*{
    margin: 0;
    padding: 0;
}
html,body{
    width: 100%;
    height: 100%;
    background: white !important;
}
a{
    text-decoration: none;
}
.header-box{
    background: rgba(0,97,167) !important;
    /*position: unset !important;*/
}
.whole-box{
    height: auto;
}
.news-navigation-box{
    background-color: #F5F5F5;
    font-family: SourceHanSansCN-Normal;
    font-size: 18px;
    font-weight: 350;
    line-height: 34px;
    letter-spacing: 0px;
    margin-top: 70px;
}
.news-navigation-box .container .row div{
    display: flex;
    padding: 9px 12px;
}
.news-navigation-box .container .row div p{
    margin-bottom: 0;
}
.news-navigation-box .container .row div p:nth-child(1){
    cursor:pointer;
}
.news-navigation-box .container .row div p:nth-child(2){
    margin: 0 5px;
}
.news-navigation-box .container .row div p:nth-child(3){
    color: #0061A7;
}
.news-text-boxs{
    padding: 73px 28px;
    border-bottom: 1px solid #C9C9C9;
}
.news-text-boxs p img{
    width: 100%;
}
.news-text-boxs p{
    font-family: SourceHanSansCN-Normal;
    font-size: 19px;
    font-weight: 350;
    line-height: 34px;
    letter-spacing: 0px;
    color: #6B6B6B;
    margin-bottom: 45px;
}
.news-text-boxs p:nth-child(1){
    font-family: SourceHanSansCN-Medium;
    font-size: 32px;
    font-weight: 500;
    line-height: 46px;
    letter-spacing: 0px;
    color: #3B3838;
}
.news-text-boxs div{
    margin-bottom: 35px;
}
.news-text-boxs div span{
    font-family: SourceHanSansCN-Regular;
    font-size: 15.4px;
    font-weight: normal;
    line-height: 17.6px;
    letter-spacing: 0px;
    color: #6B6B6B;
}
.news-text-box{
    width: 100%;
    background: #F3F4F7;
    padding: 30px 21px;
    box-sizing: border-box;
}
.news-text-box p:nth-child(1){
    font-family: SourceHanSansCN-Medium;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0px;
    color: #3B3838;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;}
.news-text-box div{
    margin: 15px 0 23px 0;
}
.news-text-box div span{
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    letter-spacing: 0px;
    color: #6B6B6B;
}
.news-text-box p:nth-child(3){
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #6B6B6B;
    overflow:hidden;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3;
}
.news-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.news-img-box{
    width: 100%;
}
.news-title-boxs p{
    font-family: SourceHanSansCN-Normal;
    font-size: 30px;
    font-weight: 350;
    line-height: 46px;
    letter-spacing: 0px;
    color: #3B3838;
    margin: 44.45px 0 24px 0;
}
@media (max-width: 780px){
    .news-box{
        margin-bottom: 20px;
    }
    .news-text-boxs p:nth-child(1){
        font-size: 36px;
    }
}