@charset "gb2312";
/* CSS Document */

:root{
	--primary: #3278b4; /* 新主色 */
	--primary-dark: #276ea0; /* 深一阶 */
	--primary-darker: #1f567f; /* 更深 */
	--primary-light: #eaf6fd; /* 浅色背景 */
	--accent: #e84d1a; /* 保留热线橙色 */
	--muted: #d7d7d7;
}

*{ padding:0px; margin:0px;}
body{ font-size:12px; background:#eeeeee;}
a{ text-decoration:none; color:#333;}
ul,li{ list-style:none;}
img{ border:0; vertical-align:middle;}
.clearfix:after{ 
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.fr{  float:right;} .fl{ float:left}
.main{ width:980px; margin:0 auto;}
.site-header{display:flex;align-items:center;justify-content:space-between;padding:20px 34px;background:linear-gradient(90deg,#f7fcff 0%,#ffffff 55%,#f2f8fb 100%);border-bottom:1px solid var(--muted);margin-bottom:12px;box-shadow:0 6px 14px rgba(50,120,180,0.08);} 
.logo-block{display:flex;align-items:center;gap:20px;}
.logo-mark{display:flex;align-items:center;justify-content:center;width:62px;height:62px;border:6px solid var(--primary-dark);border-radius:50%;background:#fff;overflow:hidden;box-shadow:0 4px 8px rgba(0,0,0,0.08);}
.logo-mark img{width:100%;height:100%;object-fit:contain;}
.hospital-name{font-size:30px;font-weight:bold;color:var(--primary);letter-spacing:4px;text-shadow:0 2px 4px rgba(0,0,0,0.06);}
.header-hotline{display:flex;align-items:center;gap:10px;font-size:18px;color:var(--primary);font-weight:bold;background:var(--primary-light);padding:10px 18px;border-radius:999px;box-shadow:0 2px 8px rgba(0,0,0,0.06);}
.header-hotline strong{font-size:26px;color:var(--accent);letter-spacing:1px;}
/*头部导航*/
.head-nav{
	height:50px;
}
.head-nav,.keshi-nav{background-color:var(--primary)}
.head-nav li{
	float:left;
	width:100px;
	line-height:50px;
	font-size:16px;
	font-weight:bold;
	margin-right:20px;
	text-align:center;
}
.head-nav li a,.keshi-nav li a{ color:#fff;}
.first-li{ margin-left:125px;}
.keshi-nav{
	height:45px;
}
.keshi-nav li{
	float:left;
	width:140px;
	line-height:45px;
	font-size:20px;
	font-weight:bold;
	margin-right:20px;
	text-align:center;
}
.banner{position:relative}
.banner img{ width:100%; height:auto;}
.kemu{position: absolute;bottom:10px;right:10px;width: 500px;background: #fff;padding:10px;border-radius: 20px;}
/*导航*/
.nav{ height:41px; background:url("../images/nav_bg.jpg") repeat-x; clear:both; line-height:41px; font-size:14px; font-weight:bold; margin-top:10px;}
.nav li{ color:#FFF; float:left; line-height:41px; width:120px; text-align:center; background:url("../images/l_bg.jpg") right center no-repeat;}
.nav li a{ color:#FFF;}
.cont1{ margin-top:10px;}
.cont1 h2{ height:47px; line-height:47px; background:var(--primary); color:#fff; font-size:18px; font-weight:bold; text-indent:32px;}
.yydl{ }
.yydl h3,.zjtj h3,.yyhj h3{ height:37px; line-height:37px; text-indent:10px; background:url("../images/bg-fgx.jpg") repeat-x;border-bottom:2px solid #E6E6E6;}
.yy-info{ width:auto; height:auto; background-color:#f3eee8;}
.yy-info p{ padding:15px; line-height:24px; font-size:14px; text-indent:2em;}
.yy-info p a{ color:red;}


.zjtj{ width:218px;position:relative;overflow:hidden;padding:8px;background:#fff;border-radius:6px;border:1px solid rgba(0,0,0,0.04);}
.zjtj .carousel{position:relative;width:100%;height:160px;overflow:hidden}
.zjtj .carousel-inner{position:relative;height:100%;}
.zjtj .carousel-inner img{position:absolute;left:0;top:0;width:100%;height:100%;object-fit:contain;opacity:0;transition:opacity .6s cubic-bezier(.2,.9,.3,1);}
.zjtj .carousel-inner img.active{opacity:1;z-index:2}
.zjtj .carousel-dots{position:absolute;left:50%;transform:translateX(-50%);bottom:8px;display:flex;gap:8px}
.zjtj .dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,0.6);box-shadow:0 1px 3px rgba(0,0,0,0.2);cursor:pointer}
.zjtj .dot.active{background:var(--primary)}
.zjtj .carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:100%;display:flex;justify-content:space-between;pointer-events:none;z-index:6}
.zjtj .carousel-nav button{pointer-events:auto;background:rgba(0,0,0,0.45);border:0;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 6px;font-size:20px;box-shadow:0 4px 10px rgba(0,0,0,0.12)}
.zjtj .carousel-nav button:hover{background:var(--primary)}
.zjtj .carousel-inner img{pointer-events:none}
.zjtj .carousel-nav button svg{width:18px;height:18px;vertical-align:middle}
.yyhj span{ display:block; text-align:center; padding:15px 0; border:1px solid #E6E6E6; border-top:0;}
/*内容*/
.conter{ background:#FFF; border:1px dashed #757575; text-align:center; padding:15px 0 35px 0; margin-bottom:5px;}
.doc-row{ display:flex; justify-content:center; align-items:center; gap:18px; padding:18px 12px; flex-wrap:wrap; }
.doc-row img{ width:32%; max-width:260px; height:auto; border-radius:6px; box-shadow:0 6px 18px rgba(50,120,180,0.12); border:1px solid rgba(50,120,180,0.06); }
@media (max-width:720px){ .doc-row img{ width:48%; max-width:180px; } }
.conter p{ padding:0 23px; margin-top:20px; text-indent:2em; font-size:14px; line-height:28px; color:#333333; text-align:left;}
.conter p strong{ font-weight:700; }
.conter h3{ text-align:left; font-weight:bold; padding:0 23px; margin-top:20px;}
.conter p span{ color:#e40000;}
.conter .conli{overflow: hidden;width: 100%;}
.conter .conli li{overflow: hidden;width: 95%;line-height: 35px;height: 35px;float: left;text-align: left;padding-left: 20px;font-size: 14px;}
.conter .conli li span{font-size: 18px;font-weight: bold;line-height: 35px;height: 35px;padding-right: 5px;}
.conter .conart{overflow: hidden;padding: 10px 15px;}
.conter .conart .title{overflow: hidden;font-size: 16px;font-weight: bold;text-align: center;}

/*文章页*/
.article h3{ line-height:30px; font-size:18px; text-align:center; font-weight:bold; margin-top:10px;}
.article p{ text-indent:2em; line-height:24px; padding:0 15px;}

/*尾部*/
.foot{ height:139px;  clear:both; padding-right:67px; margin-top:10px;}
.foot p{ text-align: center; color:#333; line-height:25px; font-size: 14px;}
.foot p strong{ color:#ffea00;}
.foot p a{color:#333;font-size:14px;}
/*来源路线*/
.map{background:#FFF; border:1px dashed #757575; text-align:center; padding:15px 0 118px 0; margin-bottom:5px;}
.map p{padding:0 70px; margin-top:50px;  text-align:left; font-size:14px; line-height:28px; color:#333333; }