﻿@charset "utf-8";

/*全局样式*/

* {
 padding: 0px;
 margin: 0px;
 list-style: 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: #000;
 text-decoration: none;
 cursor: pointer;
}


/* a:hover, a:focus{color:#004fa7 ;text-decoration:none !important;} */

a:hover,
a:focus {
 color: #009CA0;
 text-decoration: none !important;
}

.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;
}

div.row {
 margin-left: 0;
 margin-right: 0;
}


/*------错误提示------*/

.field-validation-error {
 color: red
}

.main_content {
 width: 1280px;
 margin: 0 auto 30px;
 overflow: hidden;
}

.w1280 {
 width: 1280px;
 margin: 0 auto;
}

.rows {
 padding: 30px 0;
 overflow: hidden;
 background: #F8F8F8;
}

.Img_top img{
width:100%;
}
/*外边距像素*/

.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;
}


/*输入框样式*/

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: #009CA0!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);
}


/*公用标题样式*/

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

.title_header .title_tab,
.title_header .title_tab2 {
 color: #333;
 font-size: 16px;
 margin: 4px 10px 0;
}

.title_header .title_type {
 color: #009CA0;
 font-size: 22px;
 margin-top: 0;
 margin-left: 0;
}

.title_header a.more {
 color: #333333;
 display: block;
 font-size: 12px;
 font-weight: normal;
 line-height: 41px;
 float: right;
}

h1.title_header a.more {
 color: #333333;
 display: block;
 font-size: 12px;
 font-weight: normal;
 line-height: 27px;
 float: right;
}

.title_header a.more b {
 color: #009CA0;
}

.title_header a.more:hover {
 font-weight: bold;
}

.title_header span {
 display: inline-block;
 color: #007477;
 line-height: 42px;
}

.title_header span a {
 color: #007477;
}

.title_header ul {
 margin-left: 10px;
 float: left;
 margin-top: 3px;
}

.title_header ul li {
 float: left;
}

.title_header ul li a {
 font-size: 16px;
 color: #333;
 margin: 0 10px;
 float: left;
}


/*置顶图标样式*/

.art_tit_top {
 font-weight: bold;
 position: relative;
}

.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: #009CA0;
 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: #009CA0
}

ul.WebMap3_ul {
 padding: 0px 8px;
}


/*文章列表插件样式*/

ul.article_list li,
ul.article_list2 li {
 line-height: 49px !important;
 white-space: nowrap;
 text-overflow: ellipsis;
 overflow: hidden;
 border-bottom: 1px dashed #999999;
}

ul.article_list li.last,
ul.article_list2 li.last {
 border-bottom: none;
}

ul.article_list li span.span_date,
ul.article_list2 li span.span_date {
 float: right;
 color: #999999;
 font-size: 12px;
}

ul.article_list li a.columnName {
 float: left;
 color: #009CA0;
 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: #009CA0;
 +float: none;
}

.article_box .details:hover {
 font-weight: 700;
 font-size: 14px;
}

.detail {
 color: #009CA0;
}

.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: #009CA0;
 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: #009CA0;
}


/*错误提示*/

.patient_ask_form .submit_cont {
 margin: 50px auto 90px !important;
}

.main {
 width: 1280px;
 margin: 0 auto 20px;
 overflow: hidden;
}


/*------------------左侧菜单--------------------*/

.main_left {
 width: 20%;
 float: left;
}

.main_right {
 width: 78%;
 float: right;
 box-shadow: 1px 2px 8px #d6d6d6;
}

.leftNavTitle {
 width: 100%;
 text-align: left;
 font-size: 15px;
 line-height: 42px;
 color: #fff;
 position: relative;
 text-align: center;
 font-weight: bold;
 background: url(/Content/Areas/Common/images/common/ln_bg.jpg);
}


/***一级***/

.main_left .lv1_ul {
 line-height: 38px;
 background: #fff;
}


/* .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: #cde6ff;
 font-size: 14px;
 background: url(/Content/Areas/Common/images/common/ln_bottomline.png) no-repeat bottom center;
}

.main_left .lv1_li:last-child {
 margin-bottom: 0px;
}

.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: #0e60ad;
 font-weight: 700;
}

.main_left .lv1_li .lv1_p.hasChildren a.lv1_tit {
 display: inline;
}

.main_left .lv1_p.hasChildren .lv1_p_div {
 background: url(/Content/Areas/Common/images/common/close.png) no-repeat 170px center;
 display: inline-block;
 width: 100%;
}

.main_left .lv1_p.hasChildren .lv1_p_div a {
 display: inline-block;
 width: 100%;
 cursor: pointer;
}

.main_left .lv1_p.hasChildren.show .lv1_p_div {
 background: url(/Content/Areas/Common/images/common/open.png) no-repeat 170px center;
}

.main_left .lv1_p.current a {
 color: #fff;
}

.main_left .lv1_li .lv1_p a.lv1_tit,
.main_left .lv1_li .lv1_p a.tj_nav {
 color: #333;
}

.main_left .lv1_li .lv1_p.current a.lv1_tit {
 color: #007477;
}


/****二级****/

.main_left .lv2_ul {
 display: none;
 padding-bottom: 10px;
 padding: 0 10px;
}

.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 {
 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;
}

.main_left .lv2_li .current a {
 color: #009CA0
}


/****三级菜单****/

.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: 49%;
 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: #009CA0;
 font-weight: bold;
}

.column_list li {
 padding-left: 20px;
 line-height: 32px;
 background: url(/Content/Areas/Common/images/Article/icon_2.png) no-repeat 5px 12px;
 position: relative;
}

.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 .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: #009CA0;
 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: 0;
 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;

 font-size: 14px;
}
.article_cont p img{
margin-bottom: 15px;
}
.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: #009CA0;
 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#009CA0;
 color#009CA0;
 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;
}


/* 2018-8-7 */

.tit_long li .dy_title {}

.tit_long li {
 border-bottom: 1px dashed #ccc;
}

.tit_long li .list-con {
 margin-top: 4px;
 font-size: 14px;
 line-height: 24px;
 color: #c1baba;
 margin-bottom: 6px;
}


/*文章页相关科室*/

.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: #009CA0;
}

.turning_page a {
 color: #009CA0
}

.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;
 height: 34px;
 padding: 0 20px;
 float: right;
 _width: 94%;
 margin-top: 20px;
}

.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;
}

.pages .pagetz_btn:hover {
 background: #009CA0;
 color: #fff
}

.page_number_div {
 float: left;
}

.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: #009CA0!important;
 line-height: 24px;
 border-radius: 5px;
}

.ae-pagination a:hover {
 color: #FFF!important;
 background: #009CA0!important;
 border: 1px solid #009CA0!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: #009CA0!important;
 border: 1px solid #009CA0!important;
}

.page_number_div {
 *float: right;
 *height: 35px;
 *padding: 5px 0;
}

.pages a:hover {
 color: #FFF!important;
 background-color: #358BC5!important;
 border: 1px solid #358BC5!important;
 transition: all 0.5s;
}

.pages .ae-pagination-current,
.pages .ae-pagination-current:hover {
 color: #FFF!important;
 background-color: #009CA0!important;
 border: 1px solid #009CA0!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;
}


/* 右侧置顶 */

.right-fixed {
 position: fixed;
 right: 0;
 top: 35%;
 background: #e88c60;
 border-top-left-radius: 10px;
 border-bottom-left-radius: 10px;
 width: 70px;
 z-index: 99;
}

.right-fixed ul li {
 position: relative;
 height: 75px;
 padding: 20px 0;
 text-align: center;
}

.fix_list .r_ewm {
 position: absolute;
 width: 120px;
 top: 50%;
 margin-top: -60px;
 right: 78px;
 padding: 5px;
 border-radius: 10px;
 background: #fff;
 -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
 display: none;
 -webkit-filter: alphha(opacity=0);
 filter: alphha(opacity=0);
}

.fix_list li:hover .r_ewm {
 display: block;
}

.r_ewm img {
 width: 100%;
}

.r_ewm i {
 height: 100%;
 right: -8px;
 position: absolute;
 width: 8px;
 top: 0;
 background: url(/Content/Areas/Common/images/arr2.png) no-repeat center;
}

.right-fixed ul li a {
 display: block;
 height: 100%;
}

.right-fixed ul .rf-wx a {
 background: url(/Content/Areas/Common/images/wx.png) no-repeat center;
}

.right-fixed ul .rf-wb a {
 background: url(/Content/Areas/Common/images/wb.png) no-repeat center;
}

.right-fixed ul .rf-up a {
 background: url(/Content/Areas/Common/images/up.png) no-repeat center;
}

.right-fixed ul .rf-yk a {
 background: url(/Content/Areas/Common/images/yk.png) no-repeat center;
}

.right-fixed ul .rf-wx a:hover {
 background: url(/Content/Areas/Common/images/wx-2.png) no-repeat center;
}

.right-fixed ul .rf-wb a:hover {
 background: url(/Content/Areas/Common/images/wb-2.png) no-repeat center;
}

.right-fixed ul .rf-up a:hover {
 background: url(/Content/Areas/Common/images/up-2.png) no-repeat center;
}

.right-fixed ul .rf-yk a:hover {
 background: url(/Content/Areas/Common/images/yk2.png) no-repeat center;
}

.container {
 width: 1280px;
 margin: 0 auto;
 padding: 0px !important;
}

@media only screen and (max-width:1000px) {
 .main_right2 {
 width: 78%;
 }
}

@media only screen and (max-width:768px) {
 .pd0-20 {
 padding: 0 0.2rem;
 }
 .main,
 .main_content {
 width: 100%;
 }
 .main {
 padding: 0 0.2rem;
 margin-bottom: 0.2rem;
 }
 .main_content {
 padding: 0 0.2rem;
 margin-bottom: 0.2rem;
 }
 .rows {
 padding: 0;
 }
 .row {
 padding: 0.2rem 0;
 }
 .mb20 {
 margin-bottom: 0.2rem;
 }
 .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%;
 }
 .w1280 {
 width: 100%;
 }
 h1.title_header {
 height: 0.94rem;
 color: #333;
 border-bottom: 1px solid #DDDDDD;
 line-height: 0.94rem;
 padding: 0 0.2rem;
 }
 h1.title_header .title_type {
 color: #333;
 font-size: 0.36rem;
 }
 h1.title_header a.more {
 color: #666;
 font-size: 0.26rem;
 line-height: 0.94rem;
 }
}

@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 {
 width: 100% !important;
 height: auto !important;
 }
 .article_cont p {
 width: 100%;
 }
 .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;
 }
}  