﻿img{
        image-rendering: -moz-crisp-edges; /* Firefox */     
        image-rendering: -o-crisp-edges; /* Opera */      
        image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
        image-rendering: crisp-edges; 
        -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

#middle{
	width: 100%;
	
}

.main{padding-bottom:20px;}

.banner{ background:url(/cms/templates/900595568238420000/images/111111.jpg) no-repeat center top; height:250px; position:relative; padding:0 10px;}
.banner-title{ font-size:36px; color:#fff;line-height:88px; position:absolute; left:50%; margin:58px 0 0 -90px;}
.banner-title::after{ display: block;font-size: 0;content:""; width:106px; height:4px; background:#fff; margin:0 auto;}

.main-list{ font-size:15px; line-height:2; padding-top:20px; }
.main-list img{ max-width:100%; height:auto; }

@media screen and (max-width: 1000px) {
.main-list{ padding:0 15px; }
}

/* 科室导航 */
.subnav-wrapper{position: relative;height:100px; background:#fff;margin-top:-24px;box-shadow:0 24px 16px -15px #a7a7a7;}

.allMenu-right01,.allMenu-right02{ display:none;}

.subnav{ float:left; width:calc(100% - 134px); height:100px; }
.subnav li{ float:left; font-size:18px; margin-left:3%;}
.subnav li a{ display:block; padding:38px 18px; position:relative;}
.subnav .current a,.subnav a:hover{ background:#60bac1; color:#fff; padding-bottom:24px;}
.subnav ul>li.current:first-child a::after,.subnav ul>li:first-child a:hover::after{ display: block;font-size: 0;content:""; width:0; height:0; border-top:6px solid #60bac1; border-right:36px solid #60bac1;border-bottom:6px solid transparent; border-left:36px solid transparent; position:absolute; left:0; bottom:-12px;}
.subnav .current a::after,.subnav a:hover::after{ display: block;font-size: 0;content:""; width:0; height:0; border-top:6px solid #60bac1; border-right:54px solid #60bac1;border-bottom:6px solid transparent; border-left:54px solid transparent; position:absolute; left:0; bottom:-12px;}

.subnav-more{ float:right; height:100px; width:134px; text-align:center; color:#fff; background:#60bac1; font-size:18px; position:relative;}
.subnav-more i{ display:block; margin: 16px 0 2px;font-size: 40px;font-weight: normal;}

/* 科室导航更多内容 */
.ksdh-con{ position:absolute; bottom:116px; right:0; width:720px; box-sizing:border-box; padding:4px 34px; background:#fff; border:1px solid #e3cdce; border-radius:4px; z-index:200; display:none;}
.ksdh-con::before,.ksdh-con::after{display: block;font-size: 0;content:""; width:0; height:0;position:absolute;  }
.ksdh-con::before{border-top:14px solid #e3cdce; border-right:14px solid transparent;border-bottom:14px solid transparent; border-left:14px solid transparent;bottom:-28px; right:54px;}
.ksdh-con::after{border-top:12px solid #fff; border-right:12px solid transparent;border-bottom:12px solid transparent; border-left:12px solid transparent; bottom:-24px;right:56px;}

.ksdh-tab{  border-bottom:1px solid #e0e0e0; padding-left:10px;}
.tab-wrapper{display:flex; justify-content: space-between;height:65px;line-height:65px; }
.ksdh-tab01,.ksdh-tab02{padding:0 12px; font-size:18px;}
.ksdh-tab01{ position:relative;}
.ksdh-tab01::before{display: block;font-size: 0;content:""; width:100%; height:4px; line-height:0; background:#60bac1; position:absolute; bottom:-2px; left:0;}

.ksdh-list{padding:34px 0 30px; min-height:162px;}
.ksdh-list li{ float:left;font-size:16px; line-height:30px; margin-bottom:24px;}
.ksdh-list a{ display:inline-block; padding:0 10px;}
.ksdh-list .current a,.ksdh-list a:hover{ background:#60bac1; font-weight:bold; color:#fff;}

/* 科室导航 end *

/* 科室动态 */
.mid-ksdt-list{
	margin: 40px 0 40px 0;
	position:relative;
}

.mid-ksdt-list ul li{
	width:100%;
	font-size:18px;
	padding:25px 0;
	border-bottom:2px solid #dcdcdc;
	color:#000000;
}

.mid-ksdt-list ul li:hover{
	color:#CC363F;
	border-bottom:2px solid #ffffff;
	box-shadow: 0px 8px 10px 0px #eaeaea;
}

.wzbt{
	float: left;
	text-align:left;
	color:#000000;
	width:calc(100% - 120px);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fbsj{
	float:right;
	color:#676767;
	text-align:right;
}

/* 科室动态 end */

/* 页码 */
.middle-page-number{
	text-align: center;
	margin:60px 0;
	display:block;
}

.middle-page-number a{
	display:inline-block;
	padding: 10px 16px;
    margin: 0 5px;
	text-align:center;
	border-radius:100%;
	border:2px solid #aeaeae;
	color:#000000;
	font-size:18px;
	background:#ffffff;
	cursor:pointer;
}

.middle-page-number a.currentPage{
	background:#23a3a8;
	color:#ffffff;
	border:2px solid #23a3a8;
}

.middle-page-number a:hover{
	background:#23a3a8;
	color:#ffffff;
	border:2px solid #23a3a8;
}

.prev-page:hover{
	background:#23a3a8;
	color:#ffffff;
	border:2px solid #23a3a8;
}

.next-page:hover{
	background:#23a3a8;
	color:#ffffff;
	border:2px solid #23a3a8;
}

/* 页码 end */

.tplist{   }
.tplist li{ float:left; width:calc(33.3% - 30px); margin-left:30px; margin-bottom:30px;  border: 1px solid #dbdbdb; box-sizing:border-box; padding:10px; }
.tplist li img{  width:100%; height:260px; }
.tplist li div{ height: 56px; line-height: 56px;  font-size: 20px; padding-left:15px;  padding-right:20px;  
 position:relative;
background: #69c7cd;  color:#FFF; margin:20px 0 35px -27px; box-sizing:border-box; overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;   }
.tplist li div a,.tplist li div a:visited{  color:#FFF;  }
.tplist li div:before{ content:''; display:block; border-right: solid 16px #449fa5;
    border-bottom: solid 10px #fff;
    box-sizing: border-box; width:16px; height: 10px; position:absolute; left:0; top:56px; }
.tplist li div:after{  content:''; display:block; width:30px; height: 56px; position:absolute; right:0; top:0; 
border-right: solid 30px #fff;
    border-bottom: solid 56px #69c7cd;
    box-sizing: border-box;
}
 
@media screen and (max-width: 1300px){
.tplist li img{  height: 19vw; }
}

@media screen and (max-width: 1000px){
.tplist{  padding-right:15px; }
.tplist li img{  height: 29vw; }
.tplist li{  width:calc(50% - 30px);}
}

@media screen and (max-width: 700px){
.tplist li{  width:calc(100% - 30px);}
.tplist li img{  height:auto; }
}



/* ===========视图宽度============ */

.w_1300{
	max-width: 1300px;
	margin: 0 auto;
}



/* ==============@media============== */

@media screen and (max-width: 1240px) {
	.width_1300 {
		max-width:1000px;
	}
	.subnav li{margin-left:4px;}
	
	.btn-left, .btn-right {
		width: 120px;
		height: 120px;
		font-size:80px;
		margin-top: -80px;
	}
	
}

@media screen and (max-width: 1000px) {	


.banner{ position: unset;background:url(/cms/templates/900595568238420000/images/2222.jpg) no-repeat center top; background-size:cover; height:auto; padding:15.65vw 0 13.9vw; text-align:center;}
.banner-title{position: unset;top: unset;left: unset;margin: 0; font-size: 30px;line-height: 60px;}
.banner-title::after{ width:76px;}

/* 科室导航 */
.subnav-wrapper{margin-top:0;height:70px;}
.subnav{ overflow:hidden; height:70px;width: calc(100% - 74px);}
.subnav ul{display: flex;vertical-align: top;white-space: nowrap;overflow: hidden;overflow-x: scroll;overflow-y: hidden;-webkit-overflow-scrolling: touch;}
.subnav ul>span{ display: flex; }

.subnav li{margin-left:6px;}
.subnav li a{padding: 24px 10px;}
.subnav .current a, .subnav a:hover{padding-bottom: 8px;}
.subnav ul>li.current:first-child a::after, .subnav ul>li:first-child a:hover::after{
	border-right: 28px solid #60bac1;
    border-left: 28px solid transparent;
}
.subnav .current a::after, .subnav a:hover::after{
	border-right: 46px solid #60bac1;
    border-left: 46px solid transparent;
}

.allMenu-right01{
	display:block;
	width: 42px;
	height:70px;
	position: absolute;
	right:74px;
	top:0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	z-index: 99;
}
.subnav ul::-webkit-scrollbar {
	display: none;
}

.subnav-more {height: 70px;width: 74px;font-size:15px;}
.subnav-more i {margin: 10px 0 2px;font-size:30px;}

/* 科室导航更多内容 */

.ksdh-con{ bottom:auto; top:85px; right:6px; left:6px; width:auto; padding:10px; border:1px solid #e3cdce;box-shadow:0 24px 16px -15px #a7a7a7;}
.ksdh-con::before{border-bottom:12px solid #e3cdce; border-right:12px solid transparent;border-top:12px solid transparent; border-left:12px solid transparent;top:-24px; right:18px;}
.ksdh-con::after{border-bottom:10px solid #fff; border-right:10px solid transparent;border-top:10px solid transparent; border-left:10px solid transparent; top:-20px;right:20px;}

.allMenu-right02{
	display:block;
	width: 42px;
	height:40px;
	position: absolute;
	right:0;
	top:0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
	z-index: 99;
}

.ksdh-tab{height:40px;position:relative;}
.tab-wrapper{overflow:hidden;overflow-x: scroll;overflow-y: hidden;-webkit-overflow-scrolling: touch;white-space: nowrap;height:40px; line-height:40px;}
.ksdh-tab .tab-wrapper::-webkit-scrollbar {
	display: none;
}
.ksdh-tab01, .ksdh-tab02{ font-size:16px;}
.ksdh-list{min-height:auto; padding:16px 0 6px;}
.ksdh-list li{margin-bottom:10px; font-size:15px;}

/* 科室导航 end */

/* 专科信息 */
.mid-ksdt-list{
    margin: 30px 20px 30px 20px;
}

.middle-page-number{}
	
/* 专科信息 end */

	
}

@media screen and (max-width: 768px) {
	
	
	.mid-ksdt-list ul li{
		font-size:16px;
		padding:15px 0;
	}
	
	.wzbt{
		width:calc(100% - 10px);
	}
	
	.fbsj{
		display:none;
	}
	
	.middle-page-number a{
		display:none;
	}
	
	.prev-page, .next-page{
		display:inline-block !important;
		margin: 0 10px !important;
	}
	
}


@media screen and (max-width: 550px) {
	
.subnav li{ font-size:16px;}
.subnav  ul>li.current:first-child a::after, .subnav  ul>li:first-child a:hover::after{
	border-right: 26px solid #60bac1;
    border-left: 26px solid transparent;
}
.subnav .current a::after, .subnav a:hover::after{
	border-right: 42px solid #60bac1;
    border-left: 42px solid transparent;
}
	
	
}

@media screen and (max-width:425px) {

	
}

@media screen and (max-width:375px) {
	.mid-ksdt-list ul li {
		font-size: 14px;
		padding: 12px 0;
	}
	
}