.news-content {
	width: 100%;
	overflow: hidden;
	padding: 70px 0 95px;
	background: #263c92 url(../img/newsBg.jpg) no-repeat top center;
}
.news-content h2 {
	width: 100%;
	font-size: 48px;
	line-height: 55px;
	height: 72px;
	font-weight: lighter;
	overflow: hidden;
	text-align: center;
	color: #FFFFFF;
	position: relative;
}
.news-content h2:after {
	content: '';
	display: block;
	width: 45px;
	height: 3px;
	background-color: #e62129;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -22.5px;
}
.news-content .news-menu {
	width: 330px;
	overflow: hidden;
	margin: 50px auto 65px;
	text-align: center;
}
.news-menu a {
	display: block;
	width: 145px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	border-radius: 24px;
	font-weight: bold;
	color: #666666;
	overflow: hidden;
	background-color: #FFFFFF;
	margin: 0 10px;
	float: left;
	transition: all 0.5s;
}
.news-menu a.active {
	color: #263c92;
}
.news-menu a:hover {
	color: #FFFFFF;
	background-color: #e62129;
}
.news-content .news-list {
	width: 100%;
	overflow: hidden;
}
.news-list a {
	display: block;
	width: 655px;
	height: 260px;
	overflow: hidden;
	border-radius: 25px;
	background-color: #FFFFFF;
	padding: 38px 35px;
	float: left;
	margin: 0 0 70px;
	box-shadow: 0px 4px 50px 4px rgba(12,33,113,0.58);
}
.news-list a:nth-of-type(2n) {
	float: right;
}
.news-list .list-img {
	width: 185px;
	height: 185px;
	overflow: hidden;
	padding: 3px;
	border-radius: 50%;
	float: left;
	background-image: linear-gradient( to bottom,#263c92,#e5232b);
}
.list-img em {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}
.list-img img {
	width: 100%;
	transition: all 0.5s;
}
.news-list .list-txt {
	width: 360px;
	overflow: hidden;
	float: left;
	margin: 15px 0 0 32px;
}
.list-txt span {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #adadad;
	font-family: arial;
}
.list-txt h4 {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	margin: 5px 0 10px;
	font-weight: bold;
	color: #333333;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.list-txt p {
	width: 100%;
	height: 40px;
	line-height: 20px;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-txt img {
	margin: 25px 0 0;
}
.news-list a:hover .list-img img {
	transform: scale(1.1);
}
.news-list a:hover .list-txt h4 {
	color: #e62129;
}
@media only screen and (max-width: 991px) {
	.news-list a {
		width: 100%;
		height: 290px;
		border-radius: 30px;
		padding: 53px 34px;
		float: none;
		margin: 0 0 40px;
	}
	.news-list a:nth-of-type(2n) {
		float: none;
	}
	.news-list .list-txt {
		width: 344px;
		margin: 6px 0 0 33px;
	}
	.list-txt span {
		font-size: 18px;
	}
	.list-txt h4 {
		height: 60px;
		line-height: 30px;
		font-size: 26px;
		margin: 5px 0 10px;
		white-space: normal;
    	text-overflow: clip;
		display: -webkit-box;
    	-webkit-line-clamp: 2;
    	-webkit-box-orient: vertical;
	}
	.list-txt p {
		height: 52px;
		line-height: 26px;
		font-size: 18px;
	}
	.list-txt img {
		margin: 20px 0 0;
	}
}
@media only screen and (max-width: 700px) {
	.news-content {
		padding: 35px 0 45px;
	}
	.news-content h2 {
		font-size: 28px;
		line-height: 35px;
		height: 48px;
	}
	.news-content h2:after {
		width: 30px;
		height: 2px;
		margin-left: -15px;
	}
	.news-content .news-menu {
		width: 240px;
		margin: 25px auto 35px;
	}
	.news-menu a {
		width: 100px;
		height: 34px;
		line-height: 34px;
		font-size: 14px;
		border-radius: 17px;
	}
	.news-list a {
	    height: 140px;
	    border-radius: 15px;
	    padding: 20px 15px;
	    margin: 0 0 20px;
	}
	.news-list .list-img {
	    width: 95px;
	    height: 95px;
	    padding: 2px;
	}
	.news-list .list-txt {
	    width: 190px;
	    margin: 3px 0 0 15px;
	}
	.list-txt h4 {
	    height: 20px;
	    line-height: 20px;
	    font-size: 16px;
	    margin: 3px 0 5px;
	    -webkit-line-clamp: 1;
	}
	.list-txt span {
	    height: 15px;
	    line-height: 15px;
	    font-size: 12px;
	}
	.list-txt p {
	    height: 32px;
	    line-height: 16px;
	    font-size: 12px;
	}
	.list-txt img {
		width: 16px;
	    margin: 10px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	header .logo img:nth-of-type(1) {
		opacity: 1;
	}
	header .logo img:nth-of-type(2) {
		opacity: 0;
	}
	.news-content {
		padding: 47px 0 65px;
	}
	.news-content h2 {
		font-size: 32px;
		line-height: 37px;
		height: 49px;
	}
	.news-content h2:after {
		width: 30px;
		height: 2px;
		margin-left: -15px;
	}
	.news-content .news-menu {
		width: 224px;
		margin: 34px auto 44px;
	}
	.news-menu a {
		width: 98px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		border-radius: 16px;
		margin: 0 7px;
	}
	.news-list a {
		width: 470px;
		height: 175px;
		border-radius: 16px;
		padding: 25px;
    	margin: 0 0 45px;
	}
	.news-list .list-img {
		width: 125px;
		height: 125px;
		padding: 2px;
	}
	.news-list .list-txt {
		width: 275px;
		margin: 5px 0 0 14px;
	}
	.list-txt img {
		margin: 17px 0 0;
		width: 22px;
	}
	.list-txt h4 {
		height: 18px;
		line-height: 18px;
		font-size: 14px;
		margin: 3px 0 7px;
	}
	.list-txt p {
		font-size: 12px;
		height: 36px;
    	line-height: 18px;
	}
}
@media only screen and (min-width: 1300px) {
	.news-content {
		padding: 55px 0 75px;
	}
	.news-content h2 {
		font-size: 38px;
		line-height: 43px;
		height: 57px;
	}
	.news-content h2:after {
		width: 35px;
		height: 3px;
		margin-left: -17.5px;
	}
	.news-content .news-menu {
		width: 258px;
		margin: 39px auto 51px;
	}
	.news-menu a {
		width: 113px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		border-radius: 19px;
		margin: 0 8px;
	}
	.news-list a {
		width: 575px;
		height: 230px;
		border-radius: 22px;
		padding: 33px 30px;
    	margin: 0 0 55px;
	}
	.news-list .list-img {
		width: 165px;
		height: 165px;
		padding: 3px;
	}
	.news-list .list-txt {
		width: 320px;
		margin: 13px 0 0 28px;
	}
	.list-txt img {
		margin: 20px 0 0;
		width: 32px;
	}
	.list-txt h4 {
		height: 25px;
		line-height: 25px;
		font-size: 20px;
		margin: 5px 0 10px;
	}
	.list-txt p {
		font-size: 14px;
		height: 40px;
    	line-height: 20px;
	}
}
@media only screen and (min-width: 1500px) {
	.news-content {
		padding: 70px 0 95px;
	}
	.news-content h2 {
		font-size: 48px;
		line-height: 55px;
		height: 72px;
	}
	.news-content h2:after {
		width: 45px;
		height: 3px;
		margin-left: -22.5px;
	}
	.news-content .news-menu {
		width: 330px;
		margin: 50px auto 65px;
	}
	.news-menu a {
		width: 145px;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
		border-radius: 24px;
		margin: 0 10px;
	}
	.news-list a {
		width: 655px;
		height: 260px;
		border-radius: 25px;
		padding: 38px 35px;
    	margin: 0 0 70px;
	}
	.news-list .list-img {
		width: 185px;
		height: 185px;
	}
	.news-list .list-txt {
		width: 360px;
		margin: 15px 0 0 32px;
	}
	.list-txt img {
		margin: 25px 0 0;
	}
}

/*新闻详情样式*/
.news-details {
	width: 100%;
	overflow: hidden;
	background-color: #f9faff;
	padding: 45px 0 50px;
}
.news-details a {
	display: block;
	width: 146px;
	height: 47px;
	line-height: 47px;
	overflow: hidden;
	border-radius: 24px;
	background-color: #263c92;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0 50px;
}
.news-details .details-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 0 0 28px;
	border-bottom: 1px solid #ebebeb;
}
.details-title h2 {
	font-size: 32px;
	line-height: 38px;
	font-weight: bold;
	color: #333333;
}
.details-title p {
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	color: #b2b2b2;
	overflow: hidden;
	margin: 12px 0 0;
}
.details-title p span {
	margin: 0 10px;
}
.news-details .details-content {
	width: 100%;
	overflow: hidden;
	padding: 33px 100px 0;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.details-content p {
	margin: 0 0 10px;
}
.details-content img {
	display: block;
	max-width: 100%;
	margin: 20px auto;
}
@media only screen and (max-width: 991px) {
	.news-details .details-content {
		padding: 25px 0 0;
	}
}
@media only screen and (max-width: 700px) {
	.news-details {
		padding: 30px 0;
	}
	.news-details a {
		width: 110px;
		height: 36px;
		line-height: 36px;
		border-radius: 18px;
		font-size: 14px;
		margin: 0 0 30px;
	}
	.news-details .details-title {
		padding: 0 0 15px;
	}
	.details-title h2 {
		font-size: 24px;
		line-height: 30px;
	}
	.details-title p {
		font-size: 12px;
		line-height: 15px;
		margin: 10px 0 0;
	}
	.details-title p span {
		margin: 0 5px;
	}
	.news-details .details-content {
		padding: 20px 0 0;
		font-size: 14px;
		line-height: 25px;
		text-align: justify;
	}
	.details-content p {
		margin: 0 0 5px;
	}
	.details-content img {
		max-width: 100%;
		margin: 15px auto;
	}
}
@media only screen and (min-width: 992px) {
	.news-details .details-content {
		padding: 33px 25px 0;
	}
}
@media only screen and (min-width: 1300px) {
	.news-details .details-content {
		padding: 33px 50px 0;
	}
}
@media only screen and (min-width: 1500px) {
	.news-details .details-content {
		padding: 33px 100px 0;
	}
}