<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.center{
    width: 1190px;
    margin: 0 auto;
}
.top-nav{
    width: 100%;
    height: 30px;
    background: #F5F5F5;
}
/* 椤堕儴LOGO淇℃伅 */
.top-info{
    height: 180px;
}
.top-info .logo{
    width: 189px;
    height: 62px;
}
.top-info .line{
    width: 1px;
    height: 90px;
    background: #BCBCBC;
}
.top-info .right-info .phone{
    width: 28px;
    height: 34px;
}
.top-info .button{
    width: 90px;
    height: 34px;
    border-radius: 6px;
    text-align: center;
    line-height: 34px;
    display: block;
}
.top-info .AskButton {
    background: #fff;
}
.main-nav{
    width: 100%;
    height: 50px;
    background: #E8199E;
}
.main-nav li{
    height: 50px;
    line-height: 50px;
}
.main-nav li a{
    display: block;
    height: 50px;
    line-height: 50px;
}
.main-nav li:hover{
    background: #EC90CB;
}
.main-nav li.active a{
    background: #EC90CB;
}
.swiper-container {
    width: 1190px;
    height: 360px;
}
.swiper-container .swiper-slide img{
    width: 1190px;
    height: 360px;
}
.swiper-container{
    --swiper-theme-color: #E8199E;
    --swiper-pagination-color: #E8199E;/* 涓ょ閮藉彲浠� */
}
/* 閫氱敤瀵艰埅 */
.title{
    position: relative;
}
.title span{
    display: block;
    width: 6px;
    height: 24px;
    border-radius: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}
.more{
    cursor: pointer;
}
.more span{
    display: block;
}
.more:hover span{
    color: #E8199E;
}
.icon{
    display: block;
    width: 14px;
    height: 14px;
    background: url('../image/more@2x.png') no-repeat;
    background-size:28px 14px ;
}
.more:hover .icon{
    background-position: -14px 0;
}

.list-conter .item{
    width: 390px;
    /* height: 359px; */
    box-sizing: border-box;
    transition: 0.5s all;
}
.list-conter .list-item {
    height: 36px;
    line-height: 36px;
}
/* 鐗硅壊椤圭洰 */
.list-conter .list-item p{
    max-width: 250px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.list-conter .list-item:hover a {
   color: #E8199E;
}

.list-conter .hot{
    display:-webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height:50px;
}
/* 鍖荤敓 */
.doctor{
    width: 790px;
}
.doctor-list .item{
    width: 790px;
    height: 190px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
}
.doctor-list .active{
    box-shadow:0 3px 6px rgba(166, 166, 166, 0.34);

}
.doctor-list .content img{
    max-width: 100%;
}
.doctor-list .item:hover{
    box-shadow:0 3px 6px rgba(166, 166, 166, 0.34);
}

.doctor-list .item img{
    width: 170px;
    height: 170px;
}
.doctor-list dl dd span{
    white-space: nowrap;
}
.doctor-list dl dd p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
}
.doctor-list dl dd .stage{
    width: 100%;
    display:-webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    white-space: inherit;
    height:40px;
}
.doctor-list .button{
    right: 10px;
    top: 10px;
}
.doctor-list .button a{
    display: block;
    width: 78px;
    height: 30px;
    box-sizing: border-box;
    background: #E8199E;
    color: #fff;
    border-radius: 4px;
    border: 1px solid #E8199E;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.doctor-list .button .special{
    background: #FF98D9;
}
/* 鍖婚櫌娲诲姩 */
.Hospital{
    width:390px;
    box-sizing: border-box;
}
.Hospital .list-item p{
    max-width: 260px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Hospital .list-item .button{
    border-radius: 4px;
}
.left-content{
    width: 790px;
}


.right-content{
    width: 390px;
}
/* 鍩庡競绔� */
/* 鍒囨崲鍩庡競 */
.cut-city {
    z-index: 999;
}
.cut-city .item{
    padding: 6px 8px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    cursor: pointer;
}
.cut-city .item img{
    width: 19px;
    height: 19px;  
    transition: all 0.5s;  
    transform: rotate(0deg);
}
.cut-city .active img{
    transform: rotate(180deg);
}

.main-title img{
    width: 40px;
    height: 36px;
}
.city-dynamic .city-top-info  p{
    display:-webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height:50px;
}
.city-dynamic .list-item:hover a{
    color: #E8199E;
}
.city-ask-list .list-item:hover a{
    color: #E8199E;
}
.city-dynamic .list-item p,.city-ask-list .list-item p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 500px;
}
/* 鍒囨崲鍩庡競 */
.city-list{
    display: none;
    width: 520px;
    height: 298px;
    box-sizing: border-box;
    padding: 18px;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    background: #fff;
    z-index: 88;
    overflow-y: auto;
}
.city-list .city-item li{
    border: 1px solid #d2d2d2;
    width: 80px;
    box-sizing: border-box;
    height: 34px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}
.city-list .city-item li:nth-of-type(5n){
    margin-right: 0;
}
/* 閬僵 */
.Mask{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    /* z-index: 88; */
    background: #fff;
    top: 0;
    left: 0;
    opacity: 0;
}</pre></body></html>