.ejdh {
    width: 15.1%;
}

.contentbox {
    width: 78.1%;
}
.danpian h1 {
    margin-top: 20px;
    position: relative;
    margin-bottom: 40px;
    font-size: 28px;
    font-family: "Microsoft YaHei";
    /* color: #000; */
    font-weight: bold;
    line-height: 1.333;
    text-align: center;
}
.danpian img{
    max-width: 100% !important;
height: auto !important;
}
.danpian p {
    margin-bottom: 3px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    /* color: rgb(0, 0, 0); */
    line-height: 1.8;
    text-indent: 2em;
}
.danpian p span{
   font-size: 18px !important;
}
.mainbox .w {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 160px;
}

.lmmc {
    padding: 30px 0;
    font-family: Source Han Serif CN;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    background: #506ca8;
    background-size: 100% 100%;
}

.ejdh>ul {
    padding: 0px 15px;
    background: #fff;
    background-size: cover;
    background-position-x: -85px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.ejdh>ul li {
    position: relative;
    border-bottom: 1px dashed #D8D8D8;
}

.ejdh>ul li a {
    font-size: 18px;
    display: block;
    /* line-height: 64px; */
    padding: 20px 0px;
    color: #666666;
}

.ejdh>ul li a {
    font-size: 18px;
    display: flex;
    align-items: center;
    padding: 20px 0px;
    color: #666666;
    position: relative;
}

.ejdh>ul li a i {
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/icon16.png) no-repeat;
    background-size: 100% 100%;
    /* position: absolute; */
    /* right: 0; */
    /* top: 28px; */
}

.ejdh>ul li a i {
    flex: 1;
    display: block;
    width: 10px;
    height: 10px;
    background: url(../images/icon16.png) no-repeat center right;
    background-size: auto 100%;
    cursor: pointer;
}

.ejdh>ul li:hover > a {
    color: #0D6EA1;
}

/* .ejdh>ul li:hover i {
    background: url(../images/icon15.png) no-repeat;
    background-size: 100% 100%;
} */

.ejdh>ul li:hover i {
    background: url(../images/icon15.png) no-repeat center right;
    background-size: auto 100%;
}


/* 二级菜单样式 */
.sub-menu {
    display: none;
    padding-left: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.sub-menu li {
    border-bottom: none;
}

.sub-menu li a {
    font-size: 16px;
    padding: 15px 0;
    color: #888;
}

.sub-menu li a:hover {
    color: #0D6EA1;
}

.content1 {
    margin-bottom: 23px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #D8D8D8;
}

.dqlmmc {
    padding-left: 15px;
    font-family: Source Han Serif CN;
    font-size: 28px;
    font-weight: 600;
    color: #2C2C2C;
    background: url(../images/icon17.png) no-repeat left center;
    background-size: 5px 30px;
}

.location {
    display: flex;
    align-items: center;
    padding-left: 27px;
    font-size: 16px;
    color: #626262;
    background: url(../images/icon18.png) no-repeat left center;
    background-size: 17px 16px;
}

.location a {
    color: #626262;
}

.zy-list {
    /* margin-top: 55px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zy-list li {
    width: 49%;
    margin-bottom: 50px;
    border: 1px solid transparent;
}

.zy-list li a {
    padding: 35px 4.7%;
    display: flex;
    background-size: 100% 100%;
}

.zy-list li .imgbox {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    margin-right: 5.9%;
}

.zy-list li .imgbox img {
    border-radius: 50%;
}

.zy-list li h1 {
    font-size: 20px;
    line-height: 70px;
    color: #3F3F3F;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.zy-list li th {
    width: 92px;
    font-size: 18px;
    text-align: start;
    line-height: 36px;
    vertical-align: baseline;
}

.zy-list li td {
    font-size: 18px;
    line-height: 36px;
    color: #3F3F3F;
}

.zy-list li .textbox {
    width: calc(100% - 215px);
}

.zy-list li:hover {
    border: 1px solid #0D6EA1;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(12, 128, 178, 0.2);
}

.zy-list li:hover a {
    border-radius: 10px;
    background-size: 100% 100%;
}
.list2{
    /* margin-top: -35px; */
}
.list2 li{
    padding: 15px 0;
    border-bottom: 1px dashed #CBCBCB;
}
.list2 li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    line-height: 26px;
    color: #333333;
    padding-left: 25px;
    background: url(../images/icon19.png) no-repeat left center;
    background-size: 6px 6px;
    
}
.list2 li a p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.list2 li a:hover p{
    font-weight: bold;
    color: #0D6EA1;
}

.list2 li a span {
    font-size: 14px;
    font-weight: 500;
    color: #999;
    white-space: nowrap;
}


.cont_wrap {}

.cont_wrap h3 {
    font-size: 22px;
    color: #111;
    line-height: 36px;
    margin-top: 25px;
    margin-bottom: 20px;
    background: none;
    text-align: center;
    height: auto;
}

.cont_wrap .bar {
    margin-top: 5px;
    color: #777;
    text-align: center;
}
.tablebox{
    overflow: auto;
}
.pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a{margin:5px 0px 0px 5px !important;}
.cont_wrap .cont_box {
    margin-top: 25px;
    font-size: 17px;
    min-height: 800px;
    color: #333;
}
.cont_box img{
   display: block;
   margin: 0 auto;
}
.cont_wrap .cont_box p, .cont_wrap .cont_box p span{
    text-indent: 2em;
    margin-bottom: 16px;
    line-height: 34px;
font-size: 20px !important;
}

.cont_wrap .cont_box p img {
    display: block;
    margin: 25px auto;
    /*! max-width: 80%; */
    height: auto !important;
}
.cont_wrap .cont_box table{
    margin: 0 auto;
}
@media screen and (max-width: 1080px) {
.list2 li a p{
   font-size: 16px;
}
.location{
    font-size:14px;
}
    .zy-list li {
        width: 100%;
        margin-bottom: 20px;
    }

    .zy-list li a {
        padding: 20px 20px;
    }

    .zy-list li h1 {
        font-size: 20px;
        line-height: 55px;
    }

    .mainbox .w {
        display: block;
    }

    .contentbox,
    .ejdh {
        width: 100%;
    }

    .ejdh {
        margin-bottom: 20px;
    }

    .lmmc {
        background: #0D6EA1;
        padding: 15px 0;
        font-size: 22px;
        position: relative;
    }

    .dqlmmc {
        font-size: 22px;
        white-space: nowrap;
        margin-right: 15px;
    }

    .ejdh>ul li a {
        line-height: 10px;
        padding-left: 0;
        font-size: 16px;
    }

    .ejdh>ul {
        background-position-x: 2px;
        padding: 0px 12px;
    }

    .content1 {
        margin-bottom: 20px;
    }

    .list {
        margin-top: -15px;
    }

    .danpian h1,
    .danpian p {
        margin-bottom: 20px;
    }

    .danpian p {
        line-height: 1.6;
        font-size: 16px !important;
    }
.danpian p span{
    line-height: 1.6;
        font-size: 16px !important;
}
    .danpian h1 {
        font-size: 20px;
    }
.cont_wrap .cont_box p, .cont_wrap .cont_box p span{
font-size: 16px !important;
}
}

@media screen and (max-width: 560px) {
    .zy-list li .imgbox {
        width: 120px;
        height: 120px;
        margin-top: 30px;
        margin-right: 10px;
    }

    .zy-list li .textbox {
        width: calc(100% - 130px);
    }
.cont_wrap h3,.danpian h1{font-size: 18px;font-weight: normal;}
    .dqlmmc {
        font-size: 18px;
        margin-bottom: 20px;
        font-weight: bold;
    }
}

@media screen and (max-width: 414px) {
    .content1 {
        display: block;
    }


    .zy-list li a {
        padding: 8px 10px;
    }

    .zy-list li h1 {
        font-size: 18px;
    }
    footer {
        margin-top: -95px;
    }
}