
.newsPage{
    width: 100%;
    min-height: 100vh;

    background: url(./Public/image/news.jpg) no-repeat;
    background-size: cover;
}
.news-main{
    padding-top: 210px;
}
.newsPage .main{
    background: url(./Public/image/newDetail-main-bg.png) no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px;
}
.back{
     text-align: left;
    border-bottom: 3px solid #4e98bc;
}
.back p{
    font-size:32px;
    color: #39d9cc;
    line-height: 50px;
   
    cursor: pointer;
    display: inline-block;
}
.title{
    margin-top: 20px;
}
.title p{
    font-size: 26px;
    color: #ffffff;
    line-height: 50px;
}
.time p{
     font-size: 16px;
    color: #ffffff;
    line-height: 32px;
}
.main-text{
    margin-bottom: 40px;
}
.main-text p.title{
    font-size: 20px;
     text-indent: 0em;
}
.main-text p{
    font-size: 18px;
    color: #ffffff;
    line-height: 35px;
    text-align: left;
    text-indent: 2em;
   
}
.main-text img{
margin: 20px 0;
    width: 65%;
}