.news{
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
}
.news .tit{
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 48px;
}
.news>p{
    text-align: center;
    height: 50px;
}
.news>p a{
    padding: 15px 20px;
    margin: 0 4px;
    overflow: hidden;
    background: #eff4f7;
    color: #677b8c;
}
@media (max-width: 768px) {
    .news>p a{
        display: block;
        float: left;
        width: 45%;
        margin: 2.5%;
    }
}
.news>p a.hover{
    background: #42b6f3;
    color: #fff;
}
@media (min-width: 1200px) {
    .news{
        width: 1120px;
    }
}
.news .col-md-4 img{
    display: block;
    width: 100%;
}
.news .row{
    padding-top: 60px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}
.news .col-md-4{
    padding-bottom: 30px;
}
.news .col-md-8 .event{
    line-height: 28px;
    color: #666666;
}
.news .col-md-8 .time{
    margin-bottom: 35px;
}
.news .col-md-8 .new-tit{
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.news .col-md-8 .new-con{
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    color: #8d8d8d;
    margin-bottom: 10px;
}
.news .col-md-8>a{
    display: block;
    width: 177px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #42b6f3;
    color: #42b6f3;
    text-align: left;
    padding-left: 40px;
    background: url("../images/langsejt.png")no-repeat right 50px center;
    font-size: 17px;
}