*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    background: white !important;
}
.header-box{
    background: rgba(0,97,167) !important;
}
.whole-box{
    height: auto;
}
.column-background-box{
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-color: #2c343b;
    padding: 295px 0;
    position: relative;
}
.column-background-box p{
    font-family: SourceHanSansCN-Bold;
    font-size: 28px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0px;
    color: #000000;
    position: absolute;
    box-sizing: border-box;
    top: 58%;
    left: 19%;
}
a{
    text-decoration: none;
}
.news-img-box{
    padding: 0;
    overflow: hidden;
}
.news-img-box img{
    width: 100%;
}
.news-text-box{
    position: relative;
    padding-left: 5%;
}
.news-text-box p:nth-child(1){
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    color: #3B3838;
}
.news-text-box div{
    margin: 14px 0;
}
.news-text-box div span{
    font-family: SourceHanSansCN-Regular;
    font-size: 15px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #6B6B6B;
}
.news-text-box p:nth-child(3){
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    font-weight: 350;
    line-height: 39px;
    letter-spacing: 0px;
    color: #6B6B6B;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal!important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 50px;
}
.news-text-box span:nth-child(4){
    border-radius: 31px;
    box-sizing: border-box;
    border: 2px solid #0061A7;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    font-weight: 350;
    line-height: 16px;
    letter-spacing: 0px;
    color: #0061A7;
    padding: 8px 14px;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -8px;
    right: 0;
}
.news-boxs{
    margin-top: 101px;
}
.news-boxs .row{
    padding-bottom: 39.55px;
    border-bottom: 1px solid #979797;
    margin: 0 auto 39.55px auto;
    display: flex;
    justify-content: center;
    width: 80%;
}
.news-boxs a:hover .news-text-color{
    color: #0061A7 !important;
}
.news-img{
    transition: all 0.6s;
}
.news-boxs .row:hover .news-img{
    transform: scale(1.1);
}
.news-text-box span:nth-child(4) span{
    font-size: 14px;
    margin-left: 5px;
}
.news-understand:hover{
    background-color: #0061A7;
    color: white !important;
}
@media (max-width: 1200px){
    .news-img-box,.news-text-box{
        width: 100%;
    }
    .news-text-box span:nth-child(4){
        left: 0;
        right: unset;
    }
    .news-text-box p:nth-child(3){
        margin-bottom: 10%;
    }
    .news-text-box{
        margin-top: 14px;
    }
    .news-img-box{
        padding: 0 12px;
    }
}
@media (max-width: 580px){
    .news-text-box p:nth-child(3){
        margin-bottom: 16%;
    }
    .news-img-box img{
        width: 100%;
    }
    .column-background-box{
        padding: 150px 0;
    }
    .news-text-box span:nth-child(4){
        left: 10px;
    }
}