.article-box{
    width: 1200px;
    margin: 20px auto;
    display: flex;
}
.article-left{
    width: 790px;
    margin-right: 20px;
}
.article-right{
    width: 390px;
}
.article-right-content{
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 20px;
}
.article-title{
    display: flex;
    align-items: center;
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #070F0D;
}
.article-title-line{
    width: 4px;
    height: 16px;
    background: #448B5B;
    border-radius: 1px;
    margin-right: 5px;
}
.avatar{
    min-width: 30px;
    width: 30px;
    height: 30px;
    max-height: 30px;
    border-radius: 50%;
}
.article-time{
    font-size: 14px;
    color: #899492;
    line-height: 20px;
    padding-left: 60px;
}
.icon-box{
    cursor: pointer;
    display: flex;
    padding-left: 20px;
    font-size: 16px;
    color: #4B5553;
}

.content-item{
    display: flex;
    margin-top: 20px;
    cursor: pointer;
}

.content-item-img{
    min-width: 120px;
    width: 120px;
    height: 77px;
    border-radius: 5px;
    margin-right: 20px;
}
.content-avatar{
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.box{
    width: 100%;
}

.hospital-gird{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 239px);
    grid-row-gap: 20px;
    grid-column-gap: 17px;
}
.hospital-img{
    height: 200px;
}

.doctor-gird{
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 365px);
    grid-row-gap: 20px;
    grid-column-gap: 20px;
}
.doctor-card{
    width: 100%;
    background: #F8FCFC;
    border-radius: 10px;
    padding: 40px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.doctor-img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 20px;
}
.content-right {
    flex: 1;
}
.about-mode .mode{
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 21px 0px rgba(212, 212, 212, 0.4);
    border-radius: 5px;
    padding: 20px !important;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 5px;
}
.about-mode .picture{
    width: 30%;
    margin: 0 !important;
}
.about-mode .news{
    width: 70%;
    /* height: 130px; */
    margin: 0 !important;
    padding: 0 0 0 20px;
    display: flex;
    flex-direction: column;
}
.about-mode .news div{
    text-indent: 0 !important;
    padding: 0;
}
.about-mode .news .name{
    font-size: 18px;
    color: #333;
    line-height: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.about-mode .news .name .tags{
    padding: 0 5px;
    height: 20px;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #448B5B;
    border: 1px solid #448B5B;
    border-radius: 20px;
    text-indent: 0;
    margin: 0 0 0 20px;
}
.about-mode .news .explain{
    font-size: 16px;
    color: #333;
    line-height: 20px;
    margin-top: 10px;
}