/* 活动报名弹窗 */
.unlock_activity_form {
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: none;
}

/* 总部集合页 */
.result_wrap {
    background: #fff;
    padding-bottom: 40px;
}

.result_wrap .results_count {
    font-size: 14px;
    line-height: 56px;
    padding-top: 18px;
    padding: 0 50px;
}

.result_wrap .results_count b {
    color: var(--Colour);
}

.result_wrap .results_list {
    padding: 0 40px;
}

.result_wrap .list {
    width: 335px;
    height: 240px;
    box-shadow: 0 0 10px 0 #c5c7cf;
    border-radius: 5px;
    margin: 0 10px 20px;
    float: left;
    padding: 0 20px;
    position: relative;
}

.result_wrap .list .tit {
    position: relative;
    height: 48px;
    margin: 18px 0 9px;
    padding: 0 0 9px 0;
    border-bottom: 1px solid #f2f2f2;
}

.result_wrap .list .tit span {
    width: 50px;
    height: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
    border: 1px solid #f39800;
    color: #f39800;
    font-size: 12px;
    border-radius: 0 9px 9px 9px;
}

.result_wrap .list .tit h5 {
    height: 48px;
    font-size: 18px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
}

.result_wrap .list dl {
    font-size: 12px;
    overflow: hidden;
    background: url(https://liuxue.xdf.cn/image/icon/icon_list01.png?citybebe07cbc97de341489m) no-repeat left -166px;
    color: #333;
}

.result_wrap .list dl dt {
    width: 60px;
    padding: 0 0 0 14px;
    line-height: 25px;
    float: left;
}

.result_wrap .list dl dd {
    width: 254px;
    line-height: 25px;
    float: left;
}

.result_wrap .list .btn_wrap {
    width: 100%;
    height: 38px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.result_wrap .list .btn_wrap .btn {
    width: 50%;
    line-height: 38px;
    text-align: center;
    float: left;
    font-size: 14px;
}

.result_wrap .list .btn_wrap .zxzx {
    background: #dbf0ea;
    color: var(--Colour);
    border-radius: 0 0 0 5px;
}

.result_wrap .list .btn_wrap .subscribe {
    background: var(--Colour);
    color: #fff;
    border-radius: 0 0 5px 0;
}

.result_wrap .list .btn_wrap .subscribe.end {
    background: #d8d8d8;
    cursor: context-menu;
}


/* 列表页 */
.activity_list .content .list_wrap {
    background: #fff;
    margin: 0 0 20px 0;
    padding-bottom: 34px;
}

.activity_list .content .list_wrap .qt_title_sm {
    margin: 0 30px 5px;
}

/* 详情页 */

.activity_detail .content .list_wrap {
    background-color: #fff;
}

.activity_detail .content .list_wrap .list {
    overflow: hidden;
    margin: 0 30px;
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.activity_detail .content .list_wrap .list .tit {
    min-height: 65px;
    max-height: 84px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
}

.activity_detail .content .list_wrap .list .tit h5 {
    margin: 0 0 5px;
    line-height: 26px;
}

.activity_detail .content .list_wrap .list .tit span {
    font-size: 12px;
    color: #999;
    line-height: 22px;
}

.activity_detail .content .list_wrap .list .btn_wrap {
    bottom: 15px;
}

.activity_detail .content .list_wrap .list:nth-last-child(4) {
    border-bottom: none;
}

.activity_detail .content .list_wrap .list .img {
    width: 280px;
    height: 215px;
    overflow: hidden;
    margin: 0 30px 0 0;
}

.activity_detail .content .list_wrap .list .img img {
    width: 100%;
    height: 100%;
}

.activity_detail .content .list_wrap .list .dec_wrap {
    width: 480px;
}

.activity_detail .content .list_wrap .list h5 {
    font-size: 20px;
    color: #333;
    margin: 18px 0 13px;
    line-height: 28px;
}

.activity_detail .content .list_wrap .list p {
    font-size: 14px;
    color: #333;
    padding: 0 0 0 20px;
    line-height: 24px;
}

.activity_detail .content .list_wrap .list p.time {
    background: url(../img/icon_01.png) no-repeat left 6px;
}

.activity_detail .content .list_wrap .list p.address {
    background: url(../img/icon_02.png) no-repeat left 6px;
}

.activity_detail .content .list_wrap .list p.xingshi {
    background: url(../img/icon_05.png) no-repeat left 6px;
}

.activity_detail .content .list_wrap .list p.level {
    background: url(../img/icon_03.png) no-repeat left 6px;
}

.activity_detail .content .list_wrap .list p.lecturer {
    background: url(../img/icon_06.png) no-repeat left 6px;
}

.activity_detail .content .list_wrap .list .btn_wrap {
    width: 240px;
    height: 36px;
    margin-top: 10px;
}

.activity_detail .content .list_wrap .list .btn_wrap .btn {
    width: 98px;
    line-height: 34px;
    text-align: center;
    float: left;
    font-size: 16px;
    margin-right: 20px;
    border-radius: 5px;
    border: 1px solid var(--Colour);
}

.activity_detail .content .list_wrap .list .btn_wrap .zxzx {
    background: #fff;
    color: var(--Colour);
}

.activity_detail .content .list_wrap .list .btn_wrap .subscribe,
.activity_detail .content .list_wrap .list .btn_wrap .scanCode {
    background: var(--Colour);
    color: #fff;
}

.activity_detail .content .list_wrap .list .btn_wrap .subscribe.end {
    background: #d8d8d8;
    border: 1px solid #d8d8d8;
    cursor: context-menu;
}

.activity_detail .content .list_wrap .qt_pagination {
    margin: 4px 0 0 0;
}

.activity_detail .content .TRS_Editor_wrap {
    background: #fff;
    padding: 26px 50px 50px;
}

.activity_detail .content .TRS_Editor_wrap .dec {
    display: none;
    padding-bottom: 20px;
}

.activity_detail .content .TRS_Editor_wrap h6 {
    height: 30px;
    font-size: 22px;
    color: #333;
    position: relative;
    margin: 0 0 20px 0;
}

.activity_detail .content .TRS_Editor_wrap h6::before {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/icon_04.png) no-repeat center center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
}

.activity_detail .content .TRS_Editor_wrap h6::after {
    content: '';
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.activity_detail .content .TRS_Editor_wrap h6 span {
    position: absolute;
    z-index: 2;
    padding: 0 10px 0 0;
    background: #fff;
}

.activity_detail .content .TRS_Editor_wrap .TRS_Editor img {
    max-width: 100%;
}

.activity_detail .content .TRS_Editor_wrap .qt_mfpg.form_detail {
    height: 260px;
}

.activity_detail .content .TRS_Editor_wrap .qt_mfpg.form_detail .form_wrap {
    height: 250px;
}