﻿body,html,ul,li,ol,dd,dt,dl,p,form,h1,h2,h3,h4,h5,em {
	padding: 0;
	margin: 0;
	list-style: none;
}

img {
	border: 0;
}

em,i {
	font-style: normal;
}

body {
	color: #505050;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
	font-family: "Segoe UI",'Microsoft YaHei',"Helvetica",Garuda,Arial,sans-serif;
}

.body {
	margin-top: 60px;
}

.container,.header,.body,.section {
	min-width: 1170px;
}

#main-content {
	background-color: #fff;
	padding-bottom: 30px;
	min-height: 600px;
	/*background-image: url(/sjb/bg2.png);*/
background-repeat: no-repeat;
background-position: center 0px;
}

#main-content>.container>h1,#main-content>.container>h2,#main-content>.container>h3 {
	line-height: 45px;
	font-size: 22px;
}

.small {
	font-size: 12px;
}

a.red {
	color: #f00 !important;
}

a.red:hover {
	color: #f99 !important;
}

.header {
	background: #f5f5f5;
	height: 60px;
	position: fixed;
	z-index: 2;
	box-shadow: 0 4px 4px rgba(0,0,0,.2);
	width: 100%;
	top: 0;
}

.header>.container-fluid {
	min-width: 1170px;
	max-width: 1675px;
	width: 88%;
}

.header #logo>img {
	height: 40px;
}

.header .menu {
	position: relative;
}

.header .menu:after {
	clear: both;
	float: none;
	content: " ";
	display: table;
}

.header .menu>.nav>li {
	font: 18px/32px "Microsoft Yahei";
	height: 60px;
}

.header .menu>.nav>li>a {
	height: 100%;
	display: block;
	color: #262626;
	padding: 8px;
	margin: 8px;
	text-decoration: none;
	-webkit-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
	-ms-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
	transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
}

.header .menu>.nav>li.active>a,.header .menu>.nav>li:hover>a {
	background-color: transparent;
	color: #fff;
	border-radius: 3px;
}

.header .menu>.nav>li>.dropdown-menu {
	border: none;
	border-radius: 0;
	border-top: 2px solid #f70;
	margin: 0;
	padding: 0;
	min-width: 0;
	top: 110%;
}

.header .menu>.nav>li>.dropdown-menu>li>a {
	padding: 0 3em;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
}

.header .menu>.nav>li>.dropdown-menu:before {
	position: absolute;
	top: -8px;
	left: 46%;
	content: " ";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 6px 6px;
	border-color: transparent transparent #f70 transparent;
	line-height: 0;
	_border-color: #000 #000 #f70 #000;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.header .menu .navbar-right>li {
	margin-right: 5px;
}

.header .menu .navbar-right>li:hover>a {
	color: #262626;
}

.header .menu .navbar-right>li>a {
	display: inline-block;
}

.header .menu .navbar-right>li>a:hover {
	color: #f70;
}

.header .menu .navbar-right>li.mobi {
	position: relative;
	padding-left: 5px;
}

.header .menu .navbar-right>li.mobi:before {
	position: absolute;
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	width: 14px;
	height: 20px;
	background-position: -10px -2420px;
	content: " ";
	top: 15px;
	left: 0;
}

.header .menu .navbar-right>li.link {
	position: relative;
	padding-left: 5px;
}

.header .menu .navbar-right>li.link:before {
	position: absolute;
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-position: -10px -2476px;
	content: " ";
	top: 15px;
	left: 0;
}

.header .menu .navbar-right>li.user {
	position: relative;
	padding-left: 5px;
}

.header .menu .navbar-right>li.user:before {
	position: absolute;
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-position: -10px -2392px;
	content: " ";
	top: 16px;
	left: 0;
}

.header .menu .navbar-right>li.user>a {
	padding-right: 0;
}

.header .menu .navbar-right>li.user>a.reg {
	padding-left: 12px;
	margin: 0;
}

.header .menu .navbar-right>li.user>span:before {
	content: " ";
	position: absolute;
	display: inline-block;
	height: 12px;
	width: 1px;
	border-left: 1px solid #808080;
	top: 20px;
}

.header .menu .navbar-right>li.search {
	margin-right: 5px;
	position: relative;
	padding-top: 13px;
}

.header .menu .navbar-right>li.search .search-input {
	border: 1px solid #d0d0d0;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
	border-radius: 5px;
}

.header .menu .navbar-right>li.search .search-submit-btn {
	position: absolute;
	right: 5px;
	top: 18px;
}

.header .menu .navbar-right>li.search .search-submit-btn>.search-submit {
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	border-width: 0;
	cursor: pointer;
	background-position: -10px -1153px;
}

.header .menu .nav-hover {
	width: 0;
	height: 60px;
	position: absolute;
	z-index: -100;
	background-color: #f70;
}

.header .logo {
	float: left;
	margin-right: 25px;
	padding-top: 8px;
}

.header .menu>.nav {
	float: left;
}

.header .menu>.nav.navbar-right>li {
	font: 12px/21px "Microsoft Yahei";
}

.header a>.caret {
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	border: none;
	width: 9px;
	height: 5px;
	background-position: -10px -2372px;
}

.header li:hover>a>.caret {
	background-position: -19px -2377px;
	margin-bottom: 3px;
}

@media(min-width:1600px) {
	.header>.container-fluid {
		min-width: 1170px;
		max-width: 1675px;
		width: 88%;
	}
}

@media(min-width:1360px) and (max-width:1580px) {
	.header>.container-fluid em {
		display: none;
	}
}

@media(min-width:1170px) and (max-width:1359px) {
	#logo>img {
		display: none;
	}

	#logo {
		background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
		display: inline-block;
		width: 105px;
		height: 40px;
		background-position: -126px -618px;
	}

	.header>.container-fluid em {
		display: none;
	}
}

@media(max-width:1170px) {
	.navbar-right {
		display: none;
	}
}

.section {
	padding: 10px 0;
}

.section h2,.section h3,.section h5 {
	font-weight: 700;
	font-size: 16px;
	line-height: 45px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

.section.hot {
	padding-bottom: 0;
}

.section.hot .container>.row {
	background-color: #eee;
	padding: 0 15px;
	margin: 0;
}

.section.hot .container:after {
	clear: both;
	float: none;
	content: " ";
	display: table;
}

.section.hot h2 {
	color: #1398e2;
	float: left;
	margin-bottom: 0;
	padding-bottom: 0;
}

.section.hot h2:before {
	content: " ";
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	margin-top: 6.5px;
	margin-right: 7.5px;
	width: 32px;
	height: 32px;
	background-position: -10px -456px;
	float: left;
}

.section.hot .channel {
	float: left;
	padding-top: 10px;
	margin-left: 50px;
	text-align: center;
}

.section.hot .channel ul {
	margin: 0 auto;
}
.pic_list  .pic  img{width:50px;height:50px}

.section.hot .channel ul a {
	text-decoration: none;
	-webkit-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
	-ms-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
	transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
	line-height: 23px;
	font-size: 12px;
	padding: 0 10px;
	display: block;
	color: #fff;
	background-color: #1398e2;
}

.section.hot .channel ul a:hover {
	text-decoration: none;
	background-color: #f70;
	color: #fff;
}

.section.carousels .carousel-indicators .active {
	background-color: #f70;
}

.section.carousels .carousel-indicators li {
	border-color: #f70;
}

.section.carousels .carousel-list>li {
	width: 25%;
	height: 235px;
	overflow: hidden;
	box-sizing: border-box;
	border-right: 5px solid #fff;
	background-color: #f0f0f0;
	text-align: center;
	float: left;
}

.section.carousels .carousel-list>li:last-child {
	border-right: none;
}

.section.carousels .carousel-list>li .title {
	color: #555;
	display: block;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0 15px;
}

.section.carousels .carousel-list>li .title:hover {
	color: #f70;
	text-decoration: none;
}

.section.carousels .carousel-list>li .thumb {
	display: block;
	position: relative;
	width: 256px;
	height: 160px;
	margin-left: 16px;
	margin-top: 15px;
	text-decoration: none;
	-webkit-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
	-ms-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
	transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
}

.section.carousels .carousel-list>li .thumb>img {
	width: 100%;
	height: 100%;
	border: 0;
}

.section.carousels .carousel-list>li .thumb>.mask {
	display: none;
	background-color: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

.section.carousels .carousel-list>li .thumb>.play {
	display: none !important;
	position: absolute;
	z-index: 3;
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	left: 80px;
	top: 30px;
	width: 100px;
	height: 100px;
	background-position: -10px -708px;
}

.section.carousels .carousel-list>li .thumb>.play:hover {
	opacity: .75;
}

.section.carousels .carousel-list>li .thumb:hover>.mask {
	display: block;
}

.section.carousels .carousel-list>li .thumb:hover>.play {
	display: block !important;
}

.section.carousels .carousel-indicators {
	bottom: -20px;
}

.section.friends {
	background-color: #ebebeb;
}

.section.friends h5 {
	color: #4193d7;
	margin-bottom: 5px;
}

.section.friends h5:before {
	content: " ";
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	width: 32px;
	height: 32px;
	background-position: -10px -2118px;
	float: left;
	margin-top: 6.5px;
	margin-right: 7.5px;
}

.section.friends .list-inline {
	background-color: #fff;
	padding: 15px;
	line-height: 26px;
}

.section.friends .list-inline a {
	font-size: 12px;
	color: #4d4d4d;
}

.section.copyright {
	background-color: #323a45;
	color: #fff;
	font-size: 12px;
	padding-bottom: 15px;
}

.section.copyright a {
	color: #fff;
}

.section.copyright .fbox>dl>dt>a {
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
}

.section.copyright .fbox>dl>dt>a.teamlogo1 {
	width: 22px;
	height: 30px;
	background-position: -10px -1281px;
}

.section.copyright .fbox>dl>dt>a.teamlogo10 {
	width: 20px;
	height: 25px;
	background-position: -10px -1321px;
}

.section.copyright .fbox>dl>dt>a.teamlogo11 {
	width: 39px;
	height: 18px;
	background-position: -10px -1356px;
}

.section.copyright .fbox>dl>dt>a.teamlogo12 {
	width: 22px;
	height: 31px;
	background-position: -10px -1384px;
}

.section.copyright .fbox>dl>dt>a.teamlogo13 {
	width: 28px;
	height: 28px;
	background-position: -10px -1425px;
}

.section.copyright .fbox>dl>dt>a.teamlogo14 {
	width: 26px;
	height: 34px;
	background-position: -10px -1463px;
}

.section.copyright .fbox>dl>dt>a.teamlogo15 {
	width: 29px;
	height: 35px;
	background-position: -10px -1507px;
}

.section.copyright .fbox>dl>dt>a.teamlogo2 {
	width: 19px;
	height: 27px;
	background-position: -10px -1552px;
}

.section.copyright .fbox>dl>dt>a.teamlogo3 {
	width: 22px;
	height: 29px;
	background-position: -10px -1589px;
}

.section.copyright .fbox>dl>dt>a.teamlogo4 {
	width: 31px;
	height: 26px;
	background-position: -10px -1628px;
}

.section.copyright .fbox>dl>dt>a.teamlogo5 {
	width: 20px;
	height: 32px;
	background-position: -10px -1664px;
}

.section.copyright .fbox>dl>dt>a.teamlogo6 {
	width: 19px;
	height: 42px;
	background-position: -10px -1706px;
}

.section.copyright .fbox>dl>dt>a.teamlogo7 {
	width: 19px;
	height: 29px;
	background-position: -10px -1758px;
}

.section.copyright .fbox>dl>dt>a.teamlogo8 {
	width: 37px;
	height: 25px;
	background-position: -10px -1797px;
}

.section.copyright .fbox>dl>dt>a.teamlogo9 {
	width: 37px;
	height: 24px;
	background-position: -10px -1832px;
}

.section.copyright .fbox>dl {
	float: left;
	width: 50px;
	margin-right: 6px;
	text-align: left;
}

.section.copyright .fbox>dl>dt {
	height: 50px;
	position: relative;
}

.section.copyright .fbox>dl>dt>a {
	position: absolute;
	bottom: 5px;
	left: 0;
}

.section.copyright .logo {
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	width: 214px;
	height: 40px;
	background-position: -10px -618px;
	margin-top: 30px;
}

.section.copyright .col-md-3:after {
	content: " ";
	float: right;
	display: table;
	width: 1px;
	height: 60px;
	background-color: #969696;
	margin-top: 20px;
}

.section.copyright hr {
	background: #969696;
	border: 0;
	height: 1px;
}

.live-th>ul {
	color: #969696;
	font-weight: 500;
	margin-bottom: 0;
	line-height: 36px;
	border: 1px solid #dbdbdb;
}

.live-th>ul:after {
	clear: both;
	float: none;
	content: " ";
	display: table;
}

.live-th>ul>li {
	border-right: 1px solid #dbdbdb;
}

.live-th>ul>li,.live-list>li>a,.live-list>li>span,.live-list>li>div,.live-list>li>time {
	display: block;
	box-sizing: border-box;
	min-height: 1px;
	float: left;
	text-align: center;
}

.live-th>ul>li:nth-child(1),.live-list>li>a:nth-child(1),.live-list>li>span:nth-child(1),.live-list>li>div:nth-child(1),.live-list>li>time:nth-child(1) {
	width: 50px;
}

.live-th>ul>li:nth-child(2),.live-list>li>a:nth-child(2),.live-list>li>span:nth-child(2),.live-list>li>div:nth-child(2),.live-list>li>time:nth-child(2) {
	width: 86px;
}

.live-th>ul>li:nth-child(3),.live-list>li>a:nth-child(3),.live-list>li>span:nth-child(3),.live-list>li>div:nth-child(3),.live-list>li>time:nth-child(3) {
	width: 396px;
}

.live-th>ul>li:nth-child(4),.live-list>li>a:nth-child(4),.live-list>li>span:nth-child(4),.live-list>li>div:nth-child(4),.live-list>li>time:nth-child(4) {
	width: 440px;
}

.live-th>ul>li:nth-child(5),.live-list>li>a:nth-child(5),.live-list>li>span:nth-child(5),.live-list>li>div:nth-child(5),.live-list>li>time:nth-child(5) {
	width: 76px;
}

.live-th>ul>li:nth-child(6),.live-list>li>a:nth-child(6),.live-list>li>span:nth-child(6),.live-list>li>div:nth-child(6),.live-list>li>time:nth-child(6) {
	width: 86px;
	border-right: none;
	padding-top: 10px;
}

.live-list time {
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAOwwAADsMBx2+oZAAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAAWdEVYdENyZWF0aW9uIFRpbWUAMDgvMjcvMTY6XVaqAAAAFUlEQVQImWO8cuXKfwYoYGJAAigcAH9lA4F5FVnzAAAAAElFTkSuQmCC') repeat-y 73px 0;
	position: relative;
	height: 100%;
	color: #666;
}

.live-list time>i {
	width: 10px;
	height: 10px;
	position: absolute;
	top: 18px;
	background-color: #00aed3;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 50%;
	right: -4px;
}

.live-list time>i.v {
	width: 8px;
	height: 8px;
	right: -3px;
	background-color: #fff;
	border-color: #00aed3;
}

.live-list a.btn-info {
	color: #fff;
	background-color: #169ddf;
}

.live-list a.btn-info:hover {
	color: #fff;
}

.live-list>li {
	text-decoration: none;
	-webkit-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
	-ms-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
	transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
	line-height: 45px;
	min-height: 45px;
	box-sizing: border-box;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}

.live-list>li:after {
	clear: both;
	float: none;
	content: " ";
	display: table;
}

.live-list>li:nth-of-type(even) {
	background: #e7eff7;
}

.live-list>li>a.ico>i.WNBA,.live-list>li>a.ico>i.cba,.live-list>li>a.ico>i.changguisai,.live-list>li>a.ico>i.hanjia,.live-list>li>a.ico>i.jihousai,.live-list>li>a.ico>i.lanqiu,.live-list>li>a.ico>i.ncaa,.live-list>li>a.ico>i.ouzhoulian,.live-list>li>a.ico>i.xiajisai,.live-tab-bar>.bar-title>.icon-nav>li>a>span.WNBA,.live-tab-bar>.bar-title>.icon-nav>li>a>span.cba,.live-tab-bar>.bar-title>.icon-nav>li>a>span.changguisai,.live-tab-bar>.bar-title>.icon-nav>li>a>span.hanjia,.live-tab-bar>.bar-title>.icon-nav>li>a>span.jihousai,.live-tab-bar>.bar-title>.icon-nav>li>a>span.lanqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.ncaa,.live-tab-bar>.bar-title>.icon-nav>li>a>span.ouzhoulian,.live-tab-bar>.bar-title>.icon-nav>li>a>span.xiajisai {
	background-position: -10px -578px
}

.live-list>li>a.ico>i.binghu,.live-list>li>a.ico>i.huabing,.live-list>li>a.ico>i.jiemu,.live-list>li>a.ico>i.longzhou,.live-list>li>a.ico>i.malasong,.live-list>li>a.ico>i.nfl,.live-list>li>a.ico>i.pingpangqiu,.live-list>li>a.ico>i.quanji,.live-list>li>a.ico>i.sinuoke,.live-list>li>a.ico>i.wwe,.live-list>li>a.ico>i.zixingche,.live-tab-bar>.bar-title>.icon-nav>li>a>span.binghu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.huabing,.live-tab-bar>.bar-title>.icon-nav>li>a>span.jiemu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.longzhou,.live-tab-bar>.bar-title>.icon-nav>li>a>span.malasong,.live-tab-bar>.bar-title>.icon-nav>li>a>span.nfl,.live-tab-bar>.bar-title>.icon-nav>li>a>span.pingpangqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.quanji,.live-tab-bar>.bar-title>.icon-nav>li>a>span.sinuoke,.live-tab-bar>.bar-title>.icon-nav>li>a>span.wwe,.live-tab-bar>.bar-title>.icon-nav>li>a>span.zixingche {
	background-position: -10px -899px
}

.live-list>li>a.ico>i.aichao,.live-list>li>a.ico>i.ajia,.live-list>li>a.ico>i.alianqiu,.live-list>li>a.ico>i.danchao,.live-list>li>a.ico>i.dejia,.live-list>li>a.ico>i.echao,.live-list>li>a.ico>i.fajia,.live-list>li>a.ico>i.hejia,.live-list>li>a.ico>i.latuojia,.live-list>li>a.ico>i.meizhiye,.live-list>li>a.ico>i.milujia,.live-list>li>a.ico>i.nuochao,.live-list>li>a.ico>i.ouguan,.live-list>li>a.ico>i.ouzhoubei,.live-list>li>a.ico>i.shijubei,.live-list>li>a.ico>i.suchao,.live-list>li>a.ico>i.tuchao,.live-list>li>a.ico>i.xijia,.live-list>li>a.ico>i.yaguan,.live-list>li>a.ico>i.yijia,.live-list>li>a.ico>i.yingchao,.live-list>li>a.ico>i.yingguan,.live-list>li>a.ico>i.yiyi,.live-list>li>a.ico>i.zhongchao,.live-list>li>a.ico>i.zhongjia,.live-tab-bar>.bar-title>.icon-nav>li>a>span.aichao,.live-tab-bar>.bar-title>.icon-nav>li>a>span.ajia,.live-tab-bar>.bar-title>.icon-nav>li>a>span.alianqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.danchao,.live-tab-bar>.bar-title>.icon-nav>li>a>span.dejia,.live-tab-bar>.bar-title>.icon-nav>li>a>span.echao,.live-tab-bar>.bar-title>.icon-nav>li>a>span.fajia,.live-tab-bar>.bar-title>.icon-nav>li>a>span.hejia,.live-tab-bar>.bar-title>.icon-nav>li>a>span.latuojia,.live-tab-bar>.bar-title>.icon-nav>li>a>span.meizhiye,.live-tab-bar>.bar-title>.icon-nav>li>a>span.milujia,.live-tab-bar>.bar-title>.icon-nav>li>a>span.nuochao,.live-tab-bar>.bar-title>.icon-nav>li>a>span.ouguan,.live-tab-bar>.bar-title>.icon-nav>li>a>span.ouzhoubei,.live-tab-bar>.bar-title>.icon-nav>li>a>span.shijubei,.live-tab-bar>.bar-title>.icon-nav>li>a>span.suchao,.live-tab-bar>.bar-title>.icon-nav>li>a>span.tuchao,.live-tab-bar>.bar-title>.icon-nav>li>a>span.xijia,.live-tab-bar>.bar-title>.icon-nav>li>a>span.yaguan,.live-tab-bar>.bar-title>.icon-nav>li>a>span.yijia,.live-tab-bar>.bar-title>.icon-nav>li>a>span.yingchao,.live-tab-bar>.bar-title>.icon-nav>li>a>span.yingguan,.live-tab-bar>.bar-title>.icon-nav>li>a>span.yiyi,.live-tab-bar>.bar-title>.icon-nav>li>a>span.zhongchao,.live-tab-bar>.bar-title>.icon-nav>li>a>span.zhongjia {
	background-position: -10px -2052px
}

.live-list>li>a.ico>i.wangqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.wangqiu {
	background-position: -10px -1932px
}

.live-list>li>a.ico>i.yumaoqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.yumaoqiu {
	background-position: -10px -1972px
}

.live-list>li>a.ico>i.zixingche,.live-tab-bar>.bar-title>.icon-nav>li>a>span.zixingche {
	background-position: -10px -2012px
}

.live-list>li>a.ico>i.zuqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.zuqiu {
	background-position: -10px -2052px
}

.live-list>li>a.ico>i.taiqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.taiqiu {
	background-position: -10px -1241px
}

.live-list>li>a.ico>i.saiche,.live-tab-bar>.bar-title>.icon-nav>li>a>span.saiche {
	background-position: -10px -1113px
}

.live-list>li>a.ico>i.qugunqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.qugunqiu {
	background-position: -10px -1039px
}

.live-list>li>a.ico>i.qita,.live-tab-bar>.bar-title>.icon-nav>li>a>span.qita {
	background-position: -10px -899px
}

.live-list>li>a.ico>i.paiqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.paiqiu {
	background-position: -10px -668px
}

.live-list>li>a.ico>i.bangqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.bangqiu {
	background-position: -10px -10px
}

.live-list>li>a.ico>i,.live-tab-bar>.bar-title>.icon-nav>li>a>span {
	display: inline-block;
	margin-top: 10px;
	width: 30px;
	height: 30px;
	background: url(TB2LrnCc3RkpuFjy1zeXXc.6FXa_!!525779647.png) 0 0 no-repeat
}

.live-list>li>a.ico>i.ganlanqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.ganlanqiu {
	background-position: -10px -498px
}

.live-list>li>a.ico>i.WCBA,.live-tab-bar>.bar-title>.icon-nav>li>a>span.WCBA {
	display: inline-block;
	background-image: url(/images/wcba.png)
}

.live-list>li>a.ico>i.aoalian,.live-tab-bar>.bar-title>.icon-nav>li>a>span.aoalian {
	display: inline-block;
	background-image: url(/images/aoalian.png)
}

.live-list>li>a.ico>i.gaoerfu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.gaoerfu {
	background-position: -10px -538px
}

.live-list>li>a.ico {
	height: 45px;
	overflow: hidden;
}

.live-list>li>a.ico>i {
	width: 30px;
	height: 30px;
	display: inline-block;
}

.live-list>li>.links {
	-ms-word-break: break-all;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}

.live-list>li>.links>a {
	color: #1573e0;
	padding: 0 5px;
}

.live-list>li>.links>.waiting:after {
	color: #808080;
	display: block;
	content: "赛前更新";
}

.live-list>li>a.sub {
	background-color: #00aed3;
	display: inline-block;
	color: #fff;
	height: 100%;
}

.live-list>li>a.sub>span {
	display: inline-block;
}

.live-list>li a.red {
	color: #f00;
	font-weight: 600;
	padding-left: 15px;
	position: relative;
}

.live-list>li a.red:before {
	left: -10px;
	top: 0;
	content: " ";
	position: absolute;
	width: 17px;
	height: 24px;
	padding: 0 10px;
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	background-position: -10px -1079px;
}

.live-list>li a.black {
	color: #000;
	font-weight: 600;
	position: relative;
}

.live-list>li a.black:after {
	right: -25px;
	top: 2px;
	content: " ";
	position: absolute;
	width: 17px;
	height: 24px;
	padding: 0 10px;
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	background-position: -10px -430px;
}

.live-list>li a.btn-danger {
	color: #fff;
}

.live-list>li a.tx {
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	background-position: -8px -2160px;
	margin-top: 10px;
	width: 55px;
	height: 16px;
}

.live-list>li:hover {
	background-color: #f1f1f1;
}

.live-list,.live-list a {
	color: #262626;
}

.live-list a:hover {
	color: #529bef;
	text-decoration: none;
}

.live-list .links>a:hover {
	color: #f00;
}

.live-list .title,.live-list .links {
	line-height: 1.5;
	position: relative;
	padding: 12px 2em;
}

.livetime-title {
	line-height: 30px;
	text-align: center;
	color: #555;
	font-weight: 600;
	font-size: 12px;
	background-color: #b8d4f4;
}

.live-tab-bar>.bar-title {
	margin-top: 10px;
}

.live-tab-bar>.bar-title:after {
	clear: both;
	float: none;
	content: " ";
	display: table;
}

.live-tab-bar>.bar-title>h3 {
	font-weight: 700;
	font-size: 16px;
	line-height: 45px;
	margin-bottom: 15px;
	padding-bottom: 5px;
	color: #4193d7;
	float: left;
}

.live-tab-bar>.bar-title>h3:before {
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	content: " ";
	margin-top: 6.5px;
	margin-right: 7.5px;
	width: 30px;
	height: 30px;
	background-position: -10px -1892px;
	float: left;
}

.live-tab-bar>ul.tab-date-list {
	height: 38px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAmCAMAAADQvhpMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAFdQTFRF4uLi6urr5eXl5OTk8vL08fHz7Ozt4+Pj8PDy8/P07u7v5+fokMD07e3u29vb8fHy5ubn6Ojp5+fn7e3v8/P16enq8PDx5ubm7u7w7+/wkb7v6+vs6enplEBgGQAAAEpJREFUeNpsxTUOxAAQwECHmfHg/++MZGm7TDP04it20YhcUaFoErU4xUfcohWbGESp6CcSRYf4i0V0YhWzuESqKFNUKXo16hFgAPrjCi1oxHd/AAAAAElFTkSuQmCC') 0 0 repeat-x;
}

.live-tab-bar>ul.tab-date-list:after {
	clear: both;
	float: none;
	content: " ";
	display: table;
}

.live-tab-bar>ul.tab-date-list>li {
	float: left;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	position: relative;
	width: 106px;
}

.live-tab-bar>ul.tab-date-list>li.active {
	color: #fff;
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	background-position: -10px -2186px;
	background-repeat: no-repeat;
}

.live-tab-bar>ul.tab-date-list>li.active>a,.live-tab-bar>ul.tab-date-list>li.active>a:hover {
	color: #fff;
}

.live-tab-bar>ul.tab-date-list>li:after {
	content: " ";
	border-right: 1px solid #dbdbdb;
	border-left: 1px solid #fff;
	height: 24px;
	width: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 8px;
}

.live-tab-bar>ul.tab-date-list>li:last-child:after {
	display: none;
}

.live-tab-bar>ul.tab-date-list>li>a {
	color: #969696;
	text-decoration: none;
}

.live-tab-bar>ul.tab-date-list>li>a:hover {
	color: #4193d7;
}

.live-tab-bar>.bar-title>.icon-nav {
	float: right;
}

.live-tab-bar>.bar-title>.icon-nav>li {
	float: left;
	width: 45px;
}

.live-tab-bar>.bar-title>.icon-nav>li>a {
	-webkit-filter: grayscale(100%);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	filter: Gray;
}

.live-tab-bar>.bar-title>.icon-nav>li>a:hover {
	-webkit-filter: grayscale(0);
	filter: none;
}

.live-list>li>a.ico>i,.live-tab-bar>.bar-title>.icon-nav>li>a>span {
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: 10px;
}

.live-list>li>a.ico>i.ganlanqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.ganlanqiu {
	background-position: -10px -498px;
}

.live-list>li>a.ico>i.gaoerfu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.gaoerfu {
	background-position: -10px -538px;
}

.live-list>li>a.ico>i.lanqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.lanqiu {
	background-position: -10px -578px;
}

.live-list>li>a.ico>i.wangqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.wangqiu {
	background-position: -10px -1932px;
}

.live-list>li>a.ico>i.yumaoqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.yumaoqiu {
	background-position: -10px -1972px;
}

.live-list>li>a.ico>i.zixingche,.live-tab-bar>.bar-title>.icon-nav>li>a>span.zixingche {
	background-position: -10px -2012px;
}

.live-list>li>a.ico>i.zuqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.zuqiu {
	background-position: -10px -2052px;
}

.live-list>li>a.ico>i.taiqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.taiqiu {
	background-position: -10px -1241px;
}

.live-list>li>a.ico>i.saiche,.live-tab-bar>.bar-title>.icon-nav>li>a>span.saiche {
	background-position: -10px -1113px;
}

.live-list>li>a.ico>i.qugunqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.qugunqiu {
	background-position: -10px -1039px;
}

.live-list>li>a.ico>i.qita,.live-tab-bar>.bar-title>.icon-nav>li>a>span.qita {
	background-position: -10px -899px;
}

.live-list>li>a.ico>i.paiqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.paiqiu {
	background-position: -10px -668px;
}

.live-list>li>a.ico>i.bangqiu,.live-tab-bar>.bar-title>.icon-nav>li>a>span.bangqiu {
	background-position: -10px -10px;
}

#histroies-date,#play-intro {
	display: none;
}

.live-list-tab:after {
	clear: both;
	float: none;
	content: " ";
	display: table;
}

.live-list-tab .nav-logo,.live-list-tab>a {
	float: left;
}

.live-list-tab .nav-logo {
	margin-right: 15px;
}

.live-list-tab>a {
	color: #969696;
	font-size: 22px;
	line-height: 60px;
	font-weight: 200;
	margin-right: 30px;
	padding-top: 10px;
	text-decoration: none;
}

.live-list-tab>a.active {
	color: #00a3d9;
	font-weight: 400;
	font-size: 32px;
	padding-top: 5px;
}

.banner.live-item {
	background-color: #000;
	color: #fff;
}

.banner.live-item>div {
	padding: 10px;
}

.banner.live-item h1 {
	height: 35px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
}

.banner.live-item a.prev {
	float: left;
}

.banner.live-item a.prev>i {
	background-position: -68px -2311px;
}

.banner.live-item a.prev:hover>i {
	background-position: -39px -2311px;
}

.banner.live-item a.next {
	float: right;
}

.banner.live-item a.next>i {
	background-position: -10px -2311px;
	margin-left: 6px;
}

.banner.live-item a.next:hover>i {
	background-position: -96px -2311px;
}

.banner.live-item a>i,.banner.live-item a>span {
	float: left;
}

.banner.live-item a {
	color: #909092;
	height: 35px;
	width: 180px;
}

.banner.live-item a:after {
	clear: both;
	float: none;
	content: " ";
	display: table;
}

.banner.live-item a>span {
	display: block;
	height: 35px;
	line-height: 35px;
}

.banner.live-item a:hover {
	color: #00a3d9;
}

.banner.live-item a>i {
	margin-top: 5px;
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin-right: 6px;
	background-position: -10px -2311px;
}

.liveTab {
	margin: 15px auto;
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
}

.liveTab:after {
	clear: both;
	float: none;
	content: " ";
	display: table;
}

.liveTab .share-bar {
	border-bottom: 1px solid #d1d1d1;
}

.liveTab .share-bar:after {
	clear: both;
	float: none;
	content: " ";
	display: table;
}

.liveTab .signal-title {
	float: left;
	padding: 10px;
	color: #0070b8;
	font-size: 20px;
	text-decoration: none;
}

.liveTab .signal-title>i,.liveTab .signal-title>span {
	float: left;
}

.liveTab .signal-title>i {
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	margin-right: 10px;
	display: inline-block;
	height: 30px;
	width: 30px;
	background-position: -10px -1892px;
}

.liveTab .signal-links {
	padding-top: 20px;
	padding-left: 45px;
	padding-bottom: 20px;
	font-size: 18px;
}
.liveTab .signal-links p{
	text-indent:2em;
	padding-right: 40px;
	padding-top: 20px;
}

.liveTab .signal-links .ql-align-center p img{
	padding-bottom: 20px;

}


.liveTab .signal-links a {
	margin-right: 15px;
}
.liveTab .signal-links img { width:80%;
}

ul.live-list a.sub,ul.live-list .title,ul.live-list .links {
	height: 100%;
}

nav.categoies {
	padding-top: 15px;
	padding-bottom: 15px;
}

nav.categoies:after {
	clear: both;
	float: none;
	content: " ";
	display: table;
}

nav.categoies>h1 {
	float: left;
	color: #4193d7;
	padding: 0;
	margin: 0;
	font-size: 28px;
}

nav.categoies>h1:before {
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	float: left;
	content: " ";
	width: 30px;
	height: 30px;
	background-position: -10px -2231px;
	margin-right: 15px;
}

nav.categoies>h1.live:before {
	background-position: -10px -2271px;
}

nav.categoies>ul {
	float: left;
	margin-top: 5px;
	margin-left: 50px;
}

nav.categoies>ul>li {
	float: left;
}

nav.categoies>ul>li>a {
	display: block;
	text-align: center;
	color: #575757;
	line-height: 23px;
	margin-left: 10px;
	padding: 0 8px;
	border: 1px solid #d1d1d1;
	text-decoration: none;
	font-size: 12px;
}

nav.categoies>ul>li>a:hover,nav.categoies>ul>li.active>a {
	background-color: #f60;
	color: #fff;
	border: 1px solid #f60;
}

.categoies-items>li {
	float: left;
	text-align: center;
	border: 1px solid #f5f5f5;
	/*margin: 0 20px 20px 0;*/
	background: #f5f5f5;
	line-height: 35px;
	width:25%;
}

.categoies-items>li a {
	display: block;
	color: #313131;
	line-height:20px;
	text-align:center;
	margin-left:20px;
}

.categoies-items>li a:hover {
	color: #f60;
	text-decoration: none;
	font-weight: 600;
}

.categoies-items>li a.im {
	position: relative;
	margin-left:28px;
}

.categoies-items>li a.im>.preview,.categoies-items>li a.im>.mask {
	width: 256px;
	height: 160px;
}

.categoies-items>li a.im:hover>.mask,.categoies-items>li a.im:hover>.play {
	display: block;
}

.categoies-items>li a.im>.mask {
	top: 0;
	left: 0;
	width: 256px;
	height: 160px;
	background: #000;
	filter: alpha(opacity=30);
	opacity: .3;
	position: absolute;
	z-index: 99998;
}

.categoies-items>li a.im>.play {
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	width: 100px;
	height: 100px;
	background-position: -10px -708px;
	position: absolute;
	left: 80px;
	top: 30px;
}

.categoies-items>li a.im>.mask,.categoies-items>li a.im>.play {
	display: none;
}

#search-results>.result {
	overflow: hidden;
}

#search-results>.result>iframe {
	margin-top: -100px;
	margin-bottom: -350px;
	border: 0;
	width: 100%;
	height: 1600px;
}

.search-title em {
	font-style: normal;
	color: #00a3d9;
	padding: 0 10px;
}

.assist-list {
	bottom: 15px;
	height: 156px;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border: 1px solid #00a3d9;
	width: 38px;
}

.assist-list>li {
	border-bottom: 1px solid #00a3d9;
	text-align: center;
}

.assist-list>li:last-child {
	border-bottom: none;
}

.assist-list>li>a {
	width: 38px;
	height: 38px;
	display: block;
	text-align: center;
	overflow: hidden;
	padding-top: 7px;
	color: #00a3d9;
	text-decoration: none;
}

.assist-list>li>a>.glyphicon {
	font-size: 22px;
	font-weight: 200;
	height: 38px;
	display: block;
}

#popover .popover-content {
	text-align: center;
	height: 130px;
}

#popover .popover-content .qr2 {
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	display: block;
	width: 90px;
	height: 90px;
	margin-left: 5px;
	background-position: -10px -939px;
}

.popover-content {
	font-size: 12px;
	color: #505050;
	text-shadow: 0 1px 1px #555;
}

#feedback-content {
	display: none;
	background-color: #fff;
	border: 1px solid #d0d0d0;
	position: absolute;
	width: 350px;
	height: 275px;
	padding: 15px;
	left: 15px;
	bottom: 15px;
}

#feedback-content .feedback-title,#feedback-content .feedback-title2 {
	font-size: 14px;
	font-weight: 600;
}

#feedback-content .feedback-textarea>textarea {
	width: 100%;
	margin: 5px 0;
}

#feedback-content .feedback-box>input {
	width: 100%;
	margin: 5px 0;
	height: 30px;
}

#feedback-content .feedback-btn button {
	color: #fff;
	background-color: #00bbe2;
	height: 30px;
	border: none;
}

#StranLink {
	width: 36px;
	height: 38px;
}

.login-body {
	height: 600px;
}

.login-form {
	width: 430px;
	height: 512px;
	overflow: hidden;
	border: 6px solid #e3e4e5;
	padding: 38px;
	border-radius: 3px;
	margin: 130px 75px 0 0;
	float: right;
	background-color: #fff;
	padding-top: 25px;
}

.login-form .checkbox {
	font-size: 12px;
}

.login-form .form-title h2 {
	border-bottom: 2px solid #ff3f16;
	color: #ff3f16;
	height: 36px;
	display: inline-block;
	font-size: 22px;
	margin: 15px 0 20px 0;
}

.login-form .form-control {
	padding: 12px 0 12px 40px;
	box-sizing: border-box;
	font-size: 14px;
	height: 45px;
}

.login-form .form-group {
	position: relative;
}

.login-form .login-ico {
	background-image: url('../images/lo_bg.png');
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 100;
	left: 10px;
	top: 15px;
}

.login-form .login-ico.password {
	background-position: 0 -64px;
}

.login-form .login-ico.mailbox {
	background-position: 0 -17px;
}

.login-form #captcha {
	height: 50px;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.login-form .login-btn button {
	width: 100%;
}

.login-form .th-part .title {
	height: 50px;
	position: relative;
}

.login-form .th-part .title .line {
	position: absolute;
	top: 25px;
	width: 100%;
	border-top: 1px solid #c8c8c8;
}

.login-form .th-part .title h3 {
	background: #fff;
	position: absolute;
	left: 31%;
	padding: 0 4%;
	font-size: 12px;
	font-weight: 400;
}

.login-form .th-part ul,.login-form .th-part li {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.login-form .th-part .th-login-list li {
	float: left;
	width: 49%;
}

.other-login {
	font-size: 12px;
	color: #808080;
}

.other-login ul,.other-login li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.other-login ul {
	margin-top: 15px;
}

.ui-share {
	margin-top: 15px;
	margin-right: 15px;
	float: right;
}

.ui-share .lable-title {
	display: inline-block;
	line-height: 40px;
	float: left;
}

.ui-share .icon {
	width: 36px;
	height: 36px;
	margin-left: 5px;
	overflow: hidden;
	background: url('../images/tb2lrncc3rkpufjy1zexxc.6fxa_!!525779647.png') 0 0 no-repeat;
	display: inline-block;
	background-position: -10px -1195px;
}

.ui-share .icon-weixin {
	background-position: -47px -1195px;
}

.ui-share .icon-qq {
	background-position: -84px -1195px;
}

.ui-share .icon-qzone {
	background-position: -121px -1195px;
}

.ui-share .icon-weibo {
	background-position: -158px -1195px;
}

.section.about {
	background: #f7f7f8;
	padding: 0;
	margin: 0 auto;
}

.section.about .topmenu {
	border: 1px solid #d1d1d1;
	border-bottom: 0;
	border-top: 0;
	margin-top: 25px;
}

.section.about .topmenu:after {
	clear: both;
	float: none;
	content: " ";
	display: table;
}

.section.about .topmenu>li {
	float: left;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	width: 25%;
	border-right: 1px solid #d1d1d1;
	border-top: 1px solid #d1d1d1;
	box-sizing: border-box;
}

.section.about .topmenu>li:last-child {
	border-right: 0;
}

.section.about .topmenu>li>a {
	color: #999;
	line-height: 38px;
	display: block;
}

.section.about .topmenu>li>a:hover {
	text-decoration: none;
	background-color: #e9e9ec;
}

.section.about .topmenu>li.active {
	background-color: #fff;
	border-top: 3px solid #f00;
}

.section.about .topmenu>li.active>a {
	color: #f00;
}

.section.about .topmenu>li.active>a:hover {
	background-color: #fff !important;
}

.about-content {
	border: 1px solid #d1d1d1;
	border-top: 0;
	padding: 25px;
}

.about-content>h1 {
	font-size: 18px;
	line-height: 45px;
	font-weight: 600;
}

.about-content>p {
	text-indent: 2em;
	line-height: 24px;
	padding: 10px 0;
}

.about-content ul.liscence {
	padding-left: 3em;
}

.about-content ul.liscence>li {
	list-style: decimal-leading-zero;
}

.live-list>li>a.sub.tenhaoqiu {
	background-color: #f09;
}

.live-list>li>a.sub.acb {
	background-color: #c30;
}

.live-list>li>a.sub.afriyc {
	background-color: #ffa07a;
}

.live-list>li>a.sub.agtb {
	background-color: #2894ff;
}

.live-list>li>a.sub.aichao {
	background-color: #900;
}

.live-list>li>a.sub.aijijia {
	background-color: #f00;
}

.live-list>li>a.sub.aisj {
	background-color: #ae8f00;
}

.live-list>li>a.sub.ajia {
	background-color: #09f;
}

.live-list>li>a.sub.alaguan {
	background-color: #f36;
}

.live-list>li>a.sub.alianbei {
	background-color: #000ccc;
}

.live-list>li>a.sub.alianqiu {
	background-color: #060;
}

.live-list>li>a.sub.aoalian {
	background-color: #009;
}

.live-list>li>a.sub.aojia {
	background-color: #f75000;
}

.live-list>li>a.sub.aowang {
	background-color: #00f;
}

.live-list>li>a.sub.aoyi {
	background-color: #99c;
}

.live-list>li>a.sub.aoyunnan {
	background-color: #dc143c;
}

.live-list>li>a.sub.aoyunnanlan {
	background-color: #228b22;
}

.live-list>li>a.sub.aoyunqgq {
	background-color: #cdad00;
}

.live-list>li>a.sub.aozhoubei {
	background-color: #6a6aff;
}

.live-list>li>a.sub.autcup {
	background-color: #0054a5;
}

.live-list>li>a.sub.axiasai {
	background-color: #39c;
}

.live-list>li>a.sub.ayi {
	background-color: #0cc;
}

.live-list>li>a.sub.bajia {
	background-color: #0c3;
}

.live-list>li>a.sub.bajinsai {
	background-color: #c30;
}

.live-list>li>a.sub.balajia {
	background-color: #f66;
}

.live-list>li>a.sub.banqiu {
	background-color: #ff6347;
}

.live-list>li>a.sub.baobei {
	background-color: #306;
}

.live-list>li>a.sub.baochao {
	background-color: #069;
}

.live-list>li>a.sub.baxibei {
	background-color: #0c0;
}

.live-list>li>a.sub.bayi {
	background-color: #f09;
}

.live-list>li>a.sub.beiaichao {
	background-color: #f3c;
}

.live-list>li>a.sub.beifeiguan {
	background-color: #906;
}

.live-list>li>a.sub.beimeichao {
	background-color: #636;
}

.live-list>li>a.sub.beimeiguan {
	background-color: #336;
}

.live-list>li>a.sub.bijia {
	background-color: #309;
}

.live-list>li>a.sub.bingdaobei {
	background-color: #339;
}

.live-list>li>a.sub.binghu {
	background-color: #c3c;
}

.live-list>li>a.sub.bingqiu {
	background-color: #c30;
}

.live-list>li>a.sub.bixibei {
	background-color: #007500;
}

.live-list>li>a.sub.boheichao {
	background-color: #303;
}

.live-list>li>a.sub.bolanbei {
	background-color: #800080;
}

.live-list>li>a.sub.bolanjia {
	background-color: #c09;
}

.live-list>li>a.sub.bolanyi {
	background-color: #909;
}

.live-list>li>a.sub.boliya {
	background-color: #96f;
}

.live-list>li>a.sub.canzhangao {
	background-color: #930;
}

.live-list>li>a.sub.cba {
	background-color: #f09;
}

.live-list>li>a.sub.cfl {
	background-color: #6f00d2;
}

.live-list>li>a.sub.changguisai {
	background-color: #f03;
}

.live-list>li>a.sub.chaojibei {
	background-color: #f30;
}

.live-list>li>a.sub.colcup {
	background-color: #c6df9c;
}

.live-list>li>a.sub.cpbl {
	background-color: #da70d6;
}

.live-list>li>a.sub.csls {
	background-color: #f4f;
}

.live-list>li>a.sub.cuba {
	background-color: #f3c;
}

.live-list>li>a.sub.danbei {
	background-color: #f30;
}

.live-list>li>a.sub.danchao {
	background-color: #f30;
}

.live-list>li>a.sub.danjia {
	background-color: #900;
}

.live-list>li>a.sub.danyi {
	background-color: #900;
}

.live-list>li>a.sub.dazusai {
	background-color: #ae57a4;
}

.live-list>li>a.sub.debing {
	background-color: #93c;
}

.live-list>li>a.sub.deguobei {
	background-color: #90f;
}

.live-list>li>a.sub.dejia {
	background-color: #606;
}

.live-list>li>a.sub.deyi {
	background-color: #ff7f24;
}

.live-list>li>a.sub.dianshiju {
	background-color: #300;
}

.live-list>li>a.sub.ebei {
	background-color: #06c;
}

.live-list>li>a.sub.echao {
	background-color: #4a4aff;
}

.live-list>li>a.sub.eguajia {
	background-color: #f30;
}

.live-list>li>a.sub.ejia {
	background-color: #30f;
}

.live-list>li>a.sub.f1 {
	background-color: #f06;
}

.live-list>li>a.sub.faguobei {
	background-color: #00f;
}

.live-list>li>a.sub.fajia {
	background-color: #f36;
}

.live-list>li>a.sub.falianbei {
	background-color: #000ccc;
}

.live-list>li>a.sub.fanchuan {
	background-color: #06f;
}

.live-list>li>a.sub.fawang {
	background-color: #c03;
}

.live-list>li>a.sub.fayi {
	background-color: #03c;
}

.live-list>li>a.sub.feiguanbei {
	background-color: #606;
}

.live-list>li>a.sub.feiwangbei {
	background-color: #69f;
}

.live-list>li>a.sub.feizhoubei {
	background-color: #3f6;
}

.live-list>li>a.sub.fenchao {
	background-color: #090;
}

.live-list>li>a.sub.fujiasai {
	background-color: #900;
}

.live-list>li>a.sub.gaoerfusai {
	background-color: #30c;
}

.live-list>li>a.sub.gelunjia {
	background-color: #90f;
}

.live-list>li>a.sub.gongkaisai {
	background-color: #006;
}

.live-list>li>a.sub.guojibangqiu {
	background-color: #0b0;
}

.live-list>li>a.sub.guojiguanjunbei {
	background-color: #f00;
}

.live-list>li>a.sub.guowangbei {
	background-color: #009;
}

.live-list>li>a.sub.haiwanbei {
	background-color: #00db00;
}

.live-list>li>a.sub.hanjia {
	background-color: #339;
}

.live-list>li>a.sub.hbl {
	background-color: #63f;
}

.live-list>li>a.sub.hejia {
	background-color: #f60;
}

.live-list>li>a.sub.helanbei {
	background-color: #f60;
}

.live-list>li>a.sub.heyi {
	background-color: #f09;
}

.live-list>li>a.sub.huabing {
	background-color: #0c0;
}

.live-list>li>a.sub.huajian {
	background-color: #f66;
}

.live-list>li>a.sub.huangjinbei {
	background-color: #ffc000;
}

.live-list>li>a.sub.jiefangzhebei {
	background-color: #f09;
}

.live-list>li>a.sub.jiejia {
	background-color: #03c;
}

.live-list>li>a.sub.jiekejia {
	background-color: #3f0;
}

.live-list>li>a.sub.jiemu {
	background-color: #f3c;
}

.live-list>li>a.sub.jihousai {
	background-color: #f03;
}

.live-list>li>a.sub.jijian {
	background-color: #900;
}

.live-list>li>a.sub.jinbeisai {
	background-color: #f63;
}

.live-list>li>a.sub.jinmajiang {
	background-color: #c09;
}

.live-list>li>a.sub.jiqiansai {
	background-color: #f36;
}

.live-list>li>a.sub.jiuhaoqiu {
	background-color: #f66;
}

.live-list>li>a.sub.jixian {
	background-color: #909;
}

.live-list>li>a.sub.jliansai {
	background-color: #f36;
}

.live-list>li>a.sub.juzhong {
	background-color: #f30;
}

.live-list>li>a.sub.katalian {
	background-color: #c3c;
}

.live-list>li>a.sub.keluojia {
	background-color: #8c8c00;
}

.live-list>li>a.sub.keweite {
	background-color: #33f;
}

.live-list>li>a.sub.kliansai {
	background-color: #0080ff;
}

.live-list>li>a.sub.latuojia {
	background-color: #600;
}

.live-list>li>a.sub.lianhebei {
	background-color: #60c;
}

.live-list>li>a.sub.liansaibei {
	background-color: #c09;
}

.live-list>li>a.sub.litaojia {
	background-color: #c69;
}

.live-list>li>a.sub.liyuejin {
	background-color: #c30;
}

.live-list>li>a.sub.longzhou {
	background-color: #f30;
}

.live-list>li>a.sub.luobei {
	background-color: #30f;
}

.live-list>li>a.sub.luojia {
	background-color: #3ff;
}

.live-list>li>a.sub.luoyi {
	background-color: #039;
}

.live-list>li>a.sub.lvlanshijinsai {
	background-color: #5a5aad;
}

.live-list>li>a.sub.malasong {
	background-color: #6f9;
}

.live-list>li>a.sub.mashu {
	background-color: #0c0;
}

.live-list>li>a.sub.meiguanbei {
	background-color: #f0f;
}

.live-list>li>a.sub.meizhiye {
	background-color: #f3c;
}

.live-list>li>a.sub.meizhoubei {
	background-color: #000;
}

.live-list>li>a.sub.milujia {
	background-color: #f30;
}

.live-list>li>a.sub.mizuojia {
	background-color: #93c;
}

.live-list>li>a.sub.mlb {
	background-color: #90f;
}

.live-list>li>a.sub.mochao {
	background-color: #0c9;
}

.live-list>li>a.sub.mojia {
	background-color: #0c0;
}

.live-list>li>a.sub.molian {
	background-color: #3f0;
}

.live-list>li>a.sub.moluobei {
	background-color: #069;
}

.live-list>li>a.sub.motuoche {
	background-color: #8b2500;
}

.live-list>li>a.sub.motuoting {
	background-color: #0f9;
}

.live-list>li>a.sub.nanfeichao {
	background-color: #639;
}

.live-list>li>a.sub.nanguan {
	background-color: #939;
}

.live-list>li>a.sub.nanmeibei {
	background-color: #f63;
}

.live-list>li>a.sub.nanmeiqing {
	background-color: #00f;
}

.live-list>li>a.sub.nanpei {
	background-color: #906;
}

.live-list>li>a.sub.nanqiubei {
	background-color: #306;
}

.live-list>li>a.sub.NBL {
	background-color: #c06;
}

.live-list>li>a.sub.ncaa {
	background-color: #303;
}

.live-list>li>a.sub.nfl {
	background-color: #930;
}

.live-list>li>a.sub.nhl {
	background-color: #060;
}

.live-list>li>a.sub.nlsjb {
	background-color: #ea0000;
}

.live-list>li>a.sub.nlyzb {
	background-color: #0b0;
}

.live-list>li>a.sub.npb {
	background-color: #930;
}

.live-list>li>a.sub.nuochao {
	background-color: #0f9;
}

.live-list>li>a.sub.nuochaobei {
	background-color: #ad5a5a;
}

.live-list>li>a.sub.nuojia {
	background-color: #d02090;
}

.live-list>li>a.sub.nuoweibei {
	background-color: #7e3d76;
}

.live-list>li>a.sub.nvfeiguobei {
	background-color: #f0f;
}

.live-list>li>a.sub.nvmeijin {
	background-color: #0cf;
}

.live-list>li>a.sub.nvpei {
	background-color: #93c;
}

.live-list>li>a.sub.nvzu {
	background-color: #f06;
}

.live-list>li>a.sub.olympicw {
	background-color: #f6c;
}

.live-list>li>a.sub.olympicwb {
	background-color: #32cd32;
}

.live-list>li>a.sub.oubabei {
	background-color: #e36c09;
}

.live-list>li>a.sub.ouguan {
	background-color: #f03;
}

.live-list>li>a.sub.oujinsai {
	background-color: #c09;
}

.live-list>li>a.sub.ouluoba {
	background-color: #fc3;
}

.live-list>li>a.sub.ouqingsai {
	background-color: #c63;
}

.live-list>li>a.sub.ouu17 {
	background-color: #f75000;
}

.live-list>li>a.sub.ouu19 {
	background-color: #060;
}

.live-list>li>a.sub.ouyusai {
	background-color: #8600ff;
}

.live-list>li>a.sub.ouzhoubei {
	background-color: #f03;
}

.live-list>li>a.sub.ouzhoulian {
	background-color: #909;
}

.live-list>li>a.sub.pihuating {
	background-color: #ee2c2c;
}

.live-list>li>a.sub.pingpangqiu {
	background-color: #6cc;
}

.live-list>li>a.sub.pubei {
	background-color: #c36;
}

.live-list>li>a.sub.puchao {
	background-color: #c09;
}

.live-list>li>a.sub.pujia {
	background-color: #306;
}

.live-list>li>a.sub.qinwangbei {
	background-color: #090;
}

.live-list>li>a.sub.quanji {
	background-color: #096;
}

.live-list>li>a.sub.quanyunhui {
	background-color: #03f;
}

.live-list>li>a.sub.recopa {
	background-color: #790000;
}

.live-list>li>a.sub.reshensai {
	background-color: #f39;
}

.live-list>li>a.sub.rilianbei {
	background-color: #c30;
}

.live-list>li>a.sub.rizhibang {
	background-color: #458b00;
}

.live-list>li>a.sub.rizhiye {
	background-color: #f00;
}

.live-list>li>a.sub.rizhiyi {
	background-color: #63f;
}

.live-list>li>a.sub.roudao {
	background-color: #6f9;
}

.live-list>li>a.sub.ruichao {
	background-color: #000079;
}

.live-list>li>a.sub.ruidianbei {
	background-color: #cdcd00;
}

.live-list>li>a.sub.ruidianjia {
	background-color: #698b22;
}

.live-list>li>a.sub.ruishibei {
	background-color: #000;
}

.live-list>li>a.sub.ruishijia {
	background-color: #ee4000;
}

.live-list>li>a.sub.saierbei {
	background-color: #f36;
}

.live-list>li>a.sub.saierjia {
	background-color: #00db00;
}

.live-list>li>a.sub.saierlian {
	background-color: #30c;
}

.live-list>li>a.sub.saima {
	background-color: #6c3;
}

.live-list>li>a.sub.saipubei {
	background-color: #548c00;
}

.live-list>li>a.sub.sbl {
	background-color: #00f;
}

.live-list>li>a.sub.shadilian {
	background-color: #0f3;
}

.live-list>li>a.sub.shapai {
	background-color: #b23aee;
}

.live-list>li>a.sub.shatanzu {
	background-color: #f30;
}

.live-list>li>a.sub.sheji {
	background-color: #cd2990;
}

.live-list>li>a.sub.shejian {
	background-color: #cd3278;
}

.live-list>li>a.sub.shijiebei {
	background-color: #f03;
}

.live-list>li>a.sub.shijubei {
	background-color: #09f;
}

.live-list>li>a.sub.shouqiu {
	background-color: #60f;
}

.live-list>li>a.sub.shuiqiu {
	background-color: #8b2500;
}

.live-list>li>a.sub.sifajia {
	background-color: #f30;
}

.live-list>li>a.sub.siluojia {
	background-color: #9f35ff;
}

.live-list>li>a.sub.sinuoke {
	background-color: #00f;
}

.live-list>li>a.sub.suchao {
	background-color: #0f6;
}

.live-list>li>a.sub.sujia {
	background-color: #9f4d95;
}

.live-list>li>a.sub.sulianbei {
	background-color: #090;
}

.live-list>li>a.sub.summer {
	background-color: #f36;
}

.live-list>li>a.sub.suzongbei {
	background-color: #3f3;
}

.live-list>li>a.sub.swipr {
	background-color: #7dc473;
}

.live-list>li>a.sub.taichao {
	background-color: #cf9;
}

.live-list>li>a.sub.taiwangbei {
	background-color: #c30;
}

.live-list>li>a.sub.tianjing {
	background-color: #303;
}

.live-list>li>a.sub.tiaoshui {
	background-color: #93c;
}

.live-list>li>a.sub.ticao {
	background-color: #060;
}

.live-list>li>a.sub.tubei {
	background-color: #fc3;
}

.live-list>li>a.sub.tuchao {
	background-color: #f30;
}

.live-list>li>a.sub.tujia {
	background-color: #fc3;
}

.live-list>li>a.sub.tulunbei {
	background-color: #ff60af;
}

.live-list>li>a.sub.tunisi {
	background-color: #939;
}

.live-list>li>a.sub.wangqiusai {
	background-color: #0c0;
}

.live-list>li>a.sub.wcba {
	background-color: #909;
}

.live-list>li>a.sub.weichao {
	background-color: #600;
}

.live-list>li>a.sub.weiqi {
	background-color: #309;
}

.live-list>li>a.sub.weitiaobei {
	background-color: #930;
}

.live-list>li>a.sub.wenwang {
	background-color: #0c0;
}

.live-list>li>a.sub.wnba {
	background-color: #f06;
}

.live-list>li>a.sub.wukebei {
	background-color: #0c3;
}

.live-list>li>a.sub.wukechao {
	background-color: #0c3;
}

.live-list>li>a.sub.wukejia {
	background-color: #0c0;
}

.live-list>li>a.sub.wulajia {
	background-color: #360;
}

.live-list>li>a.sub.wurenzhi {
	background-color: #3c3;
}

.live-list>li>a.sub.wushu {
	background-color: #3f0;
}

.live-list>li>a.sub.wwe {
	background-color: #f6c;
}

.live-list>li>a.sub.xbsi {
	background-color: #09c;
}

.live-list>li>a.sub.xiangqi {
	background-color: #0ff;
}

.live-list>li>a.sub.xibei {
	background-color: #303;
}

.live-list>li>a.sub.xijia {
	background-color: #060;
}

.live-list>li>a.sub.xilabei {
	background-color: #30c;
}

.live-list>li>a.sub.xilajia {
	background-color: #30f;
}

.live-list>li>a.sub.xineizu {
	background-color: #060;
}

.live-list>li>a.sub.xiongbei {
	background-color: #f66;
}

.live-list>li>a.sub.xiongjia {
	background-color: #930;
}

.live-list>li>a.sub.xiyi {
	background-color: #060;
}

.live-list>li>a.sub.yaguan {
	background-color: #c00000;
}

.live-list>li>a.sub.yajinsai {
	background-color: #b34db3;
}

.live-list>li>a.sub.yaqingsai {
	background-color: #ff34b3;
}

.live-list>li>a.sub.yatiaobei {
	background-color: #963;
}

.live-list>li>a.sub.yaxiebei {
	background-color: #f30;
}

.live-list>li>a.sub.yaxunsai {
	background-color: #306;
}

.live-list>li>a.sub.yayunhui {
	background-color: #2828ff;
}

.live-list>li>a.sub.yazhoubei {
	background-color: #f06;
}

.live-list>li>a.sub.yazhouzhibang {
	background-color: #696;
}

.live-list>li>a.sub.yibei {
	background-color: #00f;
}

.live-list>li>a.sub.yibinga {
	background-color: #f9f;
}

.live-list>li>a.sub.yibingc3 {
	background-color: #c09;
}

.live-list>li>a.sub.yichaobei {
	background-color: #33f;
}

.live-list>li>a.sub.yijia {
	background-color: #0938f7;
}

.live-list>li>a.sub.yindujia {
	background-color: #960;
}

.live-list>li>a.sub.yingchao {
	background-color: #f00;
}

.live-list>li>a.sub.yingfeilian {
	background-color: #0c9;
}

.live-list>li>a.sub.yingguan {
	background-color: #f0c;
}

.live-list>li>a.sub.yinghousai {
	background-color: #c09;
}

.live-list>li>a.sub.yingjia {
	background-color: #f63;
}

.live-list>li>a.sub.yingjinsai {
	background-color: #939;
}

.live-list>li>a.sub.yinglianbei {
	background-color: #f30;
}

.live-list>li>a.sub.yingnvzu {
	background-color: #f0f;
}

.live-list>li>a.sub.yingtiaobei {
	background-color: #303;
}

.live-list>li>a.sub.yingyi {
	background-color: #c6c;
}

.live-list>li>a.sub.yisiliebei {
	background-color: #36c;
}

.live-list>li>a.sub.yiyi {
	background-color: #1874cd;
}

.live-list>li>a.sub.youyisai {
	background-color: #309;
}

.live-list>li>a.sub.youyong {
	background-color: #6ff;
}

.live-list>li>a.sub.yuenanlian {
	background-color: #c63;
}

.live-list>li>a.sub.yumaoqiusai {
	background-color: #0cc;
}

.live-list>li>a.sub.yuxuansai {
	background-color: #f00;
}

.live-list>li>a.sub.zhijia {
	background-color: #27408b;
}

.live-list>li>a.sub.zhongchao {
	background-color: #f03;
}

.live-list>li>a.sub.zhongjia {
	background-color: #f0f;
}

.live-list>li>a.sub.zhuangqiu {
	background-color: #0f3;
}

.live-list>li>a.sub.zixingchesai {
	background-color: #00f;
}

.live-list>li>a.sub.ziyoubei {
	background-color: #f0f;
}

.live-list>li>a.sub.zongjuesai {
	background-color: #f06;
}

.live-list>li>a.sub.zongyi {
	background-color: #ff3;
}

.live-list>li>a.sub.zqyouyisai {
	background-color: #03c;
}

.live-list>li>a.sub.zuxiebei {
	background-color: #f06;
}

.live-list>li>a.sub.zuzongbei {
	background-color: #f0c;
}

.live-list>li>a.sub.wangqiu {
	background-color: #008b00;
}

.live-list>li>a.sub.zuqiu {
	background-color: #ff3030;
}

.live-list>li>a.sub.lanqiu {
	background-color: #4b0082;
}

.live-list>li>a.sub.paiqiu {
	background-color: #4d7300;
}

.live-list>li>a.sub.qita {
	background-color: #c09;
}

.live-list>li>a.sub.bangqiu {
	background-color: #cd96cd;
}

.live-list>li>a.sub.taiqiu {
	background-color: #32cd32;
}

.live-list>li>a.sub.yumaoqiu {
	background-color: #8b0a50;
}

.live-list>li>a.sub.zixingche {
	background-color: #66cd00;
}

.live-list>li>a.sub.gaoerfu {
	background-color: #9acd32;
}

.live-list>li>a.sub.qugunqiu {
	background-color: #cd69c9;
}

.live-list>li>a.sub.ganlanqiu {
	background-color: #c67171;
}

.live-list>li>a.sub.saiche {
	background-color: #cd3333;
}

.live-list>li>a.sub.yichao {
	background-color: #836fff;
}

.live-list>li>a.sub.hanzhibang {
	background-color: #c6c;
}

.device-warning {
	max-width: 100% !important;
	width: 100%;
	position: fixed;
	top: 0;
	position: absolute;
	transition: bottom .3s;
	z-index: 9000;
	left: 0;
	background-color: #fff;
	box-shadow: 4px 4px 12px rgba(0,0,0,.4);
	padding: 1em;
}

.device-warning .device-warning-logo {
	float: left;
	padding: 1em;
}

.device-warning .device-warning-message h1 {
	font-size: 150%;
	padding: 1em;
	font-weight: 600;
}

.device-warning .device-warning-button {
	padding: 1em;
	text-align: right;
}

.device-warning .device-warning-button a {
	margin-right: 1em;
}

.device-warning:after {
	clear: both;
	float: none;
	content: " ";
	display: table;
}

.page a {
	border: 1px solid #ccc;
	padding: 5px 12px;
	border-radius: 5px;
}

.page b {
	border: 1px solid #ccc;
	padding: 5px 12px;
	border-radius: 5px;
	background: #1abc9c!important;
	border-color: #1abc9c!important;
	color: #fff!important;
}

.page {
	clear: both;
	text-align: center;
    padding-top: 20px;
}


.more {

	float: right;

	display: inline;

	overflow: hidden;

	margin-right: 3px;

	font-size: 14px;

	    margin-top: 15px;

}



.more a {

	height: 30px;

	margin-top: 15px;

	line-height: 30px;

	border-radius: 3px;

	padding: 0 5px;

	text-align: center;

	color: #006BB7

}



.more a:hover {

	background-color: #006BB7;

	color: #fff

}



.da-z-n{ width:280px; height:25px; margin:0px auto; line-height:25px; overflow:hidden;   

}

.da-z-n a{ font-size: 14px;

    color: #006BB7;

background: url(/images/icon/icontu.png) no-repeat 0  transparent;

    padding-left: 24px;

   }

.da-z-n a:hover{color: #dc3243; background: url(/images/icon/icontu.png) no-repeat 0 0 transparent;

    padding-left: 24px;}


.da-r li{ margin-top:10px;    padding-left: 5px;}

.da-r-d,.da-r-s{ position:relative;}

.da-r-d{ width:310px; height:200px;overflow:hidden;}

.da-r-d img {

    width: 310px;

}

.da-r-d:hover div dt{ background:url(v.png) no-repeat right;    -webkit-transition: background-position .2s ease-in;}

.da-r-d:hover div{ background-position:0px -60px;}

.da-r-d div{ position:absolute; bottom:0px; width:320px; height:40px; background:url(a.png) repeat-x; background-position:0px -40px; overflow:hidden;}

.da-r-d div dt{ width:40px; height:40px; background:url(v.png) no-repeat; overflow:hidden;}

.da-r-d div dd{ width:240px; height:40px; line-height:40px; color:#FFF; padding:0px 10px 0px 10px; font-size:16px; overflow:hidden;}

.da-r-s{ width:150px; height:100px;overflow:hidden;}

.da-r-s:hover div dt{ background:url(v1.png) no-repeat right;    -webkit-transition: background-position .2s ease-in;}

.da-r-s:hover div{ background-position:0px -60px;}

.da-r-s div{ position:absolute;  bottom:0px; width:160px; height:26px; background:url(a.png) repeat-x; background-position:0px -40px; overflow:hidden;}

.da-r-s div dt{ width:26px; height:26px; background:url(v1.png) no-repeat; overflow:hidden;}

.da-r-s div dd{ width:99px; height:26px; line-height:26px; color:#FFF; padding:0px 10px 0px 10px; font-size:12px; overflow:hidden;}



.d-tt{     width: 1170px;



    position: relative;

    border-bottom: 3px solid #3676b1;

    float: left;

    display: inline;}

.d-tt span{     height: 46px;

    position: relative;

    bottom: -3px;

    border-bottom: 3px solid #ce2b3b;

    padding-right: 10px;}

.d-tt span a {overflow: hidden;

    font-size: 24px;

    color: #3676b1;}



/*足球篮球切换*/

.tab-right{

    position: relative;

    height: 40px;

    background-color: #3b8cba;

    overflow: hidden;

}

.title-football {

    left: 14px;

}

.title-ball {

    right: 22px;

    text-align: right;

}

.clearfix:before,.clearfix:after {

	content:" ";

	display:table

}

.clearfix:after {

	clear:both

}

.clearfix:before,.clearfix:after {

	content:" ";

	display:table

}

.clearfix:after {

	clear:both

}

.hide {

	display:none!important

}



.title-football, .sidebar .tab-right .title-ball {

    display: inline-block;

    position: absolute;

    z-index: 10;

    top: 0;

    line-height: 40px;

    color: #fff;

    font-size: 16px;

    cursor: pointer;

}

.title-ball, .sidebar .tab-right {

    display: inline-block;

    position: absolute;

    z-index: 10;

    top: 0;

    line-height: 40px;

    color: #fff;

    font-size: 16px;

    cursor: pointer;

}

.index_news{    padding: 10px 0 0;

    background-color: #fff;

   /* width: 1170px;*/

    margin: 0 auto;}

.cf:after,.layout:after,.hd:after,.bd:after{content:"";display:table;clear:both;}

.cf,.layout,.hd,.bd{*zoom:1;}

.hd h2,.hd h3,

.fl,.layout .fl,.chief{float:left;display:inline}

.fr,.layout .fr,.extra{float:right;display:inline}

.layout{width:1170px;margin:0 auto}

.layout8 .chief{    padding-top: 15px;}

.layout8 .extra{width:350px;}

.news_box .mod_news{height:218px;}

.mod_news{width:320px;}

.mod_zhiji .hd .more{width:45px;color:#989898;}

.mod_zhiji .hd .more:hover{color:#BC0904;text-decoration:none;}

.mod_zhiji .hd .more i.icons{float:right;width:13px;height:13px;margin:19px 0 0;background-position:-130px -40px;display:inline;}

.mod_news .bd{padding:0px 0 0px;}

.mod_news .news_list li ,

.mod_news_r .news_list li ,

.news_box_group .hd{}

.news_box_group .mod_news{    height: auto;

    width: 410px;



    display: inline;}

.cf:after,.layout:after,.hd:after,.bd:after{content:"";display:table;clear:both;}

.cf,.layout,.hd,.bd{*zoom:1;}

/* 底部新闻 */

.mod_txcp .box_wb,

.mod_news_r{border:1px solid #E7F3E1;border-top:6px solid #D9EFCF;background-color:#F3FFEC;}

.mod_txcp .box_wb .hd,

.mod_news_r .hd{padding:18px 0 14px;position:relative;margin-left:-1px;color:#333;}

.mod_txcp .box_wb .hd h2,

.mod_news_r .hd h2{padding-left:8px;border-left:8px solid #FF7700;}

.mod_news_r .dot_line{margin:0 20px 15px;height:0;border-bottom:1px dotted #B8B8B8;overflow:hidden;}

.mod_news_r2 .pic_list{padding:12px 0 0 10px;}

.mod_news_r2 .pic_list li{float:left;width:70px;padding:0 0 12px ;text-align:center;}

.mod_news_r2 .pic_list .txt{padding:4px 0;}

.mod_news_r2 .txt_list{padding:0 0 15px 20px;color:#D4D4D4;}
.mod_news_r2 .txt_list  li{ float:left;}
.ic_tit{width: 400px;

       border-bottom: 1px solid #B2BBB5;}

.xwfoot{font-family:"Microsoft Yahei","黑体";font-weight:normal;}

.xwfoot a{font-size:14px;}

.f24 a{    font-size: 24px;

    font-family: "Microsoft Yahei","黑体";

    font-weight: normal;

    padding-left: 10px;

    border-left: 5px solid #ce2b3b;

    line-height: 20px;}

.hd.ic_tit {



    padding: 14px 0;

}

.l28{line-height:28px;margin-top: 10px;}

.l28 li {    border-bottom: 1px solid #B2BBB5;

    width: 100%;

    line-height: 20px;

    height: 20px;

    overflow: hidden;}

	

.fzt a{14px "宋体","Arial Narrow",HELVETICA;}

.fzt a:link{ font-size:14px; color:#333; font-family:"微软雅黑"; text-decoration:none;}

.fzt  a{     font-size: 14px;

    color: #333;

    font-family: "微软雅黑";

    text-decoration: none;

    background: url(http://www.24zbw.com/statics/images/icon/icontu.png) no-repeat 0 -358px transparent;

    padding-left: 17px;}

.fzt a:hover{    color: #006BB7;    background: url(http://www.24zbw.com/statics/images/icon/icontu.png) no-repeat 0 -440px transparent;

    padding-left: 17px;}

.indextj{    width: 100%;}

.foot   { border-top: 1px solid #ddd;

    background: none repeat-x scroll 0 0 #f8f8f8;

    color: #888;



    padding: 0 7px;

    font-size: 14px;



    width: 1100px;



    margin: 0px auto;

    line-height: 26px;

    font-size: 14px;

   

    min-width: 1170px;

}

.foot a {

    color: #888;

    display: inline-block;

    height: 28px;

    padding: 0 7px;

}

.AD_960{

	width:1170px;

	overflow:hidden;

	margin:0 auto 10px auto;

}



/*--/广告 end--*/





.topbar {



    height: 40px;

    line-height: 40px;

    background-color: #f8f8f8;

    border-bottom: 1px solid #e8e8e8;

    min-width: 1200px;

    margin: 0 auto;}

.topbar ul{width:1150px; margin:0 auto; display:block;

    float: none;

    }

.topbar li{float:left; margin-right:10px; 

}

.topbar .color{ float:right;}

.topbar .color a{color:red;}

.mianbaoxue{ height:40px; font-size:13px; line-height:40px; padding-left:10px; float:left; }
.xw_right{ width:350px; float:right; height:auto;}
MTitle_01 .menus{
	border-bottom:#003795 2px solid;
	padding-bottom:0px;
}
.MTitle_01 .conten{ border:none; height:300px;}
.MTitle_01{
	background:url(con_mj_001.gif) repeat-x scroll 0 0 transparent;  height:24px;	margin-top:10px;
}

.MTitle_01 .title{
	float:left;
	font-size:14px;
	line-height:22px;
	padding:2px 0 0 17px;

}



/*#luntan{ margin-top:340px;}*/
.conten1{ margin-top:-1px;  border:1px solid #CDE2F5;  height:auto;}
.tabcon{
	-moz-border-bottom-colors:none;
	-moz-border-image:none;
	-moz-border-left-colors:none;
	-moz-border-right-colors:none;
	-moz-border-top-colors:none;
	-moz-border-top-colors:none;
	border-color:-moz-use-text-color #CDE2F5 #CDE2F5;
	/*border:1px solid #CDE2F5;*/
	border-width: 0 1px 1px;
	clear:both;
	color:#0A008F;
	width:100%;
	overflow-x:auto;
}
.scroll{min-width: 710px;
width: auto;}
.conten1 span{ width:166px; height:16px; overflow:hidden; display:block;}
.tabcon div{float:left; width:160px; position:relative;}
.tabcon div  i{    position: absolute;
    display: none;
    left: 0px;
    width: 128px;
    height: 78px;
    background: url(v2.png) center no-repeat rgba(0,0,0,.5);
    overflow: hidden;
    margin: -78px 0px 0px 0px;
}
.tabcon a:hover  i{
    display: block;
}
.tabcon  div img{border:medium none; height:78px; width:166px; vertical-align:middle;}
.tabcon div a{ display:block; font-size:12px; text-align:center; width:100%; color:#0A008F; text-decoration:none;}
.tabcon div a:hover{ color:#F00;}
.dis{display:none;}
.tabcon div span a{ height:20px; overflow:hidden;}

.tabcon div{float:left; width:166px; margin:10px 0px 0px 5px; _width:126px;_margin:10px 7px 0px 5px; position:relative;}
.tabcon div  i{    position: absolute;
    display: none;
    left: 0px;
    width: 166px;
    height: 78px;
    background: url(v2.png) center no-repeat rgba(0,0,0,.5);
    overflow: hidden;
    margin: -78px 0px 0px 0px;
}

.MTitle_01 .menu dd{    width: 175px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    line-height: 34px;
    background: #4193d7;
    float: left;
    text-align: center;
  }
.MTitle_01 .menu dd.hover{background: none repeat scroll 0 0 #D33556;
    border-color: #FFFFFF;
    font-weight: bold;
    }