.wd_content .container {
    /* width: 1240px; */
    margin: 0px auto 0px;
    padding: 28px 20px 0px;
    /* box-shadow: 1px 1px 10px #ddd; */
    /* background: #fff;
    border: 1px solid #ddd; */
}

.wd_content .container {
    /* padding-left: 35px; */
}

.baseLeft {
    width: 100%;
    height: auto;
    float: left;
    padding-right: 20px;
    /* border-right: 1px solid #e3e3e3; */
}

.baseLeft>.newsMenu>ul {
    padding-left: 0px;
}

.baseLeft .title {
    width: 100%;
    height: 62px;
    background: #26659a url(../../../images/about_ico01.png) left 13px center no-repeat;
    padding-left: 63px;
    font-size: 18px;
    color: #fff;
    line-height: 62px;
}

.baseLeft .newsMenu {
    background: #f3f3f3;
    margin-top: 8px;
    /* padding: 7px 0px;
    padding-bottom: 13px; */
}

.baseLeft .newsMenu ul li {
    height: 53px;
    line-height: 53px;
    font-size: 14px;
}

.baseLeft .newsMenu ul li a {
    display: block;
    height: 53px;
    padding: 0px 26px;
    position: relative;
}

.baseLeft .newsMenu ul li a:hover,
.baseLeft .newsMenu ul li.active a {
    background: #26659a;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-style: normal;
    font-weight: 500;
}

.baseLeft .newsMenu ul li a em {
    padding-left: 23px;
    display: block;
    border-top: 1px #ececec solid;
    background: url(../../../images/ico_004.png) left center no-repeat;
    transition: all .28s linear;
    -moz-transition: all .28s linear;
    -webkit-transition: all .28s linear;
    -o-transition: all .28s linear;
}

.baseLeft .newsMenu ul li a:hover,
.baseLeft .newsMenu ul li.active a {
    background: #26659a;
}

.baseLeft .newsMenu ul li a:hover em,
.baseLeft .newsMenu ul li.active a em {
    border-top: 1px solid #26659a;
    color: #fff;
    padding-left: 30px;
    width: 100%;
}

.article_left {
    float: left;
}

.article_right {
    float: right;
    padding-bottom: 10px;
    overflow: hidden;
    padding: 0 20px 0px;
    border-left: 1px solid #ccc;
    margin-bottom: 30px;

}

h2.title_header {
    height: 60px;
    border-bottom: 2px solid #e6e6e6;
    font-size: 20px;
    color: #333;
    font-family: "宋体";
    line-height: 60px;
    font-weight: bold;
    _border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    margin: 0;
}

.wd_article_content {
    padding-top: 30px;
    line-height: 35px;
    font-size: 16px;
}

.wd_article_content p:first {
    margin-top: 20px;
}

.wd_article_content span {
    /* background-color: #fff !important; */
}


/* 荣誉 */
.honor_list {
    padding-left: 0;
}

.honor_list li {
    padding: 0 0 10px 10px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px;
    line-height: 28px;
    background: url(../../../images/circle.png) no-repeat 0px 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.honor_list li span.dy_date {
    float: right;
}

.honor_list .dy_date {
    color: #666;
    font-size: 14px;
    margin-left: 10px;
}

.honor_list li a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

.honor_list li a:hover {
    color: #26659a
}


/* 科室介绍 */
.ksjs_list {
    width: 103%;
    height: auto;
    position: relative;
}

.ksjs_list ul li {
    width: 23%;
    height: 205px;
    padding: 0px 20px;
    background: #f4f4f4;
    float: left;
    margin-right: 13px;
    margin-top: 15px;
    text-align: center;
    line-height: 22px;
    position: relative;
}

.ksjs_list ul li h3 {
    color: #978571;
    font-size: 16px;
    height: 40px;
    line-height: 18px;
}

.ksjs_list ul li {
    font-size: 12px;
}

.ksjs_list ul li .wd_content {
    width: 184px;
    height: 30px;
    position: absolute;
    bottom: 15px;
    font-size: 12px;
}

a.coffee {
    background: #26659a;
}

.ksjs_list ul li a {
    width: 76px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 0px;
    color: #fff;
}

.ksjs_list ul li .coffee {
    left: 0;
}

a.green {
    background: #26659a;
}

.ksjs_list ul li a {
    width: 95%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    bottom: 0px;
    color: #fff;
}

.ksjs_list ul li .green {
    right: 13px;
}




/* 科室简介 */

.wd_content .ks_main {
    /* height: 320px; */
    /* margin-top: 18px; */
    margin-bottom: 20px;
}

.ks_main .kslogo {
    border-top: none;
    float: left;
    padding: 15px;
    padding-top: 0;
}

.kslogoImg {
    width: 100%;
    height: 311px;
    border: 1px #e9e9e9 solid;
    border-top: none;
    border-top: 4px #26659a solid;
    padding: 15px;
}

.kslogoPhone {
    width: 100%;
    height: 120px;
    border: 1px #e9e9e9 solid;
    border-top: none;
    border-top: 4px #26659a solid;
    padding: 15px;
    margin-top: 20px;
}

.ks_main .kslogo img {
    width: 100%;
    height: 100%;
}


.ks_main .ks_content {
    /* width: 940px; */
    /* height: 311px; */
    float: right;
    border: 1px #e9e9e9 solid;
    padding: 0px 15px;
    padding-top: 20px;
}

.ks_main .ks_content h3 {
    margin: 0;
    padding: 0;
    color: #2c5771;
    font-size: 24px;
    margin-bottom: 15px;
    line-height: 36px;
}

.ks_content_mess {
    padding-right: 15px;
}

.wd_address {
    padding-left: 40px;
    background: url(../../../images/part_map.png) no-repeat;
    background-size: 13%;
    height: 40px;
    text-align: left;
    font-size: 16px;
    line-height: 40px;
}

.wd_phone {
    padding-left: 40px;
    background: url(../../../images/part_tel.png) no-repeat;
    background-size: 13%;
    height: 40px;
    text-align: left;
    font-size: 16px;
    line-height: 40px;

}



/* 专家简介 */

.ks_zjHeader {
    height: 45px;
    width: auto;
    font-size: 18px;
    width: 100%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.ks_zjHeader_left {
    line-height: 45px;
    padding-left: 46px;
    background: url(../../../images/ico_028.jpg) left center no-repeat;
    border: none;
    border-bottom: 5px solid red;
    /* width: 6%; */
    float: left;
    display: inline;
}

.ks_zjContent a.zj_more span {
    display: inline-block;
    background-color: #26659a;
    border: none;
    line-height: 35px;
    text-align: center;
    width: 100%;
    height: 35px;
    color: #fff;
    border-radius: 0;
    margin-top: 15px;

}
.ks_zjContent #wdZjImg{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    overflow-x: scroll;
    scroll-behavior: smooth;
}
::-webkit-scrollbar{
    display: none;
}
.silder-box {
    position: relative;
}

.silder {
    margin: 0 auto 0;
}

.silder li {
    flex: 0 0 auto; /* 不伸缩，固定宽度 */
    width: 210px;
    height: 330px;
    margin-right: 50px;
    position: relative;
}
.silder li:last-child{
    margin-right: 0px;
}
.zj_name,
.zj_keshi,
.zj_zc {
    position: absolute;
    bottom: 90px;
    left: 0%;
    width: 100%;
    text-align: center;
    height: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #26659a;
    background: rgba(255, 255, 255, 0.6);
    font-weight: bold;
}

.zj_name {
    bottom: 84px;
}

.zj_zc {
    bottom: 49px;
}

.silder li img {
    width: 100%;
    height: 85%;
}

.silder-button {
    top: 122px;
    width: 22px;
    height: 28px;
    position: absolute;
    cursor: pointer;
}

.silder-button.btl {
    left: -40px;
    background: url(../../../images/bl.png);
    background-size: 100% 100%;
}

.silder-button.btr {
    right: -40px;
    background: url(../../../images/br.png);
    background-size: 100% 100%;

}

.silder-box-1 {
    /*width: 1000px;*/
}

.silder-box-2 {
    width: 500px;
}

.silder-box-2 .silder li {
    width: 200px;
    height: 200px;
}

.silder-box-3 {
    width: 1000px;
}

p {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #333;
}

p span {
    /*color: #CB0000;*/
}

h1 {
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #333;
}

h1 em {
    font-size: 30px;
    color: #CB0000;
    padding: 0 10px;
}

textarea {
    display: block;
    text-indent: 0;
    width: 500px;
    margin: 0 auto 20px;
    background: #ccc;
    border: 0 none;
    font-size: 12px;
    min-height: 120px;
}

textarea.t1 {
    height: 340px;
    margin: 20px auto;
}

.small-navs {
    position: absolute;
}


/* 出诊安排 */
.ks_czap {
    height: 33px;
    padding: 6px 0px;
    padding-left: 42px;
    margin-top: 18px;
    font-size: 18px;
    line-height: 33px;
    background: url(../../../images/ico_022.jpg) left center no-repeat;
}

.ks_czap em {
    color: #44c5af;
    font-size: 14px;
    margin-left: 6px;
}

.ks_czap span {
    float: left;
    font-size: 14px;
    color: #2c5771;
}

.cz_Time_tr td {
    height: 50px;
    line-height: 50px;
    text-align: center
}

.ks_czTab {
    margin-top: 25px;
}

.cz_Time_tr td {
    width: 213px;
}

.cz_Time_main td {
    width: 106px;
    text-align: center;
}

/* .cz_Time_main {
    width: 7%;
} */

.zj_more:hover span {
    background: red;
}

