@charset "utf-8";
html {
  width: 100%;
  height: 100%;
}
body {
  padding: 0;
  margin: 0;
  min-height: 100%;
  height: auto;
  overflow-x: hidden;
}
input {
  padding: 0;
  margin: 0;
  background: none;
  outline: none;
  border: 0 none;
}
a {
  color: #333;
}
a:hover {
  color: #f33;
}
.c999 {
  color: #999;
}
.c666 {
  color: #666;
}
.cf33 {
  color: #f33;
}
.c0f9 {
  color: #0099ff;
}
.ad {
  clear: both;
}
.adCont {
  width: 100%;
  height: 100%;
}
.adCont img {
  width: 100%;
  height: 100%;
}
.playBox {
  position: relative;
  overflow: hidden;
}
.playBox .next,
.playBox .pre {
  cursor: pointer;
  width: 36px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  background: url("../img/rotation.png") no-repeat;
  background-position: 0 -180px;
  position: absolute;
  z-index: 20;
  display: none;
}
.playBox .pre {
  left: 0;
  background-position: 0 -60px;
}
.playBox .pre:hover {
  background-position: 0 -180px;
}
.playBox .next {
  right: 0;
  background-position: 0 0;
}
.playBox .next:hover {
  background-position: 0 -120px;
}
.playBox .predown {
  background-position: 0 -300px !important;
}
.playBox .nextdown {
  background-position: 0 -240px !important;
}
.playBox .smalltitle {
  height: 8px;
  position: absolute;
  right: 1px;
  z-index: 30;
  bottom: 12px;
}
.playBox .smalltitle ul {
  width: auto;
  float: right;
  margin-right: 5px;
}
.playBox .smalltitle ul li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 5px;
  background: #d9dadc;
  float: left;
  overflow: hidden;
  *display: inline;
  *zoom: 1;
}
.playBox .smalltitle ul .thistitle {
  background: #f34c4c;
}
.playBox .oUlPlay {
  height: 100%;
  width: 500%;
  position: absolute;
  left: 0;
  top: 0;
}
.playBox .oUlPlay li {
  float: left;
  width: 20%;
  height: 100%;
}
.playBox .oUlPlay li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #f0f0f0;
  float: left;
  text-align: center;
  position: relative;
}
.playBox .oUlPlay li a img {
  display: inline-block;
  min-height: 100%;
  min-width: 100%;
}
.playBox .oUlPlay li .deso {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  padding-right: 20%;
  text-indent: 10px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fffefe;
  z-index: 10;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGDoAwAAkwCPSVLyigAAAABJRU5ErkJggg==") repeat;
}
/*专题模块的标题*/
.big-tit {
  margin-top: 10px;
  width: 100%;
  height: 20px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}
.big-tit .icon {
  width: 4px;
  height: 20px;
  background: url("../img/home_icon.png") no-repeat;
  background-position: -30px 0;
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}
.content {
  margin: 0 auto;
  margin-bottom: 80px;
  background-repeat: no-repeat;
}
.w1240 {
  width: 1240px;
  background-position: -220px -7px;
}
.w1000 {
  width: 1000px;
  background-position: -460px 0px;
}
/*头部样式start*/
.header {
  width: 100% ;
  height: 110px;
  margin-bottom: 20px;
}
.header .header-tool {
  margin-top: 10px;
  height: 70px;
}
.header .header-tool .logo {
  display: block;
  float: left;
  width: 240px;
  height: 70px;
}
.header .header-tool .logo img {
  margin-top: 7px;
}
.header .header-tool .logo h1 {
  display: none;
}
.header .header-tool .search {
  float: right;
  width: 335px;
  padding: 17px 0;
  height: 36px;
}
.header .header-tool .search input {
  font-size: 16px;
}
.header .header-tool .search #wdput {
  float: left;
  height: 24px;
  width: 244px;
  border: 1px solid #e8e8e8;
  border-right: 0 none;
  text-indent: 3px;
  color: #999;
}
.header .header-tool .search #wdput:focus {
  color: #333;
}
.header .header-tool .search #btn {
  float: left;
  height: 36px;
  width: 80px;
  color: #fff;
  background-color: #ff4c4c;
}
.header .header-nav {
  height: 40px;
  z-index: 100;
}
.header .header-nav ul {
  float: left;
  position: relative;
}
.header .header-nav ul:before,
.header .header-nav ul:after {
  content: '';
  position: absolute;
  width: 10000px;
  height: 40px;
}
.header .header-nav ul:before {
  right: 100%;
  background-color: #ff4646;
}
.header .header-nav ul:after {
  left: 100%;
  background-color: #0099ff;
}
.header .header-nav ul li {
  float: left;
  text-align: center;
  line-height: 40px;
  height: 40px;
  background-color: #ff4646;
  position: relative;
}
.header .header-nav ul li a {
  display: block;
  height: 40px;
  font-size: 16px;
  padding: 0 16px;
  color: #fff;
}
.header .header-nav ul li .tabBox {
  display: none;
  padding-top: 4px;
  background-color: #fff;
  position: relative;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 100;
}
.header .header-nav ul li .tabBox:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 12px;
  left: 35px;
  top: -7px;
  z-index: 10;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAMBAMAAACO67B7AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURUxpcdzc3Nzc3Nzc3Nzc3Nzc3P///+jo6OHh4fDw8N3d3fj4+PkhEzIAAAAGdFJOUwCSbIQoUGSad1gAAABPSURBVAjXY2DABCyCDki8qJlLERym1Wm7FOA8i21p2c0wDmNZWlpaugDUCPE0ECiEGBQ1DczLXAo1AgLABgGNgACQQWAjIABokHoaAhQBAFxiIXk6xcD9AAAAAElFTkSuQmCC");
}
.header .header-nav ul li .tabBox .info-box {
  padding: 10px 0;
  padding-left: 100px;
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px #d6d6d6;
  -moz-box-shadow: 0 0 4px #d6d6d6;
  box-shadow: 0 0 4px #d6d6d6;
}
.header .header-nav ul li .tabBox .info-box a {
  padding: 0;
  color: #666;
}
.header .header-nav ul li .tabBox .info-box a.red,
.header .header-nav ul li .tabBox .info-box a:hover {
  color: #f33;
}
.header .header-nav ul li .tabBox .info-box a:after {
  display: none;
}
.header .header-nav ul li .tabBox .info-box .box-L {
  text-align: center;
  margin-left: -100px;
  float: left;
  height: 100%;
}
.header .header-nav ul li .tabBox .info-box .box-L p {
  width: 100px;
}
.header .header-nav ul li .tabBox .info-box .box-L a {
  display: inline;
}
.header .header-nav ul li .tabBox .info-box .box-R {
  border-left: 1px solid #e7e7e7;
}
.header .header-nav ul li .tabBox .info-box .box-R .linkbox {
  float: left;
  margin-left: 20px;
}
.header .header-nav ul li .tabBox .info-box .box-R .linkbox a {
  display: block;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
  width: 100%;
  padding-bottom: 8px;
  margin-top: 1px;
  text-align: left;
  overflow: hidden;
}
.header .header-nav ul li .tabBox .info-box .box-R .linkbox a p {
  width: 100%;
}
.header .header-nav ul li .tabBox .info-box .box-R .linkbox a p span {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  position: relative;
  overflow: hidden;
}
.header .header-nav ul li .tabBox .info-box .box-R .linkbox a p span img {
  display: none;
  position: absolute;
  margin-top: 3px;
  width: 480px;
  max-width: 480px;
  height: 120px;
  max-height: 120px;
}
.header .header-nav ul li .tabBox.nba .box-R {
  width: 238px;
  height: 312px;
}
.header .header-nav ul li .tabBox.nba .box-R .linkbox {
  margin-left: 36px;
}
.header .header-nav ul li .tabBox.nba .box-R .linkbox:last-of-type {
  width: 90px;
}
.header .header-nav ul li .tabBox.cba .box-R {
  width: 380px;
  height: 350px;
}
.header .header-nav ul li .tabBox.cba .box-R .linkbox {
  width: 90px;
}
.header .header-nav ul li .tabBox.zhongchao .box-R {
  width: 285px;
  height: 350px;
}
.header .header-nav ul li .tabBox.zhongchao .box-R .linkbox {
  width: 100px;
}
.header .header-nav ul li .tabBox.yingchao .box-R {
  width: 410px;
  height: 350px;
}
.header .header-nav ul li .tabBox.yingchao .box-R .linkbox {
  width: 100px;
}
.header .header-nav ul li .tabBox.xijia .box-R {
  width: 445px;
  height: 350px;
}
.header .header-nav ul li .tabBox.xijia .box-R .linkbox {
  width: 108px;
}
.header .header-nav ul li .tabBox.zhonghe {
  width: 340px;
}
.header .header-nav ul li .tabBox.zhonghe .info-box {
  padding-left: 0;
  padding-bottom: 10px;
  position: relative;
}
.header .header-nav ul li .tabBox.zhonghe .info-box .borderR {
  border-right: 1px solid #eee;
}
.header .header-nav ul li .tabBox.zhonghe .info-box .code-link {
  float: left;
  padding-left: 30px;
  text-align: left;
}
.header .header-nav ul li .tabBox.zhonghe .info-box .code-link a {
  font-size: 14px;
  width: 82px;
  line-height: 38px;
}
.header .header-nav ul li.gap {
  width: 23px;
  padding: 0;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAoCAYAAAAVBmHYAAAA2klEQVRIibXOuw3CQBQF0cExPdCCK3Do2AVAAdRAQmlQAJKrgDJMgGTJeD/vtze60egclnFcCNo8TPS3KwDPD3RRYQDOl/XeX4HxeZjoT0fgp368I+V/agiKp9Rh8ZQ6JJ5Th8Rzane8pHbHS2pXvKZ2xWtqc1yiNsclalNcqjbFpWp1XKNWxzVqVVyrVsW1anHcohbHLWpR3KoWxa3qatyjrsY96mLcqy7GvepsPEKdjUeok/EodTIepd7FI9W7eKR6E49Wb+LR6jXeQr3GW6gBulZqgK6VGuALptSO8d0RnxIAAAAASUVORK5CYII=') no-repeat;
}
.header .header-nav ul li.gap:hover {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAoCAYAAAAVBmHYAAAA2klEQVRIibXOuw3CQBQF0cExPdCCK3Do2AVAAdRAQmlQAJKrgDJMgGTJeD/vtze60egclnFcCNo8TPS3KwDPD3RRYQDOl/XeX4HxeZjoT0fgp368I+V/agiKp9Rh8ZQ6JJ5Th8Rzane8pHbHS2pXvKZ2xWtqc1yiNsclalNcqjbFpWp1XKNWxzVqVVyrVsW1anHcohbHLWpR3KoWxa3qatyjrsY96mLcqy7GvepsPEKdjUeok/EodTIepd7FI9W7eKR6E49Wb+LR6jXeQr3GW6gBulZqgK6VGuALptSO8d0RnxIAAAAASUVORK5CYII=') no-repeat;
}
.header .header-nav ul li.tab a:after {
  content: '';
  display: inline-block;
  float: right;
  width: 16px;
  height: 40px;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAAc0lEQVQImW3OIQoCUQCE4XlNsckmDyEIdg+h4BnW2+x2q00wCIJJjGYv4BE8wWd5giwOTPn5Bya4YIP86RbXYIcnFgNhXnkbFHS4o6nCFDf0KN/VGCccMMIeZ0yQgtTMkhyTvJM0SdZJXkkyPLrEA6tf/gHR+pg7979JsgAAAABJRU5ErkJggg==") no-repeat;
  background-position: 3px center;
}
.header .header-nav ul li.link {
  background-color: #0099ff;
}
.header .header-nav ul li.link:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAIAAACw1AcgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NTk0N2NmNC04NTFhLTIwNDQtODI0OS0xNzdlMjNkNGE5ZjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDJFODU4NkY1MDE2MTFFN0I1QzdBQTgzNkQ0QkYzRUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDJFODU4NkU1MDE2MTFFN0I1QzdBQTgzNkQ0QkYzRUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YTkwZDBiMTktODA2ZS1lNDQyLTlhZmYtNWE0NTA3YTZlNTI2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NGRhNWIyMjEtNDIxNi0xMWU3LTk0MjgtYTYxNzQ0Y2RjYWVjIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+ZqpUzAAAACpJREFUeNpiYGi4zsTAwMDEyMiISTMywNmMDAhxZIyuhmg5AnZAaYAAAwABSgHuwK+prAAAAABJRU5ErkJggg==");
}
.header .header-nav ul li:hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAIAAACw1AcgAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTMyIDc5LjE1OTI4NCwgMjAxNi8wNC8xOS0xMzoxMzo0MCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo3NTk0N2NmNC04NTFhLTIwNDQtODI0OS0xNzdlMjNkNGE5ZjYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDJFODU4NkI1MDE2MTFFN0I1QzdBQTgzNkQ0QkYzRUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDJFODU4NkE1MDE2MTFFN0I1QzdBQTgzNkQ0QkYzRUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6YTkwZDBiMTktODA2ZS1lNDQyLTlhZmYtNWE0NTA3YTZlNTI2IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NGRhNWIyMjEtNDIxNi0xMWU3LTk0MjgtYTYxNzQ0Y2RjYWVjIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+tpBzGAAAADtJREFUeNpieMLAwMTAyMjECMQMUMzIxARhA2lGGA0SA9PofBjNDOfDxZiZcKgFmQ/jY7EPjMFsgAADANQjActTk9R4AAAAAElFTkSuQmCC");
  background-repeat: repeat-x;
}
.header .header-nav ul li:hover:before {
  display: block;
}
.header .header-nav ul li:hover .tabBox {
  display: block;
}
/*头部样式end*/
/*响应样式*/
.w1000 .header {
  width: 100% ;
  height: 110px;
  margin-bottom: 20px;
}
.w1000 .header .header-nav {
  height: 40px;
}
.w1000 .header .header-nav ul li a {
  padding: 0 9px;
}
.w1000 .header .header-nav ul li.gap {
  padding: 0;
}
.w1000 .left-silid {
  display: none;
}
.w1240 .match-list {
  display: none;
}
/*响应样式*/
/*赛事列表S*/
.match-list {
  width: 1000px;
  height: 110px;
  margin: 26px 0;
}
.match-list #scollBox {
  width: 920px;
  height: 100%;
  padding: 0 40px;
  position: relative;
}
.match-list #scollBox .scoll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.match-list #scollBox .scoll .scoll-cont {
  float: left;
  height: 110px;
  width: 10000px;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item {
  float: left;
  width: 168px;
  height: 107px;
  margin-right: 17px;
  overflow: hidden;
  border-top: 2px #969696 solid;
  border-left: 1px #e6e6e6 solid;
  border-right: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item .matchLinks {
  display: block;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item .matchLinks:hover {
  color: #333;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item .matchLinks table {
  width: 100%;
  background-color: #fafafa;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item .matchLinks table tr.links .sub {
  vertical-align: middle;
  color: #0299ff;
  font-size: 12px;
  padding: 0 2px;
  display: inline-block;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item .matchLinks table tr.links .sub span {
  display: inline-block;
  width: 12px;
  height: 12px;
  vertical-align: middle;
  background: url(../img/home_icon.png) no-repeat;
  margin: 0 4px 0 0;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item .matchLinks table tr.links .sub:hover {
  color: #ff4c4c;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item .matchLinks table tr.links .jj span {
  background-position: 0 0;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item .matchLinks table tr.links .lx span {
  background-position: 0 -17px;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item .matchLinks table tr.links .zb span {
  background-position: 0 -36px;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item .matchLinks table tr.links .yy span {
  background-position: 0 -56px;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item .matchLinks table tr td {
  height: 16px;
  line-height: 16px;
  text-align: left;
  padding: 5px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item .matchLinks table tr td.score {
  text-align: right;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item .matchLinks table tr td.teamName img {
  width: 16px;
  height: 16px;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item .matchLinks table .links {
  background-color: #fff;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item:hover {
  border-top: 2px #969696 solid;
  border-left: 1px #969696 solid;
  border-right: 1px #969696 solid;
  border-bottom: 1px #969696 solid;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item.active {
  border-top: 2px #ff3334 solid;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item.active:hover {
  border-left: 1px #ff3334 solid;
  border-right: 1px #ff3334 solid;
  border-bottom: 1px #ff3334 solid;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item.nomatch {
  border-top: 2px #0099ff solid;
}
.match-list #scollBox .scoll .scoll-cont .scoll-item.nomatch:hover {
  border-left: 1px #0099ff solid;
  border-right: 1px #0099ff solid;
  border-bottom: 1px #0099ff solid;
}
.match-list #scollBox .scoll .scoll-cont .loadmore {
  height: 107px;
  width: 50px;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  float: left;
  margin-right: 2px;
  border-top: 2px #969696 solid;
  border-left: 1px #e6e6e6 solid;
  border-right: 1px #e6e6e6 solid;
  border-bottom: 1px #e6e6e6 solid;
  background-color: #f7f7f7;
}
.match-list #scollBox .scoll .scoll-cont .loadmore span {
  display: block;
  width: 20px;
  margin-left: 15px;
  margin-top: 8px;
}
.match-list #scollBox .scoll .scoll-cont .loadmore:hover {
  border-left: 1px #969696 solid;
  border-right: 1px #969696 solid;
  border-bottom: 1px #969696 solid;
}
.match-list #scollBox .scoll-left,
.match-list #scollBox .scoll-right {
  position: absolute;
  top: 0;
  width: 24px;
  height: 110px;
  background: #dcdcdc;
  cursor: pointer;
}
.match-list #scollBox .scoll-left span,
.match-list #scollBox .scoll-right span {
  display: block;
  width: 8px;
  height: 11px;
  vertical-align: middle;
  background: url("../img/home_icon.png") no-repeat;
  position: absolute;
  top: 50%;
  margin-top: -5px;
  left: 6px;
}
.match-list #scollBox .scoll-left:hover,
.match-list #scollBox .scoll-right:hover {
  background: #ff8686;
}
.match-list #scollBox .scoll-left {
  left: 0;
}
.match-list #scollBox .scoll-left span {
  background-position: 0 -254px;
}
.match-list #scollBox .scoll-right {
  right: 0;
}
.match-list #scollBox .scoll-right span {
  background-position: 0 -232px;
}
/*赛事列表E*/
/*左侧栏目start*/
.left-silid {
  width: 220px;
  height: 1567px;
  float: left;
}
.left-silid .match-Table {
  width: 210px;
  margin-bottom: 30px;
}
.left-silid .match-Table h3 {
  height: 28px;
  width: 100%;
  background-position: 0 -70px;
  text-align: center;
  line-height: 1;
  color: #ff3333;
  font-size: 20px;
  position: relative;
}
.left-silid .match-Table h3:before,
.left-silid .match-Table h3:after {
  content: '';
  position: absolute;
  width: 50px;
  height: 1px;
  background-color: #ccc;
  top: 10px;
}
.left-silid .match-Table h3:before {
  left: 0;
}
.left-silid .match-Table h3:after {
  right: 0;
}
.left-silid .match-Table .item1 {
  border: 1px #e7e7e7 solid;
  border-bottom: 0 none;
  padding-top: 6px;
  cursor: pointer;
  position: relative;
}
.left-silid .match-Table .item1 .hov {
  background-color: rgba(24, 110, 180, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: none;
  text-align: center;
}
.left-silid .match-Table .item1 .hov a {
  padding: 0 10px;
  display: inline-block;
  border: 1px #fff solid;
  font-size: 16px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  margin: 50px 5px 0 5px;
}
.left-silid .match-Table .item1 .hov a:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.left-silid .match-Table .item1:hover .hov {
  display: block;
}
.left-silid .match-Table .item1 td {
  text-align: left;
}
.left-silid .match-Table .item1 td .img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  margin-left: 20px;
}
.left-silid .match-Table .item1 td .img img {
  width: 100%;
  height: 100%;
}
.left-silid .match-Table .item1 td span {
  display: inline-block;
}
.left-silid .match-Table .item1 .txt {
  width: 63%;
  font-size: 14px;
}
.left-silid .match-Table .item1 .txt1,
.left-silid .match-Table .item1 .txt2,
.left-silid .match-Table .item1 .txt3 {
  width: 35%;
  padding-right: 15px;
  text-align: right;
  font-size: 24px;
}
.left-silid .match-Table .item1 .txt1 {
  color: #333;
}
.left-silid .match-Table .item1 .txt2 {
  color: #999;
}
.left-silid .match-Table .item1 .txt3 {
  color: #ff4d4d;
}
.left-silid .match-Table .item1 .txt4 {
  text-align: right;
  color: #999;
  padding-right: 15px;
  font-size: 12px;
  line-height: 42px;
}
.left-silid .match-Table .item1.tc {
  height: 34px;
  border-bottom: 1px #e7e7e7 solid;
}
.left-silid .match-Table .special {
  padding: 6px 20px;
}
.left-silid .match-Table .special:hover {
  bordeer: 1px solid #ccc;
}
.left-silid .match-Table .special td {
  width: 33.333%;
}
.left-silid .match-Table .special .txt5 {
  width: 100%;
  font-size: 14px;
  font-family: "Microsoft Yahei";
  line-height: 30px;
  text-align: center;
}
.left-silid .match-Table .special .tdr {
  text-align: right;
}
.left-silid .match-Table .special .time {
  color: #666;
}
.left-silid .match-Table .matchname {
  color: #666;
}
.left-silid .match-Table .bkb-clock {
  width: 11px;
  height: 11px;
  margin-right: 5px;
}
.left-silid .match-Table .bkb-yd-gray,
.left-silid .match-Table .bkb-yd-red,
.left-silid .match-Table .bkb-yd-blue {
  width: 11px;
  height: 11px;
  color: #000;
  background: url(../img/bkb_icon.png) no-repeat top left;
  margin-right: 5px;
}
.left-silid .match-Table .bkb-yd-gray {
  background-position: 0 -130px;
}
.left-silid .match-Table .bkb-yd-red {
  background-position: -16px -130px;
}
.left-silid .match-Table .bkb-yd-blue {
  background-position: -32px -130px;
}
.left-silid .match-Table .bkb-right {
  width: 1000px;
  overflow: hidden;
  float: right;
}
.left-silid .match-Table .more {
  margin: 0 auto;
  font-size: 12px;
  color: #0099ff;
}
.left-silid .match-Table .more span {
  font-size: 16px;
  font-weight: 600;
}
.left-silid .match-Table .more:hover {
  color: #ff4d4d;
}
.left-silid .hot-article {
  width: 220px;
  height: 535px;
}
.left-silid .hot-article .big-tit {
  padding-top: 3px;
}
.left-silid .hot-article .list {
  width: 100%;
  float: left;
}
.left-silid .hot-article .list li {
  overflow: hidden;
  border-bottom: 1px #e3e3e3 solid;
  width: 220px;
  padding-top: 14px;
  padding-bottom: 11px;
  float: left;
}
.left-silid .hot-article .list li a {
  color: #333;
  line-height: 24px;
  height: 48px;
  font-size: 14px;
  display: block;
  overflow: hidden;
  float: left;
}
.left-silid .hot-article .list li a:hover {
  color: #ff3330;
}
.w1000 .hot-article.fixed {
  position: fixed;
  top: 10px;
  right: 50%;
  margin-right: 280px;
}
.w1240 .hot-article.fixed {
  position: fixed;
  top: 10px;
  right: 50%;
  margin-right: 400px;
}
/*左侧栏目end*/
/*主体内容S*/
.index-main {
  width: 1000px;
  min-height: 5072px;
  float: right;
  /*公共样式集合S*/
  /* 模块间的下划线*/
  /*模块标题*/
  /*hover显示图片*/
  /*新闻列表模块*/
  /*公共样式集合E*/
}
.index-main .underLine {
  border-bottom: 3px solid #ff4c4c;
  margin-bottom: 10px;
}
.index-main .menu {
  overflow: hidden;
  height: 43px;
  margin-bottom: 7px;
}
.index-main .menu .icon {
  width: 90px;
  height: 100%;
  background: url("../img/home_icon.png") no-repeat;
  background-position: -35px -136px;
  float: left;
}
.index-main .menu .icon1 {
  width: 35px;
  height: 100%;
  background: url("../img/home_icon.png") no-repeat;
  background-position: -35px -37px;
  float: left;
}
.index-main .menu .icon2 {
  width: 35px;
  height: 100%;
  background: url("../img/home_icon.png") no-repeat;
  background-position: -35px -84px;
  float: left;
  margin-top: 4px;
  margin-right: 5px;
}
.index-main .menu .name {
  font-size: 30px;
  float: left;
  margin-top: -8px;
  text-indent: 6px;
  color: #000;
}
.index-main .menu .tab {
  float: left;
}
.index-main .menu .tab a {
  color: #666;
  font-size: 16px;
  display: inline-block;
  padding: 8px 10px 0 6px;
}
.index-main .menu .tab a:hover {
  color: #ff3330;
}
.index-main .menu .link {
  float: right;
  font-size: 16px;
  line-height: 34px;
}
.index-main .hoverList li {
  overflow: hidden;
  border-bottom: 1px #f0f0f0 solid;
}
.index-main .hoverList li a {
  display: block;
}
.index-main .hoverList li a .num {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #e3e3e3;
  color: #999;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin-right: 10px;
  overflow: hidden;
  float: left;
  margin-top: 13px;
}
.index-main .hoverList li a .title {
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main .hoverList li a img {
  display: none;
}
.index-main .hoverList .li3 a .num {
  background: #ff4c4c;
  color: #fff;
}
.index-main .hoverList .active {
  padding: 12px 0;
}
.index-main .hoverList .active .num {
  display: none;
}
.index-main .hoverList .active img {
  display: inline-block;
  width: 100px;
  height: 75px;
  float: left;
  margin-right: 12px;
}
.index-main .hoverList .active .title {
  display: inline-block;
  width: 175px;
  height: 68px;
  white-space: normal;
  line-height: 24px;
}
.index-main .newList .smaill-tit {
  overflow: hidden;
  height: 16px;
  border-left: 3px #ff4c4c solid;
  color: #333;
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  text-indent: 11px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.index-main .newList .smaill-tit a {
  color: #333;
  line-height: 16px;
}
.index-main .newList ul {
  overflow: hidden;
  width: 100%;
  float: left;
}
.index-main .newList ul li {
  width: 100%;
  height: 28px;
  overflow: hidden;
  float: left;
}
.index-main .newList ul li a {
  line-height: 24px;
  text-indent: 10px;
  font-size: 14px;
  position: relative;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index-main .newList ul li a span {
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #ccc;
}
.index-main .picnewList {
  overflow: hidden;
  float: left;
  width: 100%;
}
.index-main .picnewList li {
  width: 100%;
  float: left;
  overflow: hidden;
  margin-bottom: 15px;
}
.index-main .picnewList li a {
  width: 100%;
  height: 100%;
}
.index-main .picnewList li a img {
  width: 100px;
  height: 75px;
  margin-right: 10px;
  float: left;
}
.index-main .picnewList li a p {
  width: 190px;
  line-height: 26px;
  font-size: 14px;
  max-height: 78px;
  overflow: hidden;
  margin-top: -5px;
}
.index-main .index-recommend {
  width: 1000px;
  min-height: 1015px;
}
.index-main .index-recommend .newPart {
  float: left;
  width: 370px;
}
.index-main .index-recommend .newPart .topics-recommend {
  height: 355px;
  border-bottom: 1px dotted #cdcdcd;
  margin-bottom: 20px;
}
.index-main .index-recommend .newPart .topics-recommend ul {
  margin-bottom: 15px;
}
.index-main .index-recommend .newPart .topics-recommend ul .bt {
  height: 21px;
  overflow: hidden;
  margin-bottom: 5px;
}
.index-main .index-recommend .newPart .topics-recommend ul .bt a {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}
.index-main .index-recommend .newPart .topics-recommend ul .bt a span {
  background: #ff4c4c;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 0 5px;
  border-radius: 3px;
  margin-right: 10px;
  height: 20px;
  font-weight: normal;
  float: left;
}
.index-main .index-recommend .newPart .topics-recommend ul li {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main .index-recommend .newPart .topics-recommend ul li a {
  font-size: 14px;
  line-height: 26px;
  color: #333;
}
.index-main .index-recommend .newPart .topics-recommend ul li a:hover {
  color: #ff3330;
}
.index-main .index-recommend .newPart .topics-recommend ul li span {
  color: #ddd;
}
.index-main .index-recommend .newPart .news-topics {
  height: 445px;
  margin-bottom: 25px;
}
.index-main .index-recommend .newPart .news-topics ul {
  margin-bottom: 18px;
}
.index-main .index-recommend .newPart .news-topics ul .bt {
  height: 21px;
  overflow: hidden;
  margin-bottom: 5px;
  text-indent: 0;
}
.index-main .index-recommend .newPart .news-topics ul .bt:before {
  display: none;
}
.index-main .index-recommend .newPart .news-topics ul .bt a {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}
.index-main .index-recommend .newPart .news-topics ul li {
  width: 100%;
  height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-indent: 10px;
  position: relative;
}
.index-main .index-recommend .newPart .news-topics ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 3px;
  height: 3px;
  background-color: #ccc;
}
.index-main .index-recommend .newPart .news-topics ul li a {
  font-size: 14px;
  line-height: 28px;
  color: #333;
}
.index-main .index-recommend .newPart .news-topics ul li a:hover {
  color: #ff3330;
}
.index-main .index-recommend .newPart .ad {
  height: 135px;
}
.index-main .index-recommend .partR {
  float: right;
  width: 600px;
  height: 990px;
}
.index-main .index-recommend .partR .playBox {
  width: 600px;
  height: 300px;
  overflow: hidden;
}
.index-main .index-recommend .partR .playBox:hover .pre,
.index-main .index-recommend .partR .playBox:hover .next {
  display: block;
}
.index-main .index-recommend .partR .playBox .deso {
  line-height: 36px;
  font-size: 18px;
}
.index-main .index-recommend .partR p.title {
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.index-main .index-recommend .partR p.title .bt {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  height: 30px;
  border-bottom: 1px solid #f33;
  padding-bottom: 6px;
}
.index-main .index-recommend .partR p.title .link {
  float: right;
}
.index-main .index-recommend .partR p.title .link a {
  line-height: 30px;
  font-size: 16px;
  margin: 0 5px;
  color: #666;
}
.index-main .index-recommend .partR p.title .link a:hover,
.index-main .index-recommend .partR p.title .link a.active {
  color: #f33;
}
.index-main .index-recommend .partR p.title .typer .ml {
  margin-left: 0;
}
.index-main .index-recommend .partR p.title .typer .mr {
  margin-right: 0;
}
.index-main .index-recommend .partR .matchSel {
  margin-top: 25px;
  width: 600px;
  height: 275px;
}
.index-main .index-recommend .partR .matchSel ul {
  margin-top: 20px;
  width: 620px;
}
.index-main .index-recommend .partR .matchSel ul li {
  float: left;
  width: 190px;
  height: 107px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.index-main .index-recommend .partR .matchSel ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.index-main .index-recommend .partR .matchSel ul li a:hover p {
  color: #f33;
}
.index-main .index-recommend .partR .matchSel ul li a img {
  width: 100%;
  height: 100%;
}
.index-main .index-recommend .partR .matchSel ul li a p {
  position: absolute;
  width: 100%;
  bottom: 0;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGDoAwAAkwCPSVLyigAAAABJRU5ErkJggg==") repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main .index-recommend .partR .Comment {
  margin-top: 20px;
  width: 600px;
  height: 370px;
}
.index-main .index-recommend .partR .Comment .matchComment {
  float: left;
  width: 290px;
  height: 370px;
}
.index-main .index-recommend .partR .Comment .matchComment ul {
  margin-top: 8px;
}
.index-main .index-recommend .partR .Comment .soleComment {
  float: right;
  width: 290px;
  height: 370px;
}
.index-main .index-recommend .partR .Comment .soleComment .title a {
  color: #333;
  font-size: 14px;
}
.index-main .index-recommend .partR .Comment .soleComment .newbox {
  margin-top: 21px;
  height: 120px;
}
.index-main .index-recommend .partR .Comment .soleComment .newbox a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index-main .index-recommend .partR .Comment .soleComment .newbox a img {
  min-width: 100%;
  min-height: 100%;
}
.index-main .index-recommend .partR .Comment .soleComment .newbox a p {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  text-indent: 5px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGA4DgAAzADI0VdfrwAAAABJRU5ErkJggg==) repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index-main .index-recommend .partR .Comment .soleComment ul {
  margin-top: 10px;
}
.index-main .index-recommend .partR .Comment .soleComment ul li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 28px;
  text-indent: 15px;
  position: relative;
}
.index-main .index-recommend .partR .Comment .soleComment ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
  width: 3px;
  height: 3px;
  background-color: #ccc;
}
.index-main .index-recommend .partR .Comment .soleComment ul li a {
  color: #333;
}
.index-main .index-recommend .partR .Comment .soleComment ul li a:hover {
  color: #f33;
}
.index-main .index-recommend .ad {
  overflow: hidden;
}
.index-main .index-nba {
  width: 1000px;
  height: 820px;
}
.index-main .index-nba .partL {
  float: left;
  width: 660px;
  height: 650px;
}
.index-main .index-nba .partL .picNews {
  float: left;
  width: 330px;
  height: 290px;
  margin-bottom: 25px;
}
.index-main .index-nba .partL .picNews .playBox {
  width: 330px;
  height: 165px;
  margin-bottom: 10px;
}
.index-main .index-nba .partL .picNews .playBox .deso {
  font-size: 14px;
  line-height: 28px;
}
.index-main .index-nba .partL .picNews .playBox .oUlPlay li a img {
  width: 100%;
}
.index-main .index-nba .partL .picNews .newBox {
  display: inline-block;
  width: 160px;
  height: 115px;
  overflow: hidden;
}
.index-main .index-nba .partL .picNews .newBox.fr {
  float: right;
}
.index-main .index-nba .partL .picNews .newBox a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-main .index-nba .partL .picNews .newBox a .box {
  position: relative;
}
.index-main .index-nba .partL .picNews .newBox a .box img {
  width: 160px;
  height: 90px;
}
.index-main .index-nba .partL .picNews .newBox .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #666;
  font-size: 12px;
  text-align: center;
}
.index-main .index-nba .partL .picNews .newBox:hover .title {
  color: #ff3330;
}
.index-main .index-nba .partL .articleBox {
  float: right;
  width: 310px;
  height: 130px;
  margin-bottom: 25px;
}
.index-main .index-nba .partL .articleBox1 {
  height: 135px;
  margin-bottom: 20px;
}
.index-main .index-nba .partL .mr {
  margin-right: 40px;
}
.index-main .index-nba .partL .mbtm {
  margin-bottom: 30px;
}
.index-main .index-nba .partR {
  float: right;
  width: 300px;
  height: 650px;
}
.index-main .index-nba .partR .list {
  width: 300px;
  height: 370px;
  margin-bottom: 20px;
}
.index-main .index-nba .partR .list .hoverList {
  margin-top: 6px;
}
.index-main .index-nba .partR .ad {
  padding-top: 10px;
  width: 300px;
  height: 240px;
}
.index-main .index-nba .ad {
  width: 1000px;
  height: 125px;
  padding-top: 26px;
  overflow: hidden;
}
.index-main .index-atlas {
  height: 462px;
}
.index-main .index-atlas .menu {
  height: 40px;
}
.index-main .index-atlas .menu .icon2 {
  margin: 0;
}
.index-main .index-atlas .menu .name {
  line-height: 1;
  text-indent: 10px;
  margin: 0;
}
.index-main .index-atlas .w120 {
  width: 120%;
  overflow: hidden;
}
.index-main .index-atlas .won-mon {
  float: left;
  width: 678px;
  overflow: hidden;
}
.index-main .index-atlas .won-mon li {
  float: left;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 8px;
}
.index-main .index-atlas .won-mon li a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.index-main .index-atlas .won-mon li a img {
  min-width: 100%;
  min-height: 100%;
}
.index-main .index-atlas .won-mon .sub1 {
  width: 442px;
  height: 254px;
}
.index-main .index-atlas .won-mon .sub1 a:hover p {
  color: #ff3330;
}
.index-main .index-atlas .won-mon .sub1 a p {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  font-size: 20px;
  line-height: 100px;
  text-indent: 10px;
  height: 69px;
  width: 100%;
  overflow: hidden;
  background: url("../img/maskbg.png") repeat-x;
}
.index-main .index-atlas .won-mon .sub2 {
  width: 216px;
  height: 124px;
}
.index-main .index-atlas .won-mon .sub3 {
  width: 216px;
  height: 120px;
}
.index-main .index-atlas .won-mon .sub2 p,
.index-main .index-atlas .won-mon .sub3 p {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  line-height: 120px;
  background-color: rgba(64, 142, 214, 0.8);
  z-index: 10;
  width: 100%;
  height: 100%;
  margin: -50% 0 0 -50%;
  padding: 0;
  margin: 0;
  display: none;
  color: #fff;
  text-align: center;
}
.index-main .index-atlas .won-mon .sub2:hover p,
.index-main .index-atlas .won-mon .sub3:hover p {
  display: block;
}
.index-main .index-atlas .won-mon .sub4 {
  width: 322px;
  height: 188px;
}
.index-main .index-atlas .won-mon .sub4 a:hover p {
  color: #ff3330;
}
.index-main .index-atlas .won-mon .sub4 a p {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  color: #fff;
  font-size: 16px;
  line-height: 100px;
  text-indent: 10px;
  width: 100%;
  height: 69px;
  overflow: hidden;
  background: url("../img/maskbg.png") repeat-x;
}
.index-main .index-atlas .w322 {
  width: 322px;
}
.index-main .index-chinaFB,
.index-main .index-CBA {
  height: 527px;
}
.index-main .index-chinaFB .partL,
.index-main .index-CBA .partL {
  float: left;
  width: 660px;
  height: 500px;
}
.index-main .index-chinaFB .partL .menu,
.index-main .index-CBA .partL .menu {
  margin-top: -4px;
}
.index-main .index-chinaFB .partL .menu .icon1,
.index-main .index-CBA .partL .menu .icon1 {
  background-position: -73px -37px;
}
.index-main .index-chinaFB .partL .menu .name,
.index-main .index-CBA .partL .menu .name {
  margin-right: 14px;
}
.index-main .index-chinaFB .partL .articleBox,
.index-main .index-CBA .partL .articleBox {
  float: left;
  width: 320px;
  height: 130px;
  margin-bottom: 30px;
  margin-right: 10px;
}
.index-main .index-chinaFB .partL .articleBox .bt,
.index-main .index-CBA .partL .articleBox .bt {
  font-weight: 600;
}
.index-main .index-chinaFB .partR,
.index-main .index-CBA .partR {
  float: right;
  height: 500px;
  width: 300px;
}
.index-main .index-chinaFB .partR .special-recom,
.index-main .index-CBA .partR .special-recom {
  overflow: hidden;
  width: 100%;
  padding: 20px 0 17px;
}
.index-main .index-chinaFB .partR .special-recom ul,
.index-main .index-CBA .partR .special-recom ul {
  overflow: hidden;
}
.index-main .index-chinaFB .partR .special-recom ul li,
.index-main .index-CBA .partR .special-recom ul li {
  width: 100%;
  height: 150px;
}
.index-main .index-chinaFB .partR .special-recom ul li a,
.index-main .index-CBA .partR .special-recom ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.index-main .index-chinaFB .partR .special-recom ul li a img,
.index-main .index-CBA .partR .special-recom ul li a img {
  min-width: 100%;
  min-height: 100%;
}
.index-main .index-chinaFB .partR .special-recom ul li a:hover p,
.index-main .index-CBA .partR .special-recom ul li a:hover p {
  color: #ff3330;
}
.index-main .index-chinaFB .partR .special-recom ul li a p,
.index-main .index-CBA .partR .special-recom ul li a p {
  color: #fff;
  background-color: rgba(1, 1, 1, 0.5);
  text-indent: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 30px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
}
.index-main .index-chinaFB .partR .special-recom2,
.index-main .index-CBA .partR .special-recom2 {
  overflow: hidden;
  width: 100%;
  padding-bottom: 6px;
}
.index-main .index-chinaFB .partR .special-recom2 ul,
.index-main .index-CBA .partR .special-recom2 ul {
  overflow: hidden;
  width: 110%;
}
.index-main .index-chinaFB .partR .special-recom2 ul li,
.index-main .index-CBA .partR .special-recom2 ul li {
  width: 144px;
  height: 144px;
  float: left;
  margin-right: 12px;
}
.index-main .index-chinaFB .partR .special-recom2 ul li a,
.index-main .index-CBA .partR .special-recom2 ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-main .index-chinaFB .partR .special-recom2 ul li a img,
.index-main .index-CBA .partR .special-recom2 ul li a img {
  width: 100%;
  height: 108px;
  float: left;
}
.index-main .index-chinaFB .partR .special-recom2 ul li a p,
.index-main .index-CBA .partR .special-recom2 ul li a p {
  float: left;
  color: #666;
  height: 30px;
  line-height: 30px;
  width: 100%;
  overflow: hidden;
  font-size: 12px;
  text-align: center;
}
.index-main .index-chinaFB .partR .special-recom2 ul li a:hover p,
.index-main .index-CBA .partR .special-recom2 ul li a:hover p {
  color: #ff3330;
}
.index-main .index-chinaFB .partR .ad,
.index-main .index-CBA .partR .ad {
  width: 300px;
  height: 250px;
}
.index-main .index-interFB,
.index-main .index-sports {
  height: 831px;
}
.index-main .index-interFB .partL,
.index-main .index-sports .partL {
  float: left;
  width: 660px;
  height: 650px;
}
.index-main .index-interFB .partL .menu,
.index-main .index-sports .partL .menu {
  margin-top: -4px;
}
.index-main .index-interFB .partL .menu .icon1,
.index-main .index-sports .partL .menu .icon1 {
  background-position: -30px -175px;
}
.index-main .index-interFB .partL .menu .name,
.index-main .index-sports .partL .menu .name {
  margin-right: 6px;
}
.index-main .index-interFB .partL .picNews,
.index-main .index-sports .partL .picNews {
  float: left;
  width: 330px;
  height: 290px;
  margin-bottom: 25px;
}
.index-main .index-interFB .partL .picNews .playBox,
.index-main .index-sports .partL .picNews .playBox {
  width: 330px;
  height: 165px;
  margin-bottom: 10px;
}
.index-main .index-interFB .partL .picNews .playBox .deso,
.index-main .index-sports .partL .picNews .playBox .deso {
  font-size: 14px;
  line-height: 28px;
}
.index-main .index-interFB .partL .picNews .playBox .oUlPlay li a img,
.index-main .index-sports .partL .picNews .playBox .oUlPlay li a img {
  width: 100%;
}
.index-main .index-interFB .partL .picNews .newBox,
.index-main .index-sports .partL .picNews .newBox {
  display: inline-block;
  width: 160px;
  height: 115px;
  overflow: hidden;
}
.index-main .index-interFB .partL .picNews .newBox.fr,
.index-main .index-sports .partL .picNews .newBox.fr {
  float: right;
}
.index-main .index-interFB .partL .picNews .newBox a,
.index-main .index-sports .partL .picNews .newBox a {
  display: block;
  width: 100%;
  height: 100%;
}
.index-main .index-interFB .partL .picNews .newBox a .box,
.index-main .index-sports .partL .picNews .newBox a .box {
  position: relative;
  /*      .deso{
                      width: 140px;
                      position: absolute;
                      left: 0;
                      top: 70px;
                      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVQImWNgYGDoAwAAkwCPSVLyigAAAABJRU5ErkJggg==") repeat;
                      height: 20px;
                      z-index: 10;
                      color: #fff;
                      font-size: 12px;
                      padding: 0 10px;
                      line-height: 20px;

                      .icon {
                        width: 12px;
                        height: 12px;
                        vertical-align: middle;
                        background: url("../img/home_icon.png") no-repeat;
                        margin: 4px 2px 0 0;
                        !*background-position: -35px -185px;*!
                        float: left;
                      }


                    }*/
}
.index-main .index-interFB .partL .picNews .newBox a .box:before,
.index-main .index-sports .partL .picNews .newBox a .box:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  left: 10px;
  bottom: 10px;
  background: url("../img/playermini.png");
}
.index-main .index-interFB .partL .picNews .newBox a .box img,
.index-main .index-sports .partL .picNews .newBox a .box img {
  width: 160px;
  height: 90px;
}
.index-main .index-interFB .partL .picNews .newBox a .title,
.index-main .index-sports .partL .picNews .newBox a .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  color: #666;
  font-size: 12px;
  text-align: center;
}
.index-main .index-interFB .partL .picNews .newBox a:hover .title,
.index-main .index-sports .partL .picNews .newBox a:hover .title {
  color: #ff3330;
}
.index-main .index-interFB .partL .articleBox,
.index-main .index-sports .partL .articleBox {
  float: right;
  width: 310px;
  height: 130px;
  margin-bottom: 25px;
}
.index-main .index-interFB .partL .articleBox1,
.index-main .index-sports .partL .articleBox1 {
  height: 135px;
  margin-bottom: 20px;
}
.index-main .index-interFB .partL .mr,
.index-main .index-sports .partL .mr {
  margin-right: 40px;
}
.index-main .index-interFB .partL .mbtm,
.index-main .index-sports .partL .mbtm {
  margin-bottom: 30px;
}
.index-main .index-interFB .partR,
.index-main .index-sports .partR {
  float: right;
  width: 300px;
  height: 655px;
}
.index-main .index-interFB .partR .picnewList,
.index-main .index-sports .partR .picnewList {
  margin-top: 20px;
  margin-bottom: -4px;
}
.index-main .index-interFB .partR .ad,
.index-main .index-sports .partR .ad {
  overflow: hidden;
  margin-top: 10px;
  padding: 0;
  width: 300px;
  height: 250px;
}
.index-main .index-interFB .ad,
.index-main .index-sports .ad {
  overflow: hidden;
  padding-top: 20px;
  width: 1000px;
  height: 130px;
}
.index-main .index-CBA {
  height: 685px;
}
.index-main .index-CBA .partL {
  width: 675px;
}
.index-main .index-CBA .partL .menu {
  margin-bottom: 10px;
}
.index-main .index-CBA .partL .articleBox {
  margin-bottom: 25px;
}
.index-main .index-CBA .partL .articleBox .bt {
  font-weight: 600;
}
.index-main .index-CBA .partR .special-recom {
  padding: 17px 0;
}
.index-main .index-CBA .partR .ad {
  padding: 0;
}
.index-main .index-CBA .ad {
  overflow: hidden;
  padding-top: 20px;
  width: 1000px;
  height: 130px;
}
.index-main .index-sports {
  height: 654px;
}
.index-main .index-chinaFB .partL .menu .icon1 {
  background-position: -30px -175px;
}
.index-main .index-interFB .partL .menu .icon1 {
  background-position: -73px -37px;
}
.index-main .index-CBA .partL .menu .icon1 {
  background-position: -73px -81px;
}
.index-main .index-sports .partL .menu .icon1 {
  background-position: -34px -34px;
}
/*主体内容E*/
.w1000 .goto_top {
  margin-left: 516px;
}
.w1000 .erwei_logo {
  margin-right: 516px;
}
.w1240 .goto_top {
  margin-left: 636px;
}
.w1240 .erwei_logo {
  margin-right: 636px;
}
/*底部S*/
.footer {
  border-top: 1px solid #e3e5e8;
  width: 100%;
  padding: 20px 0;
  overflow: hidden;
  background-color: #f7f7f7;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  color: #333;
}
/*底部E*/
.ADhome_nba_top_hf {
  padding: 10px 0;
  width: 1000px;
  margin-left: -9px;
}
.ADhome_left4 {
  margin-left: -5px;
  margin-top: -5px;
}
.ADhome_hf1,
.ADhome_hf2,
.ADhome_hf3 {
  margin-left: -9px;
  margin-top: -7px;
}
.ADhome_hf1 {
  margin-top: -11px;
}
.ADhome_r2 {
  margin-top: 0;
  margin-left: 0;
}
.ADhome_r3 {
  margin-top: 0;
}
.ADhome_r5 {
  margin-top: 0;
}
.adCont {
  background: #f0f0f0 url("data:image/png;base64,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") center no-repeat;
}
.ADhome_left_word {
  width: 380px;
  margin-left: -16px;
  margin-top: 0;
  background: none;
}
