@media screen and (max-width: 1440px) {
    .lia_d_mid {
        margin: 0 4%;
    }
}
@media screen and (max-width: 1600px) {
    .lia_d_mid {
        margin: 0 8%;
    }
}
.lia_d_mid {
    margin: 0 16%;
    padding-bottom: 0.3rem;
}
.lia_d_3_list li {
    padding: 1.5em 1.5em;
    display: block;
    background-color: #efefef;
    margin-top: .75em;
}

.lia_d_3_mid_left span {
    position: relative;
    display: block;
    font-size: 1.125em;
    padding-left: 1.875em;
}
.lia_d_3_mid_left span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.277777777777778em;
    height: 1em;
    background-image: url(../images/xd/6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
}
.lia_d_3_mid {
    padding-right: 9em;
    position: relative;
}
.hi {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lia_d_3_mid_right {
    color: #8f8f8f;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(-0%, -50%);
    -ms-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
}
.lia_d_3_mid_right span {
    padding-right: 1em;
    background-image: url(../images/xd/7.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.financial-tap {
    display: -ms-flexbox;
    display: flex;
    /*height: 5em;*/
    width: 100%;



    margin: 0 auto;
    padding: 0 16%;
}
 .financial-tap .financial-tap-item.active {
    font-weight: 600;
    height: 3em;
}

 .financial-tap .financial-tap-item {
    background-color: #fff;
    border-right: 1px solid #efefef;
    color: #222;
    cursor: pointer;
    font-family: '黑体', 'SimHei', sans-serif;  /* 20241129 check font */
    font-size: 2.2em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    width: 50%;
}
@media screen and (max-width: 480px) {
     .financial-tap .financial-tap-item {
       background-color: #fff;
        border-right: 1px solid #efefef;
        color: #222;
        cursor: pointer;
        font-family: '黑体', 'SimHei', sans-serif;  /* 20241129 check font */
        font-size: 1.5em;
        height: 3em;
        line-height: 3em;
        text-align: center;
        width: 50%;

       overflow: hidden;
       text-overflow: ellipsis;
       white-space: nowrap;
    }
   
}
.financial-tap .financial-tap-item:last-child {
  border: none;
}
.financial-tap .financial-tap-item.active:after {
    background-color: #ef8418;
    content: "";
    display: block;
    height: 0.1em;
    /*margin-top: -0.15rem;*/
}
@media screen and (max-width: 480px) {
    
    .financial-tap .financial-tap-item.active:after {
    background-color: #ef8418;
    content: "";
    display: block;
    height: 0.1em;
       
       margin-top: -0.15rem;
   }
}