.carousel,.carousel .img{
    display: block;
}
.carousel .img img{
    width: 100%;
}
.major-box{
    margin-bottom: .6rem;
}
.atlasBox{
    display: block;
    padding-top: 1rem;
}
.atlasBox .tags{
    background: #fff;
}
.atlasBox .col-5 li,
.atlasBox .col-3 li{
    font-size: 1.15rem;
    height: 3.6rem;
    line-height: 3.6rem;
    text-align: center;
    position: relative;
}
.atlasBox .col-5 li:after,
.atlasBox .col-3 li:after{
    content: "";
    position: absolute;
    top:1rem;
    right:0;
    bottom:1rem;
    border-right:1px solid #aaa;
}
.atlasBox .col-5 li:last-child:after,.atlasBox .col-5 li.active:after,.atlasBox .col-5 li.notborder:after,
.atlasBox .col-3 li:last-child:after,.atlasBox .col-3 li.active:after,.atlasBox .col-3 li.notborder:after{
    border:0
}
.atlasBox .col-5 li.active,
.atlasBox .col-3 li.active{
    color: #fff;
    background: linear-gradient(#48abf9,#057cd7);
}
/*pages*/
.pagesList{
    margin-top: .5rem;
    border: 1px solid #e8e8e8;
}
.pagesList a {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 3rem;
    line-height: 3rem;
}
.pagesList li{
    width: auto;
    flex: 1;
    text-align: center;
    border-right: 1px solid #e8e8e8;
}
.pagesList li:last-child{
    border-right: none;
}


.article-main{
    padding: 1.5rem 2.5%;
    background-color: #fff;
}
.article-main .article-title{
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 2.5rem;
    text-align: center;
    margin-bottom: .5rem;
}
.article-main .article-source{
    font-size: 1rem;
    color: #666;
    text-align: right;
    line-height: 1.8rem;
    margin-bottom: .8rem;
}
.article-main .article-source span:last-child{
    margin-left: .8rem;
}
.article-main .article-content{
    padding-bottom:1rem
}
.article-main .article-content p{
    font-size: 1.15rem;
    line-height: 2rem;
    text-indent: 2rem;
    color: #333;
    margin-bottom:.6rem;
}
.article-main .article-content img{
    width: 80%;
    margin-left: 10%;
    margin-bottom: .8rem;
    text-align: center;
}
.article-main .article-special li{
    font-size: 1.15rem;
    line-height: 2rem;
    color: #333;
    margin-bottom: .5rem;
}
.article-main .article-special li:last-child{
    margin-bottom: 0;
}
.article-main .article-special li a{
    color: #666;
}
.article-main .left-title{
    padding-top: 0;
}




















