
.history-box{
	padding: .5rem 0;

}
.history-box .tit-box .cn {
    font-size: .34rem;
    line-height: .44rem;
    color: #222;
}
.history-box .tit-box .en {
    font-size: .48rem;
    line-height: .58rem;
    color: #222;
    font-family: 'CenturyGothicStd-Bold';
    display: none;
}
.history-box .tab-box{
	overflow: hidden;
}
.history-box .swiper-slide{
	position: relative;
}
.history-box .swiper-slide .year{
	font-size: 39vw;
	font-family: 'CenturyGothicStd-Bold';
	line-height: 39vw;
	color: #f7f7f7;
	float: right;
	position: absolute;
	right: 0;
	top: 0;
}
.history-box .swiper-slide .img-box{
	
	position: relative;
	margin-top: 2rem;
	z-index: 3;
}
.history-box .swiper-slide .img-box .bimg{
	float: right;
	width: 80%;
}
.history-box .swiper-slide .img-box .simg{
	position: absolute;
	left: 0;
	top: 50%;
	width: 40%;
	transform: translateY(-50%);
}
.history-box .swiper-slide .img-box img{
	width: 100%;
}
.history-box .swiper-slide .img-box .simg{
	/* position: absolute;
	left: 0;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 36.5%; */
}
.history-box .tab-box{
	position: relative;
	margin-top: .3rem;
}
.history-box .tab-box .next{
	position: absolute;
	right: 4.5%;
	top: 90%;
	width: .76rem;
	height: .76rem;
	background-image: url('../images/history-next.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 3;
	transform: translateY(-50%);
}

.history-box .tab-box .txt{
	/* position: absolute;
	right: 13%;
	top: 50%;
	transform: translateY(-50%);
	width: 36% */
}
.history-box .tab-box .txt .pub-tit{
	font-size:18px; margin-bottom:5px;
	text-align: left;
}
.history-box .tab-box .txt .pub-desc{
	margin-top: .2rem;
}
.history-box .tab-box .txt{
	margin-top: .3rem;
	width: 70%;
}

.history-box .year-box{
	padding: 0 .3rem;
	position: relative;
	overflow: hidden;
	margin-top: .3rem;
}
.history-box .year-box:before{
	content: "";
	position: absolute;
	top: 1.5rem;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #dcdcdc;
}
.history-box .year-box .swiper-slide{
	width: auto;
	margin-right: .5rem;
}
.history-box .year-box .swiper-slide:last-child{
	margin-right: 0;
}
.history-box .year-box .point{
	width: 3rem;
	height: 3rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-image: url('../images/year-point1.png');
	margin: 0 auto;
}
.history-box .year-box .pub-desc{
	color: #999;
	margin-top: .1rem;
	font-family: 'CenturyGothicStd-Bold';
	font-size:18px;
}
.history-box .year-box .swiper-slide.cur .point{
	background-image: url('../images/year-point2.png');
}
.history-box .year-box{margin-top:15px}
.history-box .year-box .swiper-slide.cur .pub-desc{
	color: #0164ae;
}
/* about end */


@media (max-width: 990px){
	.history-box .swiper-slide .img-box .bimg{width:100%}
	.history-box .swiper-slide .img-box .bimg img{width:80%; float: right;}
	.history-box .swiper-slide .img-box .simg {
    position:absolute;
    left: 0;
    top: 50%;
    width: 40%;
    transform: translateY(-50%);}
	
	.history-box .swiper-slide .img-box {
    margin-top: 40px; height:auto; overflow:hidden}
	
	.history-box .tab-box .txt {
    /* margin-top: .3rem; */
    width: 100%;}
	
	
	
	
	
	.history-box .year-box .swiper-slide {
    width: auto;
    margin-right: 3rem;
	
	}




@media (min-width: 768px){

	
	.history-box{
		padding: 50px 0;
	}
	.history-box .tit-box .cn {
	    font-size: 18px;
	    line-height: 28px;
	}
	.history-box .tit-box .en {
	    font-size: 30px;
	    line-height: 40px;
	}
	.history-box .tab-box .next{
		width: 50px;
		height: 50px;
	}
	.history-box .year-box{
		padding: 0 30px;
	}
	.history-box .year-box .swiper-slide{
		margin-right: 50px;
		cursor: pointer;
	}
	.history-box .year-box .pub-desc{
		font-size:18px; color:#434343;
		margin-top: 10px;
	}
	.history-box .year-box .point{
		width: 33px;
		height: 33px;
	}
	.history-box .year-box:before{
		top: 16px;
	}
	.history-box .tab-box{
		margin-top: 0;
	}
	.history-box .year-box{
		margin-top: 20px;
	}
	.history-box .tab-box .txt .pub-desc{
		margin-top: 10px;
	}
	.history-box .tab-box .txt{
		margin: 15px 0 0;
	}
	.history-box .swiper-slide .img-box{
		margin-top: 80px;
	}
	
	
	/* about end */

}

@media (min-width: 992px){
	.honor-list .item{
		width: 20%;
	}
	.culture-box .pub-desc,
	.activity-box .pub-desc{
		width: 70%;
	}

}