.competition-info {
    background: url("../../../images/aboutAntaiSport/banner0.png") no-repeat top center;
    background-size: 100%;
}
ol, ul, li {
    list-style: none;
}
a{
    color: black;
    text-decoration: none;
}
a:hover{
    text-decoration: 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;
}
.clearfix:before,.clearfix:after{
    content:"";
    display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    *zoom:1;
}
.current span{
    width: 92px;
    overflow: hidden;
    vertical-align: bottom;
}
.competition-list{
    width: 80%;
    margin: 0 auto;
}
.p-name{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 85%;
    display: inline-block;
}

.competition-list li{
    width: 25%;
    float: left;
    margin-top: 36px;
    text-align: center;
    min-width: 100px;
    padding-left: 17px;
}


.info .competition .competition-list li a .txt {
    width: 90%;
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin: 0;
}
.info .competition .competition-list li:first-child a .txt{
     background-color: #00ade9;
     color: white;
 }
.title{
    margin: 60px 0px 55px 0px;
    text-align: center;
    font-size: 28px;
}
.competition-nav{
    width: 80%;
    margin: 40px auto;
}
.competition-nav ul{
    height: 50px;
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}
.competition-nav ul li{
    float: left;
    height: 49px;
    line-height: 49px;
    margin-right: 10px;
    padding: 0px 20px;
    font-size: 18px;
    border-radius: 2px;
}
.competition-nav ul li:hover{
    cursor:pointer;
}
.competition-nav ul li:first-child{
    background-color: #00ade9;
    color: white;
}
.competition-content{
    width: 80%;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 80px;
}
.com-info{
    display: none;
}
.competition-content div:first-child{
    display: block;
}
.competition-content p{
    line-height: 40px;
}
.enter-player{
    display: none;
    margin: 50px 0px
}
.modal-dialog{
    width: 530px;
}
.btn-primary{
    background-color:#00ade9 ;
    width: 190px;
    border-radius: 0px;
}
.text-right{
    text-align: center;

}
.icon{
    color: red;
}
.form-horizontal .control-label{
    padding-top: 0px;
}
.text-right .btn{
    width: 160px;
    height: 48px;
    margin: 10px 16px;
}
.s-dialog{
    height: 100px;
}
.s-content{
    height: 100px;
    line-height: 100px;
    border-radius: 0px;
    text-align: center;
}
.s-content img{
    margin-right: 15px;
}
@media(max-width: 1182px) {
    .competition-info{
        width: 1182px;
    }
}