.news-menu {
	width: 100%;
	height: 68px;
	position: relative;
	background-color: #FFFFFF;
}
.news-menu.menu-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow: 0.65px 1.9px 15.4px 0.6px rgba(33,27,24,0.31);
}
.news-menu:after {
	content: '';
	width: 100%;
	height: 1px;
	background-color: #c2c2c2;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news-menu a {
	display: block;
	width: 146px;
	height: 53px;
	position: relative;
	line-height: 52px;
	float: left;
	text-align: center;
	margin: 14px 0 0;
	color: #c2c2c2;
	font-size: 18px;
	border-right: 1px solid #c2c2c2;
	border-top: 1px solid #c2c2c2;
	transition: all 0.5s;
}
.news-menu a:first-of-type {
	border-left: 1px solid #c2c2c2;
}
.news-menu.menu-fixed a {
	height: 68px;
	line-height: 68px;
	margin: 0;
}
.news-menu a span {
	position: relative;
	z-index: 2;
}
.news-menu a:before {
	content: '';
	width: 0px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	transition: all 0.5s;
}
.news-menu a.active {
	height: 68px;
	border: none !important;
	line-height: 68px;
	margin: 0;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
}
.news-menu a.active:before {
	background-color: #003189;
	width: 100%;
	left: 0;
}
.news-menu a:hover {
	color: #FFFFFF;
}
.news-menu a:hover:before {
	background-color: #003189;
	width: 100%;
	left: 0;
}
@media only screen and (max-width: 991px) {
	.news-menu {
		height: 50px;
	}
	.news-menu a {
	    width: 16.66%;
	    height: 40px;
	    line-height: 40px;
	    margin: 10px 0 0;
	    font-size: 16px;
	}
	.news-menu a.active {
	    height: 50px;
	    line-height: 50px;
	    font-size: 18px;
	}
}
@media only screen and (max-width: 700px) {
	.news-menu {
		height: 40px;
	}
	.news-menu a {
	    width: 33.33%;
	    height: 40px;
	    line-height: 40px;
	    margin: 0;
	    font-size: 14px;
	}
	.news-menu a.active {
	    height: 40px;
	    line-height: 40px;
	    font-size: 15px;
	}
}
.news1 {
	width: 100%;
	overflow: hidden;
	background-color: #f6f6f6;
}
.news1 h1 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 40px;
	margin: 75px 0 30px;
}
.news1 .news1-list {
	width: 100%;
	overflow: hidden;
	margin: 0 0 100px;
}
.news1-list a {
	display: block;
	width: calc(33.33% - 46px);
	width: -moz-calc(33.33% - 46px);
	width: -webkit-calc(33.33% - 46px);
	overflow: hidden;
	float: left;
	margin: 0 69px 0 0;
}
.news1-list a:nth-of-type(3) {
	margin: 0;
}
.news1-list .news1-img {
	width: 100%;
	overflow: hidden;
}
.news1-img img {
	width: 100%;
	transition: all 0.5s;
}
.news1-list .news1-txt {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
}
.news1-txt h4 {
	width: 100%;
	max-height: 64px;
	line-height: 32px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	color: #000000;
	font-size: 24px;
	margin: 15px 0 10px;
}
.news1-txt p {
	width: 100%;
	max-height: 72px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.news1-txt span {
	display: block;
	font-size: 14px;
	color: #c5c5c5;
	margin: 10px 0 0;
}
.news1-list a:hover .news1-img img {
	transform: scale(1.1);
}
.news1-list a:hover .news1-txt h4 {
	color: #e2232f;
}
@media only screen and (max-width: 991px) {
	.news1-list a {
		width: calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		margin: 0 30px 0 0;
	}
	.news1-txt h4 {
	    max-height: 50px;
	    line-height: 25px;
	    font-size: 18px;
	}
	.news1-img img {
		height: 124px;
	}
}
@media only screen and (max-width: 700px) {
	.news1 h1 {
	    font-size: 28px;
	    line-height: 35px;
	    margin: 40px 0 20px;
	}
	.news1 .news1-list {
	    margin: 0 0 30px;
	}
	.news1-list a {
	    width: 100%;
	    float: none;
	    margin: 0 0 25px;
	}
	.news1-list .news1-txt {
	    font-size: 14px;
	    line-height: 20px;
	}
	.news1-txt h4 {
		margin: 15px 0 5px;
	}
	.news1-txt p {
	    max-height: 60px;
	}
	.news1-img img {
		height: auto;
	}
}
@media only screen and (min-width: 992px) {
	.news1-list a {
		width: calc(33.33% - 30px);
		width: -moz-calc(33.33% - 30px);
		width: -webkit-calc(33.33% - 30px);
		margin: 0 45px 0 0;
	}
	.news1-img img {
		height: 185px;
	}
}
@media only screen and (min-width: 1200px) {
	.news1-list a {
		width: calc(33.33% - 46px);
		width: -moz-calc(33.33% - 46px);
		width: -webkit-calc(33.33% - 46px);
		margin: 0 69px 0 0;
	}
	.news1-img img {
		height: 200px;
	}
}
@media only screen and (min-width: 1350px) {
	.news1-img img {
		height: 241px;
	}
}
.news2 {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 45px;
}
.news2 a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 20px;
	margin: 0 0 30px;
	transition: all 0.5s;
}
.news2 .news2-img {
	width: 255px;
	overflow: hidden;
	border: 1px solid #f2f2f2;
	float: left;
}
.news2-img img {
	width: 100%;
	transition: all 0.5s;
}
.news2 .news2-txt {
	width: calc(100% - 280px);
	width: -moz-calc(100% - 280px);
	width: -webkit-calc(100% - 280px);
	overflow: hidden;
	float: left;
	margin: 0 0 0 25px;
	color: #858585;
	font-size: 16px;
}
.news2-txt h4 {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
	margin: 10px 0 8px;
	transition: all 0.5s;
}
.news2-txt p {
	width: 100%;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
}
.news2-txt span {
	display: block;
	font-family: arial;
	color: #bcbcbc;
	font-size: 14px;
	margin: 20px 0 0;
}
.news2 a:hover {
	box-shadow: 4px 0px 12px 1px rgba(0,0,0,0.21);
}
.news2 a:hover .news2-img img {
	transform: scale(1.1);
}
.news2 a:hover .news2-txt h4 {
	color: #003089;
}
@media only screen and (max-width: 700px) {
	.news2 {
	    padding: 30px 0 15px;
	}
	.news2 a {
		padding: 0;
		margin: 0 0 20px;
	}
	.news2 .news2-img {
	    width: 100%;
	    float: none;
	}
	.news2 .news2-txt {
	    width: 100%;
	    float: none;
	    margin: 0;
	    font-size: 12px;
	}
	.news2-txt h4 {
	    max-height: 50px;
	    height: auto;
	    line-height: 25px;
	    font-size: 18px;
	    margin: 10px 0 5px;
	}
	.news2-txt p {
		line-height: 20px;
    	max-height: 40px;
	}
	.news2-txt span {
		font-size: 12px;
		margin: 10px 0 0;
	}
}
/*新闻详情*/
.news-content {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 60px;
}
.news-content .details-top {
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px;
	border-bottom: 1px solid #f2f2f2;
}
.details-top h2 {
	font-size: 32px;
	color: #333333;
	margin: 0 0 25px;
	line-height: 35px;
}
.details-top p {
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	color: #bcbcbc;
	overflow: hidden;
}
.details-top p span:nth-of-type(1) {
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	border-right: 1px solid #f2f2f2;
}
.news-content .details-center {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 25px;
	margin: 30px 0;
	text-align: justify;
}
.news-content .details-center p {
	margin: 10px 0;
}
.news-content .details-center img {
	display: block;
	margin: 20px auto;
	width: 800px;
	max-width: 100%;
}
.news-content .details-bottom {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #f2f2f2;
	padding: 20px 0 0;
}
.details-bottom p {
	max-width: calc(50% - 30px);
	max-width: -moz-calc(50% - 30px);
	max-width: -webkit-calc(50% - 30px);
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #797979;
	font-size: 14px;
	float: left;
}
.details-bottom p:nth-of-type(2) {
	float: right;
}
.details-bottom p a {
	color: #797979;
}
.details-bottom p a:hover {
	color: #d80c18;
	text-decoration: underline !important;
}
@media only screen and (max-width: 991px) {
	.news-content {
		padding: 40px 0;
	}
	.details-bottom p {
		max-width: 100%;
		float: none !important;
		margin: 10px 0;
	}
}
@media only screen and (max-width: 700px) {
	.news-content {
		padding: 30px 0 40px;
	}
	.details-top h2 {
		margin: 0 0 15px;
		font-size: 24px;
		line-height: 30px;
	}
	.details-top p {
	    font-size: 14px;
	}
	.news-content .details-center {
	    font-size: 16px;
	    line-height: 25px;
	    margin: 15px 0;
	}
	.news-content .details-bottom {
		padding: 10px 0 0;
	}
	.details-bottom p {
	    margin: 5px 0;
	}
}
