 .top_img {
    width: 100%;
    height: 400px;
    display: block;
    margin-top: 68px;
}

.newsBanner{
    width: 100%;
    margin-top: 68px;
}
.newsBanner img{
    width: 100%;
    height: auto;
}
.newsNavBox{
    width: 100%;
    height: 54px;
    background: #FBFBFB;
}
.newsNav{
    width: 1200px;
    font: 14px/54px "Microsoft Yahei";
    color: #6F6F6F;
    margin: 0 auto;
}
.newsList{
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
}
.news{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    cursor: pointer;
}
.news img{
    width: 204px;
    height: 137px;
}
.newsBox{
    width: 966px;
    height: 137px;
    overflow: hidden;
}
.newsTitle{
    font: 20px/32px "Microsoft Yahei";
}
.newsText{
    /*height: 44px;*/
    font: 14px/26px "Microsoft Yahei";
    color: #8C8F8F;
    /*padding: 2px 0;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.newsTime{
    font: 14px/38px "Microsoft Yahei";
    color: #6F6F6F;
}