
.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 .AskButton{
    background: #fff;
    
}
.top-info .button{
    width: 90px;
    height: 34px;
    border-radius: 6px;
    text-align: center;
    line-height: 34px;
    display: block;
}
.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;
}

