.news-list{
    position: relative;
    width: 94%;
    margin: 0 auto;
}
.news-list li{
    width: 100%;
    position: relative;
    float: left;
    line-height: 40px;
}
.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 li{
    width: 100%;
    position: relative;
    float: left;
    line-height: 40px;
}
.article-list li div{
    float: left;
}
.article-list li span{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    text-align: right;
    color: #195E84;
}
.article-list li .item-icon img{
    width: 15px;
    height: auto;
    vertical-align:middle;
}
.article-list li .item-icon{
    width: 20px;
    position: relative;
    float: left;
    height: 40px;
    line-height: 40px;
    margin: auto;
}
.article-list li .item{
    width: calc(100% - 20px);
    position: relative;
    float: left;
    line-height: 40px;
}

/* 图文 */
.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;
}