.news-top{
	margin:60px 0;
}
.news-top .left{
	width: 886px;
	height: 476px;
	background-color: #1a1a1a;
	overflow: hidden;
}
.news-top .left a{
	position: relative;
	display: block;
	color: #fff
}
.news-top .left a .content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 46px 70px;
}
.news-top .left a .content .n-date{
	color: #fbba43; 
}
.news-top .right{
	width: 506px;
}
.news-top .right a{
	padding: 29px 32px 32px 32px;
	display: block;
	width: 506px;
	height: 222px;
	color: #fff
}
.news-top .right a:first-of-type{
	margin-bottom: 30px;
	background-color: #005bab;
}
.news-top .right a:last-of-type{
	background-color: #c79556;
}
.news-top .n-tit{
	margin:20px 0 25px 0;
	font-size: 25px;
}
.news-top .n-desc{
	font-size: 15px;
	line-height: 25px;
	opacity: 0.5
}
.news-list{
	padding-bottom: 35px;
}
.news-list .news-item{
	display: flex;
	position: relative;
	padding-bottom: 27px;
	margin-bottom: 27px;
	border-bottom: 1px solid #f5f5f5;
}
.news-list .news-item .n-img{
	width: 223px;
	height: 150px;
	background-color: #004ec4;
	overflow: hidden;
	margin-right: 32px;
}
.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: 25px;
}
.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;
}