.media {
    margin-top: 40px;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #999999;
}


.media img {
    width: 64px;
    height: 64px;
    /* background-color: grey; */
    margin-right: 15px;
}
.media div {
    color: #999999;
    font-weight: 600;
}
.media div h5 {
    color: #333333;
    font-weight: 600;
}
.con_title:first-child {
    margin-top: 25px;
}
.con_title {
    position: relative;
    box-sizing: border-box;
}
.con_title img {
    width: 100%;
}
.test img{
    margin-left: -10px;
}
.attr img {
    margin-left: -18px;
}
.fda img {
    margin-left: -18px;
}
.con_title .headline {
    width: 250px;
    position: absolute;
    top: 20%;
    left: 13%;
    height: 65px;
    background-color: #FFFFFF;
}
.fda .headline {
    left: 13%;
    top: 10%;
}
.attr .headline {
    top: 24%;
    width: 300px;
}
.con_title .clinic {
    top: 110px;
    left: 165px;
    background-color: #FFFFFF;
}
.con_title .headline P {
    /* font-family: 'PingFangSC-Semibold', 'PingFang SC Semibold', 'PingFang SC'; */
    font-weight: 600;
    color: #333333;
    font-size: 22px;
    margin-bottom: 0px;
}
.attr .headline P {
    width: 300px;
    height: 60px;
}
.fda .headline P {
    width: 300px;
    height: 60px;
}
.con_title .headline P:nth-child(2) {
    font-size: 18px;
    color: #999999;
}
.con_title .clinic P {
    font-size: 18px;
}
.con_title .other {
    width: 130px;
    margin-left: 0px;
}

.content {
    width: 100%;
}
.content ul {
    display: flex;
    flex-wrap: wrap;
    
}
.content ul li{
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: center;
}


.mt40 {
    margin-top: 40px;
}
.mb40 {
    margin-bottom: 40px;
}

@media (max-width: 992px) {
    .fda .headline {
        left: 12%;
        top: 7%;
    }
    .con_title .other {
        width: 80px;
    }
    .attr .headline {
        left: 11%;
    }
}

@media (max-width: 576px) {
    .con_title .headline {
        height: 45px;
    }
    .con_title .headline p {
       font-size: 18px;
    }
    .con_title .headline P:nth-child(2) {
        font-size: 14px;
    }
    .content ul li span {
        font-size: 14px;
    }
    .con_title .other {
        width: 45px !important;
    }
}
@media (max-width: 768px) {
    .con_title .headline {
        top: 4%;
        left: 12%;
    }
    .attr .headline {
        top: 15%;
        left: 9%;
    }
    .fda .headline {
        left: 9%;
    }
    .con_title .other {
        width: 55px;
        margin-left: -4%;
    }
}
.container{
    padding-left: 0;
    padding-right: 0;
}
.container .title{
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 32px;
}
.container .title span{
    font-size: 18px;
    color: #8B93A7;
    font-weight: normal;
    margin-left: 20px;
}
.content .row{
    margin-left: -10px;
    margin-right: -10px;
}
.content .row .box{
    background: #FFFFFF;
    box-shadow: 0 0 8px 0 rgba(97,131,157,0.20);
    border-radius: 4px;
    margin-bottom: 10%;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
}
.content .row .img{
    width: 56px;
    height: 56px;
    line-height: 56px;
    margin: 0 auto 10px;
}
.content .row .img + span{
    display: block;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
