body{
    background: #f7f7f7;
}
.newInfobox{
    padding: 120px  0;
}


.newInfobox .newInfoboxtitle{
    display: flex;
    justify-content: space-between;
    align-items: center;

    flex-wrap: wrap;
    align-items: stretch;


}
.newInfobox .newInfoboxtitle h5{
    color: #000;
    font-size: 36px;
    line-height: 44px;
    font-family: Arial;
    letter-spacing: -0.5px;
    padding: 0 4% 0 0;
    font-weight: bold;
    flex: 1;
}
.newInfobox .newInfoboxtitle .newtime{
    border-left: 1px #1269b4 solid;
    width: 220px;
    display: flex;
    align-items: center;
}

.newInfobox .newInfoboxtitle .newtime p{
    color: #1269b4;
    font-size: 18px;
    line-height: 22px;
    font-family: Arial;
    letter-spacing: -0.2px;
    padding: 0 0 0 40px ;
    margin: 20px 0;
}



.newInfobox .newtext{
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
    border-top:4px #1269b4 solid;
}
.newInfobox .newtext *,
.newInfobox .newtext{
    line-height: 32px;
    font-size: 16px;
    font-family: Arial;
}





/*响应式区域*/
@media (max-width: 1700px) {
    .newInfobox {
        padding: 80px 0;
    }
    .newInfobox .newInfoboxtitle h5 {
        font-size: 32px;
        line-height: 42px;
    }
    .newInfobox .newInfoboxtitle .newtime p {
        font-size: 16px;
        line-height: 20px;
        padding: 0 0 0 30px;
        margin: 16px 0;
    }

}

@media (max-width: 1400px) {
    .newInfobox {
        padding: 60px 0;
    }
    .newInfobox .newInfoboxtitle h5 {
        font-size: 26px;
        line-height: 38px;
    }
    .newInfobox .newInfoboxtitle .newtime p {
        font-size: 15px;
        line-height: 18px;
        margin: 14px 0;
    }
    .newInfobox .newtext {
        margin: 24px 0 0 0;
        padding: 24px 0 0 0;
    }

}

@media (max-width: 1000px) {
    .newInfobox {
        padding: 30px 0;
    }
    .newInfobox .newInfoboxtitle h5 {
        font-size: 22px;
        line-height: 32px;
    }
    .newInfobox .newInfoboxtitle .newtime p {
        font-size: 14px;
        line-height: 16px;
        margin: 12px 0;
    }
    .newInfobox .newtext {
        margin: 20px 0 0 0;
        padding: 20px 0 0 0;
    }

}
@media (max-width: 770px) {
    .newInfobox {
        padding: 20px 0 30px 0;
    }
    .newInfobox .newInfoboxtitle {
        display: block;
    }
    .newInfobox .newInfoboxtitle h5 {
        font-size: 15px;
        line-height: 18px;
        padding: 0;
        text-align: center;
    }
    .newInfobox .newInfoboxtitle .newtime {
        border-left:none;
        width: 100%;
        display: block;
        text-align: center;
        margin:4px auto;
    }
    .newInfobox .newInfoboxtitle .newtime p {
        font-size: 13px;
        line-height: 14px;
        text-align: center;
        padding: 0 0 0 0px;
        margin:0 2px;
        display: inline-block;
    }
    .newInfobox .newtext {
        margin: 12px 0 0 0;
        padding: 12px 0 0 0;
        border-top: 2px #1269b4 solid;
    }
    .newInfobox .newtext *,
    .newInfobox .newtext {
        line-height: 22px !important;
        font-size: 13px !important;
        text-align: justify;
       max-width:100%;
    }

}