.group {
    background: #f4f4f4;
}

.project_detail_prograssbox>div.float_l>ul>li:nth-child(2) {
    float: none;
}


.son_page_title {
    border-bottom: none;
}

.group>.inner {
    margin: 30px auto 0;
}

.banner-right>p:nth-of-type(1) {
    border-bottom: none;
}

.other_recommended_itemslist>li:hover img {}

.son_page > .inner {
    position: relative;
    width: 100% !important;
    display: block;
}

.float_l {
    float: left;
}

.clearfix {
    zoom: 1;
}

.float_r {
    float: right;
}

ol,
ul {
    list-style: none;
}

/* 项目详情 */
/* 子页面 项目详情 */
.project_detail_content_box {
    width: 100%;
    padding: 40px 40px 40px;
    box-sizing: border-box;
    border-left: 11px solid #B29873;
    background: linear-gradient( 120deg, #F5F6F7 0%, #EEF6FF 100%);
}

.other_recommended_items_r>div span span {
    margin: 0 3px;
    color: #D18D31;
}

.project_detail_img {
    width: 48%;
    height: 326px;
    overflow: hidden;
}

.project_detail_img>img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.project_detail_img:hover>img {
    transform: scale(1.1);
}

.project_detail_textbox {
    width: 48%;
}

.project_detail_title {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    line-height: 31px;
}

.project_detail_abstract {
    height: 72px;
    font-size: 14px;
    color: #999999;
    line-height: 25px;
    margin: 16px 0 30px;
}

.project_detail_manage {
    font-size: 14px;
    color: #333;
    line-height: 19px;
    margin: 40px 0 14px;

}

.project_detail_manage>span:nth-child(2) {
    margin-left: -11px;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.project_detail_prograssbox {
    margin: 21px 0 41px;

}

.project_detail_btnbox {}

.project_detail_prograssbox>div.float_l {
    width: calc(100% - 60px);
    margin-top: 5px;
}

.project_detail_prograssbox>div.float_l>ul {
    font-size: 14px;
    color: #333;
    line-height: 19px;
}

.project_detail_prograssbox>div.float_l>ul>li:nth-child(1) span span {
    margin: 0 3px;
    color: #D18D31;
}

.project_detail_prograssbox>div.float_l>ul>li:nth-child(1) {
    color: #015CBB;
    margin-right: 25px;
}


.project_detail_prograssbox>div.float_l>ul>li:nth-child(1) .project_detail_prograssbox>div.float_l>ul>li:nth-child(1)>i {
    color: #015CBB;
    font-size: 16px;
    vertical-align: middle;
}

.project_detail_prograssbox>span.right {
    width: 50px;
    text-align: right;
    font-size: 14px;
    color: #015CBB;
    line-height: 19px;
}

.project_detail_btn {
    font-size: 18px;
    color: #ffffff;
    line-height: 24px;
    padding: 16px 35px;
    cursor: pointer;
    box-sizing: border-box;
}

.online_donation_btn {
    margin-right: 20px;
    background: #015CBB;display: block !important;
}

.scanning_code_donation_btn {
    color: #015CBB;display: block !important;
    background: #015CBB26;
}

.project_detail_bottom {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 100px;
}

.project_detail_rich_text {
    max-width: 820px;
    width: 63%;
    background: #ffffff;
}

.other_recommended_itemsbox {
    max-width: 430px;
    width: 36%;
    background: #ffffff;
    padding-bottom: 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.project_detail_rich_btn {
    width: 100%;
    border-bottom: 1px solid rgba(224, 224, 224, 1);
    line-height: 58px;
    font-size: 20px;
    font-weight: bold;
    color: #666666;
}

.project_detail_rich_btn>span {
    margin: 0 30px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.project_detail_rich_btn>span:hover::after {
    content: "";
    display: inline-block;
    background: #015CBB;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.project_detail_rich_btn>span:hover {
    color: #015CBB;
}

.project_detail_rich_btn_active {
    color: #015CBB;
}

.project_detail_rich_btn_active::after {
    content: "";
    display: inline-block;
    background: #015CBB;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.project_detail_rich_text .article {
    width: 100%;
    height: auto;
    color: rgba(43, 43, 43, 1);
    line-height: 30px;
    word-wrap: break-word;
    overflow: hidden;
    padding: 30px 30px 50px;
    box-sizing: border-box;
}

.other_recommended_items_title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 26px;
    padding: 18px 20px;
    box-sizing: border-box;
    vertical-align: middle;
}

.other_recommended_items_title>span {
    vertical-align: middle;
}

.other_recommended_items_title::before {
    display: inline-block;
    content: "";
    width: 5px;
    height: 21px;
    background: #015CBB;
    vertical-align: middle;
    margin-right: 10px;
}

/* 其他推荐项目 */
.other_recommended_itemslist {
    padding: 0 24px;
    box-sizing: border-box;
}

.other_recommended_itemslist>li {
    width: 100%;
    height: 140px;
    font-size: 16px;
    color: #333;
    line-height: 21px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}

.other_recommended_itemslist>li:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.other_recommended_itemslist>li .other_recommended_items_imgbox {
    max-width: 146px;
    width: 38%;
    height: 100%;
    overflow: hidden;
}

.other_recommended_itemslist>li .other_recommended_items_imgbox img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.other_recommended_itemslist>li .other_recommended_items_imgbox:hover img {
    transform: scale(1.1);
}

.other_recommended_items_r {
    max-width: 236px;
    width: 62%;
    height: 100%;
    padding: 19px 13px 26px;
    box-sizing: border-box;
    background: #ffffff;
}

.other_recommended_items_r>div {
    font-size: 14px;
    color: #015CBB;
    display: none;
    align-items: center;
    margin-top: 19px;
}

.other_recommended_items_r>div>img {
    width: 16px;
    height: 14px;
    margin-right: 10px;
}

.love_message {
    padding: 0px 30px 10px;
    box-sizing: border-box;
}

.project_debriefing {
    width: 100%;
    padding: 29px 24px 40px;
    box-sizing: border-box;
}

.project_debriefing_items {
    width: 100%;
    height: auto;
    padding-top: 3px;
    box-sizing: border-box;
    border-left: 2px solid #eff3f5;
}

.project_debriefing_items_r {
    padding-left: 27px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666666;
    line-height: 21px;
    position: relative;
    margin-bottom: 30px;
}

.project_debriefing_items_r:last-child {
    margin-bottom: 0px;
}

.project_debriefing_items_radius {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ebf9ff;
    position: absolute;
    top: 2px;
    left: -9px;
}

.project_debriefing_items_radius::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #015CBB;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project_debriefing_items_r_title {
    color: #333;
    line-height: 28px;
    margin: 12px 0;
}

.project_debriefing_items_r_imgbox>ul>li {
    width: 32%;
    height: 150px;
    margin-right: 2%;
    text-align: center;
    overflow: hidden;
}

.project_debriefing_items_r_imgbox>ul>li:nth-child(3n + 3) {
    margin-right: 0%;
    margin-bottom: 10px;
}

.project_debriefing_items_r_imgbox>ul>li:nth-child(3n + 3):last-child {
    margin-bottom: 0px;
}

.project_debriefing_items_r_imgbox>ul>li img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: transform 0.8s;
}

.project_debriefing_items_r_imgbox>ul>li img:hover {
    transform: scale(1.1);
}

.registered_btn {
    font-size: 16px;
    color: #999999;
    line-height: 21px;
    width: 86px;
    margin: 0px auto;
    cursor: pointer;
    box-sizing: border-box;
    margin-top: 30px;
}

.registered_btn>span {
    vertical-align: middle;
    margin-right: 5px;
}

.registered_btn i {
    font-size: 16px;
    color: #999999;
    line-height: 21px;
    vertical-align: middle;
}

/* 弹窗统一样式 */
.login_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: none;
    background: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    z-index: 10000000000000;
}

.login {
    border-radius: 4px;
    position: fixed;
    z-index: 9999;
    top: 50%;
    width: 540px;
    left: 50%;
    background: #fff;
    /* margin-left: -270px */
    transform: translate(-50%, -50%);
}

.login .log-top {
    padding: 18px 30px;
    border-bottom: 1px solid #eff1f6;
}

.login .log-top img {
    float: right;
    vertical-align: middle;
    margin-top: 5px;
    cursor: pointer;
    display: none;
}

.login .wz {
    width: 72px;
    height: 30px;
    font-size: 16px;
    font-weight: bold;
    color: #2b2b2b;
    line-height: 30px;
}

.login .chengxu {
    padding: 30px 0;
}

.login .chengxu img {
    display: block;
    margin: 0 auto;
    max-width: 220px;
}

.login .chengxu div {
    margin-top: 25px;
    text-align: center;
    color: #2b2b2b;
    font-size: 14px;
}

.login .chengxu div:nth-child(2) {
    font-size: 16px;
    font-weight: bold;
}

.login .close {
    padding: 15px 0;
    border: 1px solid #eaedf3;
    cursor: pointer;
}

.login .guanbi {
    width: 80px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #d8dce6;
    box-shadow: 0px 1px 1px 0px rgba(22, 29, 37, 0.05),
        0px 2px 0px 0px rgba(255, 255, 255, 0.05);
    border-radius: 4px;
}

.pie {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #e95549;
    position: relative;
    margin-top: 20px;
}

.pieLeftInner,
.pieRightInner {
    width: 120px;
    height: 120px;
    background-color: #e5e5e5;
    border-radius: 100px;
    position: absolute;
}

.pieLeftInner {
    clip: rect(0px, 120px, 120px, 60px);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.pieRightInner {
    clip: rect(0px, 60px, 120px, 0px);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}

.pieLeft,
.pieRight {
    width: 120px;
    height: 120px;
    position: absolute;
    z-index: 1;
}

.pieLeft {
    clip: rect(0px, 120px, 120px, 60px);
}

.pieRight {
    clip: rect(0px, 60px, 120px, 0px);
}

.pieInner {
    width: 80px;
    height: 80px;
    margin: 20px 0 0 20px;
    background-color: #fff;
    border-radius: 100px;
    position: absolute;
    z-index: 1;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
    font-weight: 700;
    color: #e25a4a;
}

.prograss {
    background: rgba(232, 248, 249, 1);
    height: 10px;
    width: 100%;
    position: relative;
    border-radius: 5px;
    /* margin-top: 10px; */
    margin-bottom: 24px;
}

.prograss .bar {
    background: linear-gradient(90deg, #015CBB 0%, #f3dd59 100%);
    height: 100%;
    /* width: 10%; */
    width: 0;
    border-radius: 5px;
}

.prograss_bar_yellow {
    background: #f8b757 !important;
}

@media only screen and (max-width: 1000px) {


    /* 子页面 捐赠项目列表 */
    .project_detail_container {
        padding: 0;
    }

    .financing_project_listbox>li .financing_project_imgbox {
        height: 180px;
    }

    .financing_project_listbox>li .financing_project_textbox {
        padding: 4%;
        line-height: 18px;
    }

    .financing_project_listbox>li .financing_project_textbox>li.ellipsis-1 {
        margin-bottom: 14px;
    }

    /* 子页面 捐赠项目列表 END */

    /* 子页面 项目详情 */

    .project_detail_img {
        width: 100%;
        margin-bottom: 20px;
        height: auto;
    }

    .project_detail_textbox {
        width: 100%;
    }

    .project_detail_rich_text {
        margin-bottom: 20px;
    }

    .project_detail_rich_text,
    .other_recommended_itemsbox {
        max-width: 100%;
        width: 100%;
    }

    .project_debriefing_items_r_imgbox>ul>li {
        height: 130px;
    }

    /* 子页面 项目详情 END */

    /* 子页面 捐赠公示详情 END */

    .donation_publicity_detail_contentbox .donation_publicity {
        padding: 15px 15px 30px;
    }

    /* 子页面 捐赠公示详情 END */

    /* 子页面 新闻列表 */

    .subpage_news_list>li {
        padding-bottom: 24px;
    }

    .subpage_news_list>li:not(:first-child) {
        margin-top: 24px;
    }

    /* 子页面 新闻列表 END */

    /* 子页面 校友通讯列表 */

    .subpage_newsletters_list>li {
        font-size: 14px;
        line-height: 18px;
        width: 32%;
        margin-right: 2%;
    }

    .subpage_newsletters_list>li:nth-child(4n + 4) {
        margin-right: 2%;
        margin-bottom: 0;
    }

    .subpage_newsletters_list>li:nth-child(3n + 3) {
        margin-right: 0;
        margin-bottom: 30px;
    }

    /* 子页面 校友通讯列表 END */

    /* 子页面 校友组织 */

    .organization_list>li {
        margin-right: 4%;
        width: 22%;
        padding: 20px 8px;
    }

    .organization_list>li:nth-child(5n + 5) {
        margin-right: 4%;
        margin-bottom: 0;
    }

    .organization_list>li:nth-child(4n + 4) {
        margin-right: 0%;
        margin-bottom: 22px;
    }

    /* 子页面 校友组织 END */
}

/* 爱心留言 */
.love_message {
    padding: 0px 30px 10px;
    box-sizing: border-box;
}

.comment_box {
    position: relative;
    margin: 30px 0 20px;
}

.comment_box textarea {
    width: 100%;
    height: 100px;
    box-sizing: border-box;
    background: none;
    outline: 0;
    border: 0;
    padding: 14px 20px;
    color: #2b2b2b;
    background: rgba(246, 246, 246, 1);
    border: 1px solid rgba(224, 224, 224, 1);
    resize: none;
    overflow: auto;
}

.tip_maxlength {
    position: absolute;
    bottom: 14px;
    right: 20px;
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
    line-height: 16px;
}

.theme_color {
    color: #015CBB;
}

.verification_code_box {
    font-size: 12px;
    color: #015CBB;
    line-height: 40px;
    vertical-align: middle;
}

.verification_code_box .proofs {
    display: inline-block;
    outline: 0;
    border: none;
    width: 144px;
    line-height: 40px;
    border: 1px solid #ccc;
    color: #2b2b2b;
    box-sizing: border-box;
    padding: 0 4px;
}

.verification_code_box .code {
    display: inline-block;
    line-height: 40px;
}

.verification_code_box .change_btnImg {
    display: inline-block;
}

.verification_code_box .code>img {
    height: 100%;
}

.comment_submit {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 21px;
    padding: 10px 20px;
    background: #015CBB;
}

.clearfix:after {
    display: block;
    content: ".";
    clear: both;
    height: 0px;
    visibility: hidden;
}

.comment_detail {
    width: 100%;
    font-size: 14px;
    color: rgba(43, 43, 43, 1);
    line-height: 19px;
    margin-top: 30px;
}

.comment_detail>li {
    padding: 30px 0 10px;
    box-sizing: border-box;
    border-top: 1px solid rgba(224, 224, 224, 1);
}

.comment_detail>li>img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.comment_detail_tiem {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 20px;
    margin: 6px 0 9px;
}

.see_more_btn {
    width: 123px;
    height: 40px;
    margin: 0 auto;
    font-size: 14px;
    color: #015CBB;
    line-height: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #015CBB;
    margin-top: 40px;
}

.project_debriefing {
    width: 100%;
    padding: 29px 24px 40px;
    box-sizing: border-box;
}

/* 筹资项目详情 */
.donate-details .donate-right-item {
    width: 100%;
    height: 100%;
}