﻿/*公用样式 宽度布局*/

p {
 line-height: 2em
}

.Department_left {
 width:880px;
 float: left;
}

.Department_right {
 width: 380px;
 float: right;
}


/*公用标题样式*/

h2.Com_tit {
 height: 42px;
 color: #009CA0;
 font-size: 16px;
 border-bottom: 1px solid #DDDDDD;
}

h2.Com_tit span {
 cursor: pointer;
 border-left: none;
 font-size: 22px;
}

h2.Com_tit a.Com_more {
 color: #333333;
 display: block;
 font-size: 12px;
 font-weight: normal;
 line-height: 27px;
 float: right;
}

h2.Com_tit a.Com_more:hover {
 color: #00A8E2
}

h2.Com_tit span a {
 color: #009CA0
}

h3.Com_tit {
 border-bottom: 2px solid #ccc;
 color: #13cebe;
 font-size: 16px;
 font-weight: bold;
 line-height: 36px;
}

h3.Com_tit span {
 border-bottom: 2px solid #13cebe;
 padding-bottom: 7px;
}

h3.Com_tit span a {
 color: #009CA0
}


/*相关科室*/

.department .dep_tit {
 line-height: 44px;
 color: #fff;
 background: #009CA0 url(/Content/Areas/Common/images/video/shouqi.png) no-repeat 340px center;
 font-size: 18px;
 padding-left: 10px;
 margin-bottom: 1px;
}

.department .dep_tit:hover {
 cursor: pointer;
}

.department .current_ks {
 background: #009CA0 url(/Content/Areas/Common/images/video/zhankai.png) no-repeat 340px center;
}

.department .img_box {
 display: block;
 width: 100%;
 height: 190px;
 overflow: hidden;
 position: relative;
}

.department .dep_img {
 width: 100%;
 height: 190px;
}

.department h2.gd_tit {
 position: absolute;
 bottom: 0px;
 line-height: 32px;
 background: #000;
 width: 100%;
 opacity: 0.7;
 color: #fff;
 font-size: 16px;
 padding-left: 10px;
}

.department .dep_list {
 border: 1px solid #ddd;
}

.department p {
 line-height: 26px;
 color: #666;
 padding: 10px 16px;
}

.department .col_list {
 margin: 0px 16px;
 border-top: 1px solid #ddd;
 padding: 10px 0;
}

.department .col_list li {
 float: left;
 width: 44%;
}

.department .col_list li ul.lv2_ul {
 display: none
}

.department .col_list li a {
 color: #666;
}

.department .col_list li a:hover {
 color: #009CA0;
}

.department .col_list li p {
 padding: 0;
 line-height: 32px;
}

.department .Key_Box a {
 color: #666;
}


/*相关医生*/

.doctor .doc_tit {
 color: #fff;
 font-size: 18px;
 line-height: 44px;
 margin-bottom: 1px;
 padding-left: 10px;
 background: #009CA0
}

.about_doc .SwitchImage {
 position: relative;
 width: 100%;
 height: 167px;
 margin: 0 auto;
}

.about_doc .SwitchImage .swiper-box {
 height: 167px;
 width: 94%;
}

.about_doc .SwitchImage .pagination {
 display: none;
}

.Com_l {
 float: left;
 margin-right: 10px;
 width: 116px;
 height: 156px;
 border: 1px solid #ccc;
 padding: 4px;
 position: relative;
 z-index: 1
}

.Com_l .doct_img {
 width: 100%;
 height: auto;
 overflow: hidden;
 display: block;
}

.Com_l .doct_img img {
 width: 100%;
 height: 100%;
}

.Com_l img:hover {
 -webkit-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -o-transform: scale(1.05);
}

.doct_con {
 /* height: 158px; */
 position: relative;
}

.doct_con p span.color_tit {
 font-size: 16px;
 margin-right: 10px;
}

.doct_con p {
 line-height: 26px;
}

.doct_con p span {
 color: #009CA0;
}

.doct_con p span a {
 color: #009CA0;
}

.doct_con p span a:hover {
 font-weight: 600;
}

.about_doc .SwitchImage .arrow-btn {
 position: absolute;
 top: 80px;
 color: #c2c2c2;
 display: block;
 font-size: 37px;
 width: 20px;
 font-family: "宋体";
}

.about_doc .SwitchImage .btn-right {
 right: 0;
}

.about_doc .SwitchImage .arrow-btn:hover {
 color: #009CA0;
}


/*底部默认展示样式*/

.bot_box {
 position: absolute;
 left: 130px;
 bottom: 0;
 *left: 0px
}

.bot_box .box {
 position: relative;
}

ul.btn_list li {
 float: left;
 transition: all 0.2s ease 0s;
 -moz-transition: all 0.2s ease 0s;
 -webkit-transition: all 0.2s ease 0s;
 -o-transition: all 0.2s ease 0s
}

ul.btn_list li a i.icon {
 display: block;
 width: 30px;
 height: 30px;
 margin: 0 auto;
}

ul.btn_list li.line {
 display: block;
 width: 1px;
 background: #ededed;
 margin: 3px 5px 0;
 height: 40px;
}

ul.btn_list li.Value a i.icon,
ul.btn_list li.NoValue a i.icon {
 color: #009CA0;
 background-image: url(/Content/Areas/Common/images/question/icon_20.png);
 background-repeat: no-repeat;
}

ul.btn_list li a {
 width: 36px;
 display: block;
 text-align: center;
}

ul.btn_list li.FixedField_1.Value a i.icon {
 background-position: left 0px;
}

ul.btn_list li.FixedField_2.Value a i.icon {
 background-position: left -88px;
}

ul.btn_list li.FixedField_3.Value a i.icon {
 background-position: left -177px;
}

ul.btn_list li.FixedField_4.Value a i.icon {
 background-position: left -265px;
}

ul.btn_list li.FixedField_5.Value a i.icon {
 background-position: left -353px;
}

ul.btn_list li.FixedField_6.Value a i.icon {
 background-position: left -442px;
}

ul.btn_list li.FixedField_7.Value a i.icon {
 background-position: left -530px;
}

ul.btn_list li.FixedField_1.Value a:hover i.icon {
 background-position: center 0px;
}

ul.btn_list li.FixedField_2.Value a:hover i.icon {
 background-position: center -88px;
}

ul.btn_list li.FixedField_3.Value a:hover i.icon {
 background-position: center -177px;
}

ul.btn_list li.FixedField_4.Value a:hover i.icon {
 background-position: center -265px;
}

ul.btn_list li.FixedField_5.Value a:hover i.icon {
 background-position: center -353px;
}

ul.btn_list li.FixedField_6.Value a:hover i.icon {
 background-position: center -442px;
}

ul.btn_list li.FixedField_7.Value a:hover i.icon {
 background-position: center -530px;
}


/*未开启功能按钮样式*/

ul.btn_list li.FixedField_1.NoValue a i.icon {
 background-position: right 0px;
}

ul.btn_list li.FixedField_2.NoValue a i.icon {
 background-position: right -88px;
}

ul.btn_list li.FixedField_3.NoValue a i.icon {
 background-position: right -177px;
}

ul.btn_list li.FixedField_4.NoValue a i.icon {
 background-position: right -265px;
}

ul.btn_list li.FixedField_5.NoValue a i.icon {
 background-position: right -353px;
}

ul.btn_list li.FixedField_6.NoValue a i.icon {
 background-position: right -442px;
}

ul.btn_list li.FixedField_7.NoValue a i.icon {
 background-position: right -530px;
}

ul.btn_list li.NoValue a {
 color: #ccc
}

ul.btn_list li.NoValue a:hover {
 color: #ccc
}

ul.btn_list li.btn_more {
 width: 30px;
 height: 46px;
}

ul.btn_list li.btn_more a.more_icon {
 width: 30px;
 height: 46px;
 display: block;
 background: url(/Content/Areas/Common/images/question/btn_more.png) -42px center no-repeat;
}

ul.btn_list li.btn_more a.more_icon:hover {
 background: url(/Content/Areas/Common/images/question/btn_more.png) 8px center no-repeat;
}

li.btn_more ul.btn_icon {
 width: 302px;
 height: 100px;
 position: absolute;
 right: -3px;
 top: -104px;
 background: #fff;
 z-index: 1000;
 border: 1px solid #009CA0;
 padding: 10px 0;
 display: none;
}

li.btn_more ul.btn_icon li {
 width: 80px;
 height: 36px;
 line-height: 36px;
 padding: 0 10px;
}

li.btn_more ul.btn_icon li a {
 width: auto;
 text-align: left;
}

li.btn_more ul.btn_icon li a i.icon {
 margin: 0;
 float: left;
 margin-right: 5px;
}


/*微信二维码弹窗*/

.FixedField_Img {
 position: relative;
}

.FixedField_Img .Img_box {
 position: absolute;
 width: 180px;
 height: 180px;
 background: #fff;
 padding: 20px;
 bottom: 60px;
 right: -59px;
 z-index: 10000
}

.FixedField_Img .Img_box img {
 width: 100%;
 height: auto;
}


/*问答页相关医生*/

.kzr_doc .doct_con .bot_box {
 position: inherit;
 border: none;
 width: 100%;
}

.kzr_doc .doct_con p {
 line-height: 26px;
}

.kzr_doc .color_tit a {
 font-size: 16px;
}

.kzr_doc .box,
.kzr_doc .btn_list {
 padding: 0 !important;
}

.kzr_doc .btn_list li {
 margin: 0;
}

.doct_list {
 margin-top: 10px;
 border-top: 1px solid #ccc;
 padding-top: 10px;
}

.doct_list a {
 float: left;
 padding-left: 15px;
 background: url(/Content/Areas/Common/images/Article/icon_2.png) no-repeat 0px center;
 margin-right: 40px;
 line-height: 26px;
}

.kzr_doc .btn_list li.btn_more {
 display: none;
}


/*出诊信息样式*/

.Scheduling_qiehuan {
 border-bottom: 1px solid #ccc;
 height: 35px;
 padding-bottom: 1px;
}

.Scheduling_qiehuan span {
 float: left;
 height: 35px;
 line-height: 35px;
 padding: 0 10px;
 display: inline-block;
 color: #333;
 margin-right: 10px;
 cursor: pointer;
 font-size: 18px;
}

.Scheduling_qiehuan span.current {
 color: #333;
 border-bottom: 2px solid #009CA0;
}

.chuzhen {
 font-weight: normal;
 line-height: 35px;
 float: none;
 width: 100%;
 background: #f3f3f3;
 padding-left: 10px;
 box-sizing: border-box;
}

.clinicDetail {
 border-left: 1px solid #66bfb9;
 border-top: 1px solid #66bfb9;
}

.clinicDetail .frist_tr th {
 color: #fff;
 border-bottom: 1px solid #66bfb9;
 border-right: 1px solid #66bfb9;
 font-weight: 100;
 line-height: 32px;
 background: #00958a;
text-align: center;
}

.clinicDetail .frist_tr td {
 color: #fff;
 background: #00958a;
 line-height: 25px;
 width: 100px;
}

.clinicDetail td {
 height: 32px;
 line-height: 32px;
 vertical-align: middle;
 text-align: center;
 border-bottom: 1px solid #66bfb9;
 border-right: 1px solid #66bfb9;
 color: #333;
}

td.sday {
 background: #fffdf5;
}

.clinicDetail .frist_tr .select_table_hover {
 background: #006861!important;
 color: #FFF;
}

.Dep_Name {
 width: 95px;
}


/*医生弹窗样式*/

.showson {
 position: relative;
}

.zIndex {
 z-index: 20
}

table .speace_span {
 background: #fff;
 border: solid 1px #d9d9d9;
 width: 281px;
 clear: both;
 height: 138px;
 padding: 10px 10px 12px 10px;
 left: 0px;
 position: absolute;
 text-align: left;
 top: 25px;
 z-index: 10000;
 line-height: 22px!important;
 font-size: 12px;
 overflow-y: auto;
}

table .speace_span img {
 float: left;
 margin: 0 10px 0 0;
 width: 99px;
 height: 134px;
 line-height: 20px;
}

table .speace_span p {
 color: #666
}

table .speace_span p span {
 color: #145EA9
}

table .speace_span h2 a {
 float: none!important;
 font-size: 14px;
}

.sday {
 background: #e5f3f3!important;
}

.gehang_bs {
 background: #ECF5FA;
}

#doctor .SwitchImage li.btn_more ul.btn_icon {
 width: 279px !important;
 height: 144px !important;
 right: -102px !important;
 top: -109px !important;
 border: 1px solid #ccc !important;
}


/*相关疾病*/

.disease h2.Com_tit {
 color: #e77d00;
}

.disease h2.Com_tit span {
 border-left: 3px solid #e77d00;
}

.dise_tit {
 color: #fff;
 font-size: 18px;
 line-height: 44px;
 margin-bottom: 1px;
 padding-left: 10px;
 background: #009CA0
}

.msgbox {
 display: none !important
}

ul.dise_list {
 border-top: 1px solid #ededed;
 padding-top: 10px;
 margin-top: 10px;
}

h2.dise_name {
 font-size: 16px;
 line-height: 32px;
}

h2.dise_name a {
 color: #e77d00;
}

.Department_right .disease .con_p p {
 height: 90px;
 overflow: hidden;
}

.dise_img {
 margin-right: 15px;
 float: left;
 width: 125px;
 border: 1px solid #e5e5e5;
 padding: 1px
}

.dise_img img {
 width: 125px;
 height: 95px;
}

.dise_img h2 {
 color: #07519a;
 font-weight: normal;
 text-align: center;
 line-height: 28px;
 font-size: 12px;
}

.dise_img h2 a {
 color: #07519a;
}

.dise_column li {
 float: left;
 line-height: 40px;
 background: url(/Content/Areas/Common/images/department/icon2.png) no-repeat 0 center;
 padding-left: 16px;
 margin-right: 15px;
}

ul.dise_list li {
 line-height: 32px;
 float: left;
 padding-right: 15px;
}

ul.dise_list li a {
 padding-left: 15px;
 background: url(/Content/Areas/Common/images/Article/icon_2.png) no-repeat 0px center
}

img.dise_imgInd {
 width: 320px;
 height: 205px;
 padding: 3px;
 border: 1px solid #ededed;
 float: left;
 margin-right: 15px;
}

.dep_detials {
 color: #009CA0;
}

.dep_detials:hover {
 font-weight: 700;
}

.dise_column li .lv2_ul {
 display: none;
}


/*相关咨询*/

.question {
 overflow: hidden
}

.question .tab_boxs {
 height: auto;
}

.hd .bt li {
 border-radius: 4px 4px 0 0;
 color: #808080;
 float: left;
 font-size: 18px;
 margin-right: 5px;
 border: 1px #ccc solid;
 border-bottom: none;
 height: 36px;
 line-height: 36px;
 width: 115px;
 text-align: center;
 cursor: pointer
}

.hd .bt li.on {
 border-color: #9bc7e5;
 border-bottom: 1px #fff solid;
 position: relative;
 top: 1px;
 background: url(/Sites/Uploaded/UserUpLoad/20160909/20160909144046.jpg) repeat-x left top;
 color: #458ac7
}

.sp .tit_ul li {
 border-radius: 4px 4px 0 0;
 color: #808080;
 float: left;
 font-size: 18px;
 margin-right: 5px;
 border: 1px #ccc solid;
 border-bottom: none;
 height: 36px;
 line-height: 36px;
 width: 115px;
 text-align: center;
 border-color: #9bc7e5;
 border-bottom: 1px #fff solid;
 position: relative;
 top: 1px;
 background: url(/Sites/Uploaded/UserUpLoad/20160909/20160909144046.jpg) repeat-x left top;
 color: #458ac7
}

.tab_box {
 border: #9bc7e5 1px solid;
}

.question ul {
 width: 591px;
 padding-top: 10px;
 float: left;
}

.question ul li {
 line-height: 34px;
 border-bottom: 1px dotted #ccc;
 background: transparent url("/Content/Areas/Common/images/Article/icon_2.png") no-repeat scroll 0px center;
 padding-left: 14px;
 margin-right: 24px;
 margin-left: 15px;
 cursor: pointer;
}

.question ul li h2 {
 font-size: 14px;
 color: #333;
}

.tab_boxs {
 border-left: #9bc7e5 1px solid;
 width: 287px;
 float: right;
 padding: 16px 16px 0;
 box-sizing: border-box;
 line-height: 26px;
 height: 354px;
}

.ques_con .ques_tit {
 background: transparent url("/Content/Areas/Common/images/question/ask_bg.png") no-repeat scroll left 2px;
 padding-left: 30px;
 font-size: 14px;
 color: #333;
}

.ques_con .answer_l p,
.answer_r p {
 color: #999;
 font-size: 12px;
 padding-left: 30px;
}

.ques_con .answer_l p span a,
.answer_r p span a {
 margin-right: 16px;
 color: #999;
 font-size: 12px;
}

.ques_con .answer_l p span a:hover,
.answer_r p span a:hover,
.ques_con .answer_r .ques_p a:hover {
 color: #009CA0;
}

.ques_con .answer_r .ques_p {
 background: url(/Content/Areas/Common/images/question/ask_bg.png) no-repeat left -28px;
 padding-left: 30px;
}

.ques_con .answer_r .ques_p a {
 font-size: 14px;
 color: #333;
}

p.tx_p {
 color: #999;
 font-size: 12px;
 background: #f1f1f1;
 border: 1px solid #ccc;
 border-radius: 3px;
 padding: 4px 10px;
}

p.tx_p span {
 color: #c60000;
}

.question ul .current_li {
 margin: 0px;
 border-width: 1px 1px 1px 6px;
 border-style: solid;
 border-color: #9bc7e5 #fff #9bc7e5 #13cebe;
 padding-left: 24px;
 background: transparent url("/Content/Areas/Common/images/Article/icon_2.png") no-repeat scroll 9px center;
 position: relative;
 right: 1px;
 width: 562px;
}


/*在线服务*/

.icon_box li {
 float: left;
 height: 127px
}

.icon_box li a {
 display: block;
 font-size: 14px;
 line-height: 48px;
 height: 48px;
 padding-top: 79px;
 width: 80px;
 text-align: center;
}

.icon_box li a:hover {
 transition: all 0.3s ease 0s;
 -moz-transition: all 0.3s ease 0s;
 -ms-transition: all 0.3s ease 0s;
 -o-transition: all 0.3s ease 0s;
 -webkit-transition: all 0.3s ease 0s
}

.icon_1 {
 background: url(/Content/Areas/Common/images/department/icon3.png) no-repeat;
}

.icon_2 {
 background: url(/Content/Areas/Common/images/department/icon_4.png) no-repeat;
 margin: 0 30px;
}

.icon_3 {
 background: url(/Content/Areas/Common/images/department/icon_5.png) no-repeat;
}

.icon_4 {
 background: url(/Content/Areas/Common/images/department/icon6.png) no-repeat;
}

.icon_5 {
 background: url(/Content/Areas/Common/images/department/icon7.png) no-repeat;
 margin: 0 30px;
}

.icon_6 {
 background: url(/Content/Areas/Common/images/department/icon8.png) no-repeat;
}

.icon_1:hover {
 background: url(/Content/Areas/Common/images/department/h_icon3.png) no-repeat;
}

.icon_2:hover {
 background: url(/Content/Areas/Common/images/department/h_icon4.png) no-repeat;
}

.icon_3:hover {
 background: url(/Content/Areas/Common/images/department/h_icon5.png) no-repeat;
}

.icon_4:hover {
 background: url(/Content/Areas/Common/images/department/h_icon6.png) no-repeat;
}

.icon_5:hover {
 background: url(/Content/Areas/Common/images/department/h_icon.png) no-repeat;
}

.icon_6:hover {
 background: url(/Content/Areas/Common/images/department/h_icon8.png) no-repeat;
}


/*联系我们*/

.contact {
 background: #009CA0;
 border-radius: 6px;
 overflow: hidden;
}

.contact .Com_tit {
 background: url(/Content/Areas/Common/images/department/icon_9.png) no-repeat scroll right bottom;
 border-bottom: 1px solid #fff;
}

.contact .Com_tit span {
 padding-left: 30px;
}

.contact .Com_tit span a {
 color: #fff
}

.contact p {
 color: #fff
}


/*相关文章栏目*/

.Department_right .article_box img {
 height: 72px;
 width: 105px;
 margin-right: 0;
}

.article_box .count_div {
 background: #f2f2f2;
 padding: 10px 0;
 height: 52px;
}

.Department_right .article_box h2,
.Department_right .article_box p {
 font-size: 14px;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 padding: 0 10px;
}

.Department_right .bg_blue h2 {
 background: #13cebe;
}

.Department_right .bg_blue h2 a {
 color: #fff;
}


/*相关图片滚动栏目*/


/*相关文章*/


/*相关视频*/

.about_video .SwitchImage {
 position: relative;
 height: 150px;
 overflow: hidden;
}

.about_video .SwitchImage .swiper-box {
 height: 150px;
 width: 805px;
 *width: 800px;
}

.about_video .SwitchImage .swiper-box ul li {
 width: 202px;
 float: left;
}

.about_video .SwitchImage .arrow-btn {
 top: 50px;
 color: #c2c2c2;
 display: block;
 font-size: 37px;
 position: absolute;
 font-family: "宋体";
}

.about_video .SwitchImage .btn-right {
 right: 0;
}

.about_video .SwitchImage .arrow-btn:hover {
 color: #009CA0;
}

.about_video .liulan {
 background: url(/Content/Areas/common/images/video/btn_count.png) no-repeat left center;
 padding-left: 20px;
 display: block;
 float: right;
 padding-right: 12px;
}

.about_video .video_img {
 width: 190px;
 height: 110px;
 border: 1px solid #ddd;
 overflow: hidden;
 display: block;
}

.about_video .video_img img {
 width: 100%;
 height: 100%;
}

.about_video .maintitle {
 line-height: 30px;
}

.about_video .img_div {
 position: relative;
 height: 112px;
 width: 192px;
}

.about_video .showTime {
 position: absolute;
 bottom: 0px;
 padding: 0px 8px;
 background: transparent url("/Content/Areas/Common/images/Article/op_bg.png") repeat;
 color: #fff;
 right: 0px;
}

.video_btn {
 height: 112px;
 position: absolute;
 width: 192px;
 z-index: 10;
 display: block;
 top: 0;
 left: 0px;
}

.video_btn:hover {
 background: url(../../common/images/video/play-btn.png) no-repeat center;
}


/*手机医生出诊*/

.yuyue_detail {
 padding: 10px 3px;
 box-sizing: border-box;
 width: 100%;
}

.shiduan {
 width: 10%;
 font-size: 12px;
 float: left;
 margin-right: 1%;
}

.shiduan p {
 background: #fff;
 height: 32px;
 line-height: 32px;
 width: 100%;
 margin-bottom: 5px;
 border: 1px solid #ccc;
 box-sizing: border-box;
 text-align: center;
}

.yuyue_detail_con {
 width: 84%;
 float: left;
 overflow: hidden;
 height: 152px;
}

.yuyue_detail_con ul {
 width: 10000px;
}

.yuyue_detail_con li {
 height: 152px;
 float: left;
 text-align: center;
 line-height: 32px;
}

.yuyue_detail_con li p {
 width: 100%;
 height: 32px;
 margin-bottom: 5px;
 font-size: 12px;
 border: 1px solid #ccc;
 box-sizing: border-box;
 background: #fff;
 line-height: 32px;
}

.yuyue_detail .btn {
 width: 4.5%;
 float: right;
 text-align: center;
 font-size: 18px;
 font-family: serif;
}

.yuyue_detail .btn a {
 color: #fff;
 line-height: 148px;
 height: 148px;
 width: 100%;
 background: #e5e5e5;
 display: block;
 font-weight: bold;
}

.yuyue_detail .btn a:hover {
 background: #18acea
}


/*today*/

.yuyue_detail p.time {
 line-height: 18px;
 height: 36px;
}

.yuyue_detail p.time b {
 font-weight: normal;
 font-size: 6px;
 width: 100%;
 height: 18px;
 display: block;
}

.yuyue_detail p.time b.week {
 background: #b3b3b3;
 color: #fff;
}

.shiduan p.time {
 height: 36px;
 line-height: 36px;
}

.yuyue_detail p.today {
 border: 1px solid #1bade9;
}

.yuyue_detail p.today b.week {
 background: #1bade9;
}


/*本院*/

.yuyue_detail p.self {
 background: #33b6c5;
 color: #fff;
}

.yuyue_detail p.other {
 background: #65cb98;
 color: #fff;
}

.yuanqu_color {
 text-align: right;
 padding-right: 3%;
}

.yuanqu_color span {
 font-size: 12px;
 line-height: 30px;
}

.yuanqu_color span b {
 width: 12px;
 height: 12px;
 display: inline-block;
 margin: 5px 5px 0px;
}

.yuanqu_color span.span_self b {
 background: #33b6c5;
}

.yuanqu_color span.span_other b {
 background: #65cb98;
}


/*科室出诊样式*/

.date {
 width: 100%;
 height: 40px;
 border-bottom: 1px solid #ccc;
 margin-top: 10px;
 box-sizing: border-box;
}

.date ul li b {
 display: block;
 line-height: 17px;
 font-weight: normal;
}

.date ul li b.month {
 font-size: 12px;
 line-height: 17px;
 font-weight: bold;
}

div.date li.No_active b.day {
 color: #18acea;
}

div.date li.No_active b.day_none {
 color: #999;
}

a.btn {
 width: 40px;
 float: left;
 color: #18acea;
 font-size: 30px;
 font-family: "宋体";
 text-align: center;
 line-height: 34px;
 cursor: pointer;
 display: block;
}

a.unclick i.icon {
 color: #ccc
}

div.date .bt {
 float: left;
 -webkit-overflow-scrolling: touch;
 overflow-x: scroll;
 -webkit-scroll-snap-points-x: repeat(3.04rem);
 scroll-snap-points-x: repeat(3.04rem);
 -webkit-scroll-snap-type: mandatory;
 scroll-snap-type: mandatory;
}

div.date ul.date_list {
 overflow: hidden;
}

div.date ul.date_list li {
 display: block;
 float: left;
 text-align: center;
 color: #fff;
 border-radius: 3px;
 font-size: 12px;
 color: #333;
 background: none;
 padding: 0px;
 margin-right: 0px;
 border: 0px;
}

div.date ul.date_list li.on {
 background: #18acea;
 border: 0px;
 border-bottom: 0px;
 position: initial;
 top: 0px;
 color: #fff;
}

div.date ul.date_list li.on a {
 color: #fff
}

div.date a.next .icon_q5 {
 -webkit-transform: rotateZ(180deg);
 -moz-transform: rotateZ(180deg);
 -o-transform: rotateZ(180deg);
 -ms-transform: rotateZ(180deg);
 transform: rotateZ(180deg);
}

.tab_box_doctor li {
 width: 100%;
 height: 65px;
 background: url(../images/icon.png) no-repeat 95% center;
}

.tab_box_doctor li .doctor_img {
 float: left;
 width: 20%;
 text-align: center;
 margin-top: 12px;
}

.tab_box_doctor li .doctor_img img {
 width: 48px;
 height: 48px;
 border: 1px solid #ccc;
 margin: 0 auto;
}

.tab_box_doctor li .doctor_con {
 width: 70%;
 border-bottom: 1px solid #ccc;
 float: right;
 height: 65px;
 padding-right: 10%;
}

.doctor_con .doctor_name {
 float: left;
 font-size: 12px;
 color: #666;
}

.doctor_con .doctor_name b {
 display: block;
 line-height: 20px;
 font-weight: normal;
}

.doctor_con .doctor_name b.name {
 line-height: 30px;
 font-size: 16px;
 margin-top: 10px;
 font-weight: bold;
}

.doctor_con .doctor_name b.name span {
 font-size: 12px;
 margin-left: 5px;
 font-weight: normal;
}

.doctor_con .doctor_name b.name span font {
 color: #f00;
}

.tab_box_doctor li.cz .chuzhen {
 width: auto;
 background: none;
 padding-left: 0px;
 box-sizing: inherit;
 line-height: inherit;
}

.tab_box_doctor li.cz .NO_chuzhen span,
.date ul li,
td.today h2 {
 background: #18acea;
}


/*时间已过*/

.tab_box_doctor li .NO_chuzhen span.SchedulingState6 {
 background: #ddd;
}


/*未出诊*/

.tab_box_doctor li .NO_chuzhen {
 float: right;
}

.tab_box_doctor li .NO_chuzhen p {
 line-height: 65px;
 font-size: 12px;
 color: #666;
 padding: 0px;
 margin: 0px;
 border-bottom: 0px;
}

.tab_box_doctor li .NO_chuzhen span {
 display: none;
}


/*出诊*/

.tab_box_doctor li.cz {}

.tab_box_doctor li.cz .NO_chuzhen p,
.tab_box_doctor li.cz .NO_chuzhen b {
 display: none;
}

.tab_box_doctor li.cz .NO_chuzhen {
 margin-top: 23px;
}

.tab_box_doctor li.cz .NO_chuzhen span {
 display: inline-block;
 font-size: 12px;
 line-height: 18px;
 height: 18px;
 border-radius: 3px;
 color: #fff;
 padding: 0px 3px;
}


/*满诊*/

.tab_box_doctor li.mz .NO_chuzhen p {
 display: none;
}

.tab_box_doctor li.mz .NO_chuzhen span {
 display: none
}

.tab_box_doctor li.mz .NO_chuzhen b {
 display: inline-block;
 font-size: 12px;
 line-height: 18px;
 height: 18px;
 border-radius: 3px;
 background: #ddd;
 color: #fff;
 padding: 0px 3px;
 margin-top: 23px;
}

@media only screen and (max-width: 1024px) {
 div.Scroll_Box .arrow-btn {
 display: none !important
 }
 .Department_left {
 width: 68%;
 }
 .Department_right {
 width: 30%;
 }
 /*相关问答*/
 .question ul {
 width: 60%;
 }
 .question ul .current_li {
 width: 100%;
 box-sizing: border-box;
 }
 .tab_boxs {
 width: 40%;
 }
 ul.article_list li {
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 }
 /*相关医生*/
 .doct_con p {
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 }
 .Scroll_Box .doct_con p {
 width: 242px
 }
 /*在线服务*/
 .icon_box li {
 width: 33.33%
 }
 .icon_2,
 .icon_5 {
 margin: 0;
 }
 /*相关视频*/
 .about_video .SwitchImage {
 width: 602px;
 }
 .about_video .SwitchImage .arrow-btn {
 display: none
 }
}

@media only screen and (max-width:830px) {
 /*相关视频*/
 .about_video .SwitchImage {
 width: 402px;
 }
}

@media only screen and (max-width:1000px) {
 .Department_left,
 .Department_right {
 width: 100%;
 }
 /*相关科室*/
 .department .dep_tit {
 background: #86bdeb url(/Content/Areas/Common/images/video/shouqi.png) no-repeat right center;
 }
 .department .current_ks {
 background: #009CA0 url(/Content/Areas/Common/images/video/zhankai.png) no-repeat right center;
 }
 /*在线服务*/
 .icon_box li {
 width: 16.6%;
 background-position: center top;
 }
 .icon_box li a {
 margin: 0 auto
 }
 /*科室左侧栏目*/
 .Box.mb20 {
 float: left;
 width: 48%;
 margin: 0 1% 20px;
 }
 /*相关文章页左侧*/
 .xgwz_left {
 display: none;
 }
}
@media only screen and (max-width:768px){
 #questionlist .col-lg-9{margin-top: 20px;}
}
@media only screen and (max-width:700px) {
 /*相关医生*/
 .about_doc .SwitchImage {
 width: 320px;
 overflow: hidden;
 }
 .about_doc .SwitchImage .swiper-box {
 width: 640px;
 }
 .about_doc .SwitchImage .arrow-btn {
 display: none;
 }
 .about_doc .Scroll_Box {
 overflow: hidden;
 }
}

@media only screen and (max-width:640px) {
 /*相关问答*/
 .question .tab_boxs {
 display: none;
 }
 .question ul {
 width: 100%;
 padding: 10px;
 box-sizing: border-box;
 }
 .question ul .current_li,
 .question ul li {
 margin: 0;
 border: none;
 border-bottom: 1px dotted #ccc;
 padding-left: 14px;
 background: transparent url("/Content/Areas/Common/images/Article/icon_2.png") no-repeat scroll 0px center;
 }
 .department .img_box {
 height: auto;
 }
}

@media only screen and (max-width:614px) {
 /*相关视频*/
 .about_video .SwitchImage {
 width: 402px;
 margin: 0 auto;
 }
}

@media only screen and (max-width:540px) {
 /*在线咨询*/
 .icon_box li {
 width: 33.33%
 }
}

@media only screen and (max-width:450px) {
 /*相关疾病*/
 .dise_img {
 display: none
 }
 ul.dise_column {
 margin-top: 15px
 }
 .dise_column li {
 width: 48%;
 margin-right: 2%;
 box-sizing: border-box
 }
 /*科室左侧栏目*/
 .Box.mb20 {
 float: none;
 width: 100%;
 margin: 0 0% 20px;
 }
}

@media only screen and (max-width:420px) {
 /*相关视频*/
 .about_video .SwitchImage {
 width: 194px
 }
}

@media only screen and (max-width:320px) {
 .shiduan p.time {
 line-height: 56px
 }
 .yuyue_detail p.time {
 height: 56px;
 }
 .yuyue_detail p.time b.month {
 height: 36px;
 }
 .yuyue_detail_con {
 height: 167px;
 }
 .yuyue_detail .btn a {
 height: 167px;
 line-height: 167px;
 }
}  