@charset "gb2312";
.enter_list{
      padding-bottom: 10px;
    margin-bottom: 10px;
}
.enter_list .enter_child{
        padding:10px 0;
}
.enter_list .enter_child .enter_title{
    margin-bottom: 8px;
    font-size: 18px;
    color: #101010;
    font-weight: bold;
}
.enter_list .enter_child .enter_text{
        display: flex;
    flex-wrap: wrap;
}
.enter_list .enter_child .enter_text a{
    font-size: 12px;
    color: #333333;
    margin-right: 34px;
    display: block;
}
