 body {
    background: #f0f5fa;
}

.advisoryBody {
    width: 100%;
    overflow: hidden;
}

.advisoryBody {
     height: auto; 
    background: url(/res/static/cn/images/advisorybg.png) no-repeat;
    background-size: cover;
    background-position: center bottom;
}

.advisoryBody .directiorBox {
    width: 1200px;
    margin: 0 auto;
}

.advisoryBody .directiorBox h4 {
    font-size: 44px;
    width: 550px;
    font-weight: normal;
    color: #004f99;
    line-height: 44px;
    /* margin-top: 68px; */
    display: inline-block;
    padding: 15px 18px;
    /*background: url(/res/static/cn/images/navOn.png) no-repeat;*/
    /*background-size: 42px auto;*/
    /*background-position: left top;*/
    /*margin-bottom: 7px;*/
    padding-left: 27px;
    background: url(/res/static/cn/images/leftline.png) no-repeat;
    background-size: 7px auto;
    background-position: left center;
}

.advisoryBody .directiorBox .directiorList {
    clear: both;
}

.advisoryBody .directiorBox .directiorList p {
    width: 283px;
    height: 43px;
    font-size: 22px;
    padding-left: 25px;
    margin-left: 15px;
    background: url(/res/static/cn/images/peoplebg.png) no-repeat;
    background-size: 100% 328px;
    background-position: top center;
    line-height: 43px;
    color: #fff;
}

.advisoryBody .directiorBox .directiorList ul {
    margin: 37px 0 10px 0;
    display: inline-block;
}

.advisoryBody .directiorBox .directiorList ul li {
    /*width: 230px;*/
    /*height: auto;*/
    /*margin-right: 9px;*/
    /*margin-bottom: 20px;*/
    /*float: left;*/
    width: 230px;
    height: auto;
    margin: 5px;
    float: left;
    margin-bottom: 15px;
    background: #fff;
    border-radius: 10px;
}

.advisoryBody .directiorBox .directiorList ul li:nth-child(5n) {
    margin-right: 0;
}

.advisoryBody .directiorBox .directiorList ul li a {
    /*position: relative;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*display: block;*/
    position: relative;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    display: block;
    padding: 15px;

}
.advisoryBody .directiorBox .directiorList ul li a .imgBox{
    /*height: 328px;*/
    /*overflow: hidden;*/
    /*border-radius: 10px;*/
    /*overflow: hidden;*/
    /*background: url(/res/static/cn/images/d_bg.png);*/
    /*background-size: 100% 328px;*/
    /*background-position: top center;*/
    /*background-repeat: no-repeat;*/
    height: 270px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 6px;
    overflow: hidden;
    background: url(/res/static/cn/images/d_bg.png);
    background-size: 100% 328px;
    background-position: top center;
    background-repeat: no-repeat;
}
.advisoryBody .directiorBox .directiorList ul li a img {
    /*width: 100%;*/
    /*height: 328px;*/
    /*object-fit: cover;*/
    width: 100%;
    height: 270px;
    object-fit: cover;
}

.advisoryBody .directiorBox .directiorList ul li a .dongshiMsg {
    /*position: absolute;*/
    padding: 0 5px;
    /*top: 230px;*/
    width: 100%;
    box-sizing: border-box;
    /*height: 50px;*/
    margin-top: 15px;
    /*background: linear-gradient(180deg, #00279100, #000000e3);*/
}
.advisoryBody .directiorBox .directiorList ul li a .dongshiMsg img{
    position: absolute;
    right: 12px;
    top: 302px;
    width: 24px;
    height: 24px;
}


.advisoryBody .directiorBox .directiorList ul li span {
    color: #7B8099;
    font-size: 16px;
    line-height: 28px;
    display: block;
}

.advisoryBody .directiorBox .directiorList ul li span:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
    color: #004f99;
    margin-bottom: 5px;
}
.advisoryBody .directiorBox .directiorList ul li:nth-child(4) span:nth-child(1) {
    font-size: 20px;
}
.advisoryBody .directiorBox .directiorList ul li:nth-child(5) span:nth-child(1) {
    font-size: 20px;
}


.advisoryBody .directiorBox .serve {
    width: 1200px;
    height: 480px;
    position: relative;
    margin-top: 125px;
}

.advisoryBody .directiorBox .serve p {
    font-size: 20px;
    color: #004f99;
    text-align: right;
}

.advisoryBody .directiorBox .serve ul li {
    background: url(/res/static/cn/images/servebg.png) 100% center no-repeat;
    width: 177px;
    height: 153px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 2%;
    box-sizing: border-box;
}

.advisoryBody .directiorBox .serve ul li p {
    font-size: 16px;
    color: #fff;
    width: 148px;
    line-height: 30px;
    text-align: center;
}

.advisoryBody .directiorBox .serve ul .serveOn {
    background: url(/res/static/cn/images/serveOn.png) 100% center no-repeat;
}

.advisoryBody .directiorBox .serve ul li:hover {
    background: url(/res/static/cn/images/serveOn.png)  center no-repeat;
    background-size: cover;
}

.advisoryBody .directiorBox .serve ul li:nth-child(1) {
    left: 567px;
    top: 100px;
}

.advisoryBody .directiorBox .serve ul li:nth-child(2) {
    left: 713px;
    top: 178px;
}

.advisoryBody .directiorBox .serve ul li:nth-child(3) {
    left: 857px;
    top: 96px;
}

.advisoryBody .directiorBox .serve ul li:nth-child(4) {
    left: 860px;
    top: 258px;
}

.advisoryBody .directiorBox .serve ul li:nth-child(5) {
    left: 1005px;
    top: 175px;
}

.advisoryBody .directiorBox .serve ul li:nth-child(4) p {
    width: 150px;
}

.advisoryBody .directiorBox .serve ul li:nth-child(5) p {
    width: 150px;
}

@media screen and (max-width: 900px) {
    .advisoryBody {
        background-position: 10% center;
        min-height: unset;
        height: auto;
        background-position: 0% 103%;
        background-size: 200%;
        padding-bottom: 100px;
    }

    .advisoryBody .directiorBox {
        width: 90%;
        margin: 0 auto;
        margin-bottom: 40px;
        padding-bottom: 20px;
    }

    .advisoryBody .directiorBox h4 {
        width: calc(100% - .7rem);
        padding: 0 .35rem;
        margin: 0 auto;
        margin-top: .5rem;
        display: block;
        font-size: .4rem;
        line-height: .64rem;
        height: .64rem;
        ;margin-bottom: 0;
        background-position: left center;
    }
        
        

    .advisoryBody .directiorBox .directiorList ul li {
        width: 47%;
        /*height: 240px;*/
        margin-right: 0;
        float: none;
        margin-bottom: 10px;
        /*border-radius: 10px;*/
    }

    .advisoryBody .directiorBox .directiorList {
        width: 100%;
    }

    .advisoryBody .directiorBox .directiorList ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        box-sizing: border-box;
        margin-top: 20px;
    }

    .advisoryBody .directiorBox .directiorList ul li a {
        width: calc(100% - 30px);
        height: 100%;
    }

    .advisoryBody .directiorBox .directiorList ul li span:nth-child(1) {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .advisoryBody .directiorBox .directiorList ul li a .dongshiMsg {
        top: unset;
        bottom: 5px;
        padding: 0;
    }
    .advisoryBody .directiorBox .directiorList p {
        height: 36px;
        line-height: 36px;
        font-size: 18px;
    }
    
    .advisoryBody .directiorBox .directiorList ul li a .imgBox{
        height: 170px;

    }
    .advisoryBody .directiorBox .directiorList ul li a img {
        height: 170px;
    }
    .advisoryBody .directiorBox .directiorList ul li a .dongshiMsg img{display:none;}
    

    .advisoryBody .directiorBox .serve {
        padding-top: 30px;
        width: 84%;
        margin: 0 auto;
    }

    .advisoryBody .directiorBox .serve p {
        text-align: left;
        font-size: 16px;
        line-height: 24px;
    }

    .advisoryBody .directiorBox .serve ul {
        margin-top: 10px;
        height: 500px;
        position: relative;
    }

    .advisoryBody .directiorBox .serve ul li {
        float: left;
        width: 156px;
        height: 130px;
        background-size: 100% 100%;
    }

    /* .advisoryBody .directiorBox .serve ul li:nth-child(2n){float: right;margin-top: -53px;} */
    .advisoryBody .directiorBox .serve ul li:nth-child(1) {
        left: 0;
        top: 10px;
    }

    .advisoryBody .directiorBox .serve ul li:nth-child(2) {
        left: 146px;
        top: 86px;
    }

    .advisoryBody .directiorBox .serve ul li:nth-child(3) {
        left: 0;
        top: 170px;
    }

    .advisoryBody .directiorBox .serve ul li:nth-child(4) {
        left: 145px;
        top: 257px;
    }

    .advisoryBody .directiorBox .serve ul li:nth-child(5) {
        left: 0;
        top: 340px;
    }

    .advisoryBody .directiorBox .serve ul .serveOn {
        background-size: 100% 100%;
    }

    .advisoryBody .directiorBox .serve ul li p {
        width: 110px;
        text-align: center;
        font-size: 16px;
    }

    .advisoryBody .directiorBox .serve ul li:nth-child(4) p {
        width: 115px;
    }

    .advisoryBody .directiorBox .serve ul li:nth-child(5) p {
        width: 115px;
    }

    /* .advisoryBody .directiorBox .serve ul li:nth-child(2){margin-top: -53px;} */
}
