@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;transition:.3s;}
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;
}
body:after{display:none;content:url(../images/black70.png);}
a{color:#444;outline:none;}
a:hover{color:#ec6a32;text-decoration:none;}

/* 文字样式 */
.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:#ec6a32;}
.green:hover{color:#096;}

/* 按钮 */
.btn{display:inline-block;border:none;text-align:center;cursor:pointer;background:#4dd29d;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:#369670;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:default;}

/* 边距 */
.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;}

/* 浮动 */
.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;top:14px;text-align:right;}
.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;}
.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;}

/*表单元素样式*/
input::-webkit-input-placeholder {line-height:normal;}
textarea,
input[type="text"],
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="password"]:focus,
input[type="search"]:focus{border-color:#ec6a32;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:280px;}
.getcode{width:80px;position:absolute;left:317px;top:10px;}
.regform #code_img{width:110px;height:34px;position:absolute;left:317px;top:10px;}
.register-nav h2:before{content: '\e6ed';display: inline-block;font-size: 22px;font-weight: bold;margin-right: 10px;font-family: 'iconfont';top: 1px;position: relative;color:#ec6a32;}
.regform .fl,.regform .fr{width:49%;height:360px;}
.regform .fr{border-left:1px solid #ddd;}
.regform .fr a.login{color:#ec6a32;font-weight:bold;}
.regform .fr a.login:hover{text-decoration:underline;}
.regform .fr p{font-size:16px;margin-left:35px;margin-top:35px;}
.regform .submit{width:302px;line-height:40px;}
.weixin-info span{display:inline-block;vertical-align:middle;line-height:44px;height:44px;margin-right:5px;}
.weixin-info .headimg img{width:44px;height:44px;border-radius:5px;}
/* 图标 */
@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;}
.container-972 .layout{width:872px;margin-left:auto;margin-right:auto;padding-left:20px;}
.container-972 .leftbar{width:200px; padding-left:330px;}
.bgf2{background-color:#f2f2f2;padding:20px 0;}
.bgf2 .container-inner{padding:15px;}
.container.bgf2{margin-bottom:0;}
/*头部 */
.header{position:relative;z-index:99;}
.logo-row{height:80px;position:relative;z-index:11;box-sizing:border-box;}
.topbar{height:35px;line-height:35px;color:#ddd;background-color:#f2f2f2;text-align:right;font-weight:bold;}
.topbar{color: #797979;font-size: 14px;margin:0 10px ;}
/*.topbar a.logined{color:#ec6a32;}*/
.topbar span{color:#888;}
.top-login{line-height:32px;}
.top-login a:hover{color:#ec6a32;}
.logo a{display:block;}
.logo a img{width:auto;}
.other-tit{border-left:1px solid #ec6a32;line-height:22px;padding:0 20px;margin-top:3px;}
.other-tit p{margin-bottom:0;font-size:13px;}
.searchtype{width:58px;height:20px;margin:8px auto;position:relative;float:left;}
.searchtype:after{content: "|";font-size:12px;position:absolute;right:-2px;top:1px;color: #333;}
.searchtype span{display:block;line-height:20px;padding:0 6px;cursor:pointer;}
.searchtype span:after{font-family:'iconfont';content:'\e610';margin-left:3px;color:#ccc;font-size:15px;top:2px;position:relative;}
.searchtype ul{display:none;position:absolute;top:32px;left:-7px;right:0;background:#fff;border:1px solid #eee;border-top:none;}
.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;}
.searchtype ul li a:hover{background:#eee;}
.search{margin-top:5px;margin-left:88px;padding-top:13px;padding-bottom:13px;}
.search i{line-height:35px;position:relative;font-size:18px;color:#333;margin-left:10px;}
.search button{width:76px;height:40px;font-size:16px;margin-left:-2px;border-bottom-right-radius:5px;border-top-right-radius:5px;}
input.keyword{width:205px;height:20px;line-height:20px;padding:9px 5px 9px 103px;margin-left:-95px;border:1px solid #369670;border-bottom-left-radius:5px;border-top-left-radius:5px;}
.phone{width:242px;padding-left:50px;line-height:1.4;padding-top:13px;padding-bottom:13px;margin-top:3px;box-sizing:border-box;background:url(../images/phone.png) left center no-repeat;}
.phone span{color:#008751;font-weight:700;font-size:16px;}
.phone span i{color:#999;font-weight:normal;font-size:14px;}
.nav{height:50px;background:#369670;position:relative;z-index: 10;}
.nav>div>ul{display:block;}
.nav>div>ul>li{width:8.33%;float:left;line-height:50px;text-align:center;}
.nav>div>ul>li>a{position:relative;display:block;color:#fff;font-size:16px;}
.nav>div>ul>li.cur>a{background-color:#297255;}
.nav>div>ul>li>a:hover{background-color:#4dd29d;}
.no-js .nav .float-bg{display:none;}
.no-js .nav ul>li:hover .subnav{display:block;}
.nav .subnav{position:absolute;display:none;left:0;right:0;top:50px;z-index:999;overflow:hidden;background-color: #fff;box-shadow: 0px 5px 5px rgba(0, 0, 0, .08);}
.nav .subnav>.layout{
	width: 1200px;
	margin: 0 auto;
	height: 230px;
}
.nav .dropTitle{float:left;width:16.16%;font-size: 22px;position:relative;height:100%;background:url(../images/droptitle_bg.png);}
.nav .dropTitle h1{position:relative;top:75px;width:100%;padding-left:24px;text-align: left;}
.nav .dropTitle a{color:#ec6a32;}
.nav .dropMenu{overflow:hidden;padding:10px 12px;margin:0 auto;min-height:190px;float:left;width:35%;box-sizing:border-box;border-left:1px solid #e4e4e4;border-right:1px solid #e4e4e4;height:100%;}
.nav .dropMenu li{float:left;width:43.76%;text-align:left;}
.nav .dropMenu li a{line-height:36px;height:36px;font-size:15px;display:block;box-sizing:border-box;padding-left:13px;transition:none;}
.nav .dropMenu li a:after{content:"\e63e";display:none;font-family:'iconfont';float:right;margin-right:8px;}
.nav .dropMenu li a:hover{background-color:#efa889;color:#fff;}
.nav .dropMenu li a:hover:after{display:block;} 
.menucontent{width:35%;float:left;box-sizing:border-box;border-right:1px solid #e4e4e4;}
.menucontent>div{box-sizing:border-box;line-height:1;padding:10px 20px;margin:0 auto;box-sizing:border-box;text-align:left;}
.menucontent.col2 .subcol{width:50%;}
.menucontent.col3 .subcol{width:33.33%;}
.menucontent.col4 .subcol{width:25%;}
.menuFixed{float: right;width:13.75%;padding-top:20px;}
.menuFixed a{display:block;height:50px;margin-bottom:5px;}
.menuFixed a i{font-size:40px;color:#c9c9c9;line-height:40px;position:relative;top:8px;margin-right:10px;transition:.3s;}
.menuFixed a:hover i{color:#ec6a32;}
.subcol h2{line-height:1;font-size:16px;padding-bottom:15px;font-weight:normal;position:relative;}
.subcol h2:before{content:'\e6ed';display:inline-block;font-size:20px;font-weight:bold;margin-right:5px;font-family:'iconfont';top:2px;position:relative;}
.subcol p{line-height:1.5;margin-top:15px;}
.subcol p a{color:#ec6a32;}
.subcol p a:hover{text-decoration:underline;}
.subcol .img-list{overflow:hidden;margin:0 -10px;}
.subcol .img-list li{float:left;width:50%;padding:0 10px;box-sizing:border-box;line-height:0;margin-bottom:20px;}
.subcol .img-list li img{width:100%;box-sizing:border-box;-webkit-transition:transform 0.3s;transition:transform 0.3s;}
.subcol .img-list li a{display:block;height:110px;overflow:hidden;position:relative;}
.subcol .img-list li span{display:block;box-sizing:border-box;padding:10px;line-height:90px;text-align:center;position:absolute;left:0;top:0;color:#fff;width:100%;height:100%;background:url(../images/black70.png);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;opacity:0;filter:alpha(opacity=0);-webkit-transition:opacity 0.3s;transition:opacity 0.3s;}
.subcol .img-list li a:hover img{transform:scale(1.2);}
.subcol .img-list li a:hover span{opacity:1;filter:alpha(opacity=100);}
.subcol .imgtxt-list{margin-top:-10px;}
.subcol .imgtxt-list li{height:28px;overflow:hidden;}
.subcol .imgtxt-list a{display:inline-block;line-height:28px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.subcol .imgtxt-list a:before{content:"•";font-weight:bold;color:#ec6a32;margin-right:5px;}
.subcol .txt-list li{height:35px;overflow:hidden;border-bottom:2px dotted #c9c9c9;}
.subcol .txt-list li:last-child{border:none;}
.subcol .txt-list a{display:inline-block;line-height:29px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.subcol .txt-list a:before{content:"•";font-weight:bold;color:#ec6a32;margin-right:5px;}
.subcol .specialist{height:192px;}
.subcol .specialist li a{height:50px;line-height:50px;}
.no-js .nav li:hover .subnav{display:block;}
.department-subnav {padding:20px 20px;float:left;width:83.84%;box-sizing:border-box;border-left:1px solid #e4e4e4;}
.department-subnav dl{text-align:left;line-height:1;padding-bottom:15px;}
.department-subnav dl:last-child{padding-bottom:0;}
.department-subnav dl a{display:inline;white-space:nowrap;}
.department-subnav dt{border-bottom:1px solid #ddd;padding-bottom:10px;font-size:16px;color:#ec6a32;}
.department-subnav dt span{display:inline-block;margin-right:10px;padding-bottom:8px;}
.department-subnav dd{text-align:justify;padding-top:6px;}
.department-subnav dd a{line-height:1.8;margin:0 10px 0 0;border:none;}

/*首页-轮播 */
.slider{height:500px;overflow:hidden;background:#ede1ca;position:relative;}
.slider ul,.slider ul li{width:100%;height:500px;position:absolute;top:0;left:0;}
.slider ul li{display:none;}
.slider ul li:first-child{display:block;}
.slider ul{overflow:hidden;}
.slider ul li{background-position:center;}
.slide-txt{position:relative;display:block;}
.slide-txt img{vertical-align:middle;}
.slide-btn{position:absolute;width:100%;left:0;bottom:58px;text-align:right;}
.slide-btn a{display:inline-block;width:16px;height:16px;border:2px solid #ec6a32;border-radius:50%;vertical-align:middle;margin-left:5px;font-size:0;text-indent:-999px;overflow:hidden;}
.slide-btn a.cur{background:#ec6a32;}

/*首页-患者服务 */
.home-service{margin-top:-57px;position:relative;}
.home-service ul{background:rgba(54,54,54,.9);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e6363636,endcolorstr=#e6363636);height:57px;overflow:hidden;}
.home-service li{float:left;width:16.66%;text-align:center;box-sizing:border-box;}
.home-service li span{display:inline-block;vertical-align:middle;font-size:16px;line-height:57px;position:relative;z-index:2;}
.home-service li a{display:block;line-height:57px;height:57px;font-size:0;overflow:hidden;color:#fff;transition:color 0.3s,background 0.3s;-webkit-transition:color 0.3s,background 0.3s;position:relative;}
.home-service li a:before{display:block;position:absolute;left:100px;width:0;height:100%;content:'';background:#000;transition:all 0.3s ease;-webkit-transition:all 0.3s ease;z-index:1;}
.home-service li a:hover:before{width:100%;left:0;}
.home-service li:first-child a:before{display:none;}
.home-service li:first-child a{background-color:#fff;color:#363636;}
/*首页 */
.home-main{min-height:1000px;}
.home-container>.layout>.fl{width:63.33%;}
.home-container>.layout>.fr{width:32.25%;}
.home-container>.layout.layout-col2>.fl{width:48.75%;}
.home-container>.layout.layout-col2>.fr{width:48.75%;}
.list-item{box-sizing:border-box;}
.list-tit{height:46px;line-height:46px;position:relative;}
.list-tit h2{
	display: inline-block;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}
.list-tit h2 a{display:inline-block;color:#369670;position:relative;}
.list-tit h2 a:hover{color:#e14f11;}
.list-tit h2 a:before{content:'\e6ed';display:inline-block;font-size:22px;font-weight:bold;margin-right:10px;font-family:'iconfont';top:1px;position:relative;}
.list-tit h2 span{color:#666;}
.list-tit .tit-more {width: 24px;height: 24px;position: absolute;right: 0;top: 50%;margin-top: -10px;display: block;background: url(../images/zoomInG.png) center no-repeat;}
.list-tit .tit-more:before{display:none;}
.list-tit .tab-tit{display:block;font-size:0;line-height:0;}
.list-tit .tab-tit a{display:inline-block;line-height:46px;color:#666;font-weight:normal;font-size:20px;}
.list-tit .tab-tit a:before{display:none;}
.list-tit .tab-tit a:after{content: "|";font-size:17px;color:#c9c9c9;margin:0 10px;position:relative;top:-2px;font-weight:200;}
.list-tit .tab-tit a:last-child:after{display:none;}
.list-tit .tab-tit a.cur{color:#ec6a32;}
.list-tit .fr{color:#ddd;word-spacing:.5em;}
.list-content{margin-top:10px;position:relative;}
.list-content a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tab-pannel{display:none;width:100%;}
.tab-pannel:first-child{display:block;}
.homenews-left{width:43.42%;}
.news-slide{overflow:hidden;}
.news-slide ul li{width:100%;height:248px;float:left;position:relative;}
.news-slide ul li img{height:248px;display:block;width:330px;}
.news-slide a{position:relative;display:block;}
.news-slide a span{display:block;position:absolute;left:0;right:0;bottom:0;line-height:40px;padding-left:10px;padding-right:90px;background:url(../images/black70.png);color:#fff;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.news-slide a u{position:absolute;width:72px;height:72px;text-align:center;background-color:#ec6a32;color:#fff;top:0;left:0;}
.news-slide a u i{display:block;font-size:24px;font-weight:bold;line-height:1;padding-top:13px;}
.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);}
.news-row .img-news{height:248px;position:relative;margin-top:10px;margin-bottom:10px;}
.right-news{width:50.92%;}
.right-news .list-tit h2 a:before{display:none;}
.right-news .tab-tit:after{display:none;}
.txt-news li{height:28px;overflow:hidden;}
.txt-news a{line-height:28px;}
.txt-news a:before{content:"•";font-weight:bold;color:#ccc;margin-right:5px;}
.txt-news .top-news{
	height: 50px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 7px;
	padding-right: 0;
}
.txt-news .news-split{border-bottom:1px dashed #ddd;height:0;font-size:0;line-height:0;margin:15px 0;}
.top-news a:before{display:none;}
.top-news a{font-size:18px;line-height:24px;color: #333333;font-weight:bold;}
.top-news a:hover{color:#ec6a32;}
.top-news p{font-size:13px;color:#999;line-height:20px;display:-webkit-box;height:36px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal;margin-bottom:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.right-news .top-news{position:relative;}
.home-special li{height:120px;overflow:hidden;margin-bottom:18px;}
.home-special li:last-child{margin-bottom:0;}
.home-special a{background-color:#6f6f6f;line-height:0;height:140px;}
.home-special a img{height:120px;opacity:1;transition:opacity 0.3s;-webkit-transition:opacity 0.3s;}
.home-special a:hover img{opacity:.8;}
.home-special a,.home-special a img{width:100%;}
.home-expert li{float:left;width:132px;margin-right:20px;}
.home-expert li:nth-child(5n+0){margin:0;}
.home-expert li a{display:block;height:208px;position:relative;}
.home-expert li a .expert-info:before{content:'';display:block;height:3px;background:#ec6a32;position:absolute;left:0;right:0;bottom:0;transition:height 0.3s;-webkit-transition:height 0.3s;}
.home-expert li a:hover .expert-info:before{height:40px;}
.home-expert li a:hover strong{padding-left:10px;color:#fff;}
.home-expert li a:hover span{padding-right:10px;color:#fff;}
.home-expert li a:hover img{transform:scale(1.2);}
.home-expert li img{width:104px;height:149px;transition:all 0.3s;-webkit-transition:all 0.3s;}
.home-expert .expert-info{display:block;background:#fff;}
.home-expert .expert-info strong{color:#ec6a32;transition:all 0.3s;-webkit-transition:all 0.3s;position:relative;z-index:2;}
.home-expert .expert-info span{float:right;color:#666;transition:all 0.3s;-webkit-transition:all 0.3s;position:relative;z-index:2;}
.expert-row .list-tit{position:relative;}
.expert-row .list-tit .slide-dots{position:absolute;right:0;top:0;}
.expert-row .list-content{height:390px;overflow:hidden;box-sizing:border-box;border:1px solid #ddd;}
.expert-row .hm-nm{background-color:#4db379;color:#fff;}
.expert-row .hm-nm a{color:#fff;}
.expert-row .hm-nm a:hover{color:#d7d7d7;}
.expert-row .home-expert-info li{float:left;width:595px;height:390px;padding: 29px 13px;box-sizing: border-box;}
.expert-row .home-expert-info li .home-expert-li{width:272px;height:149px;float:left;margin-right:12px;background-color:#fff;margin-bottom:12px;}
.expert-row .home-expert-info li .home-expert-li a{display:inline-block;height:auto;}
.expert-row .home-expert-info li .home-expert-li a>strong{font-size:13px;font-weight:normal;color:#999;}
.expert-row .home-expert-info li .home-expert-li h1>a{color:#ec6a32;}
.expert-row .home-expert-info li .home-expert-li  a.hm-nm-img{width:104px;overflow:hidden;height:149px;display:block;}
.expert-row .home-expert-info li .home-expert-li  img{width:104px;height:149px;transition:.6s;display:block;}
.expert-row .home-expert-info li .home-expert-li:hover img{transform:scale(1.2);}
.expert-row .expert-info{width:168px;height:149px;box-sizing:border-box;border: 1px solid #f2f2f2;border-left:none;}
.expert-row .expert-infom{border-top:1px solid #f6f6f6;padding-top:5px;}
.expert-row .expert-infom p{height:42px;overflow:hidden;color:#999;line-height:20px;box-sizing:border-box;display: -webkit-box;text-overflow:ellipsis;white-space: normal; -webkit-line-clamp: 2;word-wrap: break-word; -webkit-box-orient: vertical;}
.expert-row .hm-ep-bt a{display:block;background-color:#4db379;color:#fff;width:100%;text-align:center;box-sizing:border-box;text-align:center;line-height:29px;}
.expert-row .hm-ep-bt a:hover{background-color:#0b763b;color:#fff;}
.expert-row .hm-nm-ct{box-sizing:border-box;padding:0 10px;}
.expert-row .hm-nm-ct h1{font-size:16px;font-weight:normal;height:30px;line-height:30px;padding-top:3px;overflow:hidden;}
.expert-row .hm-nm-ct span{font-size:14px;margin-left:10px;color:#8B8B8B;}
.expert-row .hm-nm-ct>a{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.expert-row .online-ay{display:block;background-color:#f08a5d;color:#fff;text-align:center;width:100%;height:26px;line-height:26px;}
.expert-row .online-ay:hover{background-color:#ec6a32;}
.home-expert-info {float:left;width:200%;height:390px;}
.home-expert-unslider .dots{text-align:center;}
.home-expert-unslider .dots li{background:#c9c9c9;opacity:1;filter: alpha(opacity=100);width:10px;height:10px;line-height:16px;}
.home-expert-unslider .dots li.active{background:#797979;}
.slide-dots a,.slide-dots span{display:inline-block;vertical-align:middle;margin-left:3px;}
.slide-dots a{width:24px;height:24px;line-height:24px;text-align:center;font-size:10px;border:1px solid #e6e6e6;color:#999;transition:background 0.3s;-webkit-transition:background 0.3s;}
.slide-dots a:hover{background:#ec6a32;border-color:#ec6a32;color:#fff;}
.slide-dots a.disabled{background:#f4f4f4;border-color:#ddd;color:#ddd;cursor:default;}
.slide-dots span{width:10px;height:10px;border-radius:50%;background:#999;}
.slide-dots span:hover,.slide-dots span.cur{background:#ec6a32;}
.form-item{min-height:52px;margin:0;position:relative;}
.form-item label{position:absolute;top:5px;left:0;*zoom:1;line-height:1.8;}
.form-input input,.form-input select,.form-input textarea,.select-input{border:1px solid #ddd;line-height:20px;height:36px;padding:7px 5px;box-sizing:border-box;}
.department-select select{display:none;}
.no-js .department-select select{display:block;}
.no-js .select{display:none;}
.form-input select{width:100%;background-position: right center;background-repeat: no-repeat;appearance: none;-ms-appearance:none;-moz-appearance: none;-webkit-appearance: none;background-image: url(../images/ico_select.png);}
.form-input select::-ms-expand{display:none;}

/*首页-门诊时间 */
.body-clinic-form .clinic-form{height:133px;box-sizing:border-box;padding:25px 35px 30px;box-shadow: 0px 0px 15px rgba(0, 0, 0,.1);}
.body-clinic-form .clinic-form>div{width:21.23%;float:left;margin-right:36px;}
.body-clinic-form .clinic-form>div:nth-child(2){width:25.22%;}
.body-clinic-form .clinic-form>.form-input{margin-right:0;float:right;padding-top:18px;}
.clinic-form .form-input{margin-left:70px;}
.clinic-form .form-input select{width:100%;background-position: right center;background-repeat: no-repeat;appearance: none;-ms-appearance:none;-moz-appearance: none;-webkit-appearance: none;background-image: url(../images/ico_select.png);}
.clinic-form .form-input select::-ms-expand{display:none;}
.clinic-form>.form-input{margin-left:0;}
.clinic-form>.form-input .btn{width:100%;line-height:40px;line-height:40px;}
.clinic-form .form-input .width-p47{width:47%;float:left;}
.clinic-form .form-input .mgl-p6{margin-left:6%;}
.clinic-form .select{position:relative;}
.clinic-form .select .letter-box{display:none;position:absolute;width:450px;top:35px;font-size:12px;left:0;background:#fff;border:1px solid #ddd;z-index:1;padding:10px;}
.clinic-form .select-input{display:block;width:100%;padding-left:8px;}
.clinic-form .select-input i{position:absolute;line-height:37px;right:5px;top:0;transition:transform 0.3s;-webkit-transition:transform 0.3s;}
.clinic-form .select-input.open i{transform:rotate(180deg);-webkit-transform:rotate(180deg);}
.clinic-form .letter-tit{height:30px;line-height:30px;border-bottom:1px solid #ddd;}
.clinic-form .letter-tit li{float:left;padding:0 15px;}
.clinic-form .letter-tit li a{display:block;}
.clinic-form .letter-tit li.cur{font-weight:bold;border-bottom:1px solid #ec6a32;margin-bottom:-1px;position:relative;}
.clinic-form .letter-pannel li{display:none;overflow:hidden;padding:10px 10px 0 10px;}
.clinic-form .letter-pannel li:first-child{display:block;}
.clinic-form .letter-pannel li span{float:left;display:inline-block;width:25%;line-height:1.5;}
.clinic-form .letter-pannel li span a{display:inline-block;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.body-clinic-form .form-item label{display:block;position:static;margin-bottom:5px;color:#ec6a32;}
.body-clinic-form .clinic-form .form-input{margin:0 auto;}
.body-clinic-form .clinic-form .select-input,
.body-clinic-form .clinic-form select{border:none;background-position:right center;background-repeat:no-repeat;background-color:#f2f2f2;border-radius:3px;cursor:pointer;color:#999;width: 240px;appearance: none;-moz-appearance: none;-webkit-appearance: none;-ms-appearance:none;background-image:url(../images/ico_select.png);}
.body-clinic-form .clinic-form select::-ms-expand { display: none; }
.body-clinic-form .clinic-form>.form-input button{border-radius:3px;width:240px;}
.body-clinic-form .clinic-form .select-input i{right:15px;}
.clinic-form select option:hover{background-color:#e4e4e4;}

/*首页患者服务*/
.patient-services{height:200px;background:url(../images/ps_bg.png) center;position:relative;}
.patient-services ul{padding-top:45px ;}
.patient-services li{width:16.5%;margin-right:4.3%;z-index:1;height:107px;transition:border-color 1.2s ease-in 1.2s,;position:relative;text-align:center;margin-right:3%\9;float:left;color:#fff;border:1px solid #fff;border-radius: 3px;box-sizing:border-box;}
.patient-services li:after,.patient-services li:before{
		content: '';
    display: block;
    position: absolute;
		box-sizing: border-box;
    border: 1px solid transparent;
    width: 0;
    height: 0;
    border-width:2px;
    border-radius: 3px;
    z-index:4;
}
.patient-services li:after{
	  top: -1px;
    left: -2px;
    -webkit-transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;
    transition: border-color 0s ease-in 0.8s,width 0.2s ease-in 0.6s,height 0.2s ease-in 0.4s;
}
.patient-services li:before{
	  bottom: -1px;
    right: -2px;
    -webkit-transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;
    transition: border-color 0s ease-in 0.4s,width 0.2s ease-in 0.2s,height 0.2s ease-in;
}
/*.patient-services li:hover{border-color: #E4492D;}*/
.patient-services li:hover:after,.patient-services li:hover:before {
    width: 102%;
    height: 102%;
}
.patient-services li:hover:after {
    border-top-color: #E4492D;
    border-right-color: #E4492D;
    -webkit-transition: width 0.2s ease-out,height 0.2s ease-out 0.2s;
    transition: width 0.2s ease-out,height 0.2s ease-out 0.2s;
}
.patient-services li:hover:before {
    border-bottom-color: #E4492D;
    border-left-color: #E4492D;
    -webkit-transition: border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;
    transition: border-color 0s ease-out 0.4s,width 0.2s ease-out 0.4s,height 0.2s ease-out 0.6s;
}
.patient-services li:last-child{margin-right:0;}
.patient-services li>div{position:absolute;top:0;left:0;z-index:6;padding:4px 23px 11px;width:100%;height:100%;box-sizing:border-box;}
.patient-services li a{color:#fff;}
.patient-services li a:hover{color:#bab6b6;}
.patient-services li h3{font-size:16px;font-weight:normal;border-bottom:1px solid #fff;padding-bottom:5px;margin-bottom:9px;line-height:40px;}
.patient-services li h3 a{display:inline-block;line-height:41px;}
.patient-services li h3 i{font-size:24px;margin-right:10px;position:relative;top:3px;}
.patient-services li span{color:#92979d;margin:0 5px;}
/*首页-科室设置 */
.lt-index{display:inline-block;color:#dadada;font-size:12px;margin-left:20px;position:absolute;right:0;bottom:-2px;}
.lt-index span,.lt-index a{display:inline-block;padding:0 5px;line-height:1;border-right:1px solid #ccc;}
.lt-index span:first-child,.lt-index span:last-child{border:none;} 
.lt-index a.cur{padding:3px 6px;background:#ec6a32;color:#fff;border:none;}
.department-nav .list-tit{border-bottom:none;}
.department-nav .tab-tit{overflow:hidden;}
.department-nav .tab-tit a{display:block;color: #515151;font-size: 16px;border-right:1px solid #ddd;border-bottom:1px solid #ddd;background:#f2f2f2;line-height:77px;text-align:center;}
.department-nav .tab-tit a:last-child{border-bottom:none;line-height:78px;}
.department-nav .tab-tit a.cur{background:#fff;border-right-color:#fff;}
.department-nav .list-content{height:180px;overflow:hidden;border:1px solid #ddd;}
.department-nav .list-content>.fl{width:19.82%;box-sizing: border-box;}
.department-nav .list-content>.fr{width:80.18%;box-sizing: border-box;overflow:hidden;height:100%;}
.home-department{padding-top:6px;}
.home-department li{float:left;width:33.33333%;box-sizing:border-box;text-align: center;padding:0 5px;}
.home-department .department-i-a{display:block;margin-bottom:9px;}
.home-department .department-i-a i{display:block;margin-left:5px;width:32px;height:32px;font-size:20px;color:#ec6a32;border:1px dotted #e4e4e4;text-align:center;line-height:26px;} 
.home-department .department-i-a span{line-height:32px;width:100px;display:block;text-overflow:ellipsis;white-space: nowrap;text-align:left;overflow:hidden;}
.home-department .department-i-a span b{display:block;font-weight:normal;font-size:12px;color:#a6a4a4;}
.home-department .department-i-a span.lh-17{line-height:17px;}
.department-nav .home-department:nth-child(2) .department-i-a{margin-bottom:16px;}
.department-nav .home-department:nth-child(1),.department-nav .home-department:nth-child(3),.department-nav .home-department:nth-child(5){padding-top:25px;}
.home-department li:hover i{border-color:#c0bebe;}

/*首页-特色医疗 */
.list-tit.specialist-title h2 a{color:#fdefea;}
.specialist {margin-top: 12px;}
.specialist li{box-sizing:border-box;width:100%;}
.specialist li{
	margin-bottom: 10px;
	border-radius: 2px;
	overflow: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.specialist li a{display:block;color:#fff;padding: 5px 0;text-align: center;}
/* .specialist li a:after{font-size:34px;content: "\e61d";font-family: "iconfont";color: #f7c4ae;position:absolute;right:10px;top:15px;} */
.specialist li:hover{background:rgb(236, 106, 50);}

/*首页-图集 */
.atlas{position:relative;height:266px;margin-top:15px;}
.atlas li{overflow:hidden;}
.atlas li a:hover{color:#fff;}
.atlas li a:before{content:'';position:absolute;left:0;top:0;background:url(../images/black70.png);width:100%;height:100%;-webkit-transition:.3s;transition:.3s;transform:scale(0);}
.ie .atlas li a:before{display:none;}
.ie .atlas li a:hover:before{display:block;}
.atlas li a:hover:before{transform:scale(1);}
.img-tit{position:absolute;left:0;right:0;top:50%;margin-top:-25px;padding:0 20px;height:50px;text-align:center;opacity:0;filter:alpha(opacity=0);-webkit-transition:.4s;transition:.4s;}
.atlas li a:hover .img-tit{opacity:1;filter:alpha(opacity=100);transform:scale(1);line-height:1.5;}
.img-tit strong{font-size:18px;display:block;font-weight:normal;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.img-tit span{font-size:14px;display:block;}
.atlas li a{display:block;font-size:0;line-height:0;}
.img0,.img1,.img2,.img3,.img4,.img5,.img6{position:absolute;}
.img0,.img1,.img2,.img4,.img5,.img6{width:16%;}
.img3{width:32.75%;}
.img0{left:0;top:0;}
.img1{left:16.75%;top:0}
.img2{left:16.75%;top:137px;}
.img3{left:33.5%;top:0;}
.img4{left:67%;top:0;}
.img5{left:67%;top:137px;}
.img6{right:0;top:0;}

/*首页倒数第二栏*/
.layout.layout-col-1-2-1 .layout-col-324{
	width: 27%;
	padding: 10px 20px;
	height: 295px;
	background-color: #0099FF;
} 
.layout.layout-col-1-2-1 .layout-col-491{width:40.91%;margin-left:25px;height:295px;padding-left:40px;padding-top:10px;box-sizing: border-box;border:1px solid #e9e9e9;}
.layout.layout-col-1-2-1 .layout-col-331{width:27.58%;height:295px;}
.layout.layout-col-1-2-1 .layout-col-491 p{width:256px;font-size: 16px;line-height: 26px;margin:15px 0;}
.layout.layout-col-1-2-1 .layout-col-491 .line-btn{display:block;width:134px;height:37px;font-size: 16px;color:#ec6a32;line-height:37px;border:1px solid #ec6a32;border-radius:5px;text-align:center;}
.layout.layout-col-1-2-1 .layout-col-491 .line-btn:hover{background-color:#f08a4d;color:#fff;}
.layout.layout-col-1-2-1 .layout-col-331 .home-map{background-color:#ebb481;height:125px;margin-bottom:25px;padding-left: 17px;padding-top: 10px;}
.layout.layout-col-1-2-1 .layout-col-331 .home-map a{color:#fff;}
.layout.layout-col-1-2-1 .layout-col-331 .home-map a:hover{color:#e4e4e4;}
.layout.layout-col-1-2-1 .layout-col-331 .home-map>a{display:inline-block;width:90px;margin-top:15px;box-sizing:border-box;line-height:37px;height:37px;text-align:center;margin-right:10px;border:1px solid #fff;border-radius:4px;}
.layout.layout-col-1-2-1 .layout-col-331 .home-map>a:hover{background-color:#fff;color:#f08a4d;}
.layout.layout-col-1-2-1 .layout-col-331 .home-bind{height:135px;border:1px solid #e4e4e4;background-color:#775845;}
.home-bind .tab-tit{width:76px;height:100%;box-sizing:border-box;}
.home-bind .tab-tit a{display:block;width:76px;height:45px;line-height:45px;background-color:#fff;text-align: center;}
.home-bind .tab-tit a.cur{background-color:#775845;color:#fff;}
.home-bind .tab-pannel{width:252px;height:135px;box-sizing:border-box;background-color:#775845;padding-top:9px;}
.home-bind .tab-pannel img{width:116px;height:116px;vertical-align:middle;}
.home-bind .tab-pannel span{line-height:1.4;display:inline-block;color:#fff;font-size: 16px;width:107px;text-align: center;position:relative;top:13px;}

/*首页倒数第一栏*/
.layout.layout-col-3>.fl{width:31.67%;margin-right:27px;}
.layout.layout-col-3>.fl .news-inner-list li{height: 34px;overflow: hidden;border-bottom: 2px dotted #e4e4e4;}
.layout.layout-col-3>.fl .news-inner-list li:last-child{border-bottom:none;}
.layout.layout-col-3>.fl .news-inner-list li a{height:34px;line-height:34px;}
.layout.layout-col-3>.fr{width:31.91%;}
.layout.layout-col-3 .list-content{margin-top:0;}
.layout.layout-col-3 .special-tab{width:100%;height:170px;position:relative;margin-top:10px;}
.special-tab .tab-pannel-box{width:100%;height:100%;}
.special-tab .tab-pannel img{width:383px;height:170px;display:block;}
.special-tab .tab-tit{position:absolute;width:100%;bottom:0;left:0;background: rgba(54,54,54,.9);filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e6363636,endcolorstr=#e6363636);height:35px;line-height:35px;}
.special-tab .tab-tit a{width:33.33%;display:inline-block;float:left;padding:0 10px;box-sizing:border-box;text-align:center;color:#fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.special-tab .tab-tit a.cur{background-color:#f08a4d;color:#fff;}
#special-tab .tab-tit a:last-child{width:33.34%;}

/*友情链接 */
.links-select select{height:28px;line-height:24px;width:218px;margin-bottom:11px;display:block;padding:2px 9px 2px 12px;cursor:pointer;color:#333;background-position: right center;background-repeat: no-repeat;appearance: none;-ms-appearance:none;-moz-appearance: none;-webkit-appearance: none;background-image: url(../images/ico_select.png);background-size:12%;}
.links-select select::-ms-expand{display:none;}

/*友情链接 */
.links{word-spacing:1.5em;height:60px;line-height:60px;background:#fff;background-color:#f2f2f2;} 
.links .layout{position:relative;}
.links h2{position:absolute;left:0;top:0;color:#999;}
.links .linklist a{position:relative;display:inline-block;}
.links .linklist a:after{position:relative;content:"｜";display:inline-block;color:#d7d7d7;left:13px;}
.links .linklist a:last-child:after{display:none;}

/*底部 */
.footer{padding-top:10px;background:#363636;color:#afafaf;font-size:14px;}
.footer-address{height:60px;line-height:60px;background:#ec6a32;color:#fff;text-align:center;font-size:16px;word-spacing:.8em;margin-bottom:30px;}
.footer-address i{color:#ddd;font-size:30px;vertical-align:middle;}
.footer-info{height:100px;}
.footer .fr{text-align:right;}
.footer-contact{width:39.3%;}
.footer-contact a{color:#afafaf;}
.footlinks{border-bottom:1px solid #575757;line-height:56px;margin-bottom:20px;}
.footlinks a{color:#fff;}
.footlinks .fl{word-spacing:1em;color:#afafaf;}
.footer-share a{width:32px;height:32px;margin-left:8px;line-height:32px;border-radius:50%;background-color:#494949;display:inline-block;text-align: center;}
.footer-share a i{font-size:14px;color:#fafafa;}
.footer a:hover{color:#f2f2f2;}
.footlinks a:hover{color:#afafaf;}
.footer-share a:hover i{color:#afafaf;}
.qli-link img{width:40px;margin-top:8px;}
.qli-link{display:inline-block;height:40px;margin-left:5px;opacity:.6;filter: alpha(opacity=60);}
/*侧边栏 */
.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 i{width:100%;font-size:20px;position:relative;z-index:1;top: 4px;}
.aside .gotop{position:fixed;width:65px;bottom:5px;height:65px;right:0;background-color:#F08A4D;display:none;}
.aside .gotop a{color:#fff;font-size:12px;}
.aside .gotop span{position:relative;top:-5px;font-weight:700;}
.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;}

/* MSG */
.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{width:100%;height:180px;background:url(../images/small-banner.png);}
.small-banner h1{margin:0 auto;text-align:center;line-height:180px;font-size: 26px;color:#fff;font-weight:normal;}
.two-nav{background-color:#fff;position:fixed;width:150px;left:50%;margin-left:-600px;top:263px;transition:top .5s;z-index:11;box-shadow: 0px 4px 15px rgba(147,147,147,.3);}
.two-nav.no-fixed{top:10px;}
.two-nav ul{border-bottom:1px dashed #e4e4e4;}
.two-nav li{text-align:center;position:relative;}
.two-nav li a{display:block;height:44px;line-height:44px;font-size:16px;-webkit-transition:0.3s;transition:0.3s;}
.two-nav li.cur a{color:#fff;background-color:#ec6a32;}
/*.two-nav li.cur:before{content:"◆";color:#ec6a32;font-family:simsun;font-size:30px;line-height:0;position:absolute;bottom:-20px;left:50%;margin-left:-15px;}*/
.tn-a{background-color:#fff;padding-bottom:15px;}
.tn-a a{display:block;width:50%;box-sizing:border-box;float:left;text-align:center;padding:8px 0;}
.tn-a a i{display:block;color:#ec6a32;margin:0 auto;font-size:20px;border-radius:50%;background-color:#fce8db;width:42px;height:42px;line-height:35px;}
.container{min-height:610px;margin-bottom:25px;}
.container-inner{background:#fff;padding:0 0 25px;min-height:460px;}
.content img{max-width:100%!important;}
.content p{margin: 0 0 9px!important}
.content .keylink{color:#ec6a32;border-bottom:1px solid #ec6a32;}
.content p,.content p span,.news-content span{font-size:15px;line-height:1.8;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;}
.content h1 span{font-size:14px;color:#666;}
.content .page-tit{line-height:50px;font-size: 24px;padding:0;border-top: 1px solid #e4e4e4;border-bottom: 1px solid #e4e4e4;}
.content .page-tit:before{content: '\e6ed';display: inline-block;font-size: 22px;font-weight: bold;margin-right: 10px;font-family: 'iconfont';top: 3px;position: relative;}
.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 #f9d6c7;}
.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;}

/*药品查询*/
.lt-index.drug-index{position: absolute;right: 0;top: 20px;}
.drug-list .list-box>li{border:1px solid #e4e4e4;margin-bottom: 23px;box-sizing: border-box;transition: .3s;border-radius:5px;}
.drug-list .list-box>li:hover{border-color:#ec6a32;}
.drug-list .medicine-list li{float: left;width:25%;}
.drug-list h2{line-height:50px;background-color:#f2f2f2;text-align: center;color:#ec6a32;font-size:22px;border-top-right-radius:5px;border-top-left-radius:5px;}
.drug-list h3{line-height:40px;border-bottom:1px dotted #e4e4e4;font-size:18px;margin-bottom:10px}
.drug-list .list-box div{padding: 10px 20px 5px;}
.drug-list .hidden{font-size:0;line-height:0;display:inline;}

/*药品查询详情页*/
.content .drug-tit{line-height: 40px;font-size: 17px;padding: 0;border-bottom: 1px dotted #f2f2f2;font-weight:normal;}
.content .drug-tit span{width:22px;height:22px;display:inline-block;border-radius:50%;background-color:#f08a4d;color:#fff;text-align: center;line-height: 22px;margin-right:5px;}
.content .drug-content{padding:0 0 30px;}
.content .drug-content p{font-size:14px;}
.drug-info{color:#f08a4d;font-size:14px;}
.drug-item{padding:10px;margin-bottom:10px}

/*三级栏目*/
.three-nav{height:50px;margin-bottom:20px;position:relative;}
.three-nav h2{line-height:50px;font-size:20px;word-spacing:.8em;color:#ec6a32;font-weight:normal;border-bottom:3px solid #ddd}
.three-nav h2:before{content:'\e6ed';display:inline-block;font-size:22px;font-weight:bold;margin-right:10px;font-family:'iconfont';top:5px;position:relative;}
.three-nav h2 span,.three-nav h2 i{vertical-align:middle;}
.three-nav h2 i{font-size:14px;color:#ea5a54;margin-left:15px;}
.three-nav h2 i a{margin-left:5px;}
.three-nav ul{position:absolute;bottom:-3px;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 #ec6a32;border-bottom:3px solid #fff;margin-bottom:-6px;}
.three-nav li.cur a{color:#ec6a32;}

/*发展历程*/
.history-journey>i{width:60px;height:60px;line-height:60px;text-align:center;background:#ec6a32;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 #ec6a32;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:#ec6a32;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:-.5%;margin-right:-.5%;}
.video-list li{float:left;width:24%;margin:0 .5% 25px .5%;}
.video-list li .vdimg{display:block;position:relative;line-height:0;background:#000;}
.video-list li .vdimg img{transition:transform 0.3s,opacity 0.3s;-webkit-transition:transform 0.3s,opacity 0.3s;transform:scale(1);opacity:.8;}
.video-list li .vdimg:hover img{transform:scale(1.2);opacity:1;}
.video-list li i{font-size:50px;line-height:1;position:absolute;bottom:10px;right:10px;color:#fff;}
.video-list li img{width:100%;}
.video-list li a{width:100%;line-height:40px;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.pic-list ul{margin-left:-.5%;margin-right:-.5%;}
.pic-list li{float:left;width:24%;margin:0 .5% 25px .5%;}
.pic-list li img{width:100%;transition:transform 0.3s;-webkit-transition:transform 0.3s;transform:scale(1);}
.pic-list li a{width:100%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:45px;}
.pic-list li .vdimg{display:block;font-size:0;line-height:0;}
.pic-list li .vdimg:hover img{transform:scale(1.2);}
.pictxt-list li{position:relative;height:110px;padding-bottom:20px;overflow:hidden;margin-bottom:20px;border-bottom:1px dashed #ddd;}
.pictxt-list li:hover{border-color:#ec6a32;}
.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 .item-info h2{font-size:20px;font-weight:normal;}
.pictxt-list .item-info p{color:#999;line-height:1.5;}
.text-list li,.info-list li,.download-list li{line-height:40px;border-bottom:1px dashed #ddd;overflow:hidden;position:relative;}
.text-list li a:before,.info-list li a:before,.download-list li:before{content:"•";font-weight:bold;color:#ec6a32;margin-right:5px;}
.info-list li span{float:right;color:#999;font-size:12px;}
.download-list li a.download{position:absolute;top:5px;right:0;line-height:24px;font-size:12px;background:#ec6a32;color:#fff;display:inline-block;padding:3px 15px;}
.download-list li a i{margin-right:5px;}
.download-list li a.download:hover{background:#9c7866;}

/*分页*/
.pager{overflow:hidden;text-align:center;}
.pager a{display:inline-block;vertical-align:middle;line-height:34px;padding:0 13px;background:#e4e4e4;color:#999;border-radius:3px;}
.pager a:hover{background:#F08A4D;color:#fff;}
.pager a.cur{background:#ec6a32;color:#fff !important;}
.pager a.disabled,.pager a.disabled:hover{background:#f1eff0;color:#ddd;cursor:default;}
.pager span{display:inline-block;line-height:30px;vertical-align:middle;}

/*视频详细*/
.video-show h1{font-size:24px;font-weight:normal;line-height:60px;border-top:1px solid #e4e4e4;border-bottom:1px solid #e4e4e4;}
.vdinfo{line-height:35px;color:#999;border-bottom:1px solid #e4e4e4;line-height:35px;}
.vdinfo .fl u{margin:0 10px;}
.vdplayer{width:100%;height:600px;margin-top:25px;}
.vddesc{border-bottom:1px solid #e4e4e4;}
.video-show>.fl .video-list ul{margin-left:-1.5%;margin-right:-1.5%;}
.video-show>.fl .video-list li{width:22%;margin:0 1.5% 0 1.5%;}
.video-show>.fl .video-list i{left:50%;top:50%;margin-left:-25px;margin-top:-25px;}
.path{color:#f08a4d;width: 972px;padding-left: 230px;margin-left: auto;margin-right: auto;font-size: 12px;}
.path i{font-size:12px;vertical-align:middle;padding:0 5px;}
.path .layout{width: 972px;text-align: right;line-height:70px;}
.path.path-left{width: 1200px;padding-left:15px;box-sizing:border-box;}
.path.path-left .layout{text-align:left;width: 1200px;}
.path a{color:#949494;}
.path a:hover{color:#f08a4d;}
.path span,.path i{color:#949494;}
/*图集详细*/
.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:#ec6a32;}
.thumblist ul li a{display:block;font-size:0;line-height:0;}
.thumblist ul li .cur img{opacity:0.6;filter:alpha(opacity=60);}
.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:63.5%;}
.inner-row>.fr{width:32%;}
.inner-row.av3>.fl{width:65.83%;}
.inner-row.av3>.fr{width:31.9%;}
.inner-row .img-news{width:331px;height:248px;position:absolute;top:0;overflow:hidden;}
.inner-row .hp-news{margin-left:378px;height:248px;}
.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:#ec6a32;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.lh33 li{height:33px;line-height:33px;}
.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:35px;line-height:35px;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;}
.right-inner .fl,.right-inner .fr,.left-inner .fl,.left-inner .fr{width:48.5%;}
.right-video{margin-left:-3%;margin-right:-3%;height:435px;}
.right-video li{width:44%;height:135px;margin-left:3%;margin-right:3%;margin-bottom:11px;float:left;}
.right-video li a{line-height:30px;}
.right-video li .vdimg{display:block;font-size:0;line-height:0;position:relative;height:105px;overflow:hidden;}
.right-video li .vdimg i{background:url(../images/black30.png);font-size:48px;color:#fff;text-align:center;height:105px;line-height:105px;position:absolute;left:0;right:0;transition:font-size 0.3s;-webkit-transition:font-size 0.3s;}
.ie .right-video li .vdimg i{display:none;}
.right-video li .vdimg:hover i{font-size:58px;}
.right-video li img{width:100%;}
.news-media ul,.news-inner-list ul{height:168px;}
.cp-container .news-inner-list ul {height: auto;}
.inner-row.av3 .list-content{margin-top:0;}
.news-inner-list li{height:28px;overflow:hidden;}
.inner-row.av3 .news-inner-list li{height:35px;border-bottom: 2px dotted #e4e4e4;}
.inner-row.av3 .news-inner-list li:last-child{border-bottom:none;}
.news-inner-list a{line-height:28px;}
.inner-row.av3 .news-inner-list a{line-height:35px;}
.news-inner-list a:before{content:"•";font-weight:bold;color:#ccc;margin-right:5px;}
.news-report{padding:25px 26px;width:1005px;}
.news-report li{float:left;width:166px;margin-right:22px;border:1px solid #e4e4e4;}
.news-report li:last-child{margin-right:0;}
.news-report li a{display:block;position:relative;background:#000;text-align:center;}
.news-report li a span{display:block;background:#363636;color:#fff;line-height:30px;height:30px;position:absolute;bottom:0;left:0;right:0;transition:background 0.3s;-webkit-transition:background 0.3s;}
.news-report li a:hover span{background-color:#ec6a32;}
.news-report li a img{height:100%;display:block;}
.news-show{overflow:hidden;}
/*new新闻样式*/
.second-title{height:274px;width:18.08%;background-color:#4a4a4a;box-sizing:border-box;padding:16px;}
.second-title a{color:#ec6a32;font-size: 22px;font-weight: 400;}
.second-title .sec-tit-more{display:block;width:64px;height:31px;line-height:28px;color:#fff;margin-top:78px;border:1px solid #fff;text-align: center;font-size:13px;}
.second-title .sec-tit-more i{margin-right:5px;font-size:21px;}
.second-title h2 a{display:block;position:relative;padding-top:40px;}
.second-title h2 a:after{content:"";width:29px;height:2px;position:absolute;display:block;background-color:#ec6a32;bottom:-5px;}
.second-title h2 a i{float:right;font-size:35px;font-weight:normal;position:relative;top:-7px;}
.second-title.cl-eb a{color:#ebb481;}
.second-title.cl-eb h2 a:after{background-color:#ebb481;}
.second-title.cl-eb .sec-tit-more{color:#fff;}
.second-title .sec-tit-more:hover{color:#ec6a32;border-color:#ec6a32;}
.second-content{height:274px;width:81.92%;background-color:#f2f2f2;box-sizing:border-box;overflow:hidden;}
.second-content .right-video{margin:0 auto;height: auto;padding:57px 25px;width:1008px;}
.second-content .right-video li{width: 214px;margin:0 auto;margin-right:25px;box-sizing:border-box;height: auto;}
.second-content .right-video li:nth-child(4n+0){margin-right:0;}
.second-content .right-video li .vdimg{padding:5px;background-color:#fff ;box-sizing:border-box;height:121px;}
.second-content .right-video li .vdimg i{background:none;top:0;height:100%;line-height:121px;}
.second-content .right-video li.right-video li img{display:block;}
.second-content .right-video li .vdtxt{line-height:18px;display:block;margin-top:10px;}
/*新闻列表*/
.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:#ec6a32;border-bottom: 3px solid #ec6a32;}
.news-list .list-content{margin-top:0}
#news-list li{border-bottom:1px solid #e4e4e4;padding-top:28px;padding-bottom:28px;height:183px;position:relative;box-sizing:border-box;}
#news-list li h2{font-size:18px;line-height:1.5;font-weight:normal;}
#news-list li .thumb{position:absolute;left:0;top:28px;}
#news-list li .thumb img{width:201px;height:152px;}
#news-list li.hasthumb{padding-left:220px;height:210px;}
#news-list li.hasthumb .news-list-summary p{margin-bottom:35px;}
.news-list-info{font-size:13px;color:#999;line-height:35px;}
.news-list-info .fl span{margin-right:10px;}
.news-list-info .fr{line-height:25px;}
.news-list-info .fr>span{position:relative;top:5px;}
.news-list-info .fr span{display:inline-block;}
.news-list-info .fr a{vertical-align:middle;}
.news-list-summary{overflow:hidden;height:136px;}
.news-list-summary p{display:-webkit-box;line-height:1.5;height:41px;margin-bottom:28px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space: normal;-webkit-line-clamp:2;-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: '\e6ed';color: #ec6a32;display: inline-block;font-size: 22px;font-weight: bold;margin-right: 10px;font-family: 'iconfont';top: 1px;position: relative;}
.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:#ec6a32;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:#ec6a32;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:#ec6a32;}
.top-special a,.top-special a img{width:100%;}

/*分享图标（彩色）*/
.color-share a{display:inline-block;width:30px;text-align:center;color:#434343;font-size:13px;}
.color-share a:hover{color:#F08A4D;}
.color-share a i{font-size:20px;}

/*新闻详细*/
.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-show h1 {font-size: 24px;font-weight: normal;padding:0;line-height: 60px;border-top: 1px solid #e4e4e4;border-bottom: 1px solid #e4e4e4;}
.news-content{padding-top:25px;padding-bottom:15px;font-size:15px;}
.news-footer-share{text-align:right;border-bottom:3px solid #ec6a32;padding-bottom:20px;}
.related{position:relative;margin-top:20px;}
.related .nodata,.right-side .nodata{padding:0;margin:0;border:none;height:auto;}
.related .related-tit{position:absolute;right:0;top:0;}
.related .tab-tit a{display:inline-block;line-height:42px;font-size:16px;font-weight:bold;margin-left:10px;margin-right:10px;}
.related .tab-tit a:last-child{margin-right:0}
.related .tab-tit a:hover{color:#ec6a32;}
.related .tab-tit a.cur{color:#ec6a32;}
.related .tab-pannel{border:1px solid #e4e4e4;min-height:220px;padding:20px;box-sizing:border-box;}
.news-ralated .right-related{margin-top:-10px;}
.news-ralated .right-related.fr{width:72.31%;}
.news-ralated .left-related{width:25.21%;overflow:hidden;}
.news-ralated .left-related img{width:235px;height:146px;}
.news-ralated .left-related span{display:block;overflow: hidden;height:24px;font-size: 16px;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:#ec6a32;line-height:1;}
.top-dm,.top-dis{overflow:hidden;}
.top-dm h2,.top-dis h2{font-size:16px;padding-bottom:8px;border-bottom:1px solid #ddd;font-weight:normal;}
.top-dm p,.top-dis p{line-height:1.5;margin-top:10px;}
.top-dm p a,.top-dis p a{display:inline;}
.more-dm,.more-dis{line-height:40px;font-size:16px;border-top:1px solid #ddd;margin-top:15px;word-spacing:1em;}
.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;}
.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:#ec6a32;color:#fff;vertical-align:middle;}
.news-mark{position:relative;border-bottom: 1px solid #e4e4e4;line-height:36px;color:#a1a1a1;}
.news-mark>span{margin:0 10px;font-size:12px;position:relative;top:-1px;}
.news-mark{padding-bottom:50px;}
.news-mark .back-list{height:68px;line-height:68px;text-align: center;border-top: 1px solid #e4e4e4;}
.news-mark .back-list .bl-btn{display: inline-block;width:99px;height:37px;background-color:#ec6a32;color:#fff;text-align:center;line-height:37px;}
.news-mark .back-list .bl-btn:hover{background-color:#f08a4d;}
.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:#F08A4D;}

/*院报列表*/
.newspaper-list{padding:20px 0;width:1005px;}
.newspaper-list li{float:left;width:166px;height:222px;overflow:hidden;margin-bottom:20px;margin-right:33px;border:1px solid #e4e4e4;}
.newspaper-list li:nth-child(5n+0){margin-right:0;}
.newspaper-list li a{display:block;position:relative;background:#000;text-align:center;overflow:hidden;}
.newspaper-list li a span{display:block;background:#363636;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:#ec6a32;}
.newspaper-list li a img{display:block;height: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:#ec6a32;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:15px;}
.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 #ec6a32;background:#fff;color:#ec6a32;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:#ec6a32;border-color:#ec6a32;}

/*患者服务首页-智能导诊*/
.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:#ec6a32;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:#ec6a32;border-color:#ec6a32;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:#f08a5d;}
.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:16px;}
.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:#ec6a32;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:#ec6a32;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:#ec6a32;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:#ec6a32;color:#fff;border-color:#ec6a32;}
.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:#ec6a32;border-color:#ec6a32;}
.other-symptom ul li a.cur:after{color:#ec6a32;}
.result table th{font-weight:bold;}
.result table th,.result table td{padding-left:15px;line-height:32px;}
.result table td{color:#666;padding:5px 0 5px 15px;}
.result table tr:hover{background:#F4F4F4;} 
.result table td a{color:#ec6a32;}
.result table td a:hover{text-decoration:underline;}

/*门诊时间*/
.haschosen{overflow:hidden;}
.haschosen span,.haschosen a{display:inline-block;line-height:30px;float:left;}
.haschosen a{padding:0 15px;border:1px solid #f9d6c7;color:#ec6a32;background:#f9d6c7;margin-right:5px;border-radius: 5px;}
.haschosen a:hover{border-color:#ec6a32;}
.haschosen a i{font-size:12px;margin-left:5px;position:relative;top:-1px;}
.filter{border:1px solid #eee4d6;background:#fbf7f5;margin-top:15px;}
.filter dl{position:relative;font-size:13px;border-bottom:1px solid #eee4d6;padding:10px 15px;min-height:44px;box-sizing:border-box;}
.filter dl:last-child{border:none;}
.filter dt{color:#999;position:absolute;top:10px;left:15px;}
.filter dd{margin-left:85px;overflow:hidden;margin-right:-1%;}
.filter dd.span8 a{width:11.5%;}
.filter dd a{display:block;line-height:26px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:8%;margin-right:1%;}
.filter dd a.cur{color:#fff;}
.filter dd a.cur span{background:#f7956c;color:#fff;padding:4px 5px;border-radius: 2px;}
.filter dd li{display:none;overflow:hidden;}
.filter dd li:first-child{display:block;}
.filter dd .tab-tit{font-size:14px;font-weight:bold;border-bottom:1px solid #e4e4e4;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:1px solid #ec6a32;margin-bottom:-1px;}
.filter dd .tab-tit span a{display:inline;float:none;}
.filter dd .tab-pannel{display:block;min-height:60px;}
.doctor-list .list-content li{padding:20px 0;border-bottom:1px dashed #ddd;}
.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;border-bottom:2px solid #999; display:inline-block;line-height:46px;margin-bottom:-2px;}
.doctor-list .list-tit{border-color:#f4f4f4;}
.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 30px;width:280px;border:1px solid #ddd;border-right:none;margin-left:-25px;}
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:#efa889;}
.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;position:absolute;top:48px;left:-1px;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:#efa889;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:#efa889;}
.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 solid #ddd;padding:10px 15px;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:hover{background:#f4f4f4;}
.suspend-list h3 a,.suspend-list h3 span{display:inline-block;width:20%;vertical-align:middle;margin-right:10px;}
.suspend-list h3 a{font-size:16px;}
.suspend-list h3 span{font-weight:normal;}

/*预约挂号*/
.doctor-date>.layout{padding:10px 20px;height:70px;background:#f4f4f4;box-sizing:border-box;}
.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 .haschosen a{max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;border:none;line-height:30px;border-radius:5px;padding:0 10px;background:#f9d6c7;color:#ec6a32;transition:0.3s;-webkit-transition:0.3s;}
.doctor-date .haschosen a:hover{background:#ec6a32;color:#fff;} 
.doctor-date .haschosen a>span{max-width:100px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display: inline-block;}
.doctor-date>.layout>.fl{width:50%;}
.doctor-date>.layout>.fr{width:44.8%;}
.week-list{position:relative;}
.week-list a{position:absolute;top:13px;width:24px;height:24px;line-height:25px;background:#f4f4f4;border:1px solid #444;border-radius:50%;text-align:center;font-size:12px;}
.week-list a:hover{border-color:#ec6a32;}
.week-list a.disabled{color:#ccc;cursor:default;border-color:#ccc;}
.week-list a.last-wk{left:-19px}
.week-list a.next-wk{right:-15px}
.week-wrap{overflow:hidden;height:50px;}
.week-wrap ul{overflow:hidden;}
.week-wrap li{float:left;width:59px;text-align:center;}
.weekend{color:#B94A48;}
.doctor-list .appointment-list .doctor-info{width:36%;}
.doctor-list .appointment-list .doctor-clinic{width:64%;}
.doctor-list .appointment-list li{padding-left:20px;padding-right:20px;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 #ec6a32;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: '\e6ed';color:#ec6a32;display: inline-block;font-size: 22px;font-weight: bold;margin-right: 10px;font-family: 'iconfont';top: 1px;position: relative;}
.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:#efa889;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:106px;}
.department-tab .department-select li{display:none;min-height:106px;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:#ec6a32;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 #ec6a32;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{position:relative;min-height:120px;padding-left:95px;margin-bottom:12px;}
.right-doctor li .doctor-img{position:absolute;left:0;top:0;width:85px;height:116px;overflow:hidden;}
.right-doctor li .doctor-img img{width:85px;height:116px;}
.right-doctor li h2 a{vertical-align:middle;font-size:16px;}
.right-doctor li h2 span{vertical-align:middle;background:#efa889;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:#ec6a32;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:#ec6a32;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:#ec6a32;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-form .letter-pannel{overflow:hidden;font-size:12px;background:#F8F8F8;border:1px solid #ddd;padding:8px;}
.ask-form .letter-pannel span{float:left;display:inline-block;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:#ec6a32;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';position:relative;top:-4px;margin-right:5px;color:#ec6a32;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 #ec6a32;padding:10px 30px;width:300px;position:fixed;left:50%;top:50%;margin-left:-150px;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 #ec6a32;margin-bottom:-1px;color:#ec6a32;}
.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:#ec6a32;}
.login-form a:hover{color:##ec6a32;}
.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:600px;}
.msg-info h1{font-size:18px;margin-bottom:15px;}
.msg-info h1 i,.order-info>i{font-weight:normal;font-size:120px;margin-right:10px;color:#00A539;display:block;}
.msg-info .red{color:#ea5a54;}
.msg-info a{color:#ec6a32;font-weight:normal;}
.msg-info a:hover{color:#ec6a32;}
.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 li{overflow:hidden;}
.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;}
.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;}

/* 科室列表  */
.department-list .lt-index{position:absolute;right:0;top:20px;}
.department-tabs .tab-tit{margin-top:-2px;overflow:hidden;border-left:1px solid #ddd;}
.department-tabs .tab-tit a{display:block;width:20%;border:1px solid #ddd;background:#f9f9f9;font-weight:bold;color:#999;line-height:38px;margin-left:-2px;text-align:center;float:left;}
.department-tabs .tab-tit a.cur{color:#444;background:#fff;border-bottom-color:#fff;border-top:2px solid #ec6a32}
.department-tablist{margin-top:10px;}
.department-tablist .tab-pannel>li{border: 1px solid #e4e4e4;border-radius: 3px;transition: .3s;padding:20px;margin-bottom:25px;}
.department-tablist .tab-pannel>li:hover{border-color:#efa889;}
.department-tablist p{color:#777;}
.department-tit{line-height:40px;}
.department-tit h3{font-size:18px;}
.department-tit h3 span{vertical-align:middle;background:#efa889;color:#fff;font-size:12px;padding:2px 6px;font-weight:normal;    margin-left:10px;border-radius:3px}
.department-tit span.fr{word-spacing: .5em;color:#ccc;}
.department-desc{position:relative;border-top:1px dashed #ddd;padding-top:15px;}
.department-desc strong{color:#777;font-weight:normal;}
.department-desc p{position:absolute;left:340px;top:15px;text-align:justify;border-left:1px solid #ddd;padding-left:25px;}

/* 专家列表  */
.doctor-list .expert-list{padding-top:20px;margin-right:-18px;}
.doctor-list .expert-list li{padding:20px 0 5px; border: 2px solid #e4e4e4;text-align:center;float:left;width:219px;box-sizing:border-box;position:relative;margin-right: 18px;margin-bottom: 23px;transition:.3s;}
.doctor-list .expert-list li:hover{border-color:#efa889;}
.expert-list li .doctor-img{width:92px;overflow:hidden;}
.expert-list li .doctor-img img{width: 80px;height: 80px;-webkit-border-radius: 50%;-moz-border-radius: 50%;border-radius: 50%;border: 1px solid #E5F2FE;padding: 5px;}
.expert-list li h2 a{vertical-align:middle;font-size:16px;}
.expert-list li h2 span{vertical-align:middle;background:#efa889;color:#fff;font-size:12px;padding:2px 6px;font-weight:normal;margin-left:10px;border-radius:3px;}
.expert-list li p{color:#666;font-size:13px;display:-webkit-box;height:35px;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 p.doctor-good{border-top: 1px solid #e4e4e4;height:46px;text-align:left;padding:10px 10px 0 10px;}

/* 医生详细  */
.doctor-details>.fl{width:67%;}
.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:192px;padding-left:135px;}
.doctor-resume .doctor-img{position:absolute;left:0;top:0;width:110px;}
.doctor-resume .doctor-img>img{display:block;width:110px;height:150px;}
.doctor-resume h1{font-size:24px;font-weight:normal;line-height:1.5;margin-bottom:5px;}
.doctor-resume h1 span{vertical-align:middle;background:#efa889;color:#fff;font-size:12px;padding:2px 6px;font-weight:normal;margin-left:10px;border-radius:3px;}
.doctor-resume .keys{display:block;margin:6px auto;min-height:32px;}
.doctor-resume .keys a{display:inline-block;padding:3px 10px;background:#f9d6c7;color:#ec6a32;border-radius:5px;margin-right:5px;transition:0.3s;-webkit-transition:0.3s;}
.doctor-resume .keys a:hover{background:#ec6a32;color:#fff;}
.doctor-resume strong{font-weight:normal;color:#999;}
.doctor-follow{display:block;background:#fff;color:#ec6a32;margin-top:10px;line-height:24px;border:1px solid #ec6a32;border-radius:5px;text-align:center;transition:0.3s;-webkit-transition:0.3s;}
.doctor-follow:before{font-family:"iconfont";content:"\e631";font-size:16px;margin-right:5px;}
.doctor-follow.followed,.doctor-follow:hover{background:#ec6a32;color:#fff;}
.doctor-follow.followed:hover{background:#ec6a32;color:#fff;}
.doctor-follow.followed:before{content:"\e632";}
.qr-img{position:absolute;right:0;top:20px;width:80px;height:80px;}
.qr-img img{width:80px;height:80px;}
.qr-img>span{display:block;text-align:center;line-height:1.2;}
.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:#ec6a32;color:#fff;border-color:#ec6a32;transition:0.3s;-webkit-transition:0.3s;}
.myservice a.opened:hover{background:#ec6a32;}
.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:'\e6ed';color:#ec6a32;display:inline-block;font-size:22px;font-weight:bold;margin-right:10px;font-family:'iconfont';top:1px;position:relative;}
.literature li{padding:10px 0;border-bottom:1px dashed #ddd;}
.literature li:last-child{border:none;}
.literature h3{line-height:1.8;font-size:16px;font-weight:normal;/*max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;*/}
.literature h3:before{content:'\e605';font-family:iconfont;color:#009966;margin-right:5px;}
.literature span{display:block;font-size:12px;}
.details-clinic .doctor-clinic{margin-right:17px;min-height:157px;}
.details-clinic .doctor-clinic table{display:none;}
.details-clinic .doctor-date{background:#f4f4f4;padding:10px 20px;}
.details-clinic .doctor-date .fl{width:20%;}
.details-clinic .doctor-date .fr{width:71.2%;}
.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:#ec6a32;}
.profile-info a:hover{color:#ec6a32;}
.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:#ec6a32;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;}

/* 会员中心 */
.subweb{background:#fff;}
.subweb .logo img{height:50px;}
.subname{line-height:50px;margin-left:15px;padding-left:15px;font-size:30px;border-left:1px solid #ddd;color:#ec6a32;}
.member-top{background-color:#ec6a32;line-height:30px;color: #fff;}
.member-top h1{font-weight:normal;padding-left: 10px;padding-right:5px;box-sizing:border-box;}
.member-top h1 a{color:#fff;}
.member-logo{background:#fff;padding:15px 0;}
.member .btn.white{border-radius:5px;margin-top:8px;}
.member .btn.white:hover{background-color:#363636;}
.member .container{background-color:#f2f2f2;padding:25px 0;margin-bottom:0;}
.member-box>.fl,.member-box>.fr{min-height:600px;padding:1%;border:1px solid #ddd;background-color:#fff;box-sizing:border-box;}
.member-box>.fl{width:19%;}
.member-box>.fr{width:80%;}
.member .list-tit{border-bottom:1px solid #ddd;}
.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:#ec6a32;}
.member-menu li a{display:block;padding:0 10px;}
.member-menu li a.cur,.member-menu li a.cur:hover{background:#ec6a32;color:#fff;}
.member-menu li a.cur i{color:#fff;}
.member-menu li a:hover{background:#f8f8f8;color:#ec6a32;}
.member .Validform_checktip{display:inline;}
.member .Validform_checktip:before{content:"\e61a";}
.member-info{padding-top:15px;padding-bottom:15px;padding-left:15px;}
.member-info i{color:#ccc;margin:auto 5px;font-size:22px;font-weight:normal;} 
.member-info .authed{color:#ec6a32;}
.data-filter,.data-create{padding:15px 0;}
.data-filter input,.data-filter .btn{height:16px;line-height:18px;padding:8px 10px;vertical-align:middle;}
.data-filter .btn{padding:8px 42px;}
.data-filter select{height:34px;cursor:pointer;}
.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:#efa889;}
.data-list .disabled{color:#ddd;cursor:default;}
.data-list .handle{width:20%;}
.data-list td a{color:#009d6d;}
.data-list td a.green{color:#009d6d;}
.data-list td a.red{color:#ec6a32;}
.data-list td a:hover{text-decoration:underline;}
.bind-qr img{width:300px;border:1px solid #ddd;}
.bind-qr .Validform_checktip{display:block;}
.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;}
.member-box .nodata{color:#ccc;padding:50px 0;}
.member-box .nodata i{font-size:80px;line-height:1.2;}
.member-box .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 #ec6a32}
.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:#f9f9f9;}
.job-list li span{font-size:14px;}
.job-list a:hover span{color:#ec6a32;}
.job-list li [class*="col"]{display:block;height:100%;} 
.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:#ec6a32;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:#ec6a32;}
.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:#ec6a32;}
.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;}

/*投票*/
.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{display:inline-block;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:#ec6a32;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 #ec6a32;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;}
}

/*固定飘窗*/
.float-box{position: fixed;bottom: 30px;left: 0px;width: 116px;color:#686868;line-height: 1;text-align: center;background-color: #fff;padding-bottom: 10px;box-shadow: 0px 0px 15px rgba(0, 0, 0,.1);}
.float-box a{color:#686868;}
.float-box img{max-width: 116px;max-height: 116px;}

/* 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}





.index-magazine{
	min-height: 262px;
	padding: 20px 0 50px;
	background-color: #f2f2f2
}
.index-magazine .magazine-box{width:725px;min-height:262px;background-color:#fff;border:1px solid #e4e4e4;box-sizing:border-box;padding:13px 13px 0}
.index-magazine .magazine-box .magazine-list{padding:15px 0 0}
.index-magazine .magazine-box .magazine-list li
{float:left;width:342px;height:88px;margin:0 3px 15px}.index-magazine .magazine-box .magazine-list li .magazine-img{float:left;display:block;width:66px;height:88px;margin-right:15px}
.index-magazine .magazine-box .magazine-list li .magazine-img img{width:67px;height:88px;display:block}
.index-magazine .magazine-box .magazine-list li .book-info h4{font-size:16px}
.index-magazine .magazine-box .magazine-list li .book-info small{display:block;font-size:12px;color:#999}
.index-magazine .magazine-box .magazine-list li .book-info .link-read{width:110px;height:30px;margin-top:10px;line-height:30px;background-color:#b1d06a;text-align:center;color:#fff;font-size:14px;position:relative;z-index:1;transition:border-color .4s,color .4s;transition-timing-function:cubic-bezier(.2, 1, .3, 1)}
.index-magazine .magazine-box .magazine-list li .book-info .link-read:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:#80a133;z-index:-1;opacity:0;transform:scale3d(.5, 1, 1);transition:transform .4s,opacity .4s;transition-timing-function:cubic-bezier(.2, 1, .3, 1)}
.index-magazine .magazine-box .magazine-list li .book-info .link-read:hover:before{opacity:1;transform:translate3d(0, 0, 0)}
 .alliance-con{
	width: 455px;
	min-height: 262px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	padding: 13px 13px 0;
	background-color: #fff
}
.index-magazine .alliance-con .alliance-news .al-news-list{margin-top:14px}.index-magazine .alliance-con .alliance-news .al-news-list li{padding-left:40px;position:relative;box-sizing:border-box;line-height:20px;height:20px;margin-bottom:8px}
.index-magazine .alliance-con .alliance-news .al-news-list li .thumb-img{position:absolute;top:0;left:0;width:30px;height:20px;overflow:hidden}
.index-magazine .alliance-con .alliance-news .al-news-list li .thumb-img img{width:30px;height:20px}
.index-magazine .alliance-con .alliance-news .al-news-list li .thumb-title{display:inline-block;max-width:340px;overflow:hidden;height:20px;text-overflow:ellipsis;white-space:nowrap}
.index-magazine .alliance-con .alliance-news .al-news-list li .thumb-title:before{content:'•';margin-right:3px;color:#FF8400;font-size:12px}
.index-magazine .alliance-con .alliance-news .al-news-list li time{float:right;color:#999}
.subsite{padding:30px 0}
.subsite .title-base-subsite{text-align:center;position:relative}
.subsite .title-base-subsite:after{content:'|';display:inline-block;font-size:18px;height:36px;line-height:36px;position:absolute;left:50%;margin-left:-12px;top:0}
