
.swiper-container{
    --swiper-theme-color: #E8199E;
    --swiper-pagination-color: #E8199E;/* 两种都可以 */
}
.title img{
    width: 40px;
    height: 36px;
}
/* 轮播图 */
.swiper-container img{
    width: 100%;
    height: 360px;
}
/* 资讯 */
.news .news-title .stage{
    display:-webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    height:42px;
}
.news .news-list ul{
    width: 375px;
}
.news .news-list .round{
    width: 10px;
    height: 10px;
    background: #FF98D9;
    border-radius: 10000px; 
}
.news .news-list li:hover a{
    color: #E8199E;
}
.news .news-list li span{
    display: block;
    max-width: 347px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis ;
}
/* 更多按钮 */
 .more-button{
    width: 144px;
    height: 34px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    
}
.more-button .mone-icon{
    display: block;
    width: 14px;
    height: 14px;
    background: url('../image/moe-icon@2x.png') no-repeat;
    background-size: 14px 28px;
}
 .more-button:hover a{
    transition: all 0.3s;
    color: #E8199E;
}
 .more-button:hover {
    transition: all 0.3s;
    border-color: #E8199E;
    background: #fff;
}
.more-button:hover .mone-icon{
    background-position: 0 -14px;
}
/* 横幅 */
.banner img{
    width: 100%;
    height: 100px;
}
/* 日记 */
.diary li{
    width:590px;
    height: 190px;
    box-sizing: border-box; 
    border-radius: 10px;
    transition: all 0.4s;
}
.diary li:hover{
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04);
}
.diary li img{
    width: 170px;
    height: 170px;
}
.diary .diary-day{
    display: inline-block;
    border-radius: 8px; 
    color: #fff;
    background: #FF98D9;
}
.diary .diary-content p{
    display:-webkit-box;
    overflow : hidden;      
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 92px;
}
.diary .diary-icon i{
    display: block;
    width: 18px;
    height: 18px;
    background: url('../image/icon-diary@2x.png') no-repeat;
    background-size:18px 54px ;
}
.diary .diary-icon .icon-18{
    background-position-y: -18px;
}
.diary .diary-icon .icon-36{
    background-position-y: -36px;
}
/* 医院医生 */
.hospitalDoctor li{
    position: relative;
    width: 590px;
    height: 190px;
    box-sizing: border-box;
    border-radius: 10px;
    transition: all 0.4s;
}
.hospitalDoctor li:hover {
    box-shadow: 0px 0px 12px rgb(0 0 0 / 4%);
}
.hospitalDoctor .button-box {
    position: absolute;
    right: 10px;
    top: 10px;
}
.hospitalDoctor li img {
    width: 170px;
    height: 170px;
}
.hospitalDoctor .button-box a{
    display: block;
    height: 30px;
    width: 78px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #E8199E;
    background: #E8199E;
    color: #fff;
    border-radius: 8px;
}
.hospitalDoctor .button-box .minor{
    background: rgba(255, 152, 217, 0.4);
    color: #E8199E;
}
.hospitalDoctor .Oneline{
    max-width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hospitalDoctor .Twolines{
    max-width: 340px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 42px;
}
/* 底部信息 */
.bottom-info .w-590{
    width: 590px;
}
.card .title{
    position: relative;
    height: 44px;
    line-height: 44px;
}
.card .title .more-small .icon{
    display: block;
    width: 14px;
    height: 14px;
    background: url('../image/moe-icon@2x.png') no-repeat;
    background-size: 14px 28px;
}
.card .title .more-small:hover a{
    color: #E8199E;
}
.card .title .more-small:hover .icon{
    background-position: 0 -14px;
}
.card .line{
    width: 6px;
    height: 24px;
    border-radius: 100px;
    background: #E8199E;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
/* 城市 */

.city li{
    width: 106px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    text-align: center;
    margin-right: 10px;
    transition: all 0.3s;
}
.city li:nth-of-type(5n){
    margin-right: 0;
}
.city li:hover{
    border-color: #E8199E;
}
.city li:hover a{
    color: #E8199E;
}
.city li a{
    display: block;
    width: 100%;
    height: 100%;
}
/* 问答列表 */
/* .ask-list li p{
    max-width: 300px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
} */
.ask-list li:hover a{
    color: #E8199E;
}