.team-info {
    background: url("../../../images/aboutAntaiSport/banner0.png") no-repeat top center;
    background-size: 100%;
}
.club-info {
    background: url("../../../images/aboutAntaiSport/banner0.png") no-repeat top center;
    background-size: 100%;
}
ol, ul, li {
    list-style: none;
}

.title_nav .location {
    float: right;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    padding: 21px 0;

}
.title_nav .location a{
    color: black;
}
.team-list {
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
}
.info{
    background-color: white;
    box-shadow: 0px 0px 2px 2px #f4f4f4;
}
.inner_nav {
    width: 83%;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    margin: 0 auto;
    padding-top: 68px;
}

.inner_nav a {
    text-decoration: none;
}

.inner_nav ul {
    padding: 0;
}

.inner_nav ul li {
    float: left;
    margin-bottom: 29px;
}

.inner_nav ul li a {
    display: block;
    line-height: 24px;
    padding: 2px 0;
    font-size: 28px;
    color: #0c0c0c;
    position: relative;
}

.inner_nav .line {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 3px;
    background: #0091d2;
}

.person-list{

}

.team_profile {
    width: 83%;
    margin: 0 auto;
    padding-top: 56px;
    padding-bottom: 108px;
}

.team_profile span {
    font-size: 14px;
    color: #323132;
    line-height: 37px
}

.person-info {

    padding: 0;
    margin-bottom: 115px;
}

.first-list .person-info {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px;
}

.first-list .person-info img {
    position: absolute;
    margin: -53px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.first-list .person-info .person-detail {
    padding-top: 84px;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 2px 2px #f4f4f4;
    padding-bottom: 54px;
    height: 352px;
}

.info-list {
    text-align: center;
}

.person-detail h6 {
    font-size: 13px;
}

.person-detail h5 {
    font-size: 14px;
    color: #1b8fd9;
}
.sportImage img{
    width:100%;
}
.team_profile h5{
    color: #313131;
    line-height: 37px;
    margin-bottom: 0;
    margin-top: 0;
}
@media(max-width: 1182px) {
    .team-info{
        width: 1182px;
    }
}