/**!
*  通用详情页
* date: 2020-05-28
* author: wuzhou;
*/

.details-info {
    padding: 27px 50px 29px;
}

/* 手机端 */
@media (max-width:767px) {
    .details-info {
        padding: 27px 10px 29px;
    }
}


.details-title {
    padding: 8px 0;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #666;
}

.details-sub {
    padding: 7px 0;
    font-size: 15px;
    color: #999;
    text-align: center;
    line-height: 24px;
}

.details-body {
    margin-top: 16px;
    border-top: 1px dashed #e5e5e5;
    padding-top: 29px;
}

.audio-area {
    margin-bottom: 18px;
}

.details-txt {
    font-size: 16px;
    line-height: 46px;
    text-indent: 40px;
}

.details-img {
    padding: 10px 0;
    text-align: center;
}

/* 附件 */
.enclosure-area {
    margin-top: 65px;
    padding-left: 49px;
    min-height: 109px;
    padding-bottom: 10px;
    background: url("../images/enclosure_bg.jpg") right bottom no-repeat #f9f9f9;
}

.enclosure-name {
    padding-top: 11px;
    padding-left: 31px;
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    background: url("../images/enclosure_ico.png") left 20px no-repeat;
}

.enclosure-items>li {
    line-height: 29px;
}


.enclosure-items>li>a {
    color: #666;
}

.enclosure-items>li>a:hover,.enclosure-items>li>a.accfocus {
    color: #2391d7;
}
