
.right_box .right_mk {
    padding: 10px 10px 20px 10px;
    margin-bottom: 20px;
}
.right_box .right_mk li {
    margin-top: 20px;
    max-width: 380px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.right_box .right_mk li a {
    color: #444;
}
.right_box .right_mk:hover {
    box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s;
}
/* 新的问问 */
.index_title span {
    padding-right: 10px;
    border-left: 6px solid #06cc71;
    padding-left: 8px;
    box-sizing: border-box;
}
.zx_ww .ww_tx img {
    width: 50px;
    height: 50px;
    border-radius: 1000px;
}
.zx_ww .text {
    color: #444;
    font-size: 16px;
    max-width: 470px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 19px;
}

.da_box .text {
    color: #777;
    font-size: 16px;
    max-width: 531px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.wenwen_box .lists li {
    margin-top: 30px;
    padding: 8px;
    cursor: pointer;
}
.wenwen_box .lists li:hover {
    box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s;
}
.riqi_box div{
    margin-left: 50px;
    margin-top: 30px;
    color: #b3b3b3;
    line-height: 20px;
}
.riqi_box div i{
    display: block;
    padding-right: 6px;
}
.riqi_box .icon-chakan{
    font-size: 20px;
}
.riqi_box .icon-pinglun{
    font-size: 12px;
}
/* 问问医生 */
.zx_hospital img{
    width: 224px;
    height: 224px;
}
.zx_hospital a{
    display: block;
}
.zx_hospital .hospital_name{
    color: #444;
    font-size: 20px;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zx_hospital p,.zx_doctor p{
    color: #777;
    font-size: 16px;
    padding-top: 8px;
}
.zx_hospital li,.zx_doctor li{
    padding: 8px 8px 16px 8px;
    margin-top: 30px;
}
.zx_hospital li:hover {
    box-shadow: 0 0.3px 6px rgb(0 0 0 / 15%);
    transition: all 0.3s;
}
.zx_doctor p{
    max-width: 224px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
}
.zx_doctor .zixun{
    background-color: #06cc71;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 28px;
    padding: 2px 6px;
    color: white;
}
.zx_doctor .zhuangj{
    background-color: #DBF1E1;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 28px;
    padding: 2px 6px;
    color: #06cc71;
}
