.team {
    width: 100%;
    padding: 27px 0 75px;
    background: #f4f6f8;
}
.team .team-con {
    width: 1200px;
    margin: 0 auto;
}
.team .left {
    width: 270px;
    float: left;
}
.team .left .menu {
    width: 240px;
}
.team .left .menu .title {
    width: 240px;
    height: 65px;
    line-height: 65px;
    background: #0161b7;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
}
.team .left .menu .title span {
    font-size: 14px;
}
.team .left .menu .list {
    width: 240px;
}
.team .left .menu .list li {
    width: 240px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: #ffffff;
    border-top: 1px solid #f4f6f8;
    font-size: 16px;
}
.team .left .menu .list li.on {
    background: #e9f2f7;
    color: #0077cc;
}
.team .left .menu .list li.on a:link,.team .left .menu .list li.on a:visited,.team .left .menu .list li.on a:hover {
    color: #0077cc;
}
.team .left .menu .list li img {
    vertical-align: middle;
}
.team .left .menu .list li:nth-child(1) {
    border-top: 0;
}
.team .left .adv {
    width: 240px;
    padding-top: 22px;
}
.team .left .adv li {
    width: 240px;
    height: 140px;
    padding-bottom: 10px;
}
.team .left .adv li img {
    width: 240px;
    height: 140px;
}
.team .right {
    width: 920px;
    /* padding: 24px 30px; */
    /* background: #ffffff; */
}
.team .right .title {
    width: 920px;
    background: #ffffff;
}
.team .right .title .title-con {
    width: 860px;
    height: 38px;
    padding: 24px 30px 0;
    border-bottom: 1px solid #eaeef5;
}
.team .right .title .title-con .text {
    width: 200px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    border-left: 3px solid #0161b7;
    color: #0161b7;
    font-weight: bolder;
}
.team .right .team-list {
    width: 920px;
}
.team .right .team-list li {
    padding: 0 30px 17px;
    margin-bottom: 21px;
    background: #ffffff;
    
}
.team .right .team-list li .department-name {
    width: 860px;
    height: 77px;
    float: left;
    line-height: 77px;
    font-size: 20px;
    color: #0077cc;
    font-weight: bolder;
}
.team .right .team-list li .person-list {
    width: 860px;
}
.team .right .team-list li .person-list li {
    width: 430px;
    height: 160px;
    padding: 0;
    margin-bottom: 28px;
    float: left;
}
.team .right .team-list li .person-list li .photo {
    width: 150px;
    height: 160px;
    float: left;
    margin-right: 23px;
}
.team .right .team-list li .person-list li .photo img{
    width:150px;
    height:160px;
}
.team .right .team-list li .person-list li .name {
    width: 250px;
    height: 34px;
    font-size: 20px;
    font-weight: bolder;
    line-height: 20px;
    float: left;
}
.team .right .team-list li .person-list li .info {
    width: 250px;
    height: 126px;
    line-height: 22px;
    font-size: 14px;
    color: #777777;
    float: left;
}

