body{
    background-color: #fff;
}
.mobile_box table{
    border-right:1px solid #000 !important;
    border-bottom:1px solid #000 !important;
}
.mobile_box table td{
    border-left:1px solid #000 !important;
    border-top:1px solid #000 !important;
}
.mobile_detaile table{
    border-right:1px solid #000 !important;
    border-bottom:1px solid #000 !important;
}
.mobile_detaile table td{
    border-left:1px solid #000 !important;
    border-top:1px solid #000 !important;
}
.detailContent table{
    border-right:1px solid #000 !important;
    border-bottom:1px solid #000 !important;
}
.detailContent table td{
    border-left:1px solid #000 !important;
    border-top:1px solid #000 !important;
}
.detaileBox{
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width: 79%;
}
.detaileBox .detailTitle{
    padding:2% 40px 0;
    background-color: #FFFFFF;
    border-radius: 8px 8px 0 0;
}
.detaileBox .detailTitle div{
    padding-bottom:1%;
    border-bottom: 2px solid #A11823;
    font-size: 28px;
    font-weight: bold;
    color: #A11823;
}
.detailContentBox{
    background-color: #FFFFFF;
}
.detail-ruleContentBox{
    padding:0 40px;
    display: flex;
    margin:0 auto;
    width: 79%;
}
.detailContent{
    padding:20px 0 80px;
    border-bottom: 1px solid #D9D9D9;
    width: 75%;
}
.detailContent .publlish{
    font-size: 14px;
    color: #8C8C8C;
}
.detailContent h3{
    font-size: 16px;
    font-weight: bold;
    color:#2E2020;
    line-height: 24px;
}
.detailContent p{
    font-size: 16px;
    color:#595959;
    line-height: 24px;
}
.detailContent p a{
    font-size: 16px;
    color:#A11823;
    border-bottom: 1px solid #A11823;
}
.detailContent p a:hover{
    color:#A11823;
}
.preOrnext{
    padding:10px 0 107px;
    margin:0 auto;
    width: 75%;
}
.preOrnext p{
    padding-top:15px;
    font-size: 16px;
    color: #999999;
}
.preOrnext p a{
    font-size: 16px;
    color: #595959 ;
}
.preOrnext p a:hover{
    color: #595959 ;
}
/* 移动端详情 */
.mobile_content{
    display: none;
}
.mobile_breadcrumb_box{
    color: #999;
}
.mobile_breadcrumb_box a{
    color: #999;
}
.mobile_detail_title{
    color: #A11823;
    border-bottom: 2px solid #A11823;
    font-size: 20px;

}
.mobile_title_text{
    font-size: 20px;
    padding: 15px;
    font-weight: bold;
}
.mobile_content_text{
    padding: 15px;
}
.mobile_detail_data{
    font-family: PingFang SC-Heavy, PingFang SC;
}
.mobile_publish{
    color: #999;
    margin-bottom: 25px;
}
.mobile_detail_data h3{
    font-size: 16px;
    color: #2E2020;
    font-weight: bold;
}
.mobile_detail_data p{
    font-size: 16px;
    color: #666;
}
.mobile_detail_data p a{
    color: #A11823;
    margin: 0 5px;
    font-family: PingFang SC-Medium;
    font-weight: bold;
}
.first_title{
    margin-top: 25px;
}
.mobile_pre_ornext{
    padding: 15px;
    border-top: 1px solid #ebebeb;
}
.mobile_pre_ornext p{
    color: #b2b2b2;
    margin-bottom: 10px;
}
.mobile_pre_ornext p a {
    color: #666;
}
.go_top{
    display: none;
    position: fixed;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    background: #A11823;
    border-radius: 60px 60px 60px 60px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 36px;
}
.go_top i{
    font-size: 16px;
    color: #fff;
}
.detail-listBannerTitle{
    display: flex;
}
.detail-listBannerTitle .jiejue{
    width: 19.7%;
    margin-right: 45px;
    padding:18px 23px;
    border: 1px solid #A11823;
    border-radius: 4px 4px 0 0 ;
    border-bottom:0;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF !important;
    background-color: #A11823;
}
.detail-listBannerTitle .jiejue .iconfont{
    margin-right: 15px;
    font-size: 20px;
    font-weight: 400;
}
.detail-leftList{
    width: 19.7%;
    margin-right: 30px;

}
.detail-leftList .listTips{
    border: 1px solid #A11823;
    border-radius: 0 0 4px 4px;
    border-top:0;
}
.mobile_detail-left_menu{
    display: none;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background:  #A11823;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 988;
    /*box-shadow: 0px 2px 24px 0px rgba(58,58,58,0.3);*/
}
.detail-left_menu{
    color: #fff;
    font-size: 18px;
}
.detile-list-box{
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    top: 50%;
    left: -300px;
    /*left: 0px;*/
    transform: translateY(-50%);
    transition: all .2s;
    z-index: 1002;
    border-radius: 4px;
    background: #fff;
}
.menu-active{
    background: #F2F2F2;
    color: #A11823!important;
}
.detailBody{
    width: 100%;
}
.close_detail_box{
    display: none;
}
#iframeContent{
    display: block!important;
}
.detail-title{
    flex: 1;
}

.menu-active a{
    background: #F2F2F2;
    color: #A11823!important;
}
@media screen and (max-width: 850px){
    .detailBody{
        /*display: none;*/
        position: fixed;
        top: 0px;
        left: -300px;
        z-index: 1002;
        width: 300px;
        height: 100vh;
        background-color: #FFFFFF;
        transition: all .5s;
    }
    .topBanner img{
        display: none;
    }
    .detail-leftList .listTips{
        border: none;
    }
    .detaileBox{
        width: 100%;
        position: inherit;
    }
    .breadcrumb-box{
        display: none;
    }
    .detaileBox .detailTitle{
        padding:0;
    }
    .detail-title{
        display: none;
    }
    .detailContent{
        display: none;
    }
    .detail-ruleContentBox{
        width: 100%;
        padding: 0;
    }
    .detail-leftList{
        width: 100%;
        margin-right: 0;
    }
    .preOrnext{
        display: none;
    }
    .mobile_content{
        display: block;
    }
    img{
        width: 90%;
    }

    .detail-listBannerTitle{
        width: 100%;
    }
    .detail-listBannerTitle .jiejue{
        width: 100%;
        margin-right: 0;
    }
    .detile-list-box .card-body div{
        font-size: 16px;
        padding: 10px 10px 10px 20px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #595959;
        cursor: pointer;

    }
    .close_detail_box{
        display: block;
        position: absolute;
        top: 0;
        right: 5px;
        z-index: 12;
    }
    .left_close_detail_menu{
        color: #fff;
        font-size: 18px;
    }
    .mobile_detail-left_menu{
        display: block;
    }
    .card-body{
        padding: 0;
    }
    .detail-card{
        overflow-y: auto;
        height: 100vh
    }
}
