/**!
* 详情
* date:2021-09-22
* author: gl;
*/

.detail {
    padding: 38px 50px;
    min-height: 400px;
    background-color: #fff;
}

.title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
}

.time {
    color: #666;
    text-align: center;
    padding-top: 10px;
}

.detail-img {
    display: block;
    margin: 33px auto 0;
    max-width: 100%;
}

.info-tt {
    line-height: 30px;
    margin-top: 32px;
    text-indent: 30px;
}