
@media (max-width: 769px){
    .head{
        padding: 14px 15px;
        display: flex;
        border-bottom: 2px solid #fff;
        box-shadow: 0px 0px 2px 0px rgba(4, 39, 113, 0.13);
        margin-bottom: 22px;
    }
    .head div{
        flex: 1;
    }
    .head div:nth-of-type(2){
        text-align: center;
    }
    .head div:nth-of-type(2){
        font-size: 15px;
        font-family: 'PingFang SC';
        font-weight: 500;
        color: #303030;
        /* line-height: 9px; */
    }
    .main{
        padding: 0 16px;
    }
    .main .title{
        font-size: 15px;
        font-family: 'Source Han Sans CN';
        font-weight: bold;
        color: #2B2B2B;
        line-height: 27px;
        padding-right: 14px;
        text-align: center;
    }
    .main .time{
        text-align: center;
        font-size: 13px;
        font-family: 'Source Han Sans CN';
        font-weight: 400;
        color: #8D909B;
        line-height: 20px;
        padding-bottom: 30px;
    }
    .main .detail_image{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .main .detail_image img{
        width: 100%;
        /* height: 133px; */
        margin-bottom: 20px;
    }
    .main .detail_image div{
        width: 276px;
        height: 12px;
        font-size: 13px;
        font-family: 'Source Han Sans CN';
        font-weight: 400;
        color: #2B2B2B;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .main .news_detial div{
        text-indent: 2em;
        font-size: 13px;
        font-family: 'Source Han Sans CN';
        font-weight: 400;
        color: #8D909B;
        line-height: 22px;
    }
    .border_bottom{
        width: 375px;
        background: #FFFFFF;
        border-bottom: 1px solid #D9DCE2;
        opacity: 0.3;
        margin-bottom: 35px;
        margin-top: 62px;
    }
    .main .news_detial img{
        width: 100%;
    }
    .main .news_detial p,
    .main .news_detial p span{
        font-size: 13px !important;
        line-height: 22px !important;
    }

}