charset "utf-8";
/*reset*/
html {overflow-y:scroll;}
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}
body{font-size:12px;margin:0 auto;color:#666; line-height:1.6; background:#fff; font-family:"Microsoft YaHei","微软雅黑","SimSun","宋体";/* font-family:"宋体","Arial Narrow","SimSun",HELVETICA;*/-webkit-text-size-adjust:100%;}
table{border-collapse:collapse;border-spacing:0;}
em{font-style:normal;}
li{list-style:none;}
img{border:0;vertical-align:middle;}
p{word-wrap:break-word;}
fieldset,img{border:0;}
address,cite,code,em,th,i{font-weight:normal; font-style:normal;}
input[type="text"],input[type="password"],textarea,input[type="button"], input[type="submit"], input[type="reset"]{outline-style:none;-webkit-appearance:none;}
input, textarea, select{border:none;}
/* pre{white-space: pre-wrap;word-wrap: break-word;font-family: -moz-fixed;} */
textarea{resize:none;}
/* video{object-fit:cover;} */
.clearfix:after,.w:after,.w990:after{content:".";display:block;height:0;visibility:hidden;clear:both;}
.clearfix,.w,.w990{zoom:1;}
.clearit{clear:both;height:0;font-size:0;overflow:hidden;}
.clear,.clr{display:block;overflow:hidden;clear:both;height:0;line-height:0;font-size:0;}
.fl{float:left;_display:inline;}
.fr{float:right;_display:inline;}
a{color:#222; text-decoration:none;outline: none;}
a:focus{outline: none;}
a:visited {text-decoration:none;}
a:hover {text-decoration:none;color:#53a2ef;}
a:active {color:#666;}
.none,.hide{ display:none;}
.show{ display:block !important;}
.w{width:1200px;margin:0 auto;}
.w990{width:990px;margin:0 auto;}
.w100{width:100px;}
.ml10{margin-left: 10px;}
.mt20{margin-top: 20px;}
.w300{width:300px !important;}
.w840{width:840px !important;}
.w340{width:340px !important;}
.bg-f7f6f6{background-color:#f7f6f6;}
.bg-fff{background-color:#fff;}
.bg-f0f0f0{background:#f0f0f0;}
.pl20{padding-left:20px;}
#img-preview{max-width:800px;max-height:800px;}
.mask{display: none;}
.mask .popbg{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:#000;z-index:3;opacity: .3}

.text-ellipsis{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.text-line1{/*overflow: hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow: ellipsis;*/display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.text-line2{overflow: hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-overflow: ellipsis;}
.text-line3{overflow: hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow: ellipsis;}
/*头部栏*/
.site-top{height:110px;overflow:hidden;box-shadow:0 2px 3px #eee;}
.site-top .logo{width:304px;/*292*/float: left;}/*300*/
.site-top .logo a{display: inline-block;padding:10px 0 0 20px;margin:14px 0 0 16px;/*24*/width:140px;}
.site-top .logo .channel-title{display: inline-block;padding:0px 10px;border-radius:4px;color:#fff;font-size:14px;height:32px;line-height:32px;font-size:18px;background:#3292e8;margin:0px 0 0 14px;vertical-align: middle;}
.site-top .search{width:520px;float: left;padding-left:20px;padding-top:38px;}
.site-top .search .input{float: left;width:420px;height:32px;background:#ececec;border-radius:4px 0 0 4px;font-size:14px;color:#333;padding:4px 20px;}
.site-top .search .input .ipt{width:100%;border:none;height:32px;line-height:32px;background:none;}
.site-top .search .input .ipt::placeholder{color:#a3a3a3;}
.site-top .search .submit{float: left;width:60px;background:#83c04f;border-radius:0 4px 4px 0;height:40px;}
.site-top .search .submit .ipt{border:none;height:40px;width:60px;background:url(../img/search_ico.png) no-repeat center center;cursor: pointer;}
.site-top .site-info{float: left;margin:0 10px 0 20px;}
.site-top .site-info a{display: block;padding:30px 20px;text-align: center;}
.site-top .site-info .ico{width:28px;height:26px;background:url(../img/home_my_ask.png) no-repeat;display:inline-block;}
.site-top .site-info span{display:block;}
.site-top .creat-ask{float: left;}
.site-top .creat-ask a{padding-top:6px;display: inline-block;}
/*顶部栏*/
.top{height:36px;line-height:36px;border-bottom:1px solid #e7e7e7;background-color:#f8f8f8;font-size:14px;}
.top .top-nav{}
.top .top-nav li{display: inline-block;padding:0 10px;width:56px;text-align: center;}
.top .top-nav li a{color:#666;}
.top .top-nav li.cur{position: relative;}
.top .top-nav li.cur a{color:#3292e8;}
.top .top-nav li.cur:after{content:"";height:2px;background:#3292e8;width:48px;position: absolute;bottom:-1px;left:15px;}
.top .top-nav li a:hover{color:#3292e8;}
.top .top-nav .item-more{position: relative;}
.top .top-nav .item-more a{position: relative;}
.top .top-nav .item-more a:after{content:"";width:8px;height:8px;position:absolute;right:4px;top:22px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);border-bottom:1px solid #fff;border-right:1px solid #fff;}
.top .top-nav .nav-more{display: none;position: absolute;background:#fff;border-radius: 4px;z-index:10;box-shadow:0 0 4px #ddd;left:-4px;top:36px;}
.top .top-nav .nav-more li{display: block;padding: 0;margin: 0;height:32px;line-height:32px;text-align: center;border-bottom:1px solid #eee;width:84px;}
.top .top-nav .nav-more li a{color:#666;font-size:14px;display: block;}
.top .top-nav .nav-more li.cur a{color:#3292e8;}
.top .top-nav .nav-more li.cur:after{width:0;}
.top .top-nav .nav-more li:last-child{border: none;}
.top .top-nav .nav-more li:last-child a{border-radius:0 0 4px 4px;}
.top .top-nav .nav-more li a:hover{background:#f8f8f8;}
.top .top-nav .item-more:hover .nav-more{display: block;}


.top .login{padding-left:40px;}
/* .top .login .user-name{font-weight: bold;} */
.top .login a{display: inline-block;margin:0 6px;}
.top .nologin{font-size:14px;color:#5184f7;padding-left:40px;padding-right:20px;}
.top .nologin a{color:#5184f7;}
.top .nologin a:hover{text-decoration: underline;}
.top .nologin .bor,.top .login .bor{margin:0 6px;}
.top .nologin .slogan{padding-left: 40px;color:#666;}
.top .other{font-size:14px;padding-right:20px;}
.top .other ul{float: left;}
.top .other .item a{color:#666;padding:0 16px;display: inline-block;border-left: 1px solid transparent;border-right: 1px solid transparent;}
.top .other .item:hover a{color:#53a2ef;border-left: 1px solid #53a2ef;border-right: 1px solid #53a2ef;background-color:#fff;display: inline-block;line-height:36px;height: 36px;position: relative;z-index: 100;}
.top .other .item.normal:hover a{background-color:#f8f8f8;border:none;line-height:35px;height: 35px;border-left: 1px solid #f8f8f8;border-right: 1px solid #f8f8f8;}
.top .other .item{float: left;position: relative;}
.top .other .item:hover .qr-code{display: block;}
.top .other .item .qr-code{display: none;position: absolute;top:35px;z-index:10;padding:10px 0;width:280px;right:0px;border:1px solid #53a2ef;background-color:#fff;overflow: hidden;}
.top .other .item .qr-item{float: left;width:278px;vertical-align: middle;}
.top .other .item .qr-item .info{padding-top:16px;}
.top .other .item .qr-item .info h3{color:#53a2ef;margin-bottom:4px;}
.top .other .item .qr-item .info p{line-height: 1.6;}
.top .other .item .qr{width:110px;height:110px;float: left;margin:0 10px;vertical-align: middle;}
.top .other .item .qr-item.last-child .qr{margin-left:0;}
/*导航*/
.nav{background:#54b6f4;}
.nav .w{position: relative;}
.nav .nav-list{padding-left:10px;}
.nav .nav-list li{height:60px;line-height:60px;float: left;margin:0 0px;position: relative;}
.nav .nav-list li a{font-size:20px;color:#fff;display: block;padding:0 18px;}
.nav .nav-list li a:hover{color:#fff;opacity: 0.6;}
.nav .nav-list li.cur a{background-color:#53a2ef;}
.nav .nav-list .item-more a{position: relative;padding: 0 26px 0 20px;}
.nav .nav-list .item-more a:after{content:"";width:8px;height:8px;position:absolute;right:8px;top:22px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);border-bottom:1px solid #fff;border-right:1px solid #fff;}
.nav .nav-list .nav-more{display: none;position: absolute;background:#fff;border-radius: 4px;width:100px;z-index:10;box-shadow:0 0 4px #ddd;left: 20px;top:60px;}
.nav .nav-list .nav-more li{height:40px;line-height:40px;text-align: center;border-bottom:1px solid #eee;}
.nav .nav-list .nav-more li:last-child{border: none;}
.nav .nav-list .nav-more li a{color:#666;font-size:14px;padding:0 10px;text-align: center;width:80px;}
.nav .nav-list .nav-more li.cur a{color:#53a2ef;}
.nav .nav-list .nav-more li a:hover{background:#f8f8f8;opacity:1;}
.nav .nav-list .nav-more li a{background:none;}
.nav .nav-list .item-more:hover .nav-more{display: block;}
.zhongyi-nav{/* background:#f1eccf;border-top:1px solid #d7d4b5; border-bottom:1px solid #eee; */
/* background:#fff;border-bottom:1px solid #54b6f4; */
background-color:#e5c05e;
}
.nav.zhongyi-nav .nav-list li{height:50px;line-height:50px;}
.nav.zhongyi-nav .nav-list li a{/* color:#333; */padding:0 20px;margin: 0 10px;}
.nav.zhongyi-nav .nav-list li.cur a{ color: #fff;background-color:#c4a242; /*background-color:#3292e8;background-color:#fff; color: #0364d7;border-bottom:1px solid #0364d7;*/}
/*内科科室导航*/
.subnav{background:#ececec;height:64px;}
.subnav .w{padding-left:50px;box-sizing: border-box;}
.subnav a{display: inline-block;font-size:18px;color:#777;margin:0 20px;line-height:64px;}
.subnav a.active{color:#83c04f;font-weight: bold;}
.mini-nav .w{padding-left:10px;line-height:64px;}
.mini-nav .label{font-size: 18px;color:#777;display: inline-block;}
.mini-nav a{color:#000;padding:0 12px;line-height:34px;height:34px;margin:0 10px 0 0; line-height:34px;}
.mini-nav a:hover{background:#83c04f;color:#fff;text-decoration: none;} 

.video-list .item .p a,.sidebar .img-list .pic a{position: relative;overflow: hidden;display: block;}
.video-list .item .p img,.sidebar .img-list .pic a img{position: absolute;top:0;left:0;overflow: hidden; -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; transition: all 0.5s ease-out;}
.video-list .item .p a:hover img,.sidebar .img-list .pic a:hover img{-webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); transform:scale(1.1,1.1); -webkit-transition:all 0.6s ease-out; -moz-transition:all 0.6s ease-out; transition:all 0.6s ease-out;}
.video-list .item .p a:after{ content:""; width:46px;height:46px;background:url(../img/video_ico2.png) no-repeat;position: absolute;left:50%;top:50%;margin:-23px 0 0 -23px;opacity: 0.8;}
/* ,.sidebar .img-list .pic a:after */
/*底部*/
.foot{background:#f2f2f2;}
.foot .companion{/*padding-top:36px;padding-bottom:32px;*/}
.foot .companion ul{float: left;padding-top:2px;}
.foot .companion li{float: left;margin-right:20px;}
.foot .companion li img{border:1px solid #e8e9ed;width:98px;height:42px;}
.foot .label{width:140px;height:50px;border-radius:2px;background:#83c04f;text-align: center;line-height:50px;font-size:24px;color:#fff;float: left;margin-right:26px;}
.foot .links{padding-top: 40px;}
.foot .links ul{float: left;}
.foot .links li{float: left;line-height:50px;margin-right:16px;}
.foot .links li a{font-size:14px;color:#777777;}
.foot .links li a:hover,.foot .copyrigt .fnav a:hover{text-decoration: underline;}
.foot .copyrigt{padding-top:40px;padding-bottom:50px;}
.foot .copyrigt .flogo{float: left;margin-right:30px;}
.foot .copyrigt .info{float: left;width: 900px;}
.foot .copyrigt .fnav{font-size:18px;color:#83c04f;padding-bottom:10px;}
.foot .copyrigt .fnav a{color:#83c04f; border-right: 1px solid #83c04f; padding-right: 15px; margin-right: 15px;}
.foot .copyrigt .fnav a:nth-last-child(1){border-right: none;}
.foot .copyrigt .txt p{font-size:14px;color:#777;line-height:1.8;}
.foot .copyrigt .txt p a{ color: #777; text-decoration: none;display: inline-block;padding-right: 10px;margin-right:10px;border-right:1px dashed #999;line-height:1.1;}
.foot .copyrigt .txt p a:last-child{border-right:none;}
.foot .copyrigt .txt p a:hover{text-decoration: underline;}
.bgad{margin:20px auto;}
.bgad img{max-width:100%;}
/*视频列表*/
.video-list{}
.video-list .item{float: left;width: 270px;/*height:242px;*/}
.video-list .item .p ,.video-list .item .p .img{width: 270px;height:152px;position: relative;}
.video-list .item .p .time{display: inline-block;font-size:12px;color:#fff;line-height:20px;padding:0 6px;background:#666;position: absolute;bottom:0;right:0;}
.video-list .item .info{border:1px solid #eaedf0;border-top:none;/*height:90px;*/padding:0 8px;}
.video-list .item .name{height:40px;/*padding-top:4px;*/line-height:40px;overflow: hidden;font-size:16px;color:#333;border-bottom:1px solid #eaedf0;}
.video-list .item .author{overflow: hidden;}
.video-list .item .avatar,.video-list .item .nickname{float: left;}
.video-list .item .avatar{line-height: 44px;}
.video-list .item .avatar .img{width:24px;height:24px;border-radius:50%;padding:0 6px;vertical-align:-6px;}
.video-list .item .nickname{padding:0 4px;line-height:44px;font-size:14px;color:#333;}
.video-list .item .label{font-size:12px;color:#777;float: right;line-height: 44px;height: 44px;overflow: hidden;width: 140px;text-align: right;}
/*分页*/
.pages{padding:40px 0 60px;text-align: center;font-size: 0;}
.pages ul,.pages li{display: inline-block;}
.pages li{margin:0 10px;vertical-align: middle;padding:0 !important;border:none !important;}
.pages li a{height:34px;text-align: center;line-height:34px;border:1px solid #e5e5e5;font-size:14px;color:#333;display: inline-block;padding:0 12px;}
.pages li.thisclass a,.pages li a:hover{background:#83c04f;color:#fff;text-decoration:none;}
.pages li.prev a,.pages li.next a{border:none;width:auto; padding:0 10px;}
/*左右栏*/
.w .main{/* width:836px; */float: left;width:834px;}
.w .sidebar{float: right;width:318px;width: 354px;}

.w .doctor-box{width: 240px;float:left;margin: 0 40px 0 0;padding: 24px 0 0;}
.w.inner-details .main{/* width:836px; */float: left;width:580px;padding:0px 0 0;}
.w.inner-details .sidebar{float: right;width:300px;padding:10px 0 0;}

.w .w1200{ width:1200px;}
.w .w1200 li .info{ width:936px;}
/*语音列表*/
.voice-list{padding-top:30px;}
.voice-list>ul{width:1250px;}
.voice-list>ul>li{float:left; width: 218px; height: 308px;border:1px solid #e6e9ed; margin: 0 25px 20px 0;padding:0;overflow: hidden;}
.voice-list>ul>li:hover{-moz-box-shadow: 1px 1px 8px #ccc; -webkit-box-shadow: 1px 1px 8px #ccc; box-shadow: 1px 1px 8px #ccc;}
.voice-list>ul>li>a{padding-bottom:21px;display:block;}
.voice-list>ul>li>a>span{width: 120px; height: 120px;border-radius:50%;overflow:hidden;margin: 13px auto 15px;border: 1px solid #f1f1f1;display: block;}
.voice-list>ul>li>a>span>img{width: 120px; height: 120px;border-radius:50%;overflow:hidden;}
.voice-list>ul>li>a>dl{height:26px;}
.voice-list>ul>li>a>dl>dt,.voice-list>ul>li>a>dl>dd{float: left;width:50%;height:20px;padding-top:2px;}
.voice-list>ul>li>a>dl>dt{text-align:right;}
.voice-list>ul>li>a>dl>dt>strong{font-size:14px;color:#666;line-height:14px;padding-right:10px;font-weight:normal;}
.voice-list>ul>li>a>dl>dd>span{font-size: 12px; color: #018cf1; border: 1px solid #018cf1; padding: 0 2px; border-radius: 4px; line-height: 14px;}
.voice-list>ul>li>a>h3{font-size:16px;color:#222;text-align:center;line-height:30px;font-weight:normal;overflow: hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;text-overflow: ellipsis;}
.voice-list>ul>li>a:hover{text-decoration:none;}
.voice-list>ul>li>a:hover>dl>dt>strong{font-weight:bold;}
.voice-list>ul>li>p{position:relative;border-top:1px solid #e6e9ed;font-size:12px;color:#999;padding:0 10px;line-height:40px;}
.voice-list>ul>li>p>.qr_click{cursor:pointer;}
.voice-list .media-body,.voice-index .list .media-body{width:90px;height:20px;border:1px solid #ff2136;border-radius:20px;margin: 0 auto 18px;}
.voice-list .media-body span.time,.voice-index .list .media-body span.time{float:right;margin-right:8px;line-height:20px;font-size:12px;color:#ec5950; cursor: context-menu;}
.voice-list {/* float:right; */margin-right:8px;line-height:20px;font-size:12px;color:#ec5950; cursor: context-menu;width:1200px;margin:0 auto;}
.voice-list .media-body i,.voice-index .list .media-body i{float:left;width:12px; height:13px; background-repeat: no-repeat;margin: 3px 0 0 6px;font-style:normal;}
.voice-list .chat-pop,.voice-index .list .chat-pop{width: 90px; height: 20px;}
/* .voice-list .img-responsive,.play,.voice-index .list .img-responsive{background-image: url(../img/play_icon@1x.gif); background-size: 10px 45px;} */
/* .voice-list .img-responsive,.voice-index .list.img-responsive {background-position:0 0;} */
/* .voice-list .play,.voice-index .list .play{background-position:0 -15px;} */
/* .voice-list .loading,.voice-index .list .loading{ background:url(../img/loading.gif);background-size:12px 12px;}
.voice-list .error,.voice-index .list .error{position:relative;}
.voice-list .error:after,.voice-index .list  .error:after{position: absolute; top: 0; left: 0; font-size: 12px; color: #ff4000; width: 40px; height:14px; content:"错误!"; line-height: 1.2;background: #fff;} */

/*问答列表*/
.ask-items{ margin-bottom:0px;}
.ask-items .item{ position:relative; height:134px; border-bottom: 1px dashed #eee; padding-top:22px;}
.ask-items .item:last-child{ border-bottom:none;}
.ask-items .item a.link:hover{ text-decoration:none;}
.ask-items .item .link{ position:absolute; top:0; left:0; width:155px;}
.ask-items .item .link .doctor{ position:relative;}
.ask-items .item .link .doctor .pic{ position:absolute; top:30px; left:7px; width:60px; height:60px; border-radius:50%; overflow:hidden; }
.ask-items .item .link .doctor .pic img{ width:60px; height:60px;}
.ask-items .item .link .doctor .info{ padding:40px 0 0 76px;}
.ask-items .item .link .doctor .info span{ display:block; padding-left:1px; font-size:18px; color:#222; line-height:1; margin-bottom:12px;}
.ask-items .item .link .doctor .info strong{ display:block; font-size:12px; color:#999; height:18px;line-height:18px; font-weight:400;}
.ask-items .item .link .tag{ margin:14px 12px 0; text-align:center; font-size:13px; color:#666;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:20px;line-height:20px;}
.ask-items .item .link .tag:last-child{margin-top: 4px;}
.ask-items .item .link:hover .doctor .info span{font-weight:bold;}
.ask-items .item .infos{ margin:0 0 0 185px;}
.ask-items .item .name,.ask-items .item .txt{ position:relative; padding-left:34px;}
.ask-items .item .name .ico,.ask-items .item .txt .ico{ position:absolute; top:4px; left:0; width:16px; height:16px;}
.ask-items .item .name .ico{ background: url(../img/ask_q.png) no-repeat;}
.ask-items .item .txt .ico{ top:12px; background: url(../img/ask_a.png) no-repeat;}
.ask-items .item a.name{ display:block; font-size:16px; color:#222; line-height:1.4; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.ask-items .item .txt{ line-height:22px; font-size:14px; color:#7b838a; padding-top: 8px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.ask-items .item .txt a{ font-size:14px; color:#7b838a; text-decoration:none; }
.ask-items .item .mb{ margin: 16px 24px 0;}
.ask-items .item .mb .zx{ float:left; width:98px; height:26px; border:1px solid #83c04f; border-radius:26px; text-align:center; line-height:26px; font-size: 14px; color:#83c04f;}
.ask-items .item .mb .zx:hover{ text-decoration: none; background-color:#83c04f; color:#fff;}
.ask-items .item .mb .date{ float:right; font-size:12px; color:#7b838a; padding-top:6px; }
.ask-items .item .mb .date span{color:#83c04f;}
.ask-items .item .mb .text{float: left;}
.ask-items .item .mb .text a{display: inline-block;}
/*2022年11月25日 10:28:03  迁移过来的，分类列表页面头部的 选择性*/ 
.guide .sub-guide{clear:both;margin:20px 0;padding:0 20px;*padding:0 20px 3px;border:1px solid #e6e9ed;background:#fbfbfb;position:relative;overflow:hidden;zoom:1;}
/*.yslist_dq dl{clear:both;border-top:1px solid #e8e8e8;overflow:hidden;zoom:1;margin-top:-1px;padding:21px 0 0 48px;*padding:21px 0 3px 48px;position:relative;}*/
.guide .sub-guide .item{clear:both;border-top:1px solid #e8e8e8;overflow:hidden;zoom:1;margin-top:-1px;padding:21px 0 0 0px;position:relative;}
.guide .sub-guide .item .label{/*position: absolute;left:0;top:21px;*/font-size:16px;color:#999;line-height:20px;*line-height:21px;width:60px;float: left;}
.guide .sub-guide .item p{overflow:hidden;zoom:1;font-size:14px;padding-left:20px;}
.guide .sub-guide .item p a{display:inline-block;margin:0 8px 12px 0;padding:0 8px;height:24px;line-height:22px;_line-height:24px;overflow:hidden;color:#666;}
.guide .sub-guide .item p a:hover{color:#4690fd;}
.guide .sub-guide .item p a.active{background:#4690fd;color:#fff;}
.guide.zy-guide-channel .sub-guide .item p a.active,.guide.zcy-guide-channel .sub-guide .item p a.active{background:#dfb94f;}
.guide .sub-guide .item p a.active:hover{color:#fff;}

.crumb{padding:16px 0;font-size:14px;color:#999;line-height:20px;padding-left:10px;}
.crumb a{color:#999;}
.crumb a:hover{color:#53a2ef;}
/*医生团队*/
.doctor-index{}
.doctor-index ul{}
.doctor-index li{width:228px;float: left;border:1px solid #ececec;height:100px;margin:5px;}
.doctor-index li a{display: block;position: relative;height:100%;padding:16px 6px 0 14px;box-sizing: border-box;}
.doctor-index li .pic{float: left;margin-right:10px;}
.doctor-index li .pic,.doctor-index li .pic img{width:62px;height:62px;border-radius:50%;overflow: hidden;}
.doctor-index li a:hover{background:#f2f2f2;}
.doctor-index li a:hover .pic{box-shadow:1px 1px 8px #ccc;}
.doctor-index li .info{font-size:12px;color:#666;padding-top:8px;}
.doctor-index li .info p{padding-bottom:4px;line-height:1.4;}
.doctor-index li .info strong{font-size:16px;color:#333;display: inline-block;margin-right:10px;}
.doctor-index li .info span{font-size:12px;color:#3f89f6;}
.doctor-index .more{text-align: center;padding-top:16px;}
.doctor-index .more a{display: inline-block; width:130px; height:30px; margin:0 auto; border:1px solid #eee; font-size:12px; color:#91989b; border-radius:14px; text-align:center; line-height:30px;}
.doctor-index .more a:hover{background-color:#f2f2f2;}