*{
    margin: 0;
    padding: 0;
}
/* banner背景图 */
.jgzn_banner{
    width: 100%;
    height: 400px;
    background-image: url("jgzn_banner.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100%;
    position: relative;
}
/* 中间的搜索栏 */
.seach{
    width: 948px;
    height: 56px;
    position: absolute;
    left: 50%;
    bottom: 45px;
    margin-left: -424px;
    display: flex;
}
/* 主体内容 */
.content{
    width: 1200px;
    height: auto;
    margin: 50px auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
/* 上边头部分 */
.content .top{
    width: 342px;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.left-bg{
    width: 44px;
    height: 36px;
    background-image:url(05.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100%;
}
.top .title{
    width: 210px;
    height: 55px;
    font-size: 30px;
    font-weight: 600;
    color: rgb(2, 11, 179);
    border-bottom: 8px solid rgb(207, 230, 247);
    text-align: center;
    margin-top: -15px;
}
.right-bg{
    width: 44px;
    height: 36px;
    background-image:url(04.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100%;
}

/* 主题中间部分 */
.content .center{
    width: 1200px;
    height: auto;
    display: flex;
    justify-content: space-between
}
.center .left{
    width: 220px;
    height: 865px;
    background-color: rgb(233, 245, 254);
    position: relative;
    border: 1px solid rgb(189, 220, 235);
}
.center .left .top{
    width: 170px;
    height: 80px;
    background: url(11.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 100%;
    margin-top: -45px;
    color: white;
    font-size: 26px;
    font-weight: 600;
    line-height: 80px;
    padding-left: 50px;
}
.center .left .bumen{
    width: 220px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgb(206, 235, 254);
    color: rgb(31, 103, 224);
    font-size: 20px;
    font-weight: 700;
    margin-top: -10px;
}
.center .left ul{
    width: 180px;
    height: 700px;
    margin-left: 20px;
    overflow-x: auto;
}
.center .left ul::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.center .left ul li{
    width: 180px;
    height: auto;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid rgb(189,220,235);
    cursor: pointer;
}
.center .right{
    width: 960px;
    height: auto;
    background: rgb(233, 245, 254);
}
.center .right .r-top{
    width: 960px;
    height: 80px;
    background: rgb(206, 235, 254);
    display: flex;
    justify-content: center;
}
.center .right .r-top .r-title{
    width: 240px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center .right .r-top .r-title span{
    width: 2px;
    height: 88px;
}
.center .right .r-top .r-title a{
    color: black;
    display: block;
    font-size: 18px;
}
.active{
    color: rgb(2, 11, 179) !important;
    display: block !important;
    font-weight: 700 !important;
    font-size: 18px !important;
    line-height: 72px !important;
    border-bottom: 5px solid rgb(2, 11, 179) !important;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.center .right .r-center{
    width: 960px;
    height: auto;
    background: rgb(233, 245, 254);
}
.neirong{
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-left: 40px;
    line-height: 40px;
    display: flex;
    justify-content: space-between;
}
.neirong .n-left{
    display: block;
}
.neirong .n-left img{
    margin-top: 10px;
}
.neirong .n-left .text{
    color: rgb(2, 11, 179);
    margin-left: 5px;
    font-weight: 700;
    width: 130px;
    ext-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}
.neirong .n-left .mingcheng {
    width: 700px;
    margin-left: 5px;
    height: 20px;
    line-height: 20px;
}



.seach-left{
    width: 30%;
    height: 100%;
    display: flex;
    margin-left: 70px;
}
.ldxx{
    width: 80px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: blue;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.nsjg{
    width: 80px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: blue;
    font-size: 18px;
    text-align: center;
    margin-left: 15px;
    cursor: pointer;
}
.active1{
    color: #fff;
    background: blue;
}
.seach-right{
    width: 100%;
    height: 100%;
    display: flex;
    margin-left: 20px;
}
.seach-right-top{
    width: 600px;
    height: 50px;
    display: none;
    background: pink;
}
.seach-right-bottom{
    width: 600px;
    height: 50px;
    display: none;
    background: red;
}
.select{
    display: block;
}
.active4{
    width: 190px !important;
    height: auto !important;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 5px 2px rgb(2 11 179 / 30%);
    color: rgb(2, 11, 179);
    font-weight: bold;
    position: relative;
    z-index: 99;
    margin-left: -10px;
}



@media screen and (max-width:768px){
    .jgzn_banner{
        width: 100%;
        height: 100px;
    }
    .seach{
        width: 100%;
        height: 56px;
        position: absolute;
        left: 0px;
        bottom: -50px;
        display: flex;
    }
    .content {
        width: 100%;
        height: auto;
        margin: 110px auto;
    }
    .content .center {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .center .left {
        width: 100%;
        height: auto;
        margin-top: 50px;
    }
    .center .left ul{
        width: 100%;
        height: 200px;
    }
    .center .left ul li{
        width: 100%;
    }
    .center .left .bumen{
        width: 100%;
    }
    .center .right .r-top {
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        height: 320px;
    }
    .center .right{
        width: 100%;
        height: auto;
        /*margin-top: 110px;*/
    }
    .center .right .r-center{
        width: 100%;
        /*margin-top: 130px;*/
        height: auto;
        background: #fff;
    }
    .center .right .r-top .r-title{
        width: 100%;
        line-height: 60px;
    }
    .neirong{
        width: 100%;
        height: auto;
        padding-top: 0px;
        padding-left: 0px;
        line-height: 30px;
        flex-wrap: wrap;

    }
    .neirong .n-left{
        width: 100% !important;
        flex-wrap: wrap;
        margin: 20px auto;
    }
    .neirong .n-left ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .neirong .n-left ul p{
        width: 100% !important;
    }
    .neirong .n-left ul li{
        width: 100% !important;
    }
    .active4{
        margin-left: 0 !important;
    }
    .seach{
        flex-wrap: wrap;
    }
    .seach-left{
        width: 100%;
    }
    .seach-right {
        margin-top: 10px;
    }
    .seach-right-top{
        width: 100% !important;
    }
    .lingdao{
        width: 100% !important;
        height: auto !important;
    }
    .n-right{
        width: 100% !important;
        height: auto !important;
    }
    .keshi-left p{
        width: 100%;
    }

    .center .left ul {
        margin-left: 0!important;
    }

    .n-right .n-right-center {
        width: 100%!important;
        margin-left: 0!important;
    }
    .neirong .n-left ul {
        padding-left: 0!important;
        height: auto!important;
    }

    .keshi-left p {
        margin-left: 0!important;
    }

}


.newStyle .content .top{
    width: 380px;
}
.newStyle .top .title{
    width: 280px;
    font-size: 40px;
    margin-left: 5px;
}
.newStyle .center .left .top {
    width: 200px;
    font-size: 34px;
    padding-left: 60px;
}
.newStyle .center .left .bumen{
    font-size: 34px;
}
.newStyle .center .left ul li{
    font-size: 34px;
}
.newStyle .center .right .r-top .r-title a{
    font-size: 26px;
}
.newStyle .active{
    font-size: 26px !important;
}
.newStyle .neirong .n-left .text {
    width: 20%;
    font-size: 25px;
}
.newStyle .neirong {
    height: auto;
}
.newStyle .neirong .n-left .mingcheng {
    margin-left: 5px;
    font-size: 25px;
    height: 30px;
    line-height: 30px;
}
.newStyle .nsjg {
    width: 110px;
    font-size: 27px;
    cursor: pointer;
}
.newStyle .ldxx {
    width: 110px;
    font-size: 27px;
    cursor: pointer;
}
.newStyle .neirong .n-left ul p{
    font-size: 27px;
}
.newStyle .neirong .n-left ul li{
    font-size: 27px;
    overflow: hidden;
    line-height: 35px;
}
.newStyle .keshizhineng .keshi-left .text{
    font-size: 26px;
    width: 150px;
}
.newStyle .keshi-left p{
    font-size: 26px;
}







.neirong .n-left{
    width: 200px;
    height: auto;
}
.neirong .n-left ul{
    width: 100%;
    height: 650px;
    overflow-x: auto;
    padding-left: 15px;
}
.neirong .n-left ul::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
.neirong .n-left ul p{
    width: 170px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: rgb(206, 235, 254);
    font-size: 18px;
    font-weight: 600;
    color: rgb(31, 103, 224);
}
.neirong .n-left ul p:first-child{
    border: 1px solid rgb(189, 220, 235);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 0;
}
.neirong .n-left ul .xiashudanwei{
    border: 1px solid rgb(189, 220, 235);
    border-bottom: 0;
    border-top: 0;
}
.neirong .n-left ul li{
    width: 170px;
    height: auto;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    cursor: pointer;
    border-left: 1px solid rgb(189, 220, 235);
    border-right: 1px solid rgb(189, 220, 235);
    border-bottom: 1px solid rgb(189, 220, 235);
    background: #fff;
}

.neirong .n-left ul li:last-child{
    border: 1px solid rgb(189, 220, 235);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



.n-right{
    width: 700px;
    height: 100%;
    display: none;
}
.showList{
    display: block;
}
.n-right .n-right-center{
    width: 650px;
    height: auto;
    line-height: 50px;
    margin-left: 15px;
    margin-top: 20px;
}

/* 科室职能 */
.keshizhineng{
    height: auto;
}
.keshizhineng .keshi-left img{
    width: 64px;
    height: 50px;
    float: left;
}
.clearfix::after{
    content:"";
    clear:both;
    display: block;
    height: 0;
    visibility: hidden;
}
.keshizhineng .keshi-left .text{
    width: 100px;
    height: 50px;
    margin-left: 5px;
    color: rgb(2, 11, 179);
    font-weight: 700;
    float: left;
    margin-right: 20px;
    ext-align: justify !important;
    text-justify: distribute-all-lines !important;
    text-align-last: justify !important;

}
.keshi-left p{
    margin-left: 70px;
}
