body{
    background-color: #fafafa;
    font-family: MicrosoftYaHei;
}
#wrapper{
    padding: 0 0 20px 0;
}
.wrapper-box>div{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    clear: both;
    overflow: hidden;
}
.wrapper-box.bg-white{
    padding-top: 20px;
}
.comment-date{
    padding:5px 10px;
    border: 0;
}
.comment-date span:before{
    display: none;
}
.comment-date span{
    font-size: 14px;
    text-align: center;
    margin-right:0;
    color: #E1AB05;
}
.comment-date span i{
    font-size: 48px;
    display: block;
    line-height: 44px;
}
.ts-article .post-wrapper{ 
    position: relative;
}
.main-article .post-item-details h2{
    margin-top: 10px;
}
.ts-article .post-wrapper .main-article-date{
    position: absolute;
    top: 0;
    background-color: #DE2726;

}
.ts-article .post-wrapper .main-article-date span{
    color: #fff;
}
.ts-article .post-item-details h2{
    text-align: left;
    line-height: 26px!important;
    font-size: 18px;
}
.ts-article .post-item-details h2 a{
    color: #333;
    font-size: 18px;
    
}
.ts-article .post-item-details .post-text{
    color: #666;
    line-height: 26px;
    font-size: 15px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    padding: 0;
    text-align: left;
}
.ts-article .post-button{
    margin-top: 40px;
}
.ts-article .post-button .post-view-more{
    background: #26A6DD;
    border-radius: 4px;
    padding: 12px 40px;
    color: #fff;   
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
}


.sub-articles .post-image img{
    width: 72px;
}
.sub-articles .post-wrapper{
    display: flex;
    align-items: flex-start;
    margin-right: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}
.sub-articles .post-wrapper:last-child{
    border-bottom: 0;
}
.sub-articles .post-item-details h2{
    margin-bottom: 0;
}
.sub-articles .post-item-details h2 a{
      overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* n */
}

/* 超出显示 详情 */
/* @-webkit-keyframes width-change {0%,100%{width: 320px} 50%{width:260px}} */
.ts-article .sub-articles .post-item-details {
    position: relative;
    /* width: 260px; */
    max-height: 72px; /* h*n */
    overflow: hidden;
    /* -webkit-animation: width-change 8s ease infinite; */
    padding: 0 10px;
}
.ts-article .sub-articles .post-text {
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* n */
    font-size: 100px; /* w */
    color: transparent;
}
.sub-articles .post-text p {
    font-size: 14px;
    color: #666;
    display: inline;
    vertical-align: top;
}
.ellipsis-ghost {
    position:absolute;
    z-index: 1;
    top: 0;
    /* left: 50%; */
    width: 100%;
    height: 100%;
    color: #000;
}
.ellipsis-ghost:before {
    content: "";
    display: block;
    float: right;
    width: 50%;
    height: 100%;
}
.ellipsis-placeholder {
    content: "";
    display: block;
    float: right;
    width: 50%;
    height: 52px; /* h*n */
}
.ellipsis-more {
    /* position: relative;
    float: right; */
    font-size: 14px; /* f */
    float: right;
    position: relative;
    margin-top: -26px;
    /* width: 50px; 
    height: 18px; 
    margin-top: -18px;  */
}
.ellipsis-more a{
    color: #26A6DD;
    text-decoration: underline!important;
}

/* 超出显示 详情 END*/
.post-item.article-list{
    margin-top: 40px;
}
.article-list .post-wrapper{
    /* display: flex;
    align-items: flex-start; */
    margin: 30px 0 60px;
    position: relative;
    background-color: #fff;
    padding:20px 10px;
    clear: both;
    overflow: hidden;
}
.article-list .post-item-wrapper{
    position: relative;
}
.article-list .post-item-wrapper::before{
    content:'';
    width: 80px;
    height: 6px;
    background-color: #26A6DD;
    position: absolute;
    top:-31px;
    left: 0;
    z-index: 1;
}
.article-list .post-item-wrapper::after{
    content:'';
    width: 100%;
    height: 1px;
    background-color: #e1e1e1;
    position: absolute;
    top:-28px;
    left: 0;
    z-index: 0;
}
.article-list .post-wrapper .post-image{
    width: 30%;
    float: left;
}
.article-list .post-wrapper .post-item-details{
    float: left;
    width: 60%;
}
.post-item.article-list .comment-date{
    border: 1px solid #eee;
    margin-left: 20px;
    margin-right: 10px;
    float: left;
}
@media screen and (max-width:760px) {
    .wrapper-box{
        padding:20px;
    }
    .main-wrapper>div{
        width: 100%!important;
        
    }
    .main-article{
        margin-bottom: 30px;
    }
    .main-wrapper .post-wrapper {
        margin-right: 0;
    }
    .article-list .post-wrapper .post-image{
        width: 50%;
        float: left;
    }
    .post-item.article-list .post-wrapper{
        margin-right: 0;
    }
    .post-item.article-list .comment-date{
        margin-left: 0;
        margin-right: 0;
        /* transform: scale(0.6); */
        position: absolute;
        left: 0;
        background: #fff;
        top: 0;
    }
    .post-item.article-list .post-item-details {
        text-align: center;
        overflow: hidden;
        padding: 0 0 0 10px;
        margin-right: 0;
        float: left;
        width: 50%;
    }
    .post-item.article-list .post-item-details h2 a{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .post-item.article-list .post-button {
        margin-top: 10px;
        float: right;
    }
    .post-item.article-list .post-button a.post-view-more{
        font-size: 14px;
        padding: 8px 30px;
    }
    .post-item.article-list .post-item-details .post-text{
        line-height: 22px;
    }
}
@media screen and (max-width:480px) {
.comment-date{
    padding:5px;
}
.comment-date span{
    font-size: 12px;
}
.comment-date span i{
    font-size: 26px;
    line-height: 30px;
}

}