.articleTab{
    margin-top: 15px;
}
.articleTab ul{
    display: flex;
    display: -ms-flexbox;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    height: 40px;
}
.articleTab li{
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    width: 104px;
    text-align: center;
    background: #fff;
    border: 1px solid #ccc;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.articleTab li.on{
    border-top-color: #ccc;
    border-left-color: #ccc;
    border-right-color: #ccc;
    border-bottom-color: transparent;
}
.articleTab li::marker{ content: '';}
.articleTab .box{
    padding: 15px;
}
.articleTab p{
    line-height: 30px;
}

.gp-teacherArticle8 .info >div{
    -webkit-line-clamp: unset;
}

/* Responsive Style */
@media screen and (max-width:997px) {
    .articleTab ul{
        overflow: scroll;
        overflow-x: scroll;
        height: auto;
        border-bottom: none;
        padding-bottom: 6px;
    }
    .articleTab li{
        flex-shrink: 0;
    }
}

@media screen and (max-width:767px) {
    .articleTab .box{
        padding: 10px 6px;
    }
    .articleTab p{
        line-height: 26px;
    }
}

@media screen and (max-width:479px) {
    .articleTab li{
        width: auto;
        padding: 0 15px;
        height: 35px;
        line-height: 35px;
    }
}






