﻿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;}

/* 科室导航 */
.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 */

.yslist{ width:calc(100% + 30px); margin-left:-30px; margin-top: 35px;}
.yslist li{ float:left; width:calc(50% - 30px); margin-left:30px; background:#F5F5F5; margin-bottom:30px;  display:flex; position:relative;cursor: pointer;height: 285px; }
.yslist li img{  width:226px;height: 285px; }
.ystext{  width:calc(100% - 226px); padding:30px 30px 57px 30px; box-sizing:border-box; }
.ystext1{ font-size: 24px;   } 
.ystext2{ color: #757575; margin-top:13px; font-size: 18px; } 
.ystext3{ margin-top:13px; line-height: 1.8; font-size: 16px;height: 116px;text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
} 
.ystext4{ font-size: 12px; width:100px; height:30px; text-align:center; border-radius:15px; background: #ffffff; 
 line-height: 30px; position:absolute; right:30px; bottom:27px;
} 

.yslist li:hover{ box-shadow: 5px 5px 15px -5px rgb(180 180 180 / 90%); background:#FFF; }
.yslist li:hover .ystext4{  background:rgb(46,203,209); color:#FFF; }

.zj-type{
	font-size: 30px;
	text-align: center;
margin-top: 30px;
}
.zj-type .title-line{
	width: 110px;
	height: 3px;
	background-color: #AC1B22;
	margin: 10px auto 0;
}
.zwzj {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #8a8a8a;
}

@media screen and (max-width: 1000px){
.yslist{ width:100% ; margin-left:0px; }
.yslist li{ width:100%; margin-left:0px;height: 245px; }
.yslist li img {
    width: 194px;
    height: 245px;
}
.ystext {
    width: calc(100% - 194px);
}

}

@media screen and (max-width: 500px){
.yslist li{height: 210px;}
.yslist li img {
    width: 167px;
    height: 210px;
}
.ystext{  padding:15px;width: calc(100% - 167px); }
.ystext4{ bottom:12px; right:15px; }
.ystext1{ font-size: 20px;   } 
.ystext2{ font-size: 16px; margin-top:8px;}
.ystext3{ font-size: 13px; margin-top:8px;height: 120px;line-height: 20px;
    -webkit-line-clamp: 6;
}
}


/* ===========视图宽度============ */

.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) {
	

.banner-title{
font-size: 28px;
}
.banner-title::after{
width: 50px;
height: 3px;
}
	
	.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;
	}

.zj-type {
    font-size: 26px;
}
	
}


@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;
}

.banner-title{
font-size: 22px;
line-height: 50px;
}
.banner-title::after{
width: 40px;
}	
	
}

@media screen and (max-width:425px) {
	
	
.zj-type {
    font-size: 22px;
}
.zj-type .title-line{
width: 80px;
}

}

@media screen and (max-width:375px) {
	.mid-ksdt-list ul li {
		font-size: 14px;
		padding: 12px 0;
	}
	
}

@media screen and (max-width: 340px){
.banner-title{
    font-size: 18px;
    line-height: 42px;
}
}