.category{
	margin:20px 0;
	position: relative;
	padding-bottom: 13px;
	padding-left: 18px;
	border-bottom: 1px solid #e6e6e6;
	font-size: 25px;
	font-weight: bold;
}
.category::before{
	position: absolute;
	content: "";
	left: 0;
	top: 5px;
	width: 4px;
	height: 24px;
	background-color: #e20a16;
}
.news-list{
	padding: 15px 0;
}
.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;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.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;
}