.title {
    display: block !important;
}
.row {
    overflow: hidden;
}
.news .col-md-9 {
    background: #fff;
}

    .news .col-md-9 > div:nth-child(2) {
        box-sizing: border-box;
        padding: 20px 1.5vw;
        width: 40%;
    }

.news-time {
    color: #999;
    font-size: 12px;
    padding-top: 1vw;
}

.news-title {
    color: #333;
    font-size: 1.8vw;
    margin: 1vw 0;
    line-height: 1.5em;
}

.news-desc {
    font-size: 1vw;
    line-height: 1.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    color: #999;
    font-size: 1vw;
    text-indent: 2em;
}

.news-desc2 {
    -webkit-line-clamp: 2;
}

.news-more {
    color: #19BBC6;
    font-size: 1vw;
    padding: 1.2vw 0;
}

.news-source {
    line-height: 60px;
    white-space: nowrap;
    border-top: 1px solid #eee;
    margin-top:  5.2vw;
}

    .news-source img{
        width: 15px;
    }
        .news-source img,
        .news-source span{
            vertical-align: middle;
        }
        .news-source > div {
            display: inline-block;
            width: 50%;
        }

        .news-source > div:nth-child(2) {
            color: #19BBC6;
            font-size: 12px;
        }

.text-c {
 text-align: center;
}
.btn-primary {
    margin: 20px 0;

}

    .btn-primary:hover {
        background: #19BBC6;
        color:  #fff !important;
    }
. pad-0 {
    padding: 0;
}
.padleft-15 {
    padding-left: 15px;
}
.padright-15 {
    padding-right: 15px;
}
.padlr-15 {
    padding: 0 15px;
}
.col-md-6, .pos-re {
    position: relative;
}
.top {
    position: absolute;
    bottom: 0;
    left: 10%;
}
.right {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.left {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
}

.mg-20 {
    margin: 20px;
}
.mgbottom-20 {
    margin-bottom: 20px;
}
.mgtop-15 {
    margin-top: 15px
}
.mgtop-0 {
    margin-top: 0
}