
.list-page{
    position: relative;
    margin-top: 50px;
    z-index: 2;
    padding-bottom: 20px;
}
.list-right{
    padding-left: 50px;
    width: 77%;
}
.list-main{
    min-height: 600px;
}
/* 侧边栏 */
.sidebar{
    width: 23%;
}
.sidebar h1{
    background-color: #00736d;
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    line-height: 95px;
    color: #fff;
}
.sidebar ul li{
    background: #f5f5f5;
    border-bottom: solid 1px #e1e1e1;
    text-align: center;
}
.sidebar ul li:hover{
    background: #dcdcdc;
}
.sidebar ul li:hover a{
    color: #00736d;
}
.sidebar ul .current{
    background: #e6e6e6;
}
.sidebar ul .current a{
    color: #00736d;
}
.sidebar ul li a{
    font-size: 16px;
    color: #424243;
    /* font-weight: bold; */
    display: inline-block;
    position: relative;
    line-height: 60px;
}
.sidebar ul li a:after{
    content: ">>";
    font-size: 15px;
    color: #00736d;
    font-weight: bold;
    position: absolute;
    right: -27px;
    transform: translateX(-10px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
}
.sidebar ul .current a:after,.sidebar ul li:hover a:after{
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.cont-list{
}
.cont-list>ul{
    margin-bottom: 25px;
}
.cont-list>ul>li{
    color: #0075a9;
    margin-top: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    padding-left: 17px;
}
.cont-list>ul>li:after{
    content: "";
    width: 6px;
    height: 6px;
    background: #00736d;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}
.cont-list>ul>li:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.cont-list>ul>li>a{
    font-size: 16px;
    color: #505050;
}
.cont-list>ul>li>span{
    font-size: 16px;
    color: #505050;
    float: right;
}
/* 当前位置开始 */
.Breadcrumbs{
    border-bottom: solid 1px #d2d2d2;
}
.Breadcrumbs p,.Breadcrumbs a{
    display: inline-block;
    font-size: 15px;
    color: #010101;
    line-height: 50px;
}
.Breadcrumbs p{
    padding-left: 23px;
    background: url(../image/position_ico.png) no-repeat left center;
}
.Breadcrumbs a:hover{
    color: #00736d;
}

/* 当前位置结束 */
.content{
    margin-top: 30px;
}
.content h2{
    font-size: 20px;
    color: #00736d;
    text-align: center;
    margin-bottom: 20px;    font-weight: 600;
}
.Author{
    margin-bottom: 20px;
    text-align: center;
}
.Author span{
    display: inline-block;
    font-size: 14px;
    color: #707070;
    margin: 0 10px;
}
.content-main p{
    font-size: 15px;
    color: #2c2c2c;
    line-height: 24px;
    text-indent: 2em;
}
.content-main table p{
    text-indent: 0;
}
.content-main {
    padding-bottom: 40px;
    border-bottom: solid 1px #a0a0a0;
    margin-bottom: 20px;
}
.content-main img{
    max-width: 90%;
 display: inline-block;
}
.page_ a{
    color: #7d7d7d;
    line-height: 30px;
}


/* 名医名院 */
.mymy ul li{
    float: left;
    border: solid 1px #cadadd;
        width: 202px;
    height: 299px;
    margin: 15px 14px;
}
.mymy ul li a{
    display: block;
    position: relative;
    text-align: center;
    padding: 15px 13px;
}
.mymy ul li a img{
    display: block;
    margin: 0 auto;
    width: 131px;
    height: 170px;
}
.mymy ul li a h2{
    font-size: 14px;
    color: #fff;
    background: #00736d;
    display: inline-block;
    width: 96px;
    line-height: 37px;
    position: absolute;
    left: 50%;
    margin-left: -48px;
    top: 164px;
}
.mymy ul li a div{
    margin-top: 30px;
    font-size: 15px;
    color: #1f2020;
    border-bottom: solid #bababa 1px;
    text-align: center;
    padding-bottom: 6px;
}
.mymy ul li a p{
    font-size: 15px;
    color: #1f2020;
    text-align: left;
}