.banner{
	width: 100%;
	height: 450px;
	background-image:  url(../images/3000335.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.news_content{
	width: 980px;
	margin: 0 auto;
}
.news_tit{
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #076ce0;
	padding-left: 15px;
	position: relative;
	border-bottom: 1px solid #CCCCCC;
}
.news_tit::before{
	width: 5px;
	height: 16px;
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 14px;
	background-color: #076CE0;
}
.newsList li{
	width: 100%;
	height: 46px;
	border-bottom: 1px dashed #e5e5e5;
}
.newsList li a{
	color: #666;
	font-size: 14px;
	line-height: 40px;
	position: relative;
	display: block;
}
.newsList li a:hover{
	color: #076ce0;
}
.date{
	position: absolute;
	top: 0;
	right: 0;
}
.type{
	position: absolute;
	top: 0;
	right: 120px;
}