.inner{
    padding-top: 5.3333rem;
    padding-left: 1rem;
    font-size: .8rem;
    color: #999;
}
/* 新闻详情 */
.news-info{
    margin: 1rem auto;
}
.news-info .title{
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 2;
    color: #000;
    text-align: center;
}
.news-info .text{
    font-size: 1rem;
    margin: 1rem;
    line-height: 1.8;
    color: #222326;
    text-align: justify;
}
.news-info .text section{
    padding-bottom: 1rem;
}
.news-info img{
    width: 100%;
    margin: 1rem auto;
}




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