body {
	background: #f5f6fb;
}
header {
	border-bottom: 1px solid #e5e6ee;
}
.news-content {
	width: 100%;
	overflow: hidden;
	padding: 190px 0 50px;
}
.news-top {
	width: 100%;
	overflow: hidden;
	padding: 0 0 55px;
	text-align: center;
}
.news-top h2 {
	color: #333333;
	font-size: 60px;
	margin: 0 0 40px;
	line-height: 65px;
	text-transform: uppercase;
}
.news-top a {
	width: 130px;
	color: #FFFFFF;
	margin: 0 10px;
	font-size: 14px;
	overflow: hidden;
	line-height: 36px;
	border-radius: 18px;
	background: #9297ac;
	display: inline-block;
}
.news-top a.active,.news-top a:hover {
	background: #2438e5;
}
.news-list {
	width: 100%;
	overflow: hidden;
}
.news-list a {
	width: 100%;
	display: block;
	overflow: hidden;
}
.news-img {
	width: 100%;
	height: 255px;
	margin: 0 0 15px;
	overflow: hidden;
	border-radius: 10px;
}
.news-img img {
	width: 100%;
	min-height: 100%;
	transition: all 0.3s ease-in-out;
}
.news-list a span {
	display: block;
	color: #9f9f9f;
	font-size: 16px;
	line-height: 20px;
	font-family: arial;
}
.news-list a h4 {
	width: 100%;
	color: #333333;
	margin: 10px 0;
	font-size: 24px;
	overflow: hidden;
	line-height: 35px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	transition: all 0.3s ease-in-out;
}
.news-list a p {
	width: 100%;
	color: #666666;
	font-size: 16px;
	overflow: hidden;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
}
.news-list a:hover .news-img img {
	transform: scale(1.1);
}
.news-list a:hover h4 {
	color: #0014dc;
}
@media only screen and (max-width: 991px) {
	.news-list a {
		margin: 0 0 80px;
	}
	.news-img {
		height: 440px;
		margin: 0 0 30px;
	}
	.news-list a span {
		font-size: 24px;
		line-height: 30px;
	}
	.news-list a h4 {
		margin: 20px 0;
		font-size: 36px;
		line-height: 50px;
	}
	.news-list a p {
		font-size: 24px;
		line-height: 40px;
	}
}
@media only screen and (max-width: 750px) {
	.news-content {
		padding: 120px 0 30px;
	}
	.news-top {
		padding: 0 0 30px;
	}
	.news-top h2 {
		font-size: 36px;
		margin: 0 0 20px;
		line-height: 40px;
	}
	.news-top a {
		width: 110px;
		margin: 0 5px;
		font-size: 12px;
		line-height: 30px;
		border-radius: 15px;
	}
	.news-list a {
		margin: 0 0 40px;
	}
	.news-img {
		height: 225px;
		margin: 0 0 15px;
	}
	.news-list a span {
		font-size: 14px;
		line-height: 20px;
	}
	.news-list a h4 {
		margin: 10px 0;
		font-size: 20px;
		line-height: 28px;
	}
	.news-list a p {
		font-size: 14px;
		line-height: 22px;
	}
}
@media only screen and (min-width: 992px) {
	.news-content {
		padding: 130px 0 40px;
	}
	.news-top {
		padding: 0 0 40px;
	}
	.news-top h2 {
		font-size: 48px;
		margin: 0 0 30px;
		line-height: 50px;
	}
	.news-top a {
		width: 115px;
		margin: 0 5px;
		font-size: 12px;
		line-height: 30px;
		border-radius: 15px;
	}
	.news-list a {
		float: left;
		width: calc(33.33% - 20px);
	}
	.news-list a:nth-of-type(3n+1),.news-list a:nth-of-type(3n+2) {
		margin: 0 30px 40px 0;
	}
	.news-list a:nth-of-type(3n) {
		margin: 0 0 40px;
	}
	.news-img {
		height: 205px;
	}
	.news-list a span {
		font-size: 14px;
		line-height: 20px;
	}
	.news-list a h4 {
		margin: 5px 0;
		font-size: 18px;
		line-height: 25px;
	}
	.news-list a p {
		font-size: 14px;
		line-height: 25px;
	}
}
@media only screen and (min-width: 1200px) {
	.news-content {
		padding: 150px 0 50px;
	}
	.news-top {
		padding: 0 0 45px;
	}
	.news-top h2 {
		font-size: 52px;
		line-height: 55px;
	}
	.news-list a {
		width: calc(33.33% - 30px);
	}
	.news-list a:nth-of-type(3n+1),.news-list a:nth-of-type(3n+2) {
		margin: 0 45px 50px 0;
	}
	.news-list a:nth-of-type(3n) {
		margin: 0 0 50px;
	}
	.news-img {
		height: 230px;
	}
	.news-list a h4 {
		font-size: 21px;
		line-height: 30px;
	}
}
@media only screen and (min-width: 1400px) {
	.news-content {
		padding: 180px 0 50px;
	}
	.news-top {
		padding: 0 0 50px;
	}
	.news-top h2 {
		font-size: 56px;
		margin: 0 0 35px;
		line-height: 60px;
	}
	.news-top a {
		width: 130px;
		margin: 0 10px;
		font-size: 14px;
		line-height: 36px;
		border-radius: 18px;
	}
	.news-list a {
		width: calc(25% - 20px);
	}
	.news-list a:nth-of-type(4n+1),.news-list a:nth-of-type(4n+2),.news-list a:nth-of-type(4n+3) {
		margin: 0 24px 60px 0;
	}
	.news-list a:nth-of-type(4n) {
		margin: 0 0 60px;
	}
	.news-img {
		height: 210px;
		border-radius: 8px;
	}
	.news-list a span {
		font-size: 16px;
	}
	.news-list a h4 {
		font-size: 24px;
		line-height: 35px;
	}
	.news-list a p {
		font-size: 16px;
		line-height: 30px;
	}
}
@media only screen and (min-width: 1650px) {
	.news-content {
		padding: 190px 0 50px;
	}
	.news-top {
		padding: 0 0 55px;
	}
	.news-top h2 {
		font-size: 60px;
		margin: 0 0 40px;
		line-height: 65px;
	}
	.news-list a {
		width: calc(25% - 24px);
	}
	.news-list a:nth-of-type(4n+1),.news-list a:nth-of-type(4n+2),.news-list a:nth-of-type(4n+3) {
		margin: 0 32px 80px 0;
	}
	.news-list a:nth-of-type(4n) {
		margin: 0 0 80px;
	}
	.news-img {
		height: 255px;
		border-radius: 10px;
	}
}
/*新闻详情*/
.news-title {
	width: 100%;
	color: #777777;
	font-size: 14px;
	overflow: hidden;
	line-height: 20px;
	padding: 140px 0 50px;
}
.news-title a {
	color: #777777;
}
.news-title a:hover,.news-title span {
	color: #2438e5;
}
.news-details {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #e5e6ee;
}
.news-details .details-top {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.details-top h3 {
	color: #000000;
	font-size: 30px;
	margin: 0 0 15px;
	line-height: 35px;
}
.details-top p {
	color: #9e9e9e;
}
.details-top p span {
	margin: 0 8px;
}
.news-details .details-content {
	width: 100%;
	color: #333333;
	padding: 50px 0;
	font-size: 14px;
	overflow: hidden;
	line-height: 25px;
}
.details-content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news-bottom {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 50px;
}
.news-bottom p {
	width: 100%;
	height: 25px;
	overflow: hidden;
	line-height: 25px;
}
.news-bottom p a {
	color: #666666;
	max-width: 100%;
	overflow: hidden;
	line-height: 18px;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	text-overflow: ellipsis;
}
.news-bottom p a:after {
	left: 0;
	bottom: 0;
	width: 0px;
	height: 1px;
	content: '';
	display: block;
	overflow: hidden;
	position: absolute;
	background: #2438e5;
	transition: all 0.3s ease-in-out;
}
.news-bottom p a:hover {
	color: #2438e5;
}
.news-bottom p a:hover:after {
	width: 100%;
}
@media only screen and (max-width: 991px) {
	.news-title {
		font-size: 18px;
		line-height: 25px;
		padding: 140px 0 50px;
	}
	.details-top h3 {
		font-size: 36px;
		margin: 0 0 25px;
		line-height: 45px;
	}
	.details-top p span {
		margin: 0 15px;
		font-size: 18px;
	}
	.news-details .details-content {
		padding: 50px 0;
		font-size: 18px;
		line-height: 30px;
	}
	.news-bottom {
		padding: 30px 0 50px;
	}
	.news-bottom p {
		height: 30px;
		font-size: 18px;
		line-height: 30px;
	}
	.news-bottom p a {
		line-height: 22px;
	}
}
@media only screen and (max-width: 750px) {
	.news-title {
		font-size: 14px;
		line-height: 20px;
		padding: 100px 0 30px;
	}
	.details-top h3 {
		font-size: 25px;
		margin: 0 0 15px;
		line-height: 35px;
	}
	.details-top p span {
		margin: 0 8px;
		font-size: 14px;
	}
	.news-details .details-content {
		padding: 30px 0;
		font-size: 14px;
		line-height: 25px;
	}
	.news-bottom {
		padding: 20px 0 30px;
	}
	.news-bottom p {
		height: 25px;
		font-size: 14px;
		line-height: 25px;
	}
	.news-bottom p a {
		line-height: 18px;
	}
}
@media only screen and (min-width: 992px) {
	.news-title {
		padding: 100px 0 40px;
	}
}
@media only screen and (min-width: 1200px) {
	.news-title {
		padding: 110px 0 45px;
	}
}
@media only screen and (min-width: 1400px) {
	.news-details .container,.news-bottom .container {
		width: 1265px;
	}
	.news-title {
		padding: 125px 0 50px;
	}
}
@media only screen and (min-width: 1650px) {
	.news-title {
		padding: 140px 0 50px;
	}
}