.con p {
    font-size: 16px;
    line-height: 30px;
    color: #606060;
}
.con .title {
    font-weight: 700;
    margin-top: 10px;
}
.history-swiper { margin-top: 20px; }
.swiper-box::after { display: none !important; }
.swiper-box::before { display: none !important;}
.container { max-width: 1400px; margin: 0 auto; }
.swiper-wrapper { -webkit-align-items: flex-start; -ms-flex-align: flex-start; align-items: flex-start; }
.swiper-slide {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important;
    padding: 35px 1% 100px;
}
.tab {
    margin-top: 50px;
}
.tab .time { margin-bottom: 25px; position: relative; font-family: 'Helvetica Neue', sans-serif; font-size: 46px; line-height: 46px; padding-bottom: 15px; display: inline-block;margin: 0 15px; transition: all 0.4s;cursor: pointer;}

.tab .time::after { content: ''; display: block; position: absolute; bottom: 0px; left: 0; width: 50px; height: 2px; transition: all 0.4s; }
.tab .active {
    color: #02529b;
}
.tab .active::after {
    background: #02529b; 
}
.tab .time:hover{
    color: #02529b;
}
.tab .time:hover::after{
    background: #02529b; 
}
@media screen and (max-width: 1500px) {
    .history-swiper { margin: 0; }
    .tab .time {font-size: 28px;}
}
@media screen and (max-width: 650px) {
    .history-swiper { margin-top: 20px; margin-bottom: 110px; }
}
@media screen and (max-width: 1500px){
    .container {
        max-width: 1200px;
    }
}
@media screen and (max-width: 1300px){
    .container {
        max-width: 1000px;
    }
}
@media screen and (max-width: 1200px){
    .container {
        max-width: 900px;
    }
}
@media screen and (max-width: 950px){
    .container {
        max-width: 700px;
    }
}
@media screen and (max-width: 650px){
    .container {
        max-width: 100%;
        padding: 0 18px;
    }
}
