.news-list1 li{
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.news-list1 li a span{

	position: absolute;

	right: 0;

	top: 0;

	color: #7f7f7f;

}
.news-list1 li a{
	width: 100%;
	
	position: relative;
	
	padding:0 40px 0 15px;
	
	display: inline-block;
	
	position: relative;
	
	font-size: 14px;
	
	color: #3d3d3d;
	
	overflow: hidden;
}
.news-list1 li a::before{
	position: absolute;
	left: 0;
	top: 17px;
	content: "";
	width: 6px;
	height: 6px;
	background-color: #d7d7d7;
}
.news-list2{}
.news-list2 .news-item{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: dashed 1px #f0f0f0;
	display: flex;
	align-items: center;
}
.news-list2 .news-item:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom:none;
}
.news-list2 .news-item:hover{
	text-decoration: none;
}
.news-list2 .news-item .img{
	width: 143px;
	height: 70px;
	flex-shrink: 0;
	margin-right: 20px;
	overflow: hidden;
}
.news-list2 .news-item .n-tit{
	margin-bottom: 12px;
	height: 24px;
	font-size: 15px;
	color: #000000;
	overflow: hidden;
}
.news-list2 .news-item .n-desc{
	height: 39px;
	color: #ababab;
	font-size: 13px;
	overflow: hidden;
}


.news-list3 .news-item{
	display: block;
	padding-bottom: 12px;
	margin-bottom: 11px;
	border-bottom: 1px solid #e7e7e7;
	text-decoration: none;
}
.news-list3 .news-item:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom:none;
}
.news-list3 .news-item .n-tit{
	font-size: 17px;
	color: #333333;
}
.news-list3 .news-item .n-date{
	padding: 5.7px 0;
	font-size: 12px;
	color: #d31d1c
}
.news-list3 .news-item .n-desc{
	font-size: 13px;
	color: #ababab;
	height: 40px;
	overflow: hidden;
}


.news-list4{
	padding: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.news-list4 .news-item{
	display: block;
	margin-right: 11px;
	width: 29%;
	flex-shrink: 0;
	color: #333333;
	font-size: 14px;
}
.news-list4 .news-item .img{
	width: 231px;
	height: 162px;
	overflow: hidden;
}
.news-list4 .news-item .tit{
	height: 50px;
	line-height: 50px;
	overflow: hidden;
}

.index-video .video-item{
	display: block;
	border-radius: 10px;
	overflow: hidden;
}
.index-video .video-item:hover{
	text-decoration: none;
}
.index-video .video-item .video-img{
	position: relative;
}
.index-video .video-item .video-img .play{
	position: absolute;
	left: 15px;
	bottom: 15px;
}
.index-video .video-item1 .video-tit{
	height: 59px;
	line-height: 59px;
	text-align: center;
	background: #f6f6f6;
	font-size: 17px;
}
.index-video .video-item2 .video-tit{
	padding: 4px 0;
	height: 51px;
	font-size: 15px;
	overflow: hidden;
	color: #444444;
}
.index-video .video-item2 .video-img{
	height: 135px;
	overflow: hidden;
}

.index-links a{
	font-size: 15px;
	color: #333333;
	margin-right: 20px;
}