
.news_title {
	width: 100%;
	height: 115px;
	overflow: hidden;
	margin: 100px 0 0;
	background-color: #172788;
	color: #FFFFFF;
	position: relative;
}
.news_title h1 {
	line-height: 115px;
	font-size: 36px;
	text-align: center;
}
.news_title p {
	line-height: 25px;
	position: absolute;
	top: 15px;
}
.news_title p a {
	color: #FFFFFF;
}
.news_title p a:hover {
	text-decoration: underline !important;
}
.news_content {
	width: 100%;
	overflow: hidden;
	padding: 45px 0 50px;
}
@media only screen and (max-width: 991px) {
	.news_title {
	    margin: 190px 0 0;
	}
}
@media only screen and (max-width: 767px) {
	.news_title {
		height: 90px;
	    margin: 60px 0 0;
	}
	.news_title p {
	    top: 5px;
	}
	.news_title h1 {
	    line-height: 110px;
	    font-size: 28px;
	}
	.news_content {
	    padding: 30px 0 40px;
	}
}
/*新闻菜单*/
.news_content .news_menu {
	width: 200px;
	overflow: hidden;
	margin: 0 auto;
}
.news_menu a {
	display: block;
	width: 75px;
	height: 38px;
	text-align: center;
	overflow: hidden;
	font-size: 18px;
	color: #949494;
	line-height: 35px;
	float: left;
	position: relative;
	cursor: pointer;
}
.news_menu a:nth-of-type(1) {
	margin: 0 50px 0 0;
	line-height: 35px;
}
.news_menu a:hover {
	color: #333333;
}
.news_menu a.active {
	color: #333333;
}
.news_menu a.active:before {
	display: block;
	content: '';
	width: 34px;
	height: 3px;
	border-radius: 2px 2px 0 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin: 0 0 0 -17px;
	background-color: #162788;
	overflow: hidden;
}
@media only screen and (max-width: 767px) {
	.news_content .news_menu {
		width: 170px;
	}
	.news_menu a:nth-of-type(1) {
		margin: 0 20px 0 0;
		line-height: 35px;
	}
}
/*新闻列表*/
.news_list {
	width: 100%;
	overflow: hidden;
}
.news_list a {
	display: block;
	width: calc(33.33% - 30px);
	width: -moz-calc(33.33% - 30px);
	width: -webkit-calc(33.33% - 30px);
	overflow: hidden;
	float: left;
	margin: 40px 15px 0;
}
.news_list a .news_img {
	width: 100%;
	height: 22.7rem;
	overflow: hidden;
	margin: 0 0 15px;
}
.news_list a .news_img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transition: all 1s;
}
.news_list a .news_txt {
	width: 100%;
	overflow: hidden;
	color: #949494;
}
.news_txt h4 {
	height: 60px;
	line-height: 30px;
	overflow: hidden;
	font-size: 22px;
	color: #666666;
	margin: 0 0 5px;
}
.news_txt p {
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	font-size: 14px;
}
.news_list a .news_txt span {
	display: block;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #949494;
	margin: 15px 0 0;
}
.news_list a .news_txt span img {
	margin: -2px 5px 0 0;
}
.news_list a:hover .news_img img {
	transform: scale(1.1);
}
.news_list a:hover .news_txt h4 {
	color: #000000;
}
@media only screen and (max-width: 991px) {
	.news_list a {
		width: calc(50% - 30px);
		width: -moz-calc(50% - 30px);
		width: -webkit-calc(50% - 30px);
		margin: 40px 15px 0;
	}
}
@media only screen and (max-width: 767px) {
	.news_list a {
		width: 100%;
		margin: 25px 0 0;
	}
	.news_list a .news_img {
	    margin: 0 0 10px;
	}
	.news_txt h4 {
	    height: auto;
	    line-height: 25px;
	    font-size: 18px;
	}
	.news_txt p {
	    line-height: 20px;
	    height: 40px;
	    font-size: 12px;
	}
	.news_list a .news_txt span {
	    margin: 10px 0 0;
	}
}
/*新闻详情页面*/
.details_content {
	width: 100%;
	overflow: hidden;
}
.details_content .details_title {
	width: 100%;
	height: 180px;
	overflow: hidden;
	text-align: center;
	background-color: #f5f5f5;
	padding: 50px 0 0;
	color: #969696;
	font-size: 14px;
}
.details_title h1 {
	font-size: 36px;
	line-height: 45px;
	color: #000003;
	font-weight: bold;
	margin: 0 0 15px;
}
.details_content .details_title span {
	margin: 0 35px 0 0;
}
.news_bottom {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 50px;
}
.news_bottom .news_details {
	width: 840px;
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	overflow: hidden;
	text-align: justify;
	float: left;
}
.news_bottom .news_details img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news_bottom .news_details p {
	margin: 0 0 5px;
}
.news_bottom .news_page {
	width: 310px;
	overflow: hidden;
	float: right;
}
.news_bottom .news_page a {
	display: block;
	width: 100%;
	min-height: 140px;
	overflow: hidden;
	border: 1px solid #f0f0f0;
	margin: 0 0 25px;
	padding: 25px 22px 22px 27px;
	color: #666666;
	font-size: 18px;
	line-height: 29px;
}
.news_bottom .news_page a h4 {
	font-size: 18px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	color: #666666;
	position: relative;
	margin: 0 0 15px;
}
.news_bottom .news_page a h4:before {
	display: block;
	content: '';
	width: 150px;
	height: 1px;
	background-color: #f3f3f3;
	position: absolute;
	right: 30px;
	top: 12px;
}
.news_bottom .news_page a span {
	display: block;
	font-size: 14px;
	margin: 0 0 15px;
}
.news_bottom .news_page a:hover .page_yes p {
	color: #009a53;
	text-decoration: underline !important;
}
@media only screen and (max-width: 1249px) {
	.news_bottom .news_details {
	    width: 100%;
	    float: none;
	}
	.news_bottom .news_page {
	    width: 100%;
	    float: none;
	    margin: 30px 0 0;
	}
	.news_bottom .news_page a h4:before {
	    width: 800px;
	}
}
@media only screen and (max-width: 991px) {
	.news_bottom .news_page a h4:before {
	    width: 530px;
	}
}
@media only screen and (max-width: 767px) {
	.details_content .details_title {
	    height: auto;
	    padding: 25px 0;
	    font-size: 12px;
	}
	.details_title h1 {
	    font-size: 24px;
	    line-height: 30px;
	    margin: 0 0 10px;
	}
	.details_content .details_title span {
	    margin: 0 25px 0 0;
	}
	.news_bottom {
	    padding: 30px 0 40px;
	}
	.news_bottom .news_details {
	    font-size: 14px;
	    line-height: 24px;
	}
	.news_bottom .news_page {
	    margin: 20px 0 0;
	}
	.news_bottom .news_page a {
	    min-height: auto;
	    margin: 0 0 25px;
	    padding: 20px 15px;
	    font-size: 14px;
	    line-height: 20px;
	}
	.news_bottom .news_page a span {
	    margin: 0 0 7px;
	}
	.news_bottom .news_page a h4 {
	    font-size: 16px;
	    height: 25px;
	    line-height: 25px;
	    margin: 0 0 7px;
	}
	.news_bottom .news_page a h4:before {
	    width: 180px;
	}
}