@charset "utf-8";
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,select,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:40%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
p {margin:0 0 9px;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/1.8 "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif;outline:0;}
body{background:#f5f5f5;color:#555;} 
select{padding-right: 19px!important;background:url(../images/select-saojiao.png) no-repeat scroll right center transparent; appearance:none;-moz-appearance:none;-webkitappearance:none; }
select::-ms-expand{display: none;}

a{color:#444;outline:none;transition:.35s;}
a:hover{color:#0186d5;text-decoration:none;}
//at.alicdn.com/t/font_8d5l8fzk5b87iudi.css
/*背景颜色*/
.bg-3f{background-color:#fff;padding:15px 0;overflow:hidden;}
.bg-f6{padding:0 0 35px;background-color:#f6f6f6;}
.bg-f2{padding:0 0 35px;background-color:#f2f2f2;}
.br-rd3{border-radius:3px;}
.no-bt-br{border-top:none!important;}
.container-inner .bg-f6{min-height:340px;} 
.box-shadow{box-shadow: 0px 5px 20px rgba(201, 201, 201, .3);}
.home-bg{background:#f2f2f2 url(../images/home-bg.jpg) center;}
.more-info{width:30px;height:30px;display:block;position:absolute;right:0;top:3px;}
.more-info:hover{color:#0186d5;}
.more-info i{font-size:30px;}

/*插画图案*/
.decorate{position:relative;display:block;}
.decorate:after,.decorate:before{position:absolute;content:"";display:block;width:207px;height:168px;background-image:url(../images/cd-sprite.png);}
.decorate:after{right:-77px;top:-45px;background-position:-300px 0;} 
.decorate:before{background-position:-510px -10px;bottom:-27px;left:-226px;width:262px;height:169px;}


/* 文字样式 */
.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:#158064;}
.green:hover{color:#096;}

/* 按钮 */
.btn{display:inline-block;border:none;text-align:center;background-color:#0186d5;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-color:#C16633;color:#fff;}
.btn.white{background-color:#fff;color:#666;border:1px solid #ddd;}
.btn.white:hover{background-color:#666;color:#fff;border:1px solid #666;}
.btn.disabled{background-color:#f1f1f1;border-color:#aaa;color:#aaa;cursor:no-drop;}

/* 边距 */
.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;}
.pt25{padding-top:25px;}
.pt00{padding:0;}
.pd25{padding:25px;box-sizing:border-box;}
.mt_20{margin-top:-20px;}
.pb25{padding-bottom:25px;}
.pta15{padding:15px;}
/* 浮动 */
.fl{float:left!important;}
.fr{float:right!important;}
.cl {clear:both;}
.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;}
/*报名报*/
#formwrap{min-height:200px;}
#Validform_msg{display:none;}
#formwrap .loading{display:block;line-height:200px;text-align:center;}
#survey-form-apply dl:after{display:block;content:"";clear:both;}
#survey-form-apply dl dt,#survey-form-apply dl dd{float:left;}
#survey-form-apply dl dt{min-width:145px;}
#survey-form-apply dl dd{min-width:62%;}
.survey #survey-form-apply dl input,#survey-form-apply dl .Validform_checktip{float:left;}
#survey-form-apply dl .Validform_checktip{margin-left:10px;line-height:37px;}
#survey-form-apply dl select{float:left;}
#survey-form-apply dl #cities select{margin-right:10px;}
.survey #survey-form-apply dl{padding:5px 0;margin-bottom:5px;}
.survey #survey-form-apply dd li{display:inline-block;margin-right:10px;}
.survey #survey-form-apply .datatime{background-size:12%;}
.survey #survey-form-apply dd input[type="radio"]{float:none;}
.survey #survey-form-apply dd img.codeimg{left:172px;top:1px;}
.survey h1{text-align:center;font-size:24px;line-height:80px;}
.survey .survey-info{font-size:14px;color:#434343;padding:10px 32px;border-top:1px solid #f2f2f2;border-bottom:1px dashed #f2f2f2;background:url(../../images/zh_cn/fixed-pic/appli.png) 15px center no-repeat;}
.survey dl{padding:15px 0;margin-bottom:15px;border-bottom:1px solid #eae7e7;}
.survey dl:after{display:block;content:"";clear:both;}
.survey dt{color:#434343;padding-bottom:10px;position:relative;}
.survey dd {position:relative;color:#6a6a6a;} 
.survey dd input[type='text'],.survey dd textarea,.survey dd select{padding:8px;line-height:1.2;font-size:15px;}
.survey dd input::-moz-placeholder{font-size:14px;}
.survey dd input:-moz-placeholder{font-size:14px;}
.survey dd input::-webkit-input-placeholder {font-size:14px;}
.survey dd input:-ms-input-placeholder {font-size:14px;}
.survey dd select{padding:5px;line-height:1.2;min-width:20%;cursor:pointer;}
.survey dd input[type='text']{width:45%;} 
.survey dd input[type='text'].add_input{margin-top:15px;}
.survey dd .button{padding:11px;line-height:1.2;margin-left:-5px;vertical-align:middle;cursor:pointer;border:none;color:#fff;font-size:13px;}
.survey dd textarea{width:80%;height:120px!important;border-color:#ececec;}  
.survey dd ul:after{display:block;content:"";clear:both;}
.survey dd li input[type="radio"]{height:14px;width:14px;cursor:pointer;}
.survey dd input.datatime{cursor:pointer;display:block;}
.survey dd label{height:26px;}
.survey dd .Validform_checktip{margin-left:0;min-height:0;font-size:14px;}  
.survey dd input.code{width:120px;}
.survey dd img{vertical-align:middle;max-width:80px;max-height:80px;}
.survey dd .img-wrap{overflow:hidden;}
.survey .apply-btn{margin-top:25px;}
.survey .apply-btn .btn{cursor:pointer;width:360px;height:38px;display:block;line-height:38px;color:#fff;border:none;margin:0 auto;}
.img-preview{overflow:hidden;margin-top:10px;}
.img-preview li{float:left;padding:10px;background:#f4f4f4;margin-right:10px;}
.img-preview li img{width:80px;height:80px;}
.img-preview li span{display:block;line-height:30px;font-size:12px;text-align:center;width:80px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
/*报名报end*/

/*表单元素样式*/
input::-webkit-input-placeholder {line-height:normal;}
textarea,
input[type="text"],input[type="number"],
input[type="password"],
input[type="search"]{padding:12px 10px;line-height:1;height:18px;border:1px solid #ddd;background-color:#fff;transition:border linear 0.2s,box-shadow linear 0.2s;vertical-align:middle;}
input[type="text"]:focus,
input[type="password"]:focus,input[type="number"]:focus,
input[type="search"]:focus{border-color:#C16633;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:320px;top:15px;}
.regform{margin-top:25px;}
.regform .fl,.regform .fr{width:49%;height:360px;}
.regform .fr{border-left:1px solid #ddd;}
.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;}
.register-container{background:url(../images/regist-bg.jpg) center;padding:65px 0 80px;}
.register-form{width:547px;height:630px;background-color:#fff;margin:0 auto;box-sizing:border-box;padding:25px 57px;border-radius:5px;}
.register-form .input-medium,.register-form .submit,.register-form .login{height:52px;border-radius:3px;display:block;width:100%;box-sizing:border-box;}
.register-form .form-horizontal .controls{padding-left:0;}
.register-form .form-horizontal .control-label{display:none;}
.register-form .getcode{width:105px;height:46px;line-height:46px;box-sizing:border-box;border-radius:3px;left: 324px;top: 8px;} 
.register-bottom{border-top:1px solid #e4e4e4;padding-top:8px;margin-top:20px;}
.register-bottom p{color: #BCBCBC;}
.register-form h2{font-size: 20px;color: #0186d5;font-weight:normal;text-align: center;}
.register-form .submit,.register-form .login{line-height:65px;font-size:16px;height:65px;background: #0186d5 url(../images/ks-btn.png) left bottom repeat-x;}
.register-form .submit:hover{background-color:#C16633;}
.register-form .login{background-color:#b38540;}
.register-form .login:hover{background-color:#916624;}

/* 图标 */
@font-face {
  font-family: 'iconfont';
  src: url('font/iconfont.eot');
  src: url('font/iconfont.eot?#iefix') format('embedded-opentype'),
  url('font/iconfont.woff') format('woff'),
  url('font/iconfont.ttf') format('truetype'),
  url('font/iconfont.svg#iconfont') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-size:16px;font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -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;}
.Contain {max-width: 1200px;min-width: 320px;margin: 0px auto;}

/*头部 */
.topbar{height:43px;line-height:43px;background-color:#044b99;color:#fff;}
.topbar a{color:#868686;font-size:14px;}
.topbar u{font-size:30px;margin:0 10px;color:#aeaeae;}
.topbar a,.topbar u{display:block;float:left;height: 100%;color:#fff;}
.topbar a:hover{color:#0186d5;}
.header{position:relative;z-index:2;}
.top-login{display:inline-block;}
.top-login u{font-size:14px;}
.top-date { margin-left:200px;}
.top-date a {margin-right:5px;}
.logo-row{height:90px;padding-top:25px;padding-bottom:9px;position:relative;z-index:3;background-color:#fff;}
.version{margin-left:14px;margin-top:9px;border-radius:3px;overflow:hidden;}
.version a{border:1px solid #e4e4e4;width:48px;height:25px;text-align:center;line-height:25px;font-size:12px;background-color:#3789ba;}
.version a.cur{background-color:#3789ba;color:#fff;border-color:#3789ba;}
.logo a{display:block;}
.logo a img{width:auto;height:70px;}
.other-tit{border-left:1px solid #0186d5;line-height:22px;padding:0 20px;margin-top:3px;}
.other-tit p{margin-bottom:0;font-size:13px;color:#666;}
.searchtype{width:66px;height:20px;margin:12px auto;position:absolute;border-right:1px solid #eee;top:0;left:0;}
.searchtype span{display:block;line-height:20px;padding-left:15px;cursor:pointer;}
.searchtype span:after{font-family:'iconfont';content:'\e610';margin-left:5px;}
.searchtype ul{display:none;position:absolute;top:32px;left:2px;right:0;background:#fff;border:1px solid #eee;border-top:none;}
.searchtype ul li a{display:block;line-height:30px;padding-left:15px;padding-right:15px;-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:19px;width:413px;position:relative;}
.search i{line-height:46px;position:absolute;font-size:18px;color:#868686;left:76px;}
.search button{width:80px;height:46px;font-size:16px;margin-left:-1px;border-top-right-radius:5px;border-bottom-right-radius:5px;}
input.keyword{width:227px;height:22px;line-height:22px;padding:11px 5px 11px 100px;border:1px solid #0186d5;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.patient{width:162px;margin-top:12px;position:relative;}
.patient .login{display:block;height:42px;line-height:42px;text-align:center;border:2px solid #61B98A;color:#61B98A;-webkit-transition:0.3s;transition:0.3s;}
.patient .login i{font-size:16px;margin:auto 5px;}
.patient .login:hover{background:#61B98A;color:#fff;}
.patient-menu{display:none;background:#fff;border:2px solid #61B98A;border-top:none;position:absolute;top:45px;left:0;right:0;}
.patient-menu a{display:block;line-height:35px;text-align:center;border-bottom:1px solid #61B98A;color:#61B98A;-webkit-transition:0.3s;transition:0.3s;}
.patient-menu a:hover{background:#61B98A;color:#fff;}
.patient-menu a:last-child{border:none;}


nav{width:100%;height:45px;line-height:45px;position:relative}
.navBase{position:absolute;top:0px;left:50%;z-index:100}
nav .quickMenuBase{width:251px;height:45px;position:relative}
nav .quickMenu01{background:#6bcbca url(../images/ico_013.png) 25px center no-repeat;width:100%;text-indent:55px;color:#FFF;font-size:16px;position:absolute;top:0px;left:0px}
nav .quickMenu02{background:url(../images/ico_013.png) 15px center no-repeat;background-color:#6bcbca;width:100%;height:100%;position:absolute;top:0px;left:0px;cursor:pointer}
nav .quickMenu02:hover{background-color:#ff7544}
nav .quickMenus{width:251px;height:450px; position:absolute;top:45px;left:0px;padding-top:16px;z-index:100;background:#FFF}
nav .quickMenus .firstUl{padding:11px 0px;border:1px solid #dedede}
nav .quickMenus li.first{position:relative;width:100%;height:61px} 
nav li.first .QMSub{position:absolute;display:none;top:0px;left:100%; height:449px;box-shadow:0px 8px 15px rgba(128 ,128 ,128 ,0.25);background:#fff;border:1px solid #dedede}
nav li.first .QMSubMenus{width:495px}
nav li.first .QMSubMenus ul{float:left;margin-left:19px;width:222px;height:449px}
nav li.first .QMSubMenus li{width:222px;height:74px;background:url(../images/ico_004.png) 18px center no-repeat;font-size:14px}
nav li.first .QMSubMenus li a{padding-left:38px;line-height:74px;color:#494949;display:block;position:relative}
nav li.first .QMSubMenus li a span{background:#ff7544;font-size:12px;color:#fff;-moz-opacity:0;opacity:0;filter:alpha(opacity=0);-webkit-opacity:0;border-radius:2px;padding:0px 15px;line-height:24px;text-align:center;top:25px;right:20px; position:absolute;transition:all .28s linear;-moz-transition:all .28s linear;-webkit-transition:all .28s linear;-o-transition:all .28s linear}
nav li.first .QMSubMenus li a:hover{color:#ff7544;padding-left:45px;box-shadow:0px 5px 15px 1px rgba(128 ,128 ,128 ,0.25)}
nav li.first .QMSubMenus li a:hover span{-moz-opacity:1;opacity:1;filter:alpha(opacity=100);-webkit-opacity:1}

nav li.first .QMSubList{width:948px;overflow-x:hidden;-ms-overflow-x:hidden;overflow-y:scroll\9;-ms-overflow-y:scroll\9}
nav li.first .QMSubList .item{border-bottom:1px solid #dedede;width:95%;color:#666;margin:0px auto;padding:10px 0px 13px 0px;line-height:24px}
nav li.first .QMSubList .item h5{background:url(../images/ico_004.png) 0px center no-repeat;font-size:14px;line-height:38px;color:#ff7544;text-indent:20px}
nav li.first .QMSubList .item a{font-size:12px;color:#666;padding:0px 6px;float:left;background:url(../images/ico_vline.jpg) left center no-repeat}
nav li.first .QMSubList .item a.first{background:none;padding:0px 6px 0px 0px}
nav li.first .QMSubList .item a:hover{text-decoration:underline;color:#ff7544}
nav li.first .QMSubList .IndexWords{position:relative;padding:16px 40px}
nav li.first .QMSubList .IndexWords h5{line-height:40px;font-size:14px;color:#505050}
nav li.first .QMSubList .IndexWords li{width:37px;height:37px;float:left;color:#505050;transition:all .28s linear;-moz-transition:all .28s linear;-webkit-transition:all .28s linear;-o-transition:all .28s linear;margin-right:5px;margin-top:5px;border:1px solid #dedede;cursor:pointer;line-height:38px;text-align:center;font-size:16px}
nav li.first .QMSubList .IndexWords li:hover{box-shadow:0px 5px 15px rgba(0 ,0 ,0 ,0.25)}
nav li.first .QMSubList .IndexWords li.current{color:#fff;background:#ff7544}
nav li.first .QMSubList .DList{padding:16px 28px}
nav li.first .QMSubList .DList li{width:158px;color:#666;line-height:21px;margin-top:20px;padding:10px 0px;position:relative;float:left;padding-left:12px}
nav li.first .QMSubList .DList li:hover{box-shadow:0px 5px 15px rgba(0 ,0 ,0 ,0.25)}
nav li.first .QMSubList .DList .DName{width:72px;position:relative;height:21px}
nav li.first .QMSubList .DList .DName .name{font-size:16px;text-indent:19px;color:#978571;background:url(../images/ico_004.png) left center no-repeat;display:block}
nav li.first .QMSubList .DList li p{width:96%;overflow:hidden;height:21px;font-size:12px}
nav li.first .QMSubList .DList li p a:hover{color:#ff7544;text-decoration:underline}
nav li.first .QMSubList .DList .DName:hover .name{color:#ff7544}
nav li.first .QMSubList .DList .DNull{line-height:28px;font-size:14px;padding-top:18px;padding-left:13px;color:#505050}
nav li.first .QMSubList .DList .DNull span{font-size:28px;color:#6bcbca}



nav .quickMenus .firstA{display:block;position:relative;line-height:60px;text-indent:58px;font-size:14px;color:#333;background:url(../images/ico_016a.png) right center no-repeat}
nav .quickMenus .firstA em{border-bottom:1px solid #ebebeb;display:block;margin:0px 18px;transition:border-bottom .28s linear;-moz-transition:border-bottom .28s linear;-webkit-transition:border-bottom .28s linear;-o-transition:border-bottom .28s linear}
nav .quickMenus .firstA i{width:26px;height:24px;position:absolute;left:29px;top:18px;z-index:102}
nav .quickMenus .firstA span{width:2px;height:2px;top:29px;left:43px;position:absolute;z-index:100;background:#FFF;border-radius:50%;-webkit-transition:all 0.38s cubic-bezier(0.175, 0.885, 0.320, 1.5);-moz-transition:all 0.38s  cubic-bezier(0.175, 0.885, 0.320, 1.5);-o-transition:all 0.38s cubic-bezier(0.175, 0.885, 0.320, 1.5);transition:all 0.38s  cubic-bezier(0.175, 0.885, 0.320, 1.5)}
nav .quickMenus .firstA i.style01{background:url(../images/ico_017.png) center center no-repeat}
nav .quickMenus .firstA i.style02{background:url(../images/ico_018.png) center center no-repeat}
nav .quickMenus .firstA i.style03{background:url(../images/ico_019.png) center center no-repeat}
nav .quickMenus .firstA i.style04{background:url(../images/ico_020.png) center center no-repeat}
nav .quickMenus .firstA i.style05{background:url(../images/ico_021.png) center center no-repeat}
nav .quickMenus .firstA i.style06{background:url(../images/ico_022.png) center center no-repeat}
nav .quickMenus .firstA i.style07{background:url(../images/ico_023.png) center center no-repeat}
nav .quickMenus .first.last em{border-bottom:1px solid #fff}
nav .quickMenus li.first:hover .firstA{background:#ff7544 url(../images/ico_016b.png) right center no-repeat;text-indent:68px;color:#FFF; box-shadow:0px 6px 12px rgba(0,0,0,0.15)}
nav .quickMenus li.first:hover .firstA em{border-bottom:1px solid #ff7544}
nav .quickMenus li.first:hover .firstA span{width:44px;height:44px;top:8px;left:20px}

nav .nav{padding-top:5px;position:absolute;top:0px;right:0px;background:url(../images/Yellowline.jpg) repeat-x;padding-left:5px}
nav .nav .PMenu{height:40px; line-height:40px;float:left;font-size:16px;overflow:visible;position:relative;margin:0px 1px;transition:all .28s linear;-moz-transition:all .28s linear;-webkit-transition:all .28s linear;-o-transition:all .28s linear}
nav .nav .PMenu img.animated{-moz-opacity:0;opacity:0;filter:alpha(opacity=0);-webkit-opacity:0;position:absolute;bottom:-8px;left:50%;margin-left:-8px}
nav .nav .PAMenu{display:block;padding:0px 16px;text-align:center;color:#FFF}
nav .nav .PMenu:hover,nav .nav .PMenu.current{background:#a48d6b;border-top-left-radius:4px;border-top-right-radius:4px}
nav .nav .PMenu:hover img.animated,nav .nav .PMenu.current img.animated{-moz-opacity:1;opacity:1;filter:alpha(opacity=100);-webkit-opacity:1}
.navboxBase{width:1200px;position:absolute;top:40px;padding-top:15px;display:none; left:0px; z-index:1000}
.lt-ie9 .navboxBase{top:25px}
.navboxBase .navboxBg{width:100%;height:100%;background:#FFF;box-shadow:0px 6px 18px rgba(0,0,0,0.15);border-bottom:1px solid #e6e5e5;border-top:1px solid #e6e5e5}
.navbox{width:1200px;min-height:422px;margin:0 auto;padding:14px 0px;text-align:left;color:#323232;overflow:visible;font-size:12px;line-height:26px}
.navbox dd.url{width:100%;height:22px;overflow:hidden}
.navbox dd.url span{color:#bda179;padding-right:13px}
.navbox .Amore{width:96px;height:36px;color:#FFF;display:block;text-align:center;line-height:36px;background:#bda179;border-radius:2px;position:absolute;bottom:38px}
.navbox .Amore:hover{background:#ff7544}
.navSub2,.navSub5,.navSub6{height:386px;padding:0px 34px;border-left:1px solid #ececec;float:left;margin-top:18px;display:inline;color:#666}
.navSub3,.navSub4,.navSub7{height:386px;padding-left:34px;position:relative;border-left:1px solid #ececec;float:left;margin-top:18px;color:#666;display:inline; line-height:24px}
.navSub5{width:299px;position:relative}
.navSub6{width:208px;padding:0px 28px;position:relative}
.navSub7{padding-left:28px;width:258px}
.navSub5 p{line-height:22px}
.navSub5 .first{padding-top:16px}
.navSub6 ul{margin-top:22px}
.navSub6 ul li{background:url(../images/ico_044.jpg) left center no-repeat;padding-left:19px}
.navSub6 ul li span{color:#ff7544;font-size:18px;vertical-align:middle;padding-right:11px}
.navSub6 ul li em{vertical-align:middle}

.navSub7 h3{font-size:18px;padding-bottom:8px;color:#29596f}
.navSub7 ul{padding-bottom:16px}
.navSub7 ul li{background:url(../images/ico_038.jpg) left center no-repeat;padding-left:18px;height:24px;overflow:hidden}
.navSub7 ul li a{}
.navSub7 ul li a:hover{text-decoration:underline}
.navSub7 div{width:100%;height:67px;position:relative;border-top:1px solid #CCC;background:url(../images/ico_045.jpg) left 22px no-repeat;padding-top:22px}
.navSub7 div h4{font-size:18px;line-height:36px;line-height:30px;padding-left:76px;color:#29596f}
.navSub7 div a.first{padding-left:76px}
.navSub7 div a.first:hover{text-decoration:underline}
.navSub7 div a.second{background:#6bcbca;padding:5px 15px;color:#FFF;position:absolute;top:41px;right:0px;border-radius:3px}
.navSub7 div a.second:hover{background:#ff7544}
.navSub7 div span{color:#ff7544}

.navMenus{width:275px;float:left}
.navMenus ul li{width:200px;height:51px;overflow:hidden;line-height:51px;border-top:#f5f4f4 1px solid;background:url(../images/ico_004.png) 18px center no-repeat;font-size:14px}
.navMenus ul li.first{border:none}
.navMenus ul li a{padding-left:40px;color:#494949;display:block;position:relative}
.navMenus ul li a span{background:#ff7544;font-size:12px;color:#fff;-moz-opacity:0;opacity:0;filter:alpha(opacity=0);-webkit-opacity:0;border-radius:2px;padding:0px 15px;line-height:24px;text-align:center;top:14px;right:1px; position:absolute;transition:all .28s linear;-moz-transition:all .28s linear;-webkit-transition:all .28s linear;-o-transition:all .28s linear}
.navMenus ul li a:hover{color:#ff7544;padding-left:50px}
.navMenus ul li a:hover span{-moz-opacity:1;opacity:1;filter:alpha(opacity=100);-webkit-opacity:1}

.nav_Menu01{}
.nav_Menu01 dl{position:relative;padding-left:150px;width:256px}
.nav_Menu01 dl dt{line-height:14px;font-size:14px;color:#29596f;padding-bottom:5px}
.nav_Menu01 dl dd{line-height:22px;color:#535353}
.nav_Menu01 dl dd.info{padding-top:11px;line-height:24px}
.nav_Menu01 dl dd em{color:#ff7544}

.nav_Menu02{}
.nav_Menu02 dl{position:relative;padding-left:67px;width:339px}
.nav_Menu02 dl dt{line-height:40px;font-size:16px;color:#29596f;padding-bottom:5px}
.nav_Menu02 dl dd{line-height:22px;color:#535353}
.nav_Menu02 dl dd em{color:#bda179;display:block;line-height:18px}
.nav_Menu02 a:hover{text-decoration:underline}

.noPic dl{padding-left:0px;width:410px}
.noPic dl dt{line-height:16px}

.navbox dl dt.title01{padding-bottom:18px}
.navbox dl dt.title02{padding-bottom:9px}
.navbox dl dd.pic img{position:absolute;top:0px;left:0px}
.navbox dl.Img01 dd.pic img,.navbox dl.Img02 dd.pic img{top:39px}
.navbox dl.Img01 dd{padding-left:146px}
.navbox dl.Img02 dd.Lurl{padding-left:146px;min-height:93px}
.navbox dl.Img02 dd.Lurl em{padding-bottom:4px}
.navbox dl.Img02 dd.Lurl a{line-height:24px;font-size:14px}
.navbox dl.Img02 dd.Lurl a:hover{text-decoration:none;color:#ff7544}

.navbox dd.nurse{position:relative;width:100%;height:108px}
.navbox dd.nurse div{width:98px;height:78px;position:absolute;top:12px;padding-left:90px;padding-top:30px}
.navbox dd.nurse div img{position:absolute;top:0px;left:0px}
.navbox dd.nurse div a{color:#bda179;font-size:16px}
.navbox dd.nurse div a:hover{color:#ff7544;text-decoration:none}
.navbox dd.nurse .Nmore{width:128px;line-height:24px;height:24px;text-align:center;border-radius:2px;display:block;color:#fff;position:absolute;right:0px;top:-42px;background:#ff7544}
.navbox dd.nurse .left{left:0px}
.navbox dd.nurse .right{right:0px}
.navbox dd.nurse .Nmore:hover{text-decoration:none;background:#6bcbca}

.nav_Route{width:402px}
.nav_Route dl dt{height:31px;color:#6bcbca;line-height:31px;padding-left:35px;padding-bottom:6px;font-size:14px;background:url(../images/ico_015.png) left center no-repeat}
.nav_Route dl dd{padding-top:12px;color:#535353}
.nav_Route dl dd.text em{margin-right:43px}
.nav_Route dl dd span{margin-right:86px}
.nav_Route dl dd em{color:#ff7544}
.nav_Route a{color:#FFF;background:#6bcbca;border-radius:2px;display:block;text-align:center;width:95px;height:35px;line-height:36px;position:absolute;right:0px;bottom:0px}
.nav_Route a:hover{background:#ff7544}



 
.navnew {height:68px;background:#fff;border-top:0px solid #e4e4e4;position:relative; width:720px;font-size:15px;}
.navnew ul{display:block;z-index:1;}
.navnew li{float:left;line-height:68px;text-align:center;margin-right:20px;}
.navnew li:after{display: inline;color: #c7b6b6;position: relative;top:0;left: 12px;}
.navnew li>a{display: inline-block;color:#444444;border-bottom:7px solid #fff;}
.navnew li>a:hover{border-color:#0186d5;color:#0186d5;}
.navnew li>.curt a{border-color:#0186d5;color:#0186d5;}
.navnew li>.curt a{display: inline-block;color:#444444;border-bottom:7px solid #fff;}

.menucontent{width:42%;float:left;box-sizing:border-box;}

.menucontent>div{box-sizing:border-box;line-height:1;padding:0 35px;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%;}
.menucontent .form-item select{color:#fff;}
.menucontent .form-item select option{color:#444;}
.menucontent .select .letter-box a{color:#444;}
.menucontent .clinic-form .select .letter-box{width:382px;}
.menuFixed{float:right;width:25%;height:100%;box-sizing:border-box;}
.menuFixed a{display:block;margin-left:25px;float:left;color:#fff;line-height:1.8;}
.menuFixed a:first-child i{background-color:#876342;}
.menuFixed a:last-child i{background-color:#9d867e;}
.menuFixed a i{margin-bottom:3px;font-size:30px;color:#fff;width:75px;height:75px;line-height:75px;display:block;border-radius:50%;text-align:center;transition:.3s;background-color:#7c3b25;}
.menuFixed a:hover i{animation: icon-shake .8s ease-in-out;-webkit-animation: icon-shake .8s ease-in-out;}

@keyframes icon-shake{0% {transform: translateY(0px);}15% {transform: translateY(-4px);}40% {transform: translateY(0px);}60% {transform: translateY(-3px);}80% {transform: translateY(0px);}90% {transform: translateY(-2px);}100% {transform: translateY(0px);}}
@-webkit-keyframes icon-shake{0% {transform: translateY(0px);}15% {transform: translateY(-4px);}40% {transform: translateY(0px);}60% {transform: translateY(-3px);}80% {transform: translateY(0px);}90% {transform: translateY(-2px);}100% {transform: translateY(0px);}}

.subcol>h2{font-size:16px;padding-bottom:30px;font-weight:normal;position:relative;}
.subcol>h2:after{content:'';display:block;position:absolute;width:36px;height:3px;background-color:#d2b992;bottom:15px;}
.subcol p{line-height:1.5;margin-top:8px;}
.subcol p a:hover{text-decoration:underline;}
.subcol .img-list{overflow:hidden;margin-right:-30px;}
.subcol .img-list li{float:left;width:187px;box-sizing:border-box;margin-bottom:20px;margin-right:30px;}
.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;overflow:hidden;position:relative;}
.subcol .img-list li a:hover{color:#e4d4bd;}
.subcol .img-list li span{display:-webkit-box;box-sizing:border-box;width:100%;line-height:19px;height:38px;overflow:hidden;text-overflow:ellipsis;white-space:normal;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;} 
.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:#fff;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:#fff;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 {float:right;width:83%;box-sizing:border-box;}
.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 #b09c94;padding-bottom:10px;font-size:16px;}
.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;border-bottom:1px dashed transparent;}
.department-subnav dd a:hover{border-color:#fff;}
.department-subnav .tab-tit{overflow:hidden;margin-bottom:20px;}
.department-subnav .tab-tit a{display:block;font-weight:bold;background-color:#684942;background-color: rgba(255,255,255,.1);line-height:38px;text-align:center;float:left;letter-spacing:3px;}
.department-subnav .tab-tit a.cur{background-color:#b4a4a1;background-color:rgba(255,255,255,.5);color:#fff;}
.department-subnav .tab-tit.span2 a{width:50%;}
.department-subnav .tab-tit.span3 a{width:33.33%;}
.department-subnav .tab-tit.span4 a{width:25%;}
.department-subnav .tab-tit.span5 a{width:20%;}
.nav .department-nav{display:none;}
.nav .department-nav:first-child{display:block;}
.nav .department-nav .tab-tit a.cur{color:#444;background:#fff;border-bottom-color:#fff;border-top:2px solid #0186d5;}
#mobile1 div#link_more{display: none;}


/*首页-轮播 */
.slider{height:500px;overflow:hidden;position:relative;}
.slider ul,.slider ul li{width:100%;height:435px;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;margin-top:40px;}
.slide-txt img{vertical-align:middle;float:right;position:relative;}
.slide-btn{position:absolute;width:100%;left:0;bottom:200px;text-align:right;}
.slide-btn a{display:inline-block;width:14px;height:14px;border:2px solid #0186d5;border-radius:50%;vertical-align:middle;margin-left:5px;font-size:0;text-indent:-999px;overflow:hidden;}
.slide-btn a.cur{background:#0186d5;}
/*上/下按钮*/
.slider .banbtn {position: absolute;top:30%;color: #fff;display: block;width: 42px;height: 42px;cursor: pointer;font-size: 30px;margin-top:-20px;}
.slider .prev {left: 5% ;background:url(../images/btn_03.png) no-repeat top center;}
.slider .next {right: 5%;background:url(../images/btn_05.png) no-repeat top center;}

/*首页-新闻轮播 */
.slideBox{ width:964px; height:450px; overflow:hidden; position:relative;   }
.slideBox .hd{ height:400px;width:200px;overflow:hidden; position:absolute; right:5px; bottom:30px; z-index:1; }
.slideBox .hd ul{position:absolute; overflow:hidden; zoom:1; left:20%;bottom:10%;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat;}
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .hd  .more { position:absolute;left:3%; bottom:30%;  display:block; width:180px; height:60px; font-size:16px;}
.slideBox .hd ol {}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:740px; height:457px; display:block;  }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:30%; bottom:60%;  display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=80);opacity:0.9;  border:1px solid #6a6a6a;  }
.slideBox .next{ left:auto; right:30%; background-position:8px 5px; }
.slideBox .prev:hover{ filter:alpha(opacity=100);opacity:0.6; background:url(../images/slider-arrow.png) -170px 5px no-repeat;  }
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:0.6; background:url(../images/slider-arrow.png) -50px 5px no-repeat;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


/*首页-患者服务 */
/*.home-service{ margin-top:-280px;position:relative ; background: url(../images/bj_02.png) no-repeat top center;height:600px; padding-top:150px;} */
.home-service{ margin-top:-280px;position:relative ; background: url(../images/bj_02.png) no-repeat top center;height:600px; padding-top:150px;} 
.quickbox { margin:0px auto 0 auto;width:1220px;position:relative ; background:#FFF; padding:10px 0 0 0; }
.index_3box {width:1220px; background:#FFF; padding:0px 0;}
.quicknav { width:227px; float:left; background:url(../images/bglin.png); margin-left:10px;}
.quicknav ul li  {background:url(../images/bglin2.png) bottom no-repeat  ;}
.quicknav ul li  a { padding-left: 66px;display: block;position: relative;color: #fff; line-height: 65px;text-align: left;height: 65px; box-sizing: border-box;font-size: 16px;background:url(../images/bglin.png);}
.quicknav ul li a:hover {background:url(../images/bglin3.png);}
.quicknav ul li  a.cur {color: #0186d5; background: #fff; border-bottom-color: #fff;}
.quicknav ul li  a  i {font-size: 26px;position: absolute; top: 0;left: 17px;height: 60px; }

.qknav {display:none;z-index:60;width:965px; height:450px;box-sizing:border-box; background:  #fff;display:none;position: absolute; left:245px;top:0px;  }
.qknav ul li:first-child{ background-color:yellow;}


/*块状列表*/
.quicknav  .platblock-list dl{margin-right:-1%;margin-left:-1%;}
.quicknav .platblock-list dl  dt{float:left;width:31.33%;margin-right:1%;margin-left:1%;border-radius:1px;margin-bottom:25px;height:90px; border-bottom:1px solid  #6a6a6a  }
.quicknav .platblock-list  dl dt a{line-height:1.4;display:block;text-align:center;background: #fff url(../images/doctor-bg.png) left 50px repeat-x;color:#0186d5;font-size: 18px;height:100%;white-space:normal;box-sizing:border-box;padding:20px;}
.quicknav .platblock-list dl dt a:hover{background: #0186d5 url(../images/doctor-bg.png) left 100px repeat-x;color:#fff;box-shadow: 0px 5px 5px rgba(148, 148, 148, .5);}
.quicknav .platblock-list dl dt a:hover i{background-color:#fff;color:#0186d5;}

/*首页 */
.home-main{min-height:1000px;}
.expert-row>.layout>.fl{width:15.5%;background-color:#bd975e;height:365px;padding:30px 6px;box-sizing:border-box;}
.expert-row>.layout>.fr{width:997px;}
.expert-row{height:365px;}
.news-row{padding:35px 0;background-color:#f0f1f6;} 
.news-row>.layout{padding-left:131px;box-sizing:border-box;position:relative;}
.news-row>.layout>div{background-color:#fff;height:343px;} 
.news-row>.layout>.fl{width:709px;border-top-left-radius:5px;border-bottom-left-radius:5px;}
.news-row>.layout>.fr{width:360px;border-left:1px solid #d7d7d7;border-top-right-radius:5px;border-bottom-right-radius:5px;}
.news-row .list-tit{padding:0 18px;margin-top:6px;border-bottom:1px solid #d7d7d7;}
.news-row .list-tit h2 a{font-size:16px;}
.news-row .more-info{right:15px;}
.list-tit h2 a:before{content:"";position:absolute;bottom:-3px;left:0;width:100%;height:3px;overflow:hidden;background:#0186d5;}
.no-style.list-tit{margin-top:0;border-bottom:none!important;}
.no-style.list-tit a:before{display:none;}
.no-style.list-tit~.list-content{margin-top:5px;}
.expert-row .list-tit a{color:#fff;} 
.list-item{box-sizing:border-box;}
.list-tit{height:46px;line-height:43px;position:relative;margin-top:15px;}
.list-tit h2{font-size:18px;font-weight: 700;color:#0186d5;position:relative;text-align:left;}
.list-tit h2 a{display:inline-block;color:#0186d5;position:relative;text-align:center;}
.list-tit h2 a:hover{color:#C16633;}
.list-tit h2 .en-tit{display:none;}
.list-tit .tab-tit{display:block;height:47px;}
.list-tit .tab-tit a{display:inline-block;color:#666;}
.list-tit .tab-tit a:before{display:none;}
.list-tit .tab-tit a.cur:before{display:block;width:64px;}
.list-tit .tab-tit a:first-child:before{border-left:none;left:0;}
.list-tit .tab-tit a:last-child:before{border-right:none;}
.list-tit .tab-tit a.cur{color:#0186d5;}
.list-tit .fr{color:#ddd;word-spacing:.5em;}
.list-content{margin-top:20px;position:relative;}
.list-content p{font-size:15px; line-height:30px;}
.list-content a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.tab-pannel{display:none;}
.tab-pannel:first-child{display:block;}
.homenews-left{padding:0 0px;background:#e4edf6;width:960px;margin-left:10px; }
.news-slide{overflow:hidden;}
.news-slide ul li{width:100%;height:232px;float:left;position:relative;}
.news-slide ul li img{height:232px;width:309px;}  
.news-slide a{line-height:0;}
.news-slide a span{display:block;position:absolute;left:0;right:0;bottom:0;line-height:18px;padding-top:10px;padding-bottom:10px;padding-left:10px;padding-right:80px;background:url(../images/black70.png);color:#fff;overflow:hidden;white-space:normal;}
.news-slide a u{line-height:16px;position: absolute;display:block;width: 54px;height: 54px;text-align: center;background-color: #0186d5;color: #fff;top: 0;left: 0;}
.news-slide a u i{display: block;font-size: 20px;font-weight: bold;line-height:31px;height:31px;}
.dots{position:absolute;bottom:12px;left:0;text-align:right;width:97%;padding-right:3%;}
.dots li{display:inline-block;width:14px;height:14px;margin-left:3px;border-radius:50%;background:#9b9b9b;opacity:.7;filter:alpha(opacity=70);line-height:0;font-size:0;text-indent:-999px;cursor:pointer;}
.dots .active{opacity:1;filter:alpha(opacity=100);background-color:#0186d5;}
.news-row .img-news{position:absolute;width:309px;height:232px;left:18px;top:3px;}
.right-news{height:100%;}
.right-news .notice-withdate li a{max-width:72%;}
.news-row .right-news .list-content{padding:0 18px;}
.right-news .tab-tit a{margin-right:20px;}
.right-news .tab-tit:after{content:"";display:inline-block;width:100%;overflow:hidden;height:0;}
.txt-news li{height:28px;overflow:hidden;}
.txt-news a{line-height:28px;}
.txt-news a:before{content:"•";font-weight:bold;color:#0186d5;margin-right:5px;}
.txt-news .top-news{height:87px;border-bottom:1px dashed #ddd;padding-right:0;margin-bottom:2px;}
.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;}
.news-withdate .top-news a{font-size:17px;line-height:30px;height:30px;max-width:100%;white-space:normal;color: #0186d5;text-overflow:ellipsis;display: -webkit-box;word-wrap: break-word;margin-bottom:6px;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.top-news p{font-size:13px;color:#868686;line-height:20px;display:-webkit-box;height:40px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal;margin-bottom:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.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%;}
.newest-row{background:#f9f9f9;border:1px solid #ddd;padding:10px 15px;box-sizing:border-box;position:relative;}
.newest-row h2{position:absolute;font-size:14px;line-height:40px;top:0;left:15px;color:#0186d5;}
.newest-row .newest-slide{height:20px;line-height:20px;margin-left:85px;overflow:hidden;}
.newest-row .newest-slide ul,.newest-row .newest-slide ol{overflow:hidden;}
.newest-row .newest-slide ul li{float:left;}
.newest-row .newest-slide ol li{float:left;width:33.33%;height:20px;line-height:20px;overflow:hidden;box-sizing:border-box;padding:0 10px;}
.newest-row .newest-slide ol li a{display:inline-block;max-width:78%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newest-row .newest-slide ol li a:before{content:"•";font-weight:bold;color:#0186d5;margin-right:5px;}
.newest-row .newest-slide ol li span{float:right;color:#999;}
.home-expert-box{overflow:hidden;margin-top:0;height:319px;}
.home-expert{width:300%;}
.home-expert.loading{background:url(../images/loadingex.gif) center no-repeat;width:100%;height:319px;}
/*#expert-dots a{display:none;}*/
.home-expert li{float:left;width:193px;margin-right:8px;margin-bottom:17px;height:302px;background-color:#fff;padding:10px;box-sizing:border-box;overflow:hidden;}
.home-expert li .expert-pic{display:block;height:100px;width:100px;border-radius:50%;overflow:hidden;position:relative;margin:0 auto;}
.home-expert li img{width:100px;height:100px;border-radius:50%;}
.home-expert .expert-name{color:#0186d5;font-size: 18px;margin:20px auto 12px;height: 30px;position:relative;display:block;line-height:1 ;padding-left:25px;}
.home-expert .expert-name:after{content: '';display: block;width: 34px;height: 3px;background: #0186d5;position: absolute;bottom: 0px;}
.home-expert .expert-name span{position:absolute;top:1px;color: #BCBCBC;line-height: 22px;background-color: #f9f9f9;font-size: 12px;padding: 0 3px;margin-left: 8px;border-radius: 3px;}
.home-expert .expert-name span:before{content: "\e66d";font-family: "iconfont";display: inline-block;font-size: 16px;margin-right: 1px;}
.home-expert .expert-info{background:#f2f2f2;height:66px;display: -webkit-box;line-height:1.5;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap: break-word;padding:12px 13px;margin-bottom:0;margin-top:12px;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box;}
.home-expert .expert-info span{display: -webkit-box;line-height:1.5;-webkit-line-clamp: 2;height:41px;-webkit-box-orient: vertical;word-wrap: break-word;overflow:hidden;text-overflow:ellipsis;} 
.home-expert .expert-detail{line-height:19px;padding-left:25px;}
.home-expert .expert-detail u{color:#999;}
.expert-row .list-tit{position:relative;}
.expert-row .list-tit .slide-dots{position:absolute;right:0;top: 0;}
.expert-row .fl .list-content{height:208px;}
.expert-row .slide-dots a{color:#0186d5;font-size:14px;}
.slide-dots a,.slide-dots span{display:inline-block;vertical-align:middle;margin-left:3px;color:#0186d5;border-radius:50%;background-color:#fff;}
.slide-dots a{width:28px;height:28px;line-height:29px;text-align:center;font-size:10px;transition:background 0.3s;-webkit-transition:background 0.3s;}
.slide-dots a:hover{background:#0186d5;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:#C16633;}
.form-item{min-height:56px;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;}


.news-row>.layout>div.expressway{position:absolute;top:0;left:0;width:100px;background-color:#f0f1f6;}
.expressway a{background-repeat:no-repeat;text-align:center;display:block;width:100px;height:100px;padding-top:57px;border-radius:50%;background-color:#fff;background-image:url(../images/cd-sprite.png);color: #0186d5;font-size: 16px;margin-bottom:20px;box-sizing:border-box;}
.expressway .epw1{background-position:0 0;}
.expressway .epw2{background-position:-100px 0;}
.expressway .epw3{background-position:-200px 0;}
.expressway a:hover{background-color:#faf3f0;}

/*首页-门诊时间 */
.clinic-form .form-input select{width:100%;}
.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 .area-tit{overflow:hidden;background:#ddd;margin:-10px -10px 5px -10px;}
.clinic-form .area-tit a{float:left;line-height:35px;height:35px;text-align:center;}
.clinic-form .area-tit a.cur{background:#fff;color:#0186d5;}
.clinic-form .area-letter .tabs{display:none;}
.clinic-form .area-letter .tabs:first-child{display:block;}
.clinic-form .span2 a{width:50%;}
.clinic-form .span3 a{width:33.33%;}
.clinic-form .select .letter-box{display:none;position:absolute;width:350px;top:35px;font-size:12px;left:0;background:#fff;border:1px solid #ddd;z-index:2;padding:10px;}
.clinic-form .select .align-right{left:auto;right:0;}
.clinic-form .select-input{display:block;width:100%;padding-left:8px;}
.clinic-form .select-input i{position:absolute;line-height:37px;transform-origin:7px 50%;width:17px;right:0;top:0;transition:transform 0.3s;-webkit-transition:transform 0.3s;font-size:0;background:url(../images/select-saojiao.png) no-repeat scroll right center transparent;}
.clinic-form .select-input.open i{transform:rotate(180deg);-webkit-transform:rotate(180deg);right:5px;}
.clinic-form .letter-tit{height:30px;line-height:30px;border-bottom:1px solid #ddd;}
.clinic-form .letter-tit li{float:left;width:20%;text-align:center;}
.clinic-form .letter-tit li a{display:block;}
.clinic-form .letter-tit li.cur{font-weight:bold;border-bottom:1px solid #e69365;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;width:33.33%;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;}

/*首页门诊时间*/
.expert-row .clinic-form .select-input,.expert-row .clinic-form select{border:none;background-color:#e2d3bc;cursor:pointer;color: #868686;}
.expert-row .clinic-form>.form-input .btn{background-color:#fff;color: #C99E10;line-height:36px;letter-spacing:.3em;}
.expert-row .clinic-form>.form-input .btn:hover{background-color:#e2d3bc;}

/*首页-科室设置 */ 
.lt-index{position:relative;color:#c7c5c5;font-size:12px;height:35px;}
.lt-index span,.lt-index a{display:block;float:left;margin-right:8px;margin-bottom:10px;font-size:16px;border:1px solid #ccc;width:32px;height:32px;line-height:32px;text-align:center;background-color:#e4e4e4;}
.lt-index a.cur{background:#0186d5;color:#fff;border-color:#0186d5;}
.lt-index a.all{width:98px;} 
.lt-index b{position:absolute;top:38px;left:56px;font-size: 18px;color:#5E5E5E;font-weight:normal;}

.home-area{position:absolute;right:0;bottom:-2px;}
.home-area li{float:left;line-height:16px;padding:10px 18px;position:relative;}
.home-area li.cur{background:#fff;border-left:1px solid #E3D3CA;border-right:1px solid #E3D3CA;border-top:3px solid #0186d5;border-bottom:2px solid #fff;margin-bottom:-2px;}
.home-area li.cur a{color:#0186d5;}
.area-con .dp-pannel{display:none;}
.area-con .dp-pannel:first-child{display:block;}
.department-wrap{ width:260px;padding:0px 0;overflow:hidden;}
.department-wrap>.layout{position:relative;}
.department-wrap>.layout:after,.department-wrap>.layout:before{z-index:-1;position:absolute;content:"";display:block;width:207px;height:168px;background-image:url(../images/cd-sprite.png);}
.department-wrap>.layout:after{right:-77px;top:-69px;background-position:-300px 0;}
.department-wrap>.layout:before{background-position:-510px -10px;bottom:-66px;left:-226px;width:262px;height:169px;}
.department-nav{height:327px;} 
.department-nav .tab-tit{overflow:hidden;background-image:url(../images/bglin.png);font-size:16px;}
.department-nav .tab-tit a{padding-left:46px;display:block;position:relative;border-bottom:1px solid #ddae94;color:#fff;line-height:65px;text-align:left;height:65px;box-sizing:border-box;}
.department-nav .tab-tit a.cur{color:#0186d5;background:#fff;border-bottom-color:#fff;}
.department-nav .tab-tit a i{font-size:20px;position:absolute;top:0;left:17px;height:60px;}
.department-nav .tab-tit a:last-child{border:none!important;}
.department-nav .list-content{margin-top:0;}
.home-department ul li{height:125px;float:left;border-right:1px dashed #ddd;width:18%;margin-right:2%;padding-right:2%;box-sizing:border-box;}
.home-department ul li a{display:block;line-height:25px;transition:all 0.3s;-webkit-transition:all 0.3s;}
.home-department ul li:last-child{border:none;}
.home-container .department-nav .list-content>.fl{width: 15.33%;}
.home-container .department-nav .list-content>.fr{width: 84.67%;height:327px;}
.department-nav ul.tab-pannel li{float:left;text-align:left;width:23%;margin-right:1%;margin-left:1%;margin-bottom: 15px;}
.department-nav ul.tab-pannel li a{font-size:15px;display:block;padding:0 20px;font-size: 16px;box-sizing:border-box;height:50px;line-height:50px;position:relative;background:#f9fafc url(../images/cd-sprite.png) -780px -10px ;}
.department-nav ul.tab-pannel li .leval{width:21px;height:21px;border-radius:50%;background-color:#d96459;color:#fff;text-align:center;line-height:21px;display:block;font-size:12px;position:absolute;right:20px;top:15px;}
.department-nav ul.tab-pannel li .leval:after{content:"";display:block;width:1px;height:25px;background-color:#e4e4e4;position:absolute;left:-20px;top:-2px;}
.department-nav ul.tab-pannel{padding:10px 20px;}


/*首页-重点特色科室*/
.special-depart{overflow:hidden;width:100%;height:360px;position:relative;}
.special-depart .sp-dp-item{margin:0;padding:0;padding-left:26px;float:left;width:1016px;height:327px;box-sizing:border-box;}
.special-depart .sp-dp-item a{width:181px;height:222px;margin-top:42px;position:relative;display:block;float:left;margin-right:15px;overflow:hidden;}
.special-depart .sp-dp-item a img{transition:transform .58s;width:181px;height:159px;}
.special-depart .sp-dp-item a:hover img{transform:scale(1.35);}
.special-depart .sp-dp-item a:hover{color:#0186d5;}
.special-depart .sp-dp-item .leval{z-index:1;position:absolute;top:0;right:13px;width:34px;height:40px;line-height:35px;background-image:url(../images/cd-sprite.png);color:#fff;text-align: center;}
.special-depart .sp-dp-item .leval_1{background-position:0 -100px;}
.special-depart .sp-dp-item .leval_2{background-position:-40px -100px;}
.special-depart .sp-dp-item .sp-tit{font-size:16px; position:absolute;bottom:0;left:0;background:url(../images/cd-sprite.png) -802px 0;height:80px;width:100%;text-align:center;padding-top:30px;box-sizing:border-box;}
.special-depart .dots{text-align:center;bottom:20px;}

/*首页-科室展示*/
.index_4 { margin:0 auto; width:1200px;}

/*首页-快捷显示*/
.kebox { padding-top:0px;background-color:#fff;}
.HomeLeft1{ width: 680px; margin: 10px 0px 10px 0px;}
.HomeLeft1 li{ width:47.5%; line-height: 60px; height: 160px; float: left; margin-top:10px; text-align: center; font-size: 18px;}
.HomeLeft1 li:nth-child(2n){ margin-left:5%;}
.HomeLeft1 li:nth-child(2n){margin:0 0px 10px 10px	}
.HomeLeft1 li a{ color: #fff; display: block ; padding-top: 100px;}
.HomeLeft1 li a:hover{ color: #fcbb45;}
.HomeLeft1 li.li1{ background:#0186d5 url(../images/bg]_03.png) no-repeat center 20px;}
.HomeLeft1 li.li2{ background:#33bfbf url(../images/home_41.png) no-repeat center 20px;}
.HomeLeft1 li.li3{ background:#52a6f9 url(../images/home_18.png) no-repeat center 20px;}
.HomeLeft1 li.li4{ background:#32bebe url(../images/home_21.png) no-repeat center 20px;}
.HomeLeft1 li.li5{ background:#608aba url(../images/home_38.png) no-repeat center 20px;}
.HomeLeft1 li.li6{ background:#52a6f9 url(../images/home_16.png) no-repeat center 20px;}
.HomeLeft1 li.li7{background:#52a6f9 url(../images/home_21.png) no-repeat center 20px;}
.HomeLeft1 li.li8{background:#0186d5 url(../images/sp.png) no-repeat center 20px;}
.HomeLeft1 li{ float: left; width: 160px; height: 160px; background-position: center 36px !important; margin:0 0px 10px 10px;}
.HomeLeft1 li.li1{ width: 160px; height: 330px; margin-left: 10px; background-position: center 160px !important; }
.HomeLeft1 li a {padding-top: 80px;}
.HomeLeft1 li.li6{ width: 160px;background-position: 51px 55px !important;}
.HomeLeft1 li.li6 a {padding-top: 50px; padding-left: 80px;}


.HomeRight2,.HomeRight1{ width: 48%; margin: 1%; float: left; padding: 3% 5%; text-align: center;}
.HomeRight2 .title,.HomeRight1 .title{ font-size: 20px; color: #fff; padding-bottom: 4%;text-align: center;}
.HomeRight2 a.more,.HomeRight1 a.more{ border-radius: 5px; text-align: center;  display: block; margin: 9% auto 0; width: 72px; height: 28px; background: #fff; color: #a7b6cd; line-height: 28px;}
.HomeRight1{ background: #fcbb45;}
.HomeRight2{ background: #52a6f9;}
.HomeRight1 .imgList{ position: relative; padding-bottom: 10px;text-align: center;}
.HomeRight1 .imgList span{ position: absolute; width: 18px; height: 18px; top: 38%;}
.HomeRight1 .imgList span.prev{ background: url(../images/btn_10.png) no-repeat top center;  left: -2px;}
.HomeRight1 .imgList span.next{ background: url(../images/btn_12.png) no-repeat top center; right: -2px;}
.HomeRight1 .textList li a{ font-size: 12px; line-height: 30px; color: #fff;} 
.HomeRight1 .textList li.on a,.HomeRight2 li a:hover{ color: #0186d5; } 
.HomeRight2 .imgList{ position: relative; padding-bottom: 10px;text-align: center;}
.HomeRight2 li a{font-size: 12px; line-height: 30px; color: #fff; text-align: left  ; float: left;}
.HomeRight2 li {text-align: left  ; width: 100%; float: left; height: 30px; white-space:normal;word-break:break-all; word-wrap:break-word; }
.HomeRight2 li img{float: left; margin-top: 8px; padding-left: 5%;overflow: hidden;}
.HomeRight2 li em{ padding-right: 5%; font-size: 20px; margin-top: -7px; float: left; color: #c2e4f3;}
.HomeRight2,.HomeRight1{ width: 235px; margin:10px 0 0 10px; height: 310px; padding: 1.9% 10px; text-align: left; }
.HomeRight1 a.more{ margin: 7% auto 0;}
.HomeRight2 .title{ padding-bottom:  5%;}
.HomeRight1 .title{ padding-bottom:  5%;}

/*专题专栏*/
.hm-sp-box{height:240px;box-sizing:border-box;padding-top:20px;}
.hm-sp a{width:224px;height:134px;transition:.38s ease-in-out;border-right:2px solid #fff;box-sizing:border-box;display:block;float:left;position:relative;}
.hm-sp a p{position:absolute;font-size: 16px;right:0;bottom:0;width:100%;height:100%;color:#fff;background:rgba(0,0,0,.6);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#e6b24000,endcolorstr=#e6b24000);;margin:0 auto;}
.hm-sp a p i{position:absolute;right:0;bottom:0;font-size:22px;width:49px;height:40px;line-height:40px;text-align:center;}
.hm-sp a p span{padding:10px 15px;position:absolute;top:0;}
.hm-sp a.cur p{width:49px;height:40px;font-size:0;background-color:transparent;}
.hm-sp a.cur{width:528px;}
.hm-sp-box .list-tit{position: relative;}
.hm-sp-box .list-tit .slide-dots{position:absolute;right:0;top: 0px;}
.hm-sp-box .list-tit .slide-dots>a{position: absolute;top: 96px;z-index: 3;}
.hm-sp-box .list-tit .slide-dots .sp_list_prev{left: -1218px;}
.hm-sp-box .list-tit .slide-dots .sp_list_next{right: -14px;}
.hm-sp-box .fl .list-content{height:208px;}


/*首页-特色医疗 */
.no-mt .list-content{margin-top:0;}
.specialist{overflow:hidden;height:258px;background:url(../images/special-bg.png) no-repeat;padding-left:390px;}
.specialist a{color:#fff;}
.specialist a:hover{text-decoration:underline ;}
.specialist h2{font-size: 16px;font-weight:normal;border-bottom:1px solid #b95219;line-height:34px;margin-top:15px;}
.specialist h2 a{color:#eed5c7;display:block;}
.specialist .sp-item a{display:block;float:left;width:50%;box-sizing:border-box;padding-right:10px;}
.specialist li{box-sizing:border-box;width:45%;margin-right:5%;margin-bottom:15px;float:left;border:2px solid #0186d5;}
.specialist li a{display:block;height:48px;line-height:48px;font-size:16px;color:#0186d5;padding:0 15px;transition:all 0.3s;-webkit-transition:all 0.3s;}
.specialist li a i{margin-right:10px;font-size:20px;}
.specialist li a:hover{color:#fff;background:#0186d5;border-color:#0186d5;}

/*首页-宣传片*/
.home-container>.home-bg{padding-bottom:50px;}
.home-container>.home-bg>.layout>.fl{width:590px;}
.home-container>.home-bg>.layout>.fr{width:590px;}
.home-video{width:100%;height:258px;position:relative;overflow:hidden;}
.home-video img{width:100%;height:100%;transition:transform .85s;}
.home-video .video-play{padding:25px;padding-right:270px;white-space: normal; box-sizing:border-box;color:#fff;font-size: 16px;position:absolute;top:0;left:0;width:100%;height:100%;background:url(../images/video-bg.png) no-repeat;z-index: 2;}
.home-video:hover img{transform:scale(1.3);}
.home-video .video-player{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}\n
.home-video .more-video{position:absolute;top:27px;right:20px;width:79px;height:24px;line-height:24px;text-align:center;border:1px solid #fff;border-radius:3px;color:#fff;z-index: 3;}
.home-video .more-video:hover{background-color:#0186d5;border-color:#0186d5;font-size: 13px;}
/*友情链接 */
.links{word-spacing:1.5em;height:60px;position: relative;}
.linklist .link-nav{display:none;position:absolute;z-index:1;left:0;top:60px;padding:10px;background-color:#515151;width:100%;box-sizing:border-box;}
.linklist li{width:10%;float:left;line-height:60px;height:60px;font-size: 15px;}
.linklist li>a{display:block;line-height:60px;height:60px;}
.linklist li>a:before{display:inline-block;width:20px;height:60px;content:"\e650";margin-right:5px;position:relative;font-family:"iconfont";top:-2px;}
.linklist .link-nav a{color:#c1c1c1;padding:3px 5px;font-size:14px;}
.linklist .link-nav a:hover{color:#fff;background-color:#363636;}


/*固定飘窗*/
.fixed-aside{height:100px;background-color: #46211A;padding: 30px;padding-top: 20px;box-sizing: border-box;position:fixed;width: 240px;height:166px;right:40px;bottom: 70px;box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);color: #fff;font-size: 14px;z-index:50;line-height: 1.4;font-family: '微软雅黑 Regular';}
.fixed-aside .close-fixed{position: absolute;top: 10px;right: 10px;width: 20px;height: 20px;cursor: pointer;color:#f2f2f2;}  
.fixed-aside:before {content: '';display: block;position: absolute;bottom: -30px;right: 0;width: 0;height: 0;border-style: solid;border-width: 30px 0 0 30px;border-color: #46211A transparent transparent transparent;}
.fixed-aside .btn{font-size:14px;display:block;background: #0186d5 url(../images/ks-btn.png) left bottom repeat-x;border-radius: 3px;height:37px;line-height:37px;} 
.fixed-aside b{font-size:20px;letter-spacing:.2em;margin-bottom:3px;display:inline-block;}
.fixed-aside .btn:hover{background-color: #C16633;}

/*移动飘窗*/
.float-win{position:fixed;z-index:55;display:none;}
.float-win .close-fixed{position: absolute;top: 0;right: 0;width: 20px;height: 20px;cursor: pointer;background-color:rgba(255,255,255,.3);line-height:20px;text-align:center;border-radius:2px;}
.float-win img,.float-win a{display:block;}
.float-win .close-fixed:hover{background-color:rgba(255,255,255,.7);}

/*固定通知栏*/
.fixed-tips{position:fixed;width:245px;top:50%;margin-top:-250px;right:0;z-index:99;}
.fixed-tips .fixed-tips-item{position:relative;height:100px;overflow:hidden;margin-bottom:8px;opacity:.8;transition:.3s;}
.fixed-tips .close-fTips{position: absolute;top: 0;right: 0;width: 15px;height: 15px;cursor: pointer;background-color:rgba(255,255,255,.3);line-height:15px;text-align:center;border-radius:2px;}
.fixed-tips .fixed-tips-item:hover{opacity:1;}

/*底部 */
.footer{padding-top:30px;background:#333;color:#c1c1c1;font-size:13px;}
.footer a{color:#c1c1c1;}
.footer a:hover{color:#fff;}
.footer a.footer-logo img,.footer-address p{opacity:.7;filter: alpha(opacity=70);}
.footer-address p{margin-top:10px;}
.footer-address{color:#bcbcbc;font-size: 13px;line-height:23px;}
.footer-info{height:216px;}
.footer-info ul{width:430px;color:#fff;overflow:hidden;padding-top: 4px;}
.footer-info ul.fr{padding-top:92px;position: relative;left: -100px;}
.footer-info ul.fr p{color:#807e7e;}
.footer-info ul b{font-size: 20px;position:relative;line-height:20px;display:block;color:#fff;margin-top:4px;}
.footer-info ul span{font-size: 12px;line-height:16px;display:inline-block;color:#fff;margin-left:15px;font-weight:normal;}
.footer-info ul p{line-height:25px;margin-bottom:10px;padding-left:40px;position:relative;color: #c2bbbb;}
.footer-info ul p i{position:absolute;bottom:11px;left:0;font-size:28px;color:#979797;}
.footer-info ul p u{color:#fff;opacity:.8;filter: alpha(opacity=80);}
.footer-follow {width:212px;text-align: center;background:url(../images/ft-video-bg.png) no-repeat;height:255px;padding:30px 10px 0;box-sizing:border-box;}
.footer-follow a{overflow:hidden;margin-top:13px;display:block;float:left;width:50%;}
.footer-follow a.weibo-follow{width:100%;}
.footer-follow img{width:77px;vertical-align:middle;display:inline-block;border-radius:5px;}
.footer-follow #_ideConac{display:inline-block;position:absolute;top:20px;left:-110px;}
.footer-follow span{display:block;line-height:19px;font-size:12px;text-align:center;position:relative;}
.footer-follow .wrap-follow{padding-top: 20px;} 
.footlinks{line-height:56px;background-color:#252525;height:59px;overflow:hidden;width:100%;}
.footlinks .fl{word-spacing:1em;color:#505a54;}
.footer-share a{width:30px;height:30px;margin-left:8px;line-height:32px;border-radius:50%;background-color:#333!important;display:inline-block;text-align: center;}
.footer-share a i{font-size:16px;color:#fff;z-index: 1!important;background-color: transparent!important;}
.footer-share a:hover{background-color:#555!important;}
.footer-address>a{display: block;}
.qli-link img{width:28px;margin-top:13px;} 
.qli-link{display:inline-block;margin-left:8px;}
.Footer{ border-top:1px solid #cfd3d9; padding:0px; clear:both;}
.Footer .Copyright{ text-align:center; border-top:1px solid #d8dce1; padding:12px 0px; color:#c6c8c9;}
.Footer .Copyright a{ color:#c6c8c9;}.Footer .Copyright a:hover{ color:#cc0000;}
.HomeLink{ clear:both; padding:21px 0px 21px 89px; position:relative; color:#959ea7;}
.HomeLink h2{ position:absolute; font-weight:normal; font-size:14px; color:#2b3034; left:4px; top:21px;}
.HomeLink a{ display:inline-block; color:#959ea7; padding-right:10px;}.HomeLink a:hover{ color:#333;}
.HomeLink i{ display:inline-block; width:28px; text-align:center; background:url(../images/linkline.gif) center center no-repeat; vertical-align:middle; height:24px;}

.Contactus{height:74px; color:#8d939e; font-size:16px; background:#f2f3f5;}
.Contactus dd{ float:left; padding-top:22px;}
.Contactus dd span{ color:#2b3034;}
.Contactus dd i{ width:26px; height:26px; vertical-align:middle; display:inline-block; margin-right:12px; background:url(../images/lxicon.gif) no-repeat;}
.Contactus dd.mail{ width:25%;}
.Contactus dd.mail i{ background-position:0px top;}
.Contactus dd.tel{ width:25%;}
.Contactus dd.tel i{ background-position:-52px top;}
.Contactus dd.code{ width:16%;}
.Contactus dd.code i{ background-position:-78px top;}
.Contactus dd.add{ float:right;}

/*侧边栏 */
.aside{position:fixed;text-align:center;height:100%;top:60%;margin-top:50px;right:0;z-index:99;transition:right 0.3s;-webkit-transition:right 0.3s;}
.aside a{display:block;color:#fff;height:40px;position:relative;width:40px;background:#25a55f;}
.aside li{height:40px;line-height:40px;}
.aside a i{width:40px;height:40px;font-size:20px;transition:left 0.3s;background:inherit;z-index:2;transition:left 0.3s;display:inline-block;position:absolute;left:0;top:0;}
.aside-service span{display:block;padding-left:35px;width:0px;height:40px;overflow:hidden;transition:width 0.3s;background:inherit;color:#fff;position:absolute;right:0;}
.aside .gotop{display:none;} 
.aside-service a:hover span{width:71px;}
.aside-service a:hover i{left:-66px;} 
.aside-follow .img-wp{display:none;position:absolute;top:50%;margin-top:-40px;left:-90px;border-radius:5px;border:2px solid #fff;box-shadow: 0 5px 20px rgba(174, 174, 174, 0.5);} 
.aside-follow .img-wp:after{content:"";border:8px solid transparent;border-left-color:#fff;display:block;position:absolute;top:50%;margin-top:-8px;right:-16px;}
.aside-follow .img-wp img{width:76px;height:76px;display: block;}
.aside-follow a:hover .img-wp{animation:popFadeIn .5S;display:block;}
.aside li.a-1 a{background:#0186d5;}
.aside li.a-2 a{background:#c16633;}
.aside li.a-3 a{background:#d96459;}
.aside li.g-4 a{background:#636A4B;}
.aside li.g-5 a{background:#919502;}


/*指示灯*/
.elevator{position:fixed;top:10px;background-color:#ded2cf;top:5px;z-index:3;box-shadow: 0 0 4px rgba(0,0,0,.1);display:none;width:40px;}
.elevator a{color:#a29390;padding:12px 5px;display:block;overflow:hidden;line-height:14px;text-align: center;transition:all .1s;-webkit-transition:all .1s;-moz-transition:all .1s;border-bottom:1px solid #ddd;} 
.elevator a:hover,.elevator a.elevator-on{background-color:#46211a;border-bottom-color:#46211a;color:#fff;}

/* MSG */
.ajax .message{background:none;}
.message{height:100%;background-color:#efeff4;}
.message .msg{display:block;text-align:center;padding:15px 0;}
.message .msg i{font-size:80px;}
.message .msg strong{display:block;font-size:16px;}
.message .msg .success{color:#029C46;}
.message .msg .error{color:#e33;}
.message .msg .info{color:#56abe4;}
.message .msg .skip{color:#999;}
.message .msg .btn{border-radius:8px;width:200px;margin-top:15px;}

/* 医院概况 */
.leader{margin:auto -.555%;}
.leader li{float:left;width:10%;margin:auto .555%;overflow:hidden;}
.leader li img{width:100%;}
.leader li strong,.leader li span{display:block;text-align:center;}
.leader li span{color:#999;}
.oldpic{margin:auto -.5%;}
.oldpic li{float:left;width:24%;margin:auto .5% 20px .5%;overflow:hidden;}
.oldpic li a{position:relative;}
.oldpic li a,.oldpic li img{display:block;width:100%;}
.oldpic li a span{display:block;line-height:1.2;white-space:normal;height:16px;padding:15px 10px;position:absolute;left:0;right:0;bottom:-46px;color:#fff;background:#222;background:rgba(0,0,0,.8);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#cc000000,endcolorstr=#cc000000);transition:bottom 0.3s;-webkit-transition:bottom 0.3s;}
.oldpic li a:hover span{bottom:0;}

/* 领导-列表页 */
.leaderLoop{ margin: 20px 30px 50px; overflow: hidden;}
.leaderLoop li{ float: left; width: 100%; margin-bottom: 1px; background-color: #f5f5f5; height: 80px; overflow: hidden;}
.leaderLoop li .adt{ float: left; width: 200px; line-height: 80px; text-align: center; background-color:#0186d5;color: #fff;}
.leaderLoop li .adt a{ color: #fff; font-weight: bold;}
.leaderLoop li .bdd{ padding: 10px 10px 10px 30px;  overflow: hidden;line-height: 80px; text-align: center; }
.leaderLoop li .bdd  a{ display: block; white-space: nowrap; color: #0261a9; text-overflow: ellipsis; overflow: hidden;}
.leaderLoop li .bdd  a:hover{ color: #e00;}

/*医院简介*/
.hospital-intro{color:#333;}
.hospital-intro .layout{box-sizing:border-box;position:relative;}
.hospital-intro h2{font-size: 18px;color: #0186d5;font-weight:normal;line-height:49px;margin-bottom:18px;}
.hospital-intro h2 span{color:#fff;font-size: 18px;margin-right:18px;border:4px solid #fff;display:inline-block;width:140px;height:96px;line-height:96px;box-sizing:border-box;font-weight:normal;text-align:center;}
.intro-item-1{background-color:#fff;padding-top:60px;height:405px;}
.intro-item-1>p{text-indent:2em;width:635px;text-align: justify;line-height: 1.6;}
.intro-item-1>img{position:absolute;right:0;top:0;}
.intro-item-1>div{width:765px;height:256px;box-sizing:border-box;border:1px dashed #0186d5;padding:20px 30px 30px;margin-top: 17px;}
.intro-item-1>div p{margin-bottom:30px;width:490px;}
.intro-item-2{background:url(../images/intro2-bg.png) center;height:487px;color:#fff;}
.intro-item-2 .intro-addr{padding-top:56px;font-size: 16px;position:absolute;top:-17px;left:0;width:245px;height:359px;color:#fff;background:url(../images/intro-addr.png);box-sizing:border-box;}
.intro-addr u{font-size:16px ;color:#e6c3af;display:inline-block;margin-bottom:14px;}
.intro-item-2 .intro-addr p{padding-left:60px;line-height:1;margin-bottom:37px;}
.intro-item-2 .intro-addr div{padding-left:21px;padding-top:12px;}
.intro-item-2 .intro-addr div u{margin-right:37px;margin-bottom:3px;}
.intro-item-2 .layout{padding-left:316px;}
.intro-item-2 h2{text-align:right;}
.intro-item-2 .layout>p{padding:40px 0 10px;text-indent:2em;text-align: justify;line-height: 22px;}
.intro-it2-detail{width:884px;height:258px;overflow:hidden;}
.intro-it2-detail ul li{float:left;height:285px;}
.intro-in-item{display:block;float:left;width:245px;height:239px;box-sizing:border-box;border:4px solid #4b4c4e;border:4px solid rgba(255,255,255,.25);padding:10px 14px;}
.intro-in-item.intro-in-second{width:360px;margin:0 17px;}
.intro-in-item h3{font-size: 20px;color:#fff;border-bottom:1px solid #4d4d4a;}
.intro-in-item h3 span{color:#F05400;font-size: 16px;font-family:'微软雅黑 Regular';display:block;}
.intro-in-item h3 b{font-size: 40px;}
.intro-in-item div span{display:block;float:left;color: #E4E4E4;line-height: 22px;font-size: 13px;}
.intro-in-item div{padding:10px 0;}
.intro-in-item.col-1 div span{width:100%;}
.intro-in-item.col-2 div span{width:50%;}
.intro-in-item.col-3 div span{width:33.33%;}
.intro-it2-detail .dots{width:884px;text-align:center;left:316px;}
.intro-item-3 .layout{height:458px;position:relative;padding:60px 0 60px 680px;background:url(../images/intro3-bg.png) right bottom no-repeat;}
.intro-item-3 img{position:absolute;top:60px;left:0;}
.intro-item-4{background:url(../images/intro-4.jpg);height:425px;padding-top:77px;box-sizing: border-box;}
.intro-item-4 p{text-indent:2em;text-align: justify;line-height: 1.6;color:#fff;margin-top:40px;}
.intro-in-pic{position:absolute;right:0;top:0;width:511px;height:278px;overflow:hidden;}
.intro-in-pic ul li{float:left;}
.intro-in-pic img{display:block;}
.intro-in-pic .intro-inpic-list{width:1200px;}
.intro-in-pic .intro-bar{display:block;position:absolute;right:0;bottom:0;float:left;width:52px;height:43px;line-height:43px;text-align:center;color:#fff;background-color:#454530;}
.intro-in-pic .intro-bar.prev{right:52px;}
.intro-in-pic .intro-bar:hover{background-color:#fff;color:#0186d5;}


/*预约挂号首页页*/
.syappoint-intro{padding:0px 0;position:relative;}
.syapp-it-1{height:458px;}
.syappoint-intro a{display:inline-block;color:#0186d5;white-space:normal;}
.syappoint-intro span{display:block;margin-bottom:20px;}
.syappoint-intro:before{position: absolute;top:-3px;right:-77px;content: "";display: block; width: 207px;height: 168px;background-image: url(../images/cd-sprite.png);background-position: -300px 0;}
.syappoint-item{width:230px;margin-right:11px;line-height:1.4;float:left;margin-bottom:0px;}  
.syappoint-item.syno-margin-rt{margin-right:0;}
.syappoint-item img{display:block;width:150px;margin:0 auto;}
.syappoint-item .syapp-it-head{margin-bottom:27px;position:relative;padding:6px 0;width:100%;height:76px;box-sizing:border-box;border:2px solid #0186d5;border-radius:3px;text-align:center;color:#D8D8D8;font-size: 18px;font-weight: 700;}
.syapp-it-head b{color:#0186d5;display:block;}
.syapp-it-head:after,.syapp-it-head:before{display:block;content:"";left:50%;position: absolute;}
.syapp-it-head:after{width:12px;height:12px;border-radius:50%;background-color:#0186d5;bottom:-6px;margin-left:-6px;}
.syapp-it-head:before{width:2px;height:37px;background-color:#ddd;bottom:-30px;margin-left:-1px;}
.syappoint-item .syapp-it-body{background: #fff url(../images/doctor-bg.png) left bottom repeat-x;min-height:146px;border:1px solid #e4e4e4;border-radius:3px;}
.syapp-it-body p{padding:20px 13px;margin-bottom:0;}
.syappoint-item:first-child .app-it-body{height:323px;}
.syapp-it-body .syborder-btm{border-bottom:1px solid #ebebeb;text-align:justify;}
.sytwo-nav{background-color:#f2f2f2;text-align:center;padding:15px 0;}
.sytwo-nav>.layout{background-color:#fff;border-radius:3px;}
.sytwo-nav li{text-align:center;position:relative;display:inline-block;} 
.sytwo-nav li a{display:block;height:15px;line-height:20px;-webkit-transition:0.3s;transition:0.3s;padding:15px;position:relative;border-bottom:5px solid #fff;}
.sytwo-nav li a:after{display:block;background-color:#e4e4e4;height:20px;width:1px;position:absolute;right:0;top:15px;content:"";}
.sytwo-nav li:last-child a:after{display: none;}
.sytwo-nav li.cur a{color:#0186d5;border-bottom-color:#0186d5;}
/*预约挂号单页*/
.appoint-intro{padding:65px 0;position:relative;}
.app-it-1{height:458px;}
.appoint-intro a{display:inline-block;color:#0186d5;white-space:normal;}
.appoint-intro span{display:block;margin-bottom:20px;}
.appoint-intro:before{position: absolute;top:-3px;right:-77px;content: "";display: block; width: 207px;height: 168px;background-image: url(../images/cd-sprite.png);background-position: -300px 0;}
.appoint-item{width:254px;margin-right:61px;line-height:1.4;float:left;margin-bottom:20px;}  
.appoint-item.no-margin-rt{margin-right:0;}
.appoint-item img{display:block;width:150px;margin:0 auto;}
.appoint-item .app-it-head{margin-bottom:57px;position:relative;padding:6px 0;width:100%;height:76px;box-sizing:border-box;border:2px solid #0186d5;border-radius:3px;text-align:center;color:#D8D8D8;font-size: 18px;font-weight: 700;}
.app-it-head b{color:#0186d5;display:block;}
.app-it-head:after,.app-it-head:before{display:block;content:"";left:50%;position: absolute;}
.app-it-head:after{width:12px;height:12px;border-radius:50%;background-color:#0186d5;bottom:-6px;margin-left:-6px;}
.app-it-head:before{width:2px;height:57px;background-color:#ddd;bottom:-60px;margin-left:-1px;}
.appoint-item .app-it-body{background: #fff url(../images/doctor-bg.png) left bottom repeat-x;min-height:146px;border:1px solid #e4e4e4;border-radius:3px;}
.app-it-body p{padding:20px 13px;margin-bottom:0;}
.appoint-item:first-child .app-it-body{height:323px;}
.app-it-body .border-btm{border-bottom:1px solid #ebebeb;text-align:justify;}
.two-nav{background-color:#f2f2f2;text-align:center;padding:15px 0;}
.two-nav>.layout{background-color:#fff;border-radius:3px;}
.two-nav li{text-align:center;position:relative;display:inline-block;} 
.two-nav li a{display:block;height:15px;line-height:20px;-webkit-transition:0.3s;transition:0.3s;padding:15px;position:relative;border-bottom:5px solid #fff;}
.two-nav li a:after{display:block;background-color:#e4e4e4;height:20px;width:1px;position:absolute;right:0;top:15px;content:"";}
.two-nav li:last-child a:after{display: none;}
.two-nav li.cur a{color:#0186d5;border-bottom-color:#0186d5;}
/*.two-nav li.cur:before{content:"◆";color:#C16633;font-family:simsun;font-size:30px;line-height:0;position:absolute;bottom:-20px;left:50%;margin-left:-15px;}*/

.small-banner{width:100%;height:160px;background-color:#fff;background-image:url(../images/sub-bg.jpg);padding-top:100px;position:relative;}
.small-banner h1{font-size: 30px;font-weight:normal;color:#333;}
.small-banner.news-small-banner{height:200px;padding-top:40px;}
.small-banner.news-small-banner h1{margin-bottom:25px;}
.small-banner.news-small-banner .path{bottom:55px;}
.news-search-wp{background-color: #bd975e;background-color:rgba(189, 151, 94, .85);position:absolute;bottom:0;width: 100%;color:#f3eee7;}
.small-banner .news-search{transition:.3s;position:relative;width:530px;margin:0 auto;}
.small-banner .news-search input.keyword{background-color:transparent;color:#fff;border-radius:0;width:485px;border:none;border-bottom:1px solid #c0b9b9;}
.small-banner .news-search input.keyword:-ms-input-placeholder{color:#f5e2c8;}
.small-banner .news-search input.keyword::-moz-placeholder{color:#f5e2c8;}
.small-banner .news-search input.keyword:-moz-placeholder{color:#f5e2c8;}
.small-banner .news-search input.keyword::-webkit-input-placeholder{color:#f5e2c8;}
.small-banner .news-search .searchtype ul{background-color: #bd975e;background-color:rgba(189, 151, 94, .85);color:#fff;left:-10px;border:none;}
.small-banner .news-search .searchtype ul a{color:#fff;padding-left:10px;padding-right: 10px;}
.small-banner .news-search .searchtype ul li a:hover{background-color:#a5824e;} 
.small-banner .searchtype{width: 80px;border:none;z-index: 2;}
.small-banner .news-search .btn{background-color:transparent;color:#fff;position:absolute;right:0;top:5px;border-radius:5px;padding: 0 10px;}
.small-banner .news-search .btn:hover{background-color:#e2d3bc;color:#0186d5;}
.small-banner .searchtype span{padding-left:0;}

.container{background-color:#fff;border-top:1px solid #f2f2f2;border-bottom:1px solid #e4e4e4;}
.container.bg-3f{background-color:#fff;}
.container,.container-inner{min-height:400px;}
.content img{max-width:100%;}
.content p{margin:0 0 9px!important}
.content .keylink{color:#0186d5;border-bottom:1px dotted #0186d5;}
.content p,.content p span,.news-content span{font-size:16px!important;line-height:1.8;font-family:"Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif !important;}
.news-content span,.news-content p{font-size:16px;}
.content h1{font-size:25px;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;padding:0;border-bottom:2px solid #e6e6e6;}
.content .page-tit:before{content:'';display:inline-block;width:5px;height:20px;margin-right:10px;vertical-align:middle;background:#0186d5;}
.content .page-tit span{vertical-align:middle;font-size:20px;}
.content .page-tit i{font-size:16px;color:#999;}
.news-content.limit-imgw600 img{display:block;max-width:600px!important;margin:0 auto;}
.floor th,.floor td{line-height:1.8;padding:5px 10px;border:1px solid #b4dcba;}
.floor th{width:40px;text-align:center;background:#ecf8ee;font-weight:bold;}
.floor td span{margin-left:20px;color:#999;}
.floor td ul{overflow:hidden;}
.floor td li{width:48%;float:left;}

/*三级栏目*/
.three-nav{height:42px;margin-bottom:40px;padding-top:25px;position:relative;overflow:hidden;border-bottom-left-radius:5px;text-align:center;}
.three-nav ul{display:inline-block;border-radius:5px;overflow:hidden;border-left:1px solid #ddd;border-right:1px solid #ddd;}
.three-nav li{display:inline-block;line-height:40px;position:relative;border:1px solid #ddd;margin-left:-5px;}
.three-nav li:last-child{border-right:none;}
.three-nav li a{display:block;padding:0 60px;}
.three-nav li.cur{background:#0186d5;border-color:#0186d5;}
.three-nav li.cur a{color:#fff;}



/*老照片瀑布流*/
.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:#e69365;color:#fff;}
.history-photo ul li a:hover img{opacity:.3;filter:alpha(opacity=30);}
.load-more{background:#e7e7e7;height:40px;line-height:40px;text-align:center;}
.load-more a{display:block;height:40px;line-height:40px;transition:background 0.3s;-webkit-transition:background 0.3s;}
.load-more a:hover{background:#ddd;}
.load-more i{margin-right:5px;}
.load-more img{vertical-align:middle;margin-right:5px;}


/*视频、图片、图文、文字、下载列表*/
.video-list ul{margin-left:-0.5%;margin-right:-0.5%;}
.video-list ul li{width:24%;margin-bottom:11px;float:left;margin-left:0.5%;margin-right:0.5%;}
.video-list ul li a{line-height:45px;text-align: center;display:block;padding:0 20px;max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.video-list ul li .vdimg{box-sizing:border-box;border:1px solid #c9c9c9;padding:6px;display:block;font-size:0;line-height:0;position:relative;overflow:hidden;position:relative;}
.video-list ul li .vdimg i{position:absolute;bottom:12px;right:12px;background-color:#0186d5;font-size:20px;color:#fff;text-align:center;border-radius:4px;width:47px;height:47px;line-height:47px;transition:background-color 0.3s;-webkit-transition:background-color 0.3s;}
.video-list ul li .vdimg:hover i{background-color:#C16633;}
.video-list ul li img{width:100%;transition:transform .6s;}
.video-list ul li .vdimg:hover img{transform:scale(1.1);}
.video-list ul li .vdimg>div{overflow:hidden;}
.imgs-list ul{margin-left:-2.5%;margin-right:-2.5%;}
.imgs-list li{float:left;width:28.3%;margin:0 2.5% 25px 2.5%;height:306px;}
.imgs-list li img{width:100%;transition:transform 0.68s;-webkit-transition:transform 0.68s;transform:scale(1);}
.imgs-list li a{width:100%;display:block;position:relative;}
.imgs-list li .il-tit{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;height:40px;line-height:40px;border-bottom:1px solid #d7d7d7;color:#0186d5;font-weight:normal;}
.imgs-list li .il-img{font-size:0;line-height:0;position:relative;height:237px;}
.imgs-list li .il-img:after,.imgs-list li .il-img:before{transition:opacity .48s;display:block;content:"";position:absolute;opacity:0;filter:alpha(opacity=0);}
.imgs-list li .il-img:before{background-color:#0186d5;z-index:2;top:0;left:0;width:100%;height:100%;box-shadow: 0px 5px 5px rgba(148, 148, 148, .5);}
.imgs-list li .il-img:after{transition: all .24s ease;z-index:3;content:"\e650";width:100px;height:50px;line-height:50px;font-size:50px;text-align:center;color:#fff;font-family:"iconfont";left:128px;bottom:105px;}
.imgs-list li .il-img-wp{width:100%;height:100%;overflow:hidden;}
.imgs-list li .il-link:hover img{transform:scale(1.2);}
.imgs-list li .il-link:hover .il-img:after{opacity:1;filter:alpha(opacity=100);transform: rotate(90deg);}
.imgs-list li .il-link:hover .il-img:before{opacity:.9;filter:alpha(opacity=90);}
.imgs-list li span{font-size:12px;display:block;padding-top:7px;color:#999;}
.imgs-list li u{color: #e8e4e8;margin: 0 5px;}
.pic-list ul{margin-left:-2.5%;margin-right:-2.5%;}
.pic-list li{float:left;width:28.3%;margin:0 2.5% 40px 2.5%;overflow:hidden;}
.pic-list li .pl-link{position:relative;overflow:hidden;display:block;height:260px;color:#fff;}
.pic-list li .pl-img{font-size:0;line-height:0;position:relative;overflow:hidden;height:100%;}
.pic-list li .pl-img img{display:block;width:100%;height:100%;}
.pic-list li .pl-tit{position:absolute;bottom:0;left:0;width:100%;z-index:2;padding:15px;box-sizing:border-box;transition:.48s cubic-bezier(.19,1,.22,1);}
.pic-list li .pl-img:before{background-color:#0186d5;opacity:0;filter:alpha(opacity=0);transition:opacity 1000ms cubic-bezier(.19,1,.22,1) 0s;display:block;content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
.pic-list li .pl-tit h3{text-overflow:ellipsis;line-height:20px;font-weight:normal;font-size: 16px;margin-top:5px;transition: opacity 1000ms cubic-bezier(.19,1,.22,1) 0s,transform 1000ms cubic-bezier(.19,1,.22,1) 0s;transform: translateY(0);transition-delay: .15s;-webkit-transition-delay: .15s;}
.pic-list li .pl-tit span{display:block;font-size: 13px;transition: opacity 1000ms cubic-bezier(.19,1,.22,1) 0s,transform 1000ms cubic-bezier(.19,1,.22,1) 0s;transform: translateY(0);transition-delay: .1s;-webkit-transition-delay: .1s;}
.pic-list li .pl-tit i{font-size:44px;display:inline-block;height:50px;line-height:50px;filter:alpha(opacity=0);opacity: 0;}
.pic-list li .pl-link:hover i{transform: translateY(-20px);opacity: .8;filter:alpha(opacity=80);}
.pic-list li .pl-link:hover .pl-tit span{transform: translateY(-20px);}
.pic-list li .pl-link:hover .pl-tit h3{transform: translateY(-20px);}
.pic-list li .pl-link:hover .pl-tit{text-align:center;bottom:48px;}
.pic-list li .pl-link:hover .pl-img:before{opacity:.8;filter:alpha(opacity=80);}
.pictxt-list li{position:relative;height:110px;padding-bottom:20px;overflow:hidden;margin-bottom:20px;border-bottom:1px dashed #ddd;}
.pictxt-list span{font-size: 13px;color: #b7b7b7;line-height:20px;display:block;}
.pictxt-list .item-pic{position:absolute;top:0;left:0;width:165px;height:110px;overflow:hidden;}
.pictxt-list .item-pic img{width:165px;height:110px;}
.pictxt-list .item-info{margin-left:180px;}
.pictxt-list .item-info h2{font-size:20px;font-weight:normal;}
.pictxt-list .item-info p{color:#999;line-height:1.5;}
.detailtxt-list li{height:120px;}
.detailtxt-list .item-info{margin-left:0;}
.text-list li,.info-list li,.download-list li{padding:10px 0;height:40px;box-sizing:border-box;border-bottom:1px dashed #d7d7d7;line-height:1.5;overflow:hidden;position:relative;}
.text-list li:last-child,.info-list li:last-child{border-bottom:none;}
.text-list li a,.info-list li a,.download-list li a{display:block;width:80%;}
.text-list li span,.info-list li span,.download-list li span{color: #999;font-size: 12px;position:absolute;right:0;top:10px;}
.text-list li span u,.info-list li span u,.download-list li span u{color: #e8e4e8;margin: 0 5px;}
.download-list li{height:46px;}
.download-list li a.download{position:absolute;border-radius: 3px;top:5px;right:0;width:70px;line-height:24px;font-size:12px;background:#C16633;color:#fff;display:inline-block;padding:3px 15px;}
.download-list li a i{margin-right:5px;}
.download-list li a.download:hover{background:#0186d5;}
.download-list li a.dl-icon{padding-left:30px;position:relative;}
.download-list li a.dl-icon:before{left: 0;font-size: 22px;color: #C16633;content: "\e663";display: block;font-family: "iconfont";position: absolute;top: -4px;} 
.download-list li a.doc:before,.download-list li a.docx:before{content:"\e667";}
.download-list li a.xls:before,.download-list li a.xlsx:before{content:"\e668";}
.download-list li a.ppt:before,.download-list li a.pptx:before{content:"\e660";}
.download-list li a.pdf:before{content:"\e68f";}
.download-list li a.rar:before{content:"\e665";} 
.download-list li a.zip:before{content:"\e661";}
.download-list li a.swf:before{content:"\e7c0";}
.download-list li a.txt:before{content:"\e664";}
.download-list li:hover a.dl-icon:before{color:#0186d5;}
.download-list li:hover a.doc:before,.download-list li:hover a.docx:before{color:#4568a0;}
.download-list li:hover a.xls:before,.download-list li:hover a.xlsx:before{color:#378458;}
.download-list li:hover a.ppt:before,.download-list li:hover a.pptx:before{color:#db6340;}
.download-list li:hover a.pdf:before{color:#e81f05;}
.download-list li:hover a.rar:before{color:#ff5056;}
.download-list li:hover a.zip:before{color:#a372db;}
.download-list li:hover a.swf:before{color:#bb041a;}
.download-list li:hover a.txt:before{color:#8fa4b5;}

/*分页*/
.pager{overflow:hidden;text-align:center;padding-bottom:27px;}
.pager a,.pager button{background:#f1eff0;color:#999;}
.pager a,.pager span,.pager input,.pager button{display:inline-block;vertical-align:middle;line-height:30px;padding:0 12px;border-radius: 3px;margin-left:5px;}
.pager a:hover{background:#ddd;color:#444;}
.pager a.cur{background:#0186d5;color:#fff !important;}
.pager a.disabled,.pager a.disabled:hover{background:#f1eff0;color:#ddd;cursor:default;}
.pager span{background:#f1eff0;}
.pager input{width:52px;padding: 0 0 0 8px;line-height:30px;height:30px;box-sizing:border-box;}
.pager button{transition:.3s;border:none;}
.pager button:hover{background-color:#0186d5;color:#fff;}

/*视频详细*/
.video-show h1{font-size:24px;font-weight:normal;}
.vdinfo{line-height:30px;color:#999;}
.vdinfo .fl span{margin-right:10px;}
.vdplayer{width:100%;height:473px;margin-top:25px;}
.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{width: 35px;height: 35px;line-height: 35px;} 
.path{padding:10px 0;position:absolute;color:#949494;text-align:left;bottom:0px;width:100%;}
.path a{color:#868686;}
.path a:hover{color:#0186d5;opacity:1;}
.path i{font-size:12px;vertical-align:middle;padding:0 5px;}

/*图集详细*/
.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:#0186d5;}
.thumblist ul li a{display:block;font-size:0;line-height:0;}
.thumblist ul li .cur img{opacity:0.3;filter:alpha(opacity=30);}
.thumblist ul li img{height:100%;}
.view{min-height:400px;background:#000;}
.view .loading{display:none;width:50px;height:50px;border-radius:8px;background:url(../images/loading.gif) center no-repeat #000;opacity:0.8;filter:alpha(opacity=80);position:absolute;left:50%;top:50%;margin-top:-25px;margin-left:-25px;}

/* 新闻中心 */
.inner-row>.layout>.fl,.inner-row>.layout>.fr{padding:10px 20px 20px;box-sizing:border-box;background-color:#fff;height:348px;}
.inner-row>.layout>.fl{width:805px;}
.inner-row>.layout>.fr{width:367px;}
.inner-row .list-tit{border-bottom:1px solid #d7d7d7;margin-top:0;}
.inner-row:first-child .list-tit h2 a{font-size: 16px;}
.inner-row .news-slide ul li{width:670px;height:452px;}
.inner-row .news-slide ul li img{width:670px;height:452px;}
.inner-row .img-news{width:670px;height:452px;overflow:hidden;}
.inner-row .img-info{width:260px;height:452px;padding:10px;}
.inner-row .img-info .erwm{ text-align:center;}
.inner-row .hp-news{margin-left:355px;height:252px;overflow:hidden;}
.inner-row .hp-news .top-news{margin-bottom:5px;height:92px;}
.inner-news-wrap{height:563px;background-color:#c4764d;}
.inner-news-wrap .dots li{background:#f2f2f2;}
.inner-news-wrap .dots .active{background-color: #fff;} 
.in-news-wp{padding-top:37px;}
.in-news-wp .tab-tit{background-color:#8a5336;text-align: center;border-radius:5px;overflow:hidden;margin-bottom:48px;} 
.in-news-wp .tab-tit a{width:100%;display:block;float:left;line-height:55px;font-size: 16px;font-weight:700;color:#fff;}
.in-news-wp .tab-tit a.cur{background-color:#6e422b;}
.in-news-wp .news-item{margin-bottom:20px;width:388px;float:left;height:158px;box-sizing:border-box;background-color:#f2f2f2;overflow:hidden;margin-right:18px;position:relative;padding:18px 12px 18px 190px;}
.in-news-wp .news-img-slide>ul{height:356px;overflow:hidden;margin-bottom:50px;}
.in-news-wp .news-img-slide{height:390px;overflow:hidden;width:100%;}
.in-news-wp .news-item.no-pic{padding:18px 20px;}
.in-news-wp .news-item:nth-child(3n+0){margin-right:0;}
.in-news-wp .news-img-slide>ul li{height:356px;width:1200px;}
.in-news-wp .dots{bottom:-35px;text-align:center;}
.news-item .news-it-img{display:block;width:162px;height:122px;overflow:hidden;position:absolute;left:12px;}
.news-item .news-it-img img{width:100%;height:100%;transition:transform .68s;}
.news-item .news-it-tit{margin:0 0 10px;display: -webkit-box;font-size:16px;color:#0186d5;line-height:1.4;height:43px;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap:break-word;white-space:normal;} 
.news-item .news-it-dtail{color:#868686;font-size:12px;line-height:1.3;}
.in-news-wp .news-item:hover img{transform:scale(1.3);}
.news-item span{padding-top:10px;border-top:1px solid #d7d7d7;display:block;}
.news-item span u{color:#e8e4e8;margin:0 5px;}
.news-item p{height:32px;overflow:hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap:break-word;white-space:normal;}
.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:#e69365;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-sub li{float:left;width:279px;margin-bottom:40px;margin-right:25px;}
.news-sub li:nth-child(4){margin-right:0;}
.news-sub li a{border:4px solid #f2f2f2;display:block;padding:10px 15px;height:110px;box-sizing:border-box;}
.news-sub li b{display:block;font-weight:400;height:40px;line-height: 20px;display: -webkit-box;-webkit-line-clamp: 2;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;-webkit-box-orient: vertical;white-space: normal;}
.news-sub li span{border-top:1px solid #d7d7d7;display:block;margin-top:8px;padding-top:5px;color:#999;}
.news-sub li span i{color:#dedede;margin-right:5px;}
.news-withdate li{position:relative;height:30px;line-height:30px;overflow:hidden;}
.news-withdate li a{max-width:86%;line-height:30px;}
.news-withdate li a:before{content:"•";font-weight:bold;color:#0186d5;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:#0186d5;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;}
.news-inner-list li{height:28px;overflow:hidden;}
.news-inner-list a{line-height:28px;}
.news-inner-list a:before{content:"•";font-weight:bold;color:#0186d5;margin-right:5px;}
.news-report{margin-left:-1%;margin-right:-1%;}
.news-report li{float:left;width:14.66%;margin-left:1%;margin-right:1%;}
.news-report li a{display:block;position:relative;background:#000;text-align:center;}
.news-report li a span{display:block;background:#e69365;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:#015ba0;}
.news-report li a img{height:236px;transition:opacity 0.3s;-webkit-transition:opacity 0.3s;opacity:.7;filter:alpha(opacity=70);}
.news-report li a:hover img{opacity:1;filter:alpha(opacity=100);}
.news-show{overflow:hidden;position:relative;}

/*新闻列表*/
.news-list>div,.news-show>div,.video-show>div{background-color: #fff;padding: 25px;box-sizing: border-box;}
.news-list>.fl .list-content{margin-top:0;}
.news-list>.fl{padding:10px 0 25px 0;}
.news-list>.fl,.news-show>.fl,.video-show>.fl{width:864px;}
.news-list>.fr,.news-show>.fr,.video-show>.fr{width:312px;}
.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:#0186d5;border-bottom:3px solid #0186d5;}
#news-list li{border-bottom:1px solid #e6e6e6;padding:25px 25px 15px;height:138px;position:relative;}
#news-list li h2{font-size:18px;line-height:1.5;font-weight:normal;}
#news-list li .thumb{position:absolute;left:25px;top:22px;}
#news-list li .thumb img{width:200px;height:140px;}
#news-list li.hasthumb{padding-left:245px;}
.news-list-info{font-size:13px;color:#999;line-height:34px;}
.news-list-info .fl span{margin-right:10px;}
.news-list-info .color-share a{display:none;}
.news-list-info .color-share:hover a{display:inline-block;}
.video-info .color-share a{display:none;}
.video-info .color-share:hover a{display:inline-block;}
.news-list-summary{overflow:hidden;height:138px;}
.news-list-summary p{display:-webkit-box;line-height:1.5;color:#8B8B8B;max-height:68px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;}
.right-side .list-tit{height:36px;}
.right-side .list-tit h2{height:36px;}
.right-side .list-tit h2 span{display:inline-block;line-height:1.5;font-size:16px;}
.right-side .list-tit h2 span:before{content:"";position:absolute;bottom:-3px;left:0;width:64px;height:3px;overflow:hidden;background:#0186d5;}
.right-side .list-tit{border-color:#E3D3CA;margin-top:0;line-height:1.5;}
.right-side .txt-list li,.right-side .hot-list li,.right-side .txt-news li{height:38px;line-height:19px;border-bottom:1px dashed #ccc;position:relative;padding:11px 0;}
.right-side .txt-list li a,.right-side .hot-list li a,.right-side .txt-news li a{white-space: normal;height: 38px;line-height:19px;}
.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:#0186d5;margin-right:5px;}
.right-side .hot-list li a{padding-left:30px;position:relative;}
.right-side .hot-list li em{position:absolute;left:0;top:3px;font-weight:normal;font-size:8px;display:inline-block;width:22px;border-radius:50%;height:22px;line-height:22px;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-side .txt-news a:before{display:none;}
.right-side .list-content{margin-top:10px;}
.hot-news li em{position:absolute;left:0;top:4px;font-weight:normal;display:inline-block;width:30px;border-radius:50%;height:30px;line-height:30px;text-align:center;color:#fff;background:#999;}
.hot-news li .top1{background:#fc6c6c;}
.hot-news li .top2{background:#ffa169;} 
.hot-news li .top3{background:#ffc861;}
.hot-news li{padding: 15px 0px 5px 0px;border-bottom: 1px dotted #ccc;cursor: pointer;}
.hot-news li a{display:block;}
.hot-news li>a{line-height:21px;white-space:normal;height:42px;padding-left:40px;position:relative;font-size:15px;}
.hot-news li .hot-detail{margin-top: 10px;height:0;overflow:hidden;transition: all 0.3s ease-in;box-sizing:border-box;}
.hot-news li.show-detail .hot-detail{height:95px;}
.hot-news li .hot-detail.hot-pic{padding-left:118px;position:relative;}
.hot-news li .hot-pic a{position:absolute;top:4px;left:0;width:105px;height:85px;}
.hot-news li img{display:block;}
.hot-news li p{display:-webkit-box;-webkit-box-orient:vertical;text-overflow:ellipsis;line-height:1.5;font-size:12px;color:#888;height:90px;overflow:hidden;-webkit-line-clamp:5;word-break:break-word;white-space:normal;}

.right-img{margin:20px 0;}
.right-img li{width:100%;margin-bottom:12px;box-shadow: 0px 5px 10px rgba(79, 136, 110, 0.09);}
.right-img a img{width:262px;height:105px;max-width:262px;_width:expression(this.width > 262 ? "262px" : this.width);}
.right-img a span{display:-webkit-box;padding:0 5px;height:36px;line-height:18px;white-space:normal;font-size:14px;overflow:hidden;text-overflow:ellipsis;-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:#C16633;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:#0186d5;}
.top-special a,.top-special a img{width:100%;}

/*分享图标（彩色）*/
.color-share a{display:inline-block;box-sizing:border-box;vertical-align:middle;line-height:30px;margin-left:5px;width:28px;height:28px;background-color:#0186d5;color:#fff;border-radius:50%;text-align: center;}
.color-share a.share-all{display:inline-block!important;background-color:#fff;border:1px solid #a1a1a1;color:#a1a1a1;line-height:28px;}
.color-share a.jiathis_button_weixin{background-color:#01b30c;}
.color-share a.jiathis_button_qzone{background-color:#ffc000;}
.color-share a.jiathis_button_tsina{background-color:#e53048;}
.color-share a.jiathis_button_fb{background-color:#43619C;}
.color-share a.jiathis_button_twitter{background-color:#00B8EB;}

/*新闻详细*/
.news-container{background-color:#f2f2f2;padding:16px 0 25px;}
.news-container .decorate:after{top:-54px;}
.news-show .content{background-color:#fff;position:relative;}
.news-show article{min-height:300px;}
article{color:#666;padding:10px 0;}
.aside-share{position:absolute;right:0;top:0;z-index: 1;padding-right:35px;}
.aside-share>a,.ashare-wrap>a{display:inline-block;background-color:#fff;border:1px solid #a1a1a1;color:#a1a1a1;line-height:28px;box-sizing: border-box;vertical-align: middle;margin-left: 5px;width: 28px;height: 28px;border-radius: 50%;text-align: center;}
.aside-share>a,.ashare-wrap>a i{font-size:16px;line-height:26px;}
.aside-share>a:hover,.ashare-wrap>a:hover{color: #0186d5;border-color:#0186d5;}
.ashare-wrap{position:absolute;top:0;right:-5px;width:38px;background-color:#fff;}
.ashare-wrap .ashare-list{display:none;}
.news-info{color:#999;line-height:40px;border-top:1px solid #f2f2f2;position:relative;}
.news-info u{margin:0 10px;color: #e8e4e8;}
.news-content{padding-top:15px;padding-bottom:15px;font-size:15px;}
.news-footer-share{text-align:right;border-bottom:3px solid #0186d5;padding-bottom:20px;}
.relate-document li{border-bottom: 1px dashed #EEE;height: 45px;}
.relate-document li:last-child{border:none;}
.relate-document li a{display:block;line-height:45px;padding:0 40px;position:relative;}
.relate-document li span{max-width:85%;display:inline-block;box-sizing:border-box;}
.relate-document li a:hover:after{-webkit-animation: gWelPinle .8s ease-in-out;animation: gWelPinle .8s ease-in-out;color:#0186d5;}
.relate-document li a:after,.relate-document li a:before{display:block;font-family:"iconfont";position:absolute;top:0;}
.relate-document li a:after{right:0;color:#999;font-size:18px;content:'\e612';}
.relate-document li a:before{left:0;font-size:26px;color:#21C079;content:"\e663";}
.relate-document li a:hover:before{color:#0186d5;}
.relate-document li a.doc:before,.relate-document li a.docx:before{content:"\e667";color:#4568a0;}
.relate-document li a.xls:before,.relate-document li a.xlsx:before{content:"\e668";color:#378458;}
.relate-document li a.ppt:before,.relate-document li a.pptx:before{content:"\e660";color:#db6340;}
.relate-document li a.pdf:before{content:"\e68f";color:#e81f05;}
.relate-document li a.rar:before{content:"\e665";color:#ff5056;}
.relate-document li a.zip:before{content:"\e661";color:#a372db;}
.relate-document li a.swf:before{content:"\e7c0";color:#bb041a;}
.relate-document li a.txt:before{content:"\e664";color:#8fa4b5;}
.related{position:relative;margin-top:20px;padding: 10px 15px;border: 1px solid #ddd;}
.relate-tit h2{font-size: 18px;color: #0186d5;}
.relate-tit{height: 46px;line-height: 40px;border-bottom: 1px solid #ddd;}
.news-ralated .right-related.fr{width:69.31%;}
.news-ralated .left-related{width:25.21%;margin-top:12px;}
.news-ralated .left-related img{width:235px;height:146px;}
.news-ralated .left-related span{display:block;overflow: hidden;height:24px;text-overflow: ellipsis;white-space: nowrap;}
.related-news li{height:38px;line-height:38px;position:relative;border-bottom:1px solid #f2f2f2;}
.related-news li:last-child{border-bottom:none;}
.related li.top-related{height:68px;padding-bottom:15px;border-bottom:1px solid #ddd;margin-bottom:15px;}
.related li.top-related img{float:left;margin-right:15px;}
.related li.top-related a:before{display:none;}
.related li.top-related a{font-size:18px;line-height:24px;}
.related li.top-related p{font-size:13px;color:#999;line-height:20px;display:-webkit-box;height:40px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space:normal;margin-bottom:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.related .top-related{position:relative;}
.related-news li a:before{content:"•";font-weight:bold;color:#ccc;margin-right:5px;}
.related-news li span{color:#999;margin-left:10px;font-size:12px;}
.related-news li.top-related img{width:90px;height:68px;}
.related-dmt a,.related-doc a,.related-dis a{color:#0186d5;line-height:1;}
.top-dm,.top-dis{overflow:hidden;}
.top-dm h2,.top-dis h2{font-size:16px;line-height: 36px;border-bottom:1px solid #f2f2f2;font-weight:normal;margin-bottom:5px;}
.top-dm p,.top-dis p{line-height:1.5;margin-top:10px;font-size:14px;}
.top-dm p a,.top-dis p a{display:inline;}
.more-dm,.more-dis{line-height:30px;font-size:16px;border-top:1px solid #ddd;margin-top:15px;word-spacing:1em;}
.more-dm a:hover,.more-dis a:hover{text-decoration:underline;}
.related-doc li{height:100px;position:relative;padding:10px 0 10px 90px;overflow:hidden;border-bottom:1px dashed #ddd;}
.related-doc li .doctor-img{position:absolute;left:0;top:10px;}
.related-doc li .doctor-img img{width:74px;height:100px;}
.related-doc li p{height:75px;overflow:hidden;font-size:14px!important;}
.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:#0186d5;color:#fff;vertical-align:middle;}
.news-mark{position:relative;line-height:36px;color:#a1a1a1;padding-bottom:20px;}
.news-mark>span{margin:0 10px;font-size:12px;position:relative;top:-1px;}
.news-mark .back-list{height:68px;line-height:68px;text-align: center;border-top: 1px solid #e4e4e4;}
.news-mark .back-list .bl-btn{display: inline-block;width:140px;height:40px;border-radius:3px;background-color:#0186d5;color:#fff;text-align:center;line-height:40px;}
.news-mark .back-list .bl-btn:hover{background-color:#C16633;}
.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:#0186d5;}
.theme-cont{display:none;position:relative;}
.theme-cont img,.theme-cont a{display:block;width:100%;}
.theme-cont.tm-700-140{margin:0 auto 25px;width:700px;}
.theme-cont.tm-700-140 img{height:140px;display:block;}
.theme-cont.tm-244-244 img{height:244px;}
.theme-cont:after{content:"推荐";display:block;position:absolute;top:0;left:0;width:45px;height:30px;line-height:30px;text-align:center;background-color:#19784c;background-color:rgba(25,120,76,.75);color:#fff;}

/*打印新闻*/
@media print {
	body,.news-container{padding-top:0!important;padding-bottom:0!important;background-color:#fff;}   
  .header,.two-nav,.path,.news-show>.fr,.news-mark,.color-share,.banner,.aside-share,.related,.footer,.aside,.gotop,.login-dialog,.links,.gotop,.theme-cont,.small-banner{display:none!important;}
  .layout,.news-show>.fl{float:none!important;width:auto;}
}

/*院报列表*/
.newspaper-list{padding:20px 0;margin-left:-1%;margin-right:-1%;}
.newspaper-list li{float:left;width:14.66%;margin-left:1%;margin-right:1%;margin-bottom:20px;}
.newspaper-list li a{display:block;position:relative;background:#000;text-align:center;overflow:hidden;line-height:0;}
.newspaper-list li a span{display:block;background:#0186d5;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:#0186d5;}
.newspaper-list li a img{height:240px;transition:opacity 0.3s;-webkit-transition:opacity 0.3s;opacity:.8;filter:alpha(opacity=80);}
.newspaper-list li a .report-day{line-height: 52px;position:absolute;top:0;right:10px;width:46px;height:60px;color:#fff;font-size: 16px;text-align: center;background:url(../images/cd-sprite.png) -210px -100px no-repeat;}
.newspaper-list li a:hover img{opacity:1;filter:alpha(opacity=100);}

/*院报详细*/
.newspaper-show{padding:20px 0;margin-left:-1%;margin-right:-1%;}
.newspaper-show li{float:left;width:23%;margin-left:1%;margin-right:1%;margin-bottom:20px;}
.newspaper-show li a{display:block;position:relative;background:#000;text-align:center;overflow:hidden;}
.newspaper-show li a span{display:block;background:#e69365;color:#fff;line-height:30px;height:30px;position:absolute;bottom:0;left:0;right:0;transition:background 0.3s;-webkit-transition:background 0.3s;}
.newspaper-show li a:hover span{background-color:#015ba0;}
.newspaper-show li a img{height:367px;transition:opacity 0.3s;-webkit-transition:opacity 0.3s;opacity:.7;filter:alpha(opacity=70);}
.newspaper-show li a:hover img{opacity:1;filter:alpha(opacity=100);}

/*患者服务首页*/
.patient-specialist li{margin-bottom:12px;}
.patient-specialist li a{height:45px;line-height:45px;}
.package-list{margin-top:18px;}
.package-list ul{margin:auto -1%;overflow:hidden;}
.package-list li{width:18%;float:left;margin:0 1% 25px 1%;box-sizing:border-box;}
.package-list li h3{line-height:35px;}
.package-list li img{width:100%;height:170px;}
.package-list li>a{display:block;line-height:0;}
.package-list .price{overflow:hidden;}
.package-list .price strong{float:left;color:#BE3730;font-size:20px;font-weight:normal;}
.package-list .price .btn{float:right;}
.list-map{height:168px;}
.list-content .report-btn{display:block;border:2px solid #0186d5;background:#fff;color:#0186d5;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:#0186d5;border-color:#0186d5;}

/*患者服务首页-智能导诊*/
.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:#0186d5;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:#0186d5;border-color:#0186d5;color:#fff;}
.sick-list ul{display:none;margin-top:20px;}
.sick-list ul li{float:left;width:29.33%;height:34px;line-height:34px;margin:auto 2%;}
.sick-list ul li a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.related-sick{display:none;}
.related-sick:first-child,.sick-list ul:first-child{display:block;}
.related-sick{min-height:200px;}
.smart-info{margin-top:25px;text-align:center;}
.smart-info span{display:block;color:#b94a48;}

/*智能导诊*/
.page-smart>.fl{width:64%;border-right:1px solid #ddd;min-height:400px;padding-right:2%;}
.page-smart>.fr{width:33%;}
.page-smart .body img{width:513px;height:386px;}
.page-smart 
.step{margin-bottom:25px;}
.step li{float:left;width:25%;line-height:35px;position:relative;background:#8c8e8b;color:#fff;text-align:center;}
.step li:before,.step li:after{content:"";display:block;width:10px;height:35px;position:absolute;left:0;top:0;background:url(../images/step-img.png) -12px 0;}
.step li:after{left:auto;right:0;background-position:0 0;}
.step li.cur{background:#019e6e;}
.step li.cur:before,.step li.cur:after{background-position-y:-35px;}
.step.span3 li{width:33.33%;}
.page-smart .btn{width:120px;line-height:42px;font-size:16x;}
.step-form select{width:120px;height:40px;}
.step-form .control-label{width:300px;}
.step-form .controls{padding-left:318px;}
.step-info{padding-left:15px;}
.step-info h2{line-height:45px;font-size:16px;border-bottom:1px solid #ddd;margin-bottom:20px;}
.step-info em{display:inline-block;width:20px;height:20px;line-height:20px;border-radius:50%;text-align:center;background:#0186d5;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:#0186d5;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:#0186d5;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:#0186d5;color:#fff;border-color:#0186d5;}
.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:#0186d5;border-color:#0186d5;}
.other-symptom ul li a.cur:after{color:#0186d5;}
.result table th{font-weight:bold;}
.result table th,.result table td{padding-left:15px;line-height:32px;}
.result table td{color:#666;}
.result table tr:hover{background:#F4F4F4;}

/*门诊时间*/
.haschosen{overflow:hidden;}
.haschosen span,.haschosen a{line-height:33px;float:left;}
.haschosen a{padding:0 5px 0 7px;border:1px solid #0186d5;margin-right:5px;color:#666;margin-bottom: 8px;border-radius:5px ;}
.haschosen a.del-all{border-color:#D1B586;color:#fff;background-color: #D1B586;}
.haschosen a:hover i{color:#0186d5;animation:shake 1s linear;}
.haschosen a i{font-size:17px;margin-left:5px;color:#bbb;position:relative;top:1px;width:17px;height:17px;line-height:17px;}
.haschosen a.del-all:hover{background-color:#0186d5;border-color:#0186d5;}
.doctor-list .haschosen a{border-color:#ddd;border-radius:0;}
@-webkit-keyframes shake{
 0% {transform: rotate(0) scale(1);}
 70% {transform: rotate(360deg) scale(.6);}
 80% {transform: rotate(350deg) scale(.65);}
 95% {transform: rotate(370deg) scale(1.1);}
 100% {transform: rotate(360deg) scale(1);}
}
@keyframes shake{
 0% {transform: rotate(0) scale(1);}
 70% {transform: rotate(360deg) scale(.6);}
 80% {transform: rotate(350deg) scale(.65);}
 95% {transform: rotate(370deg) scale(1.1);}
 100% {transform: rotate(360deg) scale(1);}
}

/*2017-10-11 start*/  
.visit-tabs .visit-dp{margin-bottom:30px;}
.visit-title{height:45px;line-height:45px;color:#0186d5;font-size: 20px;border-bottom:1px solid #d7d7d7;margin-bottom:15px;}
.visit-title i{display:inline-block;width:45px;height:45px;font-size: 26px;background-color:#0186d5;text-align: center;color:#fff;font-weight:normal;margin-right:16px;border-top-left-radius: 3px;border-top-right-radius: 3px;}
.visit-item{margin-bottom:15px;border-bottom:1px dashed #e5e7ea;padding-bottom:10px;}
.visit-item:hover .vis-tit{color:#0186d5;}
.vis-tit{width:12%;font-size:18px;color:#999;}
.vis-tit i{margin-right:5px;font-size:20px;}
.vis-cont{width:85%;} 
.vis-cont li{float:left;width:16%;box-sizing:border-box;margin-left:.6%;}
.vis-cont li a{overflow:hidden;text-overflow: ellipsis;white-space: nowrap;line-height:30px;border-bottom:1px dashed transparent;}
.vis-cont li a:hover{border-bottom-color:#0186d5;}
.visit-tabs .tab-pannel{display:block;}
.visit-tabs .tab-pannel .visit-dp{display:none;}
.visit-tabs .tab-pannel .visit-dp:first-child{display:block;}
.vis-cont .sign-dp{vertical-align:middle;background:#0186d5;color:#fff;font-size:12px;width:27px;height:16px;line-height:16px;display:inline-block;padding-left:11px;box-sizing:border-box;background:url(../images/sign-dp_1.png);position:relative;top:-1px;}
.vis-cont .sign-dp.sign-dp_1{background:url(../images/sign-dp_1.png);}
.vis-cont .sign-dp.sign-dp_2{background:url(../images/sign-dp_2.png);}


/*预约挂号规则*/
.order_rule{color:#9e733e;border:1px solid #faf3eb;border-radius:5px;padding:20px;margin-bottom:20px;background:#faf3eb;padding-left:120px;position:relative;}
.order-icon{left:15px;top:20px;position:absolute;text-align:center;color:#ab9376;}
.order-icon i{content:"\e6bc";font-family:"iconfont";display:block;width:80px;line-height:88px;height:88px;font-size:80px;opacity:.5;}
/*搜索*/
.order-search{position:relative;margin:0 auto 20px;text-align:center;width:60%;}
.order-search input{line-height: 45px;height:45px;padding: 7px 6px 7px 40px;width: 82%;border: 1px solid  #0186d5;border-right: none;box-sizing:border-box;border-top-left-radius:3px;border-bottom-left-radius:3px;}
.order-search i{line-height: 45px;position: absolute;top:0;left:10px;}
.order-search .btn{width:18%;box-sizing:border-box;line-height:45px;border-top-right-radius:3px;border-bottom-right-radius:3px;}


.searchbox {width:336px;margin: 0px auto;}
.searchbox input{line-height:35px;height:35px;padding:7px 10px;width:250px;border:1px solid #ddd;border-right:none;margin-left:-45px;}
.searchbox .btn {height: 35px;line-height: 38px;width: 86px;font-size: 16px;border-top-right-radius: 3px;border-bottom-right-radius: 3px;padding-left:-10px; }
.searchbox button {padding-left:10px;margin:-10 0 0 0; padding: 0;outline: none; position:relative;top:4px;left:-4px; }
.appointment-col-2>.fl,.appointment-col-2>.fr{box-sizing:border-box;}
.appointment-col-2>.fl{width:252px;background-color:#fff;padding:0 .1em .5em;}
.appointment-col-2>.fr{width:924px;}
.haschosen p{color: #999;font-size: 16px;}

.filter{border-top:2px solid #0186d5;margin-bottom:15px;}
.filter.fixed{position:fixed;top:7px;z-index:1;}
.filter dl{position:relative;font-size:13px;border-bottom:1px dashed #d7d7d7;padding:10px 0;}
.filter a{color:#0186d5;}
.filter dt{color:#999;font-size:16px;line-height:38px;}
.filter dd{overflow:hidden;}
.filter dd.span8 a{width:16.5%;}
.filter dd a{display:block;color:#0186d5;line-height:26px;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;margin-right:15px;}
.filter dd a span{border-bottom:1px dashed transparent;}
.filter dd a:hover{color:#0186d5;}
.filter dd li a.cur span{color:#0186d5;border-bottom:1px dashed #0186d5;} 
.filter dd li{display:none;overflow:hidden;}
.filter dd li:first-child{display:block;}
.filter dd>a{line-height: 30px;border-radius: 5px;}
.filter dd>a.cur{background-color: #c6e7fd;}
.filter dd .tab-tit{font-size:16px;border-bottom:1px solid #f1f1f1;margin-bottom:10px;padding-bottom:10px;position:relative;}
.filter dd .tab-tit span{display:inline-block;color:#0186d5;line-height:38px;border-radius:5px;}
.filter dd .tab-tit span.cur{margin-bottom:-1px;background-color:#c6e7fd;}
.filter dd .tab-tit span a{display:inline;float:none;color:#0186d5;}
.filter dd .tab-pannel{display:block;min-height:78px;font-size:16px;}
.filter dd .tab-pannel a{font-size:14px;color:#333;position:relative;}

.filter.visit-filter dd a{padding: 0px 10px;border: 1px solid #ddd;margin-bottom: 7px;color:#444;margin-right:7px;}
.filter.visit-filter dd>a.cur{border-color: #c6e7fd;color:#0186d5;padding: 0px 10px;}

.filter.expert-filter{font-size:18px;}
/*.filter.expert-filter dd>a{line-height: 69px;}*/
.filter.expert-filter dl{border-bottom:2px solid #d7d7d7;padding:10px 15px;}
.filter.expert-filter dl:last-child{border:none;}
.filter.expert-filter dl:first-child{border-bottom:2px solid #d7d7d7;}
.filter.expert-filter a{padding:0 10px;font-size:16px;}
.filter.expert-filter dt{color:#999;position:absolute;top:10px;left:0;font-size:18px;}
.filter.expert-filter dd{margin-left:100px;margin-right:-1%;}
.filter.expert-filter dd a{margin-right:.8%;}

.filter.ask-wrap dd .tab-pannel a{margin-bottom:3px;}
.filter.ask-wrap dd .tab-pannel a:after{content:"\e615";display:none;position:absolute;right:5px;top:1px;font-family:"iconfont";line-height:26px;}
.filter.ask-wrap dd .tab-pannel a.cur{padding-right:25px;background-color:#c6e7fd;color:#0186d5;border-radius:3px;}
.filter.ask-wrap dd .tab-pannel a.cur span{color:inherit;}
.filter.ask-wrap dd .tab-pannel a.cur:after{display:block;}
.filter.ask-wrap dd .tab-pannel a.cur:hover:after{animation: shake 1s linear;}
.doctor-list .list-content li{padding:20px;    border: 1px solid #f2f2f2;background-color:#fff;margin-bottom: 25px;box-shadow: 0px 2px 5px rgba(188, 188, 188, .4);}
.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;margin-top:0;}
.doctor-list .list-content{margin-top:0;}
.doctor-list .doctor-clinic{margin-top:15px;}
.doctor-list .color-tips{line-height:46px;color: #aeaeae;}
.doctor-list .color-tips span{margin-right:5px;}
.doctor-list .color-tips:before{content:"✲";display:inline-block;color:#e49548;}
.doctor2-search i{line-height:34px;position:relative;}
.doctor2-search input{line-height:22px;height:22px;padding:7px 10px;width:250px;border:1px solid #ddd;border-right:none;margin-left:-25px;}
.appointment-col-2 .doctor2-search input{border-color:#0186d5;}
.doctor2-search .btn{height:38px;line-height:38px;width:86px;font-size: 16px;border-top-right-radius:3px;border-bottom-right-radius:3px;}
table{width:100%;border:none;border-collapse:collapse;}
.doctor-clinic th{background:#ededed;}
.doctor-clinic .depart{width:20%;}
.doctor-clinic .weekend{color:#B94A48;}
.doctor-clinic th span{display:block;}
.doctor-clinic th,.doctor-clinic td{text-align:center;height:38px;border:1px solid #ededed;position:relative;}
.doctor-clinic td{width:10%;}
.doctor-clinic td .seleced{display:block;margin:5px;height:28px;line-height:28px;color:#fff;border-radius:5px;}
.doctor-clinic td .seleced.red{background:#ea5a54;}
.doctor-clinic td .seleced.blue{background:#54a0ea;}
.doctor-clinic td .seleced.green{background:#63b98c;}
.doctor-clinic td .seleced.orange{background:#e49548;}
.doctor-clinic td .seleced.gray{background:#9e9e9e;cursor:default;}
.doctor-clinic h2{padding:10px 0;font-weight:normal;}
.doctor-clinic .seleced:hover+.tips{display:block;}
.doctor-clinic .tips{display:none;white-space:nowrap;position:absolute;top:40px;left:14px;min-width:245px;background:#fff;text-align:left;padding:10px;border:1px solid #ddd;box-shadow:0px 3px 1px rgba(0, 0, 0, .08);z-index:1;}
.doctor-clinic .tips .red{color:#ea5a54;}
.doctor-clinic .tips:before,.doctor-clinic .tips:after{content:"◆";color:#fff;font-family:simsun;font-size:30px;line-height:0;position:absolute;top:0;left:20px;}
.doctor-clinic .tips:before{color:#ddd;top:-1px;}
.clinic-scheduling h3{font-weight:normal;line-height:40px;}
.clinic-scheduling th,.clinic-scheduling td{height:29px;}
.clinic-scheduling td .seleced{display:inline-block;width:24px;height:24px;line-height:24px;color:#fff;border-radius:50%;}
.clinic-scheduling td .seleced.red:before{content:"特";}
.clinic-scheduling td .seleced.blue:before{content:"专";}
.clinic-scheduling td .seleced.green:before{content:"普";}
.clinic-scheduling td .seleced.orange:before{content:"专";}
.clinic-scheduling td .seleced.gray:before{content:"停";}
.doctor-info{position:relative;box-sizing:border-box;padding-left:80px;font-size:13px;height:96px;}
.doctor-info h2 a{vertical-align: middle;color: #0186d5;font-size: 18px;}
.doctor-info h2{font-weight:normal;} 
.doctor-info h2 span{position:absolute;top:5px;color: #BCBCBC;line-height: 22px;background-color: #f9f9f9;font-size: 12px;padding: 0 3px;margin-left: 8px;border-radius: 3px;}
.doctor-info h2 span:before{content: "\e66d";font-family: "iconfont";display: inline-block;font-size: 16px;margin-right: 1px;}
.doctor-info .doctor-dp{padding-top:10px;}
.doctor-info .doctor-dp .fl{width:20%;}
.doctor-info .doctor-dp .goodat{padding-left:2%;width:78%;}
.doctor-info .doctor-dp strong{color: #aeaeae;font-weight: normal;}
.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: #555;}
.color-info i{font-size:20px;margin-right:5px;}
.color-info .red{color:#ea5a54;}
.color-info .blue{color:#54a0ea;}
.color-info .green{color:#63b98c;}
.color-info .orange{color:#e49548;}
.color-info .gray{color:#9e9e9e;}

/*停诊信息*/
.suspend-list .list-tit{border-color: #f4f4f4;}
.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.fixed{position:fixed;top:0;z-index:2;}
.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:#B4DCBA;color:#0186d5;transition:0.3s;-webkit-transition:0.3s;}
.doctor-date .haschosen a:hover{background:#0186d5;color:#fff;}
.doctor-date>.layout>.fl{width:58%;}
.doctor-date>.layout>.fr{width:41.8%;}
.week-list{position:relative;}
.week-list a{position:absolute;top:13px;color:#0186d5;width:24px;height:24px;line-height:25px;background:#f4f4f4;border:1px solid #0186d5;border-radius:50%;text-align:center;font-size:12px;}
.week-list a:hover{border-color:#0186d5;}
.week-list a.disabled{color:#ccc;cursor:default;border-color:#ccc;}
.week-list a.last-wk{left:-15px}
.week-list a.next-wk{right:-15px}
.week-wrap{overflow:hidden;height:50px;}
.week-wrap ul{overflow:hidden;}
.week-wrap li{float:left;width:69px;text-align:center;}
.weekend{color:#B94A48;}
.doctor-list .appointment-list .doctor-info{width:40%;}
.doctor-list .appointment-list .doctor-clinic{width:60%;}
.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 #0186d5;border-radius:5px;}
.appointment-list ul{margin-top:15px;}
.appointment-list .doctor-clinic{height:97px;}
.appointment-list .doctor-clinic table{display:none;}
.appointment-list .doctor-clinic td{height:46px;}
.doctor-clinic .loading{display:block;min-height:97px;background:url(../images/loading-gray.gif) center no-repeat;}
.doctor-list.fixed .appointment-list{margin-top:70px;}
.doctor-list.fixed .doctor-date{position:fixed;top:0;z-index:1;}
.row-tit{font-size:18px;color:#666;font-weight:normal;border-bottom:3px solid #ddd;line-height:46px;position:relative;margin-bottom:20px;}
.row-tit:before{content:"";position:absolute;bottom:-3px;left:-5px;width:30px;height:3px;border-left:5px solid #fff;border-right:5px solid #fff;overflow:hidden;background:#0186d5;}
.row-con{margin-bottom:15px;}
.appoint-info{position:relative;padding-left:130px;height:150px;}
.appoint-info img{position:absolute;top:0;left:0;}
.appoint-info h1{font-size:24px;font-weight:normal;}
.appoint-info h1 span{vertical-align:middle;background:#63b98c;color:#fff;font-size:12px;padding:2px 6px;font-weight:normal;margin-left:10px;border-radius:3px;}
.doc-info ul{overflow:hidden;}
.doc-info li{float:left;width:50%;line-height:35px;border-bottom:1px dashed #ddd;}
.doc-info li strong{color:#999;display:inline-block;width:60px;text-align:justify;text-align-last:justify;font-weight:normal;margin-right:15px;}
.patient-select{padding:15px 0;border-bottom:1px dashed #ddd;margin-bottom:15px;}
.patient-form .Validform_checktip{display:inline;}
.patient-form .Validform_checktip:before{content:"\e61a";}
.pay{width:800px;margin:50px auto;border:1px solid #ddd;}
.pay .pay-tit{font-size:16px;line-height:50px;border-bottom:1px solid #ddd;background:#ddd;padding:0 20px;}
.pay .pay-tit span{color:#ea5a54;}
.payform{text-align:center;padding:20px 0;}
.payform .amount{color:#ea5a54;font-size:24px;font-weight:bold;}
.payform .qr{display:inline-block;padding:15px 10px;border:1px solid #ddd;margin-bottom:15px;}
.payform .qr span{display:block;}
.payform .qr img{width:200px;height:200px;}
.payform .btn{width:200px;}

/*报告查询*/
.report-form{margin:auto;width:500px;}
.report-form li{padding:10px 0;}
.report-form li label{display:inline-block;width:80px;text-align:right;}
.report-form li input{width:380px;margin-left:10px;}
.report-form .btn{width:180px;margin-left:94px;line-height:45px;margin-top:10px;}

/*地理位置*/
.position-map{height:600px;}
.position-map img{max-width:none!important;}
.position-map input{box-sizing:border-box;padding:3px;height:26px!important;font-size:12px;vertical-align:middle;}
.position-map .BMapLib_ap th,.position-map .BMapLib_ap td{padding:3px;}
.position-map #BMapLib_is_remember_phone{margin-left:5px;}
.position-map .BMapLib_SearchInfoWindow,.position-map .BMapLib_nav_tab_content li{font-family:inherit;}
.position-map .BMapLib_bubble_title{font-weight:bold;}
.position-map .BMapLib_bubble_content{line-height:2;}
.position-map .BMapLib_trans{top:auto!important;}
.position-map .BMapLib_sms_declare_phone{font-size:12px;}

/* 医患交流 */
.department-tab .department-select{min-height:68px;}
.department-tab .department-select li{display:none;min-height:60px;border-bottom:1px solid #ddd;padding-bottom:15px;margin-top:15px;overflow:hidden;}
.department-tab .department-select li a{line-height:30px;margin-right:15px;white-space:nowrap;}
.department-tab .department-select li a span{padding:3px 8px;}
.department-tab .department-select li a.cur span{background:#0186d5;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{height:39px;margin-bottom:40px;padding-top:10px;border-bottom:1px solid #0186d5;position:relative;overflow:hidden;border-bottom-left-radius:5px;}
.sort h2{display:inline-block;border:1px solid #0186d5;border-bottom:none;border-right:none;border-radius:5px;overflow:hidden;}
.sort a{float:left;line-height:40px;position:relative;border-right:1px solid #0186d5;display:block;padding:0 30px;font-weight:normal;}
.sort a.cur{background:#0186d5;color:#fff;}
.question-main>.fl{width:62.66%;}
.question-main>.fr{width:33.33%;background-color:#d1b587;padding:20px;box-sizing:border-box;border-radius:5px;margin-top: 50px;}
.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{padding:10px 5%;} 
.myask-btn .btn.fl{width:174px;display:block;box-sizing:border-box;height:37px;line-height:37px;font-weight:bold;font-size:14px;border-radius:3px;background: #0186d5 url(../images/ks-btn.png) left bottom repeat-x;}
.myask-btn .btn:hover{background-color:#C16633;}
.myask-btn a.fr{color: #0186d5;font-weight: 700;height:37px;line-height:37px;display:inline-block;font-family:'微软雅黑 Regular';}
.right-ask textarea{width:100%;box-sizing:border-box;border:none;border-bottom:1px solid #ddd;padding:0;}
.right-ask .question{padding:6px;height:160px;line-height:1.5;}
.question-main .list-tit{border:none;height:22px;}
.question-main .list-tit h2 span{color:#fff;}
.question-main .list-tit h2 span:before{display:none;} 
.right-ask .alert-error{font-size:12px;text-align:justify;background-color:#c7925f;color:#fff;border:none;text-shadow: 0 1px 0 rgba(255,255,255,.1);line-height:20px;padding:10px 20px;padding-left:80px;}
.right-ask .alert-error:before{left:15px;top:8px;position:absolute;content:"\e6bc";font-family:"iconfont";display:block;width:50px;height:50px;font-size:50px;line-height:66px;color:#eedece;opacity:.8;}
.my-question{background-color:#fff;border-radius:3px;padding:20px 20px 10px;}
.right-doctor li{position:relative;min-height:120px;padding:10px 20px 10px 95px;margin-bottom:20px;background: #fff url(../images/doctor-bg.png) left bottom repeat-x;height:157px;box-sizing:border-box;box-shadow: 0px 2px 5px rgba(188, 188, 188, 0.3);border-radius:5px;}
.right-doctor li .doctor-img{position:absolute;left:13px;top:20px;width:67px;height:67px;overflow:hidden;}
.right-doctor li .doctor-img img{width:67px;height:67px;border-radius: 50%}
.right-doctor li h2 a{vertical-align:middle;font-size: 18px;color: #0186d5;font-weight:normal;}
.right-doctor li h2 span{vertical-align: middle;background: #F4C952;color: #fff;font-size: 12px;padding: 3px 6px;font-weight: normal;margin-left: 15px;position: relative;}
.right-doctor li h2 span:before{content:"";width: 11px;height: 22px;display: block;background: url(../images/label-yellow.png) no-repeat;position: absolute;left: -11px;top: 0;}
.right-doctor li p{color:#5E5E5E;font-size:14px;line-height:20px;display:-webkit-box;height:38px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space: normal;margin-bottom:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.right-doctor li .doctor-dp{border-bottom: 1px solid #f2f2f2;line-height: 20px;padding-bottom: 10px;margin-bottom: 8px;font-size: 14px;}
.right-doctor li .doctor-dp strong{color:#aeaeae;font-weight:normal;}
.ask-right-doctor ul{margin-left:-6px;margin-right:-6px;}
.ask-right-doctor li{float:left;font-size: 13px;width:111px;margin-right:6px;margin-left:6px;margin-bottom:17px;height:156px;background-color:#fff;padding:10px 7px;box-sizing:border-box;border-radius:3px;}
.ask-right-doctor li .expert-pic{display:block;height:52px;width:52px;border-radius:50%;overflow:hidden;position:relative;margin:0 auto;}
.ask-right-doctor li img{width:52px;height:52px;border-radius:50%;}
.ask-right-doctor .expert-name{color:#0186d5;margin:8px auto 12px;height: 25px;position:relative;display:block;line-height:1 ;text-align:center;}
.ask-right-doctor .expert-name:after{content: '';display: block;width: 25px;height: 2px;background: #0186d5;position: absolute;bottom: 0px;left:37px;}
.ask-right-doctor .expert-info{background:#f2f2f2;height:42px;line-height:1.5;padding:12px 13px;margin-bottom:0;margin-top:12px;}
.ask-right-doctor .expert-detail span,.ask-right-doctor .expert-detail a{display:block;height:20px;}
.ask-right-doctor .expert-detail span{max-width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ask-right-doctor .expert-detail{line-height:20px;font-size:12px;}
.ask-right-doctor .expert-detail u{color:#999;}

.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:#0186d5;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:#0186d5;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:#C16633;color:#fff;}
.ask-form .ask-input{padding-right:365px;}
.ask-form .ask-input textarea{display:block;width:100%;box-sizing:border-box;border:1px solid #ddd;padding:5px 8px;line-height:1.5;}
.ask-form .ask-input span{display:inline-block;margin-bottom:10px;}
.ask-form .ask-tip{position:absolute;right:0;top:50px;width:312px;padding:15px;background:#fcf1eb;border:1px solid #f9e8e0;font-size:12px;line-height:1.5;}
.ask-form .ask-tip:before,.ask-form .ask-tip:after{content:"◆";color:#fcf1eb;font-family:simsun;font-size:30px;line-height:0;position:absolute;left:-15px;top:22px;}
.ask-form .ask-tip:before{left:-16px;color:#f9e8e0;}
.ask-company,.ask-mail{width:490px;}
.ask-input select{height:44px;}
.ask-form .Validform_checktip{margin-left:48px;}
.ask-form .ask-input .Validform_error{border-color:#c00;}
.ask-area .area-tit{background:#ddd;overflow:hidden;border:1px solid #ddd;margin-bottom:-2px;}
.ask-area .area-tit a{line-height:40px;text-align:center;float:left;font-weight:bold;}
.ask-area .area-tit a.cur{background:#F8F8F8;color:#0186d5;}
.ask-area .area-tit.span2 a{width:50%;}
.ask-area .area-tit.span3 a{width:33.33%;}
.ask-area .area-tit.span4 a{width:25%;}
.ask-area .area-tit.span5 a{width:20%;}
.ask-area .letter-pannel{display:none;}
.ask-area .letter-pannel:first-child{display:block;}
.ask-form .letter-pannel{overflow:hidden;font-size:12px;background:#F8F8F8;border:1px solid #ddd;padding:8px;}
.ask-form .letter-pannel span{float:left;width:10%;}
.ask-form .letter-pannel span a{display:inline-block;max-width:90%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.ask-form .letter-pannel span.cur a{background:#0186d5;color:#fff;padding:0 5px;}
.ask-question{height:177px;}
.ask-check{height:104px;}
.radio{display:inline-block;padding:0 5px;margin-left:5px;}
.radio:before{display:inline-block;font-family:"iconfont";font-size:19px;content:'\e620';margin-right:5px;color:#0186d5;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;background: #0186d5 url(../images/ks-btn.png) left bottom repeat-x;}
.ask-form .btn:hover{background-color:#C16633;}
.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-wrap{position:fixed;left:50%;top:50%;margin-left:-600px;margin-top:-250px;height:455px;box-shadow: 0px 8px 5.52px 2.48px rgba(0,0,0,0.34);-webkit-transition-property: -webkit-transform,opacity;transition-property: transform,opacity;}
.login-wrap.guestbook{height:568px;margin-top:-305px;}
.pop-fadein{animation:popFadeIn .5S ease-in-out;}
@-webkit-keyframes popFadeIn{
	from{opacity: 0;
	-webkit-transform: translate3d(0, 12%, 0);
	-ms-transform: translate3d(0, 12%, 0);
	transform: translate3d(0, 12%, 0);}
	to{
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes popFadeIn{
	from{opacity: 0;
	-webkit-transform: translate3d(0, 10%, 0);
	-ms-transform: translate3d(0, 10%, 0);
	transform: translate3d(0, 10%, 0);}
	to{
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.login-left-info,.login-right-wrap{width:50%;box-sizing:border-box;height:100%;}
.login-left-info{background-color:#f2f2f2;background-image:url(../images/login-left-bg.jpg);padding:120px 90px;}
.login-right-wrap{background-color:#fff;padding:0 95px;}
.login-left-info p{border-bottom:1px dashed #9bb6a9;padding:45px 0 30px;text-align: center;}
.login-left-info a{color:#f2f2f2;font-size:16px;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space: nowrap;}
.login-left-info a:before{display:inline-block;content:"\e60e";font-family:"iconfont";margin-right:20px;}
.login-left-info a:hover{color:#fff;}
.login-right-wrap h5{font-size: 20px;color: #0186d5;font-weight:normal;text-align: center;line-height:90px;}
.pop-tit{line-height:39px;font-size:16px;position:relative;margin-bottom:20px;}
.pop-tit a{display:block;width:50%;height:43px;float:left;text-align:center;border:1px solid #d7d7d7;box-sizing:border-box;font-size:15px;}
.pop-tit a.cur{border:2px solid #0186d5;}
.login-dialog .close{position:absolute;top:5px;right:10px;}
.login-form p{padding:5px 0;overflow:hidden;}
.login-form p .login-input{width:100%;border:none;border-bottom: 1px solid #d7d7d7;padding:12px 0;}
.login-form form .btn{width:100%;line-height:48px;font-size:16px;display:block;border-radius:3px;margin-top:10px;background: #0186d5 url(../images/ks-btn.png) left bottom repeat-x;}
.login-form form .btn:hover{background-color:#C16633;}
.login-form a{color:#C16633;}
.login-form a:hover{color:#0186d5;}
.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:15px;position:relative;margin-top:15px;}
.no-login:before{content:"OR";display:block;width:100px;background-color:#fff;color:#666;height:20px;line-height:20px;position:absolute;top:-10px;left:155px;text-align:center;}
.no-login .btn{width:86px;background:#666;line-height:34px;margin-left:10px;}
.no-login .btn:hover{background:#888;}
.no-login input{width:308px;border: none;border-bottom: 1px solid #d7d7d7;padding: 8px 0;}
.msg{display:inline-block;padding:100px;}
.msg .fl{margin-right:15px;}
.msg-info{min-width:650px;}
.msg-info h1{font-size:18px;margin-bottom:15px;}
.msg-info h1 i,.order-info>i{font-weight:normal;font-size:110px;line-height:1.5;margin-right:10px;color:#00A539;display:block;}
.msg-info .red{color:#ea5a54;}
.msg-info a{color:#0186d5;font-weight:normal;}
.msg-info a:hover{color:#C16633;}
.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 0;}
.survey h1{text-align:center;font-size:24px;line-height:80px;}
.survey .survey-info{background:#F8F8F8;border:1px dashed #ddd;padding:10px 15px;}
.survey dl{border-bottom:1px dashed #ddd;padding:15px 0;}
.survey dt{font-weight:bold;padding-bottom:10px;}
.survey dd input[type='text'],.survey dd textarea,.survey dd select{padding:8px;line-height:1.2;}
.survey dd input[type='text']{width:30%;}
.survey dd .button{padding:6px;line-height:1.2;vertical-align:middle;}
.survey dd textarea{width:80%;height:120px;}
.survey dd ul{overflow:hidden;}
.survey dd li{overflow:hidden;float:left;margin-right:20px;}
.survey dd li input{float:left;height:26px;margin-right:10px;}
.survey dd label{height:26px;}
.survey dd .Validform_checktip{margin-left:0;min-height:0;}
.survey dd input.code{width:120px;}
.survey dd img{vertical-align:middle;max-width:80px;max-height:80px;}
.survey dd .img-wrap{overflow:hidden;}
.survey .btn{width:160px;line-height:50px;font-size:18px;background: #0186d5 url(../images/ks-btn.png) left bottom repeat-x;border-radius: 3px;cursor:pointer;}
.survey .btn:hover{background-color: #C16633;}
.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:#fba45e;font-size:18px;margin-right:5px;}
.Validform_wrong{color:#c00;}
.Validform_wrong:before{color:#c00;}
.Validform_right{color:#71b83d;}
.Validform_right:before{color:#71b83d;}

/*重点学科*/
.key-dps{padding-left:100px;padding-bottom:60px;position:relative;border-bottom:2px solid #0186d5;}
.key-dps:last-child{border:none;}
.department-title{position:absolute;left:0;top:0;font-size: 18px;color: #0186d5;width:95px;padding:25px 0;}
.department-phone li{border-bottom:1px solid #d7d7d7;padding:25px 0;}
.department-phone .dp-ph-item{float:left;width:20%;padding-left:70px;box-sizing:border-box;height:56px;overflow:hidden;}
.department-phone.platform .dp-ph-item{height:31px;}
.department-phone a{color:#0186d5;font-size: 16px;display:block;margin-bottom:3px;}
.department-phone span{color:#868686;line-height:18px;}
.department-phone span:before{color:#bfbfbf;display:inline;font-family:"iconfont";content:"\e62e";border-right:1px solid #e4e4e4;font-size:18px;padding-right:6px;margin-right:6px;}

/*外部链接*/
.link-list ul{margin-right:-1%;margin-left:-1%;}
.link-list li{float:left;width:31.33%;margin-right:1%;margin-left:1%;height:252px;border-radius:1px;margin-bottom:25px;}
.link-list li a{line-height:1.4;display:block;text-align:center;background-color:#fff;color:#0186d5;font-size: 18px;height:100%;white-space:normal;box-sizing:border-box;padding:0 20px;}
.link-list li i{transition:inherit;display:block;width:120px;margin:34px auto 20px;height:120px;border-radius:50%;background-color:#0186d5;color:#fff;font-size:63px;line-height:120px;}
.link-list li a:hover{background-color:#0186d5;color:#fff;box-shadow: 0px 5px 5px rgba(148, 148, 148, .5);}
.link-list li a:hover i{background-color:#fff;color:#0186d5;}
.link-list li a:after{content:"\e65d";font-family:"iconfont";font-size:16px;opacity:.5;filter: alpha(opacity=50);margin-left:5px;font-weight:bold;} 

/*块状列表*/
.platblock-list ul{margin-right:-1%;margin-left:-1%;}
.platblock-list li{float:left;width:31.33%;margin-right:1%;margin-left:1%;border-radius:1px;margin-bottom:25px;height:90px;}
.platblock-list li a{line-height:1.4;display:block;text-align:center;background: #fff url(../images/doctor-bg.png) left 50px repeat-x;color:#0186d5;font-size: 18px;height:100%;white-space:normal;box-sizing:border-box;padding:20px;}
.platblock-list li a:hover{background: #0186d5 url(../images/doctor-bg.png) left 100px repeat-x;color:#fff;box-shadow: 0px 5px 5px rgba(148, 148, 148, .5);}
.platblock-list li a:hover i{background-color:#fff;color:#0186d5;}
.platblock-list li a:after{content:"\e65d";font-family:"iconfont";font-size:16px;opacity:.5;filter: alpha(opacity=50);margin-left:5px;font-weight:bold;} 
.platblock-list.honor li a:after{display:none;}

/* 科室列表  */

.department-list{position:relative;}
.department-tabs{position:relative;}
.department-tabs .tab-tit{width:100%;height:55px;}
.department-tabs .tab-tit a{display:block;border-bottom:3px solid transparent;color:#0186d5;line-height:50px;float:left;font-size: 16px;margin-right:40px;}
.department-tabs .tab-tit a.cur{border-bottom-color:#0186d5;}
.department-tablist{padding-top:45px;}
.department-tablist .tab-pannel{margin-right:-34px;}
.department-tablist .tab-pannel>li{height:182px;border-radius:5px;box-shadow: 0px 2px 5px rgba(188, 188, 188, 0.3);padding:20px;background-color:#fff;margin-bottom:35px;width:583px;float:left;margin-right:34px;box-sizing:border-box;position:relative;}
.department-tablist .tab-pannel>li:last-child{border:none;}
.department-tablist .tab-pannel>li .spe-dp{position:absolute;top:-9px;right:-9px;width:81px;height:83px;background:url(../images/cd-sprite.png) 0 -200px no-repeat;}
.department-tablist .tab-pannel>li .dp-mark{position:absolute;transition:.6s all;opacity:0;top:0;left:0;width:100%;height:100%;border-radius:5px;background:url(../images/blue-op.png) repeat;padding-top: 69px;box-sizing:border-box;text-align:center;}
.department-tablist .tab-pannel .list-tit{margin-bottom:20px;}
.department-tablist .tab-pannel>li .dp-mark a{display:inline-block;transition:.3s all;width:103px;height:44px;border-radius:5px;background-color:#fff;color:#0186d5;text-align:center;line-height:44px;margin:0 3px;}
.department-tablist .tab-pannel>li .dp-mark a:hover{background-color:#0186d5;color:#fff;}
.department-tablist .tab-pannel>li:hover .dp-mark{opacity:1;}
.department-tablist p{color:#777;}
.department-tit{line-height:20px;height:34px;border-bottom:1px solid #f2f2f2;margin-bottom:12px;}
.department-tit h3 a{color:#0186d5;font-size:20px;font-weight:normal;}
.department-tit h3 span{vertical-align:middle;background:#0186d5;color:#fff;font-size:12px;width:25px;height:25px;line-height:25px;text-align:center;display:inline-block;font-weight:normal;margin-right:5px;border-radius:3px;position:relative;top:-3px;}
.department-tit h3 span.sign-dp_1{background:#919502;}
.department-tit h3 span.sign-dp_2{background:#636A4B;}
.department-tit span.fr{word-spacing: .5em;color:#ccc;}
.department-desc{position:relative;}
.department-desc .dp-phone{white-space:nowrap;display:block;box-sizing:border-box;margin-top:5px;padding-left:40px;width:173px;height:42px;line-height:42px;font-size: 16px;color: #0186d5;background:#eef8fe url(../images/cd-sprite.png) 0 -151px ;}
.department-desc strong{color:#aeaeae;font-weight:normal;}
.department-desc p.fl{width:200px;border-right:2px solid #f5f5f5;line-height:20px;color:#333;}
.department-desc p.fr{width:320px;height:91px;overflow:hidden;line-height: 22px;text-align:justify;color:#5e5e5e;}
.department-desc p.fr a{color:#0186d5;}
.department-desc p.fr a:hover{border-bottom:1px dashed #0186d5;}
.department-list .area-tit{position:relative;border-bottom: 2px solid #d7d7d7;padding: 12px 0;padding-left:115px;font-size: 18px;border-top: 2px solid #0186d5;}
.department-list .area-tit:before,.department-list .department-tabs .tab-tit:before{height:38px;line-height:38px;display:block;color: #999;position: absolute;top: 12px;left: 0;font-size: 18px;}
.department-list .area-tit:before{content:"院区";}
.department-list .area-tit a,.department-tabs .tab-tit a{padding: 0 10px;color: #0186d5;line-height: 38px;border-radius: 5px;display: block;font-size: 16px;float: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin-right: 1%;}
.department-list .area-tit a.cur{background-color: #c6e7fd;}
.department-list .department-tabs .tab-tit{padding: 12px 0;padding-left:115px;position:relative;box-sizing:border-box;height:65px;}
.department-list .department-tabs .tab-tit:before{content:"所在科室";}
.department-list .department-tabs .tab-tit a.cur{background-color: #c6e7fd;border:none;}


/* 科室详情  */
.dp-staf{width:100%;overflow:hidden;}
.inner-expert{height:360px;overflow:hidden;float:left;}
.inner-expert li{float:left;width:100%;height:360px;overflow:hidden;}
.inner-expert .dp-item{float:left;width:138px;margin-right:39px;height:289px;}
.inner-expert .dp-item:nth-child(7){margin-right:0;}   
.inner-expert li .expert-pic{display:block;height:185px;position:relative;}
.inner-expert li .expert-name{position:relative;font-size: 16px;color: #0186d5;height:30px;float:left;}
.inner-expert li .expert-name:after{content:'';display:block;width:34px;height:3px;background:#0186d5;position:absolute;bottom:0px;}
.inner-expert .expert-info{line-height:1;margin-top:20px;}
.inner-expert li img{width:138px;height:185px;display:block;transition:all 0.3s;-webkit-transition:all 0.3s;}
.inner-expert .expert-info span{float:left;color:#BCBCBC;line-height:22px;background-color:#f9f9f9;font-size:12px;padding:0 2px;margin-left:8px;border-radius:3px;}
.inner-expert .expert-info span:before{content:"\e63f";font-family:"iconfont";display:inline-block;font-size:16px;margin-right:1px;}
.inner-expert .expert-detail{line-height:1.3;margin-top:10px;}
.inner-expert .expert-detail span{color:#666;}
.inner-expert .expert-detail u{color:#999;}
.inner-expert a:hover{color:#20b673;}
.inner-expert~.dots{bottom: 30px;}
.inner-expert .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.inner-expert .hd .prev,.inner-expert .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden; cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.inner-expert .hd .next{ background-position:0 -50px;  }
.inner-expert .hd .prevStop{ background-position:-60px 0; }
.inner-expert .hd .nextStop{ background-position:-60px -50px; }
.inner-expert .on{ background:#f00; color:#fff; }

/* 专家列表  */
.doctor-list{padding-top:15px;}
.doctor-list .expert-list{margin-right:-34px;margin-top:20px;}
.doctor-list .expert-list li{float:left;width:377px;margin-right:34px;height:180px;overflow:hidden;border-radius:3px;box-sizing:border-box;position:relative;padding:20px 20px 20px 107px;margin-bottom:34px;border: 1px solid #f2f2f2;background:#fff url(../images/doctor-bg.png) left bottom repeat-x;;box-shadow: 0px 2px 5px rgba(188, 188, 188, .4);}
.expert-list li .doctor-img{position:absolute;left:15px;top:27px;width:92px;height:92px;overflow:hidden;}
.expert-list li .doctor-img img{width:80px;height:80px;border-radius: 50%;}
.expert-list li h2{position:relative;font-weight:normal;}
.expert-list li h2 a{vertical-align:middle;color:#0186d5;font-size:18px;margin-bottom:5px;}
.expert-list li h2 span{position:absolute;top:5px;color: #BCBCBC;line-height: 22px;background-color: #f9f9f9;font-size: 12px;padding: 0 3px;margin-left: 8px;border-radius: 3px;}
.expert-list li h2 span:before{display: inline-block;font-size: 16px;margin-right: 1px;}
.expert-list li p{color:#5e5e5e;display:-webkit-box;height:38px;line-height: 20px;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;white-space: normal;margin-bottom:0;-webkit-line-clamp:2;-webkit-box-orient:vertical;}
.expert-list li .doctor-dp{border-bottom:1px solid #f2f2f2;line-height:21px;min-height:52px;box-sizing:border-box;padding-bottom:12px;margin-bottom:7px;overflow:hidden;}
.expert-list li .doctor-dp strong{color:#aeaeae;font-weight:normal;}
.expert-list li p span{color:#aeaeae;}
.expert-list li .wx-code{width:70px;position:absolute;right:20px;top:20px;font-size:12px;color:#000;text-align: center;}
.expert-list li .wx-code img{width:70px;display:block;opacity:.7;filter:alpha(opacity=70);}

.small-info{font-size: 16px;color: #333;display:inline-block;font-weight:normal;}
.small-info span{color:#0186d5;}

/* 医生详细  */
.banner{line-height:1;font-size:16px;background:#c9a66b url(../images/banner-bg.png) repeat;;padding:50px 0;height:278px;}
.banner>.layout{box-sizing:border-box;height:278px;border-radius:5px;overflow:hidden;background-color:#fff;padding:45px 35px;}

.doctor-details>.fl{width:67.33%;}
.doctor-details>.fr{width:27.08%;}
.doctor-details .content{padding:0 0 20px;}
.doctor-details .list-content{margin-top:0;}
.doctor-details .list-item{padding:0;}
.doctor-details .right-video{height:auto;}
.doctor-details .fl .list-tit .color-info{line-height:1;display:block;margin-top:10px;}
.doctor-details .doctor-clinic span{display:block;margin:auto;}
.doctor-details .content h3{color:#999;font-weight:normal;font-size:16px;line-height:40px;border-bottom:1px dashed #ddd;margin-bottom:15px;}
.doctor-resume{position:relative;min-height:186px;padding-left:197px;box-sizing:border-box;padding-right:233px;font-size: 16px;}
.doctor-resume .doctor-img{position:absolute;left:0;top:0px;width:146px;background-color:#fff;}
.doctor-resume .doctor-img>img{display:block;width:138px;height:176px;padding:5px;} 
.doctor-resume h1{font-size: 20px;color: #0186d5;font-weight:normal;line-height:40px;margin-bottom:22px;}
.doctor-resume h1 .doc-name{position:relative;}
.doctor-resume h1 .doc-name:after{width:100%;height: 2px;background-color:#0186d5;content:"";display:block;position:absolute;bottom:-15px;left:0;}
.doctor-resume h1 .level,.doctor-resume h1 a{transition:none;border-top-right-radius:3px;border-bottom-right-radius:3px;vertical-align:middle;background:#C16633;color:#fff;font-size:12px;padding:3px 6px;font-weight:normal;margin-left:15px;position:relative;display:inline-block;line-height:16px;}
.doctor-resume h1 .level:before,.doctor-resume h1 a:before{content:"";width:11px;height:22px;display:block;background-image:url(../images/cd-sprite.png);background-repeat:no-repeat;position:absolute;left:-11px;top:0;}
.doctor-resume h1 .level{background-color:#F4C952;}
.doctor-resume h1 .level:before{background-position:-120px -100px;}
.doctor-resume h1 a:before{background-position:-80px -100px;}
.doctor-resume h1 a:hover{background-color:#0186d5;color:#fff;}
.doctor-resume h1 a:hover:before{background-position:-100px -100px;}
.doctor-resume h1 strong{font-weight:normal;color:#aeaeae;margin-left:16px;margin-right:47px;font-size: 16px;}
.doctor-resume p strong{font-weight:normal;color:#aeaeae;}
.doctor-resume p{line-height:1.5;}
.doctor-follow{display:block;width:92px;margin:0 auto;background:#fff;color:#0186d5;margin-bottom:15px;line-height:27px;border:1px solid #0186d5;border-radius:3px;text-align:center;transition:0.3s;-webkit-transition:0.3s;}
.doctor-follow:before{font-family:"iconfont";content:"\e655";font-size:16px;vertical-align:top;margin-right:5px;position:relative;top:2px;}
.doctor-follow.followed,.doctor-follow:hover{background:#0186d5;color:#fff;}
.doctor-follow.followed:hover{background:#0186d5;color:#fff;}
.doctor-follow.followed:before{content:"\e656";}
.qr-img{position:absolute;right:0;top:0;width:92px;}
.qr-img img{width:90px;padding:1px;}
.qr-img>span{display:block;text-align:center;line-height:1.2;font-size: 14px;color:#aeaeae;}
.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:#0186d5;color:#fff;border-color:#0186d5;transition:0.3s;-webkit-transition:0.3s;}
.myservice a.opened:hover{background:#0186d5;}
.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;}*/
.literature li{padding:10px;background-color:#fff;margin-bottom:8px;}
.literature li:last-child{border:none;}
.literature h3{line-height:1.8;font-size:16px;font-weight:normal;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.literature h3:before{content:'\e605';font-family:iconfont;color:#0186d5;margin-right:5px;}
.literature span{display:block;font-size:12px;max-width:50%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.details-clinic .doctor-clinic{min-height:119px;background-color:#fff;padding:20px 40px 20px 15px;box-sizing:border-box;box-shadow: 0px 2px 5px rgba(188, 188, 188, .3);}
.details-clinic .doctor-clinic table{display:none;}
.details-clinic .doctor-date{background:#f4f4f4;padding:10px 20px;margin-top:10px;background-color:#e4e4e4;}
.details-clinic .doctor-date .fl{width:20%;}
.details-clinic .doctor-date .fr{width:68.95%;margin-right:14px}
.details-clinic .week-wrap li{width:74px;}

/* 医学教育  */
.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:#C16633;}
.profile-info a:hover{color:#0186d5;}
.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;box-sizing:border-box;}
.special-list li a{display:block;margin-bottom:25px;position:relative;transition:background 0.3s;-webkit-transition:background 0.3s;}
.special-list li img{display:block;}
.special-list li a span{line-height:34px;height: 40px;line-height: 40px;border-bottom: 1px solid #d7d7d7;color: #0186d5;display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.special-list li a,.special-list li a img{width:100%;}
.special-list li a:after{content:"";height:2px;width:0;position:absolute;bottom:0;left:0;display:block;background-color:#0186d5;transition:.3s ease;}
.special-list li a:hover:after{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;color:#0186d5;}
.member .container{background-color:#fff;}
.member .logo-row{height:50px;border-bottom:1px solid #0186d5;}
.member-box{margin-top:25px;}
.member-box>.fl,.membe-box>.fr{min-height:600px;}
.member-box>.fl{width:20%;border-right:1px solid #ddd;}
.member-box>.fr{width:78%;}
.member-menu ul{border-top:1px solid #ddd;padding:10px 0;}
.member-menu li{line-height:35px;}
.member-menu li i{width:20px;text-align:center;font-size:18px;margin-right:10px;color:#0186d5;}
.member-menu li a{display:block;padding:0 10px;}
.member-menu li a.cur,.member-menu li a.cur:hover{background:#0186d5;color:#fff;}
.member-menu li a.cur i{color:#fff;}
.member-menu li a:hover{background:#f8f8f8;color:#0186d5;}
.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:#0186d5;}
.data-filter{padding:15px 0;}
.data-filter input,.data-filter .btn{height:16px;line-height:18px;padding:8px 10px;vertical-align:middle;margin-right:10px;}
.data-filter .btn{min-width:100px;}
.data-filter .data-filter-item{margin-right:10px;}
.data-filter select{height:34px;min-width:100px;margin-right:10px;}
.data-filter .datatime{width:110px;}
.data-create{text-align:right;margin-top:5px;}
.data-create a{ background: #0186d5 url(../images/ks-btn.png) left bottom repeat-x;}
.data-list{margin-top:18px;}
.data-list th{background:#eceff4;padding:8px 10px;font-weight:bold;}
.data-list td{padding:8px 10px;border-bottom:1px solid #eceff4;}
.data-list tr:hover td{background:#f9f9f9;}
.data-list tr td:last-child{color:#ccc;word-spacing:.5em;}
.data-list .price{color:#f90;}
.data-list .red{color:#ea5a54;}
.data-list .blue{color:#54a0ea;}
.data-list .orange{color:#e49548;}
.data-list .green{color:#63b98c;}
.data-list .disabled{color:#ddd;cursor:default;}
.data-list .handle{width:20%;}
.data-list td a{color:#0186d5;}
.data-list td a:hover{text-decoration:underline;}
.bind-qr .btn{vertical-align:middle;}
.list-show{margin-bottom:10px;}
.list-show h3{line-height:40px;border-bottom:1px solid #ddd;margin-bottom:5px;}
.list-show li{line-height:34px;}
.list-show li:hover{background:#f4f4f4;}
.list-show li label{display:inline-block;width:80px;vertical-align:middle;color:#999;}
.list-show li a{display:inline;}
.list-show .btn{width:120px;line-height:46px;margin-top:20px;}
.nodata{color:#ccc;padding:100px 0 50px;}
.nodata i{font-size:100px;line-height:1;}
.nodata span{display:block;font-size:16px;}
/*会员中心报告详情*/
.report{border:1px solid #e4e4e4;margin:20px 0;}
.report th{font-weight:bold;padding:10px 10px;}
.report td{padding:5px 10px;}
.report-head{font-size:15px;}
.report-head span{color:#a6a4a4;}
.report-info tr{border-bottom:1px solid #e4e4e4;}
.report-info tr:hover{background-color:#f9f9f9;}
.report .report-tit{background-color:#eceff4!important;color:#797979;}
.weixin-band{width:340px;margin:200px auto 0;background-color:#fff;padding:15px 0;text-align:center;position:relative;}

/* 网站地图 */
.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;}
.map-box{position:relative;}
.map-tit{position:absolute;top:25px;left:20px;z-index:999;}
.map-tit a{width:50px;height: 50px;background-color:#0186d5;color:#fff;text-align:center;line-height:50px;border-radius:50%;display:block;margin-bottom:10px;box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);}

/*疾病百科*/
.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 #0186d5}
.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;}

/*历史沿革*/
.history-journey{position:relative;margin-bottom:80px;}  
.history-time{color:#333;font-size: 40px;}
.history-item{margin-bottom: 25px;}
.history-detail{min-height:152px;padding-bottom:25px;padding-top: 15px;background-size:cover;margin-left:75px;border-left:1px solid #999;padding-left:112px;box-sizing:border-box;}
.history-pic{min-height:152px;background-size:cover;position:relative;margin-bottom:25px;}
.history-pic:after{content:"";background-color:#0186d5;opacity:.7;filter:alpha(opacity=70);position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;}
.history-pic h3,.history-pic img{z-index:2;}
.history-pic h3{font-size: 18px;color:#fff;font-weight:normal;position:relative;padding:25px 370px 25px 25px;box-sizing:border-box;}
.history-pic img{position:absolute;right:10px;top:-50px;width:328px;height:189px;}
.history-detail ul{margin-top:25px;}
.history-detail li{font-size: 16px;color: #333;margin-bottom:25px;position:relative;padding-left:105px;}
.history-detail li span{font-size: 20px;position:absolute;top:0;left:0;}
.history-detail li:after,.history-detail li:before{content:"";display:block;position:absolute;}
.history-detail li:after{width:33px;height:33px;background:url(../images/history-point.png) center no-repeat;top:0;left:-130px;}
.history-detail li:before{width:70px;height:0px;border-bottom:1px dotted #999;top:17px;left:-97px;}
.history-journey:after,.history-journey:before{content: '';position: absolute;border-radius: 50%;width: 30px;height: 30px;bottom:-15px;left:60px;}
.history-journey:after{animation: sonarEffect1 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;}
.history-journey:before{animation: sonarEffect2 2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;background-color:#0186d5;}
@-webkit-keyframes sonarEffect1 {
	0% {
    box-shadow: 0 0 0 0px rgba(175, 68, 37, 0.7);
    background: rgba(175, 68, 37, 0.7);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(175, 68, 37, 0);
    background: rgba(175, 68, 37, 0.3);
  }
}
@keyframes sonarEffect1 {
	0% {
    box-shadow: 0 0 0 0px rgba(175, 68, 37, 0.7);
    background: rgba(175, 68, 37, 0.7);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(175, 68, 37, 0);
    background: rgba(175, 68, 37, 0.3);
  }
}
@-webkit-keyframes sonarEffect2 {
	0% {
    box-shadow: 0 0 0 0px rgba(175, 68, 37, 0.7);
    background: rgba(175, 68, 37, 0.7);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(175, 68, 37, 0);
    background: rgba(175, 68, 37, 1);
  }
}
@keyframes sonarEffect2 {
	0% {
    box-shadow: 0 0 0 0px rgba(175, 68, 37, 0.7);
    background: rgba(175, 68, 37, 0.7);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(175, 68, 37, 0);
    background: rgba(175, 68, 37, 1);
  }
}


/*招聘信息*/
/*列表页*/
.job-head{padding:10px 15px;background-color:#f8f8f8;}
.job-head span{display:block;width:25%;color:#888;font-size:14px;}
.job-list .list-tit{border-color:#f4f4f4;}
/*.job-list .list-tit h2 span {font-weight:bold;border-bottom:2px solid #999;display:inline-block;line-height:46px;margin-bottom:-2px;}*/
.job-list li{padding:0 10px;line-height:40px;height:40px;border-bottom:1px solid #f2f6fd;transition:background-color .3s;}
.job-list li:hover .operate{display:block;}
.job-list li:hover{background-color:#fcfcfc;}
.job-list li span{font-size:14px;}
.job-list a:hover span{color:#0186d5;}
.job-list li [class*="col"]{display:block;height:100%;}
.job-list .col-8{width:60%;}
.job-list .col-4{width:30%;}
.job-list .col-3{width:25%;}
.job-list .col-1{width:10%;}
.file-text{font-size:15px;display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.file-text:before{content:"•";font-weight:bold;color:#0186d5;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:#0186d5;}
.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:#0186d5;}
.content .hr-msg{padding:15px 15px;}
.content .hr-msg p{font-size:14px;margin-bottom:0!important;}
.hr-content{margin-top:25px;}
.hr-detail{background-color:#f5f5f5;padding:20px 15px;box-sizing:border-box;}
.hr-info>.fl{width:85%;}
.hr-info h1{font-weight:bold;padding:0 0 10px;}
.hr-info .hr-keyword{min-width:30%;color:#999;}
.hr-info .hr-keyword strong{font-weight:normal;color:#444;}
.hr-operate{padding-top:15px;}
.hr-operate a{display:block;width:110px;margin-bottom:10px;}
.hr-operate a:before{font-family:"iconfont";font-size:16px;vertical-align:top;margin-right:5px;}
.job-apply:before{content:"\e640";}
.job-apply.applied:before{content:"\e641";}
.hr-operate .job-apply.disabled{background:#f1f1f1;border-color:#aaa;color:#aaa;cursor:no-drop;}
.job-follow:before{content:"\e631";}
.job-follow.followed:before{content:"\e632";}
.job-info-bottm{color:#999;line-height:40px;border-top:1px solid #f2f2f2;overflow:hidden;margin-top:15px;}
/*招标*/
.bid-related{border-top: 3px solid #0186d5;}
.bid-tit{border-bottom:1px solid #f2f2f2;line-height: 50px;font-size: 20px;margin:15px 0 10px;}
/*投票*/
.vote-list{min-height:200px;transition:height 0.8s;-webkit-transition:height 0.8s;}
.vote-list .loading{display:block;line-height:200px;text-align:center;}
.vote-info{padding:15px;border:1px dashed #ddd;background:#f8f8f8;margin-bottom:20px;}
.picvote{overflow:hidden;margin:0 -1%;}
.picvote li{float:left;width:23%;margin:0 1% 25px 1%;text-align:center;background:#f5f5f5;overflow:hidden;}
.picvote li a{display:block;line-height:0;overflow:hidden;}
.picvote li img{display:block;height:176px;margin:auto;}
.picvote li span{display:block;line-height:40px;}
.vote-list .mt25{text-align:center;}
.vote-list .btn{width:180px;font-size:16px;}
.txtvote li{border-bottom:1px dashed #ddd;line-height:40px;padding-left:20px;overflow:hidden;}
.txtvote li:hover{background:#f4f4f4;}
.txtvote span{float:left;}
.txtvote .perbg{width:55%;background:#ddd;line-height:1;height:14px;overflow:hidden;margin:13px 0;}
.txtvote .option{width:35%;}
.txtvote .optionval{width:10%;text-align:right;}
.vote-list .show-btn{width:100px;background:#666;}
.vote-list .show-btn:hover{background:#888;}
.vote-list .tips{line-height:40px;color:#e33;}
.vote-result .optionval{width:10%;text-align:right;}
.vote-list.ajax{margin-top:20px;}
.ranking{padding:15px 10px;border-top:1px solid #ddd;}
.ranking .fl,.ranking .fr,.vote-per{line-height:14px;height:14px;}
.ranking .fl{width:60%;background:#ddd;text-align:left;font-size:0;}
.ranking .fr{width:40%;text-align:right;}
.vote-per{display:inline-block;background:#0186d5;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 #C16633;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;}
}


/* 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}
/* Slider */
.slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}
.slick-list.dragging{cursor:pointer;cursor:hand}
.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;outline:none;height:100%;min-height:1px}[dir='rtl'] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}




#nav-2014 {
    border-bottom: 2px solid #b1191a;
    height: 44px;
}
#categorys-2014 {
    float: left;
    height: 44px;
    overflow: visible;
    position: relative;
    width: 210px;
    z-index: 10;
}
#categorys-2014 .dt a {
    background: #b1191a none repeat scroll 0 0;
    color: #fff;
    display: block;
    font: 400 15px/44px "microsoft yahei";
    height: 44px;
    padding: 0 10px;
    text-decoration: none;
    width: 190px;
}
#categorys-2014 .dd {
    background: #c81623 none repeat scroll 0 0;
    height: 454px;
    margin-top: 2px;
}
#categorys-2014 .dd-inner .item {
    border-left: 1px solid #b61d1d;
    color: #fff;
    height: 31px;
    position: relative;
    z-index: 1;
}
#categorys-2014 .dd-inner .item a {
    color: #fff;
}
#categorys-2014 .dd-inner h3 {
    font-family: "microsoft yahei";
    font-size: 14px;
    font-weight: 400;
    height: 31px;
    line-height: 31px;
    padding: 0 10px;
    position: absolute;
    z-index: 2;
}
#categorys-2014 .dd-inner i {
    font: 400 9px/14px consolas;
    height: 14px;
    position: absolute;
    right: 14px;
    top: 9px;
    width: 4px;
    z-index: 1;
}
#categorys-2014 .dd-inner .hover {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #b61d1d;
}
#categorys-2014 .dd-inner .hover a {
    color: #b61d1d;
}
#categorys-2014 .dd-inner .hover i {
    background: #f7f7f7 none repeat scroll 0 0;
    height: 31px;
    left: 205px;
    line-height: 200px;
    overflow: hidden;
    top: 0;
    width: 14px;
}
#categorys-2014 .dorpdown-layer {
    background: #f7f7f7 none repeat scroll 0 0;
    border: 1px solid #b61d1d;
    display: none;
    left: 209px;
    overflow: hidden;
    position: absolute;
    top: 45px;
    width: 779px;
}
#categorys-2014 .dorpdown-layer .hover {
    display: block;
}
#categorys-2014 .item-sub {
    display: none;
    overflow: hidden;
}
#categorys-2014 .item-sub::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
}
#categorys-2014 .item-channels {
    background: #f7f7f7 none repeat scroll 0 0;
    display: inline;
    float: left;
    height: 24px;
    overflow: hidden;
    padding: 20px 0 0 20px;
    width: 570px;
}
#categorys-2014 .item-channels a {
    background: #7c7171 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    line-height: 24px;
    margin-right: 10px;
    padding: 0 0 0 8px;
    white-space: nowrap;
}
#categorys-2014 .item-channels a:hover {
    background: #c81623 none repeat scroll 0 0;
}
#categorys-2014 .item-channels a:hover i {
    background: #b1191a none repeat scroll 0 0;
}
#categorys-2014 .item-channels i {
    background: #5c5251 none repeat scroll 0 0;
    cursor: pointer;
    display: inline-block;
    font: 400 9px/24px consolas;
    height: 24px;
    margin-left: 8px;
    text-align: center;
    width: 23px;
}
#categorys-2014 .item-channels .line {
    border-left: 1px solid #dbdbdb;
    display: inline;
    float: left;
    height: 24px;
    margin-right: 7px;
    overflow: hidden;
    width: 1px;
}
#categorys-2014 .item-channels .img-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    line-height: normal;
    padding: 0;
}
#categorys-2014 .item-channels .img-link:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
#categorys-2014 .item-channels .style-red {
    background: #c81623 none repeat scroll 0 0;
}
#categorys-2014 .item-channels .style-red i {
    background: #b1191a none repeat scroll 0 0;
}
#categorys-2014 .item-channels .style-red:hover {
    background: #961019 none repeat scroll 0 0;
}
#categorys-2014 .item-channels .style-red:hover i {
    background: #851313 none repeat scroll 0 0;
}
#categorys-2014 .subitems {
    background: #f7f7f7 none repeat scroll 0 0;
    float: left;
    margin-bottom: -1000px;
    min-height: 409px;
    padding: 6px 0 1006px 20px;
    width: 570px;
}
#categorys-2014 .subitems dl {
    line-height: 2em;
    overflow: hidden;
    width: 100%;
}
#categorys-2014 .subitems dl.fore1 dd {
    border-top: medium none;
}
#categorys-2014 .subitems dt {
    float: left;
    font-weight: 700;
    padding: 8px 30px 0 0;
    position: relative;
    text-align: right;
    width: 54px;
}
#categorys-2014 .subitems dt i {
    font: 400 9px/14px consolas;
    height: 14px;
    position: absolute;
    right: 18px;
    top: 13px;
    width: 4px;
}
#categorys-2014 .subitems dd {
    border-top: 1px solid #eee;
    float: left;
    padding: 6px 0;
    width: 480px;
}
#categorys-2014 .subitems dd a {
    border-left: 1px solid #e0e0e0;
    float: left;
    height: 16px;
    line-height: 16px;
    margin: 4px 0;
    padding: 0 8px;
    white-space: nowrap;
}
#categorys-2014 .item-brands {
    display: inline;
    float: right;
    margin: 19px 20px 10px 0;
    overflow: hidden;
    width: 168px;
}
#categorys-2014 .item-brands a {
    display: inline;
    float: left;
    margin: 1px 0 0 1px;
}
#categorys-2014 .item-promotions {
    display: inline;
    float: right;
    margin-right: 20px;
    width: 168px;
}
#categorys-2014 .item-promotions a {
    display: block;
    margin-bottom: 1px;
}
#navitems-2014 {
    float: left;
    position: relative;
    z-index: 2;
}
#navitems-2014 .spacer, #navitems-2014 a, #navitems-2014 li, #navitems-2014 ul {
    float: left;
}
#navitems-2014 .spacer {
    display: none;
}
#navitems-2014 a {
    color: #333;
    font: 400 15px/44px "microsoft yahei";
    height: 44px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
}
#navitems-2014 a:hover {
    color: #c81623;
}
#navitems-2014 .spacer {
    background: #ddd none repeat scroll 0 0;
    height: 24px;
    margin: 10px 0 0;
    overflow: hidden;
    width: 1px;
}

.yxxx  {margin:30px auto ; width:600px;}
.yxxx   ul li font{font-size: 50px;color: rgb(49, 133, 155);}
