.about-tit .p1, h1 {
    padding-top: .6rem;
    font-size: .3rem;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
}

.about-tit .p2 {
    font-size: .16rem;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 1.6;
    text-align: center;
    padding: .4rem 0;
    border-bottom: 1px solid #dcdcdc;
}

.about-content h1 {
    padding: .4rem 0;
}

.about-content img {
    width: 100%;
}

.s6 {
    font-size: 0;
    margin-left: -0.23880597014925%;
}

.s6 .team-item {
    background: #eee;
    width: 16.42786069985075%;
    padding-bottom: 16.666666666666666%;
    display: inline-block;
    height: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.23880597014925%;
    margin-left: 0.23880597014925%;
}

.s6 .team-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.s6 .team-item .txt {
    animation-duration: 1s;
    filter: alpha(opacity=0);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    font-size: .18rem;
    color: #fff;
    width: 82%;
    height: 100%;
    padding: 0 9% 0 9%;
    -moz-opacity: 0;
    opacity: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-image: -moz-linear-gradient(270deg, rgb(47,221,240) 0%, rgb(25,71,189) 100%);
    background-image: -webkit-linear-gradient(270deg, rgb(47,221,240) 0%, rgb(25,71,189) 100%);
    background-image: -ms-linear-gradient(270deg, rgb(47,221,240) 0%, rgb(25,71,189) 100%);
}
.s6 .team-item .txt .txts{
    position:absolute;
    bottom:10px;
}
.s6 .team-item:hover {
    cursor: pointer;
}

.s6 .team-item:hover .txt, .s6 .team-item:active .txt {
    top: 0;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.team-item .txt .name {/* padding: .15rem 0; */overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.team-item .txt .name .cn {
    font-size: .2rem;
    font-weight: bold;
    clear:both;
    display: block;
}

.team-item .txt .name .en {
    font-size: .16rem;
    display: inline-block;
    padding-top: 10px;
    clear:both;
    padding-bottom:10px;
    border-bottom: 1px solid #fff;
}
.as {
    background: #8a8a8a1c;
    width: 16.42786069985075%;
    padding-bottom: 16.666666666666666%;
    display: inline-block;
    height: 0;
    position: relative;
    overflow: hidden;
    margin-bottom: 0.23880597014925%;
    margin-left: 0.23880597014925%;
}
a.ass {
    width: 100%;
    height: 80px;
    display: table;
}
.as .txt2 {
    font-size: .3rem;
    background-color: red;
    width: 100%;
    text-align: center;
}

a:hover.ass {
    color: white;
    background-color: #3282cf;
    display: block;
    padding: 100px 0;
    width: 100%;
}

.team-item .txt2 {
    display: block;
    position: absolute;
    font-size: .3rem;
    font-family: "Microsoft YaHei";    line-height: 40px;
    color: rgb(51, 51, 51);
    text-align: center;
    vertical-align: middle;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}

.team-item .txt2 a {

}

.team-item .txt .des {
    font-size: 14px;
    line-height: 20px;margin-right: 20px;
    height: .48rem;
    padding: .1rem 0;
    display: -webkit-box;
    text-overflow: ellipsis;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media all and (max-width: 960px) {
    .team-item .txt2 {
        line-height: 28px;
        height:56px;
    }
    a.ass {
    	vertical-align:middle;
	}
    .s6 .team-item {
        width: 33.093333333%;
        padding-bottom: 33.093333333%;
        border-bottom:1px solid #fff;
    }
    .team-item .txt .des{
        font-size:0.16rem;
        line-height:1.5;
        height: .40rem;
    }
    .team-item .txt{
        line-height:1;
    }
}
