body{
    background-color: #F5F7FA;
}
h1{
    /* line-height: 98px; */
    margin: 32px 0;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.newsDetail{
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #A5AAB2;
    letter-spacing: 0.58px;
    line-height: 24px;
}
.newsDetail .fr{
   padding-left: 32px;
   background: url(../img/24-icons8-clock.png) no-repeat center left;
}

div.newsContent{
    font-family: PingFangSC-Regular;
font-size: 16px;
color: #666666;
text-align: justify;
line-height: 26px;
margin-top: 24px;
}
div.newsContent img{
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}


.busPhone{
    display: none;
    padding-top: 42px;
    box-sizing: border-box;
    /* height: 160px; */
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #666666;
    text-align: center;
}
.busPhone .btn{
    background: #2748B3;
    width: 240px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #FFFFFF;
    margin: 0 auto;
    margin-bottom: 14px;
}