.newsDetail{
    width: 100%;
    background-color: #F5F5F5;
    display: flex;
    flex-direction: column;
    overflow: auto;
    min-height: 100vh;
}
.content{
    width: 45%;
    margin: 0 auto;
}
.newsDetail_title{
    width: 100%;
    margin-top: 100px;
    font-size: 1.6vw!important;
    color: #333333;
}
.newsDetail_date{
    width: 100%;
    color: #999999;
    font-size: 1vw;
    margin: 15px 0 26px 0;
}
.newsDetail_text p{
    padding-left:0!important
}
.newsDetail_text p span{
    font-size:1.2vw!important;
    line-height: 2vw;
    font-weight: 500;
    color: #666666;
}
.newsDetail_text p span img{
    width: 100%;
    height: 600px;
    margin: 30px auto;
}
.newsDetail_img{
    width: 100%;
    height: 600px;
    margin: 60px auto;
}
.newsDetail_img img{
    width: 100%;
    height: 100%;
}
.syl-page-img{
    width: 100%;
    height: 100%;
    margin:30px auto;
}
.syl-article-base > p{
     margin-top:10px;
}
.syl-article-base > p > span{
     line-height: 1.8vw;
}
.content .newsDetail_text:last-child{
    margin-bottom: 100px;
}