.news-list{
	padding: 35px 20px;
}
.news-list .news-item{
	position: relative;
	padding-bottom: 27px;
	margin-bottom: 27px;
	border-bottom: 1px solid #f5f5f5;
}
.news-list .news-item .n-tit{
	margin-bottom: 20px;
	font-size: 18px;
	color: #444;
}
.news-list .news-item .n-desc{
	margin-bottom: 37px;
	font-size: 14px;
	color: #999;
}
.news-list .news-item .n-info{
	color: #999;
}
.news-list .news-item .more{
	position: absolute;
	right: 0;
	bottom: 20px;
}
.news-list .news-item .more a{
	display: inline-block;
	width: 120px;
	height: 43px;
	line-height: 43px;
	background-color: #f5f5f5;
	border: solid 1px #e1e1e1;
	text-align: center;
	color: #999999;
}
.right-bar{
	
}


 .video-list .tit{
	 font-size: 22px;
	 padding-bottom: 20px;
 }
.video-list .video-item{
	margin-bottom: 30px;
	display: block;
	border: solid 1px #e9e9e9;
	border-radius: 10px;
	overflow: hidden;
}
.video-list .video-item .video-tit{
	padding: 0 15px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	font-size: 15px;
	color: #444;
}