/* 文章 */
.article{
    display: flex;
    justify-content: space-between;
}
.article_r,.article_l{
    width: 480px;
}
.article_list {
    line-height: 30px;
}
.article_list li {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #ccc;
}
.article_list a{
    width: 75%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.article_list a:hover {
    color: #9d0711;
}
.article_list span{
    width: 22%;
    display: block;
    margin-left: 10px;
}

/* 医院简介 */
.main_box{
    display: flex;
    justify-content: space-around;
}
.main_box_r{
 width: 650px;
}
.main_box_l{
    margin-left: 20px;
    width: 300px;
}
.ab_about img{
    width: 100%;
}
.ab_about h1{
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}
.ab_about p{
    line-height: 25px;
}
.ab_about p>a{
    color: #9d0711;
}
.ab_box_k {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ab_box_img {
    width: 145px;
    border-radius: 5px;
    margin-bottom: 10px;
}