body {
    background: #fff;
}

.breadcrumb-wrap {
    max-width: 1100px;
}

.page-wrap {
    padding-top: 6.25rem;
    padding-bottom: 6rem;
    width: 80%;
    max-width: 800px;
}

.content-top {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.detail_title {}

.detail_title h2 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 3.75rem;
    max-height: 11.25rem;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-bottom: 2.5rem;
}

.detail_message {
    padding-bottom: 2.5rem;
}

.detail_message span {
    color: #999999;
    font-size: 1rem;
    line-height: 1.375rem;
    margin: 0 3.125rem;
    font-weight: 400;
}

.detail_message span:first-child {
    margin-left: 0;
}

.detail_message span:last-child {
    margin-right: 0;
}

.detail_content {
    padding-top: 3.125rem;
    padding-bottom: 3.18rem;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 3.125rem;
}

.detail_content p {
    max-width: 100%;
    /* margin: 1.5rem 0; */
    line-height: 1.8rem;
    font-size: 1rem;
    text-align: justify;
    text-indent: 2rem;
    font-weight: 400;
    color: #666666;
}

.detail_content p img,
.detail_content img {
    max-width: 100%;
    height: auto!important;
    max-height: 100%;
    object-fit: cover;
    display: block;
    /* margin-bottom: 1.5rem; */
}
/* 附件按钮 */
.page1 .page-wrap .detail_content .annex-btn {
    margin-top: 3.75rem
}
.detail_content .annex-btn a {
    border-radius: .25rem; 
    background: #439345; 
    padding: .75rem;
    color: #fff; 
    font-size: 1.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    text-overflow: -o-ellipsis-lastline;
    white-space: nowrap;  
}


.detail_content-bottom {}

.content-bottom-back a {
    font-size: 1rem;
    line-height: 1.375rem;
    color: #439345;
    margin-bottom: 2.5rem;
}

.content-bottom-back a .iconfont {
    content: '';
    color: #439345;
    font-size: 1rem;
    display: block;
    margin-right: 0.5rem;
}

.next_prev {}

.next_prev .next_prev_item {
    margin-bottom: 2rem;
}

.next_prev .next_prev_item:hover a,
.next_prev .next_prev_item:hover i {
    color: #439345;
}

.next_prev .next_prev_item a {
    flex: 1;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.next_prev .next_prev_item i {
    font-style: normal;
    padding-left: 2.375rem;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #666;
    font-weight: 400;
}

@media screen and (max-width:768px) {
    .next_prev .next_prev_item a,
    .next_prev .next_prev_item i,
    .content-bottom-back a,
    .detail_content p {
        font-size: 12px;
        line-height: 24px;
    }
    .detail_content .annex-btn a {
        display: block;
        width: 100%;
    }
    .content-bottom-back a::before {
        height: 24px;
    }
    .detail_message span {
        font-size: 12px;
        line-height: 20px;
        margin: 0 10px;
    }
    .detail_title h2 {
        font-size: 2rem;
        line-height: 3rem;
        max-height: 6rem;
    }
    .page-wrap {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}