.banner{
    padding: 20px 0;
    margin-bottom: 30px;
}

.slideTxtBox .bd ul,
.list ul{
    display: flex;
    flex-wrap: wrap;
}

.seeMore{
    width: 100%;
    display: flex;
    justify-content: center;
}
.seeMore a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 40px;
    background-color: #017aff;
    border: 1px solid #017aff;
    border-radius: 30px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.seeMore a:hover{
    background-color: transparent;
    border: 1px solid #017aff;
    color: #017aff;
}


.fenlei{
    margin-bottom: 30px;
}

.slideTxtBox .hd ul li.on{
    color: #017aff;
    border-bottom: 2px solid #017aff;
    height: 48px;
}
.slideTxtBox2 .hd{
    height: auto;
}
.slideTxtBox2 .hd ul{
    margin-bottom: 0;
}
.slideTxtBox2 .hd ul li{
    margin-right: 15px;
}