.jbss__content{
    padding: 20px 0;
}
.jbss__box{
    width: 100%;
    background: #fff;
    margin: 0px auto 40px;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    box-shadow: 0px 0px 6px 0px #E1E1E1;
    border-radius: 24px;
    border: 1px solid #DADADA;
}
.jbss__search{
    box-sizing: border-box;
    font-family: Source Han Sans SC;
    font-weight: 500;
    font-size: 18px;
    color: #0E60AA;
    margin:0 37px;
}
.jbss__title{
    box-sizing: border-box;
    font: 400 16px / 36px 'Source Han Sans SC';
    cursor: pointer;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    color: #000;
}
.jbss__title-active{
    background: #0e60aa;
    color:#fff;
    border-radius: 18px;
}
.jbss__fl{
    display: flex;
    justify-content: space-between;
}
.jbss__fl__box{
    width: 300px;
    height: 72px;
    text-align: center;
    line-height: 72px;
    border-radius: 10px;
    cursor: pointer;
}
.jbss__fl__box>span{
    display: none;
    width: 106px;
    height: 21px;
    font-family: Alibaba PuHuiTi;
    font-weight: bold;
    font-size: 22px;
    color: #F9FBFD;
}
.jbss__fl__box>img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: inline;
}
.jbss__fl__box-active{
    background:#0e60aa;
}
.jbss__fl__box-active>img{
    display: none;
}
.jbss__fl__box-active>span{
    display: inline;
}
.jbss__jb{
    padding-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.jbss__jb__box{
    width: 300px;
    height: 54px;
    line-height: 54px;
    text-indent: 32px;
    display: inline-block;
    font-weight: 400;
    font-family: SimSun;
    font-size: 16px;
    color: #0E60AA;
}
.jbss__jb__box:hover{
    background: #EEF2F7;
    border-radius: 8px;
    transition: all .1s ease;
    font-weight: 700;
}
.jbss__jb__span{
    
}
.jbss__jb__span::before {
  content: ">";
  margin-right: 5px;
}
.jbss__show{
    margin-top: 24px;
}
.jbss__show__box{
    text-align: center;
}
.jbss__show-upper{
    display: none;
    cursor: pointer;
}
.jbss__show-lower{
    cursor: pointer;
}
