/*
 * @Author: zsy 
 * @Date: 2023-02-01 16:40:09 
 * @Last Modified by:   zsy 
 * @Last Modified time: 2023-02-01 16:40:09 
 */

.detail-box {
    padding: 20px 30px;
    box-sizing: border-box;
	min-height: 577px;
}

.big-title {
    line-height: 30px;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    color: #3c6bda;
}

.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;
    min-height: 129px;
}

.paragraph {
    text-indent: 43px;
}

.signature {
    margin-top: 15px;
    text-align: right;
}

.paragraph-box img{
	max-width: 100%;
}

.annex-box{
	margin-top: 20px;
}