.inner{
    padding-top: 7rem;
    font-size: 1.1rem;
    color: #666;
}
/* 新闻详情 */
.news-info{
    width: 88.88rem;
    margin: 60px auto;
}
.news-info .title{
    font-size: 2rem;
    font-weight: 800;
    line-height: 3;
    color: #000;
    text-align: center;
}
.news-info .text{
    font-size: 1.1667rem;
    line-height: 1.8;
    color: #222326;
    text-align: justify;
}
.news-info img{
    width: 100%;
    margin: 2rem auto;
}




/* 底部信息 */
.main-footer{
    background-color: #2c2c2c
}
.main-footer iframe{
    width: 100%;
    height: 47rem;
}