.news_list_div{
    width: 1198px;
    height: auto;
    /*background-color: #31b0d5;*/
    margin:auto;
    border: 1px solid #9da0a4;
}

.news_list_content{
    width: 1120px;
    min-height: 500px;
    height: auto;
    margin: auto;
    /*border-bottom: 1px dashed #bfc0c1;*/
    /*background-color: #9dc7e7;*/
}

.news_list_title{
    width: 100%;
    height: 150px;
    border-bottom: 1px dashed #9da0a4;

}
.news_title{
    text-align: center;
    padding-top: 28px;
    font-size: 24px;
}

.publish_time{
    font-size: 12px;
    padding-top: 70px;
}

.news_content{
    padding-top:35px;
    font-size: 16px;
}
.news_content img{
    max-width: 1110px !important;
}