/**!
* 详情页
* date:2021-11-01
* author: zsy;
*/

.detail-box {
    padding: 20px 30px;
    box-sizing: border-box;
}

.big-title {
    line-height: 30px;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    color: #BB2323;
}

.source {
    height: 50px;
    line-height: 50px;
    margin-top: 5px;
    text-align: center;
    font-size: 15px;
    border-bottom: 1px solid #dbdbdb;
}

.source span {
    margin: 0 15px;
}

.paragraph-box {
    line-height: 30px;
    font-size: 16px;
    padding-top: 15px;
	position:relative;
}

.paragraph {
    text-indent: 43px;
}

.signature {
    margin-top: 15px;
    text-align: right;
}
.paragraph-box img{
	max-width:100%;
}

/* 2025-6-18 */
.paragraph-box {
    overflow:hidden;
}

/* 2025.07.29新增 */
.type {
    display: flex;
    justify-content: space-between;
    height: 50px;
    border-bottom: 1px solid #DBDBDC;
    margin-bottom: 40px;
}

.type-item {
    height: 50px;
    font-size: 18px;
    color: #383334;
    line-height: 50px;
    text-align: center;
    background: #EDEDEE;
    width: calc((100% + 40px) / 3 - 40px);
    cursor: pointer;
}

.type-item.current {
    color: #fff;
    font-weight: bold;
    background: #D30802;
}

.bd {
    min-height: 400px;
}