.head-content {
    width: 100%;
    height: 100%;
}

.head-content .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.head-content .swiper-slide img{
    width: 100%;
    height: 100%;
}

.zt-title{
    margin: 0;
    padding: 0 15px;
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    position: absolute;
    top: 163px;
    color: #fff;
    text-align: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    z-index: 15;
}

.head-content {
    height: 211px;
    position: relative;
    overflow: hidden;
}

.head-content-pagination {
    position: absolute;
    bottom: 0;
    z-index: 10;
    left: 13px !important;
}

.head-content-pagination .swiper-pagination-bullet {
    border-radius: 0;
    width: 4px;
    height: 4px;
    margin: 0 2px !important;
    background: #8f8f8f !important;
}

.head-content-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 8px;
    background-color: #fff !important;
}
.article-tabs{
    width: 100%;
    overflow-x: scroll;
    margin-bottom: .06rem;
}
.article-tabs .article-list{
    width: 200%;
    overflow: hidden;
}
.article-tabs .article-list .article-tab{
    float: left;
    font-size: .14rem;
    line-height: .21rem;
    margin: .11rem 0;
    padding: 0 .12rem;
    color: #9092A6;
    position: relative;
    cursor: pointer;
}
.article-tabs .article-list .article-tab-active{
    font-size: .15rem;
    line-height: .21rem;
    color: #131D2D;
}

section.spe-box .spe-box-inner.spe-box-axis ul > .item {
    
    padding: .15rem 0;
    margin: 0 .15rem;
    height: auto;
    position: relative;
    border-bottom: .02rem solid #F4F4F4;
}
section.spe-box .spe-box-inner.spe-box-axis ul > .item .info img{
    width: 1.09rem;
    height: .82rem;
}
.spe-box-inner .tab-title{
    margin-left: 15px;
    font-size: 18px;
    line-height: 25px;
    position: relative;
    margin-top: 11px;
    font-weight: 600;
    display: inline-block;
}

.spe-box-inner .show-more{
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.spe-box-inner .show-more img{
    vertical-align: middle;
}
#loading{
    z-index: 12;
    position: fixed;
}
.spe-box-v .spe-video-title > p,.spe-article-title > p{background-color:#fff;font-size:14px;padding:13px 10px 10px;line-height: 21px;color:#999;margin: 10px;background: #fafafa;border-radius: 4px;}

#loading{
    display: none !important;
}