/*规章制度*/
ul li{
    list-style: none;
}
ol li{
    list-style: none;
}
.h1-title{
    font-size: 55px;
    text-align: center;
    padding:180px 0 10px;
    color:#fff;
    margin-top: 0;
    font-weight: bold;
}
.rules-cont{
    margin:0 auto;
    background: #fff;
    padding:40px 0 0;
}
.rule-header{
    display: flex;
    align-items: center;
    border-bottom: 5px solid #cbb486;
    position: relative;
    padding-bottom: 35px;
    justify-content: center;
}
.rule-header img{
    width: 86px;
    height: 86px;
}
.rule-header h2{
    font-size: 40px;
    color:#FF0000;
    margin-left: 14px;
    font-family: FZXiaoBiaoSong-B05S;
}
.rule-header .btn-group{
    position: absolute;
    right:12px;
    bottom:12px;
    display: flex;
    align-items: center;
}
.rule-header .btn-group a{
    font-size: 14px;
    color:#666;
    border:1px solid #d2d2d2;
    height: 38px;
    line-height: 38px;
    padding:0 12px;
    margin-left: 12px;
}
.rules-cont h3{
    font-size: 28px;
    margin:58px;
    text-align: center;
    font-weight: bold;
}
.rules-cont h3 small{
    display: block;
    margin-top: 18px;
    font-size: 18px;
    font-weight: normal;
    color:#333;
}
.rules-cont h4{
    text-align: center;
    font-size: 21px;
    margin:58px 0;
    font-weight: bold;
}
.rule-list{
    margin:0 96px;
    padding-inline-start: 0;
}
.rule-list li p{
    font-size: 18px;
    line-height: 38px;
    text-indent: 2em;
    color:#262626
}
.rule-footer{
    padding:40px 96px;
    margin-top: 40px;
    border-top:5px solid #cbb486;
    text-align: right;
    font-size: 28px;
    color:#FF0000;
    font-family: FZXiaoBiaoSong-B05S;
}
.rule-search{
    background: #f5f5f5;
    padding:50px 100px;
/*     display: flex;
    align-items: flex-start; */
}
.rule-search .search-cont{
    /* flex: 1; */
    
    display: flex;
    /* flex-direction: column; */
  
}
.rule-search button{
    background: #ceb88c;
    color:#fff;
    border-radius: 6px;
    height: 46px;
    line-height: 46px;
    padding-left: 30px;
    padding-right: 30px;
    border:none;
}
.rule-search .search-input input{
    height: 46px;
    border:1px solid #ceb88c;
    border-radius:6px!important;
    line-height: 46px;
    background: #fff;
    margin-right: 10px;
    padding:10px;
    width: 100%;
}
.rule-search .search-input{
    width: 100%;
    position: relative;
    flex:1;
    margin-right: 14px;
}
.rule-search .search-input .search-ico{
    position: absolute;
    right:20px;
    top:50%;
    margin-top:-10px;
    width: 20px;
    height: 20px;

}
.rule-search .s-radio{
    display: flex;
    align-items: center;
    color:#cbb486;
    margin-top: 16px;
    justify-content: center;
}
.rule-search .s-radio .radio-cont{
    display: flex;
    align-items: center;
    color:#333;
    font-size: 14px;
}
.rule-search .s-radio .radio{
    margin:0 14px 0!important;
}
input[type=radio] {
    margin-right: 5px;
    cursor: pointer;
    font-size: 14px;
    width: 15px;
    height: 12px;
    position: relative;
}

input[type=radio]:after {
    position: absolute;
    width: 16px;
    height: 16px;
    top: -1px;
    content: " ";
    background-color: #f5f5f5;
    color: #fff;
    display: inline-block;
    visibility: visible;
    padding: 0px 3px;
    border-radius: 50%;
    border:1px solid #cbb486;
}

input[type=radio]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 2px;
    left:3px;
    background-color: #cbb486;
    width: 10px;
    height: 10px;
    color: #fff;
    font-weight: 400;
    border-radius: 50px;
    border:1px solid #fff;
    padding:1px;
    z-index: 1;
}
.r-table{
    width: 100%;
}
.r-table .thead{
    border-bottom: 2px solid #cbb486;
}
.r-table thead th{
    color:#333;
    text-align: center;
}
.r-table thead th,.r-table tbody td{
    padding:14px 30px;
    text-align: center;
}
.r-table tbody td:nth-child(2){
    text-align: left;
}
.r-table tbody td .text-color{
    color:#cbb486
}
.r-table tbody td  a{
    color:#333;
    margin:0 20px;
}
.h1-title{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.h1-title small{
    display: block;
    color:#fff;
    position: relative;
    margin-top: 20px;
    font-size: 18px;
}
.h1-title small:before,.h1-title small:after{
    content: '';
    position: absolute;
    width: 100px;
    top:50%;
    transform: translate(0,-50%);
    background: #fff;
    height: 1px;
}
.h1-title small:before{
    left:-110px;
    background: linear-gradient(to right,rgba(255,255,255,0),#fff);
}
.h1-title small:after{
    right:-110px;
    background: linear-gradient(to right,#fff,rgba(255,255,255,0));
}
.pagination-cont{
    text-align: center;
}

.r-table tbody tr:nth-child(even) td{
    background: #f5f5f5;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #cbb486!important;
    border-color: #cbb486!important;
    color:#fff!important;
}
.pagination>li>a, .pagination>li>span{
    color: #cbb486!important;
}
@media (max-width: 991px) {
    .rule-search{
        padding:10px;
    }
    .s-radio{
        display: flex;
        flex-direction: column;
    }
    .rule-search .s-radio{
        margin-bottom: 10px;
    }
    .r-table thead th, .r-table tbody td{
        padding: 10px;
    }
    .r-table thead th{
        white-space: nowrap;
    }
    .h1-title{
        padding:20px 0;
        font-size: 18px;
    }


    .rule-header{
        padding-bottom: 60px;
        margin-bottom: 20px;
    }
    .rule-header h2{
        font-size: 20px;
    }
    .rules-cont h3,.rule-list{
        margin:10px;
    }
    .rule-footer{
        padding:10px;
    }
}
