.main-news{
				float: left;
				width: 190px;
				height: 370px;
				margin: 0 5px 20px 5px;
			}
.main-news-image{
					border: 1px solid #272727;
					width: 188px;
					height: 263px;
					overflow: hidden;
					position: relative;
					margin: 0 0 5px 0;
				}
.main-news-content{
						display: none;
						width: 168px;
						height: 121px;
						position: absolute;
						left: 0px;
						bottom: 0px;
						font-size: 11px;
						color: #fff;
						line-height: 18px;
						z-index: 4;
						background: url(../images/bg-main-news-content.png) 0 0 no-repeat;
						padding: 31px 10px 10px 10px;
						overflow: hidden;
					}
.main-news-janr{
					font-size: 11px;
					color: #969696;
					margin: 0 0 10px 0;
					height: 15px;
					overflow: hidden;
				}
.main-news-more{
				
				}