@charset "utf-8";
/* reset */


/*背景颜色*/
.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:#AF4425;}
.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:#B24000;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;}
/* 浮动 */
.fl{float:left!important;}
.fr{float:right!important;}
.clearfix{*zoom:1;}
.clearfix:before,
.clearfix:after{display:table;content:"";line-height:0;font-size:0;clear:both;}

/*显示形式*/
.inline{display:inline;}
.block{display:block;}
.inline-block{display:inline-block;zoom:1;*display:inline;}
.hidden{display:none;}

/* 下拉三角符号 */
.caret{display:inline-block;width:0;height:0;vertical-align:middle;border-top:8px solid #000000;border-right:8px solid transparent;border-left:8px solid transparent;content:"";}
.caret.up{border-top:none;border-bottom:8px solid #ccc;}
.caret.down{border-top:8px solid #ccc;border-bottom:none;}

/* 消息框  */
.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255,255,255,0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.alert,.alert h4{color:#c09853;}
.alert h4{margin:0;}
.alert .close{position:relative;top:-2px;right:-21px;line-height:20px;}
.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6;}
.alert-success h4{color:#468847;}
.alert-danger,.alert-error{color:#b94a48;background-color:#f2dede;border-color:#eed3d7;}
.alert-danger h4,.alert-error h4{color:#b94a48;}
.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1;}
.alert-info h4{color:#3a87ad;}
.alert-block{padding-top:14px;padding-bottom:14px;}
.alert-block>p,.alert-block>ul{margin-bottom:0;}
.alert-block p+p{margin-top:5px;}

/*表单样式*/
.form-horizontal{padding-top:15px;*overflow:hidden;}
.form-horizontal legend {display:block;width:100%;padding:5px 0;margin-bottom:15px;text-indent:10px;border-bottom:1px solid #ddd;font-size:14px;font-weight:bold;}
.form-horizontal legend a {font-size:12px;margin-left:10px;font-weight:normal;}
.form-horizontal .control-group {margin-bottom:9px;*zoom:1;*width:100%;*float:left;position:relative;}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {display:table;content:"";}
.form-horizontal .control-group:after {clear:both;}
.form-horizontal .control-label {position:absolute;width:120px;left:0;top:14px;text-align:right;}
.form-horizontal .controls {padding:5px 0;padding-left:130px;}
.form-horizontal .controls  p{padding-top:4px;}
.form-horizontal .controls .radio{line-height:44px;}
.form-horizontal .help-block {margin-top:9px; margin-bottom:0;}
.form-horizontal .help-block  .icon-exclamation-sign{font-size:14px;color:#1c64e3;}
.form-horizontal .form-actions{padding-left:130px;}
.form-horizontal .form-actions .btn{width:120px;line-height:45px;}
.control-group label.required:before{content:"*";font-weight:normal;color:red;margin-right:8px;}
.control-group label.error,.control-group label.valid{padding-left:8px;zoom:1;}
.control-group .error{color:#bd4247;}
.control-group .form-text{display:inline-block;zoom:1;*display:inline;padding-top:4px;}
.control-group input.error{border-color:#bd4247;}
.control-group input.error:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(189,66,71,.6);}
.control-group .valid{color:#669533;}
.control-group input.valid{border-color:#669533;}
.control-group input.valid:focus{box-shadow:inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,149,51,.6);}
.control-group .inline,.control-group .inline input{line-height:28px;vertical-align:middle;padding-right:10px;}
.control-group  textarea{vertical-align:middle;min-height:120px;}
.help-inline,.help-block{color:#666;padding-left:8px;}
.help-inline{display:inline;}
.help-block{display:block;}
.pic-preview  a{position:relative;display:inline-block;background:url(../images/uploadify-cancel.png) 0 0 no-repeat #fff;width:16px;height:16px;margin-top:12px;margin-left:-22px;text-indent:-9999px;vertical-align:top;}
.pic-preview img{max-width:140px;max-height:140px;margin-top:10px;}
.laydate-form{padding:15px;background-color:#f4f4f4;margin:10px 0;}
.ranking .laydate-form input{padding:8px 10px;width:200px;margin-right:10px;vertical-align:middle;}
.ranking .laydate-form button{width:120px;line-height:36px;vertical-align:middle;}
/*报名报*/
#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;}


.iconfont {
  display:inline-block;
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
.imagesLoaded li img{
  -webkit-transition:opacity 0.4s;
     -moz-transition:opacity 0.4s;
      -ms-transition:opacity 0.4s;
          transition:opacity 0.4s;
}
.imagesLoaded .is-loading {background:url(../image/loadernew.gif) center no-repeat #000;}
.imagesLoaded .is-broken {background:url(../image/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;}



/*首页-门诊时间 */
.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:#B24000;}
.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;}




/*侧边栏 */
.aside{position:fixed;text-align:center;height:100%;top:50%;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:#b24000;}
.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;}

/*医院简介*/
.hospital-intro{color:#333;}
.hospital-intro .layout{box-sizing:border-box;position:relative;}
.hospital-intro h2{font-size: 18px;color: #B24000;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 #B24000;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:#B24000;}



/*三级栏目*/
.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:#AF4425;border-color:#AF4425;}
.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:#AF4425;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:#AF4425;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:#AF4425;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:#AF4425;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:#AF4425;}
.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:#B24000;}
.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:#AF4425;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:#AF4425;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:#AF4425;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:#B24000;}
.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:330px;height:245px;}
.inner-row .news-slide ul li img{width:330px;height:245px;}
.inner-row .img-news{width:330px;height:245px;position:absolute;top:0;overflow:hidden;}
.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:#B24000;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:#B24000;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:#B24000;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:#B24000;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:#B24000;border-bottom:3px solid #B24000;}
#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:#B24000;}
.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:#B24000;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;}
.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:#B24000;}
.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:#AF4425;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: #AF4425;border-color:#AF4425;}
.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 #AF4425;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:#AF4425;}
.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:#AF4425;}
.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: #AF4425;}
.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:#AF4425;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:#AF4425;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:#AF4425;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:#AF4425;}
.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:#B24000;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:#AF4425;}
.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 #B24000;background:#fff;color:#B24000;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:#B24000;border-color:#B24000;}

/*患者服务首页-智能导诊*/
.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:#B24000;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:#B24000;border-color:#B24000;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:#B24000;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:#B24000;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:#B24000;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:#B24000;color:#fff;border-color:#B24000;}
.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:#B24000;border-color:#B24000;}
.other-symptom ul li a.cur:after{color:#B24000;}
.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 #AF4425;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:#AF4425;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:#AF4425;border-color:#AF4425;}
.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:#AF4425;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:#AF4425;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:#AF4425;}
.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;padding-right:1%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.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:#AF4425;}
.visit-tabs .tab-pannel{display:block;}
.visit-tabs .tab-pannel .visit-dp{display:none;}
.visit-tabs .tab-pannel .visit-dp:first-child{display:block;}
.vis-cont .sign-dp{vertical-align:middle;background:#b24000;color:#fff;font-size:12px;width:27px;height:16px;line-height:16px;display:inline-block;padding-left:11px;box-sizing:border-box;background:url(../images/sign-dp_1.png);position:relative;top:-1px;}
.vis-cont .sign-dp.sign-dp_1{background:url(../images/sign-dp_1.png);}
.vis-cont .sign-dp.sign-dp_2{background:url(../images/sign-dp_2.png);}


/*预约挂号规则*/
.order_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  #AF4425;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;}

.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 #AF4425;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:#AF4425;}
.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:#AF4425;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:#AF4425;}
.filter dd li a.cur span{color:#AF4425;border-bottom:1px dashed #B24000;}
.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: #EFD9D3;}
.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:#AF4425;line-height:38px;border-radius:5px;}
.filter dd .tab-tit span.cur{margin-bottom:-1px;background-color:#EFD9D3;}
.filter dd .tab-tit span a{display:inline;float:none;color:#AF4425;}
.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: #EFD9D3;color:#AF4425;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:#EFD9D3;color:#AF4425;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;}
.doctor-search i{line-height:34px;position:relative;}
.doctor-search input{line-height:22px;height:22px;padding:7px 10px;width:250px;border:1px solid #ddd;border-right:none;margin-left:-25px; box-sizing:unset; border-radius: 0px;}
.appointment-col-2 .doctor-search input{border-color:#AF4425;}
.doctor-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: #AF4425;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:#B24000;transition:0.3s;-webkit-transition:0.3s;}
.doctor-date .haschosen a:hover{background:#B24000;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:#AF4425;width:24px;height:24px;line-height:25px;background:#f4f4f4;border:1px solid #AF4425;border-radius:50%;text-align:center;font-size:12px;}
.week-list a:hover{border-color:#B24000;}
.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 #B24000;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:#B24000;}
.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:#B24000;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 #AF4425;position:relative;overflow:hidden;border-bottom-left-radius:5px;}
.sort h2{display:inline-block;border:1px solid #AF4425;border-bottom:none;border-right:none;border-radius:5px;overflow:hidden;}
.sort a{float:left;line-height:40px;position:relative;border-right:1px solid #AF4425;display:block;padding:0 30px;font-weight:normal;}
.sort a.cur{background:#AF4425;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: #B24000 url(../images/ks-btn.png) left bottom repeat-x;}
.myask-btn .btn:hover{background-color:#C16633;}
.myask-btn a.fr{color: #B24000;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: #AF4425;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:#B24000;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: #B24000;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:#B24000;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:#B24000;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:#B24000;}
.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:#B24000;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:#B24000;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: #B24000 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: #B24000;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 #B24000;}
.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: #B24000 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:#B24000;}
.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:#B24000;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;}


/*块状列表*/
.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:#B24000;font-size: 18px;height:100%;white-space:normal;box-sizing:border-box;padding:20px;}
.platblock-list li a:hover{background: #B24000 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:#B24000;}
.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:#AF4425;line-height:50px;float:left;font-size: 16px;margin-right:40px;}
.department-tabs .tab-tit a.cur{border-bottom-color:#AF4425;}
.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:#AF4425;text-align:center;line-height:44px;margin:0 3px;}
.department-tablist .tab-pannel>li .dp-mark a:hover{background-color:#AF4425;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:#AF4425;font-size:20px;font-weight:normal;}
.department-tit h3 span{vertical-align:middle;background:#b24000;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: #AF4425;background:#f6ece8 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:#B24000;}
.department-desc p.fr a:hover{border-bottom:1px dashed #B24000;}
.department-list .area-tit{position:relative;border-bottom: 2px solid #d7d7d7;padding: 12px 0;padding-left:115px;font-size: 18px;border-top: 2px solid #AF4425;}
.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: #AF4425;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: #EFD9D3;}
.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: #EFD9D3;border:none;}

/* 专家列表  */
.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:#AF4425;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{content: "\e66d";font-family: "iconfont";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:67px;position:absolute;right:20px;top:20px;font-size:12px;color:#aeaeae;text-align: center;}
.expert-list li .wx-code img{width:67px;display:block;opacity:.5;filter:alpha(opacity=50);}
.small-info{font-size: 16px;color: #333;display:inline-block;font-weight:normal;}
.small-info span{color:#AF4425;}

/* 医生详细  */
.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:126px;height:176px;padding:5px;}
.doctor-resume h1{font-size: 20px;color: #AF4425;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:#AF4425;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:#AF4425;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:#AF4425;margin-bottom:15px;line-height:27px;border:1px solid #AF4425;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:#AF4425;color:#fff;}
.doctor-follow.followed:hover{background:#B24000;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:#AF4425;color:#fff;border-color:#AF4425;transition:0.3s;-webkit-transition:0.3s;}
.myservice a.opened:hover{background:#B24000;}
.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:#AF4425;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;}






/* 专题专栏  */
.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: #AF4425;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:#AF4425;transition:.3s ease;}
.special-list li a:hover:after{width:100%;}



/*详情页*/
.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:#B24000;}
.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 #B24000;}
.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:#B24000;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}
.fr {
    text-align: left;
}
i {
	font-style: normal;
}

.doctor-list .doctornew li { width:43%; height:120px; overflow:hidden; margin-right:1%; float:left; display:inline-block;}
.doctornew .doctor-info .doctor-dp .fl{
	width:100%;
}
.doctornew .doctor-info .doctor-dp .goodat{
	padding-left:0px;
	padding-bottom:8px;
}

.pinner .list-content {
	width:70%;
	margin:0 auto;
	margin-bottom:30px;
}
.ks_wk {
	padding-left:40px;
}
.ks_wk .list-tit{
	font-size:20px;
	font-weight:bold;
	padding-bottom:6px;
	border-bottom:1px solid #ccc;
	width:93%;
	margin-top:10px;
	margin-bottom:20px;
	
}

@media screen and (max-width: 750px) {
	.doctor-list .doctornew li { width:100%; height:auto; float:none; display:block;}
	.pinner .list-content {
		width:90%;
	}	
	.appointment-col-2>.fl,.doctor-search{
		display: none;
	}
	.layout{
		width:96%;
	}
	.appointment-col-2>.fr{
		float: left!important;
		width:100%;
	}
	.doctor-info .doctor-dp .fl{
		width:100%;
	}
	.doctor-info .doctor-dp .goodat{
		padding-left:0px;
		padding-bottom:8px;
	}

	
}