.news_list_content{
    width: 100%;
    height: auto;
    min-height: 1950px;
    background: rgba(245, 245, 245, 0.39);
    opacity: 1;
    padding-top: 40px;
}

#top_left{
    height: auto;
    background: rgba(255, 255, 255, 0.39);
    opacity: 1;
    border-radius: 8px;
}
.news_list {
    width: 1100px;
    margin: 0 auto;
}
#portal_block_2{
    width: 760px;
}

.new-display-title p {
    font-size: 28px;
    width: 100%;
    margin-bottom: 10px;
    font-weight: 500;
    word-wrap: break-word;
    word-break: normal;
}

.new-display-title h1 {
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 29px;
    color: #1C1C1C;
    opacity: 1;
    text-align: center;
}

.news-display-message {
    height: 19px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 19px;
    color: #666666;
    opacity: 1;
}

.article-img-box img {
    width: 90%;
}
.text-content{
    /*min-height: 860px;*/
}
.text-content p{
    width: 760px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 40px;
    color: #666666;
    opacity: 1;
    text-indent:2em;
}
.text-content img{
    max-width: 90%;
    margin: auto;
    text-align: center;
}

.recommend-scale img {
    width: 290px;
    height: 164px;
}

.news_top_right h1 {
    font-size: 20px;
    font-weight: 400;
    margin: 30px 0;
    display: inline-block;
    border-left: 3px solid #f63756;
    padding-left: 30px;
}

.news_top_right_title p {
    font-size: 20px;
    font-weight: 400;
    margin: 30px 0;
    display: inline-block;
    border-left: 3px solid #f63756;
    padding-left: 30px;
}
.bottom_box{
    width: 100%;
    height: 408px;
    background: rgba(232, 245, 255, 0.39);
    opacity: 1;
    padding-top: 40px;
    margin: 0!important;
}
div.bottom_box div img {
    width: 380px;
    height: 220px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    border-radius: 4px;
}
.about_bg{
    display: none;
}