.header-wrap{
	margin-bottom: 0;
}


.index-lunbo .swiper-wrapper{
	position: relative;
    width: 100%;
    height: auto!important;
    max-height:450px!important;
    z-index: 1;
 }
.index-lunbo .swiper-wrapper .swiper-slide{
	width:100%;
	height:auto!important;
	max-height:450px!important;
	overflow: hidden;
	position: relative;
}
.index-lunbo a{
	display: block;
}
.index-lunbo img{
	display: block;
	width:100%;
    border: none;
}

.index-lunbo .pagination {
  width:100%;
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
  text-align: center;
}
.index-lunbo .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  margin-right: 12px;
  opacity: 0.8;
  border: 2px solid #fff;
  cursor: pointer;
}
.index-lunbo .swiper-active-switch {
  background: #0097E0;
}
.index-lunbo .swiper-dynamic-links {
  text-align: center;
}
.index-lunbo .swiper-dynamic-links a {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 5px;
  font-size: 12px;
  text-decoration: none;
  color: #333;
  background: #eee;
}


/*官方动态*/
.unifiedtitle {height: 36px;overflow: hidden;margin-bottom: 20px;}
.unifiedtitle .more {font-size: 12px;line-height: 27px;background: white;overflow: hidden;text-align: center;color:#222;}
.unifiedtitle .more:hover{color:#d93024;}
.unifiedtitle .bigtit { font-size: 24px; padding-right: 10px; background: #fff; line-height: 36px; font-weight: bold;color:black;}


.official-wrap{
	margin-top:20px;
}
.official-box{
	width:100%;
}
.official-box .official-left{
	width:50%;
	height:296px;
	position: relative;
}
.official-box .swiper-container{
	width:100%;
	height:100%;
}
.official-box .swiper-slide{
	width:100%;
	position: relative;
}
.official-box .swiper-slide .img-box{
	display: block;
	width:100%;
	height:100%;
}
.official-box .swiper-slide .lb-txt{
	width: 100%;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
}
.lb-txt{
	padding:0 15px;
	background:rgba(50,50,50,0.5); 
}
.lb-txt a{
	color: white;
	display: block;
	width:100%;
	font-size: 16px;
	line-height:36px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lb-txt .details{
	color:#0086FE;
}
.lb-txt h3{
	width:100%;
	font-size: 16px;
	line-height:36px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.lb-txt p{
	font-size:12px;
	line-height:30px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: white;
}

.official-box .official-right{
	/*width:570px;*/
	width:47.5%;
}
.news-list li{font-size:14px;background: url("../images/iconshm.png") no-repeat 0px -355px; padding-left: 8px;line-height: 30px;height: 30px;overflow: hidden;}
.news-list li a{display: inline-block;width:85%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #222;}
.news-list li span{float: right;color: #888888;}



/*赛事新闻*/
.sport-wrap{
	margin-top:30px;
}
.sport-box{
	width:100%;
}
.sport-box ul{
	margin-left:-24px;
}
.sport-box ul li{
	width:384px;
	height:340px;
	float: left;
	margin-left:24px;
	position: relative;
}
.sport-box ul li .images-box{
	width:100%;
	height:252px;
	overflow: hidden;
}
.sport-box ul li .images-box img{
    transition:all 1s;
}
.sport-box ul li .images-box:hover img{
    transform:scale(1.2);
}
.sport-box ul li .images-box a{
	display: block;
	width:100%;
	height:100%;
}
.sport-box ul li .sport-txt{
	width:92%;
	background:rgb(251,251,251);
	margin:0 auto;
	border-bottom: 4px solid #eee;
	padding-top:16px;
	padding-bottom: 25px;
	position: absolute;
	bottom:0;
	left:0;
	right:0;
}
.sport-txt h3{
	font-size:16px;
	line-height:32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
	padding:0 16px;
}

.sport-txt p{
	color:#888888;
	font-size:12px;
	line-height:22px;
	overflow: hidden;
    text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding:0 16px;
}



/*图库*/
.photo-wrap{
	margin-top:30px;
}
.photo-wrap .photo-box{
	width:100%;
}
.photo-box ul{
	margin-left:-6px;
	margin-top:-6px;
}
.photo-box ul li{
	position: relative;
	float: left;
	margin-left:6px;
	margin-top:6px;
	overflow: hidden;
}
.photo-box ul li a{
	display: block;
	width:100%;
	height:100%;
}
.photo-box .images-box{
	width:100%;
	height:100%;
	overflow: hidden;
}
.photo-box .images-box img{
    transition:all 1s;
}
.photo-box .images-box:hover img{
    transform:scale(1.2);
}
.big-photo{
	width:595px;
	height:295px;
}
.small-photo{
	width:295px;
	height:295px;
}
.photo-txt{
	width:100%;
	color: white;
	position: absolute;
	bottom: 0;
	background-image: -webkit-linear-gradient(top, rgba(200,200,200,0.10) 0%, rgba(50,50,50,0.80) 80%);
    background-image: linear-gradient(top, rgba(200,200,200,0.10) 0%, rgba(50,50,50,0.80) 80%);
}
.photo-txt p{
	font-size:16px;
	line-height:20px;
	padding:10px 25px;
}


/*最新视频*/
.video-wrap{
	margin-top:30px;
	margin-bottom: 20px;
}
.video-box{
	
}
.video-box ul{
	margin-left:-5px;
}
.video-box li{
	float: left;
	width:296px;
	margin-left:5px;
	
}
.video-box li .images-box{
	width:100%;
	height:194px;
	overflow:hidden;
}
.video-txt{
	padding:12px 4px;
}
.video-txt h3{
	font-size:16px;
	line-height:26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.video-txt p{
	font-size:12px;
	line-height:22px;
	color:#888888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}

/*友情链接*/
.bule_bord{
   border: 1px solid #B1C8D6; 
   margin-bottom: 20px;
}
.bule_bord ul{
    padding:6px 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


@media only screen and (max-width: 1200px) {
     .wd1200{
     	width:90%;
     }
    .sport-box ul{
    	width:100%;
    	margin-left:0;
    	display: flex;
    	display: -webkit-flex;
    	justify-content: space-between;
    	flex-wrap: wrap;
    }
    .sport-box ul:after{
    	content: none;
    }
    .sport-box ul li{
    	width:32%;
    	margin-left:0;
    	float: none;
    	height:270px;
    }
    .sport-box ul li .images-box{
    	/*height:0;
    	padding-bottom: 65.6%;*/
    	height:194px;
    }
    .photo-box ul{
     	margin-left:0;
     	margin-top:-2%;
        display: flex;
    	display: -webkit-flex;
    	justify-content: space-between;
    	flex-wrap: wrap;
    }
    .photo-box ul li{
    	margin-left:0;
    	margin-top:2%;
    }
    .big-photo{
    	width:100%;
    	height:345px;
    }
    .small-photo{
    	width:49%;
    }
    .video-box ul{
    	display: flex;
    	display: -webkit-flex;
    	justify-content: space-between;
    	flex-wrap: wrap;
    	margin-left:0;
    }
    .video-box ul:after{
    	content: none;
    }
    .video-box ul li{
    	margin-left:0;
    	width:49%;
    }
    .video-box li .images-box{
    	height:260px;
    }
}
@media only screen and (max-width:760px)  {
	 .wd1200{
		width:96%;
	 }
	 .official-box .official-left{
     	width:100%;
     	height:196px;
     }
     .official-box .official-right{
     	width:100%;
     	margin-top:10px;
     }
     .sport-box ul{
        margin-top:-20px;	
     }
     .sport-box ul li{
     	width:100%;
     	margin-top:20px;
     }
     .big-photo{
     	height:196px;
     }
     .small-photo{
     	width:100%;
     	/*height:49.6%;*/
     	height:196px;
     }
     .video-box ul li{
     	width:100%;
     }
}
