.theme {
    background: url(../images/article_list_banner.png) no-repeat top center;
    height: 180px;
}
.theme-desc {
    height: 180px;
}
.theme-desc .desc {
    text-align: center;
    color: #fff;
    padding-top: 55px;
}
.theme-desc .desc p{
    font-size: 16px;
}

.detail {
    display: flex;
    justify-content: center;
    text-align:center;
}

.nav-path {
    margin-top:15px;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    color:#444;
    padding:10px 0;
}

.nav-path a {
    text-decoration:none;
}

.detail-box {
    border:1px solid #e9e9e9;
    font-size:16px;
    line-height: 1.7;
    min-height: 600px;
    padding: 12px;
}

.box-left {
    background-color: #e6e6e6;
    padding: 0;
}

.box-left h3{
    background: #196ed7;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;
    margin:0;
}

.box-left h3 a {
    color: #fff;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

.box-left ul {
    padding: 0;
}

.box-left ul li a{
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
    display: block;
    border-top: 1px solid #f5f5f5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.active-now {
    color: #196ed7;
}

.box-left ul li a:hover{
    color: #196ed7;
}

.box-right ul {
    padding: 0;
}

.box-right ul li{
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
}

.box-right ul li a{
    color: #666666;
    outline: 0;
    cursor: pointer;
}

.box-right .article-img {
    float: left;
    width: 200px;
    height: 120px;
    overflow: hidden;
    border: 3px solid #efefef;
}

.box-right {
    text-align: left;
}

.box-right .article-text {
    margin-left: 230px;
    padding-right: 160px;
    position: relative;
    min-height: 120px;
}

.box-right .article-text a{
    color: #666666;
    outline: 0;
    cursor: pointer;
}

.box-right .article-text a h3{
    font-size: 16px;
    color: #444444;
    line-height: 1.5;
    margin:0;
}

.box-right .article-text p{
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-line-clamp:2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.box-right .article-text time{
    position: absolute;
    bottom: 0;
    color: #c9c9c9;
    left: 0;
    font-size: 14px;
}

.box-right .article-text .go-detail{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 160px;
    border: 1px solid #9ac6ef;
    background-color: #dceeff;
    line-height: 36px;
    border-radius: 38px;
    text-align: center;
    font-size: 14px;
    color: #666666;
    display: block;
    text-decoration: none;
}

.box-right .article-text .go-detail:hover{
    background-color: #0266ba;
    color: #fff;
}

@media (max-width: 768px) {
    .box-right {
        padding: 0;
    }
    .box-right .article-text time{
        position: relative;
    }
    .go-detail {
        display: none !important;
    }
    .box-right .article-img {
        width: 45%;
        height: auto;
        border:0;
    }
    .box-right .article-text {
        margin-left: 47%;
        padding-right: 0;
    }
    .box-right .article-text h3{
        display: -webkit-box;
        -webkit-line-clamp:1;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
    }
    .box-right .article-text p{
        display: -webkit-box;
        -webkit-line-clamp:3;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        margin:0;
    }
    .box-right ul li{
        padding-bottom: 5px;
    }

}

