.main-content .left-content{
	width:192px;
	float: left;
}
.main-content .right-content{
	width:1008px;
	float: right;
}
.main-content .left-content .sidebar-content{
	width:192px;
	display:inline-block;
}
.main-content .right-content .news-content{
	width:932px;
	display:inline-block;
	text-align:left;
}
.news-content .rec-content{
}
.news-content .rec-content ul{
	font-size:0;
}
.news-content .rec-content ul li{
	width:300px;
	margin-right:16px;
	display:inline-block;
}
.news-content .rec-content ul li:last-child{
	margin-right:0;
}
.news-content .rec-content .thumb{
	width:100%;
	height:182px;
	transition: all .2s linear;
}
.news-content .rec-content ul li:hover .thumb{
	transform: translate3d(0,-2px,0);
}
.news-content .rec-content .thumb img{
	width:100%;
	height:100%;
}
.news-content .rec-content .thumb .thumb-desc{
	height:34px;
	line-height:34px;
	color:#fff;
	background:rgba(0,0,0,0.5);
	padding:0 20px;
	position:absolute;
	width:100%;
	bottom:0;
}
.news-content .rec-content .detail{
}
.news-content .rec-content .detail .title{
	font-size:18px;
	color:#333333;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	line-height:28px;
	margin-top:15px;
}
.news-content .rec-content ul li:hover .detail .title{
	color:#e35d08;
}
.news-content .rec-content .detail .info{
	font-size:0;overflow: hidden;
}
.news-content .rec-content .detail .info .item{
	width:50%;
	display:inline-block;
	color:#666666;
}
.news-content .rec-content .detail .info .right{
	text-align:right;
}
.news-content .rec-content .detail .info .item i{
    font-size: 18px;
    margin-right: 2px;
}
.news-content .title-bar{
	height:58px;
	line-height:58px;
	border-bottom:1px solid #dbdbdb;
	font-size:0;
}
.news-content .title-bar .title{
	height:22px;
	padding-left:15px;
	display:inline-block;
	width:100%;
	font-size:18px;
	line-height:22px;
}
.news-content .title-bar .title .left{font-size: 18px;}
.news-content .title-bar .title:before{
	content:" ";
	position:absolute;
	height:100%;
	width:3px;
	background:#e35d08;
	left:0;
}
.news-content .title-bar .title .more{
	float:right;
}
.news-content .news-list{
}
.news-content .news-list ul{
}
.news-content .news-list ul li{
	border-bottom:1px dashed #e3e3e3;
	font-size:0;
	padding:30px 0;
	transition: all .2s linear;overflow: hidden;
}
.news-content .news-list ul li:hover{
	transform: translate3d(0,-2px,0);
	box-shadow: 0 4px 12px 0px #e1e1e1;
}
.news-content .news-list ul li a{
	font-size: 0;
}
.news-content .news-list ul li:last-child{
	border-bottom:none;overflow: hidden;
}
.news-content .news-list ul li .no-result{
	line-height: 26px;
}
.news-content .news-list ul li .no-result img{
	width: 26px;
	height: 26px;
	margin-right: 10px;
}
.news-content .news-list .detail{
	width:850px;
	font-size:0;
	display:inline-block;overflow: hidden;
}
.news-content .news-list .detail .thumb{
	width:146px;
	height:108px;
	display:inline-block;
}
.news-content .news-list .detail .thumb img{
	width:100%;
	height:100%;
}
.news-content .news-list .detail .info{
	width:684px;
	display:inline-block;
    padding-left: 20px;
}
.news-content .news-list .detail .info .title{
    font-size: 18px;
	color:#333;
	line-height:36px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.news-content .news-list ul li:hover .detail .info .title{
	color:#e35d08;
}
.news-content .news-list .detail .info .desc{
	font-size:12px;
	color:#666;
	line-height:24px;
	overflow:hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	height:48px;
}
.news-content .news-list .datetime{
	width:82px;
	display:inline-block;
	text-align:right;
}
.news-content .news-list .datetime .day{
	width:60px;
	display:inline-block;
	text-align:right;
	font-size:20px;
	color:#333;
}
.news-content .news-list .datetime .year-month{
	width:60px;
	display:inline-block;
	text-align:right;
	color:#666;
}