.health-content {
    justify-content: space-between;
    /* margin: 95px auto 75px; */
    box-sizing: border-box;
    display: block;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.col-lg-6 {
    width: 100%;
    float: left;
}
.health-item.htt {
    height: 20rem;
}
.health-item {
    /* width: 768px; */
    display: flex;
    /* padding: 0 30px; */
    padding-right: 30px;
    margin-top: 3rem;
    /* border: 1px solid #000; */
    /* height: 33.3rem; */
    background-color: #F8F8F8;
}
.bd1 {
    border-bottom: 1px solid #EAEBEC;
}
.health-item .health-info {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    margin-left: 30px;
    height: 100%;
    /* margin-top: 10px; */
}
.health-item .health-info div {
    text-align: left;
    font-size: 1.3rem;
}
.health-item .health-info div {
    text-align: left;
    font-size: 1.3rem;
}
.health-item .health-info .health-date .month {
    font-size: 1.5rem;
    color: #666666;
}
.health-item .health-info .health-date .year {
    font-size: 1rem;
    color: #666666;
}
.health-item .health-info .health-name {
    font-size: 1.4rem;
    font-weight: bold;
    color: #333333;
    line-height: 1.9rem;
    padding: 1rem 0;
    height: 15%;
    overflow: hidden;
}
.health-item .health-info div {
    text-align: left;
}
.health-item .health-info .health-detail {
    font-size: 1.1rem;
    /* font-family: SourceHanSansCN-Normal, SourceHanSansCN; */
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    height: 40px;
    overflow: hidden;
}
.health-item .health-info div {
    text-align: left;
    font-size: 1.3rem;
}
a {
    text-decoration: none;
}