.newsTitle {
    color: #ec6602;
    font-weight: 700;
    margin:30px auto ;
    z-index: 999;
}

.newsDetail {
    width: 1200px;
    margin: 0 auto;
    /*position: absolute;*/
    /*left: 18%;*/

}
.header{
    position: static;
}
.newsImages {
    margin: 30px auto;
}

.newsImages img {
    width: 1200px;
    height: 60vh;
    margin-bottom: 30px;
}

.newsContent {
    color: #000;
    font-size: 22px;
    margin: 30px 0;
    text-indent: 4rem;
}

.newsTime {
    float: right;
    color: #000;
    font-size: 20px;
}