@font-face {
    font-family: Source;
    src: url(../font/SourceHanSerifTC-SemiBold.otf);
    font-weight: 400;
    font-style: normal
}

.containerBox {
    padding: 0 .16rem;
    background-color: #f4f6fb;
    min-height: 100vh;
    padding-bottom: .5rem
}

.containerBox .titleBox {
    padding-bottom: .1rem
}

.containerBox .titleBox h1 {
    font-size: .18rem;
    text-align: center;
    line-height: 1.3;
    padding-top: .2rem;
    color: #262f3f;
    font-family: Source
}

.containerBox .titleBox h2 {
    font-family: Source;
    font-size: .18rem;
    text-align: center;
    padding-top: .1rem;
    color: #666
}

.containerBox .content {
    padding: .05rem .05rem .03rem;
    background-color: #fff;
    border-radius: .06rem;
    box-shadow: 0 .1rem .1rem -.1rem #c5c5c5
}

.containerBox .content .imgBox img {
    width: 100%
}

.containerBox .content .toread {
    padding: .12rem
}

.containerBox .content .toread a {
    display: block;
    width: 100%;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    border-radius: .4rem;
    background-color: #272b44;
    font-family: Source;
    font-size: .15rem;
    color: #fff
}

.containerBox .readingGuide h2 {
    padding: .16rem 0;
    font-size: .19rem;
    color: #262f3f;
    font-family: Source
}

.containerBox .readingGuide .con {
    padding: .19rem;
    background-color: #fff;
    border-radius: .06rem;
    box-shadow: 0 .1rem .1rem -.1rem #c5c5c5
}

.containerBox .readingGuide .con p {
    font-size: .14rem;
    font-family: Source;
    color: #676b71;
    padding-bottom: .18rem
}

.containerBox .readingGuide .con p:last-child {
    padding-bottom: 0
}

.containerBox .previousPeriod {
    margin-top: .2rem
}

.containerBox .previousPeriod a {
    display: block;
    width: 100%;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    border-radius: .4rem;
    background-color: #272b44;
    font-family: Source;
    font-size: .15rem;
    color: #fff
}

.containerBox .catalogueBox {
    padding-top: .05rem
}

.containerBox .catalogueBox .catalogue .tits {
    padding: .25rem 0;
    font-size: .19rem;
    color: #262f3f;
    font-family: Source
}

.containerBox .catalogueBox .catalogue ul li {
    margin-bottom: .12rem;
    position: relative;
    background-color: #fff;
    border-radius: .06rem;
    box-shadow: 0 .1rem .1rem -.1rem #c5c5c5;
    overflow: hidden;
    height: 1rem;
    padding-left: 1.3rem
}

.containerBox .catalogueBox .catalogue ul li a {
    text-decoration: none
}

.containerBox .catalogueBox .catalogue ul li .imgBox {
    position: absolute;
    width: 1.3rem;
    height: 1rem;
    left: 0;
    top: 0;
    overflow: hidden
}

.containerBox .catalogueBox .catalogue ul li .imgBox img {
    width: 100%
}

.containerBox .catalogueBox .catalogue ul li .desc {
    padding: .16rem
}

.containerBox .catalogueBox .catalogue ul li .desc h2 {
    font-size: .14rem;
    color: #262f40;
    font-family: SimHei;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /*! autoprefixer: off*/
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    min-height: .42rem
}

.containerBox .catalogueBox .catalogue ul li .desc .info {
    display: flex;
    align-items: center;
    margin-top: .12rem
}

.containerBox .catalogueBox .catalogue ul li .desc .info .author {
    font-size: .13rem;
    font-family: SimHei;
    color: #989b9e;
    min-width: .54rem
}

.containerBox .catalogueBox .catalogue ul li .desc .info .date {
    line-height: 1;
    margin-left: .1rem
}

.containerBox .catalogueBox .catalogue ul li .desc .info .date img {
    width: .1rem;
    vertical-align: middle
}

.containerBox .catalogueBox .catalogue ul li .desc .info .date span {
    font-size: .1rem;
    font-family: SimHei;
    color: #989b9e;
    line-height: 1;
    vertical-align: middle
}

.containerBox .catalogueBox .catalogue ul li:last-child {
    margin-bottom: 0
}

.containerBox .personnel {
    padding-top: .4rem
}

.containerBox .personnel p {
    font-size: .12rem;
    font-family: SimHei;
    color: #262f40
}

.containerBox .personnel p:last-child {
    font-size: .14rem !important;
    font-family: Source;
    padding-top: .15rem
}

.articleBox {
    background-color: #f4f6fb;
    min-height: 100vh;
    padding-bottom: .5rem
}

.articleBox .drawing img {
    width: 100%
}

.articleBox .articleCon {
    padding: 0 .2rem
}

.articleBox .articleCon h1 {
    font-size: .24rem;
    font-family: Source;
    line-height: 1.5;
    padding-top: .3rem;
    color: #262f40
}

.articleBox .articleCon .authorInfo {
    margin-top: .18rem
}

.articleBox .articleCon .authorInfo .avatar {
    width: .4rem;
    height: .4rem;
    border-radius: .4rem;
    overflow: hidden
}

.articleBox .articleCon .authorInfo .avatar img {
    width: 100%
}

.articleBox .articleCon .authorInfo .date,
.articleBox .articleCon .authorInfo .name {
    font-size: .14rem;
    font-family: Source;
    color: #262f40;
    margin-top: .05rem
}

.articleBox .articleCon .authorInfo .date span,
.articleBox .articleCon .authorInfo .name span {
    background-color: #e5e7eb;
    padding: 0 .03rem;
    display: inline-block;
    min-width: .82rem
}

.articleBox .articleCon .authorInfo .date {
    margin-top: .02rem;
    color: #aaa
}

.articleBox .articleCon .authorInfo .date span {
    padding: 0 .03rem
}

.articleBox .articleCon .desc {
    margin-top: .35rem;
    padding: .3rem .2rem .2rem;
    background-color: #fff;
    border-radius: .06rem;
    box-shadow: 0 .1rem .1rem -.1rem #c5c5c5;
    position: relative
}

.articleBox .articleCon .desc>span {
    position: absolute;
    font-size: .87rem;
    font-family: SimHei;
    color: #eee;
    left: -.25rem;
    top: -.46rem
}

.articleBox .articleCon .desc p {
    font-size: .14rem;
    color: #363636;
    font-family: SimHei;
    line-height: 1.8;
    text-align: justify;
    padding-bottom: .18rem
}

.articleBox .articleCon .desc p:last-child {
    padding-bottom: 0
}

.articleBox .articleCon .detail {
    padding-top: .25rem
}

.articleBox .articleCon .detail p {
    font-size: .14rem;
    font-family: SimHei;
    line-height: 1.8;
    text-align: justify;
    padding-bottom: .28rem;
    color: #49494a
}
.articleBox .articleCon .detail img{
    width: 90%;
    margin: 0 auto;
    display: block
}

.articleBox .articleCon .detail p img {
    width: 90%;
    margin: 0 auto;
    display: block
}

.articleBox .articleCon .dx-more {
    margin-top: .2rem
}

.articleBox .articleCon .dx-more p {
    font-size: .14rem;
    font-family: SimHei;
    line-height: 1.8;
    text-align: center
}

.articleBox .articleCon .dx-more .weinxin {
    text-align: center;
    margin-top: .15rem
}

.articleBox .articleCon .dx-more .weinxin img {
    width: 1.5rem
}

.backTop{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 10px 7px;
    background-color: #fff;
    border-bottom: 1px solid #cfc9c9;
}
.backTop .backBtn{
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}
.backTop .backBtn svg{
    width: 20px;
    height: 20px;
}
.backTop .backBtn span{
    font-size: 14px;
}

.ves{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 10;
}

@media screen and (min-width:1200px) {

    .articleBox,
    .containerBox {
        width: 556px;
        margin: 0 auto
    }

    .backTop{
        width: 556px;
        padding: 7px 15px;
        margin: 0 auto;
        background-color: #f4f6fb;
    }
    .backTop .backBtn svg{
        width: 25px;
        height: 25px;
    }
    .backTop .backBtn span{
        font-size: 18px;
    }
    
}