
.article-content .article-content-text{
    font-size: 14px;
    color: #333333;
    padding-top: 16px;
    padding-bottom: 60px;
}
.article-content .article-content-text a{
    color: #333;
}
.article-content .article-content-text .article-list{
    margin-bottom: 24px;
}
.article-content .article-content-text .article-list li{
    background: #ffffff;
}
.article-content .article-content-text .article-list li a{
    padding: 12px 16px;
    display: block;
}
.article-content .article-content-text .article-list li a>.article-item-text{position: relative;max-width: 1000px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;padding-right: 28px;}
.article-content .article-content-text .article-list li:nth-of-type(2n){
    background: #F5F5F5;
}
.article-content .article-content-text .article-list li:hover .article-item-text{
    color: #d2232a;
}
.article-content .article-content-text .article-list li .article-item-text>.text{
    /* display: block; */
    max-width: 870px;
    height: 32px;
    box-sizing: border-box;
    padding-right: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 32px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.article-content .article-content-text .article-list.article-list-second li .article-item-text{
    padding-right: 70px;
    max-width: 1100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    align-items: center;
}
.article-content .article-content-text .article-list li .article-item-text .article-item-text-title{
    display: inline-block;
    padding-right: 17px;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
    position: relative;
}
.article-content .article-content-text .article-list li .article-item-text .article-item-text-title::after{
    content: '';
    position: absolute;
    top: 8px;
    right: 8px;
    display: block;
    width: 1px;
    height: 16px;
    background: #D2D2D2;
}
.article-content .article-content-text .article-list li .article-item-text .text-icon{
    font-size: 12px;
    line-height: 14px;
    color: #d2232a;
    display: block;
    padding: 4px 8px;
    background: #FCEEEE;
    max-width: 110px;
}

.article-content .article-content-text .article-list li .article-item-text .article-item-text-icon{
    font-size: 12px;
    line-height: 18px;
    color: #d2232a;
    display: block;
    padding: 4px 8px;
    background: #FCEEEE;
    margin-top: 3px;
}
.article-content .article-content-text .article-list li.hot .article-item-text::after{
    content: '';
    position: absolute;
    top: 3px;
    right: 0px;
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/hot.png) no-repeat top center;
    background-size: 18px;
}
.article-content .article-content-text .article-list li .article-item-time{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 32px;
}