.article_lists {}

.article_list {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px dashed #D9D9D9;
}

.article_list:hover {
    border-bottom: 1px dashed#57A3FA;
}

.article_list:hover h4 {
    color: #57A3FA;
}

.article_list h4 {
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
}

.article_list div {
    color: #666666;

}

.article_list p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 24px;
}

.article_list img {
    flex: 0 0 auto;
    width: 160px;
    height: 120px;
    margin-right: 20px;
}


.illness {
    border-radius: 4px;
    border-bottom: 1px solid #57A3FA;
}

.illness {
    border: 1px solid #57A3FA;
}

.illness_title {
    font-size: 18px;
    font-weight: bold;
    color: #1f1f1f;
    padding: 14px 12px;
    border-radius: 4px 4px, 0px, 0px;
    background: #F5F5F5;

}

.illness_lists {
    padding: 7px;
    display: flex;
    flex-wrap: wrap;
}

.illness_lists a {
    margin: 10px 10px 10px 0;
}

.xuzhi {
    margin: 10px 0;
    border-radius: 4px;
    border: 1px solid #57A3FA;
}

.xuzhi_title {
    font-size: 18px;
    font-weight: bold;
    color: #1f1f1f;
    padding: 14px 12px;
    border-radius: 4px 4px, 0px, 0px;
    background: #F5F5F5;
}

.xuzhi_lists {
    padding: 7px;
}

.xuzhi_list {
    margin: 10px 0;
    color: #333333;
}