.newsBanner{
    width: 100%;
}
.newsBanner img{
    vertical-align: middle;
    width: 100%;
}
.main{
    width: 100%;

}
.content{
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}
.content ul{
    width: 1200px;
    height: 75px;
    margin: 0 auto;

}
.content li{
    width: 600px;
    height: 75px;
    line-height: 75px;
    float: left;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
}
.content li.active{
    background-color: #0099bd;
    color: #fff;
}
.insideSports{
    display: none;
}
.undertakeSports,.insideSports{
    width: 1200px;
    margin: 0 auto;
}
.sportsNew:after{ 
    content:"."; 
    height:0; 
    visibility:hidden;
    display:block; 
    clear:both; 
}
.sportsNew{
    padding: 50px 0 0px 0;
}
.sportsNew>div:first-child{
    width: 560px;
 }
.sportsNew>div{
    width: 560px;
    float: left;
}
.sportsNew div img{
    width: 300px;
    float: left;
    cursor: pointer;
}
.newsAbstract{
    position: relative;
    width: 260px;
    height: 300px;
    float: left;
    padding-left: 15px;
    box-sizing: border-box;
}
.newsAbstract span{
    font-size: 14px;
    color: #333;
}
.newsAbstract h3{
    font-size: 20px;
    color: #666464;
    font-weight: normal;

    
}
.newsAbstract pre{
    font-size: 12px;
    color: #828282;
    width: 260px;
    white-space: pre-wrap;
    word-wrap: break-word;
    margin-top: 25px;
    line-height: 25px;
    font-family: "microsoft yahei";
}
.newsAbstract a{
    position: absolute;
    font-size: 14px;
    color: #666464;
    font-weight: bold;
    text-decoration: none;
    bottom: 0;
    left: 15px;    
}
.newsAbstract a:hover{
    color: #0099bd
}
.paging{
    width: 1200px;
    margin:0 0 70px 0;    
}
.paging ul{
    width: 403px;
    height: 32px;
    margin: 0 auto;
    text-align: center;
}
.paging li{
    float: left;
    width: 30px;
    height:30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    border: 1px solid #dddddd;
    margin-right: 5px;
    cursor: pointer;
}
.paging li:last-child{
    margin-right: 0;
}
.paging .one,.paging .two{
    transform:rotate(180deg);
}
.paging li.active{
    background-color: #0099bd;
    color: #fff;
}