/*page*/
.page_tit {
	text-align: center;
	padding-bottom: 40px;
	border-bottom: #ddd solid 1px;
}

.page_tit h1 {
	padding-top: 100px;
	padding-bottom: 24px;
	color: #333;
	font-size: 30px;
	line-height: 1.5;
	font-weight: normal;
}

.page_tit p {
	color: #999;
	font-size: 14px;
	line-height: 1;
}

.page_tet {
	padding-top: 30px;
	padding-bottom: 20px;
	border-bottom: #ddd solid 1px;
}

.page_tet img {
	max-width: 100%;
}

.page_tet p {
	color: #707070;
	font-size: 16px;
	line-height: 2;
}

.page_tet p img {
	display: block;
	margin: 0 auto;
}

.back {
	padding-bottom: 80px;
	padding-top: 30px;
}

.back a {
	display: inline-block;
	vertical-align: top;
	border-radius: 1.786em;
	border: 1px solid #b8b8b8;
	color: #666;
	font-size: 14px;
	margin: 0 auto;
	padding: 0.714em 2.143em 0.714em 2.143em;
	overflow: hidden;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.back a:hover {
	padding-left: 1.4286em;
	padding-right: 2.857em;
	color: #fff;
	border-color: #000;
}
.back a:before {
	content: "";
	background: rgba(0, 0, 0, 0);
	width: 0;
	height: 100%;
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.back a:hover:before {
	width: 100%;
	background: rgba(0, 0, 0, 1);
}
.back a:after {
	font-family: FontAwesome;
	content: "\f178";
	margin-left: 1em;
	position: absolute;
	right: -1.4286em;
	margin-top: 0px;
	font-weight: bold;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.back a:hover:after {
	right: 1em;
}

/*ipad横*/
@media screen and (max-width:1024px) {



	.back {
		padding-bottom: 40px;
		padding-top: 15px;
	}
	.back a {
		font-size: 0.75rem;
	}
	.back a:hover {
		color: #666;
		border-color: #b8b8b8;
		padding: 0.714em 2.143em 0.714em 2.143em;
	}
	.back a:hover:before {
		width: 0;
	}
	.back a:hover:after {
		right: -1.4286em;
	}

}

/*ipad竖*/
@media screen and (max-width:768px) {

	/*page*/
	.page_tit {
		padding-bottom: 20px;
	}

	.page_tit h1 {
		padding-top: 40px;
		padding-bottom: 15px;
		font-size: 1.1875rem;
	}

	.page_tit p {
		font-size: 0.6875rem;
	}

	.page_tet {
		padding-top: 15px;
		padding-bottom: 20px;
	}

	.page_tet p {
		font-size: 0.75rem;
	}

}




.sec1{
	padding: 100px 0 5.2%;
	font-size: 16px;
}
.sec1 .left-part{
	float: left;
	width: 65%;
}


.sec1 .right-part{
	float: right;
	width: 435px;
	max-width: 26%;
	position: sticky;
	right: 0;
	top: 26%;
}
.sec1 .right-part .title{
	font-size: 1.5em;
	color: #000;
	border-bottom: 1px solid #b5b3b3;
	padding-bottom: 12.184%;
}
.sec1 .right-part a{
	display: block;
	position: relative;
	padding: 7.8% 0 9.9%;
	border-bottom: 1px solid #b5b3b3;
}
.sec1 .right-part a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 0;
	height: 1px;
	background-color: #f00040;
	-webkit-transition: width 1.5s;
	transition: width 1.5s;
}
.sec1 .right-part a:hover::after{
	width: 100%;
}
.sec1 .right-part .time{
	font-size: 1em;
	color: #000;
	font-weight: bold;
	margin-bottom: 1.75em;
}
.sec1 .right-part h5{
	font-size: 1.0625em;
	color: #333;
	font-weight: bold;
	margin-bottom: 1em;
}
.sec1 .right-part p{
	font-size: 1em;
	color: #999;
}



@media only screen and (max-width:1366px) {
	.sec1{
		padding: 50px 0 5.2%;
	}
}
@media only screen and (max-width:1024px) {
	.sec1{
		padding: 4rem 0 2rem;
		font-size: 0.75rem;
	}


	.sec1 .left-part{
		float: none;
		width: 100%;
	}


	.sec1 .wvi-pager-holder a {
		font-size: 1rem;
	}
	.sec1 .wvi-pager-holder a.jp-previous,.sec1 .wvi-pager-holder a.jp-next{
		width: 1.5rem;
		height: 1.5rem;
	}
	.sec1 .wvi-pager-holder a.jp-next {
		margin-left: 0.9375rem;
	}
	.sec1 .wvi-pager-holder a.jp-previous{
		margin-right: 0.9375rem;
	}
}