.about-items {
    margin-top: 88px;
    padding: 0 15px;
}

.about-items>div {
    padding: 0;
    height: 220px;
    /* width: 422px; */
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 12px 0px rgba(160,192,233,0.12); 
}

.about-items img {
    margin-top: 33px;
    width: 77px;
}

.about-items h3 {
    font-size: 22px;
    font-family: PingFang SC, PingFang SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #333333;
    margin: 10px 0 6px 0;
}

.about-items p {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #999999;
}


.about-us {
    margin-top: 88px;
}

.about-us .about-img {
    /* width: 651px;
    height: 354px; */
}

.about-us .about-img img {
    width: 100%;
    height: 100%;
}

.about-us .intro {
    margin: 0;
    font-size: 16px;
    font-family: Microsoft YaHei, Microsoft YaHei-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 47px;
    text-indent: 2em;
}

/* .about-us .about-intro {
    position: relative;
} */

.about-us .dd {
    margin-top: 68px;
    font-size: 26px;
    font-family: Microsoft YaHei, Microsoft YaHei-Bold;
    font-weight: 700;
    text-align: left;
    color: #e8e8e8;
    line-height: 36px;
    letter-spacing: 3px;
}
/* 
.about-us .about-intro .dd{
    position: absolute;
    bottom: 0;
} */

@media (min-width: 1330px) {
    .about-container {
        width: 1300px;
    }
}

.about-us .user-list {
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 3px 12px 0px rgba(160,192,233,0.12); 
    margin-bottom: 24px;
}

.clearfloat {
    clear: both;
}

.about-us .avatar {
    width: 140px;
    float: left;
    /* margin: 66px 93px 16px 77px; */
    text-align: center;
    margin-left: 77px;
    margin-right: 93px;
    line-height: 228px;
}


.about-us .userinfo {
    float: left;
    height: 228px;
}

.about-us .userinfo h3 {
    margin-top: 40px;
}

.about-us .userinfo h3 .name {
    font-size: 30px;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    text-align: left;
    color: #333333;
    margin-right: 34px;
}

.about-us .userinfo h3 .position {
    font-size: 22px;
    font-family: PingFang SC, PingFang SC-Heavy;
    font-weight: 800;
    text-align: left;
    color: #333333;
}

.about-us .userinfo ul {
    list-style: none;
    padding-left: 14px;
}

.about-us .userinfo ul li{
    font-size: 16px;
    font-family: PingFang SC, PingFang SC-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 28px;
    position: relative;
}

.about-us .userinfo ul li .point {
    position: absolute;
    top: 9.5px;
    left: -14px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #e2e7ea;
}
