.tabs{
    margin-top: 40px;
    margin-bottom: 50px;
}
.tabs a{
    line-height: 50px;
    color: #666666;
    background: #F4F4F4;
}
.tabs .active{
    background: #3786FF;
    color: #fff;
}
.tu{
    height: 300px;
}
.title{
    color: #333333;
    font-size: 28px;
    font-weight: bold;
}
.newsone{
    padding-left: 40px;
}
.shuju{
    margin: 50px 0;
    color: #999;
    font-size: 14px;
}
.shuju img{
    margin-right: 10px;
}
.jianjie{
    color: #666;
    font-size: 16px;
}
.dange{
    margin-bottom: 50px;
}
@media (min-width: 1200px){
    .newslist{
        max-width:1200px;
    }
}
@media (max-width: 768px) {
    .newsone{
        padding-left: 20px;
    }
    .tu{
        height: 140px;
    }
    .tu img{
        width: 100%;
    }
    .title{
        font-size: 16px;
    }
    .shuju{
        font-size: 12px;
        margin: 10px 0;
    }
    .jianjie{
        font-size: 14px;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }
    .dange{
        margin-bottom:30px;
    }
}