.team-cate{
    width: 1168px;
    margin: 0 auto;
}
.team-cate-ul li{
    float: left;
    margin-bottom: 25px;
}
.team-cate-ul li:nth-child(2n){
    float: right;
}
.team-cate-img{
    position: relative;
    float: left;
}
.team-cate-imgbg{
    width: 176px;
    height: 176px;
    border-radius: 100%;

    opacity: 0.4;
    position: absolute;
    top: 0;
    left: 116px;
}
.team-cate-img img{
    width: 176px;
    height: 176px;
    border-radius: 100%;
}
.team-cate-txt{
    width: 275px;
    float: left;
    margin:70px 0 0 83px;
}
.team-cate-txt h5{
    font-size: 22px;
    color: #000;
    width: 85px;
    /*border-bottom:2px solid #1d9d73;*/ 
    font-weight: normal;
    position: relative;
    line-height: 40px;
}
.job{
    color: #000;
    margin-top: 5px;
}
.team-cate-info{
    margin-top: 10px;
    color: #595959;
    font-size: 14px;
    line-height: 1.5;
    height: 150px;
    overflow: hidden;
}


.team-cate-txt h5:before{
    content: '';
    position: absolute;
    width: 127px;
    height: 2px;
    background:#414040;
    top: 130%;
    left:-165%;
    transform: rotate(-40deg);
    transform-origin:right 100%;/*定义动画的旋转中心点*/
    -ms-transform: rotate(-40deg);         /* IE 9 */
    -ms-transform-origin:right 100%;         /* IE 9 */
    -webkit-transform: rotate(-40deg);  /* Safari 和 Chrome */
    -webkit-transform-origin:right 100%;  /* Safari 和 Chrome */
    -moz-transform: rotate(-40deg);     /* Firefox */
    -moz-transform-origin:right 100%;     /* Firefox */
    -o-transform: rotate(-40deg);       /* Opera */
    -o-transform-origin:right 100%;       /* Opera */
}
.team-cate-txt h5:after{
    content: '';
    position: absolute;
    width: 68px;
    height: 2px;
    background:#414040;
    top: -120%;
    left:40%;
    transform: rotate(-40deg);
    transform-origin:right 100%;/*定义动画的旋转中心点*/
    -ms-transform: rotate(-40deg);         /* IE 9 */
    -ms-transform-origin:right 100%;         /* IE 9 */
    -webkit-transform: rotate(-40deg);  /* Safari 和 Chrome */
    -webkit-transform-origin:right 100%;  /* Safari 和 Chrome */
    -moz-transform: rotate(-40deg);     /* Firefox */
    -moz-transform-origin:right 100%;     /* Firefox */
    -o-transform: rotate(-40deg);       /* Opera */
    -o-transform-origin:right 100%;      
}