.whole-box{
    /* height: 900px; */
    /* width: 100%; */
    /* background-color: brown; */
    margin: 0 auto -40px;
}
.top-background{
    /* position: relative; */
    height: 770px;
    /* width: 100%; */
    background-color: rgb(228, 239, 254);
    /* line-height: 140px; */
    overflow: hidden;
    /* margin-bottom: 20px;
    margin-top: -10px; */
    /* margin: -10px -10px 0 -10px; */
}

.top-background>hr{
    color: rgb(248, 23, 23);
    margin-top: 35px;
}

.top-background>.news-title{
    /* position: absolute; */
    font-size: 30px;
    font-weight: bold;
    width: 150px;
    height: 50px;
    color: rgb(0, 0, 0,);
    /* right: 0;
    left: 0;
    top: 0;
    bottom: 0; */
    margin: 35px auto 0;
    /* padding-top: 30px; */
    /* line-height: 140px; */
    border-bottom: solid rgb(74, 171, 246) 3px;
    text-align: center;
}

.top-background>.news-en{
    font-size: 20px;
    /* font-weight: bold; */
    width: 500px;
    /* height: 50px; */
    margin-top: 10px;
    text-align: center;
    color: rgb(105, 105, 105);
    /* border-top: solid rgb(74, 171, 246) 3px; */
    /* padding-top: 10px; */
    margin: 10px auto 30px;
}

.top-background>.news-img-background{
    height: 555px;
    background-color: rgb(241, 247, 255);
}

.clearfix::before,
.clearfix::after{
    content: "";
    display: table;
    clear: both;
}

.news-img-background>.news-img-box{
    width: 1300px;
    height: 480px; /* height: 430px; */
    /* background-color: black; */
    margin: 35px auto 0;
    /* outline: solid gray 2px; */
}

.news-img-box>.final-img-box{
    overflow: hidden;
    /* float: left; */
    height: 100%;
    width: 370px;
    background-color: rgb(255, 255, 255);
    position: relative;
    /* outline: solid gray 1px; */
}

#box-1{
    float: left;
}

#box-2{
    float: left;
    /* margin: 0 auto; */
    margin-left: 95px;
}

#box-3{
    float: right;
}

.final-img-box>img{
    width: 450px; /* 500px*/
    margin-left: -65px;
}

.data-title{
    width: 345px;
    margin: 45px 0 0 15px;
    line-height: 30px;
}

.data-title>span.data-show{
    color: rgb(0, 0, 0);
    font: 16px "微软雅黑", Arial;
}

.data-title>span.news-main-title{
    /* line-height: 20px; */
    font: bold 18px "微软雅黑", Arial;
}

.final-img-box>.footer-box{
    position: absolute;
    height: 49px;
    width: 370px;
    /* background-color: rgb(118, 238, 238); */
    bottom: 0px;
    border-top: solid rgb(236, 240, 243) 1px;
}

.footer-box>.news-link{
    position: absolute;
    line-height: 50px;
    right: 20px;
}

.news-link>a{
    text-decoration: none;
    color: rgb(0, 0, 0);
    font: 16px "微软雅黑", Arial;
}


