.team_semai_1{
    background: #fff;
}
.team_semai_1 .title{
    font-size: 30px;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: 400;
    color: #000;
    text-align: center;
    line-height: 100px;
}
.team_semai_1 .items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 25px;
}
.team_semai_1 .items .item{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #f2f9ff;
    -webkit-box-shadow: 2px 3px 4px 0 rgba(146,172,190,.2);
    box-shadow: 2px 3px 4px 0 rgba(146,172,190,.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 10px;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.team_semai_1 .items .item .item-nums{
    height: 60px;
    font-size: 60px;
    width: 50px;
    font-weight: 700;
    font-style: italic;
    color: #4c6aff;
    position: relative;
    line-height: 1;
    z-index: 2;
}
.team_semai_1 .items .item .item-nums:after {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background-color: #fff;
    z-index: -1;
}
.team_semai_1 .items .item .item-text{
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: #1c1c1c;
    font-size: 16px;
}
.team_1_3{
    background: #fff;
}
.z_1521{
    margin-top: 36px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.team_1_3 .f_1521{
    width: 400px;
    margin:0 40px;
}
.team_1_3 .img_1521{
    margin:0 30px;
    width: 600px;
}
.team_1_3 .img_1521 img{
    width: 100%;
}
.div_1541{
    font-size: 24px;
    color: #4b4b4b;
    padding-top: 24px;
}
.div_1542{
    color: #4b4b4b;
    font-size: 16px;
    line-height: 180%;
    margin-top: 12px;
}
.div_1542{
    padding-left: 20px;
    position: relative;
}
.div_1542:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #3e3e3e;
    border-radius: 50%;
    border: 3px solid #ccc;
    top: 10px;
    left: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.semai_f .title {
    background-color: #f3f8fe;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #333;
    line-height: 100px;
    padding-top: 20px;
}
