.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 -2px 0px 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;
}
.team_profile {
    width: 83%;
    margin: 0 auto;
    padding-top: 56px;
    padding-bottom: 108px;
}

.team_profile span {
    font-size: 14px;
    color: #323132;
    line-height: 37px
}
.info-list {
    text-align: center;
}
.sportImage{
    width: 83%;
    margin: 0 auto;
    padding: 0px 0px 118px 0px;
}
.sportImage img{
    width:100%;
}
.team_profile h5{
    color: #313131;
    line-height: 37px;
    margin-bottom: 0;
    margin-top: 0;
}
@media(max-width: 1182px) {
    .club-info{
        width: 1182px;
    }
}