.ymbk .cityChange{
    width:139px;
    height:50px;
    border-radius:6px;
    border:1px solid rgba(229,229,229,1);
    text-align: center;
    color:#165CFF;
    float: right;
    text-indent: 15px;
    font-size:16px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(22,92,255,1);

    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    background: url("/images/index/jt.png") no-repeat scroll 105px center  transparent;
    background-size: 20px ;
    padding-right: 14px;
}
.ymbk-ul{
    display: block;
    height:50px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
}

.ymbk-ul li{
    width: calc(8%) !important;
    padding:0 calc(3%) !important;
    height:50px;
    margin-left: 0px!important;
}

.ymbk-ul li a{
    display: block;
    height:50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
}

.ymbk-txt-ul {
    width:100%;
    /*height:410px;*/
    overflow:auto
}


.ymbk-txt-ul li{
    width:560px!important;
    height:50px;
    background: rgb(47 125 225/20%);
    border-radius:6px;
    line-height: 50px;
    display: block;
    float: left;
    margin-left: 0!important;
    margin-bottom: 0!important;
    margin: 10px 0px!important;
}
.ymbk-txt-ul li a{
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    height:50px;
    font-size:16px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(51,51,51,1);
    line-height: 50px;
    float:left;
    margin-left: 27px;
}
.ymbk-txt-ul li span{
    height:22px;
    font-size:16px;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(153,153,153,1);
    line-height:50px;
    float:right;
    margin-right: 27px;
}
.ymbk-txt-ul li:nth-child(2n-1){
    float:left;
}
.ymbk-txt-ul li:nth-child(2n){
    float:right;
}
.ymbk-ul li a:hover{
    border-bottom: 1px solid #1E9FFF;
}
.ymbk-ul li .active{
    color:#2f7de1;
    border-bottom: 1px solid #1E9FFF;
}
