/* 关于我们开始 */
.teambg {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 140px;
    background-color: #ffffff;
}
.team1 {
    margin-bottom: 40px;
    float: right;
    font-size: 12px;
    color: #555555;
}
.team1 a {
    color: #555555;
}
.team1 a:hover {
    color: #b87f1e;
}
.team2-left {
    float: left;
    width: 25%;
}
.team2-left h3 {
    padding-left: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #e92419;
    line-height: 3;
}
.team2-left ul li {
    background-color: #e92419;
    margin-top: 2px;
}
.team2-left ul li a {
    display: block;
    color: #ffffff;
    font-size: 14px;
    line-height: 40px;
    padding-left: 30px;
}
.team2-left ul li:hover {
    background-color: #a7aab0;
}
.team2-left1 {
    margin-top: 20px;
}
.team2-left1 h4 {
    letter-spacing: 12px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    line-height: 26px;
    background-color: #e92419;
    font-weight: normal;
}
.team2-left1 h5 {
    padding: 15px;
    float: left;
}
.team2-left1 h5 em {
    font-style: normal;
    font-size: 12px;
    color: #e92419;
}
.team2-left1 h5 strong {
    display: block;
    width: 50px;
    font-size: 25px;
    line-height: 1.1;
    color: #333;
    margin: 7px 0;
}
.team2-left1 h5 span {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/team1.png)no-repeat center center;
}
.team2-left1 ins {
    font-size: 20px;
    width: 56%;
    display: block;
    text-decoration: none;
    float: left;
    line-height: 1;
    font-weight: bold;
    color: #e92419;
    margin-top: 15px;
    height: 131px;
    border-left: 1px solid #e92419;
    padding-left: 20px;
    background: url(../images/team2.png)no-repeat center bottom;
}
.team2-right {
    float: right;
    width: 73%;
}
.team2-right ul li {
    float: left;
    width: 29%;
    margin: 0px 2% 0px 2%;
}
.team2-right ul li:hover a {
     border: 3px solid red;
}
.team2-right ul li:hover a div {
    border-top: 3px solid red;
    margin-top: 0%;
}
.team2-right ul li a {
    display: block;
    text-align: center;
    height: 430px;
    overflow: hidden;
    border: 3px solid #eee;
}
    .team2-right ul li a img {
        width: 100%;
        height: 360px;
        object-fit: contain;
    }
.team2-right ul li a div {
    margin-top: -65%;
    position: relative;
    background: #ffffffa3;
    transition: all .5s ease;
    border-top: 3px solid #fff;
}
.team2-right ul li a div h3 {
    font-size: 20px;
    color: #444;
    padding: 25px 0;
    font-weight: normal;
}
.team2-right ul li a div p {
    font-size: 12px;
    color: #333333;
    line-height: 1.6em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    padding: 0 20px;
    transition: all .5s ease;
    height: 75px;
}
.team2-right ul li a div span {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #ea1e24;
    margin: 30px auto;
    background-color: #ea1e24;
    color: #fff;
}
.fanye {
    margin-top: 30px;
    font-size: 14px;
    line-height: 28px;
}
.fanye a {
    display: block;
    float: left;
    padding: 0 12px;
    border: 1px solid #dedede;
    border-radius: 3px;
    margin-right: 8px;
    color: #333;
    text-decoration: none;
}
.fanye a:hover {
    color: #ffffff;
    background-color: red;
}
.fanye .a {
    background-color: red;
    color: #ffffff;
}