
.artical-box {
    padding-top: 62px;
    overflow-x: hidden;
    padding-bottom: 48px;
}
#head {
    overflow: hidden;
}
.title {
    font-size: 42px;
    color: #212121;
    text-align: center;
    line-height: 1;
}
.issue-time {
    margin-top: 30px;
    color: #818181;
    font-size: 16px;
    text-align: center;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #eee;
}
.img-box {
    margin-top: 30px;
    width: 100%;
    margin-bottom: 38px;
}
.img-box img {
    width: 100%;
}
.content {
    font-size: 16px;
    color: #333;
    margin-bottom: 56px;
    /* line-height: 34px; */
}
.pre-page, .next-page {
    font-size: 16px;
    color: #616161;
    line-height: 36px;
}
.page {
    color: #4696cf;
}
.btn-page {
    cursor: pointer;
}
.btn-page:hover {
    text-decoration: underline;
}


/* ipad */
@media (min-width: 768px) and (max-width:992px) {
    .artical-box {
        padding-top: 45px;
        padding-bottom: 30px;
    }
    .content {
        font-size: 18px;
        margin-bottom: 40px;
    }
}



/* 兼容移动端  */ 
@media (max-width: 768px) {
    .artical-box {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .title {
        font-size: 20px;
        line-height: 1.5;
    }
    .issue-time {
        margin-top: 15px;
    }
    .img-box {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .content {
        font-size: 14px;
        margin-bottom: 25px;
    }
    .pre-page, .next-page {
        font-size: 14px;
    }
}   