.m-center {
    width: 1200px;
    margin: 0 auto;
}

.list-bg {
    background-color: #F7F7F7;
}

.list-box {
    background-color: #fff;
    padding: 20px;
}

.list-left-box {
    display: inline-block;
    width: 310px;
    margin-right: 20px;
}

.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-title1 {
    margin-left: 16px;
    font-size: 24px;
    font-size: .24rem;
    color: #125DB2;
    vertical-align: middle;
    font-weight: 500;
}

.tab-list-box {
    border: 1px solid #DDDDDD;
    padding: 17px 20px;
    padding: .17rem .2rem;
    font-size: 18px;
    font-size: .18rem;
    width: 100%;
    margin-top: 10px;
    margin-top: .1rem;
    background: url(../images/approve-icon.png) no-repeat 90%;
}

.tab-list-box:hover {
    background-color: #F2F9FF;
}

.tab-list-box-active {
    color: #FFFFFF !important;
    background-color: #125DB2 !important;
    background: url(../images/approve-icon-active.png) no-repeat 90%;
}

.gover-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    color: #FFFFFF;
    background-color: #125DB2;
    padding: 4px 10px;
    cursor: pointer;
}

.gover-nav-title {
    line-height: 34px;
    font-size: 0px;
}

.gover-nav-title .gover-title,.gover-nav-title .p-nav-text-title {
    white-space: nowrap;
    margin-right: .2rem;
    vertical-align: middle;
}

.p-nav-box {
    display: inline-block;
}

.p-nav-text-active {
    color: #125DB2 !important;
}

.p-nav-text-title {
    color: #999999;
    font-weight: 600;
    font-size: 18px;
    font-size: .18rem;
}

.p-nav-text-title:hover {
    cursor: pointer;
}

/* 右侧 */
.list-right-box {
    width: calc(100% - 330px);
    float: right;
}

.list-content-title {
    background: #DBECFB;
    height: 40px;
    line-height: 40px;
    border-left: 4px solid #125DB2;
    padding-left: 12px;
    color: #125DB2;
}

.list-content-box {
    padding: 20px;
    padding-top: 0px;
    font-size: 18px;
    font-size: .18rem;
}

.de-content-text {
    margin-top: 16px;
    margin-top: .16rem;
}

.de-ul-font li {
    padding: 10px 0;
}

.de-ul-font li:nth-of-type(5n) {
    border-bottom: 1px solid #EEE;
}

.de-ul-font li::after {
    clear: both;
    display: table;
    content: " ";
}

.de-circle {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #125DB2;
    margin-right: 4px;
    margin-top: .5em;
}

.de-content {
    display: inline-block;
    width: calc(100% - 115px);
    color: #333333;
    overflow: hidden;
    /*内容超出后隐藏*/
    text-overflow: ellipsis;
    /* 超出内容显示为省略号 */
    white-space: nowrap;
    /* 文本不进行换行 */
}

.de-data {
    display: inline-block;
    font-size: 16px;
    font-size: .16rem;
    width: 100px;
    color: #999999;
    text-align: right;
}

.de-line {
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
}

@media screen and (max-width: 1250px) {
    .m-center {
        width: 94%;
        margin: 0 3%;
    }
}

@media screen and (max-width: 998px) {
    .list-left-box {
        width: 180px;
    }

    .list-right-box {
        width: calc(100% - 200px);
        float: right;
    }
}

@media screen and (max-width: 750px) {
    .m-center {
        width: 92%;
        margin: 0 4%;
    }

    /* 左侧 */
    .list-left-box {
        width: 100%;
    }

    .tab-list-box {
        padding: 10px;
        display: inline-block;
        width: 32%;
        margin-right: 2%;
        text-align: center;
        background: url(../images/approve-icon.png) no-repeat 95%;
    }
    .tab-list-box-active{
        background: url(../images/approve-icon-active.png) no-repeat 95%;
    }
  
    .mr0 {
        margin-right: 0px;
    }

    .list-title1 {
        font-size: 16px;
    }

    /* 右侧 */
    .list-right-box {
        width: 100%;
    }

    .list-content-box {
        padding: 20px 0px;
    }

    .list-content-title {
        font-size: 16px;
    }

    .de-ul-mobile-hide-dete .de-data {
        display: none;
    }

    .de-ul-mobile-hide-dete .de-content {
        width: calc(100% - 15px);
    }

}
@media screen and (max-width: 789px){
    .gover-nav-title{
        overflow-x: auto;
    }
    .gover-nav-title .gover-title, .gover-nav-title .p-nav-text-title{
        font-size: 1.2rem !important;
    }
    .ul-style-1 li .right{
        padding: 0.5rem 0;
    }
    .yj-page{
        margin: 1rem 0;
    }
}
