.news-list{
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: 10px;
}
.news-list li{
    width: 100%;
    position: relative;
    float: left;
    line-height: 30px;
}
.news-list .news-item .news-item-icon{
    position: absolute;
    height: 30px;
}
.news-list .news-item .news-item-icon img{
    height: 30px;
}
.news-list .news-item .news-item-title{
    position: relative;
    left: 16px;
    width: calc(100% - 16px);
}
.news-list li span{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    text-align: right;
}
/* 文章列表 */
.article-list{
    position: relative;
    top: 10px;
    width: 100%;
    margin: 0 auto;
}
.article-list-border{
    height: 280px;
    border: 1px solid #EEEEEE;
    padding: 10px 10px;
    width:auto;
}
.article-list li{
    width: 100%;
    position: relative;
    float: left;
    line-height: 35px;
}
.article-list li div{
    float: left;
}
.article-list li span{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    text-align: right;
    color: #C4C3BF;
}
.article-list li .item-icon img{
    width: 18px;
    height: 35px;
}
.article-list li .item-icon{
    position: relative;
    float: left;
    height: 35px;
    line-height: 35px;
    margin: auto;
}
.article-list li .item{
    width: calc(100% - 18px);
    position: relative;
    float: left;
    line-height: 35px;
}

/* 图文 */
.image-text{
    position: relative;
    width: 100%;
    margin: 0 auto;
    float: left;
}
.image-text li{
    width: 32%;
    position: relative;
    float: left;
    line-height: 40px;
    margin-right: 2%;
}
.image-text ul li:last-child{
    margin-right: 0;
}
.image-text li div{
    float: left;
}
.image-text li .item-image{
    line-height: 0;
}
.image-text li .item-image img{
    width: 100%;
    height: 104px;
    object-fit: cover;
}
.image-text li .item{
    width: calc(100% - 20px);
    position: relative;
    float: left;
    line-height: 40px;
    text-align: center;
}