
.artical-box {
    padding-top: 62px;
    overflow-x: hidden;
    padding-bottom: 48px;
}
#head {
    overflow: hidden;
}
.title {
    font-size: 38px;
    color: #212121;
    text-align: center;
    line-height: 1;
    margin-bottom: 54px;
}
.issue-time {
    margin-top: 30px;
    color: #818181;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    padding-bottom: 11px;
    border-bottom: 1px solid #eee;
}
.content {
    font-size: 20px;
    color: #212121;
    margin-bottom: 30px;
}
.pre-page, .next-page {
    font-size: 16px;
    color: #616161;
}
.page {
    color: #4696cf;
}
.btn-page {
    cursor: pointer;
}
.list-img {
    width: 100%;
}
.img-box {
    width: 28%;
    margin-right: 34px;
    flex-shrink: 0;
}
.content-box {
    flex-grow: 1;
}
.content-title {
    color: #131313;
    font-size: 26px;
    margin-bottom: 30px;
}
.content-text {
    font-size: 14px;
    color: #515151;
}
.source {
    margin-top: 25px;
    font-size: 16px;
    color: #999999;
}
.details {
    color: #4195d2;
    /* cursor: pointer; */
}
.mr10 {
    margin-right: 10px;
}
.item-box {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
    /* margin-bottom: 30px; */
}
.item-box:hover .list-img {
    transform: scale(1.05);
}
.item-box:hover .content-title {
    color: #4696cf;
}


.watch-more {
    color: #919191;
    font-size: 16px;
    text-align: center;
}


/* ipad */
@media (min-width: 768px) and (max-width:992px) {
    .artical-box {
        padding-top: 30px;
        overflow-x: hidden;
        padding-bottom: 30px
    }
    .title {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .content-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .source {
        margin-top: 0px;
        font-size: 14px;
    }
    .img-box {
        margin-right: 20px;
    }
}



/* 兼容移动端  */ 
@media (max-width: 768px) {
    .artical-box {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .img-box {
        width: 100%;
        margin-right: 10px;
        display: flex;
    }
    .content-title {
        font-size: 16px;
        margin-bottom: 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        padding: 10px 0;
    }
    .content-text {
        font-size: 12px;
    }
    .source {
        margin-top: 0;
        font-size: 12px;
        display: none;
    }
    .item-box {
        padding: 10px 0;
        display: block;
    }
    .list-img {
        object-fit: cover;
        border-radius: 10px 10px 0 0;
    }
    
}