.right-fixed {
	border: none;
	height: auto
}

.right-fixed .mouse {
	display: none
}

@media only all and (max-width: 768px) {
	.content {
		margin-top: 60px
	}
}

.content .banner {
	position: relative;
	overflow: hidden
}

.content .banner .banner-img {
	width: 100%
}

.content .banner .back {
	width: 70px;
	line-height: 60px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-0deg);
	text-align: center;
	display: inline-block;
	position: absolute;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	left: 13.5%;
	bottom: 80px
}

@media only all and (max-width: 1024px) {
	.content .banner .back {
		width: 50px;
		line-height: 40px
	}
}

@media only all and (max-width: 414px) {
	.content .banner .back {
		bottom: 20px;
		left:3.5%
	}
}

.content .banner .back:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0px;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #06445e;
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	transition: -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition: -o-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), -moz-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), -moz-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1), -o-transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}

.content .banner .back .more-con {
	-webkit-transform: skew(15deg);
	-moz-transform: skew(15deg);
	-ms-transform: skew(15deg);
	-o-transform: skew(15deg);
	transform: skew(0deg)
}

.content .banner .back .more-con .more-arrow {
	width: 20px
}

.content .banner .back:hover {
	border-color: #06445e
}

.content .banner .back:hover:before {
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
	transform: scaleX(1)
}

.content .banner .line {
	position: absolute;
	right: 0;
	top: 0;
	width: 81px;
	height: 100%;
	/*border-left: 1px solid rgba(0, 0, 0, 0.1)*/
}

.content .commit-tit {
	font-size: 38px;
	line-height: 1.3;
	color: #333;
	padding-left: 26px;
	position: relative
}

@media only all and (max-width: 1440px) {
	.content .commit-tit {
		font-size: 30px
	}
}

@media only all and (max-width: 1024px) {
	.content .commit-tit {
		font-size: 20px;
		padding-left: 20px
	}
}

.content .commit-tit .line1 {
	position: absolute;
	width: 3px;
	height: 100%;
	background-color: #00a29b;
	left: 4px;
	top: 0;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	transform: skew(-10deg);
	display: inline-block
}

.content .commit-tit .line2 {
	position: absolute;
	width: 3px;
	height: 100%;
	background-color: #00a29b;
	left: 14px;
	top: 0;
	-webkit-transform: skew(-10deg);
	-moz-transform: skew(-10deg);
	-ms-transform: skew(-10deg);
	-o-transform: skew(-10deg);
	transform: skew(-10deg);
	display: inline-block
}

@media only all and (max-width: 1024px) {
	.content .commit-tit .line2 {
		left: 11px
	}
}

.content .content-inside {
	position: relative
}

.content .content-inside .right-fixed2 {
	position: absolute;
	z-index: 2;
	right: 0;
	top: 0;
	width: 81px;
	height: 100%;
	
}

@media only all and (max-width: 1024px) {
	.content .content-inside .right-fixed2 {
		width: 50px
	}
}

@media only all and (max-width: 768px) {
	.content .content-inside .right-fixed2 {
		display: none
	}
}

.content .content-inside .newsDetail .tit {
	background-color: #f2f2f2;
	transform: skew(0deg);
	padding-top: 60px;
	padding-bottom: 50px;
	padding-right: 15%;
	width: 100%;	
	padding-left: 15%
}

@media only all and (max-width: 414px) {
	.content .content-inside .newsDetail .tit {
		width: 110%;
		padding-top: 20px;
		padding-bottom: 20px;
		    padding-left: 14px;
	}
	.content .content-inside .newsDetail .tit .tit-con{padding-left: 20px !important;}
}

.content .content-inside .newsDetail .tit .tit-con {
	transform: skew(0deg);
	position: relative;
	padding-left: 40px
}

.content .content-inside .newsDetail .tit .tit-con:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 90%;
	background-color: #8fc055;
	left: 0;
	top: 0;
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(0deg)
}

.content .content-inside .newsDetail .tit .tit-con .date {
	font-size: 24px;
	line-height: 40px;
	color: #8fc055;
	font-family: 'PFDINTEXTPRO';
	font-weight: bold
}

@media only all and (max-width: 1440px) {
	.content .content-inside .newsDetail .tit .tit-con .date {
		font-size: 20px;
		line-height: 30px
	}
}

@media only all and (max-width: 414px) {
	.content .content-inside .newsDetail .tit .tit-con .date {
		font-size: 14px;
		line-height: 24px
	}
}

.content .content-inside .newsDetail .tit .tit-con .text {
	font-size: 38px;
	line-height: 60px
}

@media only all and (max-width: 1600px) {
	.content .content-inside .newsDetail .tit .tit-con .text.en {
		font-size: 20px;
		line-height: 30px
	}
}

@media only all and (max-width: 414px) {
	.content .content-inside .newsDetail .tit .tit-con .text.en {
		font-size: 18px;
		line-height: 24px
	}
}

@media only all and (max-width: 1440px) {
	.content .content-inside .newsDetail .tit .tit-con .text {
		font-size: 30px;
		line-height: 40px
	}
}

@media only all and (max-width: 1024px) {
	.content .content-inside .newsDetail .tit .tit-con .text {
		font-size: 24px
	}
}

@media only all and (max-width: 414px) {
	.content .content-inside .newsDetail .tit .tit-con .text {
		font-size: 18px;
		font-weight: bold;
		line-height: 30px
	}
}

.content .content-inside .newsDetail .con {
	width: 1400px;
	margin: 0 auto;
	padding: 80px;;
	border-bottom: 2px solid #e5e5e5;
	font-size: 18px;
	line-height: 30px;
	color: #666;
	
}

@media only all and (max-width: 1440px) {
	.content .content-inside .newsDetail .con {
		width: 1200px
	}
}

@media only all and (max-width: 1280px) {
	.content .content-inside .newsDetail .con {
		width: 1000px
	}
}

@media only all and (max-width: 1024px) {
	.content .content-inside .newsDetail .con {
		width: 800px;
		padding-left: 40px;
		padding-right: 60px
	}
}

@media only all and (max-width: 768px) {
	.content .content-inside .newsDetail .con {
		width: 100%;
		padding-left: 10px;
		padding-right: 10px
	}
}

@media only all and (max-width: 414px) {
	.content .content-inside .newsDetail .con {
		padding-top: 30px;
		padding-bottom:30px;
		font-size: 14px;
		line-height: 24px;
	}

}

.content .content-inside .newsDetail .con .big {
	font-size: 16px
}

.content .content-inside .newsDetail .paginations {
	margin-bottom: 100px;
	text-align: center;
	margin-top: -2px;
	font-size: 0
}

@media only all and (max-width: 414px) {
	.content .content-inside .newsDetail .paginations {
		margin-bottom: 50px
	}
}

.content .content-inside .newsDetail .paginations .paginations-item {
	width: 210px;
	line-height: 80px;
	-webkit-transform: skew(-15deg);
	-moz-transform: skew(-15deg);
	-ms-transform: skew(-15deg);
	-o-transform: skew(-15deg);
	transform: skew(-0deg);
	text-align: center;
	display: inline-block;
	position: relative;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	background-color: #8fc055
}

.content .content-inside .newsDetail .paginations .paginations-item.paginations-item2 {
	margin-left: 10px
}

.content .content-inside .newsDetail .paginations .paginations-item.paginations-item2 .more-con span {
	margin-left: 0;
	margin-right: 30px
}

.content .content-inside .newsDetail .paginations .paginations-item.paginations-item2:hover .more-con span {
	margin-left: 0;
	margin-right: 40px
}

@media only all and (max-width: 1024px) {
	.content .content-inside .newsDetail .paginations .paginations-item {
		width: 130px;
		line-height: 40px
	}
}

.content .content-inside .newsDetail .paginations .paginations-item .more-con {
	transform: skew(0deg)
}

.content .content-inside .newsDetail .paginations .paginations-item .more-con span {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

@media only all and (max-width: 1024px) {
	.content .content-inside .newsDetail .paginations .paginations-item .more-con span {
		font-size: 12px;
		margin-right: 15px
	}
}

.content .content-inside .newsDetail .paginations .paginations-item .more-con .arrow-parent {
	width: 15px;
	height: 10px;
	display: inline-block;
	vertical-align: middle;
	position: relative
}

.content .content-inside .newsDetail .paginations .paginations-item .more-con .arrow-parent img {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s
}

.content .content-inside .newsDetail .paginations .paginations-item .more-con .arrow-parent img.more-arrow-hover {
	opacity: 0
}

.content .content-inside .newsDetail .paginations .paginations-item:hover .more-con span {
	margin-left: 40px
}

/*# sourceMappingURL=newsDetail.css.map */
