
.index-about-news-wrap{
    padding: 20px 0;
}

.index-about-news-list-tab{
    border-top: 1px solid #ebedf0;
}

.index-about-news-tab{
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    cursor: pointer;
    padding-bottom: 7px;
    position: relative;
    text-align: center;
}

.index-about-news-tab.about-news-tab-show{
    color: #0455A7;
}

.index-about-news-tab.about-news-tab-show:after{
    width: 24px;
    content: "";
    position: absolute;
    bottom: 0;
    height:3px;
    background:#0455A7;
    border-radius:2px;
    left: 50%;
    margin-left: -12px;
}

.index-about-news-list{
    width: 100%;
    border-bottom: 1px solid #ebedf0;
    padding-top: 20px;
    /*margin-bottom: 20px;*/
    padding-bottom: 20px;
}

.index-about-news-list-tab{
    display: none;
}

.index-about-news-list-tab.news-list-tab-show{
    display: block;
}

.about-news-list-left{
    height: 146px;
    background-color: #cacaca;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-news-list-right{
    padding-right: 0;
}

.about-news-list-right p:nth-child(1) a{
    font-size: 20px;
    letter-spacing: 1px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: bold;
}

.about-news-list-right p:nth-child(2){
    font-size: 14px;
    font-weight: 500;
    line-height: 1.43;
    letter-spacing: 0.3px;
    height: 60px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    width: 100%;
    margin-bottom: 18px;
}

.about-news-list-right p:nth-child(3){
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.2px;
    color: #999999;
    margin-right: 30px;
    float: left;
    display: inline-block;
}

@media (max-width: 992px) {
    .index-about-news-tab-wrap{
        padding: 0;
        border-bottom:7px solid #f0f0f0 ;
    }
    .index-about-news-list-tab{
        border-top: 0;
    }
    .index-about-news-wrap{
        padding: 0;
    }
    .about-news-list-left{
        height: 86px;
    }
    .about-news-list-right p:nth-child(2){
        display: none;
    }
    .about-news-list-right p:nth-child(1) a{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: inherit;
        font-size: 16px;
        height: 44px;
        margin-bottom: 26px;
    }
}

@media (min-width: 993px) {

}