.newsDetails{
    height:auto;
    background: url("../images/newsDetailsBg.png") no-repeat;
    background-size: 100% 100%;
    margin-top: 4%;
    padding: 80px 56px;
 /*   position: relative;*/
}
.newsDetailsWarp{
    width: 90%;
    height: auto;
    min-height: 200px;
    background: #ffffff;
   /* position: absolute;*/
   /* left: 50%;
    top: 26px;
    transform: translate(-50%);*/
    margin: 0 auto;
    padding: 26px 80px 40px 80px;
}
.newsDetailsTittle{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #2b3242;
    text-align: center;
    font-size: 30px;
}
.newsDetailsTime{
    width: 100%;
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    color: #666666;
    margin-top: 2%;
}
.newsDetailsContent{
    font-size: 14px;
    color: #666;
    line-height: 30px;
    text-align: justify;
    background: #edeffa;
    padding: 15px;
    margin-top: 2%;
}
@media (max-width: 992px) {
    .newsDetails {
        height: auto;
        background: url(../images/newsDetailsBg.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 4%;
        padding: 80px 0;
        /* position: relative; */
    }
    .newsDetailsWarp {
        width: 96%;
        height: auto;
        min-height: 200px;
        background: #ffffff;
        /* position: absolute; */
        margin: 0 auto;
        padding: 26px 15px 40px 15px;
    }

}
@media (max-width: 768px) {
    .newsDetails{
        padding: 24.5px 0;
        width: 100%;
    }
    .newsDetailsTittle{
        font-size: 14px;
        height: 20px;
        line-height: 20px;
    }
    .newsDetailsTime{
        font-size: 13px;
    }
    .main{
        padding: 15px;
    }
}