.left-content{
    width: 790px;
}
.right-content{
    width: 390px;
}
/* 笔记详情 */
.diary-left .diary-icon i{
    display: block;
    width: 18px;
    height: 18px;
    background: url('../image/icon-diary@2x.png') no-repeat;
    background-size:18px 54px ;
}
.diary-left .diary-icon .icon-18{
    background-position-y: -18px;
}
.diary-left .diary-icon .icon-36{
    background-position-y: -36px;
}
/* 城市列表 */
.city-box .city-list .item{
    border-bottom: 1px solid #F1F1F1;
    
}
.city-box .city-list .label-box{
    background: #F3F4F6;
    border-radius: 10px;
    width: 500px;
}
.city-box .city-list .label-box .label-item{
    border-right: 1px solid #d2d2d2;
}
.city-box .city-list .label-box .label-item:last-child{
    border-right: none;
}
/* .city-box .city-list .item a{
    display: block;
    padding: 5px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 6px;
    transition: 0.5s all;
}
.city-box .city-list .item a:hover{
   background: #E8199E;
   color: #fff;
   border-color: #E8199E;
} */
/* 问答详情 */
.ask-content {
    width: 100%;
}
.ask-content .round {
    width: 30px;
    height: 30px;
    background: #E8199E;
    color: #fff;
    text-align: center;
    line-height: 30px;
    border-radius: 1000px;
}

.ask-content .my-Reply .Verify{
    width: 120px;
}
.ask-content .my-Reply .Verify .input-text{
    width: 120px;
}
.ask-content .my-Reply .Verify img{
    display: block;
    width: 120px;
    height: 44px;
}
.ask-content .Avatar{
    width: 40px;
    height: 40px;
    border-radius: 100000px;
}
.ask-content .ask-item{
    border-bottom: 1px solid #d2d2d2;
}
/* 资讯详情 */
.Discount{
    width:600px;
    margin: 20px auto 20px auto;
    border-radius: 10px;
}
.Discount .button{
    display: block;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    border: 1px solid #E8199E;
}

.main-content img{
    max-width: 100%;
}
/* 问答首页 */
.ask-home .title-nav img{
    width: 40px;
    height: 36px;
}
.ask-home .card{
    box-sizing: border-box;
    width: 100%;
}
.ask-home .card li{
    box-sizing: border-box;
    width: 370px;
}
.ask-home li:hover a{
    color: #E8199E;
}
.ask-home li p{
    max-width: 240px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* 更多按钮 */
.ask-home   .more-button{
    width: 144px;
    height: 34px;
    border: 1px solid #d2d2d2;
    border-radius: 10px;
    
}
.ask-home  .more-button .mone-icon{
    display: block;
    width: 14px;
    height: 14px;
    background: url('../image/moe-icon@2x.png') no-repeat;
    background-size: 14px 28px;
}
.ask-home  .more-button:hover a{
    transition: all 0.3s;
    color: #E8199E;
}
.ask-home  .more-button:hover {
    transition: all 0.3s;
    border-color: #E8199E;
    background: #fff;
}
.ask-home  .more-button:hover .mone-icon{
    background-position: 0 -14px;
}

/* 医院表格 */
.table-box td{
    background: #fff;
    font-size: 14px;
    padding: 10px;
}
.table-box .btbg{
    background: #FCFCFC;
    width: 152px;
}
/* 医院目录 */
.table-list{
    width: 790px;
    box-sizing: border-box;
    border: 1px solid #F1F1F1;
}
.table-list .table-title{
    width: 132px;
    height: 152px;
    line-height:100px ;
    background: #FCFCFC;
    text-align: center;
}
.table-list .content-item .round{
    display: block;
    width: 8px;
    height: 8px;
    background: #D9D9D9;
    border-radius: 100px;
}
.mini-title{
    border-left: 6px solid #E8199E;
}
/* 医院介绍 */
.present img{
    max-width: 100%;
}
/* 医院证书 */
.certificate img{
    width:190px;
    height: 190px;
}
.certificate img:nth-of-type(4n){
    margin-right: 0;
}


/* 医生详情 */
.doctor-details .right-info{
    width: 580px;
}
.doctor-details .name {
    white-space: nowrap;
}
.doctor-details .Avatar{
    display: block;
    width: 200px;
    height: 200px; 
}
.doctor-details .button{
    right: 10px;
    top: 10px;
}
.doctor-details .button a{
    display: block;
    width: 95px;
    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-details .stage{
    max-width: 500px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.doctor-details .button .special{
    background: #FF98D9;
}
.doctor-details .view{
    right: 10px;
    top: 10px;
}
.doctor-details .About .title{
    border-left: 4px solid #E8199E;
}

.doctor-details .content .text img{
    max-width: 100%;
}
.doctor-details .content .certificate img{
    width: 190px;
    height: 190px;
}
.doctor-details .content .certificate li:nth-of-type(4n){
    margin-right: 0;
}
.doctor-details .content .tag li{
    border: 1px solid #d2d2d2;
    padding: 4px 8px;
}
.doctor-details .content .content-item{
    display: none;
}
.doctor-details .Site,.table-box .Site {
    display:inline-block;
    padding:4px 10px;
    height: 29px;
    box-sizing: border-box;
    border: 1px solid #E8199E;
    color: #E8199E;
    border-radius: 4px;
    font-size: 14px;
    right: 10px;
    top: 10px;
}
/* 医院评分 */
.score{
    width: 165px;
    height: 76px;
    background: url('../image/tuer.png') no-repeat left;
}
.score .above{
    width: 100%;
    height: 76px;
    position: absolute;
    left: 0px;
    top: 0;
    background: url('../image/shangtu.png') no-repeat left;
    border-right: 2px solid #3D70FB;
    box-sizing: border-box;
}
.score .site{
    position: absolute;
    right: -6px;
    top: -12px;
    width: 11px;
    height: 14px;
    background: url('../image/weizhi.png') no-repeat;
    display: block;

}
.score-value li{
    margin-left: 3px;
}
.score-value li:last-child{
    margin-right: 0;
}
/* 热门资讯 */
.hot-news h1{
    display:-webkit-box;
    overflow : hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    height:34px;
}
.news-list p{
    max-width: 600px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list li:hover a{
    color: #E8199E;
}
/* 医生医院STYLE */
.doctor{
    width: 790px;
}
.doctor .doctor-list .item{
    width: 790px;
    height: 190px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.5s;
}
.doctor .doctor-list .active{
    box-shadow:0 3px 6px rgba(166, 166, 166, 0.34);

}
.doctor .doctor-list .content img{
    max-width: 100%;
}
.doctor .doctor-list .item:hover{
    box-shadow:0 3px 6px rgba(166, 166, 166, 0.34);
}

.doctor .doctor-list .item img{
    width: 170px;
    height: 170px;
}
.doctor .doctor-list dl dd span{
    white-space: nowrap;
}
.doctor .doctor-list dl dd p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 300px;
}
.doctor .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 .doctor-list .button{
    right: 10px;
    top: 10px;
}
.doctor .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 .doctor-list .button .special{
    background: #FF98D9;
}
/* 问答 */
.answers .icon-wd{
    width: 24px;
    height: 24px;
    border-radius: 100000px;
    line-height: 24px;
}
.answers .answers-icon  i{
    display: block;
    width: 18px;
    height: 18px;
    background: url('../image/icon-diary@2x.png') no-repeat;
    background-size:18px 54px ;
}
.answers  .answers-icon .icon-18{
    background-position-y: -18px;
}
.answers  .answers-icon  .icon-36{
    background-position-y: -36px;
}
.answers .conetnt{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 600px;
}
.answers .border-bottom{
    border-bottom: 1px solid #d2d2d2;
}
.answers .title-nav img {
    width: 40px;
    height: 36px;
}
/* 日记列表 */
.left-diary li{
    width:790px;
    height: 190px;
    box-sizing: border-box; 
    border-radius: 10px;
    transition: all 0.4s;
}
.left-diary li:hover{
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.04);
}
.left-diary li img{
    width: 170px;
    height: 170px;
}
.left-diary .diary-day{
    display: inline-block;
    border-radius: 8px; 
    color: #fff;
    background: #FF98D9;
}
.left-diary .diary-content p{
    display:-webkit-box;
    overflow : hidden;      
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    max-height: 92px;
}
.left-diary .diary-icon i{
    display: block;
    width: 18px;
    height: 18px;
    background: url('../image/icon-diary@2x.png') no-repeat;
    background-size:18px 54px ;
}
.left-diary .diary-icon .icon-18{
    background-position-y: -18px;
}
.left-diary .diary-icon .icon-36{
    background-position-y: -36px;
}
/* 点击关键词跳转关键词搜索页 */
.keyWords{
    width: 800px;
    margin: 20px auto;
}
.keyWords li{
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}