.about_content{
    background: #fff;
}
.about_content:nth-child(2n+1) {
    background: #f6f6f6;
}
.about_container{
    width: 12.3rem;
    margin: 0 auto;
    padding-bottom: 0.6rem;
}

.about_content_title{
    text-align: center;
    font-size: 0.36rem;
    font-weight: 500;
    color: #333;
    padding: 0.7rem 0;
}
.about_content_text{
    display: flex;
    justify-content: space-between;
    position: relative;
}
.about_content_text video{
    width: 4.39rem;
    height: 2.85rem;
    margin-right: 0.27rem;
}
.about_content_text p{
    font-size: 0.16rem;
    line-height: 0.36rem;
    color: #202020;
}
.about_content_text a{
    position: absolute;
    color: transparent;
    font-size: 0.2rem;
    background-image: linear-gradient(45deg, #269CD5, #7DC69E);
    background-clip: text;
    right: 0;
    bottom: 0;
    border: 1px solid #269CD5;
    border-radius: 0.4rem;
    padding: 0.1rem 0.45rem;
}
.about_content_team{
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}
.team_list{
    width: 5.68rem;
    height: 1.69rem;
    background: url("../../images/team.png") no-repeat;
    display: flex;
    color: #fff;
    padding: 0.12rem;
    margin-bottom: 0.6rem;
    background-size: contain;
}
.team_list img{
    display: block;
    width: 1.67rem;
    height: 1.67rem;
    object-fit: cover;
    margin-right: 0.24rem;
}
.team_list p{
    font-size: 0.24rem;
    padding-top: 0.4rem;
}
.team_list p span{
    display: block;
    font-size: 0.16rem;
    line-height: 0.25rem;
    font-weight: 200;
    margin-top: 0.15rem;
}
.team_more{
    display: block;
    width: 1.79rem;
    height: 0.46rem;
    border-radius: 0.4rem;
    margin: 0 auto;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.46rem;
    text-align: center;
    background: linear-gradient(to right, #269CD5, #7DC69E);
}
.about_content_danwei{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
}
.about_content_danwei a{
    font-size: 0.22rem;
    color: #333;
    /*padding-left: 0.15rem;*/
    /*border-left: 6px solid #269CD5;*/
    transition: all 0.3s;
    width: 30%;
    margin-bottom: 0.45rem;
}
.about_content_danwei a img{
    display: block;
    width: 100%;
}
.about_content_danwei a:hover{
    color: #269CD5;
}
.about_more{
    color: transparent;
    font-size: 0.2rem;
    background-image: linear-gradient(45deg, #269CD5, #7DC69E);
    background-clip: text;
    border: 1px solid #269CD5;
    border-radius: 0.4rem;
    width: 1.79rem;
    height: 0.46rem;
    line-height: 0.46rem;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.about_content_pic{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0.3rem;
}
.about_content_pic a{
    display: block;
    width: 3.7rem;
    height: 2.45rem;
    margin-bottom: 0.3rem;
    position: relative;
    transition: all 0.3s;
}
.about_content_pic a img{
    margin: 0 auto;
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: block;
}
.about_content_pic a p{
    font-size: 0.24rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    text-align: center;
    line-height: 2.45rem;
    background: rgba(0,0,0,0.5);
}
.about_content_pic a:hover p{
    background: none;
}
@media (max-width: 767px){
    .about_container{
        width: 90%;
    }
    .about_content_text{
        flex-wrap: wrap;
    }
    .about_content_title{
        font-size: 16px;
    }
    .about_content_text p{
        font-size: 14px;
        line-height: 22px;
    }
    .about_content_text a{
        font-size: 12px;
        position: relative;
        margin: 10px auto;
    }
    .team_list {
         width: auto;
         height: auto;
         background: none;
        color: #333;
        align-items: center;
    }
    .team_list img{
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .team_list p{
        font-size: 14px;
    }
    .team_list p span{
        font-size: 12px;
        line-height: 20px;
    }
    .team_more, .about_more{
        width: 50%;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .about_content_danwei a{
        width: 100%;
        font-size: 14px;
    }
    .about_content_pic a{
        width: 48%;
        height: auto;
    }
    .about_content_pic a p{
        font-size: 16px;
        line-height: normal;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .about_content_text video{
        width: 100%;
        height: auto;
        margin: 0 auto 15px;
    }
}
