@charset "utf-8";
/* CSS Document */
.text-overflow {
        word-break:keep-all;
         white-space:nowrap;
         overflow:hidden;
         text-overflow:ellipsis;
     }


.rules_con .r_xh_b li{
    font-size: 20px;
    color: #333333;
    font-family: FZXBSJW-GB1-0;
    line-height: 42px;
}
.rules_con .r_xh_b{
    border-bottom: 2px solid #0f5a9b;
}
.rules_con .r_xh{
    margin-left: 12px;
}
.rules_con .r_tit{
    margin-left: 220px;
}

.rules_con .r_xz{
    margin-left: 280px;
}
.rules_con{
    padding: 30px 24px 50px 24px;
    font-family:"新宋体";
}

/*列表*/
.rules_list>ul li:nth-child(even){
   background: #eeeeee;
}

.rules_list .summer{
    width: 9%;
    text-align: center;
    font-size: 16px;
}
.rules_list .title{
    width: 62%;
    font-size: 16px;
    font-weight: bold;
}

.rules_list .download{
    width: 29%;
    font-size: 14px;
    text-align: center;
}

.rules_list .download>div{
   display: inline-block;
}

.rules_list .download>div:nth-child(even){
    margin-left: 15px;
}
.rules_list .download img{
    display: inline-block;
    padding-top: 4px;
}

.rules_list .down_word{
    display: inline-block;
    width: 11px;
    height: 13px;
    margin-right: 4px;
    background: url(../img/20211008_word.png) center no-repeat;
}
.rules_list .down_pdf{
    display: inline-block;
    width: 12px;
    height: 13px;
    background: url(../img/20211008_pdf.png) center no-repeat;
    margin-right: 4px;

}

.bg_ee{
    background: #eeeeee;
}
.rules_main .rules_list{
    font-family:"新宋体";
}

/*添加题注*/
.rules_list ul li{
    padding: 20px 0;
}
.rules_note{
    font-size: 14px;
    color: #666666;
    margin-left: 65px;
    margin-top: 5px;
    width: 640px;
    line-height: 23px;
}
.rules_note i{
    font-style:normal;
    color: #000000;
    font-weight: bold;
}
.rul_a{
    overflow: hidden;
}