.layui-tab-brief>.layui-tab-title .layui-this.tit-w{
    color: #666;
}
 .layui-tab-brief>.layui-tab-title .layui-this.tit-w:after{
    border-bottom: 2px solid #f7201b;
}
.layui-tab-brief>.layui-tab-title .layui-this.tit-w:before{
    color: #f7201b;
    /* display: none; */
    /* position: absolute; */
    background-image: url('../images/icon_up.png');
    width: 10px;
    height: 10px;
    background-color: #fff;
    background-size: contain;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -3px;
    content: "";
    border: 0;
    border-radius: 2px 2px 0 0;
    box-sizing: border-box;
    pointer-events: none;
    z-index:2;
}
.news-list .news-item.other-file .cricle-li{
    background-color: #666;
    width: 4px;
    height: 4px;
}
.news-list .other-file .new-inner{
    color: #666;
}

/* 新闻列表 */
.news-list{
    width: 100%;
}
.news-list .news-item{
    width: 100%;
    margin-top: 20px;
}
.news-list .news-item a{
    display: block;
    font-size: 14px;
    color: #000;
    width: 100%;
    cursor: pointer;
}
.news-list .news-item a:hover,.news-page a:hover{
    color:#2991D9;
}
.news-list .news-item .cricle-li{
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #2991D9;
    border-radius: 50%;
    margin-bottom: 5px;
    margin-right: 5px;
}
.news-list .news-item .new-inner{
    display: inline-block;
    width: calc(100% - 100px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}
.news-list .news-item .news-date{
    display: inline-block;
    width: 50px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    float: right;
}
