.list-box {
    font-size: 0px;
}

.list-left-box {
    width: 33%;
    margin-right: 2%;
    float: left;
}

.list-bg-box {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: .2rem;
    height: 38px;
    line-height: 38px;
    background: url(../images/approve-bg.png) no-repeat center;
}

.list-nav {
    font-size: 16px;
}
.list-title1{
    font-size: 24px;
    font-size: .24rem;
    font-weight: 500;
    color: #125DB2;
    vertical-align: middle;
    margin-left: 10px;
}

.list-nav li {
    margin-bottom: 10px;
    cursor: pointer;
    border: 1px solid #DDDDDD;
}

.list-nav li span:hover{
    background: url('../images/list-icon-bot.png') no-repeat 95% 23px;
    background-color: #125DB2;
    color: #fff;
}
.list-nav .btn-active{
    background: url('../images/list-icon-bot.png') no-repeat 95% 23px;
    background-color: #125DB2;
    color:#fff;
}
.list-nav li span {
    background: url('../images/list-icon-right.png') no-repeat 95% 23px;
    display: block;
    text-align: left;
    padding: 20px;
    font-size: 18px;
    font-size: .18rem;
}

.list-nav dl {
    height: 0;
    overflow: hidden;
    transition: height .3s;
    margin-bottom: 0px;
    border-top: none;
    padding: 0px 10px;
}

.list-nav dd {
    width: 100%;
    background: #F5F5F5;
    text-align: center;
    margin-bottom: 10px;
}
.list-nav dd:first-child{
    margin-top: 10px;
}

.list-nav dd:hover {
    font-size: 16px;
    background: #F2F9FF;
}

.list-nav dd a {
    display: block;
    padding: 10px 0;
    height: 100%;
    color: #333;
}

.text-active {
    font-size: 16px;
    color: #125DB2;
    background: #F2F9FF;
}

.list-right-box {
    width: 65%;
    float: left;
    text-align: center;
}

.detail-name {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-size: .24rem;
    color: #125DB2;
    margin-top: 10px;
}

.detail-src {
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-size: .2rem;
    color: #333333;
}
.list-content-title {
    background: #DBECFB;
    height: 40px;
    line-height: 40px;
    border-left: 4px solid #125DB2;
    padding-left: 12px;
    color: #125DB2;
    font-size:18px;
    text-align: left;
}
.detail-text{
    font-size: 16px;
    font-size: .16rem;
    text-align: left;
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    /* 左侧 */
    .list-left-box {
        width: 100%;
    }
    .list-right-box{
        width: 100%;
    }

}