@charset "utf-8";

.banner {
	height:500px;
	box-sizing:border-box;
}
.banner .swiper-slide,
.banner .swiper-container,.banner .swiper-wrapper {
	height:100%;
}
.banner .swiper-slide {
	position:relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.banner .swiper-slide .title{
    font-size: 40px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 200px;
    color: #005097;
}
.banner .swiper-pagination {
	left: auto;
	right: 70px;
	top: 50%;
	bottom: auto;
	width: auto;
}
.banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	position: relative;
	background: #c1c6c9;
	border-radius: 100%;
	font-size: 0;
	display: block;
	opacity: 1;
	margin: 0 auto 31px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	
}
.banner .swiper-pagination-bullet-active {
	opacity: 1;
}
.banner .swiper-pagination-bullet-active:after{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
	border-radius: 100%;
	border: 2px solid #b3ecff;
}



.sub-title{
	position: relative;
	padding-bottom: 20px;
	line-height: 36px;
	font-size: 26px;
	color: #606060;
	text-align: center;
}
.sub-title span{
	color: #005095;
}
.sub-title:before,
.sub-title:after{
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #969696;
}
.sub-title:after{
	background: #005095;
	width: 100px;
	height: 2px;
	left: 50%;
	margin-left: -50px;
}

.sub-nav{
	position: absolute;
	z-index: 8;
	top: 460px;
	right: 0;
	margin-right: 0;
	background: #005095;
	width: 150px;
	text-align: center;
	padding: 12px 0;
	box-shadow: 1px 1px 8px rgba(0,0,0,.2);
}
.sub-nav dt{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding: 12px 0 12px;
}
.sub-nav dd{
	padding: 7px 0;
}
.sub-nav dd a{
	display: inline-block;
	line-height: 28px;
	font-size: 14px;
	color: #c1c6c9;
	padding: 0 17px;
	border: 1px solid transparent;
}
.sub-nav dd a.on{
	border-color: #b3ecff;
	color: #b3ecff;
}
.sub-nav.fixed{
	position: fixed;
	top: 100px;
}




.about-container{
	padding-top: 80px;
}
.about-container>section{
	margin-bottom: 80px;
}
.about-content{
	padding: 80px 0 0;
}
.about-content img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.about-content p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding: 10px 0;
	text-justify: inter-ideograph;
	text-align: justify;
}


.history-swiper{
	width: 1200px;
	padding: 30px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 50px auto 0;
	position: relative;
    --swiper-navigation-size: 0px;
}
.history-swiper .swiper-button-prev,
.history-swiper .swiper-button-next{
    top: -20px;
    margin-top: 0px;
    right: 30px;
	left: auto;
	bottom: auto;
	background: transparent;
	border: 1px solid #005095;
	width: 36px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 21px;
	background: #005095;
	color: #fff;
	z-index: 3;
}
.history-swiper .swiper-button-prev{
	right: 70px;
}
.history-swiper .swiper-button-next.swiper-button-disabled, 
.history-swiper .swiper-button-prev.swiper-button-disabled{
	color: #005095;
	background: transparent;
	opacity: .7;
}
.history-swiper .swiper-slide{
	width: auto;
}
.history-swiper .swiper-container{
	padding: 0 6px;
    overflow: hidden;
}

.history_more {
    cursor: pointer;
    color: #005095;
}

.history-item,
.history-year,
.history-month,
.history-month dd{
	float: left;
}
.history-item{
	position: relative;
}
.history-year{
    font-size: 50px;
    position: absolute;
    top: 28px;
    left: 10px;
	font-weight: bold;
	color: #005096;
	padding: 0 7px;
}
.swiper-slide:first-of-type .history-item .history-year{
    color: #ffc819;
}
.swiper-slide:first-of-type .history-item .history-month dd .month:after{
    background: #ffc819;
    box-shadow: 0 0 0 2px white, 0 0 0 3px #ffc819;
}
.swiper-slide:first-of-type .history-item .history-month dd .month:before{
    background: #ffc819;
}
.swiper-slide:first-of-type .history-item .history-month dd {
    border-top: 1px solid #ffc819;
}
.history-month{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
}
.history-month dd{
	top: 0;
    width: 285px;
    height: 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 0;
    border-top: 2px solid #005096;
}

.history-month dd .month{
	position: absolute;
	top: auto;
	padding-top: 0;
    padding-bottom: 55px;
	right: 0;
	text-align: center;
	width: 285px;
	color: #969696;
	font-size: 16px;
	line-height: 40px;
}
.history-month dd .month:before{
	content: '';
	display: block;
	width: 2px;
	height: 56px;
	position: absolute;
	z-index: 1;
    top: auto;
    bottom: 0;
	background: #005096;
}
.history-month dd .month:after{
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #005096;
	position: absolute;
    z-index: 2;
    top: 52px;
    box-shadow: 0 0 0 2px white, 0 0 0 3px #005096;
    left: -3px;
}
.history-month dd .detail{
    position: absolute;
    top: 54px;
	bottom: auto;
	right: 0;
	width: 285px;
}
.history-month dd .detail .txt{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #000;
	line-height: 28px;
	padding: 48px 12px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.history-month dd .detail .txt span.big{
	font-weight: 700;
}

.history-month dd .pic img{
	display: block;
	width: 100%;
	height: 160px;
}
.history-month dd:not(:first-of-type){
	width: 285px;
}

.news-swiper{
	width: 1200px;
	padding: 0 30px;
	margin: 50px auto 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 0;
	position: relative;
    --swiper-navigation-size: 0px;
}
.news-swiper .swiper-container {
    overflow: hidden;
}
.news-txt{
	background: #f5f5f5;
	padding: 18px;
}
.news-tit{
	font-size: 16px;
	color: #000;
	line-height: 24px;
	height: 72px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-info{
	color: #666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news-date{
	margin-top: 16px;
	position: relative;
	padding-top: 6px;
	font-size: 14px;
	color: #01bee6;
	line-height: 18px;
}
.news-date:before{
	content: '';
	display: block;
	width: 40%;
	height: 1px;
	background: #d2d2d2;
	top: 0;
	left: 0;
	position: absolute;
}
.news-pic img{
	width: 100%;
	height: auto;
	display: block;
}
.news-swiper .swiper-button-next,
.news-swiper .swiper-button-prev{
    width: 20px;
    height: 41px;
    margin-top: -20px;
    z-index: 7;
    background-size: 20px 41px;
}
.news-swiper .swiper-button-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2301bee6'%2F%3E%3C%2Fsvg%3E");
	right: 0;
}
.news-swiper .swiper-button-prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2301bee6'%2F%3E%3C%2Fsvg%3E");
	left: 0;
}
.news-swiper .swiper-pagination{
	position: static;
	margin-top: 15px;
	font-size: 0;
}
.news-swiper .swiper-pagination-bullet{
	margin: 0 5px;
}
.news-swiper .swiper-pagination-bullet-active{
	background: #005095;
}
.news-more-btn{
	width: 148px;
	height: 48px;
	border: 1px solid #005095;
	color: #005095;
	font-size: 16px;
	line-height: 48px;
	text-align: center;
	margin: 20px auto 0;
	cursor: pointer;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	user-select: none;
}
.news-more-btn:active{
	background: #005095;
	color: #fff;
}
.news-swiper .swiper-slide{
	width: auto;	
	padding: 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.news-swiper .swiper-slide a{
	display: block;
	position: relative;
}
.news-swiper .swiper-slide a:hover{
	box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.news-swiper .swiper-slide a:hover .news-txt{
	background: #f1f8fe;
}

.newsmore-container{
	padding: 50px 0 80px;
}
.newsmore-list li{
	background: #f7f7f7;
	margin-bottom: 20px;
}
.newsmore-list li a{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    font-size: 0;
    position: relative;
}
.newsmore-list li a:after{
	content: '\e891';
	font-family: 'iconfont';
	display: block;
	position: absolute;
	bottom: 18px;
	right: 60px;
	font-size: 40px;
	color: #cdcdcd;
	border: 1px solid #d2d2d2;
	width: 58px;
	height: 48px;
	text-align: center;
	line-height: 49px;
	pointer-events: none;
}
.newsmore-list li .pic{
	padding: 15px;
	width: 210px;
}
.newsmore-list li .pic img{
	width: 100%;
	height: auto;
}
.newsmore-list li .txt{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    margin: 35px 90px 0 50px;
}
.newsmore-list li .tit{
	font-size: 16px;
	color: #000;
	line-height: 24px;
}
.newsmore-list li .info{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 22px;
	height: 48px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.newsmore-list li .date{
	width: 172px;
	margin-top: 28px;
	color: #909090;
}
.newsmore-list li .day{
	font-size: 30px;
	line-height: 40px;
}
.newsmore-list li .year{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin-top: -2px;
	margin-left: 3px;
}
.newsmore-list li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,.15);
}
.newsmore-list li:hover a{
	background: #f1f8fe;
}
.newsmore-list li:hover a:after{
	color: #fff;
	border-color: #b3ecff;
	background: #b3ecff;
}
.newsmore-list li:hover .pic{
	background: #b3ecff;
}

.honor-banner{
	margin-top: 50px;
	font-size: 0;
}
.honor-banner img{
	display: block;
	width: 100%;
	height: auto;
}
.honor-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 10px 90px 20px 0;
}
.honor-year{
	font-size: 14px;
	color: #005095;
	width: 78px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border: 1px solid #005095;
	margin-right: 30px;
	margin-top: 10px;
}
.honor-list{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    font-size: 14px;
    line-height: 24px;
    border-bottom: 1px solid #005095;
}
.honor-list li{
	border-bottom: 1px solid #d2d2d2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding: 12px 5px 12px 0;
}
.honor-list li .issued{
	color: #0078b4;
	width: 120px;
	margin-right: 25px;
}
.honor-list li .name{
	color: #0078b4;
	width: 280px;
	margin-right: 25px;
}
.honor-list li .detail{
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    -o-flex: 1;
    flex: 1;
    color: #666;
}
.honor-list li:last-of-type{
	border: none;
}
.honor-swiper{
	position: relative;
	height: 1400px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 2px solid #005095;
    --swiper-navigation-size: 0px;
}
.honor-swiper .swiper-container{
	width: 100%;
	height: 100%;
    overflow: hidden;
}
.honor-swiper .swiper-slide{
	height: auto;
}
.honor-swiper ul:last-of-type{
	border: none;
}
.honor-swiper .swiper-button-prev,
.honor-swiper .swiper-button-next{
	right: 0;
	left: auto;
	bottom: auto;
	background: transparent;
	border: 1px solid #005095;
	width: 48px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	font-size: 21px;
	background: #005095;
	color: #fff;
	z-index: 3;
}
.honor-swiper .swiper-button-prev{
	top: 193px;
}
.honor-swiper .swiper-button-next{
	bottom: 250px;
}
.honor-swiper .swiper-button-next.swiper-button-disabled, 
.honor-swiper .swiper-button-prev.swiper-button-disabled{
	color: #005095;
	background: transparent;
	opacity: .7;
}
.honor-swiper .swiper-scrollbar{
	display: none;
}


.join .container{
	padding-top: 50px;
}
.join-tab{
	overflow: hidden;
}
.join-tab a{
	float: left;
	display: block;
	height: 38px;
	border: 1px solid #005095;
	background: transparent;
	color: #005095;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	margin-right: 45px;
	padding: 0 15px;
}
.join-tab a.on{
	background: #005095;
	color: #fff;
}
.join-content{
	margin-top: 30px;
}
.join-tit{
	background: url('/images/bg.png') 0 -150px;
	height: 32px;
	cursor: pointer;
	color: #333;
	font-size: 16px;
	line-height: 32px;
	padding-left: 24px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.join-tit:after{
	content: '\e83d';
	font-family: 'iconfont';
	display: block;
	position: absolute;
	right: 13px;
	top: 0;
	height: 32px;
	line-height: 32px;
	color: #a5a5a5;
}
.join-tit.on{
	background-position: 0 -100px;
	color: #fff;
}
.join-tit.on:after{
	color: #fff;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	line-height: 34px;
}
.join-detail{
	font-size: 14px;
	color: #666;
	padding: 20px;
	display: none;
}
.join-detail-info span{
	padding: 0 10px 5px;
}
.join-detail-tit{
	line-height: 24px;
	margin: 20px 0 2px;
}

.join-detail-tit.md ul {
    list-style: disc outside;
}

.join-detail-tit.md ol{
    list-style: decimal outside;
}

.join-detail-tit.md li {
    margin-left: 16px;
}

.join-detail dd,
.join-detail dt{
	position: relative;
	line-height: 24px;
	padding: 3px 0 3px 18px;
}
/* .join-detail dd:before{
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #01bee6;
	border-radius: 100%;
} */
.join-detail p{
	line-height: 22px;
	padding: 6px 0 6px 18px;
}
.join-item{
	margin-bottom: 20px;
}






@media screen and (max-width: 1200px) {
	.sub-nav{
		display: none;
	}
	.history-swiper{
		margin-top: 20px;
		width: 100%;
	}
	.banner {
		height: 30vw;
    }
    .banner .swiper-slide .title{
        font-size: 18px;
        margin-left: 40px;
        margin-top: 90px;
    }    
	.banner .swiper-pagination-fraction{
		display: none;
	}
	.banner .swiper-pagination{
		right: 0;	
		bottom: 1vw;
		top: auto;
		width: 100%;
		text-align: center;	
	}
	.banner .swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		display: inline-block;
		margin: 0 10px;
	}
	.banner .swiper-pagination-bullet-active{
		background: #005096;
	}
	.banner .swiper-pagination-bullet-active:after{
		display: none;
	}

	.sub-title{
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 10px;
	}
	.about-content{
		padding: 30px;
	}
	.news-swiper{
		padding: 0 10px;
		width: 100%;
		margin-top: 30px;
	}
	.newsmore-list li{
		padding: 15px;
	}
	.newsmore-list li .pic{
		width: 20%;
		padding: 0;
	}
	.newsmore-list li .txt{
		margin: 0 15px;
	}
	.newsmore-list li .tit{
		font-size: 14px;
		line-height: 22px;
	}
	.newsmore-list li .info{
		font-size: 12px;
		line-height: 18px;
		height: 36px;
		margin-top: 10px;
	}
	.newsmore-list li a:after{
		display: none;
	}
	.newsmore-list li .date{
		width: auto;
		margin-top: 0;
	}
	.newsmore-list li .day{
		font-size: 14px;
		line-height: 1.5;
	}
	.newsmore-list li .year{
		font-size: 12px;
		font-weight: normal;
		line-height: 1.5;
		margin-left: 0;
	}
	.newsmore-container{
		padding: 30px 0;
	}	
	.honor-banner{
		margin-top: 30px;
	}
	.honor-item{
		padding: 20px;
		display: block;
	}
	.honor-year{
		margin: 0;
	}
	.honor-list li{
		display: block;
	}
	.honor-list li .name{
		width: 100%;
	}
	.join-tab a{
		height: 34px;
		line-height: 34px;
		margin-right: 20px;
		font-size: 14px;
		float: none;
		display: inline-block;
	}
	.join .container{
		padding-top: 30px;
	}
	.join-tab{
		text-align: center;
	}
	.join-tit{
		line-height: 18px;
		padding-top: 7px;
		padding-bottom: 7px;
		height: auto;
		background: #c1c6c9;
	}
	.join-tit:after{
		top: 50%;
		margin-top: -16px;
	}
	.join-tit.on{
		background: #005095;
	}
}

@media screen and (max-width: 480px) {	
	.banner .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
		margin: 0 3px;
	}
    .banner .swiper-slide .title{
        font-size: 14px;
        margin-top: 12px;
    }    
	.about-container{
		padding-top: 30px;
	}
	.about-container>section{
		margin-bottom: 30px;
	}
	.about-content{
		padding: 20px 10px;
	}
	.news-more-btn{
		width: 108px;
	    height: 36px;
	    font-size: 14px;
	    line-height: 36px;
	}
	.news-swiper{
		margin-top: 12px;
	}
	.news-txt{
		padding: 10px;
	}
	.news-info{
		font-size: 12px;
		line-height: 18px;
		margin-top: 6px;
		height: 36px;
	}
	.news-tit{
		font-size: 14px;
		line-height: 22px;
	}
	.news-date{
		font-size: 12px;
		padding-top: 4px;
		margin-top: 10px;
	}
	.news-swiper{
		padding: 0;
	}
	.news-swiper .swiper-slide{
		padding: 8px 0;
	}
	.news-swiper .swiper-container{
		padding: 0 20px;
	}
	.news-swiper .swiper-button-next,
	.news-swiper .swiper-button-prev{
		top: 0;
		height: 100%;
		margin: 0;
	    width: 15%;
	    pointer-events: none;
	}
	.news-swiper .swiper-button-next{
	    background: linear-gradient(to right, rgba(255, 255, 255, 0) ,  rgba(255, 255, 255, .9) 70%);
	}
	.news-swiper .swiper-button-prev{
	    background: linear-gradient(to left, rgba(0, 0, 0, 0) ,  rgba(0, 0, 0, 0.3));
	    display: none;
	}
	.news-swiper .swiper-button-prev.swiper-button-disabled{
		display: none;
	}
	.news-swiper .swiper-slide a{
		/* border: 1px solid #eee;
		box-shadow: 0 0 8px rgba(0,0,0,.2);
		overflow: hidden;
		border-radius: 4px; */
	}
	.news-swiper .swiper-slide a:after{
		/* content: ''; */
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 200%;
		height: 200%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: 1px solid #ddd;
		-webkit-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
		transform-origin: 0 0;
	}
	
	.viewpoint-list li a{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.viewpoint-list li{
		background: #f2f2f2;
	}
	.viewpoint-list li .pic{
		width: 100%;
		padding-bottom: 10px;
	}
	.viewpoint-list li .txt{
		margin: 0 15px 0 0;
	}
	
	.history-swiper {
		padding: 0;
	}
	.history-swiper .swiper-container{
		padding: 0 10px;
        overflow: hidden;
	}
	.history-swiper .swiper-button-next{
        margin-top: 6px;
        right: 0px;
    }
	.history-swiper .swiper-button-prev{
        margin-top: 6px;
        right: 40px;
	}
    .history-item{
        margin-top: 30px;
    }
	.history-year{
		font-size: 26px;
	}
	.history-month{
		height: 240px;
	}
	.history-month:before{
		top: 280px;
	}
	.history-month dd{
		height: 240px;
	}
	.history-month dd .month{
		padding-top: 24px;
		font-size: 14px;
	}
	.history-month dd .month:before{
		height: 38px;
		top: 0px;
	}
	.history-month dd .month:after{
		top: 32px;
	}
	.history-month dd .detail{
		bottom: 320px;
	}
	.history-month dd:nth-of-type(2n) .month{
		bottom: 257px;
		padding-bottom: 24px;
	}
	.history-month dd:nth-of-type(2n) .month:before{
		bottom: -8px;
	}
	.history-month dd:nth-of-type(2n) .month:after{
		top: 37px;
	}
	.history-month dd:nth-of-type(2n) .detail{
		top: 320px;
	}
	.honor-swiper{
		height: 60vh;
		padding-bottom: 15px;
	}
	.honor-swiper .swiper-button-prev,
	.honor-swiper .swiper-button-next{
		display: none;
		pointer-events: none;
	}
	.honor-list li .name{
		line-height: 20px;
		margin-bottom: 4px;
	}
	.honor-list li .detail{
		font-size: 12px;
		line-height: 18px;
	}
	.honor-swiper .swiper-scrollbar{
		display: block;
	}
	.honor-item{
		padding: 15px 10px 0;
	}
	.join-tab a{
		width: auto;
		height: 30px;
		line-height: 30px;
		margin-right: 20px;
		padding: 0 15px;
	}
	.join .container{
		padding-top: 20px;
	}
	.join-content{
		margin-top: 10px;
	}
	.join-item{
		margin-bottom: 10px;
	}
	.join-tit{
		font-size: 14px;
		padding-left: 20px;
	}
	.join-tit:after{
		color: #fff;
	}
	.join-detail{
		padding: 15px;
	}
	.join-detail-tit{
		margin-top: 15px;
	}
	.join-detail dd, 
	.join-detail dt{
		padding-left: 14px;
	}
	.join-tab a{
		font-size: 12px;
		margin-right: 10px;
	}
}
