<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*======= css reset =======*/
*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	outline: none;
  }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td{padding: 0; margin: 0;}
table{border-collapse: collapse; border-spacing: 0;}
fieldset,img{border: 0;}
address,caption,cite,code,dfn,em,th,var,i{font-weight: 400; font-style: normal}
ol,ul,li{list-style: none;}
caption,th{text-align: left;}
h1,h2,h3,h4,h5,h6,em{font-weight: normal; font-size:100%;font-style: normal;}
q:before,q:after{content:'';}
abbr,acronym{border: 0;}
/*-- ================== 本网站通用 ====================== --*/
html{width:100%;height:100%;background: #f0f6f9;min-width: 1200px;}
body{width:100%;
height:100%;
color:#333;
font: 12px/22px "Microsoft YaHei",宋体,Tahoma,Helvetica,Arial,sans-serif!important;
text-align:center; text-rendering: optimizeLegibility;-webkit-font-smoothing: antialiased;}
a{color:#333;text-decoration:none;outline:none;transition: all .2s ease;-webkit-transition: all .2s ease;-moz-transition: all .2s ease;-ms-transition: all .2s ease;-o-transition: all .2s ease;}
a:hover{color:#3e66b6;}
/*-- Public --*/
.coA{color:#0D76A3;}
.fl{float:left; _display:inline;}
.fr{float:right; _display:inline;}
.spacingA{height:8px; overflow:hidden; clear:both;}
.spacing2A{height:16px; overflow:hidden; clear:both;}
.spacingC{height:15px; overflow:hidden; clear:both;}
.spacingD{height:20px; overflow:hidden; clear:both;}
.borA{border:1px solid #cbe0f1;}
.hide{display:none;}
.fontA{font-weight:bold; color:#0D76A3;}
.lineA{height:2px; overflow:hidden; background:#CC0000;}
.malA{margin-left:10px !important;}
.marA{margin-right:10px !important;}


.scroll::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: #F5F5F5;
  }
  /*定义滚动条轨道*/
  .scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
  }
  /*定义滑块*/
  .scroll::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #128A8A;
  }
  .fixed {
	position: fixed;
	top: 0;
	left: 0;
  }

  img {
	border: 0;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
  }

  h1,
  
  h3,
  h4,
  h5,
  h6 {
	font-size: 100%;
	font-weight: 400;
	}
  .afterClear:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	float: none;
	clear: both;
  }
  .clearfix {
	display: block;
	width: 0;
	height: 0;
	float: none;
	clear: both;
  }


/*图片放大*/
.scaleImg img { transition: 0.3s; -moz-transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; }
.scaleImg img:hover { -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); }

.swirlImg i { transition: 1s; -moz-transition: 1s; -webkit-transition: 1s; -o-transition: 1s; }
.swirlImg i:hover {  transform:rotateY(180deg);-webkit-transform:rotateY(180deg);-moz-transform:rotateY(180deg); }

/* 图片经过效果 */
.picImg a { display: block; position: relative; transition: all 200ms ease 0s; overflow: hidden; }
.picImg a:after { content: ""; position: absolute; width: 100px; height: 100%; top: 0; left: -100%; overflow: hidden; background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%); background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0))); background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%); background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%); -webkit-transform: skewX(-30deg); -moz-transform: skewX(-30deg); transform: skewX(-30deg); }
.picImg a:hover:after { left: 150%; transition: left 1s ease 0s; }



/*--====== 主站 头部，尾部，中间等布局 =======--*/
.wrap{width: 100%;position:relative;text-align:left;background: url("images/bg.png") center top no-repeat;background-size: cover;}
.main{width: 1200px;margin:0 auto; }
/*-- 头部 header --*/
.header{position:relative;z-index:1;}
.header .headerCont{position:relative;height: 128px;}
.headerTop{position:relative;height: 38px;margin: 0 auto;z-index: 1;width: 100%;line-height: 30px;color: #666;background: rgb(225,229,242,0.6);}
.headerTop .headbg{background-color: #fff;filter: alpha(opacity=50);opacity: 0.5;width: 1033px;height: 173px;margin: 0 auto;}
.header .userlogin a{color:#3d63b2;padding:0 5px;font-weight:bold;}
#logo{position:absolute;display:block;left: 0px;top: 13px;width: 370px;}
#logo img{width: 370px;}
.siteNav{position:absolute; top: 3px; right: 20px;}
.siteNav a{font-size: 13px;}
.searchBox{position:absolute;top: 40px;left: 415px;height: 45px;}
.searchBox #zx_keyword{FONT-WEIGHT: 100;vertical-align:middle;height: 35px;line-height: 35px;color: #333;width: 460px;padding-left: 5px;border-radius: 3px;border: 2px solid #8a9bc0;float: left;}
.searchBox .btn_search{vertical-align:middle;width: 60px;height: 35px;line-height: 35px;text-align:center;color:#fff;background: #31508f;font-size: 13px;float: left;border-radius: 3px;margin-left: -2px;}
.searchBox .btn_search:hover{color:#ff0; text-decoration:none;}
.userfun{position:absolute;right: 28px;top: 40px;display:block;}
.headerBtn i{background: url("images/userfun.png") no-repeat;padding-left: 38px;line-height: 30px;display:inline-block;width: 30px;height: 30px;vertical-align: middle;}
.hotword{background: url("images/fireicon.png") 10px 5px no-repeat;padding-left:20px;}
.hotword a{padding:0 10px;color:#666}
.hotword a:nth-child(2){color:#ebc377;}
.yyBtn i{
    background-position: left -40px;
    margin-left: 10px;
}
/* .yyBtn:hover{background: url("images/gwenxin.png")  no-repeat;}
.qaBtn:hover{background: url("images/gweibo.png")  no-repeat;} */
/*banner图文字切换*/


.mainNav{position:relative;height: 46px;line-height: 46px;text-align: left;color: #fff;width: 100%;margin: 0 auto;z-index: 1;background: #3e66b6;padding-left: 15px;}
.mainNav .li1,.mainNav .spe{display:inline-block;padding: 0 10px;position:relative;margin-right: 28px;vertical-align: top;height: 46px;}
.mainNav .li1:last-child{margin-right:0px;}
.mainNav .li1.on1{background-color: #083ca5;}
.mainNav .li1.on1 a{}
.mainNav .h1{line-height: 46px;display:inline-block;zoom:1;}
.mainNav .li1 a{color: #fff;/* font-weight: bold; */}
.mainNav .li1 a:hover{}
.mainNav .a1{font-size: 18px;}
.mainNav .ul1{display:none;width: 126px;position:absolute;z-index:100;top: 46px;left: 50%;padding:5px 0 10px 0;background-color: #fff;filter: f;opacity: 0.9;box-shadow: #ddd 0px 1px 1px 0px;transform: translateX(-50%);}
.mainNav .ul1 .li2{line-height:18px;position:relative;zoom:1;vertical-align:middle;text-align: center;}
.mainNav .ul1 .a2{line-height:28px;padding:4px 0;display:block;font-size: 16px;color: #666;}
.mainNav .ul1 .a2:hover{color: #3e66b6;}
.mainNav .ul2{ zoom:1;overflow:hidden;}
.mainNav .ul2 .li3{line-height:18px; padding:2px 0;}
.mainNav .ul2 .a3{padding:3px 5px;color: #fff;-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;font-size:13px;padding:5px;text-decoration: none;}
.mainNav .ul2 .a3:hover{background:#fff;color:#1e8bb8;}


.showDate{width:260px; float:right; padding-right:10px; padding-left:22px; background:url("images/shareB.gif") no-repeat 0 -237px;}

.content {margin-top:10px;}
.content .main{position:relative;z-index:0;}



/*-- 你的位置 --*/

.path {height: 60px;line-height: 60px;padding-left: 30px;color: #999;font-size: 14px;background: url("images/icon-home.png") no-repeat 5px 50%;margin-bottom: 10px;}
.path a { color: #999; margin: 0 10px; }


/*-- 侧栏 --*/
.sideDl dt{height:50px; line-height:40px; font-weight:bold; font-size:14px; color:#065d66; padding-left:20px; background:url("images/bg_jyzn_line.jpg") no-repeat 1px bottom;}
.sideDl dt em{display:block; width:28px; height:50px; background:url("images/icons.gif") 0 -248px; float:right; margin-right:10px;}
.sideDl dd{padding:0 10px; zoom:1; overflow:hidden;}
.sideDl dd a{width:82px; float:left; line-height:26px; padding-left:14px; background:url("images/shareB.gif") 0 -796px no-repeat;}
.yygl dt em{background-position:0 -298px;}
.searchAll{width:220px; height:122px; border-top:1px solid #e0e0e0; background:url("images/bg_searchAll.jpg") 0 bottom;}
.searchBoxR{position:relative;}
.searchBoxR #zx_keywordR{position:absolute; top:59px; left:15px; border:0; height:18px; line-height:18px; width:128px; color:#999;}
.searchBoxR .btn_search{position:absolute; top:59px; left:146px; width:60px; text-align:center; height:18px; line-height:18px; color:#fff; text-decoration:none !important}
.searchBoxR .hotWords{position:absolute; top:86px; left:15px; width:197px; height:24px; overflow:hidden; line-height:24px;}
.searchBoxR .hotWords a{padding-right:6px; color:#666;}
.sideBox{}
.sideBox .box_tit{height:28px; line-height:28px; padding-left:10px; font-size:14px; font-weight:bold; background:url("images/bg_title_a.jpg") bottom; border:1px solid #e0e0e0; border-left:0; border-right:0;}
.sideBox .box_tit a{color:#065d66;}
.sideBox .box_tit span{float:right; display:block; width:60px; height:28px; background:url("images/icons.gif") no-repeat 10px -347px;}
.sideBox .box_list{padding:15px 0 15px 20px;}
.sideBox .box_list li{line-height:28px; height:28px;}
/*-- 在线投票 --*/
.sideVote .voteBtn,.sideVote .viewBtn{margin-right:10px; border:1px solid #ddd; background:url("images/bg_title_a.jpg") 0 -16px repeat-x; padding:1px 10px; cursor:pointer;}
/*-- 医生列表 --*/
.docList{overflow:hidden; zoom:1; text-align:left;}
.docList li{width:250px; float:left; overflow:hidden;}
.docList li .docImgDiv{padding-left:20px; width: 125px; float:left;}
.docList li .docImgDiv a{display:block; padding:2px; border:1px solid #e0e0e0;background-color: #fff;}
.docList li .docImgDiv a img{width: 120px; height: 146px;}
.docList li .docImgDiv a:hover{border:1px solid #999;}
.docList li .txt{width: 57px; float:left; font-size: 14px;padding-left:8px;font-weight: 100;}
.docList li .intro{width: 210px;position:relative;overflow: hidden;height: 62px;padding-left: 20px;word-wrap: break-word;word-break: break-all;font-size: 13px;font-weight: 100;}
.docList li .pe_u_thumb_title{font-weight: 100; font-size: 18px;line-height: 30px;}
.docList li .btnView{display:block; width:88px; height:22px; line-height:22px; margin-top:5px; background:url("images/icons.gif") -115px -91px; text-align:center;}
.docList li .btnView:hover{text-decoration:none;}
/*-- 尾部 footer --*/
#footer {height: 520px;padding: 30px 0 10px 0;background-color: #dde5ee!important;margin-top: 40px;position: relative;overflow: hidden;width: 100%;}
#footer .foot-instance{width:1033px;margin: 0 auto;overflow: hidden;}
#footer .col-l {float: left;width: 65%;text-align: left;}
#footer .weixin {overflow: hidden;margin-bottom: 20px;width: 35%;}
#footer .weixin .contact{float:left;font-size:16px;line-height: 50px;}
#footer .weixin .qr { float: right; font-size:16px;}
#footer .weixin .qr img { width: 140px; height: 140px; }
#footer .weixin .qr span{display:block;text-align: center;width:100%;}
#footer .weixin .con { overflow: hidden; padding-left: 20px; text-align: left;}
#footer .weixin .con strong { display: block; font-size: 20px; line-height: 40px; margin-bottom: 10px; color: #fff;}
#footer .weixin .con small { display: block; font-size: 16px; color: #fff; line-height: 30px; margin-bottom: 10px; }
#footer .weixin .con .app { background-color: #008573; color: #fff; display: block; border-radius: 3px; line-height: 50px; text-align: center; float: left; padding: 0 30px; font-size: 16px; }
#footer  .link {padding: 20px 28px;border-top: 1px solid #d5deea;border-bottom: 1px solid #d5deea;margin-top: 10px;}
#footer  .link .hd{font-size: 16px;font-weight: 600;color: #3e66b6;}
#footer  .link .bd{margin-top:10px;}
#footer  .link .bd ul li {display:inline-block;color: #666;font-size: 14px;padding: 0 10px;}
#footer  .link .bd ul li  a{color: #333;}
#footer  .footNav{margin-top:20px;text-align:center;font-size:15px;}
#footer  .footNav a{display:inline-block;padding:0 5px;}
#footer  .copy{margin-top:20px;text-align:center;color:#666}
#footer  .statement{margin-top:20px;text-align:center;color: #999;}
#footer .cate {float: left;width: 140px;padding: 0px 28px;}
#footer .cate-hd { line-height: 30px; padding-bottom: 20px; text-align: left;}
#footer .cate-hd a {font-size: 16px;font-weight: 600;color: #3e66b6;}
#footer .cate-bd {}
#footer .cate-bd li {height: 29px;line-height: 29px;font-size: 14px;text-align: left;}
#footer .cate-bd li a {color: #666;font-size: 14px;}
#footer #foot_ksdh{width: 227px;}
#footer #foot_ksdh .cate-bd ul{float:right;}
#footer #foot_ksdh .cate-bd img{margin-bottom:10px;}



/* 其它 */
/*
本站用到颜色代码：
#005a4f 背景色
#e0e0e0 边框颜色
#065d66 标题-深绿色
#CC0000 box标题颜色
*/</pre></body></html>