

.list-bannar {
    color: #fff;
    padding: 60px 0;
    background-image: url("../img/list/back.png");
    height: 404px;
    position: relative;
}

.list-bannar h1 {
    color: var(--logo-color);
    font-weight: 600;
    margin: 3px 0 0;
    text-transform: uppercase;
    font-size: 40px;
    position: absolute;
    top: 58px;
    left: 36px;
}

.list-bannar h2 {
    color: #e95293;
    margin: 3px 0 0;
    font-size: 35px;
    position: absolute;
    top: 130px;
    left: 100px;
}

.list-bannar .bannar-news {
    position: absolute;
    top: 54px;
    right: 16px;
    width: 380px;
}

.list-bannar .bannar-mkmy {
    position: absolute;
    top: 35px;
    right: 37px;
    width: 422px;
}

.list-menus .row {
    margin: 0;
}

/*左侧列表*/
.list-menus .left .menus,
.list-menus .right {
    padding: 18px;
    background: #ffffff;
    margin-bottom: 40px;
    box-shadow: 0 1px 3px #e5e5e5;
    position: relative;
}

.list-menus .left {
    padding-right: 20px;
}

.list-menus .left .zk-button {
    display: none;
}

.list-menus .menus {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    height: auto;
}

.list-menus .menus.pc {
    display: block;
    max-height: 900px;
    overflow-y: auto;
}

.list-menus .menus.pc::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f1f1f1;
}

.list-menus .menus.pc::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #f1f1f1;
}

.list-menus .menus.pc::-webkit-scrollbar-thumb {
    border-radius: 0px;
    width: 5px;
    height: 5px;
    background-color: #acacac;
}

.list-menus .menus.mobile.in {
    display: none;
}

.list-menus .menus .menu-item {
    display: block;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    margin-left: -18px;
    margin-right: -18px;
    padding: 0 18px;
    position: relative;
    font-size: 17px;
}

.list-menus .menus .menu-item::after {
    content: "";
    position: absolute;
    left: 18px;
    right: 0px;
    bottom: 0;
    border-bottom: 1px solid rgba(247, 122, 147, .2);
}

.list-menus .menu-item:hover {
    background-color: rgba(247, 122, 147, .1);
}

.list-menus .menu-item.active span,
.list-menus .menu-item.active i,
.list-menus .menu-item:hover i {
    color: var(--main-color);
}

.list-menus .menu-item.active {
    background-color: rgba(247, 122, 147, .1);
}

.list-menus .menus i {
    margin-top: 16px;
    font-size: 20px;
    color: #999999;
    float: right;
}

.list-menus .img-pos {
    position: absolute;
    z-index: 10;
    height: 50px;
    left: 7px;
}

.list-menus .menu-title {
    position: absolute;
    z-index: 11;
    color: #ffffff;
    line-height: 45px;
    font-size: 19px;
    background: linear-gradient(90deg, #f77a93, #ffdbdb);
    left: 14px;
    right: 20px;
    height: 46px;
    padding-left: 20px;
}

/*面包屑*/
.breadcrumb {
    margin-bottom: 25px;
    background: none;
    line-height: 18px;
}

.breadcrumb.mkmy {
    margin-bottom: 24px;
}

.breadcrumb .container,
.mkmy-list .container {
    padding: 0 30px;
}

.breadcrumb img {
    float: left;
    width: 18px;
    height: 18px;
    margin-right: 6px;
}

.breadcrumb span {
    float: left;
    color: #999999;
}

.breadcrumb li a {
    color: var(--logo-color);
}

.breadcrumb li.active {
    color: #ffffff;
}

/*名科名医*/
.mkmy-list {

}

.mkmy-list .mkmy-title {
    height: 47px; 
    line-height: 47px; 
    background:url(../img/list/mkmy-back.jpg) no-repeat right top #ffecf2; 
    border-radius: 5px; 
    overflow: hidden; 
}

.mkmy-title .title-md {
    float: left;
    position: relative;
    padding-right: 15px;
    background-color: #f9f9f9;
    margin-right: -5px;
}

.mkmy-title .title-na {
    background-color: #e95293;
    color: #ffffff;
    font-weight: bold;
    padding: 0 30px;
    border-radius: 5px;
}

.mkmy-title .title-em {
    position: absolute;
    width: 5px;
    height: 100%;
    right: 0;
    top: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: #ffecf2
}

.mkmy-con {
    background-image: url(../img/list/mkmy-con.jpg);
    background-size: 100% 100%;
    background-position: center;
    background-attachment: fixed;
    border: 5px solid #ffffff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 35px 40px;
    margin-top: 27px;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.mkmy-con .nav-item {
    float: left;
    width: 20%;
    text-align: center;
    margin: 30px 0;
}

.mkmy-con .nav-item img:hover {
    box-shadow: 0px 0px 6px #c1c1c1;
    cursor: pointer;
}

.mkmy-con .nav-item img {
    width: 96px;
    height: 96px;
    border-radius: 50%;
}

.mkmy-con .nav-item p {
    padding-top: 12px;
    cursor: pointer;
}

.list-menus .menu-body {
    margin-left: -18px;
    margin-right: -18px;
    background-color: #ffffff;
    line-height: 55px;
    padding-left: 20px;
}

.list-menus .mobile .menu-body {
    display: none;
}
.list-menus .menu-body .ksjs,
.list-menus .menu-body .ksmy,
.list-menus .menu-body .cmn {
    color: #444e67;
    border-bottom: 1px dashed rgba(247, 122, 147, .5);
    padding-left: 18px;
    display: block;
}

.list-menus .menu-body .ksjs span,
.list-menus .menu-body .cmn span,
.list-menus .menu-body .ksmy span,
.list-menus .menu-body .cmn span{
    color: #444e67;
    padding-right: 8px;
}

.list-menus .menu-body .ksmy {
    border-bottom: 1px solid rgba(247, 122, 147, .2);
}

.list-menus .menu-body .ksmy.active,
.list-menus .menu-body .ksjs.active,
.list-menus .menu-body .cmn.active,
.list-menus .menu-body .ksmy.active span,
.list-menus .menu-body .ksjs.active span,
.list-menus .menu-body .cmn.active span {
    color: var(--main-color);
}

.list-menus .mkmy.active,
.list-menus .cmn.active {
    height: auto;
}

.list-menus .menu-body:hover {
    cursor: pointer;
}

.list-menus .mydh-item {
    width: 25%;
    float: left;
    padding: 16px 20px;
    padding-bottom: 18px !important;
    text-align: center;
}

.list-menus .mydh-item img {
    width: 150px;
    border-radius: 8px;
}

.list-menus .mydh-item .name {
    padding-top: 12px;
}

.list-menus .mydh-item .xqbtn {
    height: 34px;
    display: block;
    margin: 10px auto 0;
    line-height: 34px;
    width: 100px;
    background-color: var(--main-color);
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #ffffff;
}

.list-menus .mydh-item:hover img {
    box-shadow: 0px 0px 9px rgba(247, 122, 147, .6);
    cursor: pointer;
}

.list-menus .mydh-item:hover .name {
    color: var(--main-color);
}

/*实际内容*/
.list-menus .right {
    padding: 18px 25px;
}

.list-menus .right h1 {
    font-size: 30px;
    line-height: 46px;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(247, 122, 147, .2);
    margin-bottom: 24px;
}

.list-menus .right h1 .p-title {
    line-height: 46px;
}

.list-menus .right h1 .p-pubdate {
    color: #999999;
    font-size: 16px;
}


.list-menus .right a.content-a {
    line-height: 40px; 
    background: url("../img/xtarr.png") no-repeat left 17px; 
    padding-left: 14px;
    display: block;
    clear: both;
    height: 40px;
}

.list-menus .right a.content-a .ct-title {
    font-size: 16px;
    max-width: 695px;
    float: left;
}

.list-menus .right a.content-a .ct-date {
    font-size: 16px;
    float: right;
    color: #999999;
}

/*暂无数据*/
.list-menus .right .no-list {
    text-align: center;
    padding: 24px 0;
}

.list-menus .right .no-list img {
    width: 130px;
}

.list-menus .right .no-list p {
    font-size: 17px;
    color: #999999;
}


/*分页*/
.pagebar { 
    line-height: 45px;
    clear: both;
    text-align: center;
 }
.pagebar a { border: 1px solid #F6718C; padding: 3px 8px; margin: 0 2px; border-radius: 4px; font-size: 14px; }
.pagebar a.current { background-color: #F6718C; color: #ffffff; }

.ksmy-container {
    padding: 20px 10px;
}

.ksmy-container .ksmy-top {
    display: flex;
}


.ksmy-container .ksmy-img {
    float: left;
    width: 200px;
    height: 240px;
}

.ksmy-container .ksmy-img img {
    border-radius: 8px;
}

.ksmy-container .ksmy-detail {
    float: left;
    padding: 20px 24px;
    padding-bottom: 0;
    /* max-height: 240px; */
}

.ksmy-container .ksmy-detail .name {
    font-size: 24px;
    color: #ff0374;
    margin-bottom: 24px;
}

.ksmy-container .ksmy-detail .label {
    line-height: 32px;
    padding: 15px 0 0 0;
    font-size: 18px;
    color: #ff0374;
    font-weight: normal;
}

.ksmy-container .ksmy-detail .valuec {
    color: #434343;
    font-size: 16px;
    padding-top: 2px;
}

.ksmy-container .ksmy-line {
    background: url("../img/list/kmline.png") repeat-x center; 
    height: 44px;
    clear: both;
    padding: 40px 0;
    padding-bottom: 30px;
}

.ksmy-container .ksmy-bottom {
    clear: both;
}

.ksmy-container .ksmy-grjs {
    text-align: center;
    color: #434343;
    font-size: 28px;
    padding-bottom: 24px;
}

.ksmy-container table,
.ksmy-container table td {
    border: none !important;
}

