.enter_ul>ul>li{
    float: left;
    width: 31.58%;
    margin: 0 2.6% 30px 0;
}
.enter_ul>ul>li:nth-child(3n){
    margin-right: 0;
}
/* 2020.3.17 */
.ent_tits>ul{
    font-size: 0;
    margin-bottom: 50px;
    white-space: nowrap;
    transition: all 0.4s;
}
.ent_tits:hover ul{
    overflow-y: auto;
}
.ent_tits>ul>li{
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
    background: #eeeff1;
    text-align: center;
    font-size: 20px;
    color: #565656;
    padding: 18px 23px;
    margin-right: 12px;
    cursor: pointer;
}
.ent_tits>ul>li.on,.ent_tits>ul>li:hover{
    color: #FFF;
    background: #003c78;
}
.ent_tits>ul>li:last-child{
    margin-right: 0;
}
.en_consa>ul>li{
    display: none;
}
.en_consa>ul>li:first-child{
    display: block;
}

