.team-content{
    padding:0 33px;
    border-top: 1px solid #f5f5f5;
}
.team-top{
    padding:50px 0 40px 0 ;
}
.team-title{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 400;
    color: #00499D;
}
.team-title img{
    width: 40px;
    height: 40px;
}
.team-tapBar{
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #919191;
    padding-top: 10px;

    text-align: center;
}
.team-tapBar strong{
    color: #4ABDFE;
}
.youshi{
    display: flex;
    display: -webkit-flex;
}
.youshi li{
   flex: 1;
       padding-top: 40px;
       box-sizing: border-box;
    height: 345px;
    background:#F8F9F9 ;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-direction: column;
    align-items: center;
    margin-right: 2px;
    /* cursor: pointer; */
    will-change: transform;-webkit-transition: all .3s;transition: all .3s;

}

.youshi li img{
    width: 66px;
    height: 66px;
    margin: 0 auto;
}
.youshi li h3{
    font-size: 14px;
    font-weight: 400;
    color: #00499D;
    text-align: center;
}
.youshi li p{
    font-size: 11px;
    font-weight: 400;
    color: #B5B5B5;
    text-align: center;
}
.youshi li i{
    width: 38px;
    height: 4px;
    background: #E83827;
    margin: 20px auto;
    will-change: transform;-webkit-transition: all .3s;transition: all .3s;
}
.youshi li span{
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #A0A0A0;
    line-height: 28px;
    will-change: transform;-webkit-transition: all .3s;transition: all .3s;
}
.youshi li.active{
    /* width: 293px; */
    background: #EBF4F9;
}
/* .youshi li.active i{
    width: 38px;
} */
.youshi li.active span{
    display: block;
}


.team-list li{
    float: left;
    width: 617px;
    border: 1px solid #E6E6E6;
    position: relative;
    cursor: pointer;
    margin-bottom: 15px;
}
.team-list li:hover{
    background:#F5FAFF ;
}
.team-list li:nth-child(2n){
    float: right;
}
.team-list li a{
    float: left;
    width: 100%;
    height: 430px;
}
.team-left{
    float: left;
    width: 344px;
    padding-top: 45px;
}

.team-left h3{
    height: 20px;
    border-left: 6px solid  #0090FF;
    padding-left: 15px;
    font-size: 20px;
    font-weight: 400;
    color: #00499D;
    margin-bottom: 20px;
    line-height: 20px;
}
.team-item{
    padding: 10px 25px;
}
.team-item span{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    color: #00499D;
    font-size: 14px;
}
.team-item span img{
    width: 25px;
    height: 25px;
}
.team-item p{
    font-size: 14px;
    font-weight: 400;
    color: #919191;
    line-height: 28px;
    text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp:5;-webkit-box-orient: vertical;
}
.team-img{
    float: right;
    width: 245px;
    height: 370px;
    position: absolute;
    bottom: 0;
    right:25px ;
	padding-top: 20px;
}

.team-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
