﻿@charset "utf-8";
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,select,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:40%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
p {margin:0 0 9px;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/1.8 "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif;outline:0;}
body{background:#fff;color:#555;}
a{color:#444;outline:none;}
a:hover{color:#1c4326;text-decoration:none;}

/*
<-------------------  颜色   ------------------->
主色: #1c4326;
hover: #337143;
导航背景色: #86b9e7;
*/

/* 文字样式 */
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.green{color:#1c4326;}
.green:hover{color:#096;}
.orange{color:#d58016;}

/* 按钮 */
.btn{display:inline-block;border:none;text-align:center;background:#1c4326;color:#fff;min-height:34px;line-height:34px;padding:0 15px;-webkit-transition:background 0.3s,border 0.3s;transition:background 0.3s,border 0.3s;}
.btn:hover{background:#287F7E;color:#fff;}
.btn.white{background:#fff;color:#666;border:1px solid #ddd;}
.btn.white:hover{background:#666;color:#fff;border:1px solid #666;}
.btn.disabled{background:#f1f1f1;border-color:#aaa;color:#aaa;cursor:no-drop;}

/*定位*/
.position-re{position: relative;}

/* 边距 */
.mt8{margin-top:8px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt25{margin-top:25px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.pt10{padding-top:10px;}
.pt15{padding-top:15px;}
.pt40{padding-top:40px;}
.pb20{padding-bottom:15px;}

/*背景色*/
.bg-f2{background-color: #f2f2f2;}
.bg-fff{background-color: #fff;}

/* 浮动 */
.fl{float:left!important;}
.fr{float:right!important;}
.clearfix{*zoom:1;}
.clearfix:before,
.clearfix:after{display:table;content:"";line-height:0;font-size:0;clear:both;}

/*显示形式*/
.inline{display:inline;}
.block{display:block;}
.inline-block{display:inline-block;zoom:1;*display:inline;}
.hidden{display:none;}

/* 下拉三角符号 */
.caret{display:inline-block;width:0;height:0;vertical-align:middle;border-top:8px solid #000000;border-right:8px solid transparent;border-left:8px solid transparent;content:"";}
.caret.up{border-top:none;border-bottom:8px solid #ccc;}
.caret.down{border-top:8px solid #ccc;border-bottom:none;}

/* 消息框  */
.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.alert,.alert h4{color:#c09853;}
.alert h4{margin:0;}
.alert .close{position:relative;top:-2px;right:-21px;line-height:20px;}
.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6;}
.alert-success h4{color:#468847;}
.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7;}
.alert-danger h4,.alert-error h4{color:#b94a48;}
.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1;}
.alert-info h4{color:#3a87ad;}
.alert-block{padding-top:14px;padding-bottom:14px;}
.alert-block>p,.alert-block>ul{margin-bottom:0;}
.alert-block p+p{margin-top:5px;}

/*表单样式*/
.form-horizontal{padding-top:15px;*overflow:hidden;}
.form-horizontal legend {display:block;width:100%;padding:5px 0;margin-bottom:15px;text-indent:10px;border-bottom:1px solid #ddd;font-size:14px;font-weight:bold;}
.form-horizontal legend a {font-size:12px;margin-left:10px;font-weight:normal;}
.form-horizontal .control-group {margin-bottom:9px;*zoom:1;*width:100%;*float:left;position:relative;}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {display:table;content:"";}
.form-horizontal .control-group:after {clear:both;}
.form-horizontal .control-label {position:absolute;width:120px;left:0;text-align:right;line-height: 54px;}
.form-horizontal .controls {padding:5px 0;padding-left:130px;}
.form-horizontal .controls  p{padding-top:4px;}
.form-horizontal .controls .radio{line-height:44px;}
.form-horizontal .help-block {margin-top:9px; margin-bottom:0;} 
.form-horizontal .help-block  .icon-exclamation-sign{font-size:14px;color:#1c64e3;} 
.form-horizontal .form-actions{padding-left:130px;}
.form-horizontal .form-actions .btn{width:120px;line-height:45px;border-radius:3px;font-size: 16px;}
.control-group label.required:before{content:"*";font-weight:normal;color:red;margin-right:8px;}
.control-group label.error,.control-group label.valid{padding-left:8px;zoom:1;}
.control-group .error{color:#bd4247;}
.control-group .form-text{display:inline-block;zoom:1;*display:inline;padding-top:4px;}
.control-group input.error{border-color:#bd4247;}
.control-group input.error:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(189,66,71,.6);}
.control-group .valid{color:#669533;}
.control-group input.valid{border-color:#669533;}
.control-group input.valid:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,149,51,.6);}
.control-group .inline,.control-group .inline input{line-height:28px;vertical-align:middle;padding-right:10px;}
.control-group  textarea{vertical-align:middle;min-height:120px;}
.help-inline,.help-block{color:#666;padding-left:8px;}
.help-inline{display:inline;}
.help-block{display:block;}
.pic-preview  a{position:relative;display:inline-block;background:url(../images/uploadify-cancel.png) 0 0 no-repeat #fff;width:16px;height:16px;margin-top:12px;margin-left:-22px;text-indent:-9999px;vertical-align:top;}
.pic-preview img{max-width:140px;max-height:140px;margin-top:10px;}
.laydate-form{padding:15px;background-color:#f4f4f4;margin:10px 0;}
.ranking .laydate-form input{padding:8px 10px;width:200px;margin-right:10px;vertical-align:middle;}
.ranking .laydate-form button{width:120px;line-height:36px;vertical-align:middle;}
/*报名报*/
#formwrap{min-height:200px;}
#Validform_msg{display:none;}
#formwrap .loading{display:block;line-height:200px;text-align:center;}
#survey-form-apply dl:after{display:block;content:"";clear:both;}
#survey-form-apply dl dt,#survey-form-apply dl dd{float:left;}
#survey-form-apply dl dt{min-width:145px;}
#survey-form-apply dl dd{min-width:62%;}
.survey #survey-form-apply dl input,#survey-form-apply dl .Validform_checktip{float:left;}
#survey-form-apply dl .Validform_checktip{margin-left:10px;line-height:37px;}
#survey-form-apply dl select{float:left;}
#survey-form-apply dl #cities select{margin-right:10px;}
.survey #survey-form-apply dl{padding:5px 0;margin-bottom:5px;}
.survey #survey-form-apply dd li{display:inline-block;margin-right:10px;}
.survey #survey-form-apply .datatime{background-size:12%;}
.survey #survey-form-apply dd input[type="radio"]{float:none;}
.survey #survey-form-apply dd img.codeimg{left:172px;top:1px;}
.survey h1{text-align:center;font-size:24px;line-height:80px;}
.survey .survey-info{font-size:14px;color:#434343;padding:10px 32px;border-top:1px solid #f2f2f2;border-bottom:1px dashed #f2f2f2;background:url(../../images/zh_cn/fixed-pic/appli.png) 15px center no-repeat;}
.survey dl{padding:15px 0;margin-bottom:15px;border-bottom:1px solid #eae7e7;}
.survey dl:after{display:block;content:"";clear:both;}
.survey dt{color:#434343;padding-bottom:10px;position:relative;}
.survey dd {position:relative;color:#6a6a6a;} 
.survey dd input[type='text'],.survey dd textarea,.survey dd select{padding:8px;line-height:1.2;font-size:15px;}
.survey dd input::-moz-placeholder{font-size:14px;}
.survey dd input:-moz-placeholder{font-size:14px;}
.survey dd input::-webkit-input-placeholder {font-size:14px;}
.survey dd input:-ms-input-placeholder {font-size:14px;}
.survey dd select{padding:5px;line-height:1.2;min-width:20%;cursor:pointer;}
.survey dd input[type='text']{width:45%;} 
.survey dd input[type='text'].add_input{margin-top:15px;}
.survey dd .button{padding:11px;line-height:1.2;margin-left:-5px;vertical-align:middle;cursor:pointer;border:none;color:#fff;font-size:13px;}
.survey dd textarea{width:80%;height:120px!important;border-color:#ececec;}  
.survey dd ul:after{display:block;content:"";clear:both;}
.survey dd li input[type="radio"]{height:14px;width:14px;cursor:pointer;}
.survey dd input.datatime{cursor:pointer;display:block;}
.survey dd label{height:26px;}
.survey dd .Validform_checktip{margin-left:0;min-height:0;font-size:14px;}  
.survey dd input.code{width:120px;}
.survey dd img{vertical-align:middle;max-width:80px;max-height:80px;}
.survey dd .img-wrap{overflow:hidden;}
.survey .apply-btn{margin-top:25px;}
.survey .apply-btn .btn{cursor:pointer;width:360px;height:38px;display:block;line-height:38px;color:#fff;border:none;margin:0 auto;}
.img-preview{overflow:hidden;margin-top:10px;}
.img-preview li{float:left;padding:10px;background:#f4f4f4;margin-right:10px;}
.img-preview li img{width:80px;height:80px;}
.img-preview li span{display:block;line-height:30px;font-size:12px;text-align:center;width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*报名报end*/

/*表单元素样式*/
input::-webkit-input-placeholder {line-height:normal;}
textarea,
input[type="text"],
input[type="number"],
input[type="password"],
input[type="search"]{padding:12px 10px;line-height:1;height:18px;border:1px solid #ddd;background-color:#fff;transition:border linear 0.2s,box-shadow linear 0.2s;vertical-align:middle;}
input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus{border-color:#1c4326;outline:0;}
select{border:1px solid #ccc;vertical-align:middle;padding:4px 10px;line-height:1;}
input[readonly]{color:#999;}
input[disabled]{background:#f3f3f3;}

/* 用户注册 */
.input-medium{width:347px;}
.getcode{width:80px;position:absolute;left:317px;top:10px;}
.regform #code_img{width:110px;height:34px;position:absolute;left:317px;top:5px;cursor:pointer;}
.regform{margin-top:25px;}
.regform .fl{width:25%;height:460px;}
.regform .fr{width:70%;min-height:460px;}
.regform .fl{border-right:1px solid #ddd;}
.regform .fl p{margin-left:35px;margin-top:35px;text-align: center;color: #999;}
.regform .submit{width:410px;line-height: 48px;border-radius: 3px;}
.regform .getcode{top: 5px;border-radius: 3px;}
.weixin-info span{display:inline-block;vertical-align:middle;line-height:44px;height:44px;margin-right:5px;}
.regform .login{color: #1c4326;font-weight:bold;font-size:16px;}
.weixin-info .headimg img{width:44px;height:44px;border-radius:5px;}
.regform .form-horizontal .controls{width:420px;margin:0 auto;position:relative;padding:0;padding-left:65px;box-sizing:border-box;}
.regform .form-horizontal .control-group{padding: 10px 0;margin-bottom: 0;border-top: 1px dashed #f2f2f2;padding: 20px 0;}
.regform .form-horizontal .control-label{width: 95px;left: 164px;line-height: 44px;}
.form-horizontal .controls.subbtn{padding-left: 0;text-align: center;padding-top: 10px;}

/*忘记密码*/
.regform.forget-form .form-horizontal .control-label{left: 335px;}

/* 图标 */
/*
@font-face {font-family:"iconfont";
  src:url('font/iconfont.eot'); /* IE9*//*
  src:url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 *//*
  url('font/iconfont.woff') format('woff'), /* chrome、firefox *//*
  url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*//*
  url('font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- *//*
}
*/
.iconfont {
  display:inline-block;
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.imagesLoaded li img{
  -webkit-transition:opacity 0.4s;
     -moz-transition:opacity 0.4s;
      -ms-transition:opacity 0.4s;
          transition:opacity 0.4s;
}
.imagesLoaded .is-loading {background:url(../images/loading.gif) center no-repeat #000;}
.imagesLoaded .is-broken {background:url(../images/broken.png) center no-repeat #be3730;}
.imagesLoaded .is-loading img,.imagesLoaded .is-broken img {opacity:0;filter:alpha(opacity=0);}
.layout{width:1200px;margin-left:auto;margin-right:auto;}

/*头部 */
.header {position: relative;height: 100px;border-top: 2px solid #1c7a1a;}
.header>.layout {position: relative;}
.header .logo {width: 370px;height: 93px;background: url(../images/logo_04.png) 0 10px no-repeat;}
.header .search {margin-top: 46px;width: 387px;height: 41px;border: 2px solid #1c4326;box-sizing: border-box;}
.header .searchtype {position:relative;float:left;width:70px;height:37px;}
.header .searchtype span{display: block;line-height:37px;text-align: center;cursor:pointer;}
.header .searchtype span i {margin-left: 3px;font-size: 12px;}
.header .searchtype ul{display:none;position:absolute;top:32px;left:2px;right:0;background:#fff;border:1px solid #eee;border-top:none;z-index: 99;}
.header .searchtype ul li a{display:block;line-height:30px;text-align: center;-webkit-transition:color 0.3s,background 0.3s;transition:color 0.3s,background 0.3s;}
.header .searchtype ul li a:hover{background:#eee;}
.header input.keyword {padding: 0;width: 276px;height: 35px;line-height: 35px;border: none;margin-top: 1px;}
.header button {width: 37px;height: 37px;line-height: 37px;color: #1c4326;border: none;background: transparent;font-size: 20px;}
.header .accout {position: absolute;top: 0;right: 0;margin: 10px 0;}
.header .accout a {padding: 0 18px;border-left: 0px dashed #c9c9c9;}
.header .accout a:first-child {border-left: none;}
.header .accout a i {margin-right: 5px;}
.header .accout a img {margin-right: 4px;width: 20px;height: 20px;vertical-align: middle;}

/*导航*/
.nav {height: 53px;background: #1C4326;position: relative;}
.nav ul.main-nav>li {position: relative;float: left;margin: 0 10px;width: 80px;height: 53px;line-height: 53px;font-size: 16px;box-sizing: border-box;}
.nav ul.main-nav>li.cur, .nav ul.main-nav>li:hover {border-bottom: 4px solid #fff;}
.nav ul.main-nav>li a {display: block;width: 100%;height: 100%;color: #fff;text-align: center;}
.nav ul.main-nav>li a.iconfont {font-size: 28px;font-weight: 400;}
.nav .sub-nav {position: absolute;left: 0;right: 0;top: 53px;z-index: 99;display: none;overflow: hidden;background-color: #fff;border-top: none;box-shadow: 0px 5px 5px rgba(0, 0, 0, .08);}
.nav .sub-nav ul {overflow: hidden;border-bottom: 1px solid #ddd;}
.nav .sub-nav ul li {text-align: center;}
.nav .sub-nav ul li a {color: #1c4326;line-height: 30px;font-size: 14px;}
.nav .sub-nav ul li a:hover {color: #337143;}

/* Slider */
.slick-slider{position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
.slick-list{position: relative;display: block;overflow: hidden;margin: 0;padding: 0;}
.slick-list:focus{outline: none;}
.slick-list.dragging{cursor: pointer;cursor: hand;}
.slick-slider .slick-track,
.slick-slider .slick-list{-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
.slick-track{position: relative;top: 0;left: 0;display: block;}
.slick-track:before,
.slick-track:after{display: table;content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none;float: left;height: 100%;min-height: 1px;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide img{display: block;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}
.slick-arrow.slick-hidden {display: none;}
/* 轮播 */
/*首页-轮播 */
.index-slider{height:500px;overflow:hidden;position:relative;}
.index-slider ul,.index-slider ul li{width:100%;height:500px;position:absolute;top:0;left:0;}
.index-slider ul li{display:none;}
.index-slider ul li:first-child{display:block;}
.index-slider ul{overflow:hidden;}
.index-slider ul li{background-position:center;background-size: cover;}
.slide-txt{position:relative;margin-top:125px;display:block;}
.slide-txt img{vertical-align:middle;position:relative;}
.slide-btn{position:absolute;width:100%;left:0;bottom: 60px;text-align:right;}
.slide-btn a{display:inline-block;width:16px;height:16px;border:2px solid #1c4326;border-radius:50%;vertical-align:middle;margin-left:5px;font-size:0;text-indent:-999px;overflow:hidden;}
.slide-btn a.cur{background-color: #1c4326;;}
/*患者服务*/
.index-service-box{position: relative;height: 0;}
.index-service{position: absolute;bottom: -15px;left: 0;right: 0;margin: auto;background-color: #1C4326;}
.index-service a{position: relative;float: left;: block;width: 200px;height: 60px;color: #fff;line-height: 60px;transition: all .3s;-webkit-transition: all .3s;}
.index-service a+a:before{content: '';display: block;width: 1px;height: 20px;background-color: #ccc;position: absolute;top: 20px;left: 0;}
.index-service a:hover{background-color: #337143;color: #FFF;}
.index-service a i{float: left;margin-left: 20px;font-size: 22px;line-height: 55px;}
.index-service a span{float: left;margin-left: 5px;font-size: 16px;}
/* 首页 */
.home-banner {height: 640px;background: url(../images/home_banner.png) no-repeat center bottom;}
.home-banner .banner-inner {height: 640px;background: rgba(5, 100, 180, .4);}
.home-banner .banner-inner>.layout {position: relative;}
.home-banner h2 {position: absolute;top: 0;left: 50%;margin-left: -200px;width: 400px;height: 177px;background: url(../images/home_banner_tit.png) no-repeat;opacity: 0.3;}
.home-banner ul {position: absolute;top: 220px;left: 0;right: 0;}
.home-banner li {float: left;padding: 0 30px;width: 25%;height: 188px;color: #fff;border-right: 1px solid rgba(255,255,255,.6);box-sizing: border-box;}
.home-banner li:first-child {padding-left: 0;}
.home-banner li:last-child {padding-right: 0;border-right: none;}
.home-banner li h3 {margin-bottom: 20px;font-size: 20px;}
.home-banner li p {margin: 0;line-height: 1.5;}
.home-banner li img {float: right;width: 35px;height: 35px;}

.home-news {padding-top: 36px;/*height: 408px;*/height: 375px;box-sizing: border-box;background: #fff;}
.home-news .news {width: 510px;height: 339px;box-sizing: border-box;}
.home-news .news h2 {height: 48px;line-height: 47px;color: #2c7abc;font-size: 19px;font-weight: normal;border-bottom: 1px solid #e4e4e4;}
.home-news .news h2 a {color: #2c7abc;font-size: 20px;}
.home-news .news-slide {position: relative;float: left;margin-top: 14px;width: 500px;height: 339px;overflow: hidden;}
.home-news .news-slide ul {height: 339px;}
.home-news .news-slide li {position: relative;height: 339px;}
.home-news .news-slide li > a {display: block;width: 100%;height: 100%;}
.home-news .news-slide li > a > img {width: 500px;height: 339px;}
.home-news .news-slide li time {position: absolute;top: 0;left: 0;width: 50px;height: 50px;background: #1c4326;color: #fff;text-align: center;font-size: 14px;}
.home-news .news-slide li time i {display: block;line-height: 1.5;font-size: 16px;font-weight: bold;}
.home-news .news-slide li span {position: absolute;left: 0;bottom: 0;padding: 0 9px;width: 100%;height: 42px;line-height: 42px;color: #fff;background: rgba(0,0,0,.8);box-sizing: border-box;}
.home-news .news-slide .dots {position: absolute;bottom: 15px;right: 0;}
.home-news .news-slide .dot {width: 11px;height: 11px;}
.home-news .news-slide .dot.active {background: #1c4326;}
.home-news .news-list {float: right;margin-left: 14px;margin-top: 14px;width: 425px;}
.home-news .news-list li {height: 27px;line-height: 27px;}
.home-news .news-list li a:hover {color: #1c4326;}
.home-news .news-list li a:before {content: "•";margin-right: 5px;font-weight: bold;color: #cccccc;}
.home-news .news-list li time {font-size: 12px; color: #aeaeae;}
.home-news .other {width: 680px;height: 339px;box-sizing: border-box;}
.home-news .other h2 {position: relative;margin-bottom: 10px;height: 46px;color: #1c4326;font-size: 16px;font-weight: 600;border-bottom: 1px solid #e4e4e4;}
.home-news .other h2 span {margin-right: 30px;cursor: pointer;}
.home-news .other h2 span.cur {display: inline-block;line-height: 45px;border-bottom: 2px solid #1c4326;}
.home-news .other h2 span i a {display: none;position: absolute;right: 0px;top: 0;font-size: 20px;color: #1c4326;}
.home-news .other h2 span.cur i a {display: block;}
.home-news .other ul {display: none;}
.home-news .other .content ul:first-child {display: block;}
.home-news .other li {height: 35.5px;line-height: 35.5px;border-bottom: 1px dashed #ececec;}
.home-news .other li a:hover {color: #1c4326;}
.home-news .other li a:before {content: "•";margin-right: 5px;font-weight: bold;color: #cccccc;}
.home-news .other li time {font-size: 12px; color: #aeaeae;}
.home-news .specail {margin-top: 18px;height: 36px;line-height: 36px;overflow: hidden;}
.home-news .specail h2 {float: left;font-size: 18px;font-weight: normal;color: #1c4326;}
.home-news .specail .specail-list {float: left;margin-left: 100px;}
.home-news .specail li {float: left;margin-right: 8px;padding-left: 10px;width: 330px;height: 36px;border: 1px solid #e4e4e4;box-sizing: border-box;  transition: all .3s;box-sizing: border-box;}
.home-news .specail li a {display: block;line-height: 32px;}
.home-news .specail li i {float: right;margin-top: 8px;margin-right: 14px;width: 20px;height: 20px;line-height: 18px;border: 1px solid #8cb7dc;box-sizing: border-box;text-align: center;border-radius: 50%;color: #8CB7DC;font-size: 12px;}
.home-news .specail li:hover {border-color: #1c4326;}

/*.home-news .specail .list-for {position: relative;margin: 26px auto 10px;width: 358px;height: 130px;overflow: hidden;}
.home-news .specail .list-for .slick-list {margin: 0 auto;width: 285px;}
.home-news .specail .specail-prev,.home-news .specail .specail-next {z-index: 99;position: absolute;top: 50px;color: #fff;font-size: 22px;font-weight: bold;}
.home-news .specail .specail-prev {left: 0;}
.home-news .specail .specail-next {right: 0;}
.home-news .specail .list-nav {margin: 0 auto;width: 285px;height: 43px;overflow: hidden;}
.home-news .specail .list-nav li {float: left;margin-right: 7px;}
.home-news .specail .list-nav li:last-child {margin-right: 0;}
.home-news .specail .list-nav .slick-list {padding: 0 !important;}*/

.home-service {margin-top: 30px;height: 418px;background-image: url(../images/home_doctor_bg.jpg);box-sizing: border-box;}
.home-service .home-service-wrap{padding: 49px 0;background-color: rgba(0, 0, 0, .5);width: 100%;height: 100%;}
.home-service .service {font-size: 0;}
.home-service .service>a {display: inline-block;padding-top: 40px;width: 194px;height: 160px;font-size: 16px;text-align: center;vertical-align: top;box-sizing: border-box;}
.home-service .service>a i {display: block;font-size: 30px;color: #9bc1e1;}
.home-service .service>a:first-child i {color: #fff;}
.home-service .center {display: inline-block;padding: 10px 30px;width: 424px;height: 160px;background: url(../images/server_center.png);vertical-align: top;box-sizing: border-box;}
.home-service .center h3 {line-height: 40px;font-size: 16px;color: #1c4326;text-align: right;font-weight: normal;margin-bottom: 20px;}
.home-service .desc>p {margin-left: 70px;margin-right: 16px;line-height: 1.3;width: 14px;font-size: 14px;}
.home-service .desc .box {padding: 0 20px;line-height: 1;height: 52px;border-left: 1px solid #bfd7e9;box-sizing: border-box;}
.home-service .desc .box.first {padding-left: 0;border-left: none;}
.home-service .desc .box:last-child {padding-right: 0;}
.home-service .desc .box span {display: block;margin-bottom: 8px;font-size: 14px;color: #fff;text-align: center;}
.home-service .desc .box span i {font-size: 22px;font-weight: bold;color: #1c4326}
.home-service .desc .box p {margin-bottom: 0;font-size: 16px;color: #fff; }
.home-service .center>a {width: 81px;height: 29px;line-height: 27px;font-size: 14px;text-align: center;color: #fff;border: 1px solid #fff;}
.home-service .desc li {position: relative;float: left;padding: 20px 20px 0;width: 25%;height: 160px;box-sizing: border-box;}
.home-service .desc h3 {position: relative;line-height: 40px;font-size: 16px;color: #fff;font-weight: normal;}
.home-service .desc h3:after {content: '';position: absolute;bottom: 0;left: 0;width: 20px;height: 1px;background: #fff;}
.home-service .desc h4 {margin-top: 10px;font-size: 20px;color: #fff;}
.home-service .desc h5 {margin-top: 10px;color: #1c4326;font-weight: normal;}
.home-service .desc li>a {position: absolute;bottom: 15px;left: 20px;width: 81px;height: 29px;line-height: 27px;text-align: center;color: #1c4326;border: 1px solid #1c4326;box-sizing: border-box;}
/*.home-service .desc li>a {position: absolute;top: 50%;left: 50%;margin-left: -40px;margin-top: -15px;width: 80px;height: 30px;line-height: 27px;text-align: center;color: #1c4326;border: 1px solid #1c4326;box-sizing: border-box;}*/
.home-service .desc li img {width: 39px;height: 39px;vertical-align: middle;}
.home-service .desc li span {display: inline-block;margin-left: 4px;width: 216px;height: 29px;border: 1px solid #f2f2f2;border-left: none;box-sizing: border-box;transition: border-color .3s;cursor: pointer;}
.home-service .desc li span:hover {border-color: #1c4326;}
.home-service .desc li:first-child h3 {color: #1c4326;}
.home-service .desc li:first-child h4 {color: #1c4326;}
.home-service .desc li.sec h3 {color: #1c4326;}
.home-service .desc li.sec h3:after {background: #1c4326;}
.home-doctor {height: 570px;margin-top: 50px;background: url(../images/home_doctor_bg.jpg) no-repeat;background-size: cover;}
.home-doctor .doctor-inner {padding-top: 10px;height: 100%;background: rgba(5, 100, 180, .4);box-sizing: border-box;}
.home-doctor .doctor-inner>.layout {position: relative;height: 100%;}
.home-doctor h2 {position: relative;line-height: 110px;font-size: 25px;font-weight: normal;text-align: center;}
.home-doctor h2:before {content: '';position: absolute;top: 26px;left: 50%;margin-left: -18px;width: 36px;height: 1px;background: #fff;}
.home-doctor h2 a {color: #fff;}
.home-doctor .doctor-list {height: 310px;overflow: hidden;position: relative;}
.home-doctor .doctor-list.slick-slider{overflow: visible;}
.home-doctor .doctor-list .doctor-list-item {margin: 0 17px;height: 100%;overflow: hidden;}
.home-doctor .doctor-list-item h3 {line-height: 2;font-size: 17px;}
.home-doctor .doctor-list-item h3 a {color: #fff;transition: .3s all;}
.home-doctor .doctor-list-item h3 a:hover {color: #1c4326;}
.home-doctor .doctor-list-item p {margin-bottom: 0;line-height: 1.5;color: #fff;}
.home-doctor .doctor-list .slick-dots{
	position: absolute;
	width: 100%;
	text-align: center;
  bottom: -50px;
  left: 0;
}
.home-doctor .doctor-list .slick-dots li{
  display: inline-block;
  width: 40px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  background-color: #ccc;
  -webkit-transition: .38s;
  transition: .38s;
}
.home-doctor .doctor-list .slick-dots li.slick-active{background-color: #1c4326;}
.home-doctor .doctor-list .slick-dots li:hover{background-color: #337143;}
.home-doctor .doctor-list .slick-dots li button{
  display: none;
}
.home-doctor .chosen {position: absolute;bottom: 0;left: 0;right: 0;width: 100%;height: 64px;background: #fff;}
.home-doctor .form-item {line-height: 64px;}
.home-doctor .department-select {position: relative;width: 331px;height: 64px;border-right: 1px solid #e6e6e6;}
.home-doctor .department-select>a {display: block;padding: 0 46px;width: 100%;height: 100%;font-size: 17px;box-sizing: border-box;font-size: 14px;}
.home-doctor .department-select>a i {float: right;font-size: 24px;color: #66636a;}
.home-doctor .department-select .select {display: none;position: absolute;left: 0;top: 64px;width: 100%;background: #fff;z-index: 1;}
.home-doctor .department-select .letter-tit {height: 30px;line-height: 30px;border-bottom: 1px solid #ddd;}
.home-doctor .department-select .letter-tit li {float: left;width: 20%;text-align: center;}
.home-doctor .department-select .letter-tit li.cur {border-bottom: 1px solid #1c4326;font-weight: bold;}
.home-doctor .department-select .letter-pannel li {display: none;padding: 10px 10px 0;overflow: hidden;}
.home-doctor .department-select .letter-pannel li:first-child {display: block;}
.home-doctor .department-select .letter-pannel li span {float: left;width: 33.33%;line-height: 1.5;}
.home-doctor .department-select .letter-pannel li a {display: inline-block;max-width: 90%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.home-doctor select {padding: 0 20px;width: 210px;height: 64px;line-height: 64px;border: none;border-right: 1px solid #e6e6e6;box-sizing: border-box;vertical-align: top;}
.home-doctor select.zc {width: 280px;border-right: none;}
.home-doctor select.time {width: 141px;}
.home-doctor .btn {width: 237px;height: 64px;line-height: 64px;box-sizing: border-box;background: #a3cfe5;font-size: 17px;}
.home-doctor .btn i {margin-right: 30px;font-size: 36px;vertical-align: top;}
.home-depart {padding: 30px 0;height: 486px;background: #f2f2f2;box-sizing: border-box;}
.home-depart h2 {position: relative;line-height: 100px;text-align: center;font-size: 25px;font-weight: normal;}
.home-depart h2:before {content: '';position: absolute;top: 20px;left: 50%;margin-left: -18px;width: 36px;height: 1px;background: #1c4326;}
.home-depart h2 a {color: #1c4326;}
.home-depart .box {position: relative;margin-right: 13px;padding: 0 27px;width: 290px;height: 296px;background: #fff;box-sizing: border-box;}
.home-depart .box:last-child {margin-right: 0;}
/**/

.home-depart .box ul li {width: 100%!important;}
.home-depart .box ul li a {width: 118px!important;}


.home-depart .box1 {width: 172px;}
.home-depart .box2 {width: 290px;}
.home-depart .box3 {width: 408px;}

.home-depart h3 {position: relative;line-height: 73px;font-size: 17px;font-weight: normal;}
.home-depart h3:after {position: absolute;right: 0;top: 0;color: #1c4326;font-size: 30px;font-family: 'iconfont';}
.home-depart .depart-list ul {height: 188px;overflow: hidden;}
.home-depart .depart-list li {float: left;width: 236px;height: 188px;font-size: 0;}
.home-depart .depart-list a {position: relative;display: inline-block;width: 50%;height: 36px;line-height: 35px;font-size: 14px;border: 1px solid #f2f2f2;text-indent: 10px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;box-sizing: border-box;transition: background-color .3s;}
.home-depart .depart-list a:hover {color: #fff;background: #287F7E;}
.home-depart .depart-list .point {position: absolute;right: 6px;top: 9px;width: 18px;height: 18px;border-radius: 50%;}
/*.home-depart .depart-list .point:after {position: absolute;left: -7px;top: 0;font-size: 12px;color: #fff;line-height: 18px;}*/
.home-depart .depart-list .point.point_1 {background: #81c2d5;}
/* .home-depart .depart-list .point.point_1:after {content: '省';} */
.home-depart .depart-list .point.point_3 {background: #bdd66e;}
/*.home-depart .depart-list .point.point_3:after {content: '市';}*/
.home-depart .depart-list .point.point_2 {background: #82A6F5;}
.home-depart .depart-list .point.point_4 {background: #E9CFAE;}
/*.home-depart .depart-list .point.point_1:after {content: '内'!important;}
.home-depart .depart-list .point.point_2:after {content: '外'!important;}
.home-depart .depart-list .point.point_3:after {content: '门'!important;}
.home-depart .depart-list .point.point_4:after {content: '技'!important;}*/

.home-depart .depart-list .dots {position: absolute;bottom: 24px;left: 0;right: 0;text-align: center;}
.home-depart .depart-list .dot {float: none;display: inline-block;margin-right: 6px;width: 12px;height: 12px;background: #ccc;}
.home-depart .depart-list .dot.active {background: #1c4326;}


/*专题专栏*/
.hm-sp-box{height:240px;box-sizing:border-box;padding-top:60px;/*background-image:url(../images/tiao-white.png);*/}
.hm-sp a{width:500px;height:125px;transition:.38s ease-in-out;border-right:2px solid #fff;box-sizing:border-box;display:block;float:left;position:relative;}
.hm-sp a p{position:absolute;font-size: 16px;right:0;bottom:0;width:100%;height:100%;color:#fff;background:rgba(68, 59, 59, 0.5);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e6135330,endcolorstr=#e6135330);;margin:0 auto;}
.hm-sp a p i{position:absolute;right:0;bottom:0;font-size:22px;width:49px;height:40px;line-height:40px;text-align:center;}
.hm-sp a p span{padding:10px 15px;position:absolute;top:0;}
.hm-sp a.cur p{width:49px;height:40px;font-size:0;}
.hm-sp a.cur{width:700px;}
.hm-sp-more{width: 262px;height:35px;display:block;border-radius:5px;text-align:center;line-height:37px;border:1px solid #1c4326;color:#1c4326;font-size: 16px;margin:20px auto;transition: all .5s;-webkit-transition: all .5s;}
.hm-sp-more:hover{background-color:#1c4326;color:#fff;}

/*友情链接 */ 
.footer-links {position: relative;height: 60px;background-color: #fff;word-spacing:1.5em;box-shadow: 0 -1px 6px rgba(0,0,0,.1);}
.links-header {float: left;width: 150px;height:60px;line-height:60px;font-size: 16px;color: #FFF;background: #1c4326;display:block;line-height:60px;height:60px;text-align: center;}
.links-header:hover {color: #FFF;}
.linklist li{float: left;height:60px;line-height:60px;font-size: 16px;}
.linklist li > a {display:block;line-height:60px;height:60px;padding: 0 15px;text-align: center;color: #000;}
.linklist li > a:hover {color: #1c4326;}
.linklist .link-nav {display:none;position:absolute;z-index:1;left:0;top:60px;padding: 6px;background-color:#4a544e;width:100%;box-sizing:border-box;}
.linklist .link-nav a{color:#ccc;padding:3px 5px;font-size:14px;}
.linklist .link-nav a:hover{color:#fff;background-color:#3D4942;}

/*底部 */
.footer {height: 160px;background: #F1F1F1;}
.footer .footer-info {width: 280px;display: inline-block;}
.footer .footer-info img {margin: 25px 20px;}
.footer .footer-info .wximg{width: 110px;margin: 25px 20px;margin-right: 100px;}
.footer .footer-info ul {padding-top: 25px;padding-right: 15px;}
.footer .footer-info ul li {height: 35px;line-height: 35px;}

/*内页统一标题*/
.list-tit{height:56px;line-height:56px;border-bottom:1px solid #e4e4e4;position:relative;margin-bottom: 15px;}
.list-tit .more-news{position:absolute;right:0;top:18px;width:79px;height:22px;line-height:22px;border:1px solid #1c4326;border-radius:3px;text-align:center;font-size:12px;color: #1c4326;}
.list-tit .more-news:hover{color:#fff;border-color:#1c4326;background-color:#1c4326;}
.list-tit h2{display:inline-block;font-size:16px;color:#ccc;font-weight:normal;}
.list-tit h2 a{display:inline-block;color:#1c4326;position:relative;font-weight: 600;}
.list-tit h2 a:hover:before{background-color:#337143;}
/*.list-tit h2 a:before{content:"";position:absolute;bottom:0;left:0;width:30px;height:3px;overflow:hidden;background:#1c4326;}*/
.list-tit h2 span{color:#666;}
.list-tit h2 .en-tit{position:absolute;background-color:#fff;white-space: nowrap;padding-right:40px;font-size:16px;color:#bcbcbc;left:0;bottom:-10px;line-height:20px;}
/* .list-tit .tab-tit{display:block;font-size:0;line-height:0;} */
.list-tit .tab-tit a{display:inline-block;line-height:56px;color:#666;font-weight:normal;font-size:16px;margin-right:30px;}
.list-tit .tab-tit a:before{display:none;}
.list-tit .tab-tit a.cur:before{display:block;width:64px;}
.list-tit .tab-tit a:first-child:before{border-left:none;left:0;}
.list-tit .tab-tit a:last-child:before{border-right:none;}
.list-tit .tab-tit a.cur{color:#1c4326;font-weight:bold;}
.list-tit .tab-tit a.cur:hover{color: #337143;}
.list-tit .fr{color:#ddd;}
.list-tit .fr i{font-size: 12px;}

/*内页统一新闻列表样式*/
.list-content a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/*侧边栏 */
.aside{position:fixed;width:40px;text-align:center;height:100%;right:0;top:0;z-index:99;padding-top:160px;transition:right 0.3s;-webkit-transition:right 0.3s;}
.aside a{display:block;color:#fff;}
.aside a:hover i{background:#00625A;}
.aside li{height:40px;line-height:40px;position:relative;}
.aside a i{width:100%;font-size:20px;background:#1c4326;position:relative;z-index:1;}
.aside li span{display:none;width:96px;background:#1c4326;position:absolute;top:0;right:0;color:#fff;}
.aside .gotop{position:fixed;width:40px;bottom:0;}
.aside .gotop a{display:none;}
.no-js .aside-service a span{display:block;opacity:0;filter:alpha(opacity=0);right:-36px;transition:opacity 0.3s,right 0.3s;-webkit-transition:opacity 0.3s,right 0.3s;}
.no-js .aside-service a:hover span{opacity:1;filter:alpha(opacity=100);right:40px;}
.no-js .gotop{display:block;}

/*指示灯*/
.elevator{position:fixed;background-color:#ccc;top:5px;font-size:12px;z-index:3;box-shadow: 0 0 4px rgba(0,0,0,.2);display:none;width:34px;}
.elevator a{color:#fff;padding:10px 5px;display:block;overflow:hidden;width:24px;line-height:14px;text-align: center;transition:all .1s;-webkit-transition:all .1s;-moz-transition:all .1s;border-bottom:1px solid #ddd;} 
.elevator a:hover,.elevator a.elevator-on{background-color:#1c4326;color:#fff;border-bottom-color:#1c4326;}
/* MSG */
.ajax .message{background:none;}
.message{height:100%;background-color:#efeff4;}
.message .msg{display:block;text-align:center;padding:15px 0;}
.message .msg i{font-size:80px;}
.message .msg strong{display:block;font-size:16px;}
.message .msg .success{color:#029C46;}
.message .msg .error{color:#e33;}
.message .msg .info{color:#56abe4;}
.message .msg .skip{color:#999;}
.message .msg .btn{border-radius:8px;width:200px;margin-top:15px;}

/* 医院概况 */
.leader{margin:auto -.555%;}
.leader li{float:left;width:10%;margin:auto .555%;overflow:hidden;}
.leader li img{width:100%;}
.leader li strong,.leader li span{display:block;text-align:center;}
.leader li span{color:#999;}
.oldpic{margin:auto -.5%;}
.oldpic li{float:left;width:24%;margin:auto .5% 20px .5%;overflow:hidden;}
.oldpic li a{position:relative;}
.oldpic li a,.oldpic li img{display:block;width:100%;}
.oldpic li a span{display:block;line-height:1.2;white-space:normal;height:16px;padding:15px 10px;position:absolute;left:0;right:0;bottom:-46px;color:#fff;background:#222;background:rgba(0,0,0,.8);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#cc000000,endcolorstr=#cc000000);transition:bottom 0.3s;-webkit-transition:bottom 0.3s;}
.oldpic li a:hover span{bottom:0;}

/*内页二级栏目*/
.small-banner{text-align:center;width:100%;min-height:255px;padding:40px 0 60px;box-sizing:border-box;background-color:#f3f6f9;background-image:url(../images/nav2-banner.jpg);background-position:center;position:relative;    background-repeat: no-repeat;
    background-size: cover;}
.small-banner h1{font-size: 30px;font-weight:normal;color:#fff;margin-bottom:15px;line-height: 1.4;}
.small-banner b{display: block;font-size: 24px;color: #77acdf;font-weight: normal;line-height: 1;}
.small-banner p{height: 80px;color: #d7deed;margin: 15px auto;position: relative;padding: 10px 0 30px;}
.small-banner p:after{position: absolute;bottom: 0;left: 50%;margin-left:-35px;background-color: #d7deed;width: 70px;height: 2px;content:'';display: block;}
.small-bg h1{color: #EA1517;}
.small-bg b{color: #EA1517;}
.small-bg p{color: #EA1517;}

.path{padding:10px 0;position:absolute;color:#c7d7e5;bottom:0px;width:100%;}
.path a{color:#c7d7e5;}
.path a:hover{color:#fff;opacity:1;}
.path i{font-size:12px;vertical-align:middle;padding:0 5px;}

.two-nav{padding-top:10px;background-color:#fff;box-shadow: 0 1px 4px rgba(0, 21, 41, 0.08);text-align: center;}
.two-nav>.layout{background-color:#fff;border-radius:3px;}
.two-nav li{text-align:center;position:relative;display:inline-block;}
.two-nav li:nth-child(2) {margin-left: -225px;}
.two-nav li:first-child {float: left;}
.two-nav li:first-child a:after {content:none;}
.two-nav li a{display:inline-block;line-height:20px;-webkit-transition:0.3s;transition:0.3s;padding:15px;position:relative;border-bottom:5px solid #fff;}
.two-nav li a:after{display:block;background-color:#e4e4e4;height:20px;width:1px;position:absolute;right:0;top:15px;content:"";}
.two-nav li:last-child a:after{display: none;}
.two-nav li.cur a{color:#1c4326;border-bottom-color:#1c4326;}

.container{min-height:500px;padding-bottom: 40px;}
.container-inner{padding:25px 0;min-height:460px;}
.content img{max-width:100%!important;}
.content p{margin:0 0 9px!important}
.content .keylink{color:#1c4326;border-bottom:1px solid #1c4326;}
.content p,.content p span,.news-content span{font-size:16px;line-height:30px;font-family:"Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif !important;}
.content h1{font-size:24px;line-height:1.5;font-weight:normal;padding:8px 0;color:#666;text-align: center;}
.content h1 span{font-size:14px;color:#666;}
.content .page-tit{line-height:50px;padding:0;border-bottom:2px solid #e6e6e6;}
.content .page-tit:before{content:'';display:inline-block;width:5px;height:20px;margin-right:10px;vertical-align:middle;background:#1c4326;}
.content .page-tit span{vertical-align:middle;font-size:20px;}
.content .page-tit i{font-size:16px;color:#999;}
.floor th,.floor td{line-height:1.8;padding:5px 10px;border:1px solid #b4dcba;}
.floor th{width:40px;text-align:center;background:#ecf8ee;font-weight:bold;}
.floor td span{margin-left:20px;color:#999;}
.floor td ul{overflow:hidden;}
.floor td li{width:48%;float:left;}

/*三级栏目*/
.three-nav{height:50px;margin-bottom:25px;border-bottom:3px solid #E3D3CA;position:relative;}
.three-nav h2{line-height:50px;font-size:20px;word-spacing:.8em;color:#1c4326;font-weight:normal;}
.three-nav h2:before{content:"";position:absolute;bottom:-3px;left:0;width:35px;height:3px;overflow:hidden;background:#1c4326;}
.three-nav h2 span,.three-nav h2 i{vertical-align:middle;}
.three-nav h2 i{font-size:14px;color:#d58016;margin-left:15px;}
.three-nav h2 i a{margin-left:5px;}
.three-nav ul{position:absolute;bottom:0;right:0;}
.three-nav li{float:left;line-height:16px;padding:10px 18px;position:relative;}
.three-nav li.cur{background:#fff;border-left:1px solid #E3D3CA;border-right:1px solid #E3D3CA;border-top:3px solid #1c4326;border-bottom:2px solid #fff;margin-bottom:-3px;}
.three-nav li.cur a{color:#1c4326;}

/*发展历程*/
.history-journey>i{width:60px;height:60px;line-height:52px;text-align:center;background:#1c4326;border-radius:50%;font-size:42px;color:#fff;margin-left:124px;}
.history-journey ul{background:url(../images/vertical.png) 150px 0 repeat-y;padding-top:50px;}
.history-journey ul li{position:relative;padding-bottom:80px;}
.history-journey ul .left-year{width:130px;position:absolute;top:-5px;left:0;line-height:1;font-size:36px;text-align:right;color:#999;}
.history-journey ul .point{position:absolute;left:144px;top:3px;height:16px;width:16px;background:#fff;border-radius:50%;border:2px solid #1c4326;transition:all 0.2s;-webkit-transition:all 0.2s;}
.history-journey ul .right-info{margin-left:180px;}
.history-journey ul .right-info span{font-weight:bold;margin-right:10px;}

/*老照片瀑布流*/
.history-photo ul{margin-left:-.5%;margin-right:-.5%;}
.history-photo ul li{float:left;width:24%;margin:0 .5% 25px .5%;}
.history-photo ul li a{background:#e7e7e7;padding-bottom:20px;transition:background-color 0.3s,color 0.3s;-webkit-transition:background-color 0.3s,color 0.3s;}
.history-photo ul li a,.history-photo ul li a span{display:block;}
.history-photo ul li a span{padding:0 15px;line-height:1.5;margin-top:10px;}
.history-photo ul li a img{width:100%;transition:opacity 0.3s;-webkit-transition:opacity 0.3s;}
.history-photo ul li a:hover{background-color:#1c4326;color:#fff;}
.history-photo ul li a:hover img{opacity:.3;filter:alpha(opacity=30);}
.load-more{background:#e7e7e7;height:40px;line-height:40px;text-align:center;}
.load-more a{display:block;height:40px;line-height:40px;transition:background 0.3s;-webkit-transition:background 0.3s;}
.load-more a:hover{background:#ddd;}
.load-more i{margin-right:5px;}
.load-more img{vertical-align:middle;margin-right:5px;}

/*视频、图片、图文、文字、下载列表*/
.video-list ul{margin-left:-0.5%;margin-right:-0.5%;}
.video-list ul li{width:24%;margin-bottom:11px;float:left;margin-left:0.5%;margin-right:0.5%;}
.video-list ul li a{line-height:45px;height:45px;overflow:hidden;text-align: center;display:block;padding:0 20px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.video-list ul li .vdimg{box-sizing:border-box;height:221px;border:1px solid #c9c9c9;padding:6px;display:block;font-size:0;line-height:0;position:relative;overflow:hidden;position:relative;}
.video-list ul li .vdimg i{position:absolute;bottom:12px;right:12px;background-color:#1c4326;font-size:20px;color:#fff;text-align:center;border-radius:4px;width:47px;height:47px;line-height:47px;transition:background-color 0.3s;-webkit-transition:background-color 0.3s;}
.video-list ul li .vdimg:hover i{background-color:#337143;}
.video-list ul li img{width:100%;transition:transform .6s;height:100%;}
.video-list ul li .vdimg:hover img{transform:scale(1.1);}
.video-list ul li .vdimg>div{width:100%;height:100%;overflow:hidden;}
.imgs-list ul{margin-left:-2.5%;margin-right:-2.5%;}
.imgs-list li{float:left;width:28.3%;margin:0 2.5% 25px 2.5%;height:306px;}
.imgs-list li img{width:100%;transition:transform 0.68s;-webkit-transition:transform 0.68s;transform:scale(1);}
.imgs-list li a{width:100%;display:block;position:relative;}
.imgs-list li .il-tit{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;height:40px;line-height:40px;border-bottom:1px solid #d7d7d7;color:#1c4326;font-weight:normal;}
.imgs-list li .il-img{font-size:0;line-height:0;position:relative;height:237px;}
.imgs-list li .il-img:after,.imgs-list li .il-img:before{transition:opacity .48s;display:block;content:"";position:absolute;opacity:0;filter:alpha(opacity=0);}
.imgs-list li .il-img:before{background-color:#1c4326;z-index:2;top:0;left:0;width:100%;height:100%;box-shadow: 0px 5px 5px rgba(148, 148, 148, .5);}
.imgs-list li .il-img:after{transition: all .24s ease;z-index:3;content:"\e650";width:100px;height:50px;line-height:50px;font-size:50px;text-align:center;color:#fff;font-family:"iconfont";left:128px;bottom:105px;}
.imgs-list li .il-img-wp{width:100%;height:100%;overflow:hidden;}
.imgs-list li .il-link:hover img{transform:scale(1.2);}
.imgs-list li .il-link:hover .il-img:after{opacity:1;filter:alpha(opacity=100);transform: rotate(90deg);}
.imgs-list li .il-link:hover .il-img:before{opacity:.9;filter:alpha(opacity=90);}
.imgs-list li span{font-size:12px;display:block;padding-top:7px;color:#999;}
.imgs-list li u{color: #e8e4e8;margin: 0 5px;}

.pic-list ul{margin-left:-1.5%;margin-right:-1.5%;}
.pic-list li{float:left;width:22%;margin:0 1.5% 25px 1.5%;height:254px;overflow:hidden;}
.pic-list li img{width:100%;transition:transform 0.68s;-webkit-transition:transform 0.68s;transform:scale(1);}
.pic-list li a{width:100%;display:block;overflow:hidden;position:relative;}
.pic-list li .pl-tit{text-overflow:ellipsis;white-space:nowrap;height:40px;line-height:40px;border-bottom:1px solid #d7d7d7;color:#1c4326;}
.pic-list li .pl-img{font-size:0;line-height:0;height:185px;overflow:hidden;}
.pic-list li .pl-img:after,.pic-list li .pl-img:before{transition:opacity .48s;display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;}
.pic-list li .pl-img:before{background-color:#1c4326;opacity:0;filter:alpha(opacity=0);z-index:2;}
.pic-list li .pl-img:after{background:url(../images/bg-add.png) no-repeat center;z-index:3;opacity:0;}
.pic-list li .pl-img:hover img{transform:scale(1.2);}
.pic-list li .pl-link:hover .pl-img:after{opacity:1;}
.pic-list li .pl-link:hover .pl-img:before{opacity:.8;filter:alpha(opacity=80);}
.pic-list li span{font-size:12px;display:block;padding-top:7px;}
.pic-list li u{color: #e8e4e8;margin: 0 5px;}

.pictxt-list li{position:relative;height:110px;padding-bottom:20px;overflow:hidden;margin-bottom:20px;border-bottom:1px dashed #ddd;}
.pictxt-list span{font-size: 13px;color: #b7b7b7;line-height:20px;display:block;}
.pictxt-list .item-pic{position:absolute;top:0;left:0;width:165px;height:110px;overflow:hidden;}
.pictxt-list .item-pic img{width:165px;height:110px;}
.pictxt-list .item-info{margin-left:180px;}
.pictxt-list .no-img .item-info{margin-left: 0;}
.pictxt-list .item-info h2{font-size:20px;font-weight:normal;}
.pictxt-list .item-info p{color:#999;line-height:1.5;}
.detailtxt-list li{height:120px;}
.detailtxt-list .item-info{margin-left:0;}
.info-list .no {text-align: center;color: #ECECEC!important;}
.text-list li,.info-list li,.download-list li{padding:10px 0;height:40px;box-sizing:border-box;border-bottom:1px dashed #d7d7d7;line-height:1.5;overflow:hidden;position:relative;}
/*.text-list li:last-child,.info-list li:last-child{border-bottom:none;}*/
.text-list li span,.info-list li span,.download-list li span{color: #999;font-size: 12px;position:absolute;right:0;top:13px;}
.text-list li span u,.info-list li span u,.download-list li span u{color: #e8e4e8;margin: 0 5px;}
.download-list li{height:46px;}
.download-list li a.download{position:absolute;border-radius: 3px;top:5px;right:0;width:70px;line-height:24px;font-size:12px;background:#1c4326;color:#fff;display:inline-block;padding:3px 15px;}
.download-list li a i{margin-right:5px;}
.download-list li a.download:hover{background:#1c4326;}
.download-list li a.dl-icon{padding-left:30px;position:relative;}
.download-list li a.dl-icon:before{left: 0;font-size: 22px;color: #1c4326;content: "\e663";display: block;font-family: "iconfont";position: absolute;top: -7px;} 
.download-list li a.doc:before,.download-list li a.docx:before{content:"\e667";}
.download-list li a.xls:before,.download-list li a.xlsx:before{content:"\e668";}
.download-list li a.ppt:before,.download-list li a.pptx:before{content:"\e660";}
.download-list li a.pdf:before{content:"\e68f";}
.download-list li a.rar:before{content:"\e665";} 
.download-list li a.zip:before{content:"\e661";}
.download-list li a.swf:before{content:"\e7c0";}
.download-list li a.txt:before{content:"\e664";}
.download-list li:hover a.dl-icon:before{color:#1c4326;}
.download-list li:hover a.doc:before,.download-list li:hover a.docx:before{color:#4568a0;}
.download-list li:hover a.xls:before,.download-list li:hover a.xlsx:before{color:#378458;}
.download-list li:hover a.ppt:before,.download-list li:hover a.pptx:before{color:#db6340;}
.download-list li:hover a.pdf:before{color:#e81f05;}
.download-list li:hover a.rar:before{color:#ff5056;}
.download-list li:hover a.zip:before{color:#a372db;}
.download-list li:hover a.swf:before{color:#bb041a;}
.download-list li:hover a.txt:before{color:#8fa4b5;}

/*分页*/
.pager{overflow:hidden;text-align:center;}
.pager a,.pager button{background:#f1eff0;color:#999;}
.pager a,.pager span,.pager input,.pager button{display:inline-block;vertical-align:middle;line-height:30px;padding:0 12px;border-radius: 3px;margin-left:5px;}
.pager a:hover{background:#ddd;color:#444;}
.pager a.cur{background:#1c4326;color:#fff !important;}
.pager a.disabled,.pager a.disabled:hover{background:#f1eff0;color:#ddd;cursor:default;}
.pager span{background:#f1eff0;}
.pager input{width:52px;padding: 0 0 0 8px;line-height:30px;height:30px;box-sizing:border-box;}
.pager button{transition:.3s;border:none;}
.pager button:hover{background-color:#1c4326;color:#fff;}
.pager .loading {padding: 5px 100px;color: #FFF;background: #1c4326;}

/*视频详细*/
.video-show h1{font-size:24px;font-weight:normal;}
.vdinfo{line-height:30px;color:#999;}
.vdinfo .fl span{margin-right:10px;}
.vdplayer{width:100%;height:473px;margin-top:25px;}
/*图集详细*/
.pic-show h1{font-size:24px;font-weight:normal;}
.picinfo{line-height:30px;color:#999;}
.picinfo .fl span{margin-right:10px;}
.picplayer{position:relative;margin:15px 0;}
.picplayer .view{overflow:hidden;font-size:0;line-height:0;text-align:center;}
.picplayer .view img{max-width:100%;}
.picplayer .prev,.picplayer .next{display:block;position:absolute;top:0;width:50%;height:100%;z-index:1;}
.picplayer .prev span,.picplayer .next span{display:block;position:absolute;width:70px;height:96px;top:50%;margin-top:-48px;text-align:center;line-height:96px;font-size:60px;font-family:simsun;background:#444;color:#fff;opacity:0;filter:alpha(opacity=0);text-decoration:none;transition:opacity .5s;-moz-transition:opacity .5s;-webkit-transition:opacity .5s;}
.picplayer .prev,.picplayer .prev span{left:0px;}
.picplayer .next,.picplayer .next span{right:0px;}
.picplayer .prev:hover span,.picplayer .next:hover span{opacity:0.6;filter:alpha(opacity=60);}
.imgtxt{background:#000;color:#fff;font-size:14px;opacity:0.6;filter:alpha(opacity=60);position:absolute;left:0;right:0;bottom:0;padding:10px 15px;}
.thumbbox{height:97px;margin-bottom:20px;position:relative;}
.thumbbox .prev,.thumbbox .next{display:block;width:40px;height:97px;background:#444;color:#fff;font-family:simsun;text-decoration:none;font-size:40px;line-height:100px;text-align:center;position:absolute;top:0;}
.thumbbox .prev{left:0;}
.thumbbox .next{right:0;}
.thumblist{height:97px;overflow:hidden;margin-left:50px;margin-right:50px;white-space:nowrap;font-size:0;}
.thumblist ul{display:inline-block;width:100%;}
.thumblist ul li{float:left;width:11.3%;height:100%;margin-left:.6%;margin-right:.6%;overflow:hidden;}
.thumblist ul li{background:#1c4326;}
.thumblist ul li a{display:block;font-size:0;line-height:0;}
.thumblist ul li .cur img{opacity:0.3;filter:alpha(opacity=30);}
.thumblist ul li img{height:100%;}
.view{min-height:400px;background:#000;}
.view .loading{display:none;width:50px;height:50px;border-radius:8px;background:url(../images/loading.gif) center no-repeat #000;opacity:0.8;filter:alpha(opacity=80);position:absolute;left:50%;top:50%;margin-top:-25px;margin-left:-25px;}

/* 新闻中心 */
.inner-row>.fl{width:65%;}
.inner-row>.fr{width:31%;}
.inner-row .img-news{width:370px;height:248px;position:absolute;top:0;overflow:hidden;}
.inner-row .img-news a{width:370px;height:248px;display: block;position:relative;}
.inner-row .img-news a img{display: block;}
.inner-row .img-news a span{width:100%;height:40px;padding-left: 10px;padding-right: 120px;box-sizing:border-box;line-height:40px;position:absolute;bottom: 0;left: 0;background-color: rgb(0,0,0);background-color: rgba(0,0,0,.7);color: #fff;}
.dots{position:absolute;bottom:12px;left:0;text-align:right;width:97%;padding-right:3%;}
.dots li{display:inline-block;width:14px;height:14px;margin-left:3px;border-radius:50%;background:#9b9b9b;opacity:.7;filter:alpha(opacity=70);line-height:0;font-size:0;text-indent:-999px;cursor:pointer;}
.dots .active{opacity:1;filter:alpha(opacity=100);background-color:#337143;}
.inner-row .hp-news{margin-left:390px;height:262px;}
.inner-row .hp-news .top-news{height:78px;border-bottom: 1px dashed #ddd;margin-bottom: 8px;}
.inner-row .hp-news .top-news p{font-size:13px;color:#868686;line-height:20px;display:-webkit-box;height:40px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal;margin-bottom:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.inner-row .hp-news .top-news a{font-size:18px;white-space:nowrap;line-height:20px;}
.news-special{height:262px;overflow:hidden;}
.news-special li{margin-bottom:15px;}
.news-special li a{display:block;height:123px;overflow:hidden;font-size:0;position:relative;}
.news-special li a span{font-size:14px;display:block;line-height:40px;height:40px;background:#1c4326;color:#fff;padding-left:10px;position:absolute;bottom:0;left:0;right:0;transition:background 0.3s;-webkit-transition:background 0.3s;}
.news-special li a:hover span{background-color:#015ba0;}
.news-special li img{width:100%;}
.news-withdate li{position:relative;height:28px;line-height:28px;overflow:hidden;}
.news-withdate li a{max-width:88%;}
.news-withdate li a:before{content:"•";font-weight:bold;color:#ccc;margin-right:5px;}
.news-withdate li span{position:absolute;bottom:0;right:0;color:#999;font-size:12px;}
.notice-withdate li{position:relative;height:36px;line-height:36px;border-bottom:1px dotted #ddd;overflow:hidden;}
.notice-withdate li:last-child{border:none;}
.notice-withdate li a{max-width:88%;}
.notice-withdate li a:before{content:"•";font-weight:bold;color:#ccc;margin-right:5px;}
.notice-withdate li span{position:absolute;bottom:0;right:0;color:#999;font-size:12px;}
.video-news{padding:30px 0;}
.video-news .list-tit{border:none;}
.right-video{margin-top:15px;}
.right-video li{width:25%;float:left;}
.right-video li a{line-height:45px;text-align: center;display:block;padding:0 20px;}
.right-video li .vdimg{height:192px;box-sizing:border-box;border:1px solid #c9c9c9;padding:6px;display:block;font-size:0;line-height:0;position:relative;overflow:hidden;position:relative;}
.right-video li .vdimg i{position:absolute;bottom:12px;right:12px;background-color:#1c4326;font-size:22px;color:#fff;text-align:center;border-radius:4px;width:47px;height:47px;line-height:47px;transition:background-color 0.3s;-webkit-transition:background-color 0.3s;}
.right-video li .vdimg>div{overflow:hidden;}
.right-video li .vdimg:hover i{background-color:#337143;}
.right-video li .vdimg:hover img{transform:scale(1.1);}
.right-video li img{width:100%;transition:transform .6s;}
.news-media ul,.news-inner-list ul{height:168px;}
.news-inner-list li{height:28px;overflow:hidden;}
.news-inner-list a{line-height:28px;}
.news-inner-list a:before{content:"•";font-weight:bold;color:#1c4326;margin-right:5px;}
.news-report{margin-left:-1%;margin-right:-1%;}
.news-report li{float:left;width:14.66%;margin-left:1%;margin-right:1%;}
.news-report li a{display:block;position:relative;background:#000;text-align:center;width: 100%;height: 240px;}
.news-report li a span{display:block;background:#1c4326;color:#fff;line-height:30px;height:30px;position:absolute;bottom:0;left:0;right:0;box-sizing:border-box;padding:0 10px;text-overflow:ellipsis;overflow:hidden;white-space: nowrap;transition:background 0.3s;-webkit-transition:background 0.3s;}
.news-report li a:hover span{background-color:#015ba0;}
.news-report li a img{width:100%;height:100%;transition:opacity 0.3s;-webkit-transition:opacity 0.3s;opacity:.7;filter:alpha(opacity=70);}
.news-report li a:hover img{opacity:1;filter:alpha(opacity=100);}
.news-show{overflow:hidden;}

/*新闻列表*/
.news-list>.fl,.news-show>.fl,.video-show>.fl{width:70%;}
.news-list>.fr,.news-show>.fr,.video-show>.fr{width:26%;}
.news-list .sort a {display:block;margin-right:20px;line-height:46px;height:46px;float:left;}
.news-list .sort a i{color:#ccc;font-size:12px;margin-left:6px;font-weight:normal;}
.news-list .sort a.cur{font-weight:bold;color:#1c4326;border-bottom:3px solid #1c4326;}
#news-list li{border-bottom:1px solid #e6e6e6;padding-top:15px;padding-bottom:15px;height:136px;position:relative;}
#news-list li:first-child{padding-top:5px;}
#news-list li:first-child .thumb{top:5px;}
#news-list li h2{font-size:20px;line-height:1.5;font-weight:normal;}
#news-list li .thumb{position:absolute;left:0;top:15px;}
#news-list li .thumb img{width:182px;height:136px;}
#news-list li.hasthumb{padding-left:200px;}
.news-list-info{font-size:12px;color:#999;line-height:35px;}
.news-list-info .fl span{margin-right:10px;}
.news-list-info .fr span{display:inline-block;}
.news-list-info .fr a{vertical-align:middle;margin-left:5px;}
.news-list-summary{overflow:hidden;height:136px;}
.news-list-summary p{display:-webkit-box;line-height:1.5;max-height:68px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal;margin-bottom:0;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;color:#777;}
.right-side .list-tit h2 span{font-weight:bold;display:inline-block;line-height:46px;}
.right-side .list-tit h2 span:before{content:"";position:absolute;bottom:-3px;left:-5px;width:30px;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;overflow:hidden;background:#1c4326;}
.right-side .list-tit{border-color:#E3D3CA;}
.right-side .txt-list li,.right-side .hot-list li{height:34px;line-height:34px;border-bottom:1px dashed #ccc;position:relative;}
.right-side .txt-list li:last-child,.right-side .hot-list li:last-child{border:none;}
.right-side .txt-list li a:before{content:"•";font-weight:bold;color:#1c4326;margin-right:5px;}
.right-side .hot-list li em{font-weight:normal;font-size:8px;display:inline-block;width:16px;height:16px;line-height:16px;text-align:center;color:#fff;background:#999;margin-right:5px;}
.right-side .hot-list li .top1{background:#fc6c6c;}
.right-side .hot-list li .top2{background:#ffa169;}
.right-side .hot-list li .top3{background:#ffc861;}
.right-side .hot-list span{position:absolute;right:0;top:0;color:#999;}
.right-img{margin:0 -2.5% -10px -2.5%;}
.right-img li{float:left;width:45%;margin:0 2.5% 15px 2.5%;}
.right-img a img{width:148px;height:110px;}
.right-img a span{display:block;display:-webkit-box;max-height:38px;line-height:20px;white-space:normal;font-size:12px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.txt-list li.top-special{height:auto;border:none;margin-bottom:5px;}
.txt-list li.top-special a{display:block;font-size:0;padding-bottom:40px;line-height:0;overflow:hidden;position:relative;}
.txt-list li.top-special a:before{display:none;}
.txt-list li.top-special a span{font-size:14px;display:block;line-height:40px;height:40px;background:#1c4326;color:#fff;padding-left:10px;position:absolute;bottom:0;left:0;right:0;transition:background 0.3s;-webkit-transition:background 0.3s;}
.txt-list li.top-special a:hover span{background-color:#1c4326;}
.top-special a,.top-special a img{width:100%;}

/*分享图标（彩色）*/
.color-share a{display:inline-block;width:22px;height:22px;line-height:22px;text-align:center;color:#fff;}
.color-share a:hover{color:#fff !important;}
.color-share .jiathis_button_qzone{background:#1596ea;}
.color-share .jiathis_button_tsina{background:#e53048;}
.color-share .jiathis_button_weixin{background:#01b30c;}
.color-share .jiathis_button_fb{background:#31659b;}
.color-share .jiathis_button_twitter{background:#07cdfe;}
.color-share .jiathis_button_linkedin{background:#2d7bbd;}
.color-share .print_button{background:#2d7bbd;}

/*新闻详细*/
.news-info{color:#999;line-height:40px;border-bottom:1px solid #ddd;overflow:hidden;}
.news-info .fl span{margin-right:10px;}
.news-info .fr span{display:inline-block;}
.news-info .fr a{vertical-align:middle;}
.news-content{padding-top:15px;padding-bottom:15px;font-size:15px;}
.news-footer-share{text-align:right;border-bottom:3px solid #1c4326;padding-bottom:20px;}
.relate-document li{border-bottom: 1px dashed #EEE;height: 45px;}
.relate-document li:last-child{border:none;}
.relate-document li a{display:block;line-height:45px;padding:0 40px;position:relative;}
.relate-document li span{max-width:85%;display:inline-block;box-sizing:border-box;}
.relate-document li a:hover:after{-webkit-animation: gWelPinle .8s ease-in-out;animation: gWelPinle .8s ease-in-out;color:#1c4326;}
.relate-document li a:after,.relate-document li a:before{display:block;font-family:"iconfont";position:absolute;top:0;}
.relate-document li a:after{right:0;color:#999;font-size:18px;content:'\e612';}
.relate-document li a:before{left:0;font-size:26px;color:#1c4326;content:"\e663";}
.relate-document li a:hover:before{color:#1c4326;}
.relate-document li .doc:before,.relate-document li .docx:before{content:"\e667";color:#4568a0;}
.relate-document li .xls:before,.relate-document li .xlsx:before{content:"\e668";color:#378458;}
.relate-document li .ppt:before,.relate-document li .pptx:before{content:"\e660";color:#db6340;}
.relate-document li .pdf:before{content:"\e68f";color:#e81f05;}
.relate-document li .rar:before{content:"\e665";color:#ff5056;}
.relate-document li .zip:before{content:"\e661";color:#a372db;}
.relate-document li .swf:before{content:"\e7c0";color:#bb041a;}
.relate-document li .txt:before{content:"\e664";color:#8fa4b5;}

.news-mark{position:relative;line-height:36px;color:#a1a1a1;padding-bottom:20px;}
.news-mark>span{margin:0 10px;font-size:12px;position:relative;top:-1px;}
.news-mark .back-list{height:68px;line-height:68px;text-align: center;}
.news-mark .back-list .bl-btn{display: inline-block;width:140px;height:40px;border-radius:3px;background-color:#1c4326;color:#fff;text-align:center;line-height:40px;}
.news-mark .back-list .bl-btn:hover{background-color:#1c4326;}
.news-mark .paging{height:37px;line-height:37px;border-top: 1px solid #e4e4e4;}
.news-mark .paging i{margin:0 15px;opacity:.8;}
.news-mark .paging a{color:#333;}
.news-mark .paging a:hover span{color:#1c4326;}

.related{position:relative;margin-top:20px;padding: 10px 15px;border: 1px solid #ddd;}
.relate-tit h2{font-size: 18px;color: #1c4326;}
.relate-tit{height: 46px;line-height: 40px;border-bottom: 1px solid #ddd;}
.news-ralated .right-related.fr{width:69.31%;}
.news-ralated .left-related{width:25.21%;margin-top:12px;}
.news-ralated .left-related img{width:235px;height:146px;}
.news-ralated .left-related span{display:block;overflow: hidden;height:24px;text-overflow: ellipsis;white-space: nowrap;}
.related-news li{height:38px;line-height:38px;position:relative;border-bottom:1px solid #f2f2f2;}
.related-news li:last-child{border-bottom:none;}
.related li.top-related{height:68px;padding-bottom:15px;border-bottom:1px solid #ddd;margin-bottom:15px;}
.related li.top-related img{float:left;margin-right:15px;}
.related li.top-related a:before{display:none;}
.related li.top-related a{font-size:18px;line-height:24px;}
.related li.top-related p{font-size:13px;color:#999;line-height:20px;display:-webkit-box;height:40px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal;margin-bottom:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.related .top-related{position:relative;}
.related-news li a:before{content:"•";font-weight:bold;color:#ccc;margin-right:5px;}
.related-news li span{color:#999;margin-left:10px;font-size:12px;}
.related-news li.top-related img{width:90px;height:68px;}
.related-dmt a,.related-doc a,.related-dis a{color:#1c4326;line-height:1;}
.top-dm,.top-dis{overflow:hidden;}
.top-dm h2,.top-dis h2{font-size:16px;line-height: 36px;border-bottom:1px solid #f2f2f2;font-weight:normal;margin-bottom:5px;}
.top-dm p,.top-dis p{line-height:1.5;margin-top:10px;font-size:14px;}
.top-dm p a,.top-dis p a{display:inline;}
.more-dm,.more-dis{line-height:30px;font-size:16px;border-top:1px solid #ddd;margin-top:15px;word-spacing:1em;}
.more-dm a:hover,.more-dis a:hover{text-decoration:underline;}
.related-doc li{height:100px;position:relative;padding:10px 0 10px 90px;overflow:hidden;border-bottom:1px dashed #ddd;}
.related-doc li .doctor-img{position:absolute;left:0;top:10px;}
.related-doc li .doctor-img img{width:74px;height:100px;}
.related-doc li p{height:75px;overflow:hidden;font-size:14px;}
.related-doc li:last-child{border:none;}
.related-doc h2{font-size:16px;font-weight:normal;}
.related-qa li.top-related{height:72px;}
.related-qa li.top-related p{color:#666;margin-top:5px;}
.ico-ask,.ico-answer{display:inline-block;width:24px;height:24px;border-radius:50%;line-height:24px;margin-right:8px;text-align:center;font-size:15px;background:#1c4326;color:#fff;vertical-align:middle;}
/*新闻主题推荐*/
.theme-cont{display:none;position:relative;}
.theme-cont img,.theme-cont a{display:block;width:100%;}
.theme-cont.tm-700-140{margin:0 auto 25px;width:700px;}
.theme-cont.tm-700-140 img{height:140px;display:block;}
.theme-cont.tm-244-244 img{height:244px;}
.theme-cont:after{content:"推荐";display:block;position:absolute;top:0;left:0;width:45px;height:30px;line-height:30px;text-align:center;background-color:#19784c;background-color:rgba(25,120,76,.75);color:#fff;}

/*打印新闻*/
@media print {
  .header,.two-nav,.path,.news-show>.fr,.news-mark,.color-share,.banner,.aside-share,.related,.footer,.aside,.gotop,.login-dialog,.links,.gotop,.theme-cont,.small-banner{display:none!important;}
  .layout,.news-show>.fl{float:none!important;width:auto;}
}

/*院报列表*/
.newspaper-list{padding:20px 0;margin-left:-1%;margin-right:-1%;}
.newspaper-list li{float:left;width:14.66%;margin-left:1%;margin-right:1%;margin-bottom:20px;}
.newspaper-list li a{display:block;position:relative;background:#000;text-align:center;overflow:hidden;line-height:0;}
.newspaper-list li a span{display:block;background:#1c4326;color:#fff;line-height:30px;height:30px;position:absolute;bottom:0;left:0;right:0;transition:background 0.3s;-webkit-transition:background 0.3s;}
.newspaper-list li a:hover span{background-color:#015ba0;}
.newspaper-list li a img{height:240px;transition:opacity 0.3s;-webkit-transition:opacity 0.3s;opacity:.7;filter:alpha(opacity=70);}
.newspaper-list li a:hover img{opacity:1;filter:alpha(opacity=100);}

/*院报详细*/
.newspaper-show{padding:20px 0;margin-left:-1%;margin-right:-1%;}
.newspaper-show li{float:left;width:23%;margin-left:1%;margin-right:1%;margin-bottom:20px;}
.newspaper-show li a{display:block;position:relative;background:#000;text-align:center;overflow:hidden;}
.newspaper-show li a span{display:block;background:#1c4326;color:#fff;line-height:30px;height:30px;position:absolute;bottom:0;left:0;right:0;transition:background 0.3s;-webkit-transition:background 0.3s;}
.newspaper-show li a:hover span{background-color:#015ba0;}
.newspaper-show li a img{height:367px;transition:opacity 0.3s;-webkit-transition:opacity 0.3s;opacity:.7;filter:alpha(opacity=70);}
.newspaper-show li a:hover img{opacity:1;filter:alpha(opacity=100);}

/*患者服务首页*/
.patient-specialist li{margin-bottom:12px;}
.patient-specialist li a{height:45px;line-height:45px;}
.package-list{margin-top:18px;}
.package-list ul{margin:auto -1%;overflow:hidden;}
.package-list li{width:18%;float:left;margin:0 1% 25px 1%;box-sizing:border-box;}
.package-list li h3{line-height:35px;}
.package-list li img{width:100%;height:170px;}
.package-list li>a{display:block;line-height:0;}
.package-list .price{overflow:hidden;}
.package-list .price strong{float:left;color:#BE3730;font-size:20px;font-weight:normal;}
.package-list .price .btn{float:right;}
.list-map{height:168px;}
.list-content .report-btn{display:block;border:2px solid #1c4326;background:#fff;color:#1c4326;font-size:18px;height:60px;line-height:60px;transition:all 0.3s;-webkit-transition:all 0.3s;}
.list-content .report-btn i{vertical-align:middle;margin-right:5px;font-size:22px;}
.list-content .report-btn:hover{color:#fff;background:#1c4326;border-color:#1c4326;}

/*患者服务首页-智能导诊*/
.smart{margin-top:20px;}
.smart .fl{width:52%;}
.smart .fr{width:48%;}
.sex-switch{position:absolute;z-index:3;left:140px;bottom:5px;overflow:hidden;background:#f4f4f4;border:1px solid #ddd;border-radius:30px;}
.sex-switch a{float:left;display:block;line-height:14px;padding:8px 12px;font-size:12px;}
.sex-switch a.cur{background:#1c4326;padding:6px 10px;margin:2px;border-radius:30px;color:#fff;}
.sex-switch a i{margin-right:3px;}
.body{position:relative;}
.body img{width:393px;height:296px;}
.body img.transparent{position:absolute;top:0;left:0;z-index:1;}
.parts{display:none;}
.parts.cur{display:block;}
.parts .front span:first-child{display:block;}

.parts.female span{display:none;position:absolute;background:url(../images/female-home-hover.png);}
.parts.female .front .parts1{width:35px;height:38px;left:69px;top:2px;background-position:-80px -2px;}
.parts.female .front .parts2{width:16px;height:15px;left:78px;top:39px;background-position:-89px -44px;}
.parts.female .front .parts3{width:48px;height:45px;left:62px;top:46px;background-position:-73px -61px;}
.parts.female .front .parts4{width:44px;height:37px;left:64px;top:88px;background-position:-75px -113px;}
.parts.female .front .parts7.parts-l{width:60px;height:160px;left:2px;top:53px;background-position:-8px -68px;}
.parts.female .front .parts7.parts-r{width:60px;height:107px;left:110px;top:52px;background-position:-126px -67px;}
.parts.female .front .parts8.parts-l{width:27px;height:163px;left:58px;top:130px;background-position:-69px -180px;}
.parts.female .front .parts8.parts-r{width:25px;height:162px;left:87px;top:131px;background-position:-98px -181px;}
.parts.female .front .parts12{width:49px;height:24px;left:61px;top:121px;background-position:-72px -151px;}
.parts.female .back .parts1{width:35px;height:38px;left:288px;top:1px;background-position:-299px -1px;}
.parts.female .back .parts2{width:16px;height:11px;left:299px;top:39px;background-position:-310px -44px;}
.parts.female .back .parts16{width:50px;height:48px;left:280px;top:47px;background-position:-291px -62px;}
.parts.female .back .parts5{width:40px;height:28px;left:285px;top:92px;background-position:-296px -117px;}
.parts.female .back .parts6{width:53px;height:35px;left:279px;top:117px;background-position:-290px -147px;}
.parts.female .back .parts7.parts-l{width:61px;height:109px;left:219px;top:52px;background-position:-225px -67px;}
.parts.female .back .parts7.parts-r{width:60px;height:109px;left:330px;top:52px;background-position:-346px -67px;}
.parts.female .back .parts8.parts-l{width:25px;height:148px;left:278px;top:148px;background-position:-289px -188px;}
.parts.female .back .parts8.parts-r{width:25px;height:148px;left:307px;top:147px;background-position:-318px -187px;}

.parts.male span{display:none;position:absolute;background:url(../images/male-home-hover.png);}
.parts.male .front .parts1{width:28px;height:40px;left:66px;top:2px;background-position:-77px -2px;}
.parts.male .front .parts2{width:18px;height:11px;left:72px;top:39px;background-position:-83px -43px;}
.parts.male .front .parts3{width:58px;height:38px;left:51px;top:44px;background-position:-62px -54px;}
.parts.male .front .parts4{width:51px;height:56px;left:57px;top:74px;background-position:-68px -94px;}
.parts.male .front .parts7.parts-l{width:54px;height:100px;left:0px;top:57px;background-position:-6px -67px;}
.parts.male .front .parts7.parts-r{width:56px;height:103px;left:109px;top:53px;background-position:-125px -63px;}
.parts.male .front .parts8.parts-l{width:41px;height:163px;left:40px;top:131px;background-position:-51px -186px;}
.parts.male .front .parts8.parts-r{width:41px;height:163px;left:85px;top:131px;background-position:-96px -186px;}
.parts.male .front .parts11{width:49px;height:28px;left:58px;top:120px;background-position:-69px -155px;}
.parts.male .back .parts1{width:28px;height:34px;left:288px;top:1px;background-position:-299px -1px;}
.parts.male .back .parts2{width:28px;height:10px;left:289px;top:34px;background-position:-300px -38px;}
.parts.male .back .parts16{width:54px;height:64px;left:277px;top:44px;background-position:-288px -54px;}
.parts.male .back .parts5{width:45px;height:24px;left:283px;top:99px;background-position:-294px -124px;}
.parts.male .back .parts6{width:54px;height:31px;left:279px;top:120px;background-position:-290px -155px;}
.parts.male .back .parts7.parts-l{width:58px;height:104px;left:217px;top:52px;background-position:-223px -62px;}
.parts.male .back .parts7.parts-r{width:59px;height:105px;left:332px;top:52px;background-position:-348px -62px;}
.parts.male .back .parts8.parts-l{width:43px;height:148px;left:260px;top:146px;background-position:-271px -191px;}
.parts.male .back .parts8.parts-r{width:43px;height:146px;left:307px;top:150px;background-position:-318px -195px;}

.parts-tit a{display:block;line-height:34px;border:1px solid #ddd;margin:auto 2%;box-sizing:border-box;text-align:center;}
.parts-tit.span5 a{float:left;width:16%;}
.parts-tit a.cur{background:#1c4326;border-color:#1c4326;color:#fff;}
.sick-list ul{display:none;margin-top:20px;}
.sick-list ul li{float:left;width:29.33%;height:34px;line-height:34px;margin:auto 2%;}
.sick-list ul li a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.related-sick{display:none;}
.related-sick:first-child,.sick-list ul:first-child{display:block;}
.related-sick{min-height:200px;}
.smart-info{margin-top:25px;text-align:center;}
.smart-info span{display:block;color:#b94a48;}

/*智能导诊*/
.page-smart>.fl{width:64%;border-right:1px solid #ddd;min-height:400px;padding-right:2%;}
.page-smart>.fr{width:33%;}
.page-smart .body img{width:513px;height:386px;}
.page-smart 
.step{margin-bottom:25px;}
.step li{float:left;width:25%;line-height:35px;position:relative;background:#8c8e8b;color:#fff;text-align:center;}
.step li:before,.step li:after{content:"";display:block;width:10px;height:35px;position:absolute;left:0;top:0;background:url(../images/step-img.png) -12px 0;}
.step li:after{left:auto;right:0;background-position:0 0;}
.step li.cur{background:#019e6e;}
.step li.cur:before,.step li.cur:after{background-position-y:-35px;}
.step.span3 li{width:33.33%;}
.page-smart .btn{width:120px;line-height:42px;font-size:16x;}
.step-form select{width:120px;height:40px;}
.step-form .control-label{width:300px;}
.step-form .controls{padding-left:318px;}
.step-info{padding-left:15px;}
.step-info h2{line-height:45px;font-size:16px;border-bottom:1px solid #ddd;margin-bottom:20px;}
.step-info em{display:inline-block;width:20px;height:20px;line-height:20px;border-radius:50%;text-align:center;background:#1c4326;color:#fff;margin-right:5px;}
.page-smart .body{width:513px;margin:auto;}
.page-smart .sex-switch{left:196px;}
.page-smart .parts.female span{background:url(../images/female-hover.png);}
.page-smart .parts.female .front .parts1{width:46px;height:49px;left:90px;top:3px;background-position:-104px -3px;}
.page-smart .parts.female .front .parts2{width:21px;height:20px;left:101px;top:51px;background-position:-116px -57px;}
.page-smart .parts.female .front .parts3{width:62px;height:59px;left:81px;top:60px;background-position:-95px -79px;}
.page-smart .parts.female .front .parts4{width:57px;height:48px;left:83px;top:114px;background-position:-98px -147px;}
.page-smart .parts.female .front .parts7.parts-l{width:78px;height:208px;left:3px;top:69px;background-position:-10px -88px;}
.page-smart .parts.female .front .parts7.parts-r{width:78px;height:139px;left:143px;top:68px;background-position:-164px -87px;}
.page-smart .parts.female .front .parts8.parts-l{width:35px;height:212px;left:75px;top:169px;background-position:-90px -234px;}
.page-smart .parts.female .front .parts8.parts-r{width:33px;height:211px;left:113px;top:170px;background-position:-127px -235px;}
.page-smart .parts.female .front .parts12{width:64px;height:31px;left:79px;top:157px;background-position:-94px -196px;}
.page-smart .parts.female .back .parts1{width:46px;height:49px;left:374px;top:1px;background-position:-389px -1px;}
.page-smart .parts.female .back .parts2{width:21px;height:14px;left:389px;top:51px;background-position:-403px -57px;}
.page-smart .parts.female .back .parts16{width:65px;height:62px;left:364px;top:61px;background-position:-378px -81px;}
.page-smart .parts.female .back .parts5{width:52px;height:36px;left:371px;top:120px;background-position:-385px -152px;}
.page-smart .parts.female .back .parts6{width:69px;height:46px;left:363px;top:152px;background-position:-377px -191px;}
.page-smart .parts.female .back .parts7.parts-l{width:79px;height:142px;left:285px;top:68px;background-position:-293px -87px;}
.page-smart .parts.female .back .parts7.parts-r{width:78px;height:142px;left:429px;top:68px;background-position:-450px -87px;}
.page-smart .parts.female .back .parts8.parts-l{width:33px;height:192px;left:361px;top:192px;background-position:-376px -244px;}
.page-smart .parts.female .back .parts8.parts-r{width:33px;height:192px;left:399px;top:191px;background-position:-413px -243px;}

.page-smart .parts.male span{background:url(../images/male-hover.png);}
.page-smart .parts.male .front .parts1{width:36px;height:52px;left:86px;top:3px;background-position:-100px -2px;}
.page-smart .parts.male .front .parts2{width:23px;height:14px;left:94px;top:51px;background-position:-108px -56px;}
.page-smart .parts.male .front .parts3{width:75px;height:49px;left:66px;top:57px;background-position:-81px -70px;}
.page-smart .parts.male .front .parts4{width:66px;height:73px;left:74px;top:96px;background-position:-88px -122px;}
.page-smart .parts.male .front .parts7.parts-l{width:70px;height:130px;left:0px;top:74px;background-position:-8px -87px;}
.page-smart .parts.male .front .parts7.parts-r{width:73px;height:134px;left:142px;top:69px;background-position:-163px -82px;}
.page-smart .parts.male .front .parts8.parts-l{width:53px;height:212px;left:52px;top:170px;background-position:-66px -242px;}
.page-smart .parts.male .front .parts8.parts-r{width:53px;height:212px;left:111px;top:170px;background-position:-125px -242px;}
.page-smart .parts.male .front .parts11{width:64px;height:36px;left:75px;top:156px;background-position:-90px -202px;}
.page-smart .parts.male .back .parts1{width:36px;height:44px;left:374px;top:1px;background-position:-389px -1px;}
.page-smart .parts.male .back .parts2{width:36px;height:13px;left:376px;top:44px;background-position:-390px -49px;}
.page-smart .parts.male .back .parts16{width:70px;height:83px;left:360px;top:57px;background-position:-374px -70px;}
.page-smart .parts.male .back .parts5{width:59px;height:31px;left:368px;top:129px;background-position:-382px -161px;}
.page-smart .parts.male .back .parts6{width:70px;height:40px;left:363px;top:156px;background-position:-377px -202px;}
.page-smart .parts.male .back .parts7.parts-l{width:75px;height:135px;left:282px;top:68px;background-position:-290px -81px;}
.page-smart .parts.male .back .parts7.parts-r{width:77px;height:137px;left:432px;top:68px;background-position:-452px -81px;}
.page-smart .parts.male .back .parts8.parts-l{width:56px;height:192px;left:338px;top:190px;background-position:-352px -248px;}
.page-smart .parts.male .back .parts8.parts-r{width:56px;height:190px;left:399px;top:195px;background-position:-413px -254px;}

.symptom-list .tab-tit{overflow:hidden;}
.symptom-list .tab-tit a{display:block;float:left;width:10.11%;margin:5px .5%;background:#f4f4f4;line-height:35px;text-align:center;}
.symptom-list .tab-tit a:hover{background:#ddd;}
.symptom-list .tab-tit a.cur{background:#1c4326;color:#fff;}
.symptom-con h2{line-height:45px;font-size:16px;text-align:center;border-bottom:1px solid #eee;}
.symptom-con li{width:20%;float:left;text-align:center;border-bottom:1px solid #eee;}
.symptom-con li:hover{background:#f4f4f4;}
.symptom-con a{display:block;padding:8px .5%;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.other-symptom {width:600px;margin:auto;}
.other-symptom h2{line-height:35px;font-size:16px;}
.other-symptom h2 i{color:#1c4326;font-size:20px;vertical-align:middle;}
.other-symptom ul{padding:15px 0;overflow:hidden;margin:auto -2%;}
.other-symptom ul li{width:46%;margin:auto 2%;line-height:35px;margin-bottom:10px;float:left;}
.other-symptom ul li a{display:block;padding:0 15px;background:#f8f8f8;border:1px solid #ddd;transition:all 0.3s;-webkit-transition:all 0.3s;}
.other-symptom ul li a:hover{background:#1c4326;color:#fff;border-color:#1c4326;}
.other-symptom ul li a:hover:after{color:#fff;}
.other-symptom ul li a:after{content:"\e623";font-family:"iconfont";float:right;color:#ccc;font-size:18px;transition:all 0.3s;-webkit-transition:all 0.3s;}
.other-symptom ul li a.cur{background:#f8f8f8;color:#1c4326;border-color:#1c4326;}
.other-symptom ul li a.cur:after{color:#1c4326;}
.result table th{font-weight:bold;}
.result table th,.result table td{padding-left:15px;line-height:32px;}
.result table td{color:#666;}
.result table tr:hover{background:#F4F4F4;}

/*门诊时间*/
.haschosen{overflow:hidden;position:relative;}
.haschosen span,.haschosen a{line-height:30px;float:left;}
.haschosen a{margin-right:5px;line-height:30px;border-radius:5px;margin-bottom:8px;padding:0 10px;background:#438a60;color:#FFF;transition:0.3s;-webkit-transition:0.3s;}
.haschosen a:hover{background:#1c4326;color:#fff;}
.haschosen a i{font-size:12px;margin-left:5px;}
.num-doctor{position:absolute;right:10px;top:0;}
.num-doctor u{color:#1c4326}
.filter{border:1px solid #ebf3fb;background:#fbfdff;padding:10px 15px;}
.filter.fixed{position:fixed;top:7px;z-index:1;}
.filter dl{position:relative;font-size:13px;border-bottom:1px solid #ebf3fb;min-height:44px;box-sizing:border-box;padding:12px 0;}
.filter dl:last-child{border:none;}
.filter dt{color:#999;}
.filter.expert-filter dt{color:#999;position:absolute;top:10px;left:0;font-size:18px;}
.filter dd{overflow:hidden;}
.filter dd.span8 a{width:11.5%;}
.filter.expert-filter dd{margin-left:100px;margin-right:-1%;}
.filter dd a span{border-bottom:1px dashed transparent;padding-bottom:2px;}
.filter dd a{display:block;line-height:26px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:15px;border:1px solid transparent;} 
.filter.visit-filter dd a{margin-bottom:3px;}
.filter.expert-filter dd a{margin-right:1.8%;}
.filter dd>a.cur{border:1px solid #1c4326;padding:0 10px;color:#1c4326;border-radius:5px;}
.filter dd li{display:none;overflow:hidden;}
.filter dd li:first-child{display:block;}
.filter dd .tab-tit{font-size:16px;border-bottom:2px solid #ebf3fb;margin-bottom:10px;}
.filter dd .tab-tit span{display:inline-block;margin-right:25px;padding-bottom:8px;}
.filter dd .tab-tit span.cur{border-bottom:2px solid #1c4326;margin-bottom:-2px;}
.filter dd .tab-tit span.cur a{color:#1c4326;}
.filter dd .tab-tit span a{display:inline;float:none;}
.filter dd .tab-pannel{display:block;min-height:52px;}
.filter .tab-pannel a.cur span{color:#1c4326;border-bottom:1px dashed #1c4326;}
.filter dd .visit-dp{min-height:105px;}

.visit-tabs .visit-dp{margin-bottom:30px;}
.visit-title{height:45px;line-height:45px;color:#1c4326;font-size: 16px;border-bottom:1px solid #d7d7d7;margin-bottom:15px;}
.visit-title i{display:inline-block;width:45px;height:45px;font-size: 26px;background-color:#1c4326;text-align: center;color:#fff;font-weight:normal;margin-right:16px;border-top-left-radius: 3px;border-top-right-radius: 3px;}
.visit-item{margin-bottom:15px;border-bottom:1px dashed #e5e7ea;padding-bottom:10px;}
.visit-item:hover .vis-tit{color:#1c4326;}
.vis-tit{width:12%;font-size:18px;color:#999;}
.vis-tit i{margin-right:5px;font-size:20px;}
.vis-cont{width:85%;} 
.vis-cont li{float:left;width:16%;box-sizing:border-box;margin-left:.6%;}
.vis-cont li a{overflow:hidden;text-overflow: ellipsis;white-space: nowrap;line-height:30px;}
.visit-tabs .tab-pannel{display:block;}
.visit-tabs .tab-pannel .visit-dp{display:none;}
.visit-tabs .tab-pannel .visit-dp:first-child{display:block;}
.vis-cont .sign-dp{vertical-align:middle;background:#b24000;color:#fff;font-size:12px;width:27px;height:16px;line-height:16px;display:inline-block;padding-left:11px;box-sizing:border-box;background:url(../images/sign-dp_1.png);position:relative;top:-1px;}
.vis-cont .sign-dp.sign-dp_1{background:url(../images/sign-dp_1.png);}
.vis-cont .sign-dp.sign-dp_2{background:url(../images/sign-dp_2.png);}

/*搜索*/
.order-search{position:relative;margin-bottom:20px;}
.order-search input{line-height: 45px;height:45px;padding: 7px 6px 7px 40px;width: 92%;border: 1px solid #ddd;border-right: none;box-sizing:border-box;border-top-left-radius:3px;border-bottom-left-radius:3px;}
.order-search i{line-height: 45px;position: absolute;top:0;left:10px;}
.order-search .btn{width:8%;box-sizing:border-box;line-height:45px;border-top-right-radius:3px;border-bottom-right-radius:3px;}

.appointment-col-2>.fl,.appointment-col-2>.fr{box-sizing:border-box;}
.appointment-col-2>.fl{width:252px;background-color:#fff;padding:0 .5em .5em;}
.appointment-col-2>.fr{width:924px;}

.doctor-list .list-content li{padding:20px 0;}
.doctor-list .list-content li:after{display:table;content:"";line-height:0;font-size:0;clear:both;}
.doctor-list .list-tit h2 span{font-weight:bold;display:inline-block;line-height:46px;margin-bottom:-2px;}
.doctor-list .list-content{margin-top:0;}
.doctor-list .doctor-clinic{width:40%;}
.doctor-search i{line-height:34px;position:relative;}
.doctor-search input{line-height:18px;padding:7px 6px 7px 10px;width:280px;border:1px solid #ddd;border-right:none;margin-left:-25px;}
.doctor-search .btn i{font-size:16px;}
table{width:100%;border:none;border-collapse:collapse;}
.doctor-clinic th{background:#ededed;}
.doctor-clinic .depart{width:20%;}
.doctor-clinic .weekend{color:#B94A48;}
.doctor-clinic th span{display:block;}
.doctor-clinic th,.doctor-clinic td{text-align:center;height:38px;border:1px solid #ededed;position:relative;}
.doctor-clinic td{width:10%;}
.doctor-clinic td .seleced{display:block;margin:5px;height:28px;line-height:28px;color:#fff;border-radius:5px;}
.doctor-clinic td .seleced.red{background:#ea5a54;}
.doctor-clinic td .seleced.blue{background:#54a0ea;}
.doctor-clinic td .seleced.green{background:#63b98c;}
.doctor-clinic td .seleced.orange{background:#e49548;}
.doctor-clinic td .seleced.gray{background:#9e9e9e;cursor:default;}
.doctor-clinic h2{padding:10px 0;font-weight:normal;}
.doctor-clinic .seleced:hover+.tips{display:block;}
.doctor-clinic .tips{display:none;white-space:nowrap;position:absolute;top:48px;left:-1px;min-width:245px;background:#fff;text-align:left;padding:10px;border:1px solid #ddd;box-shadow:0px 3px 1px rgba(0, 0, 0, .08);z-index:1;}
.doctor-clinic .tips .red{color:#ea5a54;}
.doctor-clinic .tips:before,.doctor-clinic .tips:after{content:"◆";color:#fff;font-family:simsun;font-size:30px;line-height:0;position:absolute;top:0;left:20px;}
.doctor-clinic .tips:before{color:#ddd;top:-1px;}
.clinic-scheduling h3{font-weight:normal;line-height:40px;}
.clinic-scheduling th,.clinic-scheduling td{height:29px;}
.clinic-scheduling td .seleced{display:inline-block;width:24px;height:24px;line-height:24px;color:#fff;border-radius:50%;}
.clinic-scheduling td .seleced.red:before{content:"特";}
.clinic-scheduling td .seleced.blue:before{content:"专";}
.clinic-scheduling td .seleced.green:before{content:"普";}
.clinic-scheduling td .seleced.orange:before{content:"专";}
.clinic-scheduling td .seleced.gray:before{content:"停";}
.doctor-info{width:60%;position:relative;box-sizing:border-box;padding-left:80px;font-size:13px;}
.doctor-info h2 a{vertical-align:middle;font-size:16px;}
.doctor-info h2 span{vertical-align:middle;background:#63b98c;color:#fff;font-size:12px;padding:2px 6px;font-weight:normal;margin-left:10px;border-radius:3px;}
.doctor-info .doctor-img{position:absolute;left:0;top:0;font-size:0;line-height:0;}
.doctor-info .doctor-img img{width:70px;height:96px;}
.doctor-info p{margin-bottom:0;}
.doctor-info p span{display:block;width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.doctor-info p span em{font-weight:normal;display:inline-block;line-height:1;width:230px;margin-right:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.color-info span{margin-right:10px;}
.color-info i{font-size:20px;margin-right:5px;}
.color-info .red{color:#ea5a54;}
.color-info .blue{color:#54a0ea;}
.color-info .green{color:#63b98c;}
.color-info .orange{color:#e49548;}
.color-info .gray{color:#9e9e9e;}

/*停诊信息*/
.suspend-list li{display:block;line-height:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;border-bottom:1px dashed #ddd;padding:10px 0;overflow:hidden;}
.suspend-list li>h3,.suspend-list li>span{float:left;}
.suspend-list li>h3{width:30%;}
.suspend-list li>span{width:35%;}
.suspend-list li>span.fr{text-align:right;}
.suspend-list li:hover{border-bottom:1px dashed #1c4326;} 
.suspend-list h3 a,.suspend-list h3 span{display:inline-block;width:20%;vertical-align:middle;margin-right:10px;font-weight:normal;}
.suspend-list h3 a{font-size:16px;color:#1c4326;}
.suspend-list h3 a:hover{color:#1c4326;}

/*预约挂号*/
.order_rule{color:#9e733e;border:1px solid #faf3eb;border-radius:5px;padding:20px;margin-bottom:20px;background:#faf3eb;padding-left:120px;position:relative;}
.order-icon{left:15px;top:20px;position:absolute;text-align:center;color:#ab9376;}
.order-icon i{content:"\e6bc";font-family:"iconfont";display:block;width:80px;line-height:88px;height:88px;font-size:80px;opacity:.5;}
.doctor-date{padding:10px 20px;height:70px;background:#f4f4f4;box-sizing:border-box;width:924px;z-index:2;}
.doctor-date.fixed{position:fixed;top:0;}
.doctor-date .fr{width:45%;}
.doctor-date h2{display:inline-block;line-height:50px;font-size:18px;font-weight:normal;vertical-align:middle;}
.doctor-date .haschosen{height:30px;padding:10px;display:inline-block;vertical-align:middle;}
.doctor-date>.layout>.fl{width:58%;}
.doctor-date>.layout>.fr{width:41.8%;}
.week-list{position:relative;}
.week-list a{position:absolute;top:13px;width:22px;height:22px;line-height:23px;background:#f4f4f4;border:1px solid #444;border-radius:50%;text-align:center;font-size:12px;}
.week-list a:hover{border-color:#1c4326;}
.week-list a.disabled{color:#ccc;cursor:default;border-color:#ccc;}
.week-list a.last-wk{left:-20px}
.week-list a.next-wk{right:-17px}
.week-wrap{overflow:hidden;height:50px;}
.week-wrap ul{overflow:hidden;}
.week-wrap li{float:left;width:57px;text-align:center;}
.weekend{color:#B94A48;}
.doctor-list .appointment-list .doctor-info{width:35%;}
.doctor-list .appointment-list .doctor-clinic{width:65%;} 
.doctor-list .appointment-list li{padding-left:10px;padding-right:10px;border:1px solid #fff;border-bottom:1px solid #efefef;transition:0.3s;-webkit-transition:0.3s;}
.doctor-list .appointment-list li:hover{border:1px solid #1c4326;border-radius:5px;}
.appointment-list ul{margin-top:15px;}
.appointment-list .doctor-clinic{height:97px;}
.appointment-list .doctor-clinic table{display:none;}
.appointment-list .doctor-clinic td{height:46px;}
.doctor-clinic .loading{display:block;min-height:97px;/*background:url(../images/loading-gray.gif) center no-repeat;*/}
.doctor-list.fixed .appointment-list{margin-top:70px;}
.doctor-list.fixed .doctor-date{position:fixed;top:0;z-index:1;}
.row-tit{font-size:18px;color:#666;font-weight:normal;border-bottom:3px solid #ddd;line-height:46px;position:relative;margin-bottom:20px;}
.row-tit:before{content:"";position:absolute;bottom:-3px;left:-5px;width:30px;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;overflow:hidden;background:#1c4326;}
.row-con{margin-bottom:15px;}
.appoint-info{position:relative;padding-left:130px;height:150px;}
.appoint-info img{position:absolute;top:0;left:0;}
.appoint-info h1{font-size:24px;font-weight:normal;}
.appoint-info h1 span{vertical-align:middle;background:#63b98c;color:#fff;font-size:12px;padding:2px 6px;font-weight:normal;margin-left:10px;border-radius:3px;}
.doc-info ul{overflow:hidden;}
.doc-info li{float:left;width:50%;line-height:35px;border-bottom:1px dashed #ddd;}
.doc-info li strong{color:#999;display:inline-block;width:60px;text-align:justify;text-align-last:justify;font-weight:normal;margin-right:15px;}
.patient-select{padding:15px 0;border-bottom:1px dashed #ddd;margin-bottom:15px;}
.patient-form .Validform_checktip{display:inline;}
.patient-form .Validform_checktip:before{content:"\e61a";}
.pay{width:800px;margin:50px auto;border:1px solid #ddd;}
.pay .pay-tit{font-size:16px;line-height:50px;border-bottom:1px solid #ddd;background:#ddd;padding:0 20px;}
.pay .pay-tit span{color:#ea5a54;}
.payform{text-align:center;padding:20px 0;}
.payform .amount{color:#ea5a54;font-size:24px;font-weight:bold;}
.payform .qr{display:inline-block;padding:15px 10px;border:1px solid #ddd;margin-bottom:15px;}
.payform .qr span{display:block;}
.payform .qr img{width:200px;height:200px;}
.payform .btn{width:200px;}

/*报告查询*/
.report-form{margin:auto;width:500px;}
.report-form li{padding:10px 0;}
.report-form li label{display:inline-block;width:80px;text-align:right;}
.report-form li input{width:380px;margin-left:10px;}
.report-form .btn{width:180px;margin-left:94px;line-height:45px;margin-top:10px;}

/*地理位置*/
.position-map{height:600px;}
.position-map img{max-width:none!important;}
.position-map input{box-sizing:border-box;padding:3px;height:26px!important;font-size:12px;vertical-align:middle;}
.position-map .BMapLib_ap th,.position-map .BMapLib_ap td{padding:3px;}
.position-map #BMapLib_is_remember_phone{margin-left:5px;}
.position-map .BMapLib_SearchInfoWindow,.position-map .BMapLib_nav_tab_content li{font-family:inherit;}
.position-map .BMapLib_bubble_title{font-weight:bold;}
.position-map .BMapLib_bubble_content{line-height:2;}
.position-map .BMapLib_trans{top:auto!important;}
.position-map .BMapLib_sms_declare_phone{font-size:12px;}

/* 医患交流 */
.department-tab .department-select{min-height:68px;}
.department-tab .department-select li{display:none;min-height:60px;border-bottom:1px solid #ddd;padding-bottom:15px;margin-top:15px;overflow:hidden;}
.department-tab .department-select li a{line-height:30px;margin-right:15px;white-space:nowrap;}
.department-tab .department-select li a span{padding:3px 8px;}
.department-tab .department-select li a.cur span{background:#1c4326;color:#fff;}
.department-tab .department-select li a.cur span:after{content:"\e615";font-family:"iconfont";}
.department-tab .department-select li:first-child{display:block;}
.question-main .sort{border-bottom:3px solid #E3D3CA;}
.sort a{float:left;display:block;border-bottom:none;margin-right:20px;margin-bottom:-3px;line-height:46px;height:46px;font-weight:normal;}
.sort h2 a.cur{border-bottom:3px solid #1c4326;font-weight:bold;}
.question-main>.fl{width:69%;}
.question-main>.fr{width:29%;}
.question-list li{overflow:hidden;line-height:36px;height:36px;border-bottom:1px solid #eee;color:#999;}
.question-list li span{display:block;float:left;}
.col-tit{width:70%;}
.col-state{width:15%;}
.col-state:before{content:"\e61f";font-family:"iconfont";color:#ccc;font-size:16px;margin-right:5px;}
.col-state.completed:before{content:"\e623";color:#01B30C;}
.col-time{width:15%;text-align:right;}
.col-cat{color:#666;}
.myask-btn{margin-bottom:15px;}
.myask-btn .btn{width:100%;box-sizing:border-box;height:50px;line-height:50px;font-weight:bold;font-size:16px;}
.right-ask textarea{width:100%;box-sizing:border-box;border:1px solid #ddd;}
.right-ask .question{padding:6px;height:160px;line-height:1.5;}
.right-doctor li{padding:15px;position:relative;padding-left:105px;margin-bottom:10px;box-shadow: 0px 2px 5px rgba(188, 188, 188, .4);}
.right-doctor li .doctor-img{position:absolute;left:15px;width:80px;height:100px;overflow:hidden;}
.right-doctor li .doctor-img img{width:68px;height:80px;border: 2px solid #EEE;}
.right-doctor li h2 a{vertical-align:middle;font-size:16px;}
.right-doctor li h2 span{vertical-align:middle;background:#63b98c;color:#fff;font-size:12px;padding:2px 6px;font-weight:normal;margin-left:10px;border-radius:3px;}
.right-doctor li p{color:#666;font-size:13px;display:-webkit-box;max-height:92px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal;margin-bottom:0;-webkit-line-clamp:4;-webkit-box-orient:vertical;}
.ask-show .ask-tit{position:relative;height:52px;overflow:hidden;padding-left:62px;border-bottom:1px solid #eee;padding-bottom:15px;}
.ask-show .ask-tit .ask-ico{position:absolute;top:0;left:0;display:block;background:#1c4326;width:52px;height:52px;font-size:30px;color:#fff;text-align:center;line-height:52px;}
.ask-show .ask-tit h1{font-size:18px;font-weight:normal;padding:0;line-height:1.3;margin-bottom:5px;}
.ask-show .ask-tit .asker-info{color:#999;}
.ask-show .ask-tit .asker-info span{display:inline-block;line-height:1;padding-right:20px;margin-right:20px;border-right:1px solid #eee;}
.ask-show .ask-tit .asker-info span:last-child{border:none;}
.ask-show .ask-tit .ask-btn{position:absolute;top:0;right:0;}
.ask-show .ask-tit .ask-btn .btn{width:230px;line-height:52px;}
.ask-content{margin-top:15px;}
.ask-content p{margin:10px auto 15px auto;}
.ask-content i{display:block;color:#999;}
.ask-content span{display:block;color:#999;}
.ask-content .ask-reply{border:1px solid #ddd;background:#f8f8f8;padding:15px;}
.ask-content .replay-info{border-bottom:1px dashed #ccc;margin-bottom:15px;}
.ask-content .replay-info:last-child{margin-bottom:0;border-bottom:0;}
.ask-content .replay-info .btn{width:120px;}
.similar-ask li{float:left;width:33.3%;height:26px;overflow:hidden;box-sizing:border-box;padding-right:15px;}
.similar-ask a{line-height:26px;}
.similar-ask a:before{content:"•";font-weight:bold;color:#1c4326;margin-right:5px;}
.ask-form dl{position:relative;margin-bottom:10px;}
.ask-form dt{line-height:50px;font-size:16px;}
.ask-form dt i{display:inline-block;width:30px;height:20px;line-height:20px;font-size:14px;text-align:center;margin-right:10px;background:#1c4326;color:#fff;}
.ask-form .ask-input{padding-right:365px;}
.ask-form .ask-input textarea{display:block;width:100%;box-sizing:border-box;border:1px solid #ddd;padding:5px 8px;line-height:1.5;}
.ask-form .ask-input span{display:inline-block;margin-bottom:10px;}
.ask-form .ask-tip{position:absolute;right:0;top:50px;width:312px;padding:15px;background:#fcf1eb;border:1px solid #f9e8e0;font-size:12px;line-height:1.5;}
.ask-form .ask-tip:before,.ask-form .ask-tip:after{content:"◆";color:#fcf1eb;font-family:simsun;font-size:30px;line-height:0;position:absolute;left:-15px;top:22px;}
.ask-form .ask-tip:before{left:-16px;color:#f9e8e0;}
.ask-company,.ask-mail{width:490px;}
.ask-input select{height:44px;}
.ask-form .Validform_checktip{margin-left:48px;}
.ask-form .ask-input .Validform_error{border-color:#c00;}
.ask-area .area-tit{background:#ddd;overflow:hidden;border:1px solid #ddd;margin-bottom:-2px;}
.ask-area .area-tit a{line-height:40px;text-align:center;float:left;font-weight:bold;}
.ask-area .area-tit a.cur{background:#F8F8F8;color:#1c4326;}
.ask-area .area-tit.span2 a{width:50%;}
.ask-area .area-tit.span3 a{width:33.33%;}
.ask-area .area-tit.span4 a{width:25%;}
.ask-area .area-tit.span5 a{width:20%;}
.ask-area .letter-pannel{display:none;}
.ask-area .letter-pannel:first-child{display:block;}
.ask-form .letter-pannel{overflow:hidden;font-size:12px;background:#F8F8F8;border:1px solid #ddd;padding:8px;}
.ask-form .letter-pannel span{float:left;width:10%;}
.ask-form .letter-pannel span a{display:inline-block;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ask-form .letter-pannel span.cur a{background:#1c4326;color:#fff;padding:0 5px;}
.ask-question{height:177px;}
.ask-check{height:104px;}
.radio{display:inline-block;padding:0 5px;margin-left:5px;}
.radio:before{display:inline-block;font-family:"iconfont";font-size:19px;content:'\e620';margin-right:5px;color:#1c4326;vertical-align:middle;}
.radio.checked:before{content:'\e61e';}
input.ask-age{width:60px;height:20px;padding:5px;border:1px solid #ddd;}
.ask-input .sel-age{height:32px;border:1px solid #ddd;}
.ask-form .btn{width:180px;line-height:46px;}
.add-ask {display:none;margin-top:15px;}
.add-ask textarea{width:70%;border:1px solid #ddd;padding:5px 8px;line-height:1.5;}
.login-dialog{display:none;background:url(../images/black70.png);position:fixed;width:100%;height:100%;top:0;left:0;z-index:100;}
.login-pop{background:#fff;border-top:5px solid #1c4326;padding:10px 30px;width:300px;position:fixed;left:50%;top:50%;margin-left:-180px;margin-top:-250px;}
.pop-tit{line-height:50px;font-size:16px;position:relative;border-bottom:1px solid #ddd;margin-bottom:20px;}
.pop-tit a{display:block;width:50%;float:left;text-align:center;}
.pop-tit a.cur{border-bottom:1px solid #1c4326;margin-bottom:-1px;color:#1c4326;}
.login-dialog .close{position:absolute;top:5px;right:10px;}
.login-form p{padding:5px 0;overflow:hidden;}
.login-form p .login-input{width:278px;}
.login-form form .btn{width:302px;line-height:40px;font-size:16px;display:block;}
.login-form a{color:#1c4326;}
.login-form a:hover{color:#337143;}
.login-form .text-center{word-spacing:1em;color:#999;}
.login-form .login-qr{display:block;margin:auto;width:200px;height:200px;/*background:url(../images/loading-gray.gif) center no-repeat;*/}
.no-login{border-top:1px solid #ddd;padding-top:10px;}
.no-login .btn{width:100%;background:#666;}
.no-login .btn:hover{background:#888;}
.no-login input{width:278px;}
.msg{display:inline-block;padding:100px;}
.msg .fl{margin-right:15px;}
.msg-info{min-width:650px;}
.msg-info h1{font-size:18px;margin-bottom:15px;}
.msg-info h1 i,.order-info>i{font-weight:normal;font-size:110px;line-height:1.5;margin-right:10px;color:#00A539;display:block;}
.msg-info .red{color:#ea5a54;}
.msg-info a{color:#1c4326;font-weight:normal;}
.msg-info a:hover{color:#1c4326;}
.msg-info .btn{width:120px;font-size:16px;line-height:40px;}
.msg-info .btn,.msg-info .btn:hover{color:#fff;}
.msg-link{color:#ddd;word-spacing:.5em;}
.order-info{text-align:left;border:1px solid #ddd;padding:20px 100px;background:#f8f8f8;}
.order-info>i{float:left;margin-right:50px;line-height:240px;}

/* 问卷调查 */
#formwrap{min-height:200px;transition:height 0.8s;-webkit-transition:height 0.8s;}
#formwrap .loading{display:block;line-height:200px;text-align:center;}
.survey{padding:10px 50px;}
.survey h1{text-align:center;font-size:24px;line-height:80px;}
.survey .survey-info{background:#F8F8F8;border:1px dashed #ddd;padding:10px 15px;}
.survey dl{border-bottom:1px dashed #ddd;padding:15px 0;}
.survey dt{font-weight:bold;padding-bottom:10px;}
.survey dd input[type='text'],.survey dd textarea,.survey dd select{padding:8px;line-height:1.2;}
.survey dd input[type='text']{width:30%;}
.survey dd .button{padding:6px;line-height:1.2;vertical-align:middle;}
.survey dd textarea{width:80%;height:120px;}
.survey dd ul{overflow:hidden;}
.survey dd li{overflow:hidden;float:left;margin-right:20px;}
.survey dd li input{float:left;height:26px;margin-right:10px;}
.survey dd label{height:26px;}
.survey dd .Validform_checktip{margin-left:0;min-height:0;}
.survey dd input.code{width:120px;}
.survey dd img{vertical-align:middle;max-width:80px;max-height:80px;}
.survey dd .img-wrap{overflow:hidden;}
.survey .btn{width:160px;line-height:50px;font-size:16px;border-radius: 3px;}
.survey .message{background:#fff;}
.img-preview{overflow:hidden;margin-top:10px;}
.img-preview li{float:left;padding:10px;background:#f4f4f4;margin-right:10px;}
.img-preview li img{width:80px;height:80px;}
.img-preview li span{display:block;line-height:30px;font-size:12px;text-align:center;width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.required dt:after{margin-left:10px;content:'*';color:red;}
.datatime{background:url(../images/datebg.png) no-repeat center right;}
.Validform_checktip{display:block;line-height:30px;min-height:30px;margin-left:10px;color:#999;}
.Validform_checktip:before{font-family:"iconfont";color:#007FD1;font-size:18px;margin-right:5px;}
.Validform_wrong{color:#c00;}
.Validform_wrong:before{color:#c00;}
.Validform_right{color:#71b83d;}
.Validform_right:before{color:#71b83d;}

/* 科室列表  */
.lt-index{position:relative;color:#c7c5c5;font-size:12px;height:35px;}
.lt-index span,.lt-index a{display:block;float:left;margin-right:8px;margin-bottom:10px;font-size:16px;border:1px solid #ccc;width:32px;height:32px;line-height:32px;text-align:center;background-color:#e4e4e4;}
.lt-index a.cur{background:#1c4326;color:#fff;border-color:#1c4326;}
.lt-index a.all{width:98px;} 
.lt-index b{position:absolute;top:38px;left:56px;font-size: 18px;color:#5E5E5E;font-weight:normal;}
.area-tabs .area-tit{margin-top:-2px;overflow:hidden;border-left:1px solid #ddd;margin-bottom:20px;}
.area-tabs .area-tit a{display:block;border:1px solid #ddd;background:#f9f9f9;font-weight:bold;color:#999;line-height:38px;margin-left:-2px;text-align:center;float:left;}
.area-tabs .area-tit a.cur{color:#444;background:#fff;border-bottom-color:#fff;border-top:2px solid #1c4326}
.area-tabs .area-tit.span2 a{width:50%;}
.area-tabs .area-tit.span3 a{width:33.33%;}
.area-tabs .area-tit.span4 a{width:25%;}
.area-tabs .area-tit.span5 a{width:20%;}
/*.area-tabs .dp-pannel{display:none;}*/
/*.area-tabs .dp-pannel:first-child{display:block;}*/
.department-tabs .tab-tit{border-bottom:1px solid #ddd;}
.department-tabs .tab-tit a{display:block;width:14%;font-weight:bold;color:#999;line-height:38px;text-align:center;float:left;font-size:16px;} 
.department-tabs .tab-tit a.cur{margin-bottom:-1px;color:#444;background:#fff;border-bottom-color:#fff;border-bottom:1px solid #1c4326}
.department-tablist{margin:20px 0;}
.department-tablist .point1{background:#81c2d5}
.department-tablist .point2{background:#eaa154;}
.department-tablist .point3{background:#bdd66e;}
.department-tablist .tab-pannel{overflow:hidden;}
.department-tablist .tab-pannel>li{border:1px solid #f2f2f2;padding:0 10px;float:left;width: 148px;margin:5px 11.65px;box-sizing:border-box;transition:border-color 0.8s;-webkit-transition:border-color 0.8s;height: 50px;box-shadow: 0px 2px 5px rgba(188, 188, 188, .4);}
/*.department-tablist .tab-pannel>li:hover{border-color:  #1c4326;}*/
.department-tablist p{color:#777;}
.department-tit{line-height:50px;position:relative;text-align: center;}
.department-tit h3{font-size:18px;font-weight:normal;}
.department-tit h3 a{color:#1c4326;}
.department-tit h3 a:hover{color:#337143;}
.department-tit h3 span{vertical-align:middle;background:#63b98c;color:#fff;font-size:12px;padding:4px 6px;font-weight:normal;margin-left:3px;border-radius:3px}
.department-tablist .dm-nav{word-spacing:.5em;line-height:35px;height:35px;color:#ccc;border-top:1px dashed #ddd;border-bottom:1px dashed #ddd;}
.department-info{overflow:hidden;padding:10px 0;}
.department-info li{float:left;width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;box-sizing:border-box;padding-right:10px;}
.department-info li strong{font-weight:normal;color:#999;}
.department-desc{position:relative;min-height:75px;}
.department-desc strong{color:#777;font-weight:normal;}
.department-desc p{text-align:justify;}
.color-sns a{display:inline-block;width:24px;height:24px;line-height:24px;text-align:center;color:#fff;background:#ddd;}
.color-sns a i{font-size:20px;}
.color-sns a.weibo.active{background:#e53048;}
.color-sns a.weixin.active{background:#01b30c;}
.color-sns a.haodf.active{background:#1596ea;}
.qr-wrap{position:fixed;width:200px;height:290px;top:50%;left:50%;background:#fff;padding:10px 20px;margin-left:-110px;margin-top:-120px;border:1px solid rgba(0, 0, 0, 0.3);  border-radius:6px;  box-shadow:0 3px 7px rgba(0, 0, 0, 0.3);}
.qr-wrap span{display:block;line-height:20px;text-align:center;}
.qr-wrap img{width:200px;height:200px;}
.qr-wrap .clearfix{border-bottom:1px solid #ddd;line-height:40px;margin-bottom:10px;}

/* 专家列表  */
.doctor-list .doctor-search{position: relative;top: 10px;}
.doctor-list .expert-list{margin-right:-34px;margin-top:20px;}
.doctor-list .expert-list li{float:left;width:276px;margin-right:32px;height:160px;overflow:hidden;border-radius:3px;box-sizing:border-box;position:relative;padding:20px 10px 20px 110px;margin-bottom:34px;border: 1px solid #f2f2f2;background-color:#fff;box-shadow: 0px 2px 5px rgba(188, 188, 188, .4);}
.expert-list li .doctor-img{position:absolute;left:15px;top:26px;overflow:hidden;}
.expert-list li .doctor-img img{width:85px;height:100px;border: 2px solid #EEE;}
.expert-list li h2{position:relative;font-weight:normal;}
.expert-list li h2 a{vertical-align:middle;color:#1c4326;font-size:18px;margin-bottom:5px;}
.expert-list li h2 a:hover{color:#287F7E ;}
.expert-list li h2 span{position:absolute;top:5px;color: #86b9e7;line-height: 22px;background-color: #f3f6f9;font-size: 12px;padding: 0 5px;margin-left: 8px;border-radius: 4px;}
.expert-list li p{color:#5e5e5e;display:-webkit-box;height:38px;line-height: 20px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space: normal;margin-bottom:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.expert-list li .doctor-dp{border-bottom:1px solid #f2f2f2;line-height:21px;min-height:52px;box-sizing:border-box;padding-bottom:12px;margin-bottom:7px;overflow:hidden;}
.expert-list li .doctor-dp strong{color:#aeaeae;font-weight:normal;}
.expert-list li .doctor-dp a{display: inline;margin-right: 5px;}
.expert-list li p span{color:#aeaeae;}
.expert-list li .wx-code{width:67px;position:absolute;right:20px;top:20px;font-size:12px;color:#aeaeae;text-align: center;}
.expert-list li .wx-code img{width:67px;display:block;opacity:.5;filter:alpha(opacity=50);}
.small-info{font-size: 16px;color: #333;display:inline-block;font-weight:normal;}
.small-info span{color:#1c4326;}


/* 医生详细  */
.doctor-details>.fl{width:65%;}
.doctor-details>.fr{width:30%;}
.doctor-details .content{padding:20px 0;}
.doctor-details .list-item{padding:0;}
.doctor-details .right-video{height:auto;}
.doctor-details .fl .list-tit{border-bottom:1px solid #E3D3CA}
.doctor-details .fl .list-tit .color-info{display:inline-block;margin-left:15px;}
.doctor-details .fl h2{font-size:18px;color:#666;font-weight:normal;}
.doctor-details .doctor-clinic{margin-top:20px;}
.doctor-details .doctor-clinic span{display:block;margin:auto;}
.doctor-resume{position:relative;min-height:152px;padding-left:135px;padding-right:115px;}
.doctor-resume .doctor-img{position:absolute;left:0;top:0;width:110px;}
.doctor-resume .doctor-img>img{display:block;width:100px;height:130px;border: 2px solid #EEE;}
.doctor-resume h1{font-size:24px;font-weight:normal;line-height:1.5;margin-bottom:5px;}
.doctor-resume h1 span{vertical-align:middle;background:#63b98c;color:#fff;font-size:12px;padding:2px 6px;font-weight:normal;margin-left:10px;border-radius:3px;}
.doctor-resume .keys{display:block;margin:12px auto;min-height:32px;}
.doctor-resume .keys a{display:inline-block;padding:3px 10px;background:#B4DCBA;color:#1c4326;border-radius:5px;margin-right:5px;transition:0.3s;-webkit-transition:0.3s;}
.doctor-resume .keys a:hover{background:#1c4326;color:#fff;}
.doctor-resume strong{font-weight:normal;color:#999;}
.doctor-resume>p a{margin-right:5px;}
.doctor-follow{display:block;background:#fff;color:#1c4326;margin-top:10px;line-height:30px;border:1px solid #1c4326;border-radius:5px;text-align:center;transition:0.3s;-webkit-transition:0.3s;}
.doctor-follow:before{font-family:"iconfont";content:"\e631";font-size:16px;vertical-align:top;margin-right:5px;}
.doctor-follow.followed,.doctor-follow:hover{background:#1c4326;color:#fff;}
.doctor-follow.followed:hover{background:#1c4326;color:#fff;}
.doctor-follow.followed:before{content:"\e632";}
.qr-img{position:absolute;right:0;top:0;width:100px;height:100px;}
.qr-img span{display:block;text-align:center;line-height:1.2;letter-spacing:.3em;}
.qr-img img{display:block;width:100%;margin-bottom:8px;}
.doctor-resume .share{margin-top:12px;}
.doctor-resume .share a{width:30px;}
.myservice{overflow:hidden;margin:20px -1%;}
.myservice a{display:block;width:23%;height:92px;padding:5px 0;line-height:1.5;margin:auto 1%;float:left;text-align:center;color:#ccc;box-sizing:border-box;border:1px solid #ddd;}
.myservice a.opened{background:#1c4326;color:#fff;border-color:#1c4326;transition:0.3s;-webkit-transition:0.3s;}
.myservice a.opened:hover{background:#1c4326;}
.myservice a.disabled{cursor:default;}
.myservice a i{display:block;font-size:36px;}
.doctor-right .list-item{margin-bottom:25px;}
.doctor-right .list-tit{line-height:1;height:35px;}
.doctor-right .list-tit h2 span:before{content:"";position:absolute;bottom:-3px;left:-5px;width:30px;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;overflow:hidden;background:#1c4326;}
.literature li{padding:5px 0;background-color:#fff;margin-bottom:8px;}
.literature li:last-child{border:none;}
.literature h3{line-height:1.8;font-size:16px;font-weight:normal;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.literature h3:before{content:'\e605';font-family:iconfont;color:#1c4326;margin-right:5px;}
.literature span{display:block;font-size:12px;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.details-clinic .doctor-clinic{margin-right:20px;min-height:157px;}
.details-clinic .doctor-clinic table{display:none;}
.details-clinic .doctor-date{background:#f4f4f4;padding:10px 20px;width:auto;}
.details-clinic .doctor-date .fl{width:20%;}
.details-clinic .doctor-date .fr{width:70.95%;}
.details-clinic .week-wrap li{width:75px;}

/* 医学教育  */
.profile-info a.fl{line-height:0;}
.profile-info img{margin-right:20px;height:208px;}
/*.profile-info p{font-size:13px;display:-webkit-box;max-height:175px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal;-webkit-line-clamp:7;-webkit-box-orient:vertical;}*/
.profile-info a{color:#1c4326;}
.profile-info a:hover{color:#1c4326;}
.profile-info a i{display:inline;font-size:14px;}
.edu-info{margin-left:350px;}
/*.inner-row .right-list,.profile-info{height:208px;}*/
.inner-expert{overflow:hidden;margin-left:-1.33%;margin-right:-1.33%;}
.inner-expert li{float:left;width:14%;overflow:hidden;margin-left:1.33%;margin-right:1.33%;}
.inner-expert li:last-child{margin-right:0;}
.inner-expert li a{display:block;width:113px;height:155px;position:relative;}
.inner-expert li img{width:114px;height:155px;position:absolute;left:50%;margin-left:-57px;}
.inner-expert a .expert-info{display:block;position:absolute;left:0;right:0;bottom:0;height:40px;line-height:40px;text-align:center;background-image:url(../images/gradient-bg.png);background-position:center;transition:background-position 0.3s;-webkit-transition:background-position 0.3s;color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.inner-expert a:hover .expert-info{background-position:left center;}

/* 人物列表  */
.person-list{margin-left:-1%;margin-right:-1%;}
.person-list li{float:left;width:10.5%;height:225px;margin-left:1%;margin-right:1%;margin-bottom:25px;text-align:center;}
.person-list li img{height:165px;}
.person-list li strong{display:block;}
.person-list li p{font-size:12px;color:#999;height:42px;}

/* 护理天地  */
.angel-pic{overflow:hidden;height:156px;margin-left:-1.5%;margin-right:-1.5%;}
.angel-pic li{width:13.66%;margin:0 1.5% 0 1.5%;}
.angel-pic li>a{line-height:0;height:120px;}
.nursing-special{height:156px;}
.nursing-special li>a{height:120px;line-height:0;overflow:hidden;}

/* 专题专栏  */
.special-list ul{margin-left:-1%;margin-right:-1%;}
.special-list li{width:23%;margin-left:1%;margin-right:1%;margin-bottom:15px;float:left;overflow:hidden;}
.special-list li a{display:block;padding-bottom:34px;background-color:#1c4326;position:relative;transition:background 0.3s;-webkit-transition:background 0.3s;}
.special-list li a:hover{background-color:#015ba0;}
.special-list li a span{position:absolute;bottom:0;left:0;right:0;line-height:34px;padding:0 15px;color:#fff;}
.special-list li a,.special-list li a img{width:100%;}

/* 科室投稿排行  */
.ranking{margin:0 50px;}
.strong{font-weight:bold;}
.ranking li{overflow:hidden;line-height:40px;border-bottom:1px dashed #ddd;}
.ranking li span{display:block;float:left;}
.ranking li span.No{width:80px;}

/*体检套餐列表*/
.package-list .filter{border:1px solid #eee4d6;background:#f9f7f4;margin-bottom:25px;padding:0 15px;}
.package-list ul{margin:auto -1%;overflow:hidden;}
.package-list li{width:23%;float:left;margin:0 1% 25px 1%;box-sizing:border-box;}
.package-list li h3{line-height:35px;}
.package-list li img{width:100%;height:180px;}
.package-list li>a{display:block;line-height:0;}
.package-cat{border-bottom:1px solid #eee4d6;}
.package-cat a,.package-sex a{display:inline-block;line-height:50px;margin-right:15px;font-size:15px;}
.package-cat a.cur,.package-sex a.cur{color:#1c4326;font-weight:bold;}
.package-list .price{overflow:hidden;}
.package-list .price strong{float:left;color:#BE3730;font-size:20px;font-weight:normal;}
.package-list .price .btn{float:right;}

/*体检套餐详情*/
.package-price{height:180px;position:relative;padding-left:260px;margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #ddd;}
.package-price h1{padding:0;}
.package-price>span{display:block;line-height:2;}
.package-price strong{display:block;font-size:36px;color:#BE3730;line-height:2;}
.package-price strong:before{content:"¥";font-size:14px;}
.package-price .btn{line-height:45px;padding:0 30px;}
.package-price img{width:240px;height:180px;position:absolute;top:0;left:0;}
.package-price .share{margin-top:12px;}
.table {width:100%;text-align: left;background-color:#fff}
.table th,.table td {padding:8px;line-height:20px;vertical-align:top}
.table th {font-weight:bold}
.table thead th {vertical-align:bottom;background-color: #f4f4f4}
.table-bordered th,.table-bordered td{border:1px solid #ddd;border-collapse:separate;}
.table tr:hover td{background:#f4f4f4;}

/* 会员中心 */
.subweb{background:#fff;}
.subname{line-height:50px;margin:25px 0 15px 15px;padding-left:15px;font-size:30px;border-left:1px solid #ddd;color:#1c4326;}
.member .logo a{display: block;width: 100%;height: 100%;}
.member .logo-row{border-bottom:1px solid #1c4326;}
.member .gohome{padding:25px 0;}
.member-box{margin-top:25px;}
.member-box>.fl,.membe-box>.fr{min-height:600px;}
.member-box>.fl{width:18%;border-right:1px solid #ddd;}
.member-box>.fr{width:78%;}
.member-menu ul{border-top:1px solid #ddd;padding:10px 0;}
.member-menu li{line-height:35px;}
.member-menu li i{width:20px;text-align:center;font-size:18px;margin-right:10px;color:#1c4326;}
.member-menu li a{display:block;padding:0 10px;}
.member-menu li a.cur,.member-menu li a.cur:hover{background:#1c4326;color:#fff;}
.member-menu li a.cur i{color:#fff;}
.member-menu li a:hover{background:#f8f8f8;color:#1c4326;}
.member .Validform_checktip{display:inline;}
.member .Validform_checktip:before{content:"\e61a";}
.member-info{padding-top:15px;padding-bottom:15px;}
.member-info i{color:#ccc;margin:auto 2px;font-size:22px;font-weight:normal;} 
.member-info .authed{color:#1c4326;}
.data-filter{padding-bottom:10px;}
.data-filter input,.data-filter .btn{height:16px;line-height:18px;padding:8px 10px;vertical-align:middle;margin-right:10px;}
.data-filter .btn{min-width:100px;border-radius:3px;}
.data-filter .data-filter-item{margin-right:10px;}
.data-filter select{height:34px;min-width:100px;margin-right:10px;}
.data-filter .datatime{width:110px;}
.data-create{text-align:right;}
.data-list{margin-top:18px;}
.data-list th{background:#eceff4;padding:8px 10px;font-weight:bold;}
.data-list td{padding:8px 10px;border-bottom:1px solid #eceff4;}
.data-list tr:hover td{background:#f9f9f9;}
.data-list tr td:last-child{color:#ccc;word-spacing:.5em;}
.data-list .price{color:#f90;}
.data-list .red{color:#ea5a54;}
.data-list .blue{color:#54a0ea;}
.data-list .orange{color:#e49548;}
.data-list .green{color:#63b98c;}
.data-list .disabled{color:#ddd;cursor:default;}
.data-list .handle{width:20%;}
.data-list td a{color:#1c4326;}
.data-list td a:hover{text-decoration:underline;}
.bind-qr .btn{vertical-align:middle;}
.list-show{margin-bottom:10px;}
.list-show h3{line-height:40px;border-bottom:1px solid #ddd;margin-bottom:5px;}
.list-show li{line-height:34px;}
.list-show li:hover{background:#f4f4f4;}
.list-show li label{display:inline-block;width:80px;vertical-align:middle;color:#999;}
.list-show li a{display:inline;}
.list-show .btn{width:120px;line-height:46px;margin-top:20px;}
.nodata{color:#ccc;padding:100px 0 50px;}
.nodata i{font-size:100px;line-height:1;}
.nodata span{display:block;font-size:16px;}
/*会员中心报告详情*/
.report{border:1px solid #e4e4e4;margin:20px 0;}
.report th{font-weight:bold;padding:10px 10px;}
.report td{padding:5px 10px;}
.report-head{font-size:15px;}
.report-head span{color:#a6a4a4;}
.report-info tr{border-bottom:1px solid #e4e4e4;}
.report-info tr:hover{background-color:#f9f9f9;}
.report .report-tit{background-color:#eceff4!important;color:#797979;}

/* 网站地图 */
.site-map dl{padding:10px 0;border-bottom:1px dashed #ddd;}
.site-map dt{font-size:16px;line-height:30px;font-weight:bold;}
.site-map dd{overflow:hidden;}
.site-map dd span{display:block;margin-right:10px;float:left;}
.site-map dd span a:after{content:"|";color:#ddd;margin-left:10px;}
.site-map dd span:last-child a:after{content:"";}
.site-map dd p{overflow:hidden;}
.site-map dd strong{display:block;color:#999;}

/*疾病百科*/
.disease-list a{display:inline;}
.disease-list h2{font-size:18px;}
.disease-list li{border-bottom:1px solid #ddd;padding:5px 0;}
.disease-tit{line-height:40px;}
.disease-tit .fr,.disease-department{color:#ccc;word-spacing:.5em;}
.disease-summary{color:#777;}
.disease-department span{color:#999;}
#disease.content .tab-tit{margin-top:-2px;overflow:hidden;border-left:1px solid #ddd;}
#disease.content .tab-tit a{display:block;width:14.285%;border:1px solid #ddd;background:#f9f9f9;font-weight:bold;color:#999;line-height:38px;margin-left:-2px;text-align:center;float:left;}
#disease.content .tab-tit a.cur{color:#444;background:#fff;border-bottom-color:#fff;border-top:2px solid #1c4326}
.disease-desc{background:#f9f7f4;border:1px solid #eee4d6;border-bottom:none;margin-top:25px;}
.disease-desc ul{overflow:hidden;}
.disease-desc ul li{width:50%;float:left;line-height:42px;border-bottom:1px solid #eee4d6;}
.disease-desc ul li i{color:#999;margin-left:15px;}
.disease-detailed{padding:15px 0;}
.tips-info{color:#b94a48;}

/*招聘信息*/
/*列表页*/
.job-head{padding:10px 15px;background-color:#f8f8f8;}
.job-head span{display:block;width:25%;color:#888;font-size:14px;}
.job-list .list-tit{border-color:#f4f4f4;}
/*.job-list .list-tit h2 span {font-weight:bold;border-bottom:2px solid #999;display:inline-block;line-height:46px;margin-bottom:-2px;}*/
.job-list li{padding:0 10px;line-height:40px;height:40px;border-bottom:1px solid #f2f6fd;transition:background-color .3s;}
.job-list li:hover .operate{display:block;}
.job-list li:hover{background-color:#fcfcfc;}
.job-list li span{font-size:14px;}
.job-list a:hover span{color:#1c4326;}
.job-list li [class*="col"]{display:block;height:100%;}
.job-list .col-8{width:60%;}
.job-list .col-4{width:30%;}
.job-list .col-3{width:25%;}
.job-list .col-1{width:10%;}
.file-text{font-size:15px;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.file-text:before{content:"•";font-weight:bold;color:#1c4326;margin-right:5px;}
.file-name{width:80%;padding-right:78px;box-sizing:border-box;position:relative;}
.operate{position:absolute;right:0;top:0;height:100%;width:78px;display:none;}
.operate a{display:inline-block;position:relative;width:30px;height:100%;text-align:center;font-weight:bold;line-height:45px;}
.operate a em{position:absolute;bottom:0;right:0;display:none;}
.operate a:before{font-family:"iconfont";font-size:18px;vertical-align:top;margin-right:5px;color:#1c4326;}
.operate .a-job:before{content:"\e640";}
.operate .f-job:before{content:"\e631";}
.operate .a-job.a-ed-job:before{content:"\e641";}
.operate .f-job.f-ed-job:before{content:"\e632";}
.j-btn{display:inline-block;}
/*详情页*/
.content .hr-tit{position:relative;height:38px;padding:0;line-height:38px;color:#666;font-size:16px;background-color:#f5f5f5;}
.content .hr-tit:before{content:'';display:inline-block;width:5px;height:20px;margin-right:10px;vertical-align:middle;background:#1c4326;}
.content .hr-msg{padding:15px 15px;}
.content .hr-msg p{font-size:14px;margin-bottom:0!important;}
.hr-content{margin-top:25px;}
.hr-detail{background-color:#f5f5f5;padding:20px 15px;box-sizing:border-box;}
.hr-info>.fl{width:85%;}
.hr-info h1{font-weight:bold;padding:0 0 10px;}
.hr-info .hr-keyword{min-width:30%;color:#999;}
.hr-info .hr-keyword strong{font-weight:normal;color:#444;}
.hr-operate{padding-top:15px;}
.hr-operate a{display:block;width:110px;margin-bottom:10px;}
.hr-operate a:before{font-family:"iconfont";font-size:16px;vertical-align:top;margin-right:5px;}
.job-apply:before{content:"\e640";}
.job-apply.applied:before{content:"\e641";}
.hr-operate .job-apply.disabled{background:#f1f1f1;border-color:#aaa;color:#aaa;cursor:no-drop;}
.job-follow:before{content:"\e631";}
.job-follow.followed:before{content:"\e632";}
.job-info-bottm{color:#999;line-height:40px;border-top:1px solid #f2f2f2;overflow:hidden;margin-top:15px;}
/*招标*/
.bid-related{border-top: 3px solid #1c4326;}
.bid-tit{border-bottom:1px solid #f2f2f2;line-height: 50px;font-size: 20px;margin:15px 0 10px;}
/*投票*/
.vote-list{min-height:200px;transition:height 0.8s;-webkit-transition:height 0.8s;}
.vote-list .loading{display:block;line-height:200px;text-align:center;}
.vote-info{padding:15px;border:1px dashed #ddd;background:#f8f8f8;margin-bottom:20px;}
.picvote{overflow:hidden;margin:0 -1%;}
.picvote li{float:left;width:23%;margin:0 1% 25px 1%;text-align:center;background:#f5f5f5;overflow:hidden;}
.picvote li a{display:block;line-height:0;overflow:hidden;}
.picvote li img{display:block;height:176px;margin:auto;}
.picvote li span{display:block;line-height:40px;}
.vote-list .mt25{text-align:center;}
.vote-list .btn{width:180px;font-size:16px;}
.txtvote li{border-bottom:1px dashed #ddd;line-height:40px;padding-left:20px;overflow:hidden;}
.txtvote li:hover{background:#f4f4f4;}
.txtvote span{float:left;}
.txtvote .perbg{width:55%;background:#ddd;line-height:1;height:14px;overflow:hidden;margin:13px 0;}
.txtvote .option{width:35%;}
.txtvote .optionval{width:10%;text-align:right;}
.vote-list .show-btn{width:100px;background:#666;}
.vote-list .show-btn:hover{background:#888;}
.vote-list .tips{line-height:40px;color:#e33;}
.vote-result .optionval{width:10%;text-align:right;}
.vote-list.ajax{margin-top:20px;}
.ranking{padding:15px 10px;border-top:1px solid #ddd;}
.ranking .fl,.ranking .fr,.vote-per{line-height:14px;height:14px;}
.ranking .fl{width:60%;background:#ddd;text-align:left;font-size:0;}
.ranking .fr{width:40%;text-align:right;}
.vote-per{display:inline-block;background:#1c4326;vertical-align:middle;}
.vote-result .th{font-weight:bold;}
.vote-result li{overflow:hidden;border-bottom:1px dashed #ddd;line-height:40px;padding:0 20px;}
.vote-result li:hover{background:#f4f4f4;}
.vote-result span{float:left;}
.vote-result .rank{width:5%;}
.vote-result .rank i{display:inline-block;text-align:center;line-height:1;background:#888;color:#fff;min-width:20px;padding:3px 5px;}
.vote-result .top1 i{background:#fc6c6c;}
.vote-result .top2 i{background:#ffa169;}
.vote-result .top3 i{background:#ffc861;}
.vote-result .perbg{width:55%;}
.vote-result .name{width:30%;}

/*会议详细页*/
.meet-info{background:#f5f5f5;padding:15px;margin:20px 0;position:relative;}
.meet-info h2{font-weight:normal;}
.meet-info h2 span{color:#999;}
.meet-reg-btn{position:absolute;right:15px;top:35px;}
.meet-reg-btn .btn{width:110px;}
.meet-reg-btn .btn:before{font-family:"iconfont";font-size:16px;vertical-align:top;margin-right:5px;}
.meet-reg-btn .btn:before{content:"\e640";}
.meet-form{background:#fff;border-top:5px solid #1c4326;padding:0 20px 30px 20px;width:500px;position:fixed;left:50%;top:50%;margin-left:-280px;margin-top:-250px;}
.meet-form .close{top:14px;right:20px;}
.meet-form dl{overflow:hidden;padding:5px 0;}
.meet-form .required dt:before{margin-right:10px;content:'*';color:red;}
.meet-form .required dt:after{display:none;}
.meet-form dt{float:left;width:80px;line-height:44px;text-align:right;margin-right:10px;}
.meet-form dd input[type="text"]{width:320px;}
.meet-form .btn{display:block;width:160px;margin:auto;margin-top:10px;}
.meet-qr{text-align:center;}
.meet-qr span{display:block;}
@media (max-width:1320px) {
  .aside{right:-50px;}
}
@media (max-height:735px){
  .aside .aside-follow{display:none;}
}

/* LightBox */
/* body:after{content:url(../images/close.png) url(../images/loading-gray.gif) url(../images/prev.png) url(../images/next.png);display:none} */
.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}
.lightbox{position:absolute;left:0;width:100%;z-index:10000;text-align:center;line-height:0;font-weight:400}
.lightbox .lb-image{display:block;height:auto;max-width:inherit;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}
.lightbox a img{border:none}
.lb-outerContainer{position:relative;background-color:#fff;width:250px;height:250px;margin:0 auto;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}
.lb-outerContainer:after{content:"";display:table;clear:both}
.lb-container{padding:4px}
.lb-loader{position:absolute;top:43%;left:0;height:25%;width:100%;text-align:center;line-height:0}
.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;/*background:url(../images/loading-gray.gif) no-repeat*/}
.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}
.lb-container>.nav{left:0}
.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}
.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}
.lb-nav a.lb-prev{width:34%;left:0;float:left;/*background:url(../images/prev.png) left 48% no-repeat;filter:*/alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}
.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}
.lb-nav a.lb-next{width:64%;right:0;float:right;/*background:url(../images/next.png) right 48% no-repeat;*/filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}
.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}
.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;-moz-border-radius-bottomleft:4px;-webkit-border-bottom-left-radius:4px;border-bottom-left-radius:4px;-moz-border-radius-bottomright:4px;-webkit-border-bottom-right-radius:4px;border-bottom-right-radius:4px}
.lb-dataContainer:after{content:"";display:table;clear:both}
.lb-data{padding:0 4px;color:#ccc}
.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}
.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}
.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}
.lb-data .lb-close{display:block;float:right;width:30px;height:30px;/*background:url(../images/close.png) top right no-repeat;*/text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}
.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}

/*MP3播放器*/
.audioplayer{height:2.5em;color:#fff;text-shadow:1px 1px 0 #000;border:1px solid #222;position:relative;z-index:1;background:#333}
.audioplayer-mini{width:2.5em;margin:0 auto}
.audioplayer>div{position:absolute}
.audioplayer-playpause{width:2.5em;height:100%;text-align:left;text-indent:-9999px;cursor:pointer;z-index:2;top:0;left:0}
.audioplayer:not(.audioplayer-mini) .audioplayer-playpause{border-right:1px solid #555;border-right-color:rgba(255,255,255,.1)}
.audioplayer-mini .audioplayer-playpause{width:100%}
.audioplayer-playpause:focus,.audioplayer-playpause:hover{background-color:#222}
.audioplayer-playpause a{display:block}
.audioplayer-stopped .audioplayer-playpause a{width:0;height:0;border:.5em solid transparent;border-right:none;border-left-color:#fff;content:'';position:absolute;top:50%;left:50%;margin:-.5em 0 0 -.25em}
.audioplayer-playing .audioplayer-playpause a{width:.75em;height:.75em;position:absolute;top:50%;left:50%;margin:-.375em 0 0 -.375em}
.audioplayer-playing .audioplayer-playpause a:after,.audioplayer-playing .audioplayer-playpause a:before{width:40%;height:100%;background-color:#fff;content:'';position:absolute;top:0}
.audioplayer-playing .audioplayer-playpause a:before{left:0}
.audioplayer-playing .audioplayer-playpause a:after{right:0}
.audioplayer-time{width:4.375em;height:100%;line-height:2.375em;text-align:center;z-index:2;top:0}
.audioplayer-time-current{border-left:1px solid #111;border-left-color:rgba(0,0,0,.25);left:2.5em}
.audioplayer-time-duration{border-right:1px solid #555;border-right-color:rgba(255,255,255,.1);right:2.5em}
.audioplayer-novolume .audioplayer-time-duration{border-right:0;right:0}
.audioplayer-bar{height:.875em;background-color:#222;cursor:pointer;z-index:1;top:50%;right:6.875em;left:6.875em;margin-top:-.438em}
.audioplayer-novolume .audioplayer-bar{right:4.375em}
.audioplayer-bar div{width:0;height:100%;position:absolute;left:0;top:0}
.audioplayer-bar-loaded{background-color:#333;z-index:1}
.audioplayer-bar-played{background:#007fd1;z-index:2}
.audioplayer-volume{width:2.5em;height:100%;border-left:1px solid #111;border-left-color:rgba(0,0,0,.25);text-align:left;text-indent:-9999px;cursor:pointer;z-index:2;top:0;right:0}
.audioplayer-volume:focus,.audioplayer-volume:hover{background-color:#222}
.audioplayer-volume-button{width:100%;height:100%}
.audioplayer-volume-button a{width:.313em;height:.375em;background-color:#fff;display:block;position:relative;z-index:1;top:40%;left:35%}
.audioplayer-volume-button a:after,.audioplayer-volume-button a:before{content:'';position:absolute}
.audioplayer-volume-button a:before{width:0;height:0;border:.5em solid transparent;border-left:none;border-right-color:#fff;z-index:2;top:50%;right:-.25em;margin-top:-.5em}
.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after{width:.313em;height:.313em;border:.25em double #fff;border-width:.25em .25em 0 0;left:.563em;top:-.063em;-webkit-border-radius:0 .938em 0 0;-moz-border-radius:0 .938em 0 0;border-radius:0 .938em 0 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.audioplayer-volume-adjust{height:6.25em;cursor:default;position:absolute;left:0;right:-1px;top:-9999px;background:#333}
.audioplayer-volume:not(:hover) .audioplayer-volume-adjust{opacity:0}
.audioplayer-volume:hover .audioplayer-volume-adjust{top:auto;bottom:100%}
.audioplayer-volume-adjust>div{width:40%;height:80%;background-color:#222;cursor:pointer;position:relative;z-index:1;margin:30% auto 0}
.audioplayer-volume-adjust div div{width:100%;height:100%;position:absolute;bottom:0;left:0;background:#007fd1}
.audioplayer-novolume .audioplayer-volume{display:none}
.audioplayer-volume-adjust{-webkit-box-shadow:-2px -2px 2px rgba(0,0,0,.15),2px -2px 2px rgba(0,0,0,.15);-moz-box-shadow:-2px -2px 2px rgba(0,0,0,.15),2px -2px 2px rgba(0,0,0,.15);box-shadow:-2px -2px 2px rgba(0,0,0,.15),2px -2px 2px rgba(0,0,0,.15)}
.audioplayer-bar,.audioplayer-volume-adjust>div{-webkit-box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1);-moz-box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1);box-shadow:-1px -1px 0 rgba(0,0,0,.5),1px 1px 0 rgba(255,255,255,.1)}
.audioplayer-bar-played,.audioplayer-volume-adjust div div{-webkit-box-shadow:inset 0 0 5px rgba(255,255,255,.5);-moz-box-shadow:inset 0 0 5px rgba(255,255,255,.5);box-shadow:inset 0 0 5px rgba(255,255,255,.5)}
.audioplayer-playpause,.audioplayer-volume a{-webkit-filter:drop-shadow( 1px 1px 0 #000 );-moz-filter:drop-shadow( 1px 1px 0 #000 );-ms-filter:drop-shadow( 1px 1px 0 #000 );-o-filter:drop-shadow( 1px 1px 0 #000 );filter:drop-shadow( 1px 1px 0 #000 )}
.audioplayer,.audioplayer-volume-adjust{background:-webkit-gradient(linear,left top,left bottom,from(#444),to(#222));background:-webkit-linear-gradient(top,#444,#222);background:-moz-linear-gradient(top,#444,#222);background:-ms-radial-gradient(top,#444,#222);background:-o-linear-gradient(top,#444,#222);background:linear-gradient(to bottom,#444,#222)}
.audioplayer-bar-played{background:-webkit-gradient(linear,left top,right top,from(#007fd1),to(#c600ff));background:-webkit-linear-gradient(left,#007fd1,#c600ff);background:-moz-linear-gradient(left,#007fd1,#c600ff);background:-ms-radial-gradient(left,#007fd1,#c600ff);background:-o-linear-gradient(left,#007fd1,#c600ff);background:linear-gradient(to right,#007fd1,#c600ff)}
.audioplayer-volume-adjust div div{background:-webkit-gradient(linear,left bottom,left top,from(#007fd1),to(#c600ff));background:-webkit-linear-gradient(bottom,#007fd1,#c600ff);background:-moz-linear-gradient(bottom,#007fd1,#c600ff);background:-ms-radial-gradient(bottom,#007fd1,#c600ff);background:-o-linear-gradient(bottom,#007fd1,#c600ff);background:linear-gradient(to top,#007fd1,#c600ff)}
.audioplayer-bar,.audioplayer-bar div,.audioplayer-volume-adjust div{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}
.audioplayer{-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}
.audioplayer-volume-adjust{-webkit-border-top-left-radius:2px;-webkit-border-top-right-radius:2px;-moz-border-radius-topleft:2px;-moz-border-radius-topright:2px;border-top-left-radius:2px;border-top-right-radius:2px}
.audioplayer *,.audioplayer :after,.audioplayer :before{-webkit-transition:color .25s ease,background-color .25s ease,opacity .5s ease;-moz-transition:color .25s ease,background-color .25s ease,opacity .5s ease;-ms-transition:color .25s ease,background-color .25s ease,opacity .5s ease;-o-transition:color .25s ease,background-color .25s ease,opacity .5s ease;transition:color .25s ease,background-color .25s ease,opacity .5s ease}

/*Doctor List*/
.expert-row{margin-bottom:39px;}
.expert-row .list-tit{position:relative;}
.expert-row .list-tit .slide-dots{position:absolute;right:0;top:0;}
.expert-row .fl .list-content{height:208px;overflow:hidden;}
#home-expert-box {overflow: hidden;}
.home-expert li{margin:0 20px 20px 2px;position: relative;width:282px;height: 178px;float:left;padding: 10px 20px 10px 95px;background-color: #fff;box-sizing: border-box;box-shadow: 0px 2px 5px rgba(188, 188, 188, 0.4);border-radius: 5px;transition: all .4s;}
.home-expert li:hover {transform: translateX(6px);box-shadow: 0px 2px 5px rgba(188, 188, 188, 0.8);}
.home-expert li .doctor-img{position:absolute;left:13px;top:20px;width:67px;height:67px;overflow:hidden;}
.home-expert li .doctor-img img{width:67px;height:67px;border-radius: 50%}
.home-expert li h2 a{vertical-align:middle;font-size: 18px;color: #12264B;font-weight:normal;}
.home-expert li h2 span{vertical-align: middle;background: #F4C952;color: #fff;font-size: 12px;padding: 3px 6px;font-weight: normal;margin-left: 15px;position: relative;}
.home-expert li h2 span:before{content:"";width: 11px;height: 22px;display: block;background: url(../images/label-yellow.png) no-repeat;position: absolute;left: -11px;top: 0;}
.home-expert li p{color:#5E5E5E;font-size:14px;line-height:25px;display:-webkit-box;width: 250px;height:48px;text-indent: 30px;position: relative;left: -80px; overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space: normal;margin-bottom:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.home-expert li .doctor-dp{line-height: 25px;padding-bottom: 10px;margin-bottom: 8px;font-size: 14px;border-bottom: 1px solid #f2f2f2;}
.home-expert li .doctor-dp strong{color:#aeaeae;font-weight:normal;}

/*科室导航*/
.home-dp-box{height:417px;background-image:url(../images/banner_02.jpg);background-repeat: no-repeat;background-position: center bottom;background-size: cover;}
/* .home-dp-inner {height: 417px;background: rgba(5,100,180,.6);} */
.department-nav .list-tit h2 a,.home-dp-box .list-tit h2 .en-tit{color:#fff;}
.department-nav .list-tit h2 .en-tit{background:none;}
.department-nav{padding-top:10px;}
.department-nav .list-tit{height: 85px;border-bottom:none;}
.department-nav .area-list {margin-right: 66px;padding: 20px 15px;width: 258px;height: 222px;background: #f2f2f2;box-sizing: border-box;}
.department-nav .area-list a {float: left;display: block;margin-bottom: 20px;width: 114px;height: 60px;line-height: 60px;text-align: center;color: #fff;background: #176815;}
.department-nav .area-list a.cur{position: relative;margin-top: -1px;margin-right: -1px;background: #1C4326;box-shadow: -2px 2px 5px rgba(0,0,0,.4);}
.department-nav .area-list a.cur:after {position: absolute;bottom: -8px;left: 50%;margin-left: -7px;content: '';display: block;width: 0;height: 0;border-top: 8px solid #1C4326;border-left: 7px solid transparent;border-right: 7px solid transparent;  }
.department-nav .area-list.area-1 a{width: 228px;}
.department-nav .list-content { display: none;width: 876px;margin-top: 0; }
#depart_list_content_1 {display: block;}
.department-nav .tab-tit{position:absolute;left:-310px;top:100px;width: 229px;height: 81px;border: 1px solid #d2d2d2;border-bottom: none;border-right: none;overflow:hidden;box-sizing: border-box;}
.department-nav .tab-tit a{float:left;display:block;width:113px;line-height: 39px;text-align:center;border-bottom: 1px solid #d2d2d2;border-right: 1px solid #d2d2d2;}
.department-nav .tab-tit a.cur{background:#dce5dc;}
.home-department{display: none;padding-top:10px;}
.department-list-0 {display: block;}
.home-department .dp-items{background-color:#fff;text-align: center;margin:0 22px 20px 0;overflow:hidden;width:190px;height:81px;box-sizing:border-box;border-radius:5px;position:relative;float:left;}
.home-department .dp-items i{position:absolute;color:#a8dbbf;font-size:70px;left:-20px;top:-21px;transition:color .3s; }
.home-department .dp-items>a{color:#12264B;font-size:16px;padding-top:7px;display:block;margin-bottom:6px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.home-department .dp-items p{width:95px;height:25px;border:1px dotted #e4e4e4;border-radius:5px;box-sizing:border-box;}
.home-department .dp-items p a{width:50%;display:block;float:left;text-align:center;color:#868686;line-height:25px;box-sizing:border-box;}
.home-department .dp-items p a:hover{background-color:#f1e5f4;color:#C38ECD;}
.home-department .dp-items p a:first-child{border-right: 1px solid #e4e4e4;}
.home-department .dp-items:hover i{color:#12264B;}
.home-department{width:826px;overflow:hidden;}
.home-department>div{height:202px!important;}
.home-department .home-dp{width:400%;height:202px!important;}
.home-department .home-dp li{float:left;width:848px;}
.home-department .dots{width:826px;top:-70px;height: 50px;display:none;}
.home-department .dots li{width:15px;height:15px;}

.dots{position:absolute;bottom:12px;left:0;right:5px;text-align:right;}
.dots li{display:inline-block;width:12px;height:12px;margin-left:5px;border-radius:50%;background:#fff;opacity:.7;filter:alpha(opacity=70);line-height:0;font-size:0;text-indent:-999px;cursor:pointer;}
.dots .active{opacity:1;filter:alpha(opacity=100);}

.department-subnav .tab-tit {margin-bottom: 20px;border-left: 1px solid #ddd;overflow: hidden;}
.department-subnav .tab-tit a {float: left;display: block;margin-left: -2px;width: 50%;line-height: 38px;text-align: center;font-weight: bold;color: #999;background: #f9f9f9;border: 1px solid #ddd;}
.department-subnav .tab-tit a.cur {color: #444;background: #fff;border-bottom-color: #fff;border-top: 2px solid #009d6d;}

.list-content{margin-top:20px;position:relative;}
.list-content a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

/*清除样式*/
.no a:before{background: none!important;}
/*辅助样式*/
.ml_40 {margin-left: 40px !important;}
.mr_5{margin-right: 5px;}

.f_15 {font-size: 15px!important;}

.f_solid {background: #A7A7A7;color :#FFF;padding: 3px 5px;border-radius: 1px;}

