.activity_box{
    margin-bottom: 120px;
}
/* 标签 开始 */
.title{
    text-align: center;
    margin: 100px 0px 60px;
}
.title span{
    display: inline-block;
    font-family: MicrosoftYaHei;
    font-size: 20px;
    color: #999;
    padding-bottom: 12px;
    cursor: pointer;
}
.title span:hover{
    color: #333;
    border-bottom: 1px solid #333;
}
.title span + span{
    margin-left: 70px;
}
.tit_on{
    color: #333 !important;
    border-bottom: 1px solid #333;
}
/* 标签 结束 */

/* 近期活动 开始 */
.activity_a{
    display: block;
    cursor: pointer;
    position: relative;
}
.recent_activity{
    width: 100%;
}
.activity_title{
    width: 60%;
	font-size: 24px;
    color: #fff;
    position: absolute;
    bottom: 26px;
    left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.activity_time{
	font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 26px;
    right: 30px;
}
/* 近期活动 结束 */

/* 历史回顾 开始 */
.page_2{
    display: none;
}
.swiper-button-prev:after, .swiper-button-next:after {
    content: '' !important;
}
.btn_hover{
    display: none;
}
.swiper-button-prev{
    left: 150px !important;
    top: auto !important;
    bottom: 21px;
}
.swiper-button-next{
    right: 150px !important;
    top: auto !important;
    bottom: 21px;
}

.swiper-button-prev:hover .btn_hover,.swiper-button-next:hover .btn_hover{
    display: block;
}
.swiper-button-prev:hover .btn_def,.swiper-button-next:hover .btn_def{
    display: none;
}
.swiper-slide {
    /*height: 430px !important;*/
    position: relative;
    text-align: center;
    transition: 300ms;
    transform: scale(0.8);
}
.swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
    z-index: 100;
}
.info_box{
    width: 70%;
    position: relative;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 30px auto 0px;
}
.info_name{
    font-size: 24px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.info_time{
    font-size: 16px;
    color: #666;
    margin-top: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 历史回顾 开始 */

.swiper-slide a {
    display: block;
}



@media (max-width:768px) {
    .title span + span {
        margin-left: 40px;
    }
    .title span {
        font-size: 14px;
    }
    .title {
        margin: 30px 0px 20px;
    }
    .activity_box {
        margin-bottom: 30px;
    }
    .activity_title {
        width: 100%;
        font-size: 14px;
        margin: 10px 0px;
        color: #333;
        position: relative;
        bottom: 0px;
        left: 0px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .activity_time {
        font-size: 14px;
        color: #666;
        position: relative;
        bottom: 0px;
        right: 0px;
    }
    .swiper-slide {
        height: auto !important;
    }
    .swiper-slide {
        transform:  scale(1);
    }
    .info_box {
        width: 100%;
        position: relative;
    }
    .info_name {
        font-size: 14px;
        margin: 10px 0px;
    }
    .info_time {
        font-size: 14px;
        margin: 0px;
    }
    .swiper-button-next {
        right: 10% !important;
        top: auto !important;
        bottom: 0px !important;
    }
    .swiper-button-prev {
        left: 10% !important;
        top: auto !important;
        bottom: 0px !important;
    }
    .swiper-button-next, .swiper-button-prev {
        width: 24px !important;
        height: auto !important;
    }
    .swiper-container {
        padding-bottom: 40px !important;
    }
    .swiper-button-next img , .swiper-button-prev img  {
        width: 100%;
    }
}