.center{
    background-image: url("../images/about-bg.jpg");
    background-size: cover;
    height: auto;
    min-height: max-content;
}

.top{
    font-size: 14px;
    padding: 13px 18px;
    color: #fff;
    border-bottom: 1px solid #CA17E5;
}
.top span{
    margin-right: 28px;
}
.news-content .title{
    margin: 14px 0 21px;
    color: #fff;
    font-size: 14px;
    text-align: center;
}
.news-content .image{
    float: left;
    margin: 0 14px 0 ;
}
.news-content  .text{
    font-size: 14px;
    color: #F8F8F8;
    text-indent: 2em;
    margin-top: 10px;
    line-height: 1.9;
}
.news-content .detail{
    /* height: calc(100vh - 480px); 
    padding-bottom: 120px;  
    padding-right:	20px;*/
    overflow: auto;
    color: #F8F8F8;
    font-family: Microsoft YaHei;
    font-size: 12.0000pt;
    line-height: 150%;
    
	width: 1080px;
    min-height: 575px;
    padding: 0 80px 120px 80px;
}

.news-content .detail img{
	max-width: 1080px;
}

.news-content .detail span{
    display: inline;
    /* display: contents; */
}