.news_details_bg {
    width: 100%;
    height: 15rem;
    /*750/50*/
    /*background:url(../images/news_details/news_details_bg.jpg) center no-repeat;
	background-size:cover;*/
    background-color: #3b6f9f;
}

#news_details {
    background-color: rgba(236, 236, 236, .42);
    padding: 0.5rem 0;
    margin-top: -10.68rem;
    /*534/50*/
}

.news_details {
    width: 93%;
    /*1116/1200*/
    padding: 0.6rem 2.5%;
    /*30/1200,30/50*/
    margin: auto;
    background-color: #f5f5f5;
    color: #555555;
}

.news_details>h1 {
    font-size: 0.72rem;
    /*36/50*/
    font-weight: bolder;
    text-align: center;
}

.news_details>h2 {
    font-size: 0.36rem;
    /*18/50*/
    text-align: center;
    line-height: 3;
}

.news_details>p {
    font-size: 0.32rem;
    /*16/50*/
    line-height: 1.5;
    margin: 0.6rem 0;
    /*40/50*/
    text-align: justify;
}

.news_details>h3 {
    font-size: 0.32rem;
    /*16/50*/
    line-height: 1.5;
    margin: 0.6rem 0;
    /*40/50*/
    font-weight: bold;
}

.news_details>h4 {
    font-size: 0.44rem;
    /*22/50*/
    margin: 0.6rem 0;
    font-weight: bold;
}

.news_details>button {
    height: 0.8rem;
    padding: 0 0.4rem;
    display: block;
    margin: auto;
    cursor: pointer;
    font-family: Arial, "微软雅黑", sans-serif;
    font-size: 0.32rem;
    /*16/50*/
    color: #333333;
}

.imgBox {
    width: 100%;
    overflow: hidden;
    padding-bottom: 0.6rem;
}

.imgBox>img {
    width: 24%;
    /*270/1116*/
    float: left;
}

.imgBox>img:nth-child(1) {
    margin-left: 22%;
    margin-right: 8%;
}


/* 20190531 */

.news_list_new {
    width: 1120px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.news_list_li_new {
    width: 450px;
    height: auto;
    overflow: hidden;
}

.new_title4::after {
    position: absolute;
    content: '';
    width: 66px;
    height: 18px;
    background: url('../images/icon/icon_tj.png') no-repeat center center;
    background-size: 100% auto;
    left: 2px;
    top: 13px;
}

.news_list_li_new_title_h1 {
    padding-left: 0;
    font-size: 22px;
    line-height: 44px;
    color: #666666;
    margin-left: 80px;
    background: url('../images/icon/icon_bg.png') no-repeat left 26px;
}

body {
    background-color: #3b6f9f;
}