/**!
 * 崇明两会详情页
 * date:2021-03-12
 * author: wppei;
 */

 body {
    background: url("../images/bg.jpg") center top no-repeat #fef1df;
  }

.detail {
    margin: 0 0 20px 0;
    padding: 25px 40px 40px;
    background-color: #fff;
}

.detail-tt {
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 25px 0 10px;
}

.detail-date {
    padding: 5px 0;
    background: #efefef;
    line-height: 24px;
    text-align: center;
    color: #555;
    display: block;
    font-size: 16px;
    margin: 10px 20px;
}

.detail-tt {
    line-height: 39px;
    text-align: center;
    color: #404742;
    font-size: 28px;
    font-weight: bold;
}

.detail-con {
    padding: 15px 10px;
}

.detail-box {
    margin-bottom: 24px;
    line-height: 30px;
    text-indent: 2em;
    font-size: 16px;
}

.detail-box .detail-img {
    display: block;
    width: 500px;
    margin: 0 auto;
}

@media (max-width: 979px) {
    .detail {
        padding-left: 15px;
        padding-right: 15px;
    }
}