 *{margin:0; padding:0;}
body {
	font-family: "Microsoft Yahei","Helvetica Neue","Helvetica","Lucida Grande","Arial","Hiragino Sans GB","WenQuanYi Micro Hei","sans-serif"
}
/*全站灰色*/
/*
html{ filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: url("data:image/svg+xml;utf8,#grayscale"); filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(1);}
*/
/*全站灰色*/

body,html{padding: 0;margin: 0;overflow-x:hidden}
h1, h2, h3, h4, h5, h6{margin: 0}
#all_viewpoint_top,#all_viewpoint_bottom,#all_new_h1_bottom{margin:10px 0;text-align: center;}
.fl{float: left;display: inline-block;}
.fr{float: right;display: inline-block;}
ul li{list-style-type: none;}
label{font-weight: normal;}
p{margin-bottom: 0}
.cf:before,.cf:after{content:""; display:table;}
.cf:after{clear:both;}
.cf{zoom:1;}
a, a:hover {text-decoration: none;background: transparent;}
.pd40{padding: 40px 0}
.pd20{padding: 20px 0;}
.mt20{margin-bottom: 20px;}
.mp10{margin-top: 10px}
.mtop40{margin-top: 40px;}
/*media*/
.event-media{margin-left: 66px;}

/*match-list moudule*/
.race {
  width: 1100px;
  margin:0 auto;
  padding-top: 20px;
  display: none;
}
.race .arrows {
    width: 1100px;
    display: block;
    position: relative;

}
.race .arrows a {
  display: block;
  margin-right: 1px;
  position: absolute;
  width: 75px;
}
.race .arrows a#left{
    left: 0
}
.race .arrows a#right{
    right: 0
}
.race .arrows a span{
  border-radius: 5px;
  display: block;
  margin-left: 20px;
}
.race .arrows a span i{
  color: #fff;
  font-size: 40px;
  margin-left: 9px;
  margin-top: 40px;
}
.race .rbanner {
    display: block;
    width: 964px;
    position: relative;
    height: 170px;
    overflow: hidden;
    left: 75px;
}
.race .rbanner .bannerBox{
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
}
.race .rbanner ul {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.race .rbanner ul li {
    display: block;
    float: left;
    padding: 0;
    width:241px;
}
.race .rbanner ul li:nth-child(4n){
    margin-right: 0
}
.race .rbanner ul li a {
    display: block;
    float: left;
    width: 224px;
    padding: 0;
    position: relative;
    height: 128px;
    color: #333;
}
.race .rbanner ul li a img{
    width: 224px;
    height: 128px;
}
.race .rbanner ul li a span{
  position: absolute;
  right: 0;
  top:0;
  width: 50px;
  height: 24px;
  display: block;
  line-height: 24px;
  text-align: center;
  font-size: 12px;;
  color: #fff
}
.race .rbanner ul li a span.status{
  background: #ff482a
}
.race .rbanner ul li a span.start{
  background: #5f96d4
}
.race .rbanner ul li a span.end{
  background: #414850
}
.race .rbanner ul li a .info{
  background: rgba(0,0,0,.8);
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 128px;
  overflow: hidden;
  display: none;
}
.race .rbanner ul li a .info h5,.race .rbanner ul li a .info p{
  font-size: 16px;
  color: #dfdfdd;
  padding: 0 8px;
}
.race .rbanner ul li a:hover .info{
  display: block;
}
.race .rbanner ul li a .info h5{
  margin-top:30px;
  height: 30px;
  line-height: 30px;
}
.race .rbanner ul li a .info p{
  height: 60px;
  line-height: 20px;
  overflow: hidden;
}
.race .rbanner ul li a .info p font{
	color: #ffb400;
}
.race .rbanner ul li p.tit{
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}
.race .rbanner ul li p.tit b{
	font-size: 16px;
}
.race .arrows a:hover, .race .rbanner, .race .arrows a, .race .rbanner a:hover .intro, .race .rbannerr a .intro, .race .rbanner .bannerBox {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
/*大轮播图*/
 .out {
        position: relative;
        width: 740px;
        height: 360px;
 }
.out .img li {
    position: absolute; 
    top: 0; 
    left: 0;
    display: none;
     width: 740px;
        height: 360px;
}
.out .num {
    position: absolute; 
    bottom: 0px;
    font-size: 0;
    float: right;
}
.out .num li {
    width: 20px;
    height: 20px;
    display: inline-block;
    font-size: 16px;
    background-color: #666;
    color: #fff;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin: 0 3px;
    cursor: pointer;
}
.out .num li.active { background-color:#a00;}
.out .btn {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 60px;
    margin-top: -30px;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 40px;
    display: none;
}
.out:hover .btn{ 
    display: block;
    cursor: pointer;
}
.out .left { left: 0;}
.out .right { right: 0;}
/*banner moudule*/
.head-banner,.banner-info{
	padding: 0;
}
#bCarousel >.carousel-inner>.item>a>img{
	position: relative;
}
#bCarousel >.carousel-inner>.item>a>i.banner-bg,#sCarousel >.carousel-inner>.item>a>i.banner-bg{
	z-index: 1000;
	display: inline-block;
	height: 90px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%, #000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.8)),color-stop(100%, #000)); 
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%,  #000 100%); 
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%,  #000 100%); 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#22FFFFFF', EndColorStr='#33000000'); 
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%,  #000 100%); 
}
#bCarousel >.carousel-inner>.item>a>p,#sCarousel >.carousel-inner>.item>a>p{
	position: absolute;
	bottom: 0;
	height: 45px;
	line-height: 45px;
	text-indent: 10px;
	font-size: 20px;
	color: #fff;
	z-index: 1001
}
#bCarousel >.carousel-indicators,#sCarousel >.carousel-indicators{
	bottom: 0px;
	margin-left: 0;
	left: 58%
}
#bCarousel>.carousel-control{
	width: 48px;
	height: 72px;
	background: #000;
	 filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    top:40%;
}
#bCarousel>.carousel-control:hover{
	 filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
#bCarousel>.carousel-control>i{
	margin-top: 5px
}
#bCarousel .carousel-indicators li,#sCarousel .carousel-indicators li{
	width: 16px;
	height: 5px;
	background-color: #d5d5d3;
	border-radius: 0;
	margin:0;
}
#bCarousel .carousel-indicators li.active,#sCarousel .carousel-indicators li.active{
	width: 36px;
	border: 0
}
/*schedule_today module*/
.schedule-head span{
	display: block;
	font-size: 16px;
	color: #fff;
	font-weight: bold;
	line-height: 40px;
	width: 80px;
	margin:0 auto;
}
.cj.schedule-head span{
	width: 105px;
}
.schedule-head span i{
	font-size: 20px;
	margin-right: 5%;

}
.schedule-head+.list-group>.list-item{
	width: 100%;
	height: 40px;
	line-height: 40px;
	overflow:hidden;
}

.schedule-head+.list-group>.list-item>span{
	padding: 0;
	text-align: center;
	overflow: hidden;
}
.schedule-head+.list-group>.list-item>span.team-icon>img{
	width: 20px;
	height: 20px;
}

.schedule-head+.list-group>.list-item{
	font-size: 14px;
}
.schedule-head+.list-group>.list-item
.schedule-head+.list-group>.list-item>.team-name{
	color: #808080;
}
.schedule-head+.list-group>.list-item>.team-m{
	color: #3b3b3b;
}
.schedule-head+.list-group>.list-item>span:nth-child(3){
	color: #3d3d3d;
}
.schedule-head+.list-group>.list-item>.team-img>img{
	background: #fff;
	border:1px solid #eaeaea;
	border-radius: 15px;
	width: 30px;
	height: 30px;
}
.schedule-head+.list-group>.list-item>.live{
	color: #f66901;
}
.schedule-head+.list-group>.list-item>.score{
	color: #008edc;
}
.schedule-head+.list-group>.list-item>.time{
	color: #505050;
}
.schedule-head+.list-group>.list-item>.over{
	color: #e69800;
}
.schedule-head+.list-group>.list-item>.teams{
	font-weight: bold;
}
.schedule-head+.list-group>.list-item>.teams img{
	width: 20px;
	height: 20px;
}
/*hot_news moudule*/

.nav-tabs{
	border-bottom: 2px solid #dfdfdd;
	font-size: 24px;
}
.tab-pane>.row{
	margin:0;
}
.nav-tabs>li{
	float: left;
    margin-bottom: -2px !important;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
	border:none;
	border-bottom: 2px solid #2495ff;
	color: #2495ff;
}
.nav>li>a{
	padding:5px 15px;
}
.hot-news{
	padding: 20px 0;
	
}
.hot-news>.hnew-img{
	padding-right: 18px
}
.hover-img{
	overflow: hidden;
	display: block;
}
.hover-img>img{
	transition: all 2s;
	display: block;
}
.hot-news>.hnew-list{
	height: 130px;
	position: relative;
}
.hot-news>span,.hot-news>.hnew-list,.hot-news>.hnew-role>.row,.hot-news>.hnew-role>.row>a.hnew-role,.hot-news>.lpl{
	padding: 0
}
.hot-news>.hnew-list>b>a{
	font-size:18px;
	color: #3d3d3d;
}
.hot-news:hover>.hnew-list>b>a{
	color: #2495ff;
}
.hot-role,.hot-lpl,.hot-new-logo{
	width: 100%
}
.hot-news>.hnew-list>p.txt,.hot-news>.hnew-list>p{
	font-size: 14px;
	color: #808080;
	height: 45px;
	line-height: 24px;
	overflow: hidden;
	margin:16px 0;
}
.hot-news>.hnew-list>.hnew-link,.hot-news>.hnew-list>.hnew-link>div>a{
	font-size: 14px;
	color: #808080;
	
}
.hot-news>.hnew-list>.hnew-link{
	position: absolute;
	bottom:0px;
	width: 100%;
	height: 18px;
}

.hot-news>.hnew-list>.hnew-link>div>label{
     color: #ff5a00;
}
.hot-news>.hnew-list>.hnew-link>span{
	color: #9b9b9b;
	font-size:12px;
	background: url(images/time.jpg) no-repeat;
	display: block;
	line-height: 12px;
	position: relative;
	left:50px;
	top:5px;
}
.hot-news>.hnew-mode{
	font-size: 18px;
	color: #3d3d3d;
	margin-bottom: 20px
}
.hot-news>.row>a.hnew-role>img{
	position: relative;
}
.hot-news>.row>a.hnew-role>font{
	background: rgba(0,0,0,.6);
	width: 38px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	position:absolute;
	bottom: 0;
	right: 15px;
}
.hot-news>.lpl>a>img{
	position: relative;
	overflow: hidden;
}
.hot-news>.lpl>a>i.mask{
	z-index: 1000;
	display: inline-block;
	height: 70px;
	width: 100%;
	position: absolute;
	bottom: 0;
	right: 0;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 100%, #000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.6)),color-stop(100%, #000)); 
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 100%,  #000 100%); 
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 100%,  #000 100%); 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#22FFFFFF', EndColorStr='#33000000'); 
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 100%,  #000 100%);
}
.hot-news>.lpl>a>p{
	position: absolute;
	bottom: 30px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	text-indent: 10px;
	z-index:1002;
}
.hot-news>.lpl>a>font{
	position: absolute;
	bottom: 8px;
	font-size: 14px;
	color: #fff;
	z-index:1003;
	text-indent: 10px;
}
.hot-news.hide-info,.hot-news.hide-if,.hot-news.all-info,.hot-news.all-if{
	display: none
}
/*首页广告图*/
.adver>a:first-child{
	padding-top: 20px;
	display: block;
}
.adver>a:last-child{
	padding: 20px 0;
	display: block;
}
/*热点话题*/
.htopic-list>li>a>p>img{
	width: 108px;
	height: 64px;
}
.hot-news:hover>span>a>p>img, .htopic-list>li:hover>a>p>img, .hot-role>div>a:hover>p>img, .hot-lpl>div>a:hover>span>img, .hover-img:hover>img{
	transform: scale(1.1);
	-webkit-transform:scale(1.1);
}
.mode{
	height: 41px;
	border-bottom: 2px solid #dfdfdd;
	margin: 0;
}
.mode>p,.htopic-list>li>a>img,.htopic-list>li>a>p{
	padding: 0;
}
.mode>p>span{
	font-size: 24px;
	color: #3d3d3d;
	width: 100px;
	border-bottom:2px solid  #2495ff;
	display: block;
	height: 41px;
}
.mode>a{
	margin-top: 8px;
	text-align: right;
	padding-right: 0;
}
.more,.more>i{
	color: #808080;
	font-size: 14px;
}
.more>i{
	font-size: 18px;
	margin-right: 5px;
}
.htopic-list{
	margin-top: 16px
}
.htopic-list>li{
	margin: 0;
	margin-bottom: 10px
}
.htopic-list>li:last-child{
	margin-bottom: 0
}
.htopic-list>li>a>span{
	padding-left: 10px;
	font-size: 14px;
	color: #3d3d3d;
	line-height: 20px;
}
.htopic-list>li:hover>a>span{
	color: #2495ff;
}
/*游戏综合*/
.common-list>li{
	margin: 0;
	line-height: 35px;	
	font-size: 14px;
}
.common-list>li>a>font{
	padding:0;
}
.common-list>li>a>span{
	color:#3b3b3b;
	height: 35px;
	overflow: hidden;
	padding: 0
}
.common-list>li>a>span>i{
	width: 4px;
	height: 4px;
	background: #b2b2b2;
	display: block;
	float: left;
	margin-top: 16px;
	margin-right: 5px
}
.game-sy>.game-list>li>a>font,.common-list>li>a>font{
	color:#b2b2b2;
	text-align: right;
}

/*recommend-video moudule*/
.rvideo-list{
	margin-top: 20px;
}
.rvideo-list>li{
	width: 154px;
	margin-right: 14px;
	position: relative;
	margin-bottom: 18px
}
.rvideo-list>li:nth-child(2n),.pic-video>.rvideo-list>li:nth-child(2n){
	margin-right: 0
}
.rvideo-list>li:hover>a>i{
	position: absolute;
	top:0;
	bottom: 0;
	width: 100%;
	height: 90px;
	background: #000;
	display: block;
	filter:alpha(opacity=50);  
    -moz-opacity:0.5;  
    opacity: 0.5;
}
.rvideo-list>li:hover>a>span{
	position: absolute;
	top:22px;
	left: 55px;
	width: 60px;
	height: 60px;
}
.rvideo-list>li>a>p{
	font-size: 13px;
	color: #3d3d3d;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 6px;
}
.rvideo-list>li:hover>a>p{
	color: #2495ff;
}
/*pic-banner moudule*/
#pCarousel{
	margin-top: 20px;
}
#pCarousel >.carousel-inner>.item>a>i.banner-bg{
	z-index: 1000;
	display: inline-block;
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%, #000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(40%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.8)),color-stop(100%, #000)); 
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%,  #000 100%); 
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%,  #000 100%); 
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#22FFFFFF', EndColorStr='#33000000'); 
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.4) 40%, rgba(0, 0, 0, 0.8) 100%,  #000 100%); 
}
#pCarousel>.carousel-control{
	width: 28px;
	height: 42px;
	background: #000;
	 filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    top:40%;
}
#pCarousel>.carousel-control:hover{
	 filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
#pCarousel >.carousel-inner>.item>a>p{
	position: absolute;
	bottom: 0;
	height: 80px;
	line-height: 80px;
	font-size: 14px;
	color: #fff;
	z-index: 1001;
	text-indent: 10px
}
#pCarousel>.carousel-indicators{
	bottom:-5px;
}
#pCarousel>.carousel-indicators li{
	background: #fff;
}
#pCarousel>.carousel-indicators .active {
	border:0;
    background-color: #2495ff;
}
/*site_banner*/
#sCarousel{
	margin:10px 0 10px 10px;
}
#sCarousel >.carousel-inner>.item>a>i.banner-bg{
	width: 100%;
}
/*forum-post 论坛热帖*/
.forum-post{
	padding-right: 10px;
}
.site-mode{
	border-bottom: 2px solid #dfdfdd;
	margin: 0;
	height: 34px;
}
.site-mode>p{
	padding-left: 0;
	font-size: 18px;
	font-weight: bold;
	color: #3b3b3b;
}
.site-mode>p>span{
	height: 34px;
	width: 72px;
	display: block;
}
.site-mode>a{
	text-align: right;
	padding-right: 0;
	font-size: 14px;
	color: #9b9b9b;
	line-height: 34px;
}
/*common-info*/
.common-info{
	margin-top: 20px;
	background: #f1f1f1;
	padding:20px 0;

}
.friendShip{
	margin: 0px 20px 0 10px
}
.common-info p.tit{
	font-size: 18px;
	color: #3d3d3d;
	line-height: 20px;
	margin-bottom: 16px

}
.common-info p i{
	width: 4px;
	height: 20px;
	display: block;
	float: left;
	margin-right: 10px
}
.friendShip>p>a{
	font-size: 14px;
	color: #808080;
	margin-right: 12px;;
	line-height: 30px;
}
.friendShip>p>a:hover{
	text-decoration: underline;
}
.contact>p{
	font-size: 14px;
	color: #808080;
	line-height: 30px;
	padding-left: 10px
}
/*crumb moudule*/
.breadcrumb{
	background: transparent;
	padding: 40px 18px 0  0;
}
.breadcrumb>li>a{
	font-size: 14px;
	color: #808080
}
.breadcrumb > li + li:before {
    color: #808080;
    content: "> ";
    padding: 0 2px;
}
/*赛事内页战队*/
.event{
	margin-top: 72px;
}
.event-team{
	padding: 0 0 30px 0;
	border:1px solid #dfdfdd;
}
.event-team>.event-img{
	text-align: center;
	padding: 0
}
.event-team>.event-img>img{
	margin-top: 60px
}
.event-team>.event-img>span{
	width: 90px;
	height: 50px;
	font-size: 16px;
	background: #808080;
	display: block;
	color: #fff;
	line-height: 50px;	
	margin-top: 10px;
	cursor: pointer;

}
.event-team>.event-img>span:hover{
	background: #2495ff;
}
.event-team>.event-img>p{
	color:#3d3d3d;
	font-size: 16px;
}
.event-team>.event-info{
	padding: 40px 0 0 0;
	text-align: center;
	font-size: 14px;
	color: #3d3d3d;
}
.event-team>.event-info>li>b{
	font-size: 18px;
	color: #3d3d3d;
	background: url(images/game-icon.jpg) no-repeat;
	padding-left: 25px;
}
.event-team>.event-info>li>strong{
	font-size: 48px;
	color: #3d3d3d;
	font-family: "Impact";
	line-height: 110px;
}
/*赛事内页 match-live moudule*/
.match-live{
	margin-top: 40px;
	height: 64px;
	background: #dfdfdd;
}
.match-live>li{
	float: left;
	width: 200px;
	text-align: center;
	line-height: 64px;
	font-size: 18px;
}
.match-live>li>a{
	padding: 0;
	color: #3d3d3d
}
.match-live>li.active>a,.match-live>li:hover>a{
	background: #f1f1f1;
	font-weight: bold;
	color: #2495ff;
	border-top:4px solid #2495ff;
	height: 64px;
	line-height: 56px;
}
.match-live+.tab-content>.tab-pane{
	padding: 20px;
	background: #f1f1f1;
}
/*win-fail 猜胜负*/
.win-fail{
	padding-top: 40px;
}
.win-fail>.win-failTab{
	width: 100%;
	height: 46px;
	background: #f1f1f1;
	border:1px solid #dfdfdd;
}
.win-fail>.win-failTab>li{
	float: left;
	line-height: 46px;
	width: 126px;
	text-align: center;
}
.win-fail>.win-failTab>li>a{
	padding: 0;
	font-size: 16px;
	color: #2d2d2d;
}
.win-fail>.win-failTab>li:first-child{
	margin-left: 9px;
}
.win-fail>.win-failTab>li:hover>a,.win-fail>.win-failTab>li.active>a{
	width: 126px;
	height: 40px;
	border-top:2px solid #2495ff;
	border-left: 1px solid #dfdfdd;
	border-right: 1px solid #dfdfdd;
	background: #fff;
	font-weight: bold;;
	color: #2495ff;
	margin-top:5px;
	line-height: 32px;
}
.win-fail>.tab-content>.tab-pane{
	border:1px solid #dfdfdd;
	border-top:0;
	margin:0;
	padding-top: 10px;
}
.win-fail>.tab-content>.tab-pane>p{
	text-align: center;
	padding: 22px 0  32px 0;
}
.win-fail>.tab-content>.tab-pane>p>span{
	font-size: 18px;
	color: #2d2d2d;
	padding: 12px; 54px;
	border:1px solid #dfdfdd;
	margin:0 auto;
	border-radius: 25px;
	text-transform:Uppercase;
	display: inline-block;
	cursor: pointer;
}
.win-fail>.tab-content>.tab-pane>p>span>font{
	font-size: 14px;
	color: #505050;
}
.win-fail>.tab-content>.tab-pane>p>span:hover,.win-fail>.tab-content>.tab-pane>p>span:hover>font{
	background: #2495ff;
	color: #fff;
}
/*quiz-bet 竞猜投注*/
.quiz-bet{
	padding: 40px 0 0 66px;
}
.quiz-bet>.mode>span{
	padding: 0;
	font-size: 14px;
	color: #2d2d2d;
	line-height: 36px;
}
.quiz-bet>.quiz-list>li{
	margin:0;
	padding: 15px 0;
	border-bottom: 1px solid #dfdfdd;
	cursor: pointer;
}
.quiz-bet>.quiz-list>li:last-child{
	border-bottom: 0px
}
.quiz-bet>.quiz-list>li>img,.quiz-bet>.quiz-list>li>span,.quiz-bet>.quiz-list>li>dl{
	padding: 0
}
.quiz-bet>.quiz-list>li>dl{
	padding-left: 10px;
	margin:0px
}
.quiz-bet>.quiz-list>li>span{
	line-height: 48px;
	font-size: 20px;
	color: #ff5858;
	font-family: "Impact";
}
.quiz-bet>.quiz-list>li>img{
	border-radius: 24px;
}
.quiz-bet>.quiz-list>li>dl>dt{
	font-size: 16px;
	color: #2495ff;
	line-height: 30px
}
.quiz-bet>.quiz-list>li>dl>dd{
	font-size:12px;
	color: #808080;
}

/*视频内页 视频 video-cont*/
.video>.row{
	margin:0 10px;
}
.video>div.row>div.pull-left>h1{
	height: 64px;
	line-height: 64px;
	color: #2d2d2d;
	font-size: 28px;
	font-weight: bold;
}
.video>div.row>div.pull-left>p.video-bar{
	font-size: 14px;
	color: #808080;
	line-height: 25px;
}
.video>div.row>div.pull-left>p.video-bar>span{
	margin-right: 16px;
}
.video>div.row>div.pull-left>p.video-bar>span>a{
	color: #ff7c24
}
.video-cont{
	padding: 40px 0
}
.video-summary>p.info,.video-summary>p{
	padding: 10px 0 20px 0;
	border-bottom: 1px solid #dfdfdd;
	font-size: 16px;
	color: #505050;
	line-height: 30px;
}
/*视频内页 tag*/
.tag{
	font-size: 16px;
	color: #505050;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	width: 400px;
}
.tag>a>span{
	padding:3px 10px;
	border:1px solid #dfdfdd;
	border-radius: 3px;
	font-size:16px;
	color: #505050;
	line-height: 28px;
}

/*分享*/
#bdshare span.bds_more{
	background: url(images/share.jpg) no-repeat -526px -3px !important;
	width: 24px;
	height: 24px
}
#bdshare span.share{
	font-size: 16px;
	color: #505050;
}
.bds_tools a,#bdshare a{
	background: url(images/share.jpg) no-repeat !important;
	width: 24px;
	height: 24px;
	margin-right:5px;
	display: block !important;
	float: left !important;
	padding-left: 0px;
}
#bdshare .bds_qzone{
	background-position:-3px -3px !important;
}
#bdshare .bds_tsina{
	background-position:-32px -3px !important;
}
#bdshare .bds_weixin{
	background-position:-61px -3px !important;
}
#bdshare .bds_tqq{
	background-position:-90px -3px !important;
}
#bdshare .bds_sqq{
	background-position:-119px -3px !important;
}
#bdshare span.bds_more,.bds_tools a{
	padding-left:0px !important
}

/*新闻列表 news-list*/
.crumb-main>.breadcrumb{
	padding: 20px 0;
	margin: 0 10px
}
.news-info>.row{
	margin:0;
	margin-left: 10px
}
.news-info>.row>.hot-news:first-child{
	border-top:2px solid #dfdfdd;
}.news-info>.row>.hot-news:last-child{
	border-bottom: 1px solid #dfdfdd
}

/*分页*/
.page-list,.pages{
	text-align: center;
}
.page-list>.page,.pages>.page{
	height: 25px;
    line-height: 25px;  
    display: inline;
}
.page-list>.page a,.pages>.page a{
	color: #8c8c8c;
	background: #fff;
    border: 1px solid #dfdfdf;
    padding: 2px 10px;
    margin: 0 3px;
    border-radius: 2px;
    margin: 40px 5px;
    display: inline-block;
}
.page-list>.page a.on,.page-list .page a:hover,.pages>.page a.on,.pages .page a:hover{
	background: none repeat scroll 0 0 #FFFFFF;
	color: #fff;
	border: 1px solid #36ab87;
}
.page-list>.page a.on,.page-list .page a:hover{
	background: #36ab87;
}
.pages>.page a.on,.pages .page a:hover{
	background: #2495ff;
}

/*新闻列表 热点新闻排行 hot-news-rank*/
.hot-news-rank{
	margin-right: 10px;
	margin-left: 15%;
}
.hot-news-list>.row{
	margin:0;
}
.hot-news-rank>.hot-news-list>li>a>p,.hot-news-rank>.hot-news-list>li>a>font{
	padding: 0
}
.hot-news-rank>.hot-news-list>li>a>p{
	font-size: 14px;
	color: #3b3b3b;
	line-height: 14px;
	overflow: hidden;
	height: 14px;
}
.hot-news-rank>.hot-news-list>li>a>font{
	font-size: 14px;
	color: #b2b2b2;
	float: right;
	text-align: right;
}
.hot-news-rank>.hot-news-list>li>a>p>span{
	width: 14px;
	height: 14px;
	background: #808080;
	font-size: 12px;;
	color: #fff;
	display: block;
	float: left;
	text-align: center;
	line-height: 14px;
	margin-right: 10px;
}
.hot-news-rank>.hot-news-list>li>a>p>span.orange{
	background: #ff5a00;
}
.hot-news-rank>.hot-news-list>li>a>p>span.yellow{
	background: #ffa800;
}
.hot-news-rank>.hot-news-list>li:first-child{
	padding-top: 15px;
}
.hot-news-rank>.hot-news-list>li{
	padding-top: 16px;
}
.news-video>.rvideo-list>li{
	width: 144px;
}
.news-video>.rvideo-list>li:hover>a>span{
	position: absolute;
	left: 47px;
	width: 50px;
	height: 50px;
	top:17px;
}
.news-video>.rvideo-list>li:hover>a>i{
	height: 84px;
}
.pic-rec>#pCarousel>.carousel-indicators{
	left: 50%
}
.pic-rec>#pCarousel >.carousel-inner>.item>a>p{
	line-height: 70px;
	height: 70px;
}
/*新闻内页 news-cont*/
.label-share{
	margin: 25px 0;
}
.news-cont{
	margin-left: 10px;
}
.news-cont>h1{
	font-size: 28px;
	color:#2d2d2d;
	font-weight:bold;
	line-height: 75px;
	height: 75px;
	overflow:hidden;
}
.news-cont>.news-info{
	height: 60px;
	line-height: 60px;
	font-size: 14px;
	color: #808080;
}
.news-cont>.news-text{
	border-bottom: 1px solid #dfdfdd;
	padding-bottom: 20px;
}
.news-cont>.news-text>p
{
	font-size: 16px;
	color: #505050;
	line-height: 35px;
}
.label-share  .tag,.label-share  .comment{
	margin-left: 10px
}
/*图片内页*/
.pic-video>.mode>p>span{
	border-color: #2495ff;
}
.pic-video{
	margin-right: 10px;
}
.pic-video>.rvideo-list>li{
	margin-right: 12px;;
}
.albums-cont .common-tit h1{
	font-size: 28px;
	color: #2d2d2d;
	font-weight: bold;
	height: 70px;
	line-height: 70px;
	text-align: center;
}
.albums-cont .common-tit .videobar{
	font-size: 14px;
	color: #808080;
}
.albums-cont .common-tit .videobar span{
	margin-right: 16px;
}
.albums-cont .common-tit .videobar span a{
	color: #ff7c24
}
.albums-box{
	margin:30px 0 12px;
}
.slide-main{
	position: relative;
	text-align: center;
	margin: 20px 10px
}
#slide-box{
    font-size: 14px;
    margin:0 auto;
    padding: 55px 0;
    background-color: #000;
	width: 100%;
}
#slide-box a.control{
  overflow: hidden;
  position: absolute;
  display: block;
  background: #000;
	top: 40%;
	border:1px solid #999;
	border-radius: 5px;
	font-size: 80px;
	padding: 20px 15px
}
#slide-box a.control:hover{
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
#slide-box a.control i{
  color: #fff;
  position: relative;
  bottom: 5px
}

#slide-box a.control.prev{
  left: 24px;
}
#slide-box a.control.next{
  right: 24px;
}
.slider {
	display: none;
	margin:0 auto;
}
.slider .desc .num i.line{
	width: 2px;
	height: 28px;
	margin:8px 10px 0 14px;
	display: block;
	float: left;
	background: #fff;
	transform:rotate(18deg);
	-ms-transform:rotate(18deg); 	/* IE 9 */
	-moz-transform:rotate(18deg); 	/* Firefox */
	-webkit-transform:rotate(18deg); /* Safari 和 Chrome */
	-o-transform:rotate(18deg); 
}
/*event-list 赛事列表 */
  .match-type{
  	padding-top: 30px;
  	padding-bottom:25px;
  	border-bottom: 2px solid #dfdfdd
  }
  .match-type li{
  		margin-top: 18px;
  		height: 20px;
  		width: 100%
  }
  .match-type li a{
  	width: 90px;
  	line-height: 20px;
  	text-align: center;
  	border-right: 1px solid #dfdfdd;
  	display: block;
  	font-size: 14px;
  	color: #3d3d3d;
  	float: left;
  }
  .match-type li a:last-child{
  	border:0px;
  }
  .match-type li span{
  	width: 75px;
  	text-align:left;
  	font-size: 14px;
  	color: #3d3d3d;
  	line-height: 20px;
  	border-right: 1px solid #dfdfdd;
  }
  .match-type li a:hover,.match-type li span:hover{
  	font-weight: bold;
  	color: #2495ff
  }

  /*match-list 赛事列表*/
 .down-menu,.event-more{
 	display: none;
 }
  .match-info{
  	margin-bottom: 0;
  	margin-top: 20px;
  }
  .match-info li{
  	margin-bottom: 20px;
  }
  .match-info li a img{
  	position: relative;
  }
  .match-info>li>a>span{
  	position: absolute;
    top: 0;
    right: 21px;
    width: 50px;
    height: 24px;
    display: block;
    font-size: 12px;;
    color: #fff;
    text-align: center;
    line-height: 24px;
  }
  .match-info li i.hot-mask{
    position: absolute;
    top: 0;
    display: none;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
    background-color: #000;
  }
  .match-info li .info{
	position: absolute;
	top:0;
	font-size: 16px;
	color: #dfdfdd;
	width: 224px;
	text-indent: 10px;
	display: none;
}
.match-info li p.tit{
    height: 40px;
    width: 100%;
    background-color: #f1f1f1;
    line-height: 40px;
    font-weight: bold;
    font-size: 16px;
    color: #3d3d3d;
    text-indent: 10px;
    cursor: pointer;
    overflow: hidden;
}
.match-info li:hover p.tit{
	background: #2495ff;
	color: #fff
}
/*图片列表*/
 .pic-list .tab {
          height: 49px;
          width: 1100px;
          padding-bottom: 14px;
          border-bottom: 2px solid #eaeaea;
          margin: 20px 0;
      }
    .pic-list .tab a {
        float: left;
        width: 100px;
        height: 42px;
        line-height: 42px;
        text-align: center;
        font-size: 16px;
        color: #505050;
        margin-right: 10px;
        display: block;
    }
    .pic-list.row,.pic-list ul{
      margin: 0;
    }
    .pic-list .cont{
      padding-bottom: 40px
    }
    .pic-list .list {
      padding: 0 10px
    }
    .pic-list .list li { 
      float: left;  
      margin-bottom: 10px;
      padding: 0;
    }
    .pic-list .list li img {
     display: block;
   	}
    .pic-list .list li p { 
      display: block; 
      height: 50px; 
      overflow: hidden; 
      line-height: 23px;
      font-size: 14px;
      color: #3b3b3b;
      width: 160px;
      margin:0 auto;
    }
   
    .pic-list .list li.nth-child(6n){
      margin-right: 0;
    }

/*返回顶部*/
#gotop{
	position: absolute;
	top:0;
	z-index: 9;
	display:none;
	right: 0
}
#gotop .top{
	background: url(images/gotop.png) no-repeat;
	width: 48px;
	height: 48px;
	display: block;
}
#gotop .top:hover{
	background: url(images/gtop.png) no-repeat;
	width: 48px;
	height: 48px;
}
/*搜索*/
.search-crumb .breadcrumb{
	padding:0;
	border-bottom: 2px solid #dfdfdd;
	margin:20px 10px;
	padding-bottom: 20px
}
.search>.row{
	margin:0;
}
.search h2{
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #c1c1c1;
	text-indent:10px;
}
.search h2 span { 
	padding: 0 10px; 
}
.search-list ul {
	padding-bottom: 15px;
}
.search-list li { 
	height: 32px;
	line-height: 32px; 
	overflow: hidden; 
	font-size: 14px;
	
}
.search-list li i{
	background: url(images/dot.png) no-repeat center center; 
	display: block;
	float: left;
	margin:13px 10px; 
	width: 6px;
	height: 6px;
}

.search-list li span {
	font-size: 12px;;
	color: #aaa; 
}
.search-list li a{
	color: #3b3b3b
}
/*404页面*/
.index-error{
	padding: 160px 0;
	text-align:center;
}
.index-error p{
	font-size: 20px;
	color: #333;
	margin:20px 0;
}
.index-error a{
	display: inline-block;
	width: 160px;
	height: 48px;
	border-radius: 3px;
	line-height: 48px;
	background: #2495ff;
	color: #fff;
	font-size: 18px;
	margin:20px 0;
}

/*返回顶部
/*footer moudule*/
.footer{
	background: #2d2d2d;
	padding: 24px 0
}
.footer>.container>p{
	text-align: center;
}

.footer>.container>p.link>a,.footer>.container>p.link{
	color: #fff;
	margin:0 10px;
	font-size: 14px;
	color: #bbb;
	margin-bottom: 10px;
}
.footer>.container>p.link>a:hover{
	color: #fff;
}
.footer>.container>p.txt,.footer>.container>p.txt>a{
	font-size:12px;
	color: #808080;
	margin-bottom: 0
	
}
.footer>.container>p.info{
	line-height: 35px;
}
.footer>.container .wen{
	text-align: center;
}
.footer>.container .wen img{
	width: 130px;
	height: 54px;
	text-align: center;
	margin-top: 10px;
}
/*footer moudlue*/

@media screen and (max-width:767px){
	#gotop{
		overflow: hidden;
		display: none;
		visibility: hidden;
	}
	.hot-role,.hot-lpl,.hot-news>.hnew-list>.hnew-link>span,.video>div.row>div.pull-right,.rigth-info,.site-head,.breadcrumb,.page-list,#all_viewpoint_top,#all_viewpoint_bottom,#all_new_h1_bottom,.ad_300_80,.common-info{
		display: none;
	}
	.hot-news>.hnew-list{
		height: auto;
	}
	.hot-news>.hnew-list>.hnew-link{
		position: relative;
		top:8px;
	}
	#bCarousel .carousel-inner{
		margin:15px 0;
	}
	#bCarousel .carousel-control{
		width: 30px;
		height: 55px;
		font-size: 15px;
		top:35%;
	}
	#bCarousel .carousel-inner .item a p{
		font-size: 14px ;
		height: 40px;
	}
	#bCarousel .carousel-indicators{
		left: 50%;
	}
	.list-group>.list-item{
		font-size: 13px ;
	}
	.hot-news{
		padding: 10px 0;
	}
	.nav-tabs{
		font-size: 16px;
	}
	.nav>li>a{
		padding: 5px 10px;
	}
	.hot-news>.hnew-list>b>a{
		font-size: 14px;
	}
	.hot-news>.hnew-list>p.txt{
		padding: 0px;
		font-size:12px;
	}
	.hot-news>.hnew-list>.hnew-link, .hot-news>.hnew-list>.hnew-link>div>a{
		font-size:12px;
	}
	.hot-news>.hnew-list>.hnew-link>div.col-md-9{
		width: 100%;
	}
	.hot-news>.hnew-list>p.txt, .hot-news>.hnew-list>p{
		margin: 5px 0;
		height: 40px;
		line-height: 20px;
	}
	.adver>a,.hot-topic,.game-sy,.recommend-video,.pic-banner{
		width: 100%;
		margin-left: 0;
	}
	.hot-topic,.game-sy{
		padding-top: 0px
	}
	.mode,.mode>p>span{
		height: 30px;
	}
	.mode>p>span{
		width: 80px;
		font-size: 18px
	}
	.mode>.more{
		font-size:12px;
	}
	.mode>.more>i{
		font-size: 16px;
		margin-right: 2px
	}
	/*赛事内页*/
	.event-team{
		padding-bottom: 5px;
		margin-top: 10px;
	}
	.event-team>.event-img>span{
		width: 50px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
	.event-team>.event-img>img{
		margin-top: 50px;
		width: 70%
	}
	.event-team>.event-info,.win-fail{
		padding-top:15px;
	}
	.event-team>.event-info>li>b,.event-team>.event-img>p,.win-fail>.win-failTab>li>a{
		font-size: 14px;
	}
	.event-team>.event-info>li>strong{
		line-height: 30px;
		font-size: 16px;
		font-family: "Microsoft Yahei"
	}
	.event-team>.event-info>li{
		font-size:12px;
	}
	.match-live{
		margin-top: 15px;
		height: 40px;
	}
	.match-live>li{
		width: 80px;
		line-height: 40px;
		font-size: 14px;
	}
	.match-live.nav>li>a{
	    padding:0;
	}
	.match-live>li.active>a, .match-live>li:hover>a{
	    border-top: 2px solid #2495ff;
	    height: 40px;
	    line-height: 36px;
	}
	.match-live+.tab-content>.tab-pane{
		padding: 10px
	}
	.win-fail>.win-failTab>li,.win-fail>.win-failTab>li:hover>a, .win-fail>.win-failTab>li.active>a{
		width: 90px;
	}
	.win-fail>.tab-content>.tab-pane>p>span{
		padding: 6px 15px;
		font-size: 14px;
	}
	.win-fail>.tab-content>.tab-pane>p>span>font{
		font-size:12px;
	}
	.win-fail>.tab-content>.tab-pane>p{
		padding: 10px 0 16px 0
	}
	#comment,.tag{
		display: none
	}
	/*视频内页*/
	.video>div.row>div.pull-left>h1,.news-cont>h1{
		line-height: 35px;
		height: 35px;
		font-size: 16px;
		overflow: hidden;
	}
	.video>div.row>div.pull-left>p.video-bar,.news-cont>.news-info{
		font-size: 12px;
	}
	.video-cont{
		padding: 15px 0
	}
    .video-cont>.video-play>embed{
    	width: 100%;
    	height: auto
    }
    .video-summary>p.info{
    	font-size: 14px
    }

    /*新闻列表 news-list*/

   .news-info>.row>.hot-news:first-child{
   	 border-top:none;
   }
   .news-info>.row>{
   	border-bottom: none;
   }
   /*新闻内页 news-cont*/
	 .news-cont>.news-info{
	   height: 32px;
	   line-height: 32px;
	   margin-top: 0
	 }
	 .news-cont>.news-text{
	 	padding-top: 15px;
	 	padding-bottom: 20px;
	 }
	 .news-cont>.news-text>p{
	 	font-size: 14px;
	 	line-height: 30px;
	 }
	 .news-cont>.news-text>img{
	 	margin:15px auto;
	 }
	 .news-cont>.news-text>p.txt{
	 	padding-bottom: 25px;
	 }
	 .news-cont{
	 	margin-left: 0;
	 }
	 /*图片内页*/
	 .albums-cont .common-tit h1{
	 	font-size: 16px;
	 	height: 35px;
	 	line-height: 35px;
	 	overflow: hidden;
	 	text-align: center;
	 }

	.albums-cont>.albums-box>div.container{
		margin:0;
		padding: 0
	}
	.slide-main{
		margin:0;
	}
    #slide-box{
    	padding: 0;
    }	
	/*赛事列表 match_list*/

	.match-type{
		padding-top: 0px
	}
	.match-info li{
		margin-bottom: 10px
	}
	.match-info li p.tit{
		font-size: 14px;
		height: 30px;
		line-height: 30px;
		font-weight: normal;
	}
	.down-menu .btn{
		padding: 6px 20px;
	}
	.down-menu .btn-default:hover,.down-menu .dropdown-toggle.btn-default:focus, .open>.down-menu .dropdown-toggle.btn-default:hover{
		background-color: #5f96d4;
    	border-color: #5f96d4;
    	color: #fff;
	}
	.match-info li:hover .info{
        display: none;
	}
	.match-info>li>a>span{
		right: 15px;
	}
	.pages{
		display: none;
	}
    a.event-more{
		height: 40px;
	    width: 100%;
	    border: 1px solid #dfdfdd;
	    text-align: center;
	    line-height: 40px;
	    font-size: 14px;
	    color: #707070;
	    display: inline-block;
	    left: 0;
    	margin-left: 0;
    }
    a.event-more:hover{
    	background: #5f96d4;
    	color: #fff;
    }

	/*footer media*/
	.footer{
		padding: 12px;
		margin-top: 20px
	}
	.footer>.container>p,.footer>.container>p.info{
		text-align:left;
		padding: 0 10px;
		margin:0;
		line-height: 20px;
	}
	.footer>.container>p.link>a{
		margin: 0 4px;
		font-size:12px;
		margin-bottom: 10px;
	}
	.footer>.container>p.link{
		margin:0;
	}
	.footer>.container .wen img{
		margin:10px auto;
	}
	.sharearea {
		float: left !important;
	}
	.match-type{
     	display: none;
     }
     .down-menu{
     	display: block;
     }
     /*搜索*/
     .search{
     	margin-top: -20px;
     }
     .search h2{
     	text-indent:0;
     }
     .search-list li i{
     	margin-left: 0
     }
}
@media screen and (min-width:768px) and (max-width:991px){
	.container{
		padding: 0
	}
	
	.banner-info{
		margin:10px 0;
	}
	.hot-role,.hot-lpl,.hot-new-logo,.hot-news>.hnew-list>.hnew-link>span,.recommend-video{
		display: none;
	}

	.hot-news>.hnew-list>.hnew-link>div.col-md-9{
		width: 100%;
	}
	.hot-news>.hnew-list>p.txt{
		padding: 0
	}
	.mode>p.col-md-9{
		width: 70%;
	}
	.mode>a.col-md-3{
		width: 30%;
	}
	#bCarousel >.carousel-indicators{
		left: 55%;
	}
	.schedule-head+.list-group>.list-item:nth-child(6),.schedule-head+.list-group>.list-item:nth-child(7),.schedule-head+.list-group>.list-item:nth-child(7),.schedule-head+.list-group>.list-item:nth-child(8){
		display: none;
	}
	.news-video>.rvideo-list>li{
		width: 120px;
	}
	.comment>.mode>span{
		padding-left: 30px;
	}
	.main>div.container>.common-header,.main>div.container>.common-page{
		background: none !important;
	}
	.main>div.container>.common-header{
		height: 0 !important;
		margin-top: 10px;
	}
	
	#sCarousel{
		margin-left: 0
	}
	.pic-video>.rvideo-list>li>a>img{
		width: 120px;
	}
	.pic-video>.rvideo-list>li:hover>a>i{
		height: 70px;
	}
	.pic-video>.rvideo-list>li:hover>a>span{
		left: 37px;
		top:10px;
	}
	.match-info>li>a>span{
		right: 15px;
	}
	.match-info li:hover .info{
		display: none;
	}

}
@media screen and (min-width:992px) and (max-width:1199px){
	.container{
		padding: 0
	}
	#bCarousel,.schedule-head{
		margin-top: 10px;
	}
	.schedule-head+.list-group>.list-item:nth-child(7),.schedule-head+.list-group>.list-item:nth-child(8){
		display: none;
	}
	.main>div.container>.common-header,.main>div.container>.common-page{
		background: none !important;
	}
	.main>div.container>.common-header{
		height: 0 !important;
		margin-top: 10px;
	}
	#sCarousel{
		margin-left:0;
	}
	.news-cont>h1{
		font-size: 26px;
	}
	.comment>.mode>span{
		padding-left: 15px;
	}
	.match-info li p.tit{
		width: 240px;
		margin: 0 auto;
	}
	.match-info>li>a>span{
	    right: 46px;
	}

	.match-info li:hover .info{
		display: none;
	}

}
@media screen and (min-width:1200px){
	#gotop{
		right: 150px;
	}
	.race{
		display: block;
	}
	.container {
	    width: 1100px;
	    margin:0 auto;
	    padding: 0;
	}
	.hot-news>span>a>p>img{
		width: 230px;
		height: 130px;
	}
	#pCarousel >.carousel-inner>.item>a>img{
		width: 100%;
		height: 200px;
	}
    .match-info li a img{
    	width: 240px;
    	height: 136px;

    }
    .match-info li i.hot-mask{
     	width: 240px;
    	height: 136px;
    	left: 21px;	
     }
     .match-info li:hover p.tit{
     	width: 240px;
     	margin:0 auto;
     }
     #bCarousel,#bCarousel >.carousel-inner>.item>a>img{
		width: 733px;
		height: 360px;
		overflow: hidden;
	}
	#sCarousel,#sCarousel >.carousel-inner>.item>a>img{
		width: 700px;
		height: 292px;
		overflow: hidden;
	}
	#bCarousel>.carousel-control{
		position: absolute;
	}
	#bCarousel>.carousel-control.left{
		left:0;
	}
	#bCarousel>.carousel-control.right{
		right: 0;
	}
}
