/*********党建工作************/
.banner-link-wrap {
    width: 100%;
    background: #f5f5f5;
    /***border-top: 5px solid #0048A0;***/
}
.banner-inner {
    margin: 0 auto;
}
.banner-inner a {
    display: block;
}
.banner-inner img {
    width: 100%;
    height: auto;
    display: block;
}

.djgz-wrap {
    background: url("../images/bg.png") no-repeat center bottom;
    padding-top: 30px;
}

.party-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 20px;
    box-shadow: 1px 2px 4px 0px rgba(0,0,0,0.2);
    background-color: #ffffff;
}
.breadcrumb {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}
.breadcrumb .sep {
    margin: 0 8px;
    color:#666;
}
.breadcrumb a {
    color: #004DA1;
    text-decoration: none;
    margin: 0 8px;
}
.page-title {
    text-align: center;
    font-size: 26px;
    color: #333333;
    margin-bottom: 24px;
    font-weight: bold;
    margin-top: 0;
    padding: 0 100px;
}
.party-item {
    position: relative;
    display: flex;
    background: #fff;
    padding: 16px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    z-index: 1;
}
.party-link {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    align-items: center;
}
.party-item:last-child {
    border-bottom: none;
}
.party-item.active-item {
    background: #0048A0;
    color: #ffffff;
}
.party-item.active-item .text-left p {
    opacity: 0.9;
}
.party-item .hover-bg {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0048A0;
    transition: left 0.8s ease;
    z-index: -1;
}
.party-item:hover .hover-bg {
    left: 0;
}

.party-item h3,
.party-item p,
.party-item .text-right,
.party-item .year,
.party-item .day{
    transition: color 0.8s ease;
}

.party-item:hover h3,
.party-item:hover p,
.party-item:hover .text-right,
.party-item:hover .year,
.party-item:hover .day{
    color: #fff;
}

.item-img {
    width: 242px;
    flex-shrink: 0;
    margin-right: 16px;
}
.item-img img {
    width: 100%;
    height: 158px;
    object-fit: cover;
    display: block;
    border: 0;
}
.item-text {
    flex: 1;
    display: flex;
    justify-content: space-between;
    color: #333333;
    align-items: center;
}
.text-left {
    margin-right: 30px;
}
.text-left h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: normal;
    margin-top: 0;
}
.text-left p {
    font-size: 16px;
    color: #999999;
    line-height: 1.6;
    margin: 0;
    text-indent: 2em;
}
.text-right {
    text-align: left;
    flex-shrink: 0;
}
.text-right .year {
    font-size: 16px;
    color: #666666;
}
.text-right .day {
    font-size: 26px;
    color: #333333;
}
.arrow-icon {
    margin:15px 0 0 5px;
    position:relative;
    width:24px;
    height:24px;
}
.arrow-icon img {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    right:0;
    transition: opacity 0.8s ease;
}
.arrow-white {
    opacity:0;
}
.arrow-gray {
    opacity:1;
}

.party-item:hover .arrow-gray{
    opacity:0;
}
.party-item:hover .arrow-white{
    opacity:1;
}

.party-item.active-item .arrow-gray{
    opacity:0;
}
.party-item.active-item .arrow-white{
    opacity:1;
}
.party-item.active-item .year{
    color:#fff;
}
.party-item.active-item .day{
    color:#fff;
}


/*=========新闻动态=========*/
.party-wrap {
    background: url("../images/bg2.png") no-repeat center bottom;
    padding-top: 30px;
}
.news-item {
    position: relative;
    padding:18px 0;
    border-bottom:1px solid #eeeeee;
}
.news-link {
    display:flex;
    align-items:center;
    text-decoration:none;
    color:#333;
}
.news-date-block {
    flex-shrink:0;
    width:92px;
    height:100px;
    border:1px solid #eeeeee;
    text-align:center;
    display:flex;
    flex-direction:column;
    justify-content:center;
    border-bottom: 2px solid #004EA2;
    align-self:center;
    margin-right:16px;
}
.news-day {
    font-size:30px;
    color:#333333;
    font-weight:bold;
    line-height:1;
}
.news-ym {
    font-size:16px;
    color:#333333;
    margin-top:5px;
}
.news-text {
    flex:1;
    margin-right:16px;
}
.news-text h3 {
    font-size:18px;
    color:#333333;
    margin:0 0 8px;
    font-weight:normal;
}
.news-text p {
    font-size:16px;
    color:#999999;
    line-height:1.6;
    margin:0;
}
.news-thumb {
    flex-shrink:0;
    width:242px;
    height:158px;
}
.news-thumb img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}
.news-underline {
    position:absolute;
    left:0;
    bottom:0;
    height:1px;
    width:0;
    background-color:#004EA2;
    transition:width 0.4s ease;
}
.news-item:hover .news-underline {
    width:100%;
}
.news-item:hover h3{
    color:#004EA2;
}
.news-item:hover .news-date-block{
    background-color:#004EA2;
    border-color:#004EA2;
}
.news-item:hover .news-date-block .news-day{
    color:#ffffff;
}
.news-item:hover .news-date-block .news-ym{
    color:#ffffff;
}


/*******媒体报道***************/
.news-text h3 span{
    margin-right:8px;
    color: #004EA2;
}


/* =====院内公告===== */
.announce-item {
    position: relative;
    display: flex;
    background: #fff;
    padding: 30px 16px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    z-index: 1;
}
.announce-item:hover{
    cursor: pointer;
}
.announce-item:last-child{
    border-bottom:none;
}
.announce-link {
    display: flex;
    width: 100%;
    text-decoration: none;
    color: inherit;
    align-items: center;
}
.announce-item .announce-hover-bg {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #004EA2;
    transition: left 0.8s ease;
    z-index: -1;
}
.announce-item:hover .announce-hover-bg {
    left: 0;
}
.announce-date {
    flex-shrink: 0;
    width: 80px;
    margin-right:50px;
}
.ad-year {
    font-size:16px;
    color:#666;
    transition: color 0.8s ease;
}
.ad-day {
    font-size:24px;
    color:#333;
    transition: color 0.8s ease;
}
.announce-arrow{
    width:26px;
    height:26px;
    position:relative;
    margin-top:12px;
}
.announce-arrow img{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    transition: opacity 0.8s ease;
}
.arr-gray{
    opacity:1;
}
.arr-white{
    opacity:0;
}
.announce-text-wrap {
    flex:1;
}
.announce-left h3 {
    font-size:18px;
    margin-bottom:10px;
    font-weight:normal;
    color:#333;
    margin:0 0 10px 0;
    transition: color 0.8s ease;
}
.announce-left p {
    font-size:16px;
    color:#999;
    line-height:1.6;
    margin:0;
    text-indent: 2em;
    transition: color 0.8s ease;
}
.announce-item:hover h3,
.announce-item:hover p,
.announce-item:hover .ad-year,
.announce-item:hover .ad-day{
    color:#fff;
}
.announce-item:hover .arr-gray{
    opacity:0;
}
.announce-item:hover .arr-white{
    opacity:1;
}


/*========详情页公共========*/
.article-meta {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-bottom: 24px;
    padding-bottom:24px;
    border-bottom:1px solid #eeeeee;
}
.article-meta .meta-item {
    display: inline-block;
    margin:0 10px;
}

.article-content {
    font-size:18px;
    line-height:2.1;
    color:#333333;
    padding: 0 24px;
}
.article-content p {
    margin:0 0 16px 0;
    text-indent:2em;
}
.article-content p img{
    display: block;
    margin: 0 auto;
}

.article-img-box {
    width:100%;
    margin:20px 0;
}
.article-img-box img {
   
    height:auto;
    display:block;
    border:0;
    margin: 0 auto;
}
.article-author-box {
    display: flex;
    align-items: flex-start;
    padding:20px;
}
.author-avatar {
    flex-shrink:0;
    width:140px;
    margin-right:16px;
}
.author-avatar img {
    width:100%;
    height:auto;
    border-radius:50%;
    display:block;
    height: 140px;
}
.author-info {
    flex:1;
}
.author-name {
    font-size:20px;
    color:#333333;
    margin:0 0 8px 0;
    font-weight:bold;
}
.author-title {
    font-size:18px;
    color:#999999;
    font-weight:normal;
}
.author-desc {
    font-size:18px;
    color:#666666;
    line-height:1.8;
    margin:0;
    padding-bottom: 8px;
}
.author-desc strong{
    font-weight: normal;
}
.article-abstract{
    padding:12px 16px;
    background:#EDEDED;
    margin:15px 24px 24px 24px;
}
.article-abstract p{
    margin:0;
    font-size:18px;
    color:#666666;
    line-height:1.7;
}





/***********医生介绍************/

.doctor-main{
    width:1280px;
    margin:30px auto;
   
}




.doc-top-card{
    background:url(../images/bj.png) no-repeat 90% 70px #0048A0;
    display:flex;
    padding:24px;
    color:#fff;
    align-items:center;
}
.doc-avatar{
    width:220px;
    flex-shrink:0;
}
.doc-avatar img{
    width:100%;
    height:auto;
    display:block;
}
.doc-info-block{
    padding-left:20px;
    flex:1;
}
.doc-name{
    font-size:24px;
    margin:0 0 8px;
    font-weight:bold;
}
.doc-title{
    font-size:20px;
    font-weight:normal;
}
.doc-hospital{
    font-size:20px;
    margin:4px 0;
}
.doc-goodat{
    margin-top:20px;
    font-size:18px;
    line-height:2.1;
    border-top: 1px dashed rgba(255,255,255,0.35);
    padding-top: 20px;
}
.doc-license{
    margin-top:10px;
    font-size: 16px;
    color: #FFFFFF;
}
.doc-section{
    margin-top:30px;
}

.sec-title{
    font-size:24px;
    color:#333;
   
    margin:0 0 14px;
    line-height:2;
    padding-left: 36px;
}
.sec-ysjs{

    color:#333;
   
    margin:0 0 14px;
    line-height:2;

   font-size:28px; 
}
.sec-ckzl{
    color:#333;
   
    margin:0 0 14px;
    line-height:2;

   font-size:20px; 
   border-bottom: 1px solid #EBE8E8;
   padding-bottom:6px;

}
.sec-text{
    font-size:18px;
    line-height:2.1;
    color:#333;
    margin:8px 0;
    text-indent: 2em;
}
.ref-text p{
    font-size:16px;
    color:#666;
    line-height: 2;
}

.doc-schedule-table{
    width:100%;
    border-collapse:collapse;
}
.doc-schedule-table th{
    background:#004EA2;
    color:#fff;
    text-align:center;
    padding:12px 8px;
    font-size:18px;
    border:1px dashed #8EB7E3;
    border-top: 0;

}
.doc-schedule-table td{
    border:1px dashed #8EB7E3;
    text-align:center;
    padding:12px 8px;
    font-size:18px;
    color:#333;
}
.btn-book{
    background: #F29C55;
    color:#fff;
    padding:5px 35px;
    display:inline-block;
    cursor:pointer;
    border-radius: 12px 12px 12px 12px;
    font-size: 18px;
}
.table-tip{
    font-size:18px;
    color:#666;
    margin-top:8px;
    text-align:right;
    padding-top: 15px;
}
.table-tip span{
    color: #CA0000;
    padding-left:12px;
}

.video-list{
    display:flex;
}
.video-item{
    width:33.333%;
    padding-right:30px;
}
.video-item:last-child{
    padding-right:0;
}
.video-item img{
    width:100%;
    height:auto;
    display:block;
}
.video-name{
    font-size:18px;
    color:#333;
    text-align:center;
    margin:15px 0 0;
}
.video-item:hover p{
    color: #004EA2;
}

.paper-list{
    display:flex;
    flex-wrap:wrap;
}
.paper-item{
     width:100%;
    margin-bottom:18px;
    transition: box-shadow 0.24s;
    padding: 20px;
    cursor: pointer;
}




.paper-item:hover{
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
}
.paper-item h4{
    font-size:20px;
    margin:0 0 6px;
    color:#004EA2;
    background: url(../images/lunwen.png) no-repeat left center;
    padding-left: 35px;
}
.paper-item p{
    font-size:16px;
    color:#333;
    margin:4px 0;
    line-height:2.1;
    padding-left: 35px;
}
.paper-item p:last-of-type{
    color:#999;
}

.photo-list{
    display:flex;
    flex-wrap: wrap;
    margin-right: -30px;
}
.photo-item{
    width: 25%;
    padding-right: 30px;
    box-sizing: border-box;
    padding-bottom: 30px;
}
.photo-item img{
    width:100%;
    height: 222px;
    object-fit: cover;
    display:block;
}


.mask-layer{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.65);
    z-index:9999;
}
.qrcode-popup{
    position:absolute;
    left:50%;
    top:50%;
    width:260px;
    background:#fff;
    padding:20px;
    margin-left:-130px;
    margin-top:-140px;
}
.popup-close{
    position:absolute;
    right:8px;
    top:4px;
    font-size:24px;
    cursor:pointer;
    color:#999;
}
.pop-qr-img img{
    width:100%;
    height:auto;
    display:block;
}
.qrcode-popup p{
    text-align:center;
    margin:12px 0 0;
    font-size:14px;
    color:#333;
}






















/************来院路线*************/
.sub-banner-wrap {
    position: relative;
    width: 100%;
}
.sub-banner {
    width: 100%;
    overflow: hidden;
}
.sub-banner img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}
.sub-nav {
   
    width: 100%;
    height: 60px;
    background: #004EA2;
    background-repeat: no-repeat;
    background-size: 90% 100%;
    background-position: 0 0;
}
.sub-nav-list {
    width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}
.sub-nav-item {
    float: left;
    margin:0 35px;
}

.sub-nav-link {
    display: block;
    height: 60px;
    line-height: 60px;
    padding: 0 24px;
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}
.sub-nav-link::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    width: 0;
    height: 2px;
    background: #ffffff;
    transition: width 0.25s linear;
}
.sub-nav-link:hover {
    background-color: #f7941d;
    color: #ffffff;
}
.sub-nav-link:hover::after {
    width: 35%;
     bottom: 15px;
}
.sub-nav-link.active {
    background-color: #f7941d;
    color: #fff;
}
.sub-nav-link.active::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    width: 35%;
    height: 2px;
    background: #ffffff;
}




/* ==========来院路线页面样式========== */
.route-wrap {
    width: 1280px;
    margin: 0 auto 60px;
}
.route-map-block {
    margin-bottom: 40px;
}
.route-map {
    width: 100%;
}
.map-img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}
.route-address-bar {
    background-color: #444444;
    color: #ffffff;
    font-size: 15px;
    padding: 12px 20px;
    margin-top: -4px;
}

.traffic-way {
    padding: 0 10px;
}
.traffic-item {
    margin-bottom: 24px;
}
.traffic-item dt {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}
.traffic-item dd {
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
    margin-left: 0;
    margin-bottom: 6px;
}







/*==========院景风采==========*/
.view-wrap {
    width:1280px;
    margin:0 auto 60px;
}
.view-block {
    margin-bottom:45px;
    overflow:hidden;
}
.view-title {
    font-size:20px;
    color:#000;
    font-weight:bold;
    margin-bottom:20px;
}
.view-list {
    overflow:hidden;
}
.view-item {
    float:left;
    width:33.3333%;
    padding-right:12px;
    margin-bottom:20px;
}

.view-item img {
    width: calc(100% - 12px);
    display:block;
    border:0;
}





/* ==========联系我们页面样式========== */
.contact-wrap {
    width: 1280px;
    margin: 0 auto 60px;
}
.contact-map-block {
    margin-bottom: 30px;
}
.contact-map {
    width: 100%;
}
.map-img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}
.contact-address-bar {
    background-color: #444444;
    color: #ffffff;
    font-size: 15px;
    padding: 12px 20px;
    margin-top: -4px;
}

.contact-info-block {
    padding: 0 10px;
}
.contact-tel {
    font-size:24px;
    color:#333333;
    margin-bottom:12px;
}

.contact-qrcode {
    text-align:center;
}
.contact-qrcode img {
    width:160px;
    height:auto;
    display:inline-block;
    border:0;
}




/*==========连锁品牌==========*/
.lspp{
    padding: 30px;
    padding-top: 0;
}
.lspp p{
    font-size: 18px;
    color: #333333;
    line-height: 2.1;
    text-indent: 2em;
}
.chain-wrap {
    width: 1280px;
    margin: 0 auto 60px;
}
.chain-list {
    overflow: hidden;
}
.chain-item {
    float: left;
    width: 100%;
    margin-bottom: 24px;
}
.chain-item a {
    display: block;
}
.chain-img-box {
    position: relative;
}
.chain-img-box img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}
.chain-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: rgba(0,0,0,0.45);
    padding: 8px 0;
}






/*==========先进设备==========*/
.device-wrap {
    width: 1280px;
    margin: 0 auto 60px;
}
.dev_device-list {
    overflow: hidden;
}
.dev_device-item {
   float: left;
    width: 400px;
    padding: 0 10px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.dev_device-item a {
    display: block;
    border: 1px solid #eeeeee;
    padding:16px;
    background:#fff;
    text-decoration: none;
    transition: background-color 0.25s, color 0.25s;
    height: 580px;
}
.dev_device-title {
    font-size:24px;
    color:#014EA2;
    font-weight:bold;
    margin-bottom:12px;
    position: relative;
    padding-bottom:8px;
}
.dev_device-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 1px;
    background-color: #eee;
}
.dev_device-item a:hover .dev_device-title::after {
    background-color: #fff;
}
.dev_device-item a:hover {
    background-color: #004EA2;
    color: #ffffff;
}
.dev_device-item a:hover .dev_device-title,
.dev_device-item a:hover .dev_device-desc p, .dev_device-item a:hover .dev_device-desc p strong {
    color: #ffffff;
}
.dev_device-item a:hover .dev_device-title {
    border-bottom-color:#fff;
}

.dev_device-img img {
   width: 150px;
    height: 300px;
    display:block;
    margin: 0 auto;
    border:0;
    margin-bottom:12px;
}
.dev_device-desc p {
    font-size:18px;
    color:#333333;
    line-height:2.1;
    margin-bottom:4px;
}
.dev_device-desc p strong{
    font-weight: normal;
    color: #014EA2;
}

.dev_device-page {
    clear:both;
    text-align:center;
    margin-top:20px;
}
.dev_device-page a {
    display:inline-block;
    border:1px solid #004EA2;
    color:#004EA2;
    padding:4px 10px;
    margin:0 3px;
    font-size:14px;
    text-decoration:none;
}
.dev_page-input {
    width:40px;
    height:24px;
    border:1px solid #ccc;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
}
.dev_page-go {
    display:inline-block;
    background:#004EA2;
    color:#fff;
    border:none;
    padding:4px 8px;
    vertical-align:middle;
    font-size:14px;
}



/*====医院简介====*/
.hos_intro_content{
    margin-top:30px;
}
.hos_section_sub_title {
    position: relative;
    padding-left: 14px;
    font-size:26px;
    color:#004EA2;
    font-weight:bold;
    margin:40px 0 20px 0;
}
.hos_section_sub_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 4px;
    background-color: #004EA2;
}

.hos_intro_block {
    position: relative;
    display: flex;
    align-items: flex-start;
    margin-bottom: 32px;
    align-items: center;
}
.hos_intro_text {
    flex: 1;
   
    margin-top: 12px;
}
.hos_intro_text--bg {
    background-color: #f5f7fa;
    padding: 24px;
    margin-left: -10px;
    margin-top: 30px;
    position: relative;
    z-index: 2;
}

.hos_intro_img {

    width: 665px;
    flex-shrink: 0;
    position: relative;
    z-index: 3;
}
.hos_intro_img img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}

.hos_intro_block.hos_flex_row_reverse{
    flex-direction: row-reverse;
}
.hos_intro_block.hos_flex_row_reverse .hos_intro_text{
    background-color: transparent;
    margin-top: 0;
}
.hos_intro_block.hos_flex_row_reverse > div + div{
    margin-left: 0;
    margin-right: 24px;
}

.hos_intro_text p{
    font-size:18px;
    line-height:2.1;
    color:#333;
    text-indent:2em;
    margin:0 0 12px 0;
}
.hos_intro_text h4{
    font-size:22px;
    color:#333;
    margin:20px 0;
    font-weight:bold;
}

.hos_intro_block_full{
    margin-bottom:32px;
}
.hos_intro_img_full{
    padding-top: 15px;
}

.hos_intro_img_full img{
   
   
    display:block;
    border:0;
    margin: 0 auto;
    margin-bottom:16px;
}


.hos_intro_img_row img{
  
    display:block;
    border:0;
    margin: 0 auto;
}

.hos_intro-block--w440{
    width: 440px;
    margin-right:24px;
}
.hos_intro_block > div:last-child.hos_intro_img.hos_intro-block--w440 {
    margin-right: 0;
    margin-left: 24px;
}




/*********设备详情***********/

.device-detail-img {
    text-align:center;
    margin-bottom:30px;
}
.device-detail-img img {
    width:auto;
    max-width:320px;
    height:auto;
    display:block;
    margin:0 auto;
}
.device-detail-content h3 {
    font-size:18px;
    font-weight:bold;
    color:#333333;
    margin:20px 0 8px;
}
.device-detail-content p {
    font-size:18px;
    color:#333333;
    line-height:2.1;
    margin-bottom:12px;
    text-indent: 2em;
}




/* 医生团队 */
.med_doc_search-box {
    text-align: center;
    margin-bottom: 24px;
    margin-top: 50px;
}
.med_search_wrap {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.med_doc_search-input {
    width: 440px;
    height: 54px;
    border: 1px solid #004DA1;
    padding: 0 48px 0 20px;
    font-size: 20px;
    outline: none;
    border-radius: 12px;
    background: #ffffff;
    box-sizing: border-box;
    transition: border-color 0.24s;
}
.med_doc_search-input:focus {
    border-color:#004EA2;
    box-shadow: 0 0 0 2px rgba(0,78,162,0.15);
}

.med_arrow-trigger{
    position:absolute;
    right:0;
    top:0;
    width:60px;
    height:54px;
    cursor:pointer;
}

.med_search_wrap::after {
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23333' d='M12 16l6-8H6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    pointer-events: none;
    transition:transform 0.2s;
}
.med_search_wrap.open::after{
    transform: translateY(-50%) rotate(180deg);
}

.med_drop_panel{
    position:absolute;
    left:0;
    top:100%;
    width:440px;
    background:#fff;
    border:1px solid #004DA1;
    border-radius:10px;
    box-shadow:0 4px 12px rgba(0,78,162,0.18);
    box-sizing:border-box;
    display:none;
    z-index:99;
    border-top: 0;
}
.med_drop_panel ul{
    margin:0;
    padding:0;
    list-style:none;
}
.med_drop_panel li{
    height:48px;
    line-height:48px;
    padding:0 20px;
    font-size:20px;
    color:#333;
    cursor:pointer;
    transition:background 0.2s;
}
.med_drop_panel li:hover{
    background-color:#f0f6fc;
    color:#004EA2;
}

.med_doc_search-btn {
    height: 54px;
    background:#004DA1;
    color:#fff;
    border:none;
    padding:0 60px;
    vertical-align: middle;
    border-radius:12px;
    font-size:20px;
    margin-left:24px;
    cursor:pointer;
    transition:background-color 0.24s;
}
.med_doc_search-btn:hover{
    background-color:#005bbf;
}
.med_doc_search-btn:active{
    background-color:#004089;
}

.med_doc_list_wrap {
    max-width:1280px;
    margin:0 auto;
}
.med_doc_list {
    overflow:hidden;
    padding:0;
    margin:0 -20px -20px 0;
    list-style:none;
}
.med_doc_item {
    float:left;
    width:407px;
    box-sizing:border-box;
    border:1px solid #eee;
    padding:20px;
    background:#fff;
    margin:0 20px 20px 0;
    min-height:240px;
}
.med_doc_item a {
    display:block;
    text-decoration:none;
    position: relative;
    width:100%;
    height:100%;
}
.med_doc_item_active {
    background:#004EA2;
    color:#fff;
}
.med_doc_item_active .med_doc_info p {
    color:#fff;
}
.med_doc_img {
    float:left;
    width:153px;
    height: 181px;
    margin-right:12px;
}
.med_doc_img img {
    width:153px;
    height: 181px;
    display:block;
    border:0;
}
.med_doc_info {
    overflow:hidden;
}
.med_doc_info h4 {
    font-size:22px;
    margin:0 0 4px;
    font-weight:bold;
    color: #333;
}
.med_doc_info p {
    font-size:14px;
    margin:0 0 3px;
    color:#666;
}

.med_doc_info p.med_doc_depart{
    color: #666666;
    font-size: 16px;
    border-top: 1px solid #eee;
    font-weight: bold;
    width: 100%;
    margin-top: 10px;
    line-height:1.8;
    padding-top: 5px;
}

.med_doc_item:hover .med_doc_info p.med_doc_depart{
    border-top: 1px solid #fff;
}

.med_doc_info p.med_doc_good{
    color: #999999;
    font-size: 14px;
}

.med_doc_item:hover {
    background:#004EA2;
    color:#fff;
}
.med_doc_item:hover .med_doc_info p {
    color:#ffffff;
}
.med_doc_item:hover .med_doc_info h4 {
    color:#ffffff;
}
/*********
.med_doc_arrow {
    position: absolute;
    right:8px;
    bottom:-25px;
    width:20px;
    height:20px;
    border:2px solid #fff;
    border-radius:50%;
    opacity:0;
}
.med_doc_arrow::after{
   content:"";
    position:absolute;
    width:6px;
    height:6px;
    border-top:1.5px solid #fff;
    border-right:1.5px solid #fff;
    transform:rotate(45deg);
    top:4px;
    left:3px;
}
*******/

.med_doc_item:hover .med_doc_arrow {
    opacity:1;
}

.med_doc_page {
    clear:both;
    text-align:center;
    margin-top:10px;
}
.med_doc_page a {
    display:inline-block;
    border:1px solid #004EA2;
    color:#004EA2;
    padding:3px 9px;
    margin:0 2px;
    text-decoration:none;
    font-size:14px;
}
.med_doc_page .page-input {
    width:38px;
    height:22px;
    border:1px solid #ccc;
    text-align:center;
    vertical-align:middle;
}
.med_doc_page .page-go {
    background:#004EA2;
    color:#fff;
    border:none;
    padding:3px 8px;
    vertical-align:middle;
}



















/******专题门诊***********/
.psori-intro-block{
    position:relative;
    margin-bottom:30px;
    height: 430px;
}
.psori-img-box{
    width:647px;
    height: 342px;
    position: relative;
    z-index: 1;
}
.psori-img-box img{
    width:647px;
    height: 364px;
    display:block;
}
.psori-blue-text{
    position:absolute;
    background:url(../images/bj.png) no-repeat 95% bottom #004EA2;
    color:#fff;
    right:0;
    top:0;
    width:805px;
    transform:translateY(30px);
    height: 399px;
    padding: 20px 50px 0 197px;
    z-index: 0;
}
.psori-blue-text p{
    font-size:18px;
    line-height:2;
    margin:0;
    text-indent: 2em;
    padding-top: 10px;
}
.hg p{
line-height:1.7
}
.expert-title{
    font-size:22px;
    color:#222;
    margin:0 0 24px 0;
    font-weight:bold;
}
.expert-item{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background:#f7f7f7;
    margin-bottom:30px;
    height: 333px;
    padding-right: 30px;
}
.expert-img{
    width:282px;
    -webkit-box-flex:0;
    -ms-flex:0 0 282px;
    flex:0 0 282px;
    margin-right:24px;
    height: 330px;
}
.expert-img img{
    height: 333px;
    width: 282px;
    display:block;
}
.expert-text{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
}
.expert-name{
    font-size: 26px;
    color:#333;
    margin:0 0 8px 0;
    font-weight:bold;
}
.expert-position{
    font-size:20px;
    font-weight:normal;
    color:#333;
}
.expert-origin{
    font-size: 20px;
    color: #333;
    margin-bottom: 12px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px;
    position: relative;
}
.expert-origin::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #004EA2;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s linear;
}
.expert-item:hover .expert-origin::after {
    transform: scaleX(1);
}
.expert-item:hover{
    cursor: pointer;
}
.expert-item:hover .expert-name, .expert-item:hover .expert-position{
    color: #004EA2;
}
.expert-desc{
    font-size:18px;
    color: #333333;
    line-height:2.1;
    margin:0;
}
.expert-team-text{
    padding-bottom: 30px;
}
.expert-team-text p{
    font-size:18px;
    line-height:2.1;
    color:#333333;
    margin:0;
    text-align:justify;
    text-indent: 2em;
}

.schedule-wrap{
    margin-top: 30px;
}

.schedule-table {
    width: 100%;
    border-collapse: collapse;
    border:1px dashed #88b8ee;
}
.schedule-table thead th {
    background-color:#004EA2;
    color:#ffffff;
    text-align:center;
    padding:16px 8px;
    font-size:18px;
    font-weight:normal;
    border:1px dashed #8EB7E3;
}
.schedule-table tbody td {
    text-align:center;
    padding:20px 8px;
    font-size:18px;
    color:#333;
    border:1px dashed #8EB7E3;
    vertical-align: middle;
    line-height:1.8;
}
.schedule-tip {
    margin-top:20px;
    font-size:18px;
    color:#333;
    text-align: right;
}
.schedule-tip::before{
    content:"*";
    color:#CA0000;
}

.diagnose-wrap{
    background:url(../images/yxbmzbj.png) no-repeat center top #F2F3F4;
    height: 800px;
    margin-bottom: 30px;
}
.diagnose-title-box{
    text-align:center;
    margin-bottom:40px;
    padding-top: 50px;
}
.diagnose-title-box h2{
    font-size:28px;
    color:#222;
    margin:0 0 10px 0;
    font-weight:bold;
}
.diagnose-title-box p{
    font-size:24px;
    color:#222;
    margin:0;
}
.diagnose-card-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content:center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items:center;
    margin-top: 200px;
}
.diagnose-card{
    -webkit-box-flex:0;
    -ms-flex:0 0 180px;
    flex:0 0 241px;
    margin:0 12px;
    background:#54A9D8;
    border-radius:40px;
    color:#fff;
    text-align:center;
    padding:30px 15px;
    position:relative;
    height: 376px;
    box-sizing: border-box;
}
.diagnose-card:nth-child(1){
    transform: translateY(-30px);
}
.diagnose-card:nth-child(2){
    transform: translateY(20px);
}
.diagnose-card:nth-child(3){
    transform: translateY(-50px);
}
.diagnose-card:nth-child(4){
    transform: translateY(15px);
}
.diagnose-card:nth-child(5){
    transform: translateY(-25px);
}
.diagnose-card::before{
    content:"";
    position:absolute;
    top:-85px;
    left:50%;
    width:22px;
    height:22px;
    border:2px solid #73a8e0;
    border-radius:50%;
    transform:translateX(-50%);
    background:#ffffff;
}
.diagnose-card::after{
    content:"";
    position:absolute;
    top:-58px;
    left:50%;
    width:1px;
    height:58px;
    border-left:1px dashed #73a8e0;
    transform:translateX(-50%);
}
.diagnose-card:nth-child(1){
    background:#54A9D8;
}
.diagnose-card:nth-child(2){
    background:#349AD3;
}
.diagnose-card.card‑orange{
    background:#F29C55;
}
.diagnose-card.card‑darkblue{
    background:#2066B2;
}
.diagnose-card:nth-child(5){
    background:#5A98DD;
}
.diagnose-card:nth-child(1)::before{
    border-color:#54A9D8;
}
.diagnose-card:nth-child(1)::after{
    border-left-color:#54A9D8;
}

.diagnose-card:nth-child(2)::before{
    border-color:#349AD3;
}
.diagnose-card:nth-child(2)::after{
    border-left-color:#349AD3;
}

.diagnose-card.card‑orange::before{
    border-color:#F29C55;
}
.diagnose-card.card‑orange::after{
    border-left-color:#F29C55;
}

.diagnose-card.card‑darkblue::before{
    border-color:#2066B2;
}
.diagnose-card.card‑darkblue::after{
    border-left-color:#2066B2;
}

.diagnose-card:nth-child(5)::before{
    border-color:#5A98DD;
}
.diagnose-card:nth-child(5)::after{
    border-left-color:#5A98DD;
}
.diagnose-card .card-icon{
    margin:0 auto 16px;
    width:108px;
    height:108px;
    border:1px dashed #ffffff;
    border-radius:50%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    box-sizing:border-box;
}

.diagnose-card h3{
    font-size:24px;
    margin:0 0 10px 0;
    position:relative;
    padding-bottom:12px;
}
.diagnose-card h3::after{
    content:"";
    position:absolute;
    width:40px;
    height:1px;
    background:#fff;
    left:50%;
    transform:translateX(-50%);
    bottom:0;
}
.diagnose-card .card-text p{
    font-size:18px;
    line-height:1.6;
    margin:0;
}
.adv-list{
    overflow:hidden;
    padding-bottom: 15px;
}
.adv-item{
    width:50%;
    float:left;
    box-sizing:border-box;
    padding:15px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items:flex-start;
    position: relative;
}
.adv-img{
    width:242px;
    height: 157px;
    -webkit-box-flex:0;
    -ms-flex:0 0 220px;
    flex:0 0 220px;
    margin-right:16px;
}
.adv-img img{
    width:100%;
    height:auto;
    display:block;
}
.adv-text{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
}
.adv-text h3{
    font-size:18px;
    color:#333;
    margin:0 0 8px 0;
    font-weight:bold;
    position: relative;
    padding-bottom:8px;
    border-bottom: 1px solid #EBEBEB;
}
.adv-item:hover .adv-text h3{
    color: #004EA2;
}
.adv-text h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #cccccc;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.3s linear, background-color 0.3s;
}
.adv-item:hover .adv-text h3::after {
    transform: scaleX(1);
    background-color:#004EA2;
}
.adv-text p{
    font-size:16px;
    color:#666;
    line-height:2;
    margin:0;
}
.adv-list-two .adv-item{
    width:50%;
}
.adv-item:hover{
    cursor: pointer;
}
.xkjs{
    width: 166px;
    height: 49px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #F5F5F5;
    line-height: 49px;
    margin: 0 auto;
    text-align: center;
}
.xkjs a{
    color: #333333;
    font-size: 16px;
}














/*专家名医医生列表*/
.cooper-expert-wrap {
    max-width: 1280px;
    margin: 0 auto 40px;
    background: #F0F4F9;
    padding: 30px;
    box-sizing: border-box;
    padding-right: 0;
}
.cooper-expert-scroll {
    display: flex;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    padding:0;
    padding-right:30px;
    box-sizing: border-box;
}
.cooper-expert-scroll::-webkit-scrollbar {
    width: 6px;
}
.cooper-expert-scroll::-webkit-scrollbar-track {
    background:#f7f7f7;
    border-radius:3px;
}
.cooper-expert-scroll::-webkit-scrollbar-thumb {
    background:#004EA2;
    border-radius:3px;
}
.cooper-expert-scroll::-webkit-scrollbar-thumb:hover {
    background:#003b80;
}
.cooper-expert-item {
    flex: 0 0 calc(20% - 16px);
    margin-bottom:16px;
    margin-right:20px;
    height: 90px;
}
.cooper-expert-item:nth-child(5n) {
    margin-right:30px;
}
.cooper-expert-item:nth-child(5n+5) {
    margin-right:0;
}
.cooper-expert-item a {
    display:block;
    width:100%;
    height:100%;
    text-align:center;
    line-height:1.4;
    padding:0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#ffffff;
    box-shadow:0 2px 8px rgba(0,0,0,0.08);
    font-size:18px;
    color:#333;
    text-decoration:none;
}
.cooper-expert-item.active a {
    background:#004EA2;
    color:#fff;
}

/*****学术详情********/
.relart-section-title {
    font-size:24px;
    color:#333333;
    margin:30px 0 0 0;
    font-weight:bold;
}
.relart-paper-list {
    width:100%;
}
.relart-paper-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding:18px;
    border-bottom:1px dashed #cccccc;
}
.relart-paper-item a {
    font-size:20px;
    color:#004DA1;
    text-decoration:none;
}
.relart-paper-item a:hover {
    text-decoration: underline;
}
.relart-paper-date {
    font-size:20px;
    color:#666666;
}



/**********sousuo*******/
.docnews-list-wrap{
    padding:30px 0;
}
.docnews-item{
    margin-bottom:30px;
    overflow:hidden;
}
.docnews-item a{
    display:block;
    text-decoration:none;
    color:#333;
    overflow:hidden;
}
.docnews-main-title{
    font-size:24px;
    font-weight:bold;
    color:#333;
    margin:0 0 12px 0;
}
.docnews-img{
    width:240px;
    float:left;
    margin-right:24px;
}
.docnews-img img{
    width:100%;
    height:100%;
    display:block;
}
.docnews-text{
    overflow:hidden;
}
.docnews-text p{
    font-size:18px;
    color:#666;
    line-height:1.8;
    margin:0 0 12px 0;
}
.docnews-tag{
    font-size:16px;
}
.docnews-tagblue{
    color:#004EA2;
    margin-right:12px;
}
.docnews-tagtime{
    color:#999;
}
.docnews-noimg .docnews-textfull{
    overflow:hidden;
}
.docnews-noimg .docnews-textfull h3{
    font-size:24px;
    color:#dd3333;
    margin:0 0 12px 0;
    font-weight:bold;
}
.docnews-noimg .docnews-textfull p{
    font-size:16px;
    color:#666;
    line-height:1.7;
    margin:0 0 12px 0;
}
.docnews-item a:hover .docnews-main-title{
    color:#004EA2;
}
.docnews-noimg a:hover h3{
    color:#004EA2;
}



/******************斑痘敏************************/
.team-composition{
    margin-bottom:30px;
}
.team-sub{
    font-size:20px;
    margin:12px 0;
    color: #333;
    padding-left: 40px;
}
.team-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin:16px 0;
    padding-left:40px;
    padding-right:40px;
}

.team-list li{
    list-style: none;
    font-size:20px;
    line-height:1.8;
    -webkit-box-flex:0;
    -ms-flex:0 0 auto;
    flex:0 0 auto;
    margin-bottom:8px;
    color: #333;
    box-sizing:border-box;
    padding-left: 18px;
    position: relative;
}
/* 兼容所有浏览器的短横线 - */
.team-list li::before{
    content: "- ";
    position: absolute;
    left: 0;
    top: 0;
}

/* 默认基础宽度 */
.team-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
}

/* 第2个、第6个li加宽 */
.team-list li:nth-child(2),
.team-list li:nth-child(6){
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
}

/* 仅第四个li收窄 */
.team-list li:nth-child(4){
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16%;
    flex: 0 0 16%;
}
.team-desc{
    font-size:18px;
    line-height:1.8;
    color:#333;
    text-indent: 2em;
    padding-left: 10px;
}




.pigment-scheme-wrap{font-size:16px;color:#333;}

.sesu{

font-weight: 800;
font-size: 20px;
color: #333333;
line-height: 36px;
text-align: center;
padding-top: 30px;
padding-bottom: 20px;

}
.pigment-desc{margin-bottom:24px;line-height:2.1;
color: #333333;
font-size: 18px;
text-indent: 2em;}
.pigment-subtitle{font-size:18px;margin:20px 0 16px;font-weight:bold;
color: #333333;}

.pigment-card-row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.pigment-card{
    -webkit-box-flex:0;
    -ms-flex:0 0 400px;
    flex:0 0 400px;
    border: 1px dashed #2066B2;
    border-radius:12px;
    padding:24px;
    display:-webkit-box;
    box-shadow: 0px 6px 18px 0px rgba(0,0,0,0.1);
    border-radius: 24px 24px 24px 24px;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:flex-start;
    -ms-flex-align:flex-start;
    align-items:flex-start;
    margin:0 20px 20px 0;
}
.pigment-card-row .pigment-card:last-child{
    margin-right:0;
}
.pigment-card-circle{
    width:88px;
    height:88px;
   
    color:#fff;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    font-size:16px;
    font-weight:bold;
    flex-shrink:0;
    -ms-flex-negative:0;
    margin-right:16px;
}
.pigment-card-circle.stage1{
    background:url(../images/zl1.png) no-repeat center;
}
.pigment-card-circle.stage2{
    background:url(../images/zl2.png) no-repeat center;
}
.pigment-card-circle.stage3{
    background:url(../images/zl3.png) no-repeat center;
}

.pigment-card-text{
    padding-top:0;
    line-height:1.8;
    font-size: 18px;
    color: #333333;
}


.pigment-two-col{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.pigment-col-item{
    -webkit-box-flex:0;
    -ms-flex:0 0 calc(50% - 30px);
    flex:0 0 calc(50% - 30px);
    margin-right:40px;
}
.pigment-two-col .pigment-col-item:last-child{
    margin-right:0;
}
.pigment-col-inner{
    display:-webkit-box;
    display:-ms-flexbox;
    
    display:flex;
    
    gap:20px;
    
    align-items:center;}
.pigment-col-img img{
    width:174px;
    
    height:242px;
    
    display:block;
}
.pigment-col-txt{
    flex:1;
    -webkit-box-flex:1;
    
    -ms-flex:1;
    line-height:2;
    font-size: 18px;
    color: #333333;
}


.bandoumin{
    background-color: #004EA2;

}


.bdm-tit-bai{
   
font-weight: normal;
font-size: 24px;
color: #FFFFFF;
line-height: 36px;
text-align: center;
}
.acne-scheme-wrap{
    max-width:1280px;
    margin:0 auto;
    padding:40px 0;
    box-sizing:border-box;
    color:#fff;
}
.acne-scheme-wrap .sesu{
    text-align:center;
    margin-bottom:20px;
    font-size:20px;
}
.acne-desc{
    margin-bottom:30px;
    font-size: 18px;
    line-height:1.6;
    padding-top: 20px;
}
.acne-card-row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:0 -12px;
}
.acne-card{
    -webkit-box-flex:1;
    -ms-flex:1 0 22%;
    flex:1 0 22%;
    padding:0 12px;
    margin-bottom:24px;
    box-sizing:border-box;
}
.acne-card-inner{
    border: 1px solid #EBE8E8;
    color:#333333;
    padding:20px;
    border-radius:8px;
    min-height:280px;
    box-sizing:border-box;
}
.acne-img-box{
    text-align:center;
    margin-bottom:12px;
}
.acne-img-box img{
    width:128px;
    height:128px;
    object-fit:cover;
    margin: 0 auto;
}
.acne-card-inner h4{
    text-align:center;
    margin-bottom:12px;
    font-size:18px;
    color: #ffffff;
}
.acne-txt{
    font-size:18px;
    line-height:1.8;
    color: #ffffff;
}
.acne‑scar‑title{
    margin-top:30px;
    margin-bottom:16px;
    font-size:17px;
    font-weight:bold;
}
.acne‑scar‑text{
    font-size:18px;
    line-height:2.4;
}










/*====中西医结合特色诊疗====*/
.tcm-feature-wrap{
    padding:60px 20px;
    max-width:1280px;
    margin:0 auto;
    box-sizing:border-box;
}
.tcm-feature-title{
    text-align:center;
    color:#fff;
    font-size:28px;
    margin:0 0 40px 0;
}
.tcm-feature-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tcm-feature-item {
    width:31%;
    border:1px solid rgba(255,255,255,0.4);
    padding:30px 20px;
    box-sizing:border-box;
    color:#fff;
    position: relative;
    overflow: hidden;
}
/* 顶部横线动画伪元素 */
.tcm-feature-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 1px;
    background: #ffffff;
    transition: left 0.4s ease;
}
/* hover触发顶部横线 */
.tcm-feature-item:hover::before {
    left: 0;
}
.tcm-feature-icon{
    text-align:center;
    margin-bottom:20px;
}
.tcm-feature-icon img{
    width:64px;
    height:64px;
    display: block;
    margin: 0 auto;
    transition: transform 0.3s ease;
}
/* 抖动关键帧 */
@keyframes shakeIcon {
    0%,100% {transform: translateX(0);}
    20% {transform: translateX(-4px);}
    40% {transform: translateX(4px);}
    60% {transform: translateX(-3px);}
    80% {transform: translateX(3px);}
}
/* hover图片抖动 */
.tcm-feature-item:hover .tcm-feature-icon img {
    animation: shakeIcon 0.4s ease;
}

.tcm-feature-item h3{
    text-align:center;
    font-size:20px;
    margin:0 0 16px 0;
}
.tcm-feature-item p{
    font-size:18px;
    line-height:1.8;
    margin:0;
}

/*====三级诊疗保障体系====*/
.level‑guarantee‑wrap{
    max-width:1280px;
    margin:0 auto;
    padding:60px 20px;
    box-sizing:border-box;
}
.level‑guarantee‑title{
    text-align:center;
    font-size:28px;
    color:#333;
    margin:0 0 40px 0;
}
.level‑guarantee‑list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.level‑guarantee‑item{
    width:31%;
    text-align:center;
}
.level‑circle{
    width:280px;
    height:280px;
    border-radius:50%;
    background:#f5f5f5;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin:0 auto 20px auto;
    flex-direction: column;
    gap:8px;
}
.level‑circle img{
    width:72px;
    height:72px;
    margin-bottom: 10px;
}
.level-circle-text{
    text-align:center;
}
.level-circle-text h4{
    font-size:20px;
    margin:0 0 4px 0;
    color: #333;
}
.level-circle-text p{
    font-size:20px;
    margin:0;
    color: #333;
}
/*清除外层item下的旧h4 p样式，防止干扰*/
.level‑guarantee‑item > h4,
.level‑guarantee‑item > p{
    display:none;
}







/*轮播外层容器*/
    .carousel-wrap {
      position: relative;
      height: 320px;
    }
    .carousel-list {
      width: 100%;
      height: 100%;
      position: relative;
      display: flex;
      justify-content: center;
    }
    .carousel-item {
      position: absolute;
      width: 285px;
      height: 285px;
      transition: all 0.5s ease;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      background: linear-gradient( 180deg, #F6F3F3 0%, #F6F3F3 56.73%, #EDE6E6 56.74%, #F6F3F3 100%);
    }
    .carousel-item img {
      width: 285px;
      height: 285px;
      display:block;
    }
    /*底部蓝色标题栏 宽365px，高50px，文字居中*/
    .item-caption{
      width: 285px;
      height: 50px;
      background-color: #2478e0;
      color: #fff;
      text-align: center;
      line-height: 50px;
      font-size:18px;
      opacity: 0;
      transition: opacity 0.5s ease;
    }
    /*只有居中项才显示底部蓝色栏*/
    .carousel-item.active .item-caption{
      opacity: 1;
    }





























/***********************专家问答********************************/
.search-wrap{
    font-size:0; 
    margin-top: 30px;
}
.search-input{
    display:inline-block;
    vertical-align:middle;
    margin-right: 20px;
    width: 1062px;
    height: 61px;
    background: #F5F8FB;
    border-right:none;
    padding:0 24px;
    font-size:20px;
    color:#999;
    outline:none;
    box-sizing:border-box;
}
.search-btn{
    display:inline-block;
    vertical-align:middle;
   
    width: 198px;
height: 61px;
background: #004DA1;

    color:#ffffff;
    border:none;
    border-radius:0 8px 8px 0;
    padding:0 40px;
    font-size:20px;
    cursor:pointer;
}
.search-btn:hover{
    background:#003b80;
}


.disease-tab-wrap{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items:flex-start;
    margin-top: 50px;
}
.disease-tab-title{
    width:120px;
    font-size:20px;
    color:#333;
    -webkit-box-flex:0;
    -ms-flex:0 0 120px;
    flex:0 0 120px;
    font-weight: bold;
}
.disease-tab-scroll{
    -webkit-box-flex:1;
    -ms-flex:1;
    flex:1;
    overflow-y: auto;
    overflow-x:hidden;
    padding-right:20px;
}
.disease-tab-list{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    margin:-12px;
}
.disease-tab-item{
height: 59px;
background: #FFFFFF;
border-radius: 10px;
border: 1px solid #979797;
    -webkit-box-flex:0;
    -ms-flex:0 0 calc(25% - 24px);
    flex:0 0 calc(25% - 24px);
    max-width:180px;
    min-width:140px;
    line-height:59px;
    text-align:center;
    font-size:18px;
    color:#333;
    text-decoration:none;
    box-sizing:border-box;
    margin:12px;
}





.disease-tab-item.active{
    background:#004EA2;
    color:#fff;
    border-color:#004EA2;
}
.disease-tab-scroll::-webkit-scrollbar{
    width:12px;
}
.disease-tab-scroll::-webkit-scrollbar-thumb{
    background:#004EA2;
    border-radius:6px;
}
.disease-tab-scroll::-webkit-scrollbar-track{
    background:#eee;
}



.docqa-list{
    width:1280px;
    margin:30px auto;
}
.docqa-item{
   padding:24px 0;
    border-bottom:1px dashed #cccccc;
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    overflow:hidden;
}
.docqa-left-box{
    float:none; 
    flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    margin-right: 30px;
}
.docqa-head-portrait{
    float:left;
    width:80px;
    height:80px;
    border-radius:50%;
    overflow:hidden;
    margin-right:12px;
}
.docqa-name-wrap{
    float:left;
    padding-top:6px;
}
.docqa-doctor-name{
    font-size:22px;
    font-weight:bold;
    margin-bottom:6px;
    color: #333;
}
.docqa-doctor-post{
    font-size:18px;
    color:#666;
}
.docqa-doctor-hosp{
    clear:both;
    font-size:16px;
    color:#666;
    margin-top:95px;
    text-align: center;
}
.docqa-head-portrait img{
    width:100%;
    height:100%;
    display:block;
}

.docqa-right-box{
   margin-left:0;
    flex:1;
    -ms-flex:1;
}
.docqa-quest-row{
    font-size:18px;
    margin-bottom:12px;
    display:flex;
    display:-ms-flexbox;
    align-items:center;
    -ms-flex-align:center;
    color: #333;
}
.quest-mark{
    display:inline-block;
    width:20px;
    height:20px;
    margin-right:8px;
    background:url(../images/wen.png) no-repeat;
    color:#fff;
    line-height:20px;
    font-size:14px;
    flex:0 0 24px;
    -ms-flex:0 0 20px;
    padding-left: 3px;
}
.docqa-ans-row{
    display:flex;
    display:-ms-flexbox;
    align-items:flex-start;
    -ms-flex-align:start;
    font-size:18px;
    color:#666;
    line-height:1.7;
}
.ans-mark{
    display:inline-block;
    width:20px;
    height:20px;
    margin-right:8px;
    background:url(../images/da.png) no-repeat;
    color:#fff;
    line-height:20px;
    font-size:14px;
    flex:0 0 24px;
    -ms-flex:0 0 20px;
    flex-shrink:0;
    -ms-flex-negative:0;
    padding-left: 3px;
    margin-top: 5px;
}
.docqa-date-text{
    text-align:right;
    font-size:16px;
    color:#666;
    margin-top:8px;
}


#map{
    width: 800px;
    height: 500px;
    margin: 0 auto;
    margin-bottom: 30px;
    box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.18);
}