﻿@charset "utf-8";

/*全局样式*/
* {
  padding: 0px;
  margin: 0px;
  list-style: none
}

.nav_barimg {
  display: none;
}

img {
  vertical-align: middle;
  border: none
}

body {
  color: #333;
  font-family: 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', Heiti, '黑体', SimSun, '宋体', sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: #fff;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Microsoft YaHei', '微软雅黑', STXihei, '华文细黑', Heiti, '黑体', SimSun, '宋体', sans-serif;
}

h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}

p {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  color: #2b8492;
  text-decoration: none !important;
}

.art_tit_top:hover {
  color: #000;
}

.clearit, .clearb, .clearfix {
  clear: both;
  margin: 0;
  padding: 0;
}

.overflow {
  overflow: hidden;
  height: 1%;
}

ul, ol {
  margin-bottom: 0px;
}

.fl, .pull-left {
  float: left
}

.fr, .pull-right {
  float: right
}

.hide-lg {
  display: none;
}

.share a, .share span {
  box-sizing: initial !important
}

a.fbt_title {
  color: #666 !important;
}

/*------错误提示------*/
.field-validation-error {
  color: red
}

.container {
  margin-bottom: 0px !important;
  padding: 0;
}

/*外边距像素*/
.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px
}

.mt20 {
  margin-top: 20px
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mg0-10 {
  margin: 0 10px;
}

.mg15-0 {
  margin: 15px 0;
}

.mg20-0 {
  margin: 20px 0;
}

.mg25-0 {
  margin: 25px 0;
}

/*内边距像素*/
.pd10 {
  padding: 10px
}

.pd15 {
  padding: 15px;
}

.pd20 {
  padding: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 15px;
}

.pd0-10 {
  padding: 0px 10px;
}

.pd0-15 {
  padding: 0px 15px
}

.pd0-20 {
  padding: 0px 20px
}

.pd5-0 {
  padding: 5px 0px
}

.pd10-0 {
  padding: 10px 0px
}

.pd15-0 {
  padding: 15px 0px
}

.pd20-0 {
  padding: 20px 0px
}

.pd5-15 {
  padding: 5px 15px
}

.pd0-15 {
  padding: 0px 15px
}

.pd0-10 {
  padding: 0px 10px
}

.pd0-20 {
  padding: 0px 20px
}

/*边框样式*/
.border_T {
  border-top: 1px solid #ededed;
}

.border_B {
  border-bottom: 1px solid #ededed;
}

.border_L {
  border-left: 1px solid #ededed;
}

.border_R {
  border-right: 1px solid #ededed;
}

.border {
  border: 1px solid #ededed;
}

/*渐变样式*/
.transition {
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.min-center {
  width: 1200px;
  margin: 0 auto;
}

/*输入框样式*/
input, textarea, select {
  font-size: 14px;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

input:focus, textarea:focus, select:focus {
  border-color: #2b8492 !important;
  outline: 0 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

/*公用标题样式*/
h2.title_header {
  height: 45px;
  font-weight: bold;
  line-height: 45px;
  color: #2b8492;
  font-size: 20px;
  border-bottom: 2px solid #ccc;
}

h2.title_header a.more {
  background: url(/Content/Areas/News/images/XinWenZhongXin/icon4.png) no-repeat scroll right -48px;
  color: #999;
  display: block;
  font-size: 12px;
  font-weight: normal;
  height: 16px;
  line-height: 16px;
  margin-top: 18px;
  padding-right: 23px;
  float: right;
}

h2.title_header a.more:hover {
  font-weight: bold;
  font-size: 14px;
}

h2.title_header span {
  border-bottom: 2px solid #2b8492;
  display: inline-block;
  line-height: 41px;
  *line-height: 45px;
  color: #2b8492;
}

h2.title_header span a {
  color: #2b8492;
}

/*置顶图标样式*/
.art_tit_top {
  font-weight: bold;
  padding-left: 28px;
  position: relative;
  color: #000;
}

.art_tit_top:before {
  content: "";
  display: inline-block;
  height: 23px;
  width: 23px;
  background: url(/Sites/Uploaded/UserUpLoad/20171212/20171212095940.png) no-repeat;
  position: absolute;
  left: 0px;
  background-size: 23px 23px;
}

;

.article_list li img, .article_list li img {

  vertical-align: inherit;
}

/*banner*/
.banner {
  overflow: hidden
}

.banner2 {
  width: 1200px;
  height: 205px;
  margin: 0 auto;
  position: relative;
  padding-left: 70px;
  padding-top: 70px;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
 animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
 opacity: 0;
 transform: translate3d(-3000px, 0, 0);
  }

  60% {
 opacity: 1;
 transform: translate3d(25px, 0, 0);
  }

  75% {
 transform: translate3d(-10px, 0, 0);
  }

  90% {
 transform: translate3d(5px, 0, 0);
  }

  to {
 transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


/*网站地图样式*/
.WebMap1_ul .WebMap1_li {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

.WebMap1_ul .WebMap1_li p.WebMap1_p a {
  float: left;
  font-size: 14px;
  padding: 3px 8px;
  background: #2b8492;
  color: #fff
}

.WebMap1_ul .WebMap1_li p.WebMap1_p a:hover {
  background: #768bd2;
  color: #fff;
}

.WebMap2_ul {
  overflow: hidden;
  float: left;
  margin-left: 15px;
}

.WebMap2_ul li.WebMap2_li {
  float: left;
  line-height: 28px;
}

.WebMap2_ul li.WebMap2_li p.WebMap2_p a {
  border-right: 1px solid #999;
  padding: 0 8px;
  color: #999
}

.WebMap2_ul li.WebMap2_li p.WebMap2_p a:hover {
  color: #2b8492
}

ul.WebMap3_ul {
  padding: 0px 8px;
}

/*文章列表插件样式*/
ul.article_list .column1058 {
  display: none;
}

ul.article_list li {
  padding-left: 15px;
  background: url(/Content/Areas/Common/images/Article/icon_2.png) no-repeat 0px 12px;
  line-height: 32px;
}

ul.article_list li span.span_date {
  float: right
}

ul.article_list li a.columnName {
  float: left;
  color: #2b8492;
  margin-right: 4px;
}

ul.article_list li a.columnName:hover {
  font-weight: 600;
}

ul.article_box li {
  padding-left: 15px;
  background: url(/Content/Areas/Common/images/Article/icon_2.png) no-repeat 0px 12px;
  line-height: 32px;
}

/*患者服务左侧导航二维码*/
.ewm_box_left {
  background: #f3f3f3;
  padding: 25px;
  line-height: 30px;
  font-size: 14px;
}

.ewm_box_left img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.ewm_box_left p {
  text-align: center;
}


/*公用读取一篇文章*/
.article_box {
  overflow: hidden
}

.article_box img {
  float: left;
  margin-right: 20px;
}

.article_box h2 {
  font-size: 18px;
  color: #333;
  font-weight: normal;
  margin-bottom: 5px;
}

.article_box p {
  font-size: 14px;
  line-height: 28px;
  color: #999999;
}

.article_box .details {
  float: right;
  font-size: 12px;
  overflow: hidden;
  color: #2b8492;
  +float: none;
}

.article_box .details:hover {
  font-weight: 700;
  font-size: 14px;
}

.detail {
  color: #2b8492;
}

.detail:hover {
  font-weight: 700;
  font-size: 14px;
}

/*article_list_1样式*/
ul.article_list_1 li {
  overflow: hidden;
  margin-bottom: 14px;
  line-height: 23px;
}

ul.article_list_1 li span.span_date {
  float: left;
  width: 65px;
  height: 45px;
  line-height: 23px;
  background: #2b8492;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-right: 15px;
  display: inline-block;
}

ul.article_list_1 li span.span_date i {
  display: block;
  font-style: normal;
  text-align: center;
  font-size: 20px;
}

ul.article_list_1 li span.span_date p {
  font-size: 12px;
}

ul.article_list_1 li a.title_type {
  display: block;
  color: #666;
  font-size: 14px;
  _margin-top: -25px
}

ul.article_list_1 li a.columnName {
  color: #ababab;
}

ul.article_list_1 li a.columnName:hover, ul.article_list_1 li a.title_type:hover {
  color: #2b8492;
}

/*错误提示*/
.patient_ask_form .submit_cont {
  margin: 50px auto 90px !important;
}

/*------------------左侧菜单--------------------*/
.main_left {
  width: 20%;
  float: left;
}

.main_right {
  width: 78%;
  float: right;
}

.main_left2, .main_right2 {
  box-shadow: 1px 2px 8px #d6d6d6
}

.leftNavTitle {
  width: 100%;
  text-align: center;
  font: 100 18px/49px "Microsoft YaHei", "微软雅黑";
  color: #fff;
  /* background: #e8eefa url(/Content/Areas/Common/images/common/left_bj.jpg) repeat-x left center; */
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  background: #0084a6;
}

/***一级***/
.main_left .lv1_ul {
  line-height: 38px;
  background: #e8e8f0;
}

/* .main_left .lv1_li{margin: 0 0 1px;background: #e8eefa url(/Content/Areas/Common/images/common/icon.png) no-repeat 35px 20px;font-size: 14px;} */
.main_left .lv1_li {
  margin: 0 0 1px;
  background: #effeff;
  font-size: 14px;
}

.main_left .lv1_li a:hover {
  color: #2b8492
}

.main_left .lv1_li p {
  line-height: 38px;
}

.main_left .lv1_li .lv1_p {
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  line-height: 45px;
}

.main_left .lv1_li .lv1_p a.lv1_tit, .main_left .lv1_li .lv1_p a.tj_nav {
  display: block;
  color: #2477b9;
}

.main_left .lv1_li .lv1_p.hasChildren a.lv1_tit {
  display: inline;
}

.main_left .lv1_p.hasChildren .lv1_p_div {
  display: inline-block;
  width: 100%;
  background: url(/Content/Areas/Common/images/common/close.png) no-repeat 220px center;
  cursor: pointer;
}

.main_left .lv1_p.hasChildren.show .lv1_p_div {
  background: url(/Content/Areas/Common/images/common/open.png) no-repeat 220px center;
}

.main_left .lv1_p.current a {
  color: #fff;
}

.main_left .lv1_li .lv1_p.current a.lv1_tit {
  color: #fff;
}

.main_left .lv1_p.current {
  background: #32b0c7;
  background-size: cover;
}

.main_left .lv1_p.hasChildren {
  display: inline-block;
  width: 100%;
  background: url(/Content/Areas/Common/images/common/close.png) no-repeat 220px center;
  cursor: pointer
}
.main_left .lv1_p.current.hasChildren{
  background: #32b0c7 url(/Content/Areas/Common/images/common/close.png) no-repeat 220px center;
}
.main_left .lv1_p.current.hasChildren.show {
  background: #32b0c7 url(/Content/Areas/Common/images/common/open.png) no-repeat 220px center;
}

.main_left .lv1_p.hasChildren.show {
  background: url(/Content/Areas/Common/images/common/open.png) no-repeat 220px center;
}
.main_left .lv1_p.childSelected.hasChildren{
  background-color: #32b0c7;
 
}
.main_left .lv1_p.childSelected.hasChildren a{
  color: #fff;
}
.main_left .lv1_p.childSelected.hasChildren.show{
  background-color: #32b0c7;
  
}
.main_left .lv1_p.childSelected.hasChildren.show{
  color: #fff;
}
/****二级****/
.main_left .lv2_ul {
  display: none;
  padding-bottom: 10px;
  padding: 0 10px;
  background: #c1eef1;
}

.main_left .lv2_li .lv2_p.hasChildren {
  cursor: pointer;
  padding-right: 35px;
}

.main_left .lv2_li .lv2_p.hasChildren.opend.show {
  background: url(/Content/Areas/Common/images/common/open.png) no-repeat 220px center;
}

.main_left li .lv2_li {
  /* padding: 0 0 0 83px; */
  font-size: 14px;
  display: block;
  text-align: center;
}

.main_left li .lv2_li a {
  color#666;
}

.main_left li .lv2_li .current {
  padding-left: 0;
  /* width:120px; */
}

.main_left .lv2_li .current a {
  color: #2b8492
}

/****三级菜单****/
.main_left .lv3_ul {
  display: none;
  padding-left: 10px;
}

.main_left .lv3_ul li.lv3_li a.lv3_tit {
  font-size: 12px;
}

/*默认站点页样式、默认栏目首页*/
.Min_Box {
  width: 100%;
}

.Min_Box .article_box img {
  width: 160px;
  height: 115px;
  float: left
}

.Min_Box ul.article_list li {
  width: 100%;
  padding-right: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.Min_Box ul.article_list li.Li_Odd {
  /* float: left */
}

.Min_Box ul.article_list li.Li_Even {
  float: right
}

/*默认栏目列表页*/
.column_list_tit {
  padding: 0 0 0 10px;
  height: 32px;
  line-height: 32px;
  background: #f7f7f7;
  margin: 10px 0;
  color: #2b8492;
  font-weight: bold;
}

.column_list li {
  padding-left: 20px;
  line-height: 32px;
  background: url(/Content/Areas/Common/images/Article/icon_2.png) no-repeat 0px 12px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tit_long li {
  padding-right: 100px;
}

.column_list .list_line, .article_list .list_line {
  border-bottom: 1px dashed #ddd;
  height: 1px;
  margin: 5px 0;
}

.column_list li.libg {
  background: #f2f2f2 url(/Content/Areas/Common/images/Article/icon_2.png) no-repeat 0px 12px;
}

/*有时间栏目列表*/
.column_list li .count, .column_list li .date {
  float: right;
  color: #999;
  display: block;
  width: 100px;
  text-align: center;
}

.column_list_tit .count, .column_list_tit .date {
  float: right;
  display: block;
  width: 100px;
  text-align: center;
}

.column_list li .date {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

/*无时间图文栏目列表样式*/
.article_L {
  width: 846px;
  float: left;
  padding: 5px 15px;
}

.article_L .column_list li {
  padding-bottom: 10px;
  border-bottom: 1px solid #f3f3f3;
  background: none;
  line-height: 26px;
  margin-top: 15px
}

.article_L .column_list li:hover {
  background: #F7F7F7
}

.article_L .column_list li h2 {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.article_L .column_list li img {
  width: 160px;
  height: 110px;
  float: left;
  margin-right: 15px;
}

/*分享按钮样式*/
span.bdsharebuttonbox {
  float: right
}

span.bdsharebuttonbox .bds_more {
  background: none;
  height: 26px;
  line-height: 26px;
  font-size: 14px
}

.article_R {
  float: right;
  width: 300px;
}

/*有时间图文栏目列表样式*/
.column_list li .count_one, .column_list li .date_time {
  float: left;
  color: #999;
  padding-left: 20px;
  line-height: 26px;
  height: 26px;
  margin: 6px;
}

.column_list li .count_one {
  background: url(/Content/Areas/Common/images/Article/count_one.png) no-repeat left center;
}

.column_list li .date_time {
  background: url(/Content/Areas/Common/images/Article/date_time.png) no-repeat left center;
}

/*--------------------文章内容页--------------------*/
.article_title {
  font-size: 24px;
  line-height: 1.8em;
  text-align: center;
  color: #2b8492;
  padding: 15px 0;
}

.fbt {
  font-size: 16px;
  line-height: 1.8em;
  text-align: center;
  color: #999;
  padding: 15px 0;
}

.sub_tit {
  text-align: center;
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #ededed
}

.sub_tit span {
  color: #999999;
  padding-right: 15px;
}

.Editor {
  color: #999999;
  float: right;
  line-height: 36px
}

.sub_tit span.count {
  padding-right: 0
}

.font_size {
  position: absolute;
  right: 0;
  top: 12px;
  line-height: 25px
}

.font_size span.notice {
  padding-right: 0;
  float: left;
  font-size: 12px
}

.font_size a {
  display: block;
  float: left;
  width: 20px;
  height: 25px;
  overflow: hidden;
  text-indent: -2000em
}

.font_size a.smaller {
  background: url(/Content/Areas/Common/images/Article/icon_1.jpg) 0 center no-repeat;
}

.font_size a.larger {
  background: url(/Content/Areas/Common/images/Article/icon_1.jpg) -27px center no-repeat
}

.font_size a.default {
  background: url(/Content/Areas/Common/images/Article/icon_1.jpg) -49px center no-repeat;
  width: 23px
}

.article_cont {
  margin-top: 20px;
  line-height: 2em;
  padding-bottom: 20px;
  overflow: auto;
  font-size: 14px;
}

.article_cont p {
  line-height: 2em;
  padding-bottom: 10px;
}

.article_video li {
  text-align: center;
}

.article_video a {
  font-size: 24px;
  line-height: 2em;
}

/*文章表格样式*/
.article_cont table {
  margin: 0 auto;
}

.article_cont td {
  border: 1px solid #ccc;
  padding: 5px;
}

/*普通文章内视频样式*/
#a1 {
  margin: 0px auto;
}

/*文章标签关键字样式*/
ul.KeywordUrls {
  border-top: 1px solid #d2d2d2;
  height: 50px;
  display: block;
  line-height: 50px;
  padding-top: 10px;
}

ul.KeywordUrls li.label {
  float: left;
  padding-right: 10px;
  color: #333;
  margin-bottom: 10px;
}

ul.KeywordUrls li.label a {
  padding: 2px 10px;
  background: #2b8492;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

ul.KeywordUrls li.label a:hover {
  background: #2a8fe3;
}

/*文章视频样式*/
/******************************相关********************************/
i {
  font-style: inherit;
}

.hide {
  display: none
}

.RelatedOther {
  padding: 0px 0px;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #d2d2d2;
}

.RelatedOther span {
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  color: #999;
}

.RelatedOther i {
  padding: 0 12px;
}

.RelatedOther .jiu span {
  border-bottom: 2px solid#2b8492;
  color#2b8492;
  height: 35px;
}

.RelatedO {
  margin-top: 15px
}

#con_togl_1 h2.Com_tit, #con_togl_2 h2.Com_tit, #con_togl_3 h2.Com_tit, #con_togl_4 h2.Com_tit, #con_togl_5 h2.Com_tit, #con_togl_6 h2.Com_tit {
  display: none;
}

/*文章页相关科室*/
.RelatedO .img_box {
  display: block;
  width: 200px;
  height: 130px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.RelatedO .gd_tit {
  display: none
}

.RelatedO .img_box img {
  width: 100%;
}

.RelatedO .dep_tit {
  font-size: 18px;
}

.RelatedO p {
  color: #666;
  margin-top: 10px;
}

.RelatedO ul.article_list li {
  float: left;
  margin-right: 30px;
}

.RelatedO .dep_li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;
  *overflow: hidden;
}

.RelatedO .dep_li ul.article_list.col_list {
  _padding: 0px 0px 20px;
  _overflow: hidden;
}

/*文章页相关医生*/
.RelatedO .doct_img {
  width: 105px;
  height: 135px;
  float: left;
  margin-right: 20px;
  overflow: hidden;
}

.RelatedO .doct_img img {
  width: 100%;
  height: auto;
}

.RelatedO .doc_li {
  border-bottom: 1px solid #d2d2d2;
  height: 150px;
  margin-bottom: 15px;
}

.RelatedO .doc_li p {
  margin-top: 0;
}

.RelatedO .doc_li .doct_con {
  height: 150px
}

.RelatedO .doc_li .bot_box {
  bottom: 15px;
}

/*文章页相关文章*/
.RelatedO .art_li ul.article_list li {
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 15px;
  margin-bottom: 10px;
  background: none;
  padding-left: 0
}

.RelatedO .art_li ul.article_list li p {
  margin-top: 0;
}

/*翻页*/
.turning_page {
  color: #2b8492;
  border-bottom: 2px solid #d2d2d2;
}

.turning_page a {
  color: #2b8492
}

.turning_page a:hover {
  text-decoration: underline;
}

.prev_next {
  margin-bottom: 10px;
}

.turning_page p span {
  color: #333;
  padding: 2px 4px;
  margin: 0 2px 0 0px;
}

.article_right .prev {
  line-height: 25px;
  overflow: hidden;
}

/*分页样式*/
.pages {
  line-height: 30px;
  margin: 15px auto !important;
  height: 34px;
  /* padding: 0 20px; */
  /* float: right; */
  _width: 94%;
  display: flex;
  justify-content: center;
}

.pages form {
  float: left;
  margin: 0 0 0 5px;
  height: 31px;
  line-height: 31px;
}

.pages form .pagetz_input {
  width: 30px;
  margin: 0 5px;
  border: 1px solid #dcdcdc;
  height: 28px;
  line-height: 28px;
  display: block;
  float: left
}

.pages .pagetz_btn {
  /* width: 30px; */
  margin: 0 5px;
  border: 1px solid #dcdcdc;
  height: 30px;
  display: block;
  float: left;
  cursor: pointer;
  background: #fff;
  color: #2b8492;
  padding: 0 3px;
}

.pages .pagetz_btn:hover {
  background: #2b8492;
  color: #fff
}

.page_number_div {
  /* float: left; */
}
.pagetz_input{
  width: 50px;
  height:30px;
  margin:0 3px;
  padding: 0 4px;
  text-align: center;
}
.ae-pagination {
  /* width: 100%; */
}

.pagination_page {
  color: #333333 !important;
}

.ui-state-default:hover {
  border: none
}

.ae-pagination a {
  height: 24px !important;
  font-size: 12px;
  margin: 0 2px !important;
  text-decoration: none;
  font-weight: normal;
  padding: 0px !important;
  text-align: center;
  padding: 5px 10px !important;
  border: solid 1px #dcdcdc !important;
  color: #2b8492 !important;
  line-height: 24px;
}

.ae-pagination a:hover {
  color: #FFF !important;
  background: #2b8492 !important;
  border: 1px solid #2b8492 !important;
}

.pagination_firstpage {
  border: none !important;
  height: 24px !important;
  width: 36px;
  padding: 0px !important;
  text-align: center;
  color: #666666 !important;
  line-height: 24px !important;
}

.ae-pagination-current {
  color: #FFF !important;
  background: #2b8492 !important;
  border: 1px solid #2b8492 !important;
}

.page_number_div {
  *
  float: right;
  *
;
  display: inline-block;
  *
  padding: 5px 0;
  display: i;
}
.pagetz_form{
  display:inline-block;
}
  #jumpPageErrorMessage{
 text-align:right;
  }
.pages a:hover {
  color: #FFF !important;
  background-color: #358BC5 !important;
  border: 1px solid #358BC5 !important
}

.pages .ae-pagination-current, .pages .ae-pagination-current:hover {
  color: #FFF !important;
  background-color: #2b8492 !important;
  border: 1px solid #2b8492 !important
}

.pagination_firstpage, .pagination_previouspage, .pagination_nextpage {
  cursor: pointer;
}

.ui-corner-all {
  border-radius: 3px !important;
}



/*专家介绍弹窗样式*/
div.speac_div {
  width: 316px;
  height: 156px;
  background: #fff;
  border: solid 1px #d9d9d9;
  clear: both;
  padding: 10px 10px 12px 10px;
  left: 0px;
  position: absolute;
  text-align: left;
  top: 25px;
  z-index: 10000;
  *display: none;
  line-height: 22px !important;
  font-size: 12px;
  color: #333;
}

div.speac_div img {
  float: left;
  margin: 0 10px 0 0;
  width: 99px;
  height: 134px;
  line-height: 20px;
}

div.speac_div h2 a {
  float: none !important;
  font-size: 14px;
}

/*医院文化*/

/* 交通路线 */
.BMapLib_SearchInfoWindow .iw_bt {
  width: 47px !important;
}

/* 预约挂号 */
ul.ghfn_list {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 20px;
}

ul.ghfn_list li img {
  width: 100%;
  margin-bottom: 10px;
}

ul.ghfn_list li {
  width: 30%;
  text-align: center;
}

.ghds {
  margin: 15px 0;
  float: right;
  width: 78%;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
  padding: 15px;
  border: 1px solid #ededed;
  box-sizing: border-box;
  box-shadow: 1px 2px 8px #d6d6d6;
}

@media (min-width: 1310px) {
  .container {
 width: 1200px;
 margin: 0 auto;
 padding: 0px !important;
  }
}

@media (max-width: 1310px) {
  .main_left .lv1_p.hasChildren .lv1_p_div {
 background: url(/Content/Areas/Common/images/common/close.png) no-repeat 170px center;
  }

  .main_left .lv1_p.hasChildren.show .lv1_p_div {
 background: url(/Content/Areas/Common/images/common/open.png) no-repeat 170px center;
  }

  .min-center {
 width: 1170px;
  }

}

@media only screen and (max-width:1200px) {
  .ln img {
 float: none !important;
 margin: 0px auto !important;
 width: 80%;
 height: auto;
 display: block;
  }

  .main_right {
 width: 78%;
  }

  .main_right2 {
 width: 78%;
  }

}

@media only screen and (max-width:1000px) {
  .main_right2 {
 width: 78%;
  }
}

@media only screen and (max-width:768px) {
  .ghds {
 width: 100%;
  }

  .min-center {
 width: 100%;
  }

  .Min_Box ul.article_list li {
 width: 50%;
 padding-right: 15px;
 box-sizing: border-box;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
  }

  .main_left2 {
 display: none;
  }

  .main_left {
 display: none;
  }

  .main_right2 {
 width: 100%;
  }

  .main_right {
 width: 100%;
  }
}

@media only screen and (max-width:640px) {
  .ae-pagination a {
 margin: 2px !important;
  }

  .column_list li {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
  }

  .Min_Box ul.article_list li {
 width: 100%;
 padding-right: 0px;
 box-sizing: border-box;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
  }

  .article_cont p img {
 max-width: 100%;
 height: auto !important;
  }

  .article_cont center img {
 width: 100%;
  }

  .article_title {
 font-size: 18px;
  }

  .font_size {
 display: none;
  }
}

@media only screen and (max-width:540px) {
  .main_right2 .border .title_header {
 height: auto;
  }

  .ln img {
 width: 100%;
  }

  .article_box h2 {
 font-size: 14px;
  }

  .wf_access {
 width: 100% !important;
 background-size: contain !important;
  }

  .wf_access h1 {
 top: 6px !important;
 right: 2px !important;
 font-size: 14px !important;
 font-weight: 100 !important;
 width: 200px !important;
 line-height: 18px !important;
  }
}

@media only screen and (max-width:400px) {
  .ln {
 padding: 20px !important;
  }
}

@media only screen and (max-width:360px) {
  .pages {
 padding: 0;
  }

  .ae-pagination a {
 padding: 5px 5px 5px !important;
  }
}

.container {
  *width: 1200px;
}

/* ie样式
.main_left{ *width: 262px; }
.container {*width: 1310px;}
.main_right{ *width: 1021px; }
.row{ *width: 1021px; } 
.col-lg-2{ *width: 150px;+width: 150px !important; }
.col-lg_3{*width: 250px; +width: 250px !important;}
.col-lg_4{*width: 320px;+width: 320px !important; }
.col-lg_5{*width: 450px;+width: 450px !important; }
.col-lg_6{*width: 550px;+width: 550px !important; }
.col-lg_7{*width: 650px;+width: 650px !important; }
.col-lg_8{*width: 670px; +width: 670px !important;}
.col-lg_9{*width: 850px; +width: 850px !important;}
.col-lg-10{ *width:950px;+width: 950px !important; }
.col-lg_11{*width:1050px; +width: 1050px !important;}
.col-lg_12{*width:1021px; +width: 1021px !important;} */

.row {
  *padding: 0px;
}

/*鼠标覆盖li标题副标题变红色*/
.hover_red li:hover a {
  color: #d50e07 !important;
}

.hover_red a.fbt_title {
  color: #333 !important;
}

.hover_red li {
  overflow: hidden;
  /*内容超出后隐藏*/
  text-overflow: ellipsis;
  /* 超出内容显示为省略号*/
  white-space: nowrap;
  /*文本不进行换行*/
}

ul.hover_red li span.span_date {
  padding-left: 40px;
}

.Min_Box ul.zhaopin_list li.Li_Odd {
  float: none;
  width: auto;
}

.Min_Box ul.zhaopin_list li.Li_Even {
  float: none;
}

@media screen and (max-width:380px) {
  .pages {
 padding: 0;
 height: auto;
  }
}    