/****************** 资讯中心 start ******************/

.news {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 35px 30px;
}
.news_title{
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 500;
    color: #666666;
    line-height: 50px;
    text-align: center;
}

.news_msg{
    width: 100%;
    border-bottom: #eee 1px solid;
    text-align: center;
}

.news_msg span{
    height: 50px;
    font-weight: 400;
    color: #999999;
    line-height: 50px;
}

.news_msg span:nth-child(2){
    margin-top: 50px;
}
.news_content{
    margin-top: 30px;
}

.news_content img{
    width: 100%;
}


@media screen and (max-device-width: 1200px) {
    .news{
        background-color: #FFFFFF;
    }
}

/****************** 资讯中心 end ******************/

@media screen and (max-device-width: 450px) {
    .news {
        padding: 30px 20px;
    }
    .news .news_title {
        width: auto;
        line-height: 30px;
    }
    .news .news_msg {
        font-size: 12px;
    }
}
