@media(min-width:1220px){
  .container{width:1200px;}
}

@media(min-width:1420px){
  .container{width:1400px;}
}

@media(min-width:1620px){
    .container{width:1600px;}
}



*{
    margin:0;
    padding:0;
}
html,body{
    margin:0;
    padding:0;
    font-size:14px;
    font-family: "微软雅黑";
    width: 100%;
    line-height: 30px;
}
ul, ul li{list-style: none;margin:0;padding:0;}
p,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
a,a:hover{text-decoration: none;}
img{
    max-width:100%;
}

.width15{width:15%}
.width20{width:20%}
.width80{width:80%}
.width85{width:85%}
.width33{width:33.333%;}
.width30{width:30%}
.width70{width:70%}
.width60{width:60%}
.width38{width:38%}
.width63{width:63%;}
.width35{width:35%}
.width32{width:32%;}
.width24{width:24%}
.width49{width:49%}
.width40{width:40%}
.width45{width:45%}
.width50{width:50%}

.swiper-button-prev, .swiper-rtl .swiper-button-next,.swiper-button-next, .swiper-rtl .swiper-button-prev{color:#fff;}

.text-c{
text-align:center;}

.text-c a{color:#333;padding:2px 6px;}
.text-c span{
background:#009fb3;
padding:2px 6px;
color:#fff;
}

/* 首页 */
.h-top{width:100%;background:#009fb3; padding:20px 0;}
.h-top-con{padding-top:4px;}
.h-top-box{
    color: #fff;
    border-right:1px solid #fff;
    overflow:hidden;
}
.h-top-box:nth-child(1),.h-top-box:nth-child(3){padding:0 180px;}
.h-top-box:nth-child(2){padding:0 120px;}
.h-top-box:nth-child(3){border-right:none;}
.h-top-box img{
    float:left;
    margin-right:10px;
    height:45px;
}
.h-top-box h4{font-weight: 600;}

.h-guide{
    background:#f8f8f8;
    padding:10px;
    overflow:hidden;
    height:423px;
}
.h-video{
    height:423px;
    background: url(../../images/shipin.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.h-video-cover{
    position: absolute;
    left:0;
    top:0;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height:100%;
    z-index: 1;
    text-align: center;
    line-height: 423px;
}
.h-video-cover img{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.h-video:hover .h-video-cover img{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/* 指南 */
.h-zn{margin:40px 0;overflow:hidden;}
.h-guide-title{background:url(../../images/jy-tb.png) no-repeat;font-size:20px;background-position: 2px 5px;padding-left:40px; border-bottom:1px solid #009fb3;padding-bottom:8px; margin-bottom:30px;}
.h-guide-top{margin-bottom:20px;overflow: hidden;}
.bg-one{background:#009fb3;}
.bg-two{background:#8ac56c;}
.bg-three{background:#f5ba3a;}
.bg-four{background:#d7e4f9;}
.bg-five{background:#ffe9e5;}
.bg-six{background:#f4e2f7;}
.bg-seven{background:#ffef89;}




.h-guide-box {
    text-align: center;
    line-height: 136px;
    border-radius: 10px;
    margin-right:18px;
    overflow: hidden;
}
.h-guide-box:nth-child(3){margin-right:0;}
.h-guide-box h4{display: inline-block;margin:0 20px;}
.h-guide-box a{color:#fff;}

.h-guide-bottom{
    overflow:hidden;
    text-align: center;
}
.h-g-b{
    border-radius: 10px;
    text-align: center;
    margin-right:18px;
    width:23.5%;
    padding:30px 0;
}
.h-g-b:nth-child(4){
    margin-right:0;
}
.h-g-t{font-size:18px; margin-top:10px;color:#333;}


/* 通知公告 */
.h-tongzhi-tit{background:url(../../images/tz-tb.png) no-repeat;font-size:20px;background-position: 2px 5px;padding-left:35px; border-bottom:1px solid #009fb3;padding-bottom:8px; margin-bottom:20px;}
.h-tongzhi-tit span{display:inline-block;font-size:14px;width:60px;height:20px;border:1px solid #009fb3;border-right:none;border-radius: 8px;line-height: 20px;text-align: right;margin-top:10px;}
.h-tongzhi-tit span a{color:#009fb3}
.h-tongzhi-item li{
    border-bottom:1px dotted #ddd;
    line-height: 40px;
/*     font-size: 16px; */
    background: url(../../images/tz-li-tb.png) no-repeat;
    padding-left:20px;
    background-position-y: 15px;
}
.h-tongzhi-item li a{color:#555;}
.h-tongzhi-item li span{
    float: right;
    font-size:14px;
    color:#999;
}
.h-keshi-tit{background:url(../../images/ks-tb.png) no-repeat;font-size:20px;background-position: 2px 5px;padding-left:35px; border-bottom:1px solid #009fb3;padding-bottom:8px;}
.h-keshi-tit span{display:inline-block;font-size:14px;width:60px;height:20px;border:1px solid #009fb3;border-right:none;border-radius: 8px;line-height: 20px;text-align: right;margin-top:10px;}
.h-keshi-tit span a{color:#009fb3}
.h-keshi-item{
    background:#f8f8f8;
    padding: 20px 10px;
    overflow-y: scroll;
    height:348px;
}

.h-keshi-item::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.h-keshi-item::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #ddd;
}

.h-keshi-item::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.h-keshi-item h4{
    width:140px;
    height:36px;
    text-align: center;
    line-height: 36px;
    border-radius: 8px;
    color:#fff;
    margin-bottom:10px;
}
.h-keshi-item .ks-one{
    background:#009fb3;
}
.h-keshi-item .ks-two{
    background:#8ac56c;
}
.h-keshi-item .ks-three{
    background:#f5ba3a;
}
.h-keshi-item .ks-four{
    background:#eea4c1;
}
.h-keshi-item .ks-five{
background:#7dcfed;
}

.h-ks-ul{margin:20px 0;}
.h-ks-ul li{
    width:12.5%;
	height:32px;
	overflow:hidden;
    display: inline-block;
    margin-right:12px;
    text-align: center;
    background: #eee;
    border-radius: 8px;
    border: 1px solid #ccc;
    margin-bottom:12px;
}
.h-ks-ul li a{color:#777;display:block;}
.h-ks-ul li:nth-child(7) {
    margin-right:0
}

.h-bankuai{margin:40px 0;overflow: hidden;}

.h-bk-box{
    height:200px;
    line-height: 200px;
    text-align: center;
    width:24%;
    margin-right:20px;
    font-size: 24px;
}
.h-bk-box a{
    display: block;
    color:#fff;
}
.h-bk-box img{margin-right:10px;}
.h-bk-box:nth-child(4){
    margin-right:0;
}
.bk-one{
    background: url(../../images/yjks.jpg) no-repeat;
}
.bk-two{
    background: url(../../images/tsmz.png) no-repeat;
}
.bk-three{
    background: url(../../images/ppjs.jpg) no-repeat;
}
.bk-four{
    background: url(../../images/tsxk.jpg) no-repeat;
}

/* 专家 */
.h-zhuanjia-tit{background:url(../../images/zjtd-tb.png) no-repeat;font-size:20px;background-position: 2px 5px;padding-left:35px; border-bottom:1px solid #009fb3;padding-bottom:8px;}
.h-zhuanjia-tit span{display:inline-block;font-size:14px;width:60px;height:20px;border:1px solid #009fb3;border-right:none;border-radius: 8px;line-height: 20px;text-align: right;margin-top:10px;}
.h-zhuanjia-tit span a{color:#009fb3}
.h-zj-scroll {
    width: 100%;
    overflow: hidden;
    margin-top:20px;
}

.h-zj-scroll ul {
    white-space: nowrap;
}

.h-zj-scroll ul li {
    display: inline-block;
    margin: 10px;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
    position: relative;
}

.h-zj-box img{
    vertical-align: top;
	width:252px;
}
.h-zj-desc{
    position: absolute;
    left:0;
    bottom:0;
    background:#009fb3;
    width:100%;
    padding:20px 10px;
    color:#fff;
    text-align: center;
    transform: translateY(64px);
    -webkit-transform: translateY(64px);
    -moz-transform: translateY(64px);
    -o-transform: translateY(64px);
    transition: all .7s;
    -webkit-transition: all .7s;
    -moz-transition: all .7s;
    -o-transition: all .7s;
}

.h-zj-desc h4:after{
    content:"";
    display: block;
    width:50px;
    height:1px;
    background: rgba(255,255,255,.5);
    margin:0 auto;
    margin-top:20px;
    margin-bottom:10px;
}
.h-zj-info{height:30px;overflow:hidden;}
.h-zj-scroll li:hover .h-zj-desc{
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
}

/* 新闻 */
.h-new{
    background:url(../../images/h-new-bg.png) no-repeat;
    padding-bottom:40px;
}
.h-news,.h-party{
    box-shadow: 3px 3px 5px #ddd;
}
.h-news-img{
    width:100%;
    height:180px;
    background: url(../../images/yyxw.jpg) no-repeat center;
    background-size: cover;
}
.h-party-img{
    width:100%;
    height:180px;
    background: url(../../images/hsdj.jpg) no-repeat center;
    background-size: cover;
}
.h-new-item{
    background:#fff;
    padding:20px 10px;
}
.h-news-tit{
    font-size:20px;
}
.h-news-tit span{
    float: right;
    background:#009fb3;
    width:100px;
    height:24px;
    line-height: 24px;
    border-radius: 6px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
    margin-top:8px;
}
.h-news-tit span a{color:#fff;}
.h-news-list{margin-top:10px;}
.h-news-list li {border-bottom:1px dotted #ddd;line-height: 36px;height:36px;overflow:hidden;}
.h-news-list li a{color:#333;}
.h-news-list span{
    font-size:14px;
    float:right;
    color:#999;
}
.footer{
    /* background:url(../../images/footer-bg.png) no-repeat; */
	background-color:#009fb3;
	background-size:cover;
    padding:30px 0 20px;
    overflow: hidden;
}
.footer-menu ul,.footer-menu ul li{
    display: inline-block;
}
.footer-menu span{
    color:#fff;
}
.footer-menu ul li{margin-right:30px;}
.footer-menu ul li a{color:#fff;}
.footer-right{text-align: right;}
.footer-right li{display: inline-block; padding:0 20px; border-right:1px solid rgba(255,255,255,.5);line-height: 20px;font-size:16px; font-weight: bold;}
.footer-right li:last-child{border-right:none;}
.footer-right li a{color:#fff;}
.footer-right li img{margin-right:5px;}
.copyright{
    margin-top:10px;
    padding-top:10px;
    color:#fff;
    border-top:1px solid #fff;
}
.ft-copyright {overflow:hidden;}
.ft-copyright a{color:#fff;}
.ft-copyright img{float: right;}



/* 内容页 */
.banner-c{
/*     background-image: url(../../images/about-pic.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 240px;
    padding:80px 0;
    text-align: center;
    color:#ffffff; */
}
.banner-c h3{font-weight: bold;}
.banner-c .position{margin-top:20px;}
.banner-c,.banner-c a{color:#009fb3;}
.position{margin-bottom:30px;color:#777;}
.position a{color:#777;}
/* 关于 */
.cate-about{
    width:80%;
    height:530px;
    background: url(../../images/cate-ab-bg.jpg) no-repeat;
    background-size: contain;
    position: relative;
}
.cate-about-info{
    width: 50%;
    background:#fff;
    padding:60px;
    position: absolute;
    right: -235px;
    bottom:0;
    box-shadow: 3px 3px 10px #eee;
	-webkit-box-shadow: 3px 3px 10px #eee;
	-moz-box-shadow: 3px 3px 10px #eee;
	-o-box-shadow: 3px 3px 10px #eee;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}
.cate-about-title{
    text-align: center;
    font-size: 24px;
}
.cate-about-desc{
    margin:30px 0;
    color:#777;
}
.cate-about-btn{
    width:160px;
    height:52px;
    line-height: 52px;
    background: #009fb3;
    margin: 0 auto;
    text-align: center;
}
.cate-about-btn a{
    display: block;
    color: #fff;
}

.cate-about:hover .cate-about-info{
transform: translate(10px, 10px);
-webkit-transform: translate(10px, 10px);
-moz-transform: translate(10px, 10px);
-o-transform: translate(10px, 10px);
}



/* 关于结束 */

/* 企业文化 */
.cate-culture{
    overflow: hidden;
    padding:40px 0;
}
.cate-culture-con{
    padding:120px 60px;
    background: #f8f8f8;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}
.cate-culture-info{margin-top:30px;color:#777;font-size: 16px;line-height: 60px;text-align: center;}
.cate-culture-info span{
    color:#333;
}
.cate-culture-pic{
    height:480px;
    background: url(../../images/cate-culture-bg.jpg) no-repeat;
}

.cate-culture:hover .cate-culture-con{
    box-shadow: 3px 3px 5px #ddd;
	-webkit-box-shadow: 3px 3px 5px #ddd;
	-moz-box-shadow: 3px 3px 5px #ddd;
	-o-box-shadow: 3px 3px 5px #ddd;
}



/* 企业文化结束 */
.cate-leader{margin-bottom:40px;}
.cate-leader-title{
    font-size:20px;
    border-bottom:1px solid #009fb3;
    background:#f8f8f8;
    line-height: 48px;
}
.cate-leader-title span{
    font-size:14px;
    float: right;
    width:80px;
    line-height: 24px;
    text-align: center;
    background:#009fb3;
    margin-top:15px;
}
.cate-leader-title span a{
    color:#fff;
}
.cate-leader-item{
    margin-top:30px;
}
.cate-leader-box{
    position: relative;
    margin-bottom: 30px;
    box-shadow: 3px 3px 8px #ddd;
    border-radius: 10px;
    overflow: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.cate-leader-con{
    position: absolute;
    left:0;
    bottom:0;
    border-bottom:2px solid #009fb3;
    z-index: 1;
    background: #fff;
    width:100%;
    padding:40px 20px;
    text-align: center;    
}
.cate-leader-con h4{
    color:#333;
}
.cate-leader-desc{
    font-size:16px;
    color:#777;
    margin-top:10px;
}
.cate-leader-box:hover{
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.content{margin:40px 0; overflow:hidden;}
.left-menu-title{
    background:#009fb3;
    line-height: 72px;
    color:#fff;
    font-size: 20px;
    padding:0 10px;
}
.left-menu-title img{
    background:#fff;
    height:40px;
    border-radius: 50%;
}
.left-menu-item{
    background:#eee;
    margin-top:10px;
    width:100%;
    overflow:hidden;
    border-bottom:2px solid #009fb3;
}

.left-menu-item ul{font-size:0;width:100%;margin:0 auto;}
.left-menu-item li{border-bottom:1px solid #fff;}
.left-menu-item li a{display:block; font-size:16px; color:#777; position:relative;padding:15px 30px; }
.left-menu-item li i{background:#009fb3;border-radius: 50%; width: 14px; height:14px;text-align: center; line-height: 12px; color: #fff;margin-right:5px}
.left-menu-item li.cur a{color:#fff; background:#f28b14;}
.left-menu-item li:hover a{color:#fff; background:#f28b14;}
.left-menu-item li:hover a:after{left:0; width:100%;}

.left-menu-daotu{margin-top:20px;}
.l-m-dt-box{
    width: 48%;
    background:#eee;
    padding:20px;
    margin-right:9px;
    margin-bottom:9px;
    text-align: center;
}
.l-m-dt-box:nth-child(2n){
    margin-right:0;
}
.l-m-dt-box a{
    color:#333;
}
.l-m-dt-box img{
    height:60px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.l-m-dt-tit{font-size:16px;}
.l-m-dt-box:hover img{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
}
.right-content{padding-left:60px;}
.right-content-title{
    font-size:20px;
    border-bottom:1px solid #009fb3;
    line-height: 48px;
    color:#999;
    position: relative;
}
.right-content-title:after{
    content:"";
    display: block;
    width:80px;
    height:4px;
    position: absolute;
    left:0;
    bottom:0;
    background:#009fb3;
}
.right-content-con{padding:30px 0;overflow:hidden;color:#777;}
.right-content-con ul{overflow:hidden;}
.right-con-top{overflow:hidden;text-align:center;margin-bottom:40px;font-size:18px;line-height:48px;}
.right-con-top img{
display:block;
margin:0 auto;}

.honor-box{width:100%;margin-bottom:30px;}
.honor-pic{
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
    height: 188px;
    padding: 5px;
    text-align: center;
    border: 1px #ddd solid;
    background: #f8f8f8;
}

.honor-pic a{
    display: table-cell;
    width: 100%;
    height: 188px;
    vertical-align: middle;
}
.honor-pic a img{
    max-width: 100%;
    max-height: 188px;
    margin: 0 auto;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.honor-name{
    font-size:16px;
    text-align: center;
    background: #dddddd;
    line-height: 48px;
    height:48px;
    overflow:hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.honor-name a{
    color:#333;
}
.honor-box:hover .honor-pic a img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.honor-box:hover .honor-name{
    background:#009fb3;
}
.honor-box:hover .honor-name a{
    color:#fff;
}


/* 科室 */
.keshi-title{
    font-size:24px;
    color:#009fb3;
    text-align: center;
    line-height: 60px;
    margin-bottom: 30px;
}
.keshi-menu{
    overflow:hidden;
}
.keshi-menu ul li{
    display: inline-block;
    width:160px;
    height:48px;
    border-radius: 8px;
    text-align: center;
    font-size:16px;
    line-height: 48px;
    margin-right:10px;
}
.keshi-menu ul li a{
    color:#fff;
}
.keshi-menu ul li:nth-child(1){
    background-color:#8ac56c;
}
.keshi-menu ul li:nth-child(2){
    background-color:#f5ba3a;
}
.keshi-menu ul li:nth-child(3){
    background-color:#eea4c1;
}
.keshi-menu ul li:nth-child(4){
    background-color:#1196fd;
}
.keshi-menu ul li:nth-child(5){
    background-color:#9a9ff7;
}
.keshi-menu ul li:nth-child(6){
    background-color:#a3d3f1;
}



.keshi-name{
    font-size:20px;
    font-weight: bold;
    color:#333;
    position: relative;
    line-height: 40px;
    overflow: hidden;
    margin-bottom:20px;
}
.keshi-name:after{
    content: "";
    display: block;
    width:80px;
    height:4px;
    background: #009fb3;
    position: absolute;
    left:0;
    bottom:0;
}
.keshi-name span{
    float:right;
    display: block;
    width:100px;
    line-height: 30px;
    background:#009fb3;
    font-size:14px;
    text-align:center;
    font-weight: normal;
    margin-top:10px;
}
.keshi-name span a{
    color:#fff;
}
.keshi-name:hover span{background:#f28b14;}
.keshi-item{
    overflow:hidden;
}
.keshi-item ul li{
    display: inline-block;
    width:18%;
    margin-right:20px;
    padding:40px 20px;
    background:#f4f4f4;
    margin-bottom:20px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.keshi-item ul li:nth-child(5n){
margin-right:0;
}

.keshi-item ul li h4{
    text-align: center;
    color:#555;
    font-weight: 600;
	height: 30px;
    overflow: hidden;
    line-height: 30px;
}
.keshi-item-desc{
    line-height: 22px;
    margin:20px 0;
    color:#999;
    text-align: center;
    height:66px;
    overflow: hidden;
}
.keshi-btn{
    overflow: hidden;
}
.keshi-btn a{
    padding:15px;
    color:#fff;
}
.keshi-btn a:nth-child(1){
    background:#f28b14;
    margin-right:10px;
}
.keshi-btn a:nth-child(2){
    background:#009fb3;
}
.keshi-btn a:hover:nth-child(1){
    background:#009fb3;
}
.keshi-btn a:hover:nth-child(2){
    background:#f28b14;
}
.keshi-item li:hover{
    background:#fff;
    box-shadow: 3px 3px 10px #ddd;
}
.tese-btn{
width:100px;
height:36px;
line-height:36px;
text-align:center;
margin:0 auto;
background:#009fb3;
}
.tese-btn a{color:#fff;}




.ks-dh-menu{
    border:1px solid #eee;
    padding:30px 20px;
    overflow:hidden;
    border-top:4px solid #009fb3;
    height:392px;
}
.ks-dh-name{
    font-size:22px;
    background:url(../../images/kslm.png) no-repeat;
    line-height: 36px;
    padding-left:44px;
}
.ks-dh-item{margin-top:20px;}

.ks-dh-item li{
    line-height: 40px;
    background:#f8f8f8;
    padding-left:20px;
    margin-bottom:10px;
}
.ks-dh-item li a{
    color:#777;
}
.ks-dh-item li:hover{
    background:#009fb3;
}
.ks-dh-item li:hover a{
    color:#fff;
}
.ks-dh-item li.cur{
    background: #f28b14;
}
.ks-dh-item li.cur a{color:#fff;}

.ks-img{
    padding:0 30px;
    height:392px;
}
.ks-img img{
    display: block;
    max-height:392px;
    margin:0 auto;
}
.ks-content{
    height:392px;
    border-bottom:1px solid #eee;
}
.ks-content h3{
    color:#fff;
    border-bottom:1px solid #009fb3;
}
.ks-content h3 span{
    width:240px;
    display: block;
    line-height: 48px;
    text-align: center;
    background:#009fb3;
}
.ks-content-desc{
    margin:30px 0;
    overflow: hidden;
    color:#999;
    height:150px;
}
.ks-content-btn{
    text-align: right;
}
.ks-content-btn a{
    color:#009fb3;
}

.keshi-doctor{
    border:1px solid #eee;
    padding:10px;
    margin-top:30px;
}

.keshi-doctor-name{
    border-bottom:1px solid #009fb3;
    position: relative;
}
.keshi-doctor-name span{
    width:120px;
    display: block;
    text-align: center;
    color:#fff;
    background:#009fb3;
}
.keshi-doctor-name em{
    position: absolute;
    right:0;
    bottom:0;
}
.keshi-doctor-name em a{color:#009fb3;}
.keshi-doctor-pic{margin-top:20px;overflow:hidden;}

.keshi-work{
    padding:10px;
    border:1px solid #eee;
    margin-top:30px;
    overflow: hidden;
}
.keshi-work-item{margin-top:20px;}
.keshi-work-pic{
    width:100%;
    overflow: hidden;
}
.keshi-work-con{
    width:100%;
    background:#f8f8f8;
    padding:20px 10px;
}
.keshi-work-tit{font-size:16px;color:#333;}
.keshi-work-desc{
    color:#999;
    line-height: 24px;
    margin-top:10px;
	height: 52px;
    overflow: hidden;
}
.ks-doc-box{
    position: relative;
	overflow:hidden;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}
.ks-doc-box img{
display: block;
margin:0 auto;
height:301px;
	transition:all .5s;
	-webkit-transition:all .5s;
	-moz-transition:all .5s;
	-o-transition:all .5s;
}

.ks-doc-box:hover{
box-shadow: 3px 3px 5px #ddd;
-webkit-box-shadow: 3px 3px 5px #ddd;
-moz-box-shadow: 3px 3px 5px #ddd;
-o-box-shadow: 3px 3px 5px #ddd;
}
.ks-doc-box:hover img{
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
}

.ks-doc-name{
    width:100%;
    background:#009fb3;
    padding:20px 10px;
    text-align: center;
    z-index: 1;
    font-size:16px;
    color:#fff;
}
.ks-doc-name span{
    display: block;
    font-size:14px;
    color:#ccc;
	line-height:22px;
	height:44px;
	overflow:hidden;
}
.doc-list-box{
    border:1px solid #ddd;
    padding:5px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    margin-bottom:30px;
}
.doc-pic{
    height:158px;
}
.doc-pic img{max-height:158px}
.doc-desc{
    padding-left:20px;
}
.doc-desc h4{
    font-weight: bold;
    color:#333;
    margin-top:10px;
}
.doc-zc{height:30px;overflow:hidden;}
.doc-info{
    line-height: 24px;
    margin:10px 0;
    height:48px;
    overflow:hidden;
}
.doc-btn a{
    display: inline-block;
    padding:5px 20px;
    line-height:normal;
    color:#fff;
}
.doc-btn a:nth-child(1){
    margin-right:30px;
    background:#f28b14;
}
.doc-btn a:nth-child(2){
    background:#009fb3;
}
.doc-list-box:hover{
    background:#f8f8f8;
    box-shadow: 3px 3px 5px #ddd;
    -webkit-box-shadow: 3px 3px 5px #ddd;
    -moz-box-shadow: 3px 3px 5px #ddd;
    -o-box-shadow: 3px 3px 5px #ddd;
}
.doc-con-c{
    padding-left:20px;
    padding-top:20px;
}
.doc-con-c-name{
    font-size:18px;
    font-weight: bold;
    color:#333;
}
.doc-con-c-info{
    border-top:1px solid #ddd;
    margin-top:20px;
    padding-top:20px;
}
.doc-con-con{overflow:hidden;}
.doc-con-chuzhen{margin-top:30px;}
.keshi-doctor-name{
    margin-bottom:20px;
}

.ksnews-item{
width:100%;
overflow:hidden;
}
.ksnews-item li{padding:10px 0;border-bottom:1px dotted #ddd;}
.ksnews-item li a{
color:#333;
}
.ksnews-item-title{
font-size:18px;
color:#333;
}
.ksnews-item-icon{
color:#aaa;
}
.ksnews-item-desc{
color:#777;}

.show-con h4{
color:#333;
text-align:center;
}
.show-news-icon{
width:50%;
padding:15px 0;
margin:20px auto 30px;
border-top:1px solid #ddd;
border-bottom:1px solid #ddd;
}
.show-news-con{
padding-bottom:20px;
margin-bottom:20px;
border-bottom:1px solid #eee;}

.turn-page{
overflow:hidden;
}
.turn-page a{color:#999;}














/* 党建 */
.party{
    width:100%;
    overflow:hidden;
}
.party li{
    padding:10px;
    overflow:hidden;
    border:1px solid #ddd;
    margin-bottom:20px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.party-pic{
    padding-right:10px;
    border-right:1px solid #eee;
    overflow:hidden;
}
.party-pic img{
display:block;
margin:0 auto;
max-height:122px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.party-con{
    padding:10px 30px 10px 30px;
}
.party-con h4{
    color:#333;
	height: 30px;
    overflow: hidden;
    line-height: 30px;
}
.party-desc{
    line-height: 24px;
    color:#999;
    height:48px;
    overflow:hidden;
    margin-top:15px;
}
.party-date{
    padding:0 20px;
    border-left:1px solid #eee;
    text-align: center;
    color:#777;
}
.party-date span{
    display: block;
    font-size:30px;
    font-weight: bold;
    color: #009fb3;
    line-height: 90px;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}

.party li:hover{
    transform: translateX(20px);
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -o-transform: translateX(20px);
}
.party li:hover .party-date span{
    color:#f28b14;
}
.party li:hover .party-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.party h3{
    text-align: center;
    color:#333;
	line-height:36px;
}
.party-liebiao{
    width:30%;
    margin:0 auto;
    overflow: hidden;
    color:#ccc;
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
    line-height: 60px;
    margin-top:30px;
    margin-bottom:30px;
}


/* 新闻 */
.news li{margin-bottom:30px;}
.news-pic{
    height:199px;
    overflow:hidden;
}
.news-pic img{
	display:block;
	margin:0 auto;
    max-height:199px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
}
.news-desc{
    background:#f8f8f8;
    padding:0px 10px 20px;
}
.news-desc-date{
    font-size:12px;
    color:#aaa;
}
.news-desc-name{font-size:16px;color:#333;height:60px; overflow:hidden;}
.news-desc-info{
    line-height: 24px;
    height:48px;
    overflow:hidden;
    color:#999;
}
.news li:hover .news-pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.gonggao-title{
    font-size:16px;
    color:#333;
}
.gonggao-title span{
    font-size:14px;
    color:#999;
    float:right;
}
.gonggao-desc{
    color:#777;
    line-height: 24px;
    margin-top:10px;
}
.gonggao li{
    border-bottom:1px dotted #ddd;
    padding:20px 0;
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
}
.gonggao li:hover{
    background:#f8f8f8;
    box-shadow: 3px 3px 5px #ddd;
}


.lingdao-box{
position:relative;
margin-bottom:30px;
border-radius:10px 10px 0 0;
overflow:hidden;
}
.lingdao-pic img{
    max-height:393px;
}
.lingdao-name{
position:absolute;
width:100%;
left:0;
bottom:0;
/* padding:20px 10px; */
background:#009fb3;
z-index:1;
text-align:center;
font-size:16px;
height: 60px;
line-height: 60px;
}
.lingdao-name a{
color:#fff;
}
.lingdao-name span{
display:block;
font-size:14px;
}
.lingdao-pic img{
display:block;
margin:0 auto;
transition:all .8s;
-webkit-transition:all .8s;
-moz-transition:all .8s;
-o-transition:all .8s;
}

.lingdao-box:hover .lingdao-pic img{
transform:scale(1.1);
-webkit-transform:scale(1.1);
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
}

.about-top{width:100%;}
.about-top img{width:50%;}
.about-center-img{
margin:20px 0;
}



/* 新闻 */

.news-hospital-tit{
font-size:24px;
text-align:center;
margin-bottom:30px;
color:#009fb3;
}
/* .news-hospital-tit:after{
content:"";
display:block;
width:100px;
height:4px;
background:#009fb3;
margin:0 auto;
} */
/* .news-hospital-item{overflow:hidden;} */
.news-hospital-item ul li{
width:33.333%;
float:left;
border:1px solid #ddd;
padding:20px;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-o-transition:all .5s;
}
.news-hospital-pic{
height:202px;
overflow:hidden;
}
.news-hospital-con h4{
margin-top:20px;
margin-bottom:10px;
height:30px;
overflow:hidden;
line-height:30px;
color:#333;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-o-transition:all .5s;
}
.news-hospital-desc{
color:#999;
height:52px;
line-height:22px;
}
.news-hospital-dete{
color:#777;
margin-top:40px;}
.news-hospital-btn{
width:180px;
line-height:52px;
margin:0 auto;
border:1px solid #009fb3;
text-align:center;
margin-top:30px;
}
.news-hospital-btn a{
display:block;
color:#009fb3;
}
.news-hospital-item ul li:hover{
transform: translateY(10px);
-wekbit-transform: translateY(10px);
-moz-transform: translateY(10px);
-o-transform: translateY(10px);
}
.news-hospital-item ul li:hover .news-hospital-con h4{
color:#009fb3;
}
.news-hospital-btn:hover{
background:#009fb3;
}
.news-hospital-btn:hover a{color:#fff;}





.news-notice{
margin-top:40px;
margin-bottom:40px;
}
.news-notice-pic{
height:486px;
overflow:hidden;
position:relative;
}
.news-notice-pic img{
transition:all .8s;
-webkit-transition:all .8s;
-moz-transition:all .8s;
-o-transition:all .8s;
}
.news-notice-title{
position:absolute;
left:0;
top:0;
width:260px;
height:160px;
background-color:rgba(255,255,255,.7);
line-height:160px;
text-align:center;
font-size:24px;
color:#333;
}

.news-notice-item{
padding:20px 40px 40px 40px;
overflow:hidden;
border:1px solid #ddd;
box-shadow: 2px 2px 5px #ddd;
border-left:none;
}
.news-notice-item li{
font-size:16px;
border-bottom:1px dotted #ddd;
line-height:52px;
overflow:hidden;
transition:all .8s;
-webkit-transition:all .8s;
-moz-transition:all .8s;
-o-transition:all .8s;
}
.news-notice-item li a{
color:#555;}
.news-notice-item li span{
font-size:14px;
color:#999;
float:right;
}
.news-notice:hover .news-notice-pic img{
transform:scale(1.2);
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-o-transform:scale(1.2);
}
.news-notice-item li:hover a{color:#009fb3;}




.news-party-title{
width:100%;
background:url(../../images/news-dj.jpg) no-repeat;
line-height:100px;
text-align:center;
font-size:24px;
color:#fff;
}
.news-party-item li{
padding:20px 0;
overflow:hidden;
border-bottom:1px solid #ddd;
transition:all .8s;
-webkit-transition:all .8s;
-moz-transition:all .8s;
-o-transition:all .8s;
}
.news-party-date{text-align:center;color:#777;}
.news-party-date span{
display:block;
text-align:center;
font-size:32px;
font-weight:bold;
color:#009fb3;
line-height:60px;
}
.news-party-con h4{
	line-height:40px;
	height:40px;
	overflow:hidden;
}
.news-party-desc{
color:#999;
height:30px;
overflow:hidden;
}
.news-party-more a{
color:#009fb3;
}
.news-party-item li:hover{
transform: translateX(10px);
-webkit-transform: translateX(10px);
-moz-transform: translateX(10px);
-o-transform: translateX(10px);
}
.news-party-item li:hover .news-party-date span{
color:#f28b14;
}

.party-news{width:100%;overflow:hidden;}
.party-news li{
border-bottom:1px dotted #ddd;
padding:20px 0;
transition:all .8s;
-webkit-transition:all .8s;
-moz-transition:all .8s;
-o-transition:all .8s;

}
.party-news li:hover{
transform: translateX(10px);
-webkit-transform: translateX(10px);
-moz-transform: translateX(10px);
-o-transform: translateX(10px);
}
.party-news li:hover .ksnews-item-title{
color:#009fb3;
}


/* 专家 */
.zhuanjia-name{
font-size:24px;
text-align:center;
margin-bottom:30px;
}
.zhuanjia-item ul{overflow:hidden;}
.zhuanjia-item li{margin-bottom:30px;}
.zj-item-box{
border:1px solid #ddd;
padding:5px;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-o-transition:all .5s;
}
.zj-item-pic img{max-height:196px;}
.zj-item-con{
padding:10px 0 10px 20px;}
.zj-item-zc{
height:40px;
overflow:hidden;
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px solid #009fb3;}
.zj-item-desc{color:#777;line-height:24px;height:72px; overflow:hidden;}
.zj-item-btn{
width:120px;
height:30px;
line-height:30px;
text-align:center;
background:#009fb3;
margin-top:20px;
}
.zj-item-btn a{color:#fff;display:block;}

.zhuanjia-item li:hover .zj-item-box{
box-shadow: 3px 3px 8px #ddd;
background:#f4f4f4;
}

input[type='text']{
	width:100%;
	line-height:36px;
	border:1px solid #ddd;
}
select{line-height:36px;height:36px;	border:1px solid #ddd;}
textarea{border:1px solid #ddd;}

.zhaopin{
font-size:24px;
text-align:center;
margin-bottom:30px;
}
.zhaopin-desc{
text-align:center;}
.zhaopin-desc p{
text-align:left;
margin:30px 0;}

.contact-box{border-right:1px solid #ddd;}
.contact-con{margin-bottom:30px; }
.contact-pic{
width:80px;
height:80px;
margin:0 auto;
background:#009fb3;
text-align:center;
border-radius:50%;
}
.contact-pic img{
	width:64px;
	margin-top:8px;
}
.contact-box-con{
text-align:center;
margin-top:10px;
}
.contact-box-con em{
display:block;
font-size:16px;
font-weight:bold;
}

.wh-box{
text-align:center;
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-o-transition:all .5s;
}
.wh-t{
line-height:60px;
font-size:24px;
color:#fff;
background:#009fb3;
}
.wh-c{
font-size:16px;
padding:30px 0;
border:1px solid #ddd;
border-top:none;
}
.wh-pic{margin-top:40px;}

.wh-box:hover{
box-shadow: 3px 3px 5px #ddd;
-webkit-box-shadow: 3px 3px 5px #ddd;
-moz-box-shadow: 3px 3px 5px #ddd;
-o-box-shadow: 3px 3px 5px #ddd;
}

.baokan li{
transition:all .5s;
-webkit-transition:all .5s;
-moz-transition:all .5s;
-o-transition:all .5s;
margin-bottom:30px;
}
.baokan-pic{
	width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    border: 1px solid #ddd;
}
.baokan-c{
border:1px solid #ddd;
border-top:none;
padding:10px;
}
.baokan-name{
font-size:16px;
color:#333;
}
.baokan-date{
color:#999;}
.baokan li:hover{
transform: translateY(-10px);
-webkit-transform: translateY(-10px);
-moz-transform: translateY(-10px);
-o-transform: translateY(-10px);
}


.contact-keshi img{display:block;margin:0 auto;}



@media(min-width:1400px) and (max-width:1600px){
.h-top-box:nth-child(1), .h-top-box:nth-child(3) {
    padding: 0 150px;
}
.h-top-box:nth-child(2) {
    padding: 0 90px;
}
.h-guide-box,.h-g-b{margin-right: 15px;}
.h-bk-box{margin-right:18px;}

.l-m-dt-box{padding:10px;margin-right:8px;}
.keshi-item ul li{padding: 30px 10px;margin-right: 18px;}
.keshi-btn a{padding:12px;}
.ks-doc-box img{height:247px}
.news-notice-item li{line-height:50px;}
.zj-item-btn{margin-top:0;}
.left-menu,.ks-dh-menu{width:20%}
.right-content{width:80%;padding-left:20px;}

.ks-content{width:40%;height:auto;}
.party-liebiao{width:40%}
.news-pic{height:163px;}
.news-pic img{max-height:163px;}
.doc-zc{height:24px;}
.doc-info{
	height: 40px;
    font-size: 12px;
    line-height: 20px;
}

}


@media(min-width:1200px) and (max-width:1399px){

.h-top-box:nth-child(1), .h-top-box:nth-child(3){padding: 0 100px;}
.h-top-box:nth-child(2){padding: 0 60px;}
.h-guide-box,.h-g-b{margin-right:12px;}
.ks-dh-menu{width:20%;}
.ks-content{width:40%;height:auto;}
.ks-doc-box img{height:206px;}
.h-bk-box{margin-right:16px;}
.cate-about-info{width:70%;}
.left-menu{width:20%;}
.right-content{width:80%;padding-left: 30px;}
.honor-pic ,.honor-pic a{height:134px;}
.honor-pic a img{max-height:134px;}
.zj-item-zc{height: 30px;
    overflow: hidden;}
.zj-item-desc{
height: 54px;
    overflow: hidden;
	}
.zj-item-btn{margin-top:5px;}

.doc-con-c{padding-top:0;}
.party-liebiao{width:45%;}
.keshi-item ul li{width:19%;margin-right:6px;padding: 20px 10px;}
.keshi-btn a{padding:7px;}
.ks-content-desc{line-height:22px;}
.doc-pic{height:auto;}
.doc-info{display:none;}
.doc-btn{margin-top:10px;}
.news-notice-item li{line-height:42px;}
.news-notice-pic{height:auto;}
}


@media(min-width:992px) and (max-width:1200px){

.h-top-box:nth-child(1), .h-top-box:nth-child(3){padding: 0 60px;}
.h-top-box:nth-child(2) {
    padding: 0 20px;
}
.h-guide-box{line-height:normal;padding:10px;margin-right: 11px;}
.h-guide-box img{width:60px; margin-bottom:10px;}
.h-g-b{margin-right: 11px;}
.h-bk-box {margin-right: 12px;}
.cate-about-info{width:80%;right:-160px;}
.cate-leader-con{padding: 20px;}
.left-menu{width:25%}
.right-content{width:75%;padding-left:30px;}
.lingdao-name{position:unset;padding: 10px;}
.lingdao-name span{height:30px; overflow:hidden;}
.wh-c{height:121px;overflow:hidden;}
.honor-pic ,.honor-pic a{height:93px;}
.honor-pic a img{max-height:93px}
.honor-name{font-size:14px;}
.footer-menu{width:70%}
.footer-right{width:30%}
.footer-menu ul li{margin-right:15px;}
.keshi-item ul li{padding:20px 10px;margin-right:10px;}
.keshi-btn a{display:block;padding:0;text-align:center}
.keshi-btn a:nth-child(1){margin-bottom:10px;margin-right:0}
.ks-dh-menu{width:25%;}
.ks-content{width:35%;height:auto;}
.ks-img{width:40%;height:auto;}
.ks-doc-box img{height:191px;}
.news-notice-item li{height:33px;line-height:33px;}
.news-notice-pic{height:auto;}
.party-liebiao{width:60%}
.news-pic{height:96px}
.news-pic img{max-height:96px}
.party-date{display:none;}
.party-pic{width:30%}
.party-con{width:70%}
.zj-item-zc{height:30px;overflow:hidden;}
.zj-item-con h4{font-size:16px; height:20px;overflow:hidden;}

}




@media(min-width:767px) and (max-width:992px){
.h-top-box:nth-child(1), .h-top-box:nth-child(3){padding:0 20px;width:30%;}
.h-top-box:nth-child(2){width:40%;padding:0 5px;}
.h-guide{height:auto;}
.h-guide-box{line-height:30px;padding:10px;margin-right: 8px;}
.h-guide-box h4{margin:0 10px;}
.h-guide-box img{width:60px;margin-bottom:10px;}
.h-g-b{margin-right:8px;}
.h-g-b img{width:60px;}
.h-video{height:389px;}
.h-video-cover{line-height:389px;}
.h-tongzhi,.h-keshi{width:100%}
.h-tongzhi{margin-bottom:30px;}
.h-bk-box{margin-right:10px;height:160px;line-height:160px;}
.footer{background-size:cover;}
.cate-about-info{width:90%;right:-140px;}
.cate-culture-con{padding: 90px 60px;}
.cate-leader-con{padding: 20px 10px;position: unset;}
.cate-leader-desc{height:30px;overflow:hidden;}
.right-content,.left-menu{width:100%;}
.right-content{padding-left:0;}
.lingdao-name{position:unset;}

.banner,.banner-c{margin-top:60px;}

.wh-c{height:121px;overflow:hidden;}
.honor-pic,.honor-pic a{height:102px;}
.honor-pic a img{max-height:102px;}
.keshi-item ul li{width: 24%;
    margin-right: 5px;
	padding: 20px 10px;
	}
.keshi-item ul li:nth-child(4n){margin-right:0;}
.keshi-item ul li:nth-child(5n){margin-right:5px;}

.keshi-btn a {
    padding: 5px 8px;
	}
.ks-dh-menu{width:100%;}
.ks-img,.ks-content{width:50%;}
.ks-img{padding:0 10px 0 0}

.news-pic{height:105px;}
.news-pic img{max-height:105px;}
.party-liebiao{width:60%;}
.party-date{display:none;}
.party-pic{width:30%}
.party-con{width:70%}



}







@media(max-width:767px){

.h-top{display:none;}
.h-guide,.h-video{width:100%;}
.h-guide-box{margin-right:6px;padding: 10px 0;line-height:normal;}
.h-guide-box img{width:52px;margin-bottom:10px;}
.h-guide-box h4{font-size:16px; margin: 0 10px}
.h-g-b{margin-right:6px;}
.h-g-b img{width:52px;}
.h-g-t{font-size:16px;}
.h-guide{height:auto;margin-bottom:20px;}
.h-video{height:300px;}
.h-video-cover{line-height:300px;}
.h-tongzhi,.h-keshi{width:100%;padding:0 10px;margin-bottom:30px;}
.h-ks-ul li{width:28%;}
.h-ks-ul li:nth-child(3n){margin-right:0;}
.h-bankuai{padding:0 10px;}
.h-bk-box{width:47%;margin-right: 17px;height: 100px;line-height: 100px;margin-bottom:20px;font-size:20px;}
.h-bk-box:nth-child(2n){margin-right:0;}
.h-zhuanjia{padding:0 10px;}
.h-news,.h-party{width:100%;padding:0 10px;}
.h-party{margin-top:30px;}
.footer-menu{display:none;}
.footer-right{width:100%}
.ft-contact,.ft-copyright{width:100%;}
.footer{background-size: cover;padding: 30px 10px 20px;}
.h-tongzhi-item li span{font-size:12px;}

.banner-c{margin-top:60px;}

.right-content,.left-menu{width:100%;padding:0 10px;}
.cate-about{width:100%;height:auto;}
.cate-about-info{width:100%;position:unset;padding:40px 10px;}
.cate-culture-con{width:100%}
.cate-culture-pic{display:none;}
.cate-culture-con{padding:60px;}
.cate-culture-info{line-height:40px;}
.cate-leader{padding:0 10px;}


.cate-leader-con{padding:10px;position:unset;}
.cate-leader-desc{font-size:14px;}
.lingdao-name{position:unset;}
.wh-box{margin-bottom:20px;}

.honor-pic ,.honor-pic a{height:95px;}
.honor-pic a img{max-height:95px}
.keshi-menu ul li{margin-bottom:20px;}
.keshi-item ul li{width:47%;margin-right:10px;padding:20px 10px;}
.keshi-item ul li:nth-child(2n){margin-right:0;}
.keshi-btn a{padding:5px;}
.ks-content,.ks-img,.ks-dh-menu{width:100%;}
.ks-content{margin-bottom:30px;padding:0 10px;}
.ks-content-desc{height:auto;}
.ks-img{padding:0 10px; height:auto;margin-bottom:30px;}
.ks-doc-box img{height:181px;}
.doc-con-pic,.doc-con-c{width:100%;}
.doc-con-c{padding-left:0;}
.news-hospital-item{padding:0 10px;}
.news-hospital-item ul li{width:100%;}
.news-notice-pic,.news-notice-item{width:100%}
.news-notice-pic{height:auto;}
.news-notice-item li{font-size:14px;line-height:32px;padding:10px 0;}
.news-party-date{display:none;}
.party-liebiao{width:100%;font-size:12px;}
.party-pic,.party-con{width:100%;}
.party-date{display:none;}
.party-pic img{max-height:none;}
.zj-item-pic,.zj-item-con{width:100%}
.zj-item-pic img{max-height:300px;display:block; margin:0 auto;}
.contact-box{border-right:0;margin-bottom:20px;}
.right-con-top{font-size:14px;}
}