.box-title-sign{
    display: inline-block;
    width: 2px;
    height: 24px;
    background: #0086E4;
    vertical-align: text-bottom;
    margin-right: 10px;
}
.wztj .box-title{
    font-size: 24px;
    font-weight: 400;
}
/* 普通的线 */
.split-line{
    background: #EEEEEE;
    height: 1px;
}
/* 文章推荐里的分割线默认上下间距 */
.wztj .split-line{
    margin: 10px 0 24px;
}

.wztj .article-item {
    /* width :278px; */
    margin-bottom: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wztj .article-item .item-index{
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    width: 18px;
    height: 18px;
    background: #E5F3FC;
    color: #0086E4;
}
.wztj .article-list-box  .article-item:nth-child(1) .item-index{
    background: #FA5855;
    color: #FFFFFF;
}
.wztj .article-list-box  .article-item:nth-child(2) .item-index{
    background: #FA5855;
    opacity: 0.8;
    color: #FFFFFF;
}
.wztj .article-list-box  .article-item:nth-child(3) .item-index{
    background: #FA5855;
    opacity: 0.6;
    color: #FFFFFF;
}
.wztj .article-item .item-title{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}


.wztj .btn{
    width: 100%;
    text-align: center;
    background: #F9F9F9;
    font-size : 14px;
}
.wztj .btn:hover{
    color : #0086E4;
    cursor : pointer;
}