.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{
	margin-bottom: 45px;
}
.news-item{
	margin-top: 45px;
	padding: 15px 54px 15px 15px;
	display: flex;
	align-items: center;
	border-radius: 10px;
	box-shadow: 0 0 10px #ccc;
}
.news-item .img{
	flex-shrink: 0;
	margin-right: 20px;
	width: 220px;
	height: 141px;
	background-color: #155964;
	border-radius: 10px;
	overflow: hidden;
}
.news-item .info{
	width: 100%;
}
.news-item .info .n-tit{
	font-size: 17px;
	height: 40px;
	overflow: hidden;
	line-height: 24px;
	color: #000000;
}
.news-item .info .n-date{
	padding: 15px 0;
	font-size: 14px;
	color: #155964;
}
.news-item .info .n-desc{
	font-size: 13px;
	color: #8e8e8e;
	line-height: 24px;
}
.news-item .date{
	width: 70px;
	justify-content: flex-end;
}
.news-item .date .day{
	margin-bottom: 10px;
	width: 55px;
	height: 55px;
	background-color: #ffffff;
	border: solid 1px #155964;
	border-radius: 50%;
	line-height: 55px;
	text-align: center;
	font-size: 28px;
}
/*.news-item:hover{
	background: #165964;
	box-shadow: 0 0 10px #165964;
}
.news-item:hover .n-tit,
.news-item:hover .n-date,
.news-item:hover .n-desc{
	color: #fff
}*/

.news-detail h3{
	margin:0;
	padding-top: 73px;
	padding-bottom: 20px;
	font-size: 30px;
}
.news-detail .info{
	color: #747474;
	font-size: 15px;
}
.news-detail .content{
	padding:50px 0;
}
.pages{
	padding-top: 32px;
	height: 126px;
	background-color: #eaeaea;
}
.pages .item{
	margin-bottom: 15px;
}