.wd_content .container {
    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>ul,.ksjs_list1>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ksjs_list>ul>li,.ksjs_list1>ul>li{
    width: 23%;
    text-align: center;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
    background: #EBEEF5;
    border-radius: 5px;
}
.ksjs_list>ul>li a,.ksjs_list1>ul>li a {
    width: 100%;
    font-size: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    color: #25649a;
    font-weight: 600;
}
.ksjs_list>ul>li a p,.ksjs_list1>ul>li a p{
    margin-bottom: 0;
}
.ksjs_list>ul>li a:hover,.ksjs_list1>ul>li a:hover {
    background-color: #26659a;
    color: white;
}
