.list_bg{
    max-width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.list_bg .left{
   padding-right: 10px;
 
}

.list_bg .left ul {
    list-style: none;
    border-right: 1px solid #dbdfe3;
    margin-bottom: 0;
}

.list_bg .left ul li {
    margin-top: 10px;
}

.list_bg .left ul li a {
    padding-left: 55px;
    font-size: 16px;
    color: #0054a3;
    display: inline-block;
    width: 100%;
    height: 45px;
    text-decoration: none;
    font-weight: bold;
    line-height: 45px;
}

.list_bg .left ul li a:hover {
    background-color: #0054a3;
    color: #fff;
    font-weight: bold;
    border-radius: 30px 0 0 30px;
}

.card {
    border: 0;
    margin-bottom: 10px;
}

.card .btn-link {
    text-decoration: none !important;
    color: #333333;
}

.card-header {
    position: relative;
}

.card-header .arrows {
    position: absolute;
    right: 20px;
    top: 16px;
}

.card .card-body {
    margin-top: 10px;
    background-color: #f4f4f4;
    font-size: 14px;
    color: #797376;
}

.card .card-body a {
    text-decoration: none;
    color: #797376;

}

span.text-title a {
    color: #333333;
    text-decoration: none;
}



/*医生列表展示*/
.accordion li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    clear: both;
    border-bottom: #e8e8e8 solid 1px;
    overflow: hidden;
    list-style: none;
}

.accordion li dd {
    padding: 0px;
    margin: 0px;
    float: left;
    width: 136px;
}

.accordion li dd a {
    color: #333;
}

.accordion li dd img {
    max-width: 136px;
    width: 100%;
}

.accordion li dl {
    padding: 0px 0px 0px 10px;
    margin: 0px;
    float: left;
    width: 650px;
}

.accordion li h3 {
    padding: 0px;
    margin: 0px 0px 5px 0px;
    line-height: 25px;
    font-weight: bold;
    font-size: 16px;
}

.accordion li h3 a {
    color: #333;
    text-decoration: none;
}

.accordion li dl span {
    color: #666;
    display: block;
    font-size: 14px;
}

.accordion li dl p {
    color: #888;
}


@media screen and (max-width: 767px) {
    .list_bg{
        max-width: 100%;
        min-width: 100%;
        margin-top: 5px;
    }

    .list_bg .left {}

    .list_bg  .right {
        margin-top: 10px;
    }
    .list_bg .right img{
        width: 100% !important;
        height: auto !important;
    }
    .btn-block{
        width: 72%;
        overflow:hidden;
        height:35px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}



#page_div {
    margin-top: 40px;
    margin-bottom:20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#page_div li {
    list-style: none;
    border: 1px solid #ccc;
    min-width: 34px;
    height: 31px;
    line-height: 30px;
    text-align: center;
    padding: 0 10px;
    margin: 0 2px;
}

#page_div li span {
    font-size: 14px;
}

#page_div li a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

#page_div .page_jump #page_input {
    width: 40px;
    height: 22px;
    margin: 0 6px;
    text-align: center;
}


