@charset "utf-8";
/************ reset ************/

html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, select, button, textarea, menu {
    margin: 0;
    padding: 0;
}

.news-content section:first-child section section {
    margin-top: 0 !important;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}

sup, sub {
    font-size: 40%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

p {
    margin: 0 0 9px;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}

del, ins, u, s, a, a:hover {
    text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
    font: 14px/1.8 "宋体", Arial;
    outline: 0;
}

body {
    background: #f5f5f5;
    color: #666;
}

a {
    color: #444;
    outline: none;
}

a:hover {
    color: #916e56;
    text-decoration: none;
}

/************ 文字样式 ************/
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.green {
    color: #158064;
}

.green:hover {
    color: #096;
}

.width49 {
    width: 45.9% !important;
}

.width32 {
    width: 28.7% !important;
}

/************* 按钮 ************/
.btn {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    border: none;
    text-align: center;
    background: #916e56;
    color: #fff;
    height: 34px;
    padding: 0 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.btn:hover {
    opacity: .6;
}

.btn.white {
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
}

.btn.white:hover {
    background: #666;
    color: #fff;
    border: 1px solid #666;
}

.btn.disabled {
    background: #f1f1f1;
    border-color: #aaa;
    color: #aaa;
    cursor: default;
}

/************ 边距 ************/
.mt0 {
    margin-top: 0px !important;
}

.mt-10 {
    margin-top: -10px;
}

.mt-20 {
    margin-top: -20px !important;

}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.pt0 {
    padding-top: 0px !important;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

/* 浮动 */
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/************显示形式************/
.inline {
    display: inline;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    zoom: 1;
    *display: inline;
}

.hidden {
    display: none;
}

/************ 下拉三角符号 ************/
.caret {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 8px solid #000000;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    content: "";
}

.caret.up {
    border-top: none;
    border-bottom: 8px solid #ccc;
}

.caret.down {
    border-top: 8px solid #ccc;
    border-bottom: none;
}

/************ 消息框************/
.alert {
    padding: 8px 35px 8px 14px;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.alert, .alert h4 {
    color: #c09853;
}

.alert h4 {
    margin: 0;
}

.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px;
}

.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-success h4 {
    color: #468847;
}

.alert-danger, .alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
}

.alert-danger h4, .alert-error h4 {
    color: #b94a48;
}

.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-info h4 {
    color: #3a87ad;
}

.alert-block {
    padding-top: 14px;
    padding-bottom: 14px;
}

.alert-block > p, .alert-block > ul {
    margin-bottom: 0;
}

.alert-block p + p {
    margin-top: 5px;
}

/************表单样式************/
.form-horizontal {
    padding-top: 15px;
    *overflow: hidden;
}

.form-horizontal legend {
    display: block;
    width: 100%;
    padding: 5px 0;
    margin-bottom: 15px;
    text-indent: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: bold;
}

.form-horizontal legend a {
    font-size: 12px;
    margin-left: 10px;
    font-weight: normal;
}

.form-horizontal .control-group {
    margin-bottom: 9px;
    *zoom: 1;
    *width: 100%;
    *float: left;
    position: relative;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    content: "";
}

.form-horizontal .control-group:after {
    clear: both;
}

.form-horizontal .control-label {
    position: absolute;
    width: 120px;
    left: 0;
    top: 14px;
    text-align: right;
}

.form-horizontal .controls {
    padding: 5px 0;
    padding-left: 130px;
}

.form-horizontal .controls p {
    padding-top: 4px;
}

.form-horizontal .controls .radio {
    line-height: 44px;
}

.form-horizontal .help-block {
    margin-top: 9px;
    margin-bottom: 0;
}

.form-horizontal .help-block .icon-exclamation-sign {
    font-size: 14px;
    color: #1c64e3;
}

.form-horizontal .form-actions {
    padding-left: 130px;
}

.form-horizontal .form-actions .btn {
    width: 120px;
    line-height: 45px;
}

.control-group label.required:before {
    content: "*";
    font-weight: normal;
    color: red;
    margin-right: 8px;
}

.control-group label.error, .control-group label.valid {
    padding-left: 8px;
    zoom: 1;
}

.control-group .error {
    color: #bd4247;
}

.control-group .form-text {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    zoom: 1;
    *display: inline;
    padding-top: 4px;
}

.control-group input.error {
    border-color: #bd4247;
}

.control-group input.error:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(189, 66, 71, .6);
}

.control-group .valid {
    color: #669533;
}

.control-group input.valid {
    border-color: #669533;
}

.control-group input.valid:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 149, 51, .6);
}

.control-group .inline, .control-group .inline input {
    line-height: 28px;
    vertical-align: middle;
    padding-right: 10px;
}

.control-group textarea {
    vertical-align: middle;
    min-height: 120px;
}

.help-inline, .help-block {
    color: #666;
    padding-left: 8px;
}

.help-inline {
    display: inline;
}

.help-block {
    display: block;
}

.pic-preview a {
    position: relative;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    background: url(../images/uploadify-cancel.png) 0 0 no-repeat #fff;
    width: 16px;
    height: 16px;
    margin-top: 12px;
    margin-left: -22px;
    text-indent: -9999px;
    vertical-align: top;
}

.pic-preview img {
    max-width: 140px;
    max-height: 140px;
    margin-top: 10px;
}

.laydate-form {
    padding: 15px;
    background-color: #f4f4f4;
    margin: 10px 0;
}

.ranking .laydate-form input {
    padding: 8px 10px;
    width: 200px;
    margin-right: 10px;
    vertical-align: middle;
}

.ranking .laydate-form button {
    width: 120px;
    line-height: 36px;
    vertical-align: middle;
}

/************表单元素样式************/
input::-webkit-input-placeholder {
    line-height: normal;
}

textarea,
input[type="password"],
input[type="search"] {
    padding: 12px 10px;
    line-height: 1;
    height: 18px;
    border: 1px solid #ddd;
    background-color: #fff;
    transition: border linear 0.2s, box-shadow linear 0.2s;
    vertical-align: middle;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
    border-color: #916e56;
    outline: 0;
    outline: thin dotted \9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(145, 110, 86, .6);
}

select {
    border: 1px solid #ccc;
    vertical-align: middle;
    padding: 4px 10px;
    line-height: 1;
}

input[readonly] {
    color: #999;
}

input[disabled] {
    background: #f3f3f3;
}

/************ 图标 ************/
@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont1/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont1/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/iconfont1/iconfont.woff') format('woff'), /* chrome、firefox */ url('../fonts/iconfont1/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../fonts/iconfont1/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

@font-face {
    font-family: 'iconfont2';  /* project id 1211789 */
    src: url('../fonts/iconfont2/iconfont.eot');
    src: url('../fonts/iconfont2/iconfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iconfont2/iconfont.woff') format('woff'),
    url('../fonts/iconfont2/iconfont.ttf') format('truetype'),
    url('../fonts/iconfont2/iconfont.svg#iconfont') format('svg');
}

.iconfont {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.iconfont2 {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-family: "iconfont2" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.imagesLoaded li img {
    -webkit-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    -ms-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.imagesLoaded .is-loading {
    background: url(../images/loading.gif) center no-repeat #000;
}

.imagesLoaded .is-broken {
    background: url(../images/broken.png) center no-repeat #be3730;
}

.imagesLoaded .is-loading img, .imagesLoaded .is-broken img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.layout {
    max-width: 1200px;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

/************头部************/
.header {
    height: 205px;
    position: relative;
    z-index: 2;
}

.topbar {
    height: 40px;
    line-height: 40px;
    background: #f1f1f1;
    color: #ccc;
    font-size: 13px;
    overflow: hidden;
    word-spacing: .5em;
}

.topbar span {
    color: #999;
}

.top-login {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.logo-row {
    height: 120px;
    background: #fff;
}

.version a {
    line-height: 1;
    font-size: 12px;
}

.version a.cur {
    font-weight: bold;
}

.logo {
    display: block;
    padding: 24px 0;
}

.logo a {
    display: block;
}

.search {
    height: 40px;
    margin-top: 40px;
    margin-left: 100px;
    border: 1px solid #e6e6e6;
}

.search img {
    line-height: 44px;
    position: relative;
    font-size: 28px;
}

.search button {
    width: 50px;
    height: 40px;
    font-size: 16px;
    margin-left: -1px;
    background: url("../images/sousuo.png") center no-repeat;
}

input.keyword {
    width: 235px;
    height: 20px;
    line-height: 20px;
    padding: 10px 5px 10px 15px;
    border: none;
}

.top-phone {
    width: 246px;
    height: 48px;
    font-size: 26px;
    color: #705543;
    font-weight: bold;
    margin-top: 36px;
/ / background: url(../images/top-phone.png) no-repea;
    background: url(../images/top-phone-2.png) no-repeat;
}

.top-phone span {
    margin-top: 10px;
    margin-left: 53px;
    display: block;
}

.nav {
    width: 100%;
    height: 45px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #705543;
}

.nav .layout {
    position: relative;
}

.nav .float-bg {
    width: 7.14%;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.nav ul {
    display: block;
    position: relative;
    z-index: 1;
    height: 45px;
}

.nav li {
    width: 9%;
    float: left;
    position: relative;
    line-height: 45px;
    text-align: center;
}

.nav li a {
    display: block;
    color: #fff;
    font-size: 14px;
    transition: color 0.3s, background 0.3s;
    -webkit-transition: color 0.3s, background 0.3s;
}

.nav li:hover, .nav .cur a {
    color: #fff;
    background: #564032;
}

.nav li .subnav {
    position: absolute;
    left: 0;
    top: 45px;
    min-width: 100%;
    width: 140px;
    background-color: #fff;
    display: none;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    padding: 8px 0;
}

.nav li:last-child .subnav {
    left: auto;
    right: 0;
}

.nav li:last-child .subnav a {
/ / text-align: right;
}

.nav li .subnav a {
    color: #666;
    font-weight: normal;
    line-height: 34px;
    background: none;
    text-align: center;
/ / white-space: nowrap;
}

.nav li .subnav a:last-child {
    border: none;
}

.nav li .subnav a:hover {
    color: #916e56;
}

.no-js .nav li:hover .subnav {
    display: block;
}

.nav li.department-subnav {
    position: static;
}

.nav li.department-subnav .subnav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    padding: 10px 0;
}

.department-subnav dl {
    text-align: left;
    padding: 5px 20px;
    line-height: 1;
}

.department-subnav dl a {
    display: inline;
    white-space: nowrap;
}

.department-subnav dt {
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    font-size: 14px;
    color: #916e56;
    font-weight: bold;
}

.department-subnav dt span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 10px;
    padding-bottom: 8px;
}

.department-subnav dd {
    text-align: justify;
    padding-top: 6px;
}

.nav .department-subnav dd a {
    line-height: 1.8;
    margin: 0 10px 0 0;
    border: none;
}

/************二级导航************/
.two-nav {
    background: #fff;
    border-bottom: 1px solid #ddd;
    min-height: 56px;
}

.two-nav li {
    float: left;
    line-height: 16px;
    padding: 0 18px;
    margin: 20px auto;
    border-right: 1px solid #ddd;
    position: relative;
}

.two-nav li:first-child, .two-nav li:nth-child(13) {
    padding-left: 0;
}

.two-nav li:last-child {
    border: none;
}

.two-nav li.cur a {
    color: #916e56;
    font-weight: bold;
}

.two-nav li.cur:before, .two-nav li.cur:after {
    content: "◆";
    color: #fff;
    font-family: simsun;
    font-size: 30px;
    line-height: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -15px;
    display: none;
}

.two-nav li.cur:before {
    color: #ddd;
    bottom: -21px;
}

/************面包屑导航************/
.path {
    margin-top: 15px;
    margin-bottom: -10px;
    color: #999;
}

.path a {
    color: #916e56;
}

.path i {
    font-size: 12px;
    vertical-align: middle;
    padding: 0 5px;
}

/************医师介绍页面************/
.container {
    min-height: 500px;
}

.container-inner {
    background: #fff;
    padding: 20px;
    min-height: 460px;
}

.content img {
    max-width: 90%;
    display: inline-block;

}

.content .keylink {
    color: #916e56;
}

.content .keylink:hover {
    color: #916e56
}

.content h1 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: normal;
    padding: 8px 50px;
    text-align: center;
    color: #916e56 !important;
}

.content h1 span {
    font-size: 14px;
    color: #666;
}

/*患者服务*/
.list-item {
    background: #fff;
    padding: 20px;
    overflow: hidden;
}

.list-tit {
    line-height: 40px;
    border-bottom: 1px solid #e8e3d7;
    position: relative;
    overflow: hidden;
}

.list-tit h2 {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 16px;
    word-spacing: .7em;
    color: #ccc;
    font-weight: normal;
}

.list-tit h2 a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 42px;
    font-weight: bold;
    color: #916e56;
}

.list-tit h2 a.cur {
    border-bottom: 2px solid #999;
}

.list-tit h2 span {
    color: #916e56;
}

.list-tit .fr {
    color: #ddd;
    word-spacing: .5em;
}

.haschosen {
    overflow: hidden;
    line-height: 32px
}

.haschosen span, .haschosen a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 30px;
    float: left;
}

.haschosen-msg {
    float: right;
    color: #916e56;
}

.haschosen-msg i {
    color: #e57b7b;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.haschosen a {
    padding: 0 15px;
    border: 1px solid #ddd;
    background: #f4f4f4;
    margin-right: 5px;
}

.haschosen a:hover {
    border-color: #916e56;
}

.haschosen a i {
    font-size: 12px;
    margin-left: 5px;
}

.haschosen a img {
    top: -2px;
    margin-left: 5px;
    position: relative;
}

.haschosen font {
    vertical-align: middle;
}

.filter {
    border: 1px solid #ddd;
    background: #f8f8f8;
    margin-top: 15px;
}

.filter dl {
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 10px 15px;
}

.filter dl:last-child {
    border: none;
}

.filter dt {
    color: #999;
    position: absolute;
    top: 12px;
    left: 15px;
}

.filter dd {
    margin-left: 85px;
    overflow: hidden;
    margin-right: -1%;
}

.filter dd.span8 a {
    width: 11.5%;
}

.filter dd a {
    display: block;
    line-height: 30px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 11.5%;
    margin-right: 1%;
}

.filter dd a.cur {
    color: #fff;
}

.filter dd a.cur,
.filter dd a:hover {
    color: #e57b7b;
}

.filter dd li {
    display: none;
    overflow: hidden;
}

.filter dd li:first-child {
    display: block;
}

.filter dd .tab-tit {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.filter dd .tab-tit span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 25px;
    padding-bottom: 8px;
}

.filter dd .tab-tit span.cur {
    border-bottom: 1px solid #916e56;
    margin-bottom: -1px;
}

.filter dd .tab-tit span a {
    display: inline;
    float: none;
}

.filter dd .tab-pannel {
    display: block;
    min-height: 52px;
}

.list-tit h2 span {
    font-weight: bold;
    border-bottom: 2px solid #916e56;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 42px;
    margin-bottom: -1px;
}

.doctor-list .list-tit {
    border-color: #f4f4f4;
}

.doctor-list .list-content {
    margin-top: 0;
}

.doctor-search i {
    line-height: 34px;
    position: relative;
}

.doctor-search img {
    position: relative;
    margin-top: 8px;
}

.doctor-search input {
    line-height: 20px;
    padding: 7px 6px 7px 30px;
    width: 220px;
    border: 1px solid #ddd;
    border-right: none;
    margin-left: -25px;
}

table {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.doctor-clinic th {
    background: #f2f2f2;
}

.doctor-clinic th, .doctor-clinic td {
    text-align: center;
    font-size: 13px;
    height: 30px;
    border: 1px solid #f2f2f2;
}

.doctor-clinic td .seleced {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 24px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    border-radius: 50%;
}

.doctor-clinic td span {
    font-size: 20px;
    color: #e57b7b;
}

.doctor-clinic td .seleced.red {
    background: #ea5a54;
}

.doctor-clinic td .seleced.blue {
    background: #54a0ea;
}

.doctor-clinic td .seleced.green {
    background: #63b98c;
}

.doctor-clinic td .seleced.gray {
    background: #9e9e9e;
}

.doctor-clinic td .seleced.red:before {
    content: "特";
}

.doctor-clinic td .seleced.blue:before {
    content: "专";
}

.doctor-clinic td .seleced.green:before {
    content: "普";
}

.doctor-clinic td .seleced.gray:before {
    content: "停";
}

.doctor-clinic th {
    width: 12%;
}

.doctor-clinic th:first-child {
    width: 16%;
}

.doctor-clinic h2 {
    padding: 10px 0;
    font-weight: normal;
}

.doctor-img-list {
    margin-left: -8px !important;
    margin-right: -8px !important;
    overflow: hidden;
}

.doctor-img-list li {
    margin-top: 25px !important;
}

.doctor-new-list ul {
    min-height: auto !important;
}

.doctor-new-list ul li a:before {
    display: none;
}

.dp-clinic {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.dp-clinic th {
    background: #666;
    font-weight: bold;
    color: #fff;
}

.dp-clinic th, .dp-clinic td {
    text-align: center;
    font-size: 13px;
    padding: 10px 5px;
    border: 1px solid #666;
}

.dp-clinic th {
    width: 13%;
}

.dp-clinic th:first-child {
    width: 9%;
}

.dp-clinic tr td:first-child {
    font-weight: bold;
}

.dp-clinic td span {
    display: block;
    text-align: center;
    line-height: 20px;
}

.doctor-list {
    position: relative;
    overflow: hidden;
}

.doctor-list li {
    padding: 20px 0;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}

.doctor-list:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #fff;
}

.doctor-info {
    width: 60%;
    position: relative;
    box-sizing: border-box;
    padding-left: 80px;
    font-size: 13px;
}

.doctor-info h2 a {
    vertical-align: middle;
    font-size: 16px;
}

.doctor-info h2 span {
    vertical-align: middle;
    color: #999;
    font-weight: normal;
    margin-left: 10px;
}

.doctor-info .doctor-img {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 0;
    line-height: 0;
}

.doctor-info .doctor-img img {
    width: 70px;
    height: 96px;
}

.doctor-info p {
    margin-bottom: 0;
}

.doctor-info p span {
    display: block;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doctor-info p span em {
    font-weight: normal;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 1;
    width: 230px;
    margin-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.doctor-list .doctor-clinic {
    width: 40%;
}

.expert-list li {
    float: left;
    width: 290px;
    position: relative;
    padding-left: 95px;
}

.expert-list li .doctor-img {
    position: absolute;
    left: 0;
    top: 22px;
    width: 85px;
    height: 116px;
    overflow: hidden;
}

.expert-list li h2 {
    overflow: hidden;
    line-height: 28px;
}

.expert-list li .doctor-img img {
    width: 85px;
    height: 116px;
    object-fit: cover;
}

.expert-list li h2 a {
    vertical-align: middle;
    font-size: 16px;
    float: left;
}

.expert-list li h2 span {
    vertical-align: middle;
    color: #999;
    font-weight: normal;
    margin-left: 10px;
    font-size: 12px;
    width: 65%;
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.expert-list li p {
    color: #666;
    font-size: 13px;
    display: -webkit-box;
    height: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    margin-bottom: 0;
    margin-right: 20px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/*************尾部*************/
.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 25px;
    background: #423530;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
}

.footer a {
    color: #fff;
}

.footer a:hover {
    color: #916e56;
}

.footer-info {
    border-bottom: 1px solid #666;
    padding-bottom: 20px;
}

.footer-info > .fl {
    height: 265px;
    border-right: 1px solid #666;
    box-sizing: border-box;
}

.footer-contact {
    width: 230px;
}

.footer-contact img {
    margin-top: 10px;
}

.foot-time {
    font-size: 12px;
    border: 1px solid #666;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 1px 9px;
    margin-top: 8px;
}

.footer-share {
    padding-right: 50px;
    padding-left: 45px;
}

.foot-nav {
    float: left;
    margin-right: 48px;
}

.foot-nav .title{
font-size:16px;
margin-bottom:
    margin-bottom: 10px;
}


.foot-nav li {
font-size: 14px;
    color: #a49e9b;
    line-height: 2.5;
}

.foot-nav li a {
    color: #a49e9b;
}

.foot-nav-list2 li:first-child + li + li + li + li + li + li + li + li,
.foot-nav-list2 li:first-child + li + li + li + li + li + li + li + li + li,
.foot-nav-list2 li:first-child + li + li + li + li + li + li + li + li + li + li,
.foot-nav-list2 li:first-child + li + li + li + li + li + li + li + li + li + li + li,
.foot-nav-list2 li:first-child + li + li + li + li + li + li + li + li + li + li + li + li,
.foot-nav-list2 li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li,
.foot-nav-list2 li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li,
.foot-nav-list2 li:first-child + li + li + li + li + li + li + li + li + li + li + li + li + li + li + li {
    position: relative;
    top: -240px;
    left: 65px;
}

.footer-follow {
    width: 250px;
}

.footer-follow .footer-follow-wx {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 48%;
}

.footer-follow .footer-follow-wx img {
    width: 100%;
}

.footer-follow .footer-follow-wx span {
    display: block;
    text-align: center;
    line-height: 34px;
}

.footer-follow select {
    width: 100%;
    font-size: 12px;
    margin-bottom: 30px;
}

.footer-link {
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    color: #a49e9b;
    margin-top: 20px;
}

.footer-link p {
    margin-bottom: 0;
}

.footer-link p span {
    padding: 0 15px;
}

/***************就诊指南***************/
.zn-nav {
    margin: 40px 0;
    overflow: hidden;
}

.zn-nav li {
    background: url("../images/98-01.png") no-repeat center;
    width: 200px;
    height: 84px;
    line-height: 84px;
    font-size: 24px;
    text-align: center;
    float: left;
    margin: 20px 15px 0;
}

.zn-nav li a {
    color: #916e56;
    display: block;
}

/***************门诊排班***************/
.mz-nav {
    margin: 30px 40px;
    overflow: hidden;
}

.mz-nav li {
    background: url("../images/67.png") no-repeat center;
    width: 280px;
    height: 102px;
    line-height: 102px;
    font-size: 24px;
    text-align: center;
    float: left;
    margin: 40px 40px 0;
}

.mz-nav li a {
    color: #d9b766;
    display: block;
}

.schedul {
    padding: 0 20px;
}

.schedul .haschosen {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.schedul .haschosen a {
    background: #fff;
}

.schedul dd {
    margin-left: 0;
}

.schedul dl {
    padding: 10px 0px;
}

.schedul dd a {
    width: 19%;
}

.schedul-title {
    background: #f5f5f5;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 16px;
    color: #444;
    overflow: hidden;

}

.schedul-title-address {
    color: #787878;
}

.schedul-title-address img {
    float: left;
    margin: 15px 8px 0 0;
}

.schedul-table {
    border-left: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    font-size: 14px;
    color: #666;
}

.schedul-table td, .schedul-table th {
    border-right: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    text-align: center;
    padding: 10px 5px;
}

.schedul-table tr:first-child {
    color: #444;
    font-size: 15px;
}

.schedul-table th {
    background: #fafafa;
}

.schedul-doc {
    text-align: left !important;
    padding: 10px 15px !important;
}

.schedul-doc a {
    display: inline-block;
}

.schedul-tit1 {
    width: 100px;
    font-weight: bold;
    text-align: center;
    color: #444444;
}

.schedul-tit2 {
    width: 100px;
    font-weight: bold;
    text-align: center;
    background: #fafafa;
    color: #444444;
}

/***************交通指南***************/
.four-nav {
    background: #f1f1f1;
    margin-bottom: 25px;
    height: 56px;
}

.four-nav li {
    float: left;
    line-height: 16px;
    padding: 0 18px;
    margin: 20px auto;
    overflow: hidden;
    border-right: 1px solid #ccc;
    position: relative;
}

.four-nav li:last-child {
    border: none;
}

.four-nav li.cur {
    font-weight: bold;
}

.four-nav li.cur:after {
    content: "◆";
    color: #fff;
    font-family: simsun;
    font-size: 20px;
    line-height: 0;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -15px;
}

.position-map {
    height: 600px;
}

.position-map img {
    max-width: none !important;
}

.position-map .input {
    display: block;
    margin-top: 10px;
}

.position-map .outset {
    min-height: 30px;
    padding: 0;
}

.position-map .btn {
    margin-left: 5px;
}

.address-content {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-top: 25px;
}

.address-content h1 {
    font-size: 16px;
    padding: 0;
    text-align: left;
}

/***************科室导航***************/
.department-list .list-tit h2 span {
    margin-bottom: 0;
}

.department-list .list-tit {
    margin: 0 10px 15px 10px;
    border-color: #f4f4f4;
}

.department-list .list-tit .lt-index {
    position: absolute;
    right: 0;
    top: 0;
}

.department-list dl {
    padding: 10px;
    width: 1160px;
    position: relative;
    left: -10px;
}

.department-list dl:last-child:after {
    display: none;
}

.department-list dl:after {
    content: '';
    display: block;
    position: absolute;
    width: 1140px;
    bottom: 0;
    left: 20px;
    border-bottom: 1px solid #e7e2d7;
}

.department-list dt {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.department-list dd {
    overflow: hidden;
    padding: 10px 0;
}

.department-list dd span {
    display: block;
    line-height: 52px;
    height: 52px;
    float: left;
    margin: 0 10px 15px;
    width: 212px;
    background: url("../images/93-01.png") center no-repeat;
    text-align: center;
    font-size: 16px;
}

.department-list dd span a {
    color: #6e4938;
    margin: 0 auto;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 180px;
}

/***************新闻详情***************/
.news-info {
    color: #999;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 10px;
}

.news-info .fl span {
    margin-right: 10px;
}

.news-info .fr span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.news-info .fr a {
    vertical-align: middle;
}

.news-content {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 15px;
}

.news-content table {
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #dcdcdc;
}

.news-content td, .news-content th {
    border-right: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.color-share a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}

.color-share a:hover {
    color: #fff !important;
}

.color-share .jiathis_button_qzone {
    background: #1596ea;
}

.color-share .jiathis_button_tsina {
    background: #e53048;
}

.color-share .jiathis_button_weixin {
    background: #01b30c;
}

.color-share .jiathis_button_fb {
    background: #31659b;
}

.color-share .jiathis_button_twitter {
    background: #07cdfe;
}

.news-footer-share {
    text-align: right;
    padding-bottom: 15px;
}

.color-share img {
    position: relative;
    z-index: -1;
}

.news-list > .fl, .news-show > .fl {
    width: 67%;
}

.news-list > .fr, .news-show > .fr {
    width: 28%;
}

.news-fr-list li a {
    max-width: 80% !important;
}

.right-img {
    margin: 0 -2.5% -10px -2.5%;
}

.right-img li {
    float: left;
    width: 45%;
    margin: 0 2.5% 15px 2.5%;
}

.right-img a span {
    display: block;
    max-height: 38px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    margin-top: 8px;
}

.right-img a img {
    display: block;
    width: 100%;
    height: 105px;
    object-fit: cover;
}

/***************医院概况***************/
.list-content {
    margin-top: 18px;
    position: relative;
}

.inner-row .right-list, .profile-info {
    margin-top: 0;
}

.profile-info-content {
    width: 560px;

}

.profile-info2 {
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    line-height: 2;
    min-height: 100px;
    white-space: normal;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.profile-info2 p {
    margin: 0
}

.profile-info a.fl {
    line-height: 0;
}

.profile-info img {
    display: block;
    width: 570px;
    height: 320px;
}

.profile-info a {
    color: #916e56;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.profile-info a i {
    display: inline;
    font-size: 12px;
}

.profile-info .list-tit {
    position: relative;
    top: -7px;
}

.remember-banner {
    margin-top: 20px;
    overflow: hidden;
}

.remember-banner img {
    display: block;
    width: 49.3%;
}

.list-tit2 {
    padding-top: 6px;
    line-height: 1;
    padding-bottom: 20px;
}

.list-tit2 h3 {
    font-size: 16px;
}

.oldpic {
    margin: 0 -10px;
}

.oldpic li {
    float: left;
    margin: 0 10px 20px 10px;
    overflow: hidden;
}

.oldpic li a {
    position: relative;
}

.oldpic li a, .oldpic li img {
    display: block;
    width: 275px;
    height: 180px;
    overflow: hidden;
}

.oldpic li a span {
    display: block;
    line-height: 1.2;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    height: 16px;
    padding: 15px 10px;
    top: -46px;
    position: relative;
    color: #fff;
    background: #222;
    background: url("../images/bg1.png");
    background-size: contain;
    transition: bottom 0.3s;
    text-align: center;
    -webkit-transition: bottom 0.3s;
}

.oldpic li a:hover span {
    bottom: 0;
}

.img-tab {
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 40px;
    line-height: 40px;
}

.img-tab .cur a {
    color: #916e56;
    border-top-color: #916e56;
    border-left-color: #e8e3d7;
    border-right-color: #e8e3d7
}

.img-tab a {
    display: block;
    float: left;
    padding: 0 17px;
    border: 1px solid #fff;
    border-top: 2px solid #fff;
    border-bottom: none
}

/***************新闻中心***************/
.newscenter-slide .img-news {
    width: 560px;
}

.newscenter-slide .hp-news {
    margin-left: 595px;
}

.news-slide {
    overflow: hidden;
}

.news-slide ul li {
    width: 100%;
    height: 420px;
    float: left;
    position: relative;
}

.news-slide a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 420px;
    *zoom: 1;
}

.news-slide a span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    *zoom: 1;
    bottom: 0;
    line-height: 40px;
    padding-left: 10px;
    padding-right: 100px;
    background: url("../images/bg1.png");
    background-size: contain;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-slide a img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.dots {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 5px;
    text-align: right;
}

.dots li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 12px;
    height: 12px;
    margin-left: 5px;
    border-radius: 50%;
    background: #fff;
    opacity: .7;
    filter: alpha(opacity=70);
    line-height: 0;
    font-size: 0;
    text-indent: -999px;
    cursor: pointer;
}

.dots .active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.inner-row .img-news {
    width: 560px;
    height: 420px;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.news-withdate li {
    position: relative;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.news-withdate li a {
    max-width: 85%;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-withdate li a:before {
    content: "•";
    font-weight: bold;
    color: #e4492d;
    margin-right: 5px;
}

.news-withdate li span {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #999;
    font-size: 12px;
}

.txt-news li {
    height: 36px;
    overflow: hidden;
}

.txt-news a:before {
    content: "•";
    font-weight: bold;
    color: #e4492d;
    margin-right: 5px;
}

.txt-news .top-news {
    height: 82px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
    padding-right: 0;
}

.top-news a:before {
    display: none;
}

.top-news a {
    font-size: 20px;
    margin: 12px 0 -5px;

}

.list-content .top-news a {
    max-width: 100%;
}

.top-news p {
    color: #999;
    line-height: 20px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    word-wrap: break-word;
    white-space: normal;
    margin-bottom: 0;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 40px;
}

.inner-row .top-news {
    height: 110px;
}

.tab-select {
    font-size: 16px;
    overflow: hidden;
    border-bottom: 1px solid #e0d9ca;
}

.tab-select li {
    color: #444;
    float: left;
    height: 30px;
    position: relative;
    cursor: pointer;
    margin: 0 15px;
}

.tab-select li:first-child {
    margin-left: 0;
}

.tab-select li:last-child:before {
    display: none;
}

.tab-select li.active {
    color: #916e56;
}

.tab-select li:before {
    background: #d9dbe3;
    display: block;
    width: 1px;
    height: 17px;
    content: "";
    position: absolute;
    right: -15px;
    top: 3px;
}

.tab-select li.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #916e56;
    display: block;
}

.tab-select span {
    color: #d9dbe3;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 35px;
    text-align: center;
}

.video-list-box {
    overflow: hidden;
    margin-right: -8px;
    margin-left: -8px;
}

.video-list li {
    width: 278px;
    float: left;
    margin: auto 8px;
}

.video-img img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.video-img {
    position: relative;
    display: block;
    overflow: hidden;
}

.video-txt {
    margin-top: 10px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.video-list .video-img i {
    background: url("../images/bg1.png");
    background-size: contain;
    font-size: 60px;
    color: #fff;
    text-align: center;
    height: 180px;
    line-height: 180px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transition: font-size 0.3s;
    -webkit-transition: font-size 0.3s;
}

.video-list .video-img:hover i {
    font-size: 70px;
}

.list-tit-tab {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 16px;
    word-spacing: .7em;
    color: #ccc;
    font-weight: normal;
}

.list-tit-tab a {
    font-weight: bold;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 42px;
    margin-bottom: -1px;
    margin: 0 17px;
    position: relative;
    box-sizing: border-box;
}

.list-tit-tab a.cur {
    border-bottom: 2px solid #916e56;
    color: #916e56;
}

.list-tit-tab a:first-child {
    margin-left: 0;
}

.list-tit-tab a:after {
    content: '';
    position: absolute;
    display: block;
    width: 1px;
    height: 17px;
    top: 12px;
    right: -17px;
    background: #cccfda;
}

.list-tit-tab a:last-child:after {
    display: none;
    width: 0px;
}

.news-inner-list2 li a:before {
    display: none;
}

.news-inner-list2 li em {
    color: #916e56;
    font-weight: normal;
}

.width32 .news-withdate li a {
    max-width: 75%;
}

.ml2 {
    margin-left: 2%;
}

.inner-special ul li {
    float: left;
    width: 152px;
    height: 120px;
    background: #916e56;
    margin-left: 15px;
    font-size: 15px;
    transition: all .3s;
    text-align: center;
}

.inner-special ul div {
    padding: 0 5px;
    line-height: 20px;
}

.inner-special ul li i {
    font-size: 44px;
    margin: 5px 0 -10px 0;
}

.inner-special ul li:first-child {
    margin-left: 0;
}

.inner-special ul li a {
    display: block;
    color: #fff;

}

.inner-special li:hover {
    background: #714e39;
}

.inner-special li img {
    margin-top: 20px;
}

.scroll-left {
    position: absolute;
    right: 0;
    bottom: 2px;
    height: 40px;
    line-height: 40px;
}

.scroll-box {
    width: 1160px;
    overflow: hidden
}

.scroll-box li:nth-child(4n) {
    margin-right: 20px;
}

.scroll-box li {
    margin-bottom: 0;
}

.scroll-left a {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    border-radius: 50%;
    border: 1px solid #e4ded1;
    color: #916e56;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-left: 5px;
    transition: all .3s;
}

.scroll-left a:hover {
    border: 1px solid #916e56;
    background: #916e56;
    color: #fff;
}

/***************首页***************/
/*banner*/
.slider {
    height: 450px;
    overflow: hidden;
    background: #333;
    position: relative;
}

.slider ul, .slider ul li {
    width: 100%;
    height: 450px;
    overflow: hidden;

}

.slider ul li {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
}

.slider ul li:first-child {
    display: block;
}

.slide-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 30px;
    text-align: center;
}

.slide-btn .layout {
    max-width: 300px;
    min-width: 300px;
}

.slide-btn a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 11px;
    height: 11px;
    background: #fff;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 5px;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
    background: url("../images/bg1.png");
}

.slide-btn a.cur {
    background: #90213b;
}

.service {
    height: 150px;
    margin-top: 20px;
    position: relative;
    z-index: 1;
    background-size: contain;
}

.service ul {
    background: #fff;
}

.service li {
    float: left;
    width: 12.5%;
    height: 150px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.service li a {
    display: block;
    box-sizing: border-box;
    color: #444;
    height: 150px;
    box-sizing: border-box;
    overflow: hidden;
}

.service li:last-child a {
    border: none;
}

.service li:hover a {
    color: #916e56;
}

.service li img {
    display: block;
    margin: 22px auto 0;
}

.service li i {
    display: block;
    line-height: 60px;
    font-size: 47px;
    text-align: center;
    margin-top: 15px;
}

.service li strong {
    display: block;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    margin-top: 5px;
}

.home-container .list-item.fl {
    width: 62%;

}

.home-container .list-item.fr {
    width: 30%;
}

.right-news {
    width: 50%;
}

.fl-news-slide {
    width: 350px;
    height: 320px;
    position: relative;
}

.fl-news-slide a img {
    height: 320px;
}

.fl-news-slide ul li {
    height: 320px;
}

.home-txt-news .txt-news li {
    height: 26px;
    line-height: 26px;
}

.home-txt-news .txt-news .top-news {
    height: 90px;
    line-height: 36px;
}

.home-txt-news .txt-news .top-news a {
    font-size: 18px;
    margin: 7px 0 -16px;
    max-width: 100%
}

.home-txt-news li span {
    height: 26px;
}

.news-withdate ul {
    min-height: 252px;
}

.home-expert-loader {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 178px;
    padding: 10px 0;
}

.home-expert li {
    float: left;
    width: 132px;
    height: 178px;
    overflow: hidden;
    margin-right: 20px
}

.home-expert li a {
    display: block;
    width: 100%;
    height: 178px;
    position: relative;

}

.home-expert li img {
    width: 100%;
    height: 178px;
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin-left: -65px;*/
    object-fit: cover
}

.home-expert a .expert-info {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    transition: all .3s;
    text-align: center;
    background: url("../images/bg1.png");
    background-size: contain;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-expert a:hover .expert-info {
    background-position: left center;
    height: 88px;
    background: url("../images/bg2.png");
    background-size: contain;
    color: #444;
}

.home-expert a:hover .expert-info span {
    color: #916e56;
}

.home-expert a .expert-info span {
    display: block;
    padding: 0 10px 10px 10px;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.schedul-list {
    overflow: hidden;
    margin: 0 -1%;
}

.schedul-list li {
    float: left;
    background: url("../images/25-01.png");
    width: 47%;
    height: 52px;
    text-align: center;
    line-height: 52px;
    font-size: 16px;
    color: #6e4938;
    margin: 16px 1.4% 0;

}

.schedul-list li a {
    display: block;
}

/***************新闻列表***************/
.new-ym-list li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dotted #d9d9d9;
}

.doctor-li {
    padding: 20px 0;
    height: 150px !important;
}

.doctor-li img {
    width: 110px;
    height: 150px;
    margin-right: 25px;
}

.doctor-li a:before {
    display: none;
}

.doctor-li-box {
    float: left;
    width: 650px;
}

.doctor-li-box h1 {
    color: #444;
    font-size: 24px;
    line-height: 40px;
    height: 45px;
}

.doctor-li-info p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 48px;
    line-height: 24px;
    margin: 0;
    color: #666;
    font-size: 14px;
}

.doctor-li-info a {
    line-height: 25px;
}

.doctor-li-info p em {
    color: #444444;
}

/***************医生介绍***************/
.dp-item {
    padding: 20px;
    margin-top: 20px;
    border: 1px solid #e8e3d7;
}

.expert-list2 {
    position: relative;
}

.expert-list2 li {
    width: 110px;
    height: 160px;
}

.expert-list2 li img, .expert-list2 li a {
    height: 160px;
}

.doctor-scroll {
    width: 1040px;
    margin: 0 auto 10px;
    padding-top: 20px;
    position: relative;
    left: 10px;
}

.picScroll-left {
    position: relative;
    height: 180px;
    overflow: hidden;
}

.picScroll-left .iconfont {
    position: absolute;
    top: 86px;
    color: #916e56;
}

.picScroll-left .prev {
    left: 0;
}

.picScroll-left .next {
    right: 0;
}

/***************医生详情***************/
.doctor-details .fl {
    width: 69%;
}

.doctor-details .fr {
    width: 29%;
}

.doctor-resume {
    position: relative;
    min-height: 150px;
    padding: 0 160px 15px 125px;
}

.doctor-resume p {
    margin: 0;
}

.doctor-resume .doctor-img img {
    display: block;
    height: 150px;
    object-fit: cover;
}

.expert-txt {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.doctor-resume h1 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 5px;
}

.doctor-resume .doctor-img {
    position: absolute;
    left: 0;
    top: 0;
}

.doctor-details .content {
    padding: 20px 0;
}

.qr-imgBox .qr-img {
    float: left;
    text-align: center;
    margin-right: 30px;
}

.doctor-resume .qr-img {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 124px;
}

.qr-img img {
    display: block;
    width: 120px;
    height: 120px;
}

.qr-img span {
    margin-top: 5px;
    display: block;
}

.doctor-details .list-item {
    padding: 0;
}

.doctor-details .schedul-title-address {
    float: right;
    line-height: 45px;
}

.doctor-details .schedul-title-address img {
    margin: 14px 8px 0 0;
    height: 16px;
}

.doctor-details .list-item .list-tit {
    border-color: #f4f4f4;
}

.new-inner-special ul li {
    width: 161px;
    margin-left: 12px;
    background: #fff;

}

.new-inner-special ul li a {
    color: #916e56;
}

.new-inner-special li:hover, .new-inner-special li.cur {
    background: #916e56;
}

.new-inner-special li:hover a, .new-inner-special li.cur a {
    color: #fff;
}

/*分页*/
.pager {
    overflow: hidden;
    text-align: right;
}

.pager a, .pager button {
    background: #f1eff0;
    color: #999;
    transition: all .3s;
}

.pager a, .pager span, .pager input, .pager button {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 3px;
    margin-left: 5px;
}

.pager a:hover {
    background: #d6a482;
    color: #fff;
}

.pager a.cur {
    background: #916e56;
    color: #fff !important;
}

.pager a.disabled, .pager a.disabled:hover {
    background: #f1eff0;
    color: #ddd;
    cursor: default;
}

.pager span {
    background: #f1eff0;
}

.pager input {
    width: 52px;
    border: 1px solid #ddd;
    padding: 0 0 0 8px;
    line-height: 40px;
    height: 40px;
    box-sizing: border-box;
}

.pager button {
    transition: .3s;
    border: none;
}

.pager button:hover {
    background: #d6a482;
    color: #fff;
}

/***************科室分栏目页面***************/
/*头部*/

.department-logo {
    font-size: 30px;
    color: #916e56;
    font-weight: bold;
    border-left: 2px solid #d6d6d6;
    line-height: 50px;
    margin: 34px 0 0 30px;
    padding-left: 20px;
}

.school-logo {
    font-size: 36px;
    color: #544439;
}

.department-banner {
    height: 200px;
    background-size: auto 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;

}

.department-select {
    cursor: pointer;
    padding-bottom: 20px;
}

.department-top-select {
    color: #916e56;
    margin-top: 46px;
    position: relative;
    z-index: 1000;
}

.department-top-select i {
    font-size: 12px;
    color: #d2d2d2;
}

.department-select-list {
    position: absolute;
    top: 45px;
    right: 0;
    width: 360px;
    background: #fff;
    z-index: 1000;
    padding: 20px 5px;
    border: 1px solid #dcdcdc;
    box-shadow: 0 0 13px rgba(0, 0, 0, .2);
    display: none;
}

.department-select-list:before {
    content: '';
    display: block;
    width: 24px;
    height: 13px;
    background: url("../images/select.png");
    position: absolute;
    top: -13px;
    right: 25px;
}

.department-select-list li {
    float: left;
    width: 43%;
    margin: 0 3.5%;
    line-height: 26px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/*首页*/
.dp-container .list-item.fl {
    width: 67%;

}

.dp-container .right-news {
    width: 45%;
}

.dp-container .list-item.fr {
    width: 25%;
}

.dp-container .news-slide a {
    height: 320px;
}

.dp-container .fl-news-slide {
    width: 420px;
}

.dp-list-item {
    float: right;
    width: 28%;
}

.dp-pb {
    padding: 0 40px 0 80px;
    display: block;
    height: 80px;
    background: #fff;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.dp-pb i {
    position: absolute;
    right: 15px;
    top: 34px;
    color: #916e56;
    font-size: 12px;
}

.dp-pb img {
    position: absolute;
    left: 15px;
    top: 15px;
    color: #916e56;
    font-size: 50px;
}

.dp-pb h1 {
    font-size: 20px;
    margin-top: 17px;
    line-height: 26px;
    font-weight: normal;
    color: #564032;
}

.dp-pb p {
    font-size: 14px;
    color: #999;
}

.department-container .txt-news li {
    height: 40px;
    line-height: 40px;
}

.profile-more {
    color: #916e56;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-top: 10px;
}

.profile-more i {
    font-size: 12px;
}

.department-container .home-expert {
    margin: 0 -7px;
}

.department-container .home-expert li {
    margin: 0 7px
}

.department-docter-more {
    float: right;
    color: #916e56;
}

.department-docter-more i {
    font-size: 12px;
}

.department-video-list {
    margin: 0 -2.5% -10px -2.5%;
}

.department-video-list li {
    width: 45%;
    margin: 0 2.5% 15px 2.5%;
}

.department-video-list .video-img i {
    line-height: 105px;
    height: 105px;
    font-size: 45px;
}

.department-video-list .video-img img {
    height: 105px;
}

.department-video-list .video-img:hover i {
    font-size: 60px;
}

.department-video-a {
    display: block;
    display: -webkit-box;
    max-height: 38px;
    line-height: 20px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 8px;
}

/*内页*/
.department-tit {
    overflow: hidden;
    height: 42px;
    margin: 0 !important;
    position: relative;
    top: -10px;
}

.department-tit h2 {
    float: left;
}

.department-tit h2 span {
    border-bottom: none;
}

.department-tit .path {
    text-align: right;
    margin-top: 0;
}

.department-introduction {
    font-size: 18px;
    margin-bottom: 30px;
}

/***************名医馆分栏目页面***************/
.docter-banner-box {
    height: 430px;
}

.doctor-list1 li {
    width: 485px;
}

.doctor-list2 li {
    width: 350px;
}

.doc-list li {
    width: 129px;
    height: 200px;
    margin-right: 15px;
    border: 1px solid #f4f4f4;
    text-align: center;
    box-shadow: 0 0 7px rgba(0, 0, 0, .1);
}

.doc-list2 li:first-child + li + li + li + li + li + li + li {
    margin-right: 0;
}

.doc-list li a {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.doc-list li p {
    margin: 0;
    line-height: 40px;
}

.doc-list li img {
    display: block;
    margin: 10px auto 0;
    width: 110px;
    height: 150px;
    object-fit: cover;
}

.list-page {
    overflow: hidden;
    margin-top: 20px;
}

.list-page ul {
    text-align: center;
}

.list-page ul li {
    width: 25px;
    height: 3px;
    overflow: hidden;
    display: inline-block;
    margin: 0 3px;
    text-indent: -999px;
    cursor: pointer;
    background: #a1a1a1;
}

.list-page ul li.on {
    background: #e57b7b;
}

.docter-banner {
    height: 429px;
    background-size: auto 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    z-index: 1;
}

.docter-title {
    color: #916e56;
    font-size: 19px;
    background: url("../images/100-01.png");
    background-size: 100% 100%;
    width: 222px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    margin: 10px auto 20px;
}

.docter-top {
    position: relative;
    z-index: -1;
}

.docter-slide, .docter-slide ul li, .docter-slide .img-news {
    width: 420px !important;
}

.docter-news {
    margin-left: 445px !important;
}

/***************图片新闻***************/
.news-img-content {
    width: 100%;
    padding: 30px 0;
}

.news-img-content img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/* 404 */

.error404 {
    width: 100%;
    justify-content: center;
    background: #fff;
    margin: 0 auto 25px;
    overflow: hidden;
    height: 400px;
    text-align: center;
    font-size: 14px;
}

.error404 img {
    display: block;
    width: 200px;
    height: 200px;
    margin: 80px auto 0;
}

.error404 p {
    color: #3c4859;
    margin-top: 15px
}

.btnGo {
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    display: inline-block;
    border: none;
    background-color: #916e56;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
}

.btnGo:hover {
    transition: .3s all;
    color: #fff;
    background: #714e39;
}

/*分网站*/
.f-banner {
    height: 300px;
}

/*侧边栏*/
.sidebar {
    position: fixed;
    top: 50%;
    right: 5px;
    width: 70px;
    font-size: 12px;
    border: 1px solid #e0d9ca;
    z-index: 100;
    margin-top: -245px;
}

.sidebar li {
    height: 70px;
    position: relative;
    background: #fff;
}

.sidebar p {
    margin: 0;
}

.sidebar i {
    font-size: 20px;
    margin-top: 3px;
}

.sidebar a {
    height: 70px;
    display: block;
    text-align: center;
    color: #916e56;
    transition: .3s all;
}

.sidebar a:hover {
    background: #f2e9d3;
}

.wx-box {
    position: absolute;
    right: 70px;
    bottom: -1px;
    border: 1px solid #e0d9ca;
    color: #444;
    background: #fff;
    width: 220px;
    padding: 0 10px;
    height: 140px;
    display: none;
}

.wx-box div {
    float: left;
    width: 100px;
    text-align: center;
    margin: 10px 5px 0;
}

.wx-box img {
    height: 100px;
    width: 100px;
    display: block;
}

#wx:hover .wx-box {
    display: block;
}

.gotop {
    height: 50px !important;
    overflow: hidden;
    display: none;
}

.gotop i {
    font-size: 12px;
}

.gotop a:hover {
    background: #916e56;
    opacity: .9;
}

.gotop a {
    color: #fff;
    background: #916e56;
}

.dp-container .right-img, .department-video-list {
    min-height: 296px;
}

.dp-container .right-img li {
    float: left;
    width: 29%;
    margin: 0 1.5% 15px 2.5%;
}

/*热敏灸*/

.rmj-service img {
    margin: 38px auto 5px !important;
}

.nav-index {
    float: right !important;
    overflow: hidden;
    height: 45px;
}

.nav-index a {
    color: #d3c7ae !important;
}

.nav-index i {
    margin-right: 5px;
    font-size: 14px;
}

.footer-link2 {
    text-align: left;
}

.footer-link2 p {
    position: relative;
    left: -15px;
}

.footer-share select {
    width: 250px;
    font-size: 12px;
    margin-top: 38px;
    margin-bottom: 10px;
}

.footer2 .footer-share {
    width: 630px;
}

.footer2 {
    padding-bottom: 0;
}

.footer2 .footer-info > .fl {
    height: 190px;
}

.footer2 .footer-contact p {
    margin-top: 37px;
}

.mz-nav2 {
    margin: 70px 40px 0;
    overflow: hidden;
}

.mz-nav2 li {
    font-size: 14px;
    text-align: center;
    float: left;

}

.mz-nav2 li a {
    width: 100px;
    margin: 0 40px;
    color: #444;
    display: block;
}

.mz-nav2 li a:hover {
    color: #916e56;
}

.main-nav2 li {
    width: 9%;
}

.list-more:before {
    display: none;
}

.list-more {
    float: right;
    color: #916e56;
}

.list-more i {
    font-size: 12px;
}

/*漂浮窗口*/
#adu3 {
    z-index: 10;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 250px;
}

#adu3 img {
    width: 100%;
    display: block;
}

.adu3-close {
    float: right;
    background: #f1f1f1;
    padding: 0 4px;
}

.studioLink {
    position: relative;
}

.studioLink a {
    position: relative;
    color: #916e56;
    border: 1px solid #916e56;
    padding: 5px 15px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 10px;
}


/*新闻列表*/

.index_3 {
    width: 1251px;
    margin-left: -10px;
    /*padding-top: 60px;*/
}

.index_3 .li {
    float: left;
    width: 387px;
    margin: 0 10px;
}

.index_3 .li .con {
    height: 280px;
    background: #fff;
}

.index_3 .li .tit {
    padding: 25px 20px 0;
}

.index_3 .li .tit .tabSwitch {
    font-size: 18px;
    line-height: 1.1;
    color: #787878;
    height: 40px;
}

.index_3 .li .tit .tabSwitch a {
    cursor: pointer;
}

.index_3 .li .tit .tabSwitch a.on {
    font-size: 22px;
    color: #333
}

.index_3 .li .tit .tab a {
    margin-right: 15px;
}

.content-box .more {
    top: -40px;
    right: 0;
    position: absolute;
    font-size: 12px;
    line-height: 24px;
    width: 90px;
    border: 1px solid #eee;
    border-radius: 15px;
    text-align: center;
    color: #474747;
}

.index_3 .li .content-box .more:hover {
    background: #916e56;
    color: #fff;
    border-color: #916e56;
}

.index_3 .li li {
    line-height: 40px;
    border-top: 1px solid #eee;
    font-size: 14px;
}


.index_3 .li li a {
    display: block;
}

.index_3 .li li:first-child {
    border-top: 0;
}

.index_3 .li .content-box {
    display: none;
    position: relative;
}

.index_3 .li .content-box.on {
    display: block;
}

.index_3 .li .img {
    padding-bottom: 57%;
    position: relative;
}

.index_3 .li .img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.index_3 .li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*睡眠中心科室*/


.list-tit-sleep .t {
    font-size: 23px;
    font-weight: bold;
}

.list-tit-sleep .list-tit-tab a {
    margin: 0 10px;
}

.list-tit-sleep .list-tit-tab a.cur {
    border-bottom: none
}

.list-tit-sleep .list-tit-tab {
    word-spacing: normal;
}

.list-tit-sleep .list-tit-tab a {
    font-weight: normal;
}

.list-tit-sleep {
    display: flex;
    align-items: center;
    height: 60px;
    line-height: 60px;
    margin-top: -15px;
}

.list-tit-sleep .list-tit-tab a:after {
    right: -10px;
}

.sleep-inner-list li {
    line-height: 50px;
    height: 50px;
    border-bottom: 1px dotted #ddd;
    font-size: 15px;
}

.sleep-inner-list li:last-child {
    border-bottom: none
}

.sleep-inner-list li span {
    font-size: 14px;
}

.profile-info-content2 {
    width: 100%;
}

.profile-info-content2-c {
    max-height: 230px;
    margin-top: 15px;
}

.profile-info-content2-c img {
    float: left;
    margin-right: 20px;
    width: 238px;
    height: 179px;
}
    .schedul-title2 {
        padding: 0;
        margin-bottom: 20px;
    }

    .schedul-title2 a {
        padding: 0 20px;
        border-right: 1px solid #ddd;
    }

    .schedul-title2 a:last-child {
        padding-right: 0;
        border-right: none;
    }

    .schedul-title2 .cur {
        color: #916e56;
        font-weight: bold;
    }