.news-content {
	width: 100%;
	overflow: hidden;
	background-color: #efefef;
}
.news-content.details-content {
	position: relative;
}
.news-left {
	width: 200px;
	height: 280px;
	overflow: hidden;
}
.news-left h2 {
	font-size: 48px;
	line-height: 55px;
	font-weight: bold;
	margin: 0 0 40px;
	color: #000000;
}
.news-menu {
	width: 185px;
	overflow: hidden;
	text-align: center;
}
.news-menu a {
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	border-radius: 3px;
	font-size: 18px;
	margin: 0 0 17px;
	overflow: hidden;
	background-color: #aaaaaa;
	color: #FFFFFF;
}
.news-menu a.active {
	background-color: #e62129;
}
.news-right {
	width: 1430px;
	height: 650px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -320px 0 0 -472px;
}
.news-right .swiper {
	width: 100%;
	height: 100%;
	padding: 0 0 100px;
}
.news-right .swiper .swiper-slide {
	width: 500px;
	overflow: hidden;
}
.news-right .swiper a {
	display: block;
	width: 100%;
	overflow: hidden;
}
.news-right .news-img {
	width: 100%;
	overflow: hidden;
}
.news-img img {
	width: 100%;
	transition: all 0.5s;
}
.news-right .news-txt {
	width: 100%;
	margin: 20px 0 0;
	overflow: hidden;
}
.news-txt span {
	display: block;
	width: 100%;
	line-height: 20px;
	color: #aaaaaa;
	overflow: hidden;
	font-family: arial;
}
.news-txt h4 {
	width: 100%;
	line-height: 25px;
	max-height: 50px;
	font-size: 20px;
	margin: 12px 0 20px;
	color: #000000;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-txt p {
	width: 100%;
	line-height: 24px;
	max-height: 72px;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-right .swiper-button-next,.news-right .swiper-button-prev,.download-right .swiper-button-next,.download-right .swiper-button-prev {
	width: 72px;
	height: 72px;
	overflow: hidden;
	position: absolute;
	bottom: 0px;
	left: 10px;
}
.news-right .swiper-button-next,.download-right .swiper-button-next {
	left: 100px;
}
.news-right .swiper-button-next:before,.news-right .swiper-button-prev:before,.download-right .swiper-button-next:before,.download-right .swiper-button-prev:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-color: rgba(150,150,150,0.24);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	transform: rotate(45deg);
}
.news-right .swiper-button-next:after,.news-right .swiper-button-prev:after,.download-right .swiper-button-next:after,.download-right .swiper-button-prev:after {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	background-image: url(https://website-jxfcv.oss-cn-shanghai.aliyuncs.com/website-jxfcv/image/web/jxfcv/en/Dist/img/left.png);
	background-repeat: no-repeat !important;
	background-position: center !important;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	z-index: 1;
}
.news-right .swiper-button-next:after,.download-right .swiper-button-next:after {
	background-image: url(https://website-jxfcv.oss-cn-shanghai.aliyuncs.com/website-jxfcv/image/web/jxfcv/en/Dist/img/right.png);
}
.news-right .swiper-button-next.swiper-button-click:before,.news-right .swiper-button-prev.swiper-button-click:before,.download-right .swiper-button-next.swiper-button-click:before,.download-right .swiper-button-prev.swiper-button-click:before {
	background-color: #e62129;
}
@media only screen and (max-width: 991px) {
	.news-left {
		width: 100%;
		margin: 210px 0 0;
		height: auto;
		overflow: hidden;
	}
	.news-left h2 {
	    font-size: 40px;
	    line-height: 45px;
	    text-align: center;
	    margin: 0 0 32px;
	}
	.news-menu {
		width: 576px;
		margin: 0 auto;
	}
	.news-menu a {
		float: left;
		width: 180px;
		margin: 0 6px;
		font-size: 20px;
	}
	.news-right {
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: auto;
	    margin: 65px 0 0;
	    overflow: hidden;
	    position: relative;
	}
	.news-right .swiper {
		height: auto;
	}
	.news-right .swiper .swiper-wrapper {
		display: block;
		height: auto;
	    overflow: hidden;
	}
	.news-right .swiper .swiper-slide {
		width: 100%;
		margin: 0 0 60px;
	}
	.news-right .swiper-button-next, .news-right .swiper-button-prev, .download-right .swiper-button-next, .download-right .swiper-button-prev {
		display: none;
	}
	.news-right .news-txt {
		margin: 30px 0 0;
	}
	.news-txt span {
		font-size: 20px;
		line-height: 25px;
	}
	.news-txt h4 {
		line-height: 40px;
		max-height: 80px;
		font-size: 30px;
		margin: 15px 0;
	}
	.news-txt p {
		line-height: 40px;
		max-height: 120px;
		font-size: 24px;
	}
}
@media only screen and (max-width: 750px) {
	.news-left {
		margin: 105px 0 0;
	}
	.news-left h2 {
	    font-size: 28px;
	    line-height: 35px;
	    margin: 0 0 20px;
	}
	.news-menu {
		width: 324px;
	}
	.news-menu a {
		width: 100px;
		height: 30px;
		margin: 0 4px;
		font-size: 12px;
   	 	line-height: 30px;
	}
	.news-right {
	    margin: 35px 0 0;
	}
	.news-right .swiper .swiper-slide {
		margin: 0 0 30px;
	}
	.news-right .news-txt {
		margin: 20px 0 0;
	}
	.news-txt span {
		font-size: 12px;
		line-height: 18px;
	}
	.news-txt h4 {
		line-height: 25px;
		max-height: 50px;
		font-size: 18px;
		margin: 10px 0;
	}
	.news-txt p {
		line-height: 20px;
		max-height: 60px;
		font-size: 14px;
	}
}
@media only screen and (min-width: 992px) {
	.news-content {
		height: 100%;
		position: fixed;
		left: 0px;
		top: 0px;
	}
	.news-left {
		width: 160px;
		height: 200px;
		position: fixed;
		left: 50%;
		top: 120px;
		margin: 0 0 0 -485px;
	}
	.news-left h2 {
		font-size: 36px;
		line-height: 43px;
		margin: 0 0 25px;
	}
	.news-menu {
		width: 140px;
	}
	.news-menu a {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		margin: 0 0 12px;
	}
	.news-right {
		width: 790px;
		height: 530px;
		margin: -260px 0 0 -290px;
	}
	.news-right .swiper .swiper-slide {
		width: 350px;
	}
}
@media only screen and (min-width: 1200px) {
	.news-left {
		width: 180px;
		height: 240px;
		top: 150px;
		margin: 0 0 0 -575px;
	}
	.news-left h2 {
		font-size: 42px;
		line-height: 50px;
		margin: 0 0 30px;
	}
	.news-menu {
		width: 165px;
	}
	.news-menu a {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
		margin: 0 0 15px;
	}
	.news-right {
		width: 1120px;
		height: 600px;
		margin: -320px 0 0 -325px;
	}
	.news-right .swiper .swiper-slide {
		width: 450px;
	}
}
@media only screen and (min-width: 1600px) {
	.news-left {
		width: 200px;
		height: 280px;
		margin: 0 0 0 -777.5px;
	}
	.news-left h2 {
		font-size: 48px;
		line-height: 55px;
		margin: 0 0 40px;
	}
	.news-menu {
		width: 185px;
	}
	.news-menu a {
		height: 45px;
		line-height: 45px;
		font-size: 18px;
		margin: 0 0 17px;
	}
	.news-right {
		width: 1430px;
		height: 650px;
		margin: -320px 0 0 -472px;
	}
	.news-right .swiper .swiper-slide {
		width: 500px;
	}
}
/*资料下载*/
.download-right {
	width: 1430px;
	height: 590px;
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -320px 0 0 -472px;
}
.download-right .swiper {
	width: 100%;
	height: 100%;
	padding: 0 0 100px;
}
.download-right .swiper .swiper-slide {
	width: 500px;
	overflow: hidden;
}
.download-right .download-img {
	width: 100%;
	overflow: hidden;
}
.download-img img {
	width: 100%;
	transition: all 0.5s;
}
.download-right h4 {
	width: 100%;
	font-size: 20px;
	height: 25px;
	line-height: 25px;
	margin: 20px 0 40px;
	color: #000000;
	overflow: hidden;
}
.download-right .pdf-box {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.pdf-box .pdf-img {
	display: block;
	width: 35px;
	height: 38px;
	margin-right: 1px;
	overflow: hidden;
	background-color: #e62129;
	position: relative;
	float: left;
}
.pdf-img img {
	width: 15px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -7.5px;
}
.pdf-box .pdf-txt {
	display: block;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	padding: 0 20px;
	color: #FFFFFF;
	overflow: hidden;
	background-color: #e62129;
	float: left;
}
@media only screen and (max-width: 991px) {
	.download-right {
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
		margin: 65px 0 0;
	}
	.download-right .swiper {
		width: 100%;
		height: auto;
	}
	.download-right .swiper .swiper-wrapper {
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.download-right .swiper .swiper-slide {
		width: 100%;
		margin: 0 0 60px;
	}
	.download-right h4 {
		font-size: 30px;
		height: 35px;
		line-height: 35px;
		margin: 40px 0 50px;
	}
	.pdf-box .pdf-img {
		width: 45px;
		height: 50px;
		margin-right: 3px;
	}
	.pdf-img img {
		width: 20px;
		margin: -11px 0 0 -10px;
	}
	.pdf-box .pdf-txt {
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		padding: 0 30px;
	}
}
@media only screen and (max-width: 750px) {
	.download-right {
		margin: 35px 0 0;
	}
	.download-right .swiper .swiper-slide {
		margin: 0 0 30px;
	}
	.download-right h4 {
		font-size: 16px;
		height: 20px;
		line-height: 20px;
		margin: 20px 0 25px;
	}
	.pdf-box .pdf-img {
		width: 35px;
		height: 35px;
		margin-right: 1px;
	}
	.pdf-img img {
		width: 15px;
		margin: -9px 0 0 -7.5px;
	}
	.pdf-box .pdf-txt {
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		padding: 0 15px;
	}
}
@media only screen and (min-width: 992px) {
	.download-right {
		width: 790px;
		height: 530px;
		margin: -260px 0 0 -290px;
	}
	.download-right .swiper .swiper-slide {
		width: 350px;
	}
}
@media only screen and (min-width: 1200px) {
	.download-right {
		width: 1120px;
		height: 600px;
		margin: -320px 0 0 -325px;
	}
	.download-right .swiper .swiper-slide {
		width: 450px;
	}
}
@media only screen and (min-width: 1600px) {
	.download-right {
		width: 1430px;
		height: 650px;
		margin: -320px 0 0 -472px;
	}
	.download-right .swiper .swiper-slide {
		width: 500px;
	}
}
/*新闻详情*/
.news-details {
	width: 1250px;
	margin: 150px 0 75px;
	overflow: hidden;
	float: right;
}
.news-details .details-top {
	width: 100%;
	padding: 0 0 15px;
	overflow: hidden;
	border-bottom: 1px solid #dbdbdb;
}
.news-details .details-top h3 {
	font-size: 28px;
	line-height: 35px;
	margin: 0 0 10px;
	color: #333333;
}
.news-details .details-top p {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #a8a8a8;
	overflow: hidden;
}
.news-details .details-top p span {
	margin-right: 35px;
}
.news-details .details-center {
	width: 100%;
	padding: 25px 0;
	font-size: 16px;
	line-height: 30px;
	color: #424242;
	overflow: hidden;
}
.details-center img {
	display: block;
	max-width: 100%;
	margin: 20px auto;
}
@media only screen and (max-width: 991px) {
	.news-details {
		width: 100%;
		float: none;
		margin: 50px 0 100px;
	}
	.news-details .details-top {
		text-align: center;
	}
	.news-details .details-top h3 {
		font-size: 48px;
		line-height: 55px;
		margin: 0 0 20px;
	}
	.news-details .details-top p {
		font-size: 18px;
    	line-height: 30px;
	}
	.news-details .details-center {
	    padding: 40px 0;
	    font-size: 24px;
	    line-height: 40px;
	}
	.details-center img {
	    margin: 40px auto;
	}
}
@media only screen and (max-width: 750px) {
	.news-details {
		margin: 25px 0 50px;
	}
	.news-details .details-top h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 10px;
	}
	.news-details .details-top p {
		font-size: 12px;
    	line-height: 20px;
	}
	.news-details .details-top p span {
		margin-right: 20px;
	}
	.news-details .details-center {
	    padding: 20px 0;
	    font-size: 14px;
	    line-height: 25px;
	}
	.details-center img {
	    margin: 20px auto;
	}
}
@media only screen and (min-width: 992px) {
	.footer-news {
		position: absolute;
	}
	.news-details {
		width: 775px;
		margin: 120px 0 75px;
	}
}
@media only screen and (min-width: 1200px) {
	.news-details {
		width: 900px;
		margin: 150px 0 75px;
	}
}
@media only screen and (min-width: 1600px) {
	.news-details {
		width: 1250px;
	}
}