body {
	background: #f1f1f1;
}

.left {
	float: left;
}

.right {
	float: right;
}

.full {
	width: 100%;
	height: 100%;
}

.blue {
	color: #017bd1 !important;
}

.red {
	color: #dc2221 !important;
}

.green {
	color: #009900 !important;
}

.mg-20 {
	margin-bottom: 20px;
}

.text-ignore {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/*=========logo/nav=not=========*/

.header_box {
	height: 48px;
	background: #fff;
}

.header_box .header {
	width: 1200px;
	height: 48px;
	margin: 0 auto;
}

.header .logo {
	float: left;
	width: 78px;
	height: 34px;
	margin-top: 7px;
}

.header .logo img {
	width: 100%;
}

.header .nav {
	float: left;
	margin-left: 30px;
}

.nav ul li {
	float: left;
	position: relative;
	transition: all 0.3s;
}

.nav > ul > li > a {
	display: block;
	font: 12px/48px "microsoft yahei";
	position: relative;
	color: #333;
	padding: 0 30px;
}

.nav > ul > li > a:hover {
	color: #dc2221;
}

.nav > ul > li > a:active {
	color: #dc2221;
}

.nav > ul > li > a.active {
	color: #dc2221;
}

/*===cctv-热门赛事、hover:opacty*/

.cctv_match_block {
	width: 100%;
	height: auto;
	background: #fff;
	font-family: "microsoft yahei";
	margin-bottom: 10px;
}

.cctv_match_block_li {
	height: 125px;
	border-bottom: 1px solid #f3f3f3;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
}

.cctv_match_block_name {
	width: 154px;
	height: 125px;
}

.cctv_match_block_name > strong {
	font-size: 12px;
	color: #999;
	margin: 14px 0 0 10px;
	display: block;
}

.cctv_match_block_name > div {
	height: 35px;
	margin-top: 12px;
}

.cctv_match_block_name > div > img {
	width: 35px;
	height: 35px;
	float: left;
}

.cctv_match_block_name > div > span {
	font-size: 14px;
	line-height: 35px;
	color: #333;
	float: left;
	margin-left: 12px;
}

.cctv_match_block_score {
	width: 62px;
	height: 65px;
	margin-right: 23px;
}

.cctv_match_block_score > strong {
	font-size: 12px;
	line-height: 12px;
	display: block;
	margin-top: 14px;
	min-height: 12px;
}

.cctv_match_block_score > span {
	font-size: 15px;
	line-height: 20px;
	display: block;
	margin-top: 60px;
	color: #333;
	text-align: center;
	font-weight: bold;
}

.cctv_match_block_opacty {
	width: 100%;
	height: 125px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(195, 25, 19, 0.5);
	filter: Alpha(opacity=50);
	transform: scale(0.9);
	opacity: 0;
	transition: all 0.25s ease-in-out;
}

.cctv_match_block_opacty > span {
	display: block;
	width: 102px;
	height: 36px;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 44px auto 0;
	transition: all 0.3s;
}

.cctv_match_block_li:hover .cctv_match_block_opacty {
	transform: scale(1);
	opacity: 1;
}

/*=========subnav=========*/
/* logo */
.live_logo {
	width: 100%;
	height: 60px;
	background: #fff;
	display: flex;
	align-items: center;
}
.live_logo1 {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo2_white > img {
	display: block;
}
.navName {
	width: 100px;
	height: 100%;
	font-size: 16px;
	font-weight: 400;
	margin-left: 20px;
}
.navLogo {
	display: block;
	width: 310px;
}
.navLogo1 {
	display: block;
	height: 44px;
}
.live_back {
	width: 81px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #707070;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 400;
	color: #707070;
}
.subnav_box {
	height: 86px;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#F04745, endColorstr=#DC2221)";
}

.subnav_box .subnav_con {
	width: 1200px;
	height: 86px;
	margin: 10px auto 0;
	background: linear-gradient(180deg, #ff796a 0%, #ff0c0c 100%);
	padding: 18px 20px 18px 10px;
	box-sizing: border-box;
}
.subnav {
	height: 50px;
	display: flex;
	align-items: center;
}
.navs_a,
.navsA {
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
}
.navs_a {
	position: relative;
}
.nav_line {
	width: 1px;
	height: 46px;
	background: #ffaaaa;
}
.navs {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	line-height: 30px;
	margin-right: 10px;
}
.navs6 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
	padding: 0px 10px 0 3px;
	line-height: 30px;
}
.navs1,
.navs2,
.navs7 {
	display: flex;
	flex-wrap: wrap;
	line-height: 30px;
}
.navs3,
.navs5 {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 10px 0;
	line-height: 30px;
}
.navs4 {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 30px;
}
.navsA {
	position: relative;
}
.navsA:hover,
.navs_a:hover {
	color: #b40100;
}
.navs1,
.navs2,
.navs7 {
	width: 100px;
	text-align: center;
	overflow: hidden;
}
.navs7 > a:nth-child(1) {
	padding-left: 17px;
	text-align: left;
	box-sizing: border-box;
}
.nav100 {
	display: block;
	width: 100px;
}
.navs3,
.navs5 {
	width: 150px;
	text-align: center;
}
.nav150 {
	display: block;
	width: 50%;
}
.navs4 {
	width: 200px;
	text-align: center;
}
.nav200 {
	display: block;
	width: 33.33%;
}
.navs,
.navs6 {
	width: 120px;
	text-align: center;
}
.nav120 {
	display: block;
	width: 50%;
}
.navs a:nth-child(1),
.navs6 a:nth-child(1) {
	display: block;
	width: 100%;
	margin-left: 9px;
}

/*下拉more*/
.subnav .subnav_more {
	float: right;
	width: 90px;
	height: 48px;
	margin-left: 25px;
	cursor: default;
	position: relative;
	transition: all 0.25s;
}
.subnav .subnav_more p {
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	float: left;
	margin-left: 25px;
}
.subnav .subnav_more i {
	float: left;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	margin: 18px 0 0 5px;
	transition: all 0.25s;
}
.subnav .subnav_more:hover {
	background: #b40100;
}
.subnav .subnav_more:hover i {
	transform: rotate(225deg);
	margin: 22px 0 0 5px;
}
.subnav .subnav_more .subnav_more_block {
	width: 90px;
	height: auto;
	background: #dc2221;
	position: absolute;
	left: 0;
	top: 48px;
	z-index: 9;
}
.subnav .subnav_more .subnav_more_block a {
	display: block;
	height: 41px;
	width: 100%;
	font-size: 16px;
	line-height: 41px;
	color: #ffffff;
	text-align: center;
}
.subnav .subnav_more .subnav_more_block a:hover {
	background: #b40100;
}

/*bottom*/

.bottom_box {
	height: auto;
	margin-top: 36px;
}

.friend_link_box {
	height: auto;
	background: #414141;
	/* padding-bottom: 68px; */
}

.friend_link {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.friend_link h1 {
	font: bold 18px/18px "microsoft yahei";
	color: #999;
	padding-top: 26px;
}

.friend_link ul {
	padding: 20px 0 0px;
	box-sizing: border-box;
}

.friend_link ul li {
	float: left;
	margin-bottom: 20px;
	margin-right: 40px;
}

.friend_link ul li a {
	font: 14px/14px "microsoft yahei";
	color: #818181;
	font-weight: 400;
}

.copy_right {
	height: 76px;
	background: #222;
}

.copy_right p {
	font: 12px/12px "microsoft yahei";
	color: #999;
	text-align: center;
	padding-top: 12px;
}

.copy_right p:first-child {
	padding-top: 20px;
}

/* app 二维码 扫码 */
.sliderCon {
	width: 1200px;
	position: fixed;
	left: 50%;
	top: 166px;
	transform: translateX(-50%);
	z-index: 0;
}
.appCode {
	width: 1200px;
	/* position: fixed;
	left:50%;
	top:166px;
	transform: translateX(-50%);
	z-index:0; */
}
.appCodeLi {
	width: 150px;
	height: 190px;
	background: #fff;
	position: absolute;
	right: -160px;
	border-top: 2px solid #ff0c0c;
	padding: 10px 14px;
	box-sizing: border-box;
}
.appCodeTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 19px;
	color: #000000;
}
.appCodeImg {
	width: 112px;
	height: 112px;
	background: #ffffff;
	border: 1px solid #eeeeee;
	margin: 10px auto;
	padding: 5px;
	box-sizing: border-box;
}
.appCodeScan {
	display: flex;
	justify-content: center;
}
.appCodeScan p {
	height: 19px;
	font-size: 14px;
	font-weight: 400;
	color: #ff0c0c;
	display: flex;
	align-items: center;
}
.appCodeScan p::before {
	content: " ";
	display: inline-block;
	height: 14px;
	width: 20px;
	background: url(../images/scan.png) no-repeat;
	background-size: 14px 14px;
}

/* 广告位置 */
.advertisingLocation {
	width: 1200px;
}
.advertising {
	display: block;
	width: 150px;
	height: 200px;
	background: #fff;
	position: absolute;
	right: -160px;
	top: 200px;
	overflow: hidden;
}
.advertising > img {
	display: block;
	width: 100%;
	object-fit: cover;
}
/*=========right/left content=========*/

.content_box {
	width: 1200px;
	height: auto;
	margin: 10px auto 0;
	position: relative;
}

.content_box .content_left {
	width: 1080px;
	min-height: 725px;
	left: 120px;
	background: #fff;
	/* float: left; */
	position: relative;
	padding-top: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
.chanNel {
	width: 850px !important;
	left: 0 !important;
	float: left;
	padding-top: 0 !important;
}

.content_box .content_left_790 {
	width: 830px;
	left: 0px;
	background: #f1f1f1;
}

.content_box .content_match_fixed {
	background: #fff;
	width: 100px;
	position: absolute;
	left: 0;
	padding-bottom: 24px;
}

/* .content_box .content_match_fixed_active{
	position: fixed;
	top: 0;
	left: auto;
} */
.content_box .content_match_fixed a {
	display: block;
	font: 16px "microsoft yahei";
	color: #000000;
	font-weight: 400;
	width: 100%;
	text-align: center;
	margin: 20px auto 0;
	position: relative;
}

.tagLine {
	display: inline-block;
	width: 4px;
	height: 20px;
	background: linear-gradient(180deg, #ff796a 0%, #ff0c0c 100%);
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.content_box .content_match_fixed a.active {
	color: #ff0c0c;
	font-weight: bold;
}
.content_box .content_match_fixed a.active .tagLine {
	display: block;
}

.content_box .content_match_fixed a:hover {
	color: #ff0c0c;
	font-weight: bold;
}
.content_box .content_match_fixed a:hover .tagLine {
	display: block;
}

.content_left .content_match_tab {
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	display: flex;
	justify-content: space-between;
	overflow: auto;
}

.content_match_tab li {
	float: left;
	margin-right: 20px;
}

.content_match_tab li a {
	display: block;
	width: 150px;
	height: 40px;
	font: 16px/40px "microsoft yahei";
	color: #999;
	background: linear-gradient(180deg, #fbfbfb 0%, #e1e1e1 100%);
	text-align: center;
	cursor: pointer;
	border-radius: 5px;
}

.content_match_tab li a.active {
	background: linear-gradient(180deg, #ff796a 0%, #ff0c0c 100%);
	color: #fff;
	border-radius: 5px;
}

.content_match_sheng {
	width: 369px;
	height: 32px;
	background: #f8f8f8;
	border: 1px solid #eeeeee;
	opacity: 1;
	border-radius: 0px 0px 0px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: -1px;
	top: 0;
}
.content_match_sheng > p {
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 16px;
	color: #999999;
}
.content_left .content_match {
	height: auto;
	margin: 0 20px;
	overflow: auto;
}

.content_match .content_match_text {
	margin-top: 20px;
}

.content_match_text > h6 {
	/* width: 100px; */
	display: flex;
	height: 24px;
	margin-bottom: 20px;
	line-height: 24px;
}

/* .content_match_text>h6>s {
	float: left;
	width: 7px;
	height: 7px;
	background: #dc2221;
	margin-top: 3px;
} */

.content_match_text > h6 > time:nth-child(1) {
	font: 12px/12px "microsoft yahei";
	width: 100px;
	color: #999;
	font-weight: 400;
	line-height: 24px;
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #eeeeee 100%);
}
/* .content_match_text>h6>time:nth-child(2) {
	font: 12px !important;
	background: linear-gradient(-270deg, #FFFFFF 0%, #E4F0FF 100%);
	color: #4181FF;
	font-weight: 400 !important;
	line-height: 24px;
	font-weight: 400;
	position: absolute;
	padding-right: 10px;
	right: 0px;
} */
/* .time_show{
	font: 12px !important;
	background: linear-gradient(-270deg, #FFFFFF 0%, #E4F0FF 100%);
	color: #4181FF;
	font-weight: 400 !important;
	line-height: 24px;
	font-weight: 400;
	position: absolute;
	padding-right: 10px;
	right: 0px;
} */
.content_match_text > li {
	min-height: 100px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	padding: 10px 0;
	box-sizing: border-box;
}
.content_match_text:last-child > li:last-child {
	border-bottom: none;
}
.scoreLeft {
	width: 110px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	overflow: hidden;
	margin-right: 40px;
}
.scoreLeft > time {
	width: 100px;
}
.scoreLeft > p {
	width: 100px;
	margin-top: 20px;
}
.scoreMiddle {
	width: 170px;
	margin-right: 40px;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.scoreM {
	width: 100%;
	height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.scoreM > img {
	display: block;
	width: 20px;
	height: 20px;
}
.scoreM_team {
	width: 130px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 0 10px;
}
.scoreMiddle_bot {
	margin-top: 20px;
}

.scoreRight {
	width: 680px;
	font-size: 16px;
	font-weight: 400;
	color: #666;
}
.scoreRight > a {
	display: inline-block;
	height: 36px;
	background: #ffffff;
	border: 1px solid #cccccc;
	opacity: 1;
	border-radius: 2px;
	padding: 7px 12px;
	box-sizing: border-box;
	margin: 8px 15px 8px 0;
	border-radius: 2px;
}
.scoreRight > a:hover {
	color: #ff0c0c;
	border: 1px solid #ff0c0c;
}
.scoreRight_active {
	color: #ff0c0c;
	border: 1px solid #ff0c0c !important;
}
/* .content_match_text>li a{
	display: block;
	width: 100%;
	height: 68px;
}

.content_match_text>li a:hover .score_link{
	text-decoration: underline;
}

.content_match_text>li time {
	float: left;
	font: 14px/68px "microsoft yahei";
	color: #333;
}

.content_match_text>li .bout {
	float: left;
	font: 14px/68px "microsoft yahei";
	color: #333;
	width: 87px;
	margin-left: 24px;

	height: 68px;
}

.content_match_text>li .score {
	width: 154px;
}

.content_match_text>li .score strong {
	font: bold 22px/68px "microsoft yahei";
	color: #333;
	width: 40px;
	height: 68px;
	text-align: center;
}

.content_match_text>li .score img {
	width: 28px;
	height: 28px;
	margin-top: 20px;
}

.content_match_text>li .score span {
	font: 14px/68px "microsoft yahei";
	color: #333;
	max-width: 112px;
	height: 68px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.content_match_text>li .score.left strong {
	float: right;
}

.content_match_text>li .score.left img {
	float: right;
}

.content_match_text>li .score.left span {
	float: right;
	margin-right: 8px;
}

.content_match_text>li .score.right {
	float: left;
}

.content_match_text>li .score.right strong {
	float: left;
}

.content_match_text>li .score.right img {
	float: left;
}

.content_match_text>li .score.right span {
	float: left;
	margin-left: 8px;
}

.content_match_text>li .score_i {
	float: left;
	font: bold 22px/68px "microsoft yahei";
	padding: 0 6px;
}

.content_match_text>li .score_link {
    float: left;
    font: 16px/68px "microsoft yahei";
    color: #333;
    margin-left: 10px;
}

.content_match_with .content_match_text>li .score {
    width: 188px;
} */

/*=========content_right=========*/

.content_box .content_right {
	width: 340px;
	height: auto;
	float: right;
}

/*=========热门频道=========*/

.block_title {
	height: 40px;
	background: #dc2221;
}

.block_title h1 {
	float: left;
	padding: 0 15px;
	height: 40px;
	font: 20px/40px "microsoft yahei";
	color: #fff;
	text-align: center;
	background: #dc2221;
}

.block_title a {
	float: right;
	font: 11px/40px "microsoft yahei";
	color: #fff;
	margin-right: 10px;
	padding-right: 16px;
	background: url(../images/more.png) no-repeat right;
}

.hot_channel_con > a {
	font: 14px/14px "microsoft yahei";
	color: #333;
	display: inline-block;
	margin: 22px 0 0 22px;
}

.hot_channel_con > a:hover {
	color: #dc2221;
	text-decoration: underline;
}

/*======足球视频==========*/

.content_right .block {
	height: auto;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background: #fff;
}

/*===专题视频、hover:opacty*/

.match_block {
	width: 100%;
	height: auto;
	background: #fff;
	font-family: "microsoft yahei";
	margin-bottom: 10px;
}

.match_block_li {
	height: 128.5px;
	border-bottom: 1px solid #f3f3f3;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}

.match_block_name {
	width: 178px;
	height: 125px;
}

.match_block_name > strong {
	font-size: 12px;
	color: #999;
	margin: 14px 0 0 10px;
	display: block;
}

/* .match_block_name>div {
	height: 35px;
	margin-top: 12px;
}

.match_block_name>div>img {
	width: 35px;
	height: 35px;
	float: left;
}

.match_block_name>div>span {
	font-size: 14px;
	line-height: 35px;
	color: #333;
	float: left;
	margin-left: 12px;
} */

.match_block_cell {
	display: table;
	height: 35px;
	margin-top: 12px;
}
.match_block_cell > * {
	display: table-cell;
	vertical-align: middle;
}

.match_block_cell img {
	width: 35px;
	height: 35px;
}
.match_block_cell div {
	padding-left: 12px;
	font-size: 14px;
	color: #333;
}
.match_block_cell div p {
	overflow: hidden;
	max-height: 35px;
	vertical-align: middle;
	line-height: 17px;
}

.match_block_score {
	width: 92px;
	height: 125px;
}

.match_block_score > strong {
	font-size: 12px;
	line-height: 12px;
	display: block;
	margin-top: 14px;
	min-height: 12px;
}

.match_block_score > span {
	font-size: 20px;
	line-height: 20px;
	display: block;
	margin-top: 40px;
	color: #333;
	text-align: center;
}

.channel_video .match_block_score {
	width: 60px;
}

.match_block_opacty {
	width: 100%;
	height: 125px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(195, 25, 19, 0.5);
	filter: Alpha(opacity=50);
	transform: scale(0.9);
	opacity: 0;
	transition: all 0.25s ease-in-out;
}

.match_block_opacty > span {
	display: block;
	width: 102px;
	height: 36px;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 10px;
	margin: 44px auto 0;
	transition: all 0.3s;
}

.match_block_li:hover .match_block_opacty {
	transform: scale(1);
	opacity: 1;
}

/*======right纯文字列表形式======*/

.hot_video_con li {
	height: 14px;
	margin: 20px 20px 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hot_video_con li a {
	font: 14px/14px "microsoft yahei";
}

.hot_video_con li a:hover {
	color: #dc2221;
}

/*=========splb /corp_list li列表=========*/

.corp_list_con {
	width: 100%;
	border-top: 10px solid #f1f1f1;
	background: #fff;
}

.corp_list_con .corp_list {
	padding: 24px 28px 0;
}

.corp_list .corp_list_title {
	height: 44px;
}

.corp_list_title > img {
	float: left;
	width: 44px;
	height: 44px;
	/*border-radius: 50%;*/
}

.corp_list_title > span {
	float: left;
	font: 16px/44px "microsoft yahei";
	margin-left: 16px;
}

.corp_list_title > ul {
	float: left;
	margin-left: 10px;
}

.corp_list_title > ul > li {
	float: left;
	font: 14px/24px "microsoft yahei";
	color: #999;
	background: #f1f1f1;
	padding: 0 8px;
	margin: 10px 0 0 14px;
	cursor: pointer;
}

.corp_list_title > ul > li.hover {
	background: #dc2221;
	color: #fff;
}

.corp_list_title > a {
	float: right;
	font: 14px/40px "microsoft yahei";
	color: #333;
}

.corp_list_sub {
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 32px;
}

.corp_list .all-item {
	margin-top: 0;
	height: 265px;
}

.corp_list .tag-item {
	margin-top: 20px;
	height: 138px;
}

.corp_list_li > ul {
	width: 45%;
	float: left;
}

.corp_list_li > ul:first-child {
	margin-right: 5%;
}

.corp_list_li > ul > li {
	height: 14px;
	overflow: hidden;
	margin-top: 13px;
}

.corp_list_li > ul > li > a {
	font: 14px/14px "microsoft yahei";
	color: #333;
}

.corp_list_li > ul > li > a:hover {
	color: #dc2221;
}

/*=====英超积分榜=====*/

.block .scoreboard_table {
	/* margin-left: 18px; */
	padding-bottom: 12px;
}

.scoreboard_table tr {
	height: 30px;
	line-height: 30px;
}

.scoreboard_table th {
	text-align: left;
	font: 14px/14px "microsoft yahei";
	color: #666;
}

.scoreboard_table td {
	text-align: left;
	font: 14px/14px "microsoft yahei";
	color: #333;
}

.scoreboard_table td i {
	display: block;
	width: 18px;
	height: 18px;
	color: #e10000;
	line-height: 18px;
	text-align: center;
}

/*=============单场比赛=============*/

/*fixed——score*/

.fixed_score_box {
	width: 100%;
	height: 256px;
	background: url(../images/score_back_new.jpg) no-repeat;
	overflow: hidden;
}

.fixed_score_top {
	width: 550px;
	height: 120px;
	margin: 60px auto 0;
}

.score_name_left {
	width: 140px;
	height: 120px;
	float: left;
	text-align: center;
}

.score_name_left > img {
	width: 80px;
	height: 80px;
	margin-top: 10px;
}

.score_name_left > h1 {
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
}

.score_name {
	width: 270px;
	float: left;
}
.score_name .leagueName {
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}

.score_name time {
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

.score_name span {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 17px;
}

.score_name p {
	font-size: 18px;
	color: #fff;
	margin-top: 20px;
	text-align: center;
}

.score_name_right {
	float: right;
}

/* hy 2020/10/12 */
.fixed_score_link {
	/* min-height: 133px; */
	background: #fff;
}

.fixed_score_taggle {
	/* min-height: 133px; */
	box-sizing: border-box;
	padding: 20px 0px 20px 20px;
}
.signal {
	width: 100%;
	font-size: 18px;
	color: #000;
	font-weight: bold;
}
.signal_img {
	display: inline-block;
	width: 15px;
	margin-right: 5px;
}

.fixed_score_taggle .xinhao_tag {
	margin: 20px 0 0 32px;
}
.fixed_score_taggle .xinhao_tag i {
	cursor: pointer;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #dc2221;
	border-right: 2px solid #dc2221;
	transform: rotate(-135deg);
}
.fixed_score_taggle .xinhao_tag .next {
	transform: rotate(45deg);
}

.fixed_score_taggle .xinhao_tag span {
	display: inline-block;
	font-size: 16px;
	color: #333333;
	padding: 0 4px;
	user-select: none;
}

.fixed_score_button a {
	float: left;
	width: 128px;
	height: 36px;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
	color: #dc2221;
	margin-top: 14px;
	margin-right: 12px;
	border: 1px solid #fff;
	box-sizing: border-box;
}

.fixed_score_button a:hover {
	border: 1px solid #dc2221;
	border-radius: 18px;
}

/* 广告位 */
.advertisingInfo {
	width: 100%;
	height: 120px;
	background: #f1f1f1;
	padding: 10px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.advertisingA {
	display: block;
	width: 100%;
	height: 100px;
}
.advertisingA > img {
	display: block;
	height: 100px;
	object-fit: cover;
	margin: 0 auto;
}
/*==content_left==*/

/*nav*/

.content_block_left {
	width: 850px;
	height: auto;
	float: left;
	background: #fff;
}
.nav_explain {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 10px 30px;
	box-sizing: border-box;
	text-align: center;
}
.nav_explain1 {
	width: 1080px;
	margin-left: 120px;
	background: #fff;
	padding: 10px 30px;
	box-sizing: border-box;
	text-align: center;
}
.nav_explain > p,
.nav_explain1 > p {
	line-height: 18px;
	font-size: 14px;
}
.fixsco_block_nav {
	height: 62px;
	background: #fff;
	border-top: 3px solid #105efb;
	border-bottom: 1px solid #f1f1f1;
}

.fixsco_block_nav li {
	width: 140px;
	text-align: center;
	float: left;
	border-bottom: 2px solid #fff;
	cursor: pointer;
	box-sizing: border-box;
}

.fixsco_block_nav li a {
	font-size: 18px;
	color: #666666;
	line-height: 54px;
	display: inline-block;
	font-weight: bold;
}

.fixsco_block_nav li.active a {
	color: #105efb;
	border-bottom: 6px solid #105efb;
}

/* 底部简介 nav_exp*/
.nav_exp {
	width: 1080px;
	margin-left: 120px;
	/* background: #fff !important; */
	padding: 10px 30px;
	box-sizing: border-box;
	background: #fff url(../images/nav_exp.png) no-repeat !important;
	background-size: auto 100% !important;
	background-position: 100% 100% !important;
	display: flex;
	align-items: center;
}
.nav_exp_P {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #332929;
}

/*简介*/

.fixsco_synopsis {
	width: 100%;
	background: #fff;
	position: relative;
}

.fixsco_synopsis_nav {
	height: 40px;
	padding: 34px 0 0 0px;
	display: flex;
	justify-content: center;
}
.fixsco_line1 {
	width: 225px;
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	position: absolute;
	left: 0;
	top: 33px;
}
.fixsco_line2 {
	width: 225px;
	height: 40px;
	border-bottom: 1px solid #e5e5e5;
	position: absolute;
	right: 0;
	top: 33px;
}
.fixsco_synopsis_nav li {
	float: left;
	width: 200px;
	height: 40px;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	text-align: center;
	cursor: pointer;
	background: #e5e5e5;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.fixsco_synopsis_nav li img {
	float: left;
	width: 24px;
	height: 24px;
	/*border-radius: 50%;*/
	margin: 12px 0 0 60px;
}

.fixsco_synopsis_nav li span {
	float: left;
	font: 16px/16px "microsoft yahei";
	color: #333;
	/* margin: 15px 0 0 12px; */
}

.fixsco_synopsis_nav li.hover {
	border-bottom: none;
	background: #105efb;
}

.fixsco_synopsis_nav li.hover img {
	margin-top: 9px;
}

.fixsco_synopsis_nav li.hover span {
	/* margin-top: 12px; */
	color: #fff;
	margin: 0 10px;
}

.fixsco_synopsis_list {
	width: 762px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 36px;
}

.fixsco_synopsis_li h1 {
	font: bold 16px/16px "microsoft yahei";
	color: #333;
	padding-left: 8px;
	border-left: 4px solid #105efb;
	margin-top: 34px;
}

.fixsco_synopsis_li p {
	font: 16px/28px "microsoft yahei";
	color: #666;
	margin-top: 20px;
	text-indent: 2em;
}
.fixsco_tab_content {
	padding: 0 20px;
}
.fixsco_tab_content .sub-title {
}
/*table*/
.fixsco_table_box h2 {
	margin-top: 20px;
	color: #666666;
	font-size: 18px;
	text-indent: 4px;
	border-left: 4px solid #666;
}
.fixsco_table {
	width: 100%;
	height: auto;
	background: #fff;
}

.fixsco_table table {
	width: 100%;
	margin: 10px 0 0;
	border: 1px solid #eee;
}

.fixsco_table table tbody tr th {
	font: 14px/28px "microsoft yahei";
	color: #333333;
	text-indent: 20px;
}

.fixsco_table table tbody tr th:nth-child(3) {
	text-align: right;
}
.fixsco_table table tbody tr th:nth-child(4) {
	text-align: center;
}

.fixsco_table table tbody tr td {
	font: 14px/60px "microsoft yahei";
	color: #333;
	border-top: 1px solid #e5e5e5;
	text-indent: 20px;
}

.fixsco_table table tbody tr td:nth-child(3) {
	text-align: right;
}
.fixsco_table table tbody tr td:nth-child(4) {
	text-align: center;
}

/*============统计============*/

.stati_list {
	background: #fff;
}

.stati_list_name {
	height: 30px;
}

.stati_name {
	width: 366px;
	float: left;
}

.stati_name img {
	width: 32px;
	height: 32px;
}

.stati_name span {
	float: right;
	font: 14px/64px "microsoft yahei";
	color: #333;
}

.stati_list_name .stati_name.left img {
	float: right;
	margin-top: 17px;
}

.stati_list_name .stati_name.left span {
	float: right;
	margin-right: 10px;
}

.stati_list_name .stati_name.right img {
	float: left;
	margin-top: 17px;
}

.stati_list_name .stati_name.right span {
	float: left;
	margin-left: 10px;
}

.stati_name_center {
	margin-top: 20px;
	color: #666666;
	font-size: 18px;
	text-indent: 4px;
	border-left: 4px solid #666;
}

.stati_list_table {
}
.stati_list_table h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 18px;
	text-indent: 4px;
	border-left: 4px solid #666;
}
.stati_list_table table {
	width: 100%;
	border: 1px solid #eee;
}
.stati_list_table table tbody tr td {
	font: 14px/48px "microsoft yahei";
	color: #333;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	vertical-align: middle;
}

.stati_list_table .bar {
	width: 100%;
	height: 4px;
}

.stati_list_table .bar i {
	display: block;
	height: 4px;
}

.stati_list_table .bar i.win {
	background: #283ae1;
}

.stati_list_table .bar i.lose {
	background: #cccccc;
}

/*=======篮球topic综合页=======*/

/*球队统计*/

.lq_real_time {
	padding: 12px 0 0;
}

.lq_real_time h2, .match-title {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #666666;
	font-size: 18px;
	text-indent: 4px;
	border-left: 4px solid #666;
}
.lq_real_time table {
	width: 100%;
	border: 1px solid #eee;
}
.lq_real_time table tbody tr th {
	font: 14px/52px "microsoft yahei";
	color: #333;
	text-align: center;
	vertical-align: middle;
}
.lq_real_time2 table tbody tr th {
	background-color: #F8F8F8;
}
.lq_real_time table tbody tr td {
	font: 14px/48px "microsoft yahei";
	color: #333;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	vertical-align: middle;
}

/*队员统计*/

.th_title_img {
	width: 32px;
	height: 32px;
	float: left;
	margin: 10px 10px 0 0;
}

/*=========集锦回放页面==========*/

.playback_list {
	background: #fff;
	padding: 10px 24px 44px;
}

.playback_list li {
	overflow: hidden;
	margin-top: 20px;
}

.playback_list li i {
	float: left;
	width: 4px;
	height: 4px;
	margin: 7px 14px 0px 0px;
	background: #999;
}

.playback_list li a {
	float: left;
	max-width: 630px;
	height: 20px;
	font-family: "microsoft yahei";
	font-size: 18px;
	color: #333;
	overflow: hidden;
}

.playback_list li a:hover {
	color: #dc2221;
	text-decoration: underline;
}

.playback_list li time {
	float: right;
	font: 14px/14px "microsoft yahei";
	color: #999;
}

/*==========战报=========*/

.report_list {
	background: #fff;
}

.report_list_name {
	height: 64px;
	padding: 0 24px;
}

.report_name {
	width: 314px;
	float: left;
}

.report_name img {
	width: 32px;
	height: 32px;
}

.report_name span {
	float: right;
	font: 14px/64px "microsoft yahei";
	color: #333;
}

.report_list_name .report_name.left img {
	float: right;
	margin-top: 17px;
}

.report_list_name .report_name.left span {
	float: right;
	margin-right: 10px;
}

.report_list_name .report_name.right img {
	float: left;
	margin-top: 17px;
}

.report_list_name .report_name.right span {
	float: left;
	margin-left: 10px;
}

.report_name_center {
	width: 130px;
	font: 16px/64px "microsoft yahei";
	float: left;
	text-align: center;
}

.report_list_table {
	padding: 0 24px;
}

.report_list_table table tbody tr td {
	font: 14px/48px "microsoft yahei";
	color: #333;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	vertical-align: middle;
}

.report_text {
	background: #fff;
	padding: 34px 24px 42px;
}

.report_text h1 {
	font: bold 16px/16px "microsoft yahei";
	color: #333;
	padding-left: 8px;
	border-left: 4px solid #dc2221;
}

.report_text p {
	font: 16px/28px "microsoft yahei";
	color: #666;
	margin-top: 20px;
	text-indent: 2em;
}

/*=======阵容=====*/

.lineup_list {
	background: #fff;
}

.lineup_list_name {
	height: 64px;
	padding: 0 24px;
	display: flex;
}

.lineup_name {
	width: 240px;
}

.lineup_name img {
	width: 32px;
	height: 32px;
}

.lineup_name span {
	float: right;
	font: 14px/64px "microsoft yahei";
	color: #333;
}

.lineup_list_name .lineup_name.left img {
	float: right;
	margin-top: 17px;
	position: relative;
}

.lineup_list_name .lineup_name.left span {
	float: right;
	margin-right: 10px;
}

.lineup_list_name .lineup_name.right img {
	float: left;
	margin-top: 17px;
}

.lineup_list_name .lineup_name.right span {
	float: left;
	margin-left: 10px;
}
.lineup_name_tit {
	margin-top: 20px;
	margin: 24px;
	margin-left: 0;
	color: #666666;
	font-size: 18px;
	text-indent: 4px;
	border-left: 4px solid #666;
	font-weight: bold;
	line-height: 16px;
}
.lineup_name_center {
	width: 130px;
	font: 16px/64px "microsoft yahei";
	float: left;
	text-align: center;
}

.lineup_list_table {
	padding: 0 24px;
}

.lineup_list_table table {
	width: 100%;
}

.lineup_list_table table tbody tr td {
	font: 14px/48px "microsoft yahei";
	color: #333;
	text-align: center;
	border-top: 1px solid #e5e5e5;
	vertical-align: middle;
}
.lineup_list_table table tbody tr .tdLeft {
	border-left: 1px solid #e5e5e5;
}
.lineup_list_table table tbody tr .tdRight {
	border-right: 1px solid #e5e5e5;
}
.lineup_list_table table tbody tr:last-child .tdLeft {
	border-bottom: 1px solid #e5e5e5;
}
.lineup_list_table table tbody tr:last-child .tdRight {
	border-bottom: 1px solid #e5e5e5;
}

.lineup_table_title {
	margin: 10px 0 15px 0;
	color: #666666;
	font-size: 18px;
	text-indent: 4px;
	color: #333;
	border-left: 4px solid #666;
}

/*=============视频列表页=============*/

.video_list {
	width: 100%;
	height: 208px;
	background: #fff;
	margin-top: 10px;
}

.video_list:first-child {
	margin-top: 0;
}

.video_list_name {
	width: 254px;
	height: 165px;
	float: left;
	border-right: 1px solid #e5e5e5;
	margin-top: 24px;
}

.video_list_name > h1 {
	font-size: 14px;
	line-height: 14px;
	color: #333;
	text-align: center;
}

.video_list_name > div {
	float: left;
	width: 85px;
	height: auto;
	margin: 22px 0 0 20px;
	text-align: center;
}

.video_list_name > div > img {
	width: 50px;
	height: 50px;
}

.video_list_name > div > span {
	display: block;
	font-size: 14px;
	line-height: 14px;
	color: #333;
	text-align: center;
	margin-top: 10px;
}

.video_list_name > div > strong {
	display: block;
	font-size: 40px;
	line-height: 40px;
	color: #333;
	text-align: center;
	margin-top: 18px;
	font-weight: bold;
}

.video_list_li {
	width: 600px;
	height: auto;
	float: left;
	margin: 16px 0 0 0;
}

.video_list_li li {
	height: 14px;
	width: 100%;
	margin: 13px 0 0 24px;
	height: 15px;
	overflow: hidden;
	display: flex;
}

.video_list_li li i {
	width: 3px;
	height: 3px;
	background: #999;
	margin-top: 6px;
	margin-right: 10px;
}

.video_list_li li a {
	font-size: 14px;
	display: block;
	height: 15px;
	color: #333;
	overflow: hidden;
	max-width: 510px;
}

.video_list_li li a:hover {
	color: #dc2221;
}

.video_list_li li a.more {
	width: 50px;
	margin-left: 15px;
	color: red;
}

.video_box {
	width: 1200px;
	margin: 10px auto 0;
	height: auto;
	padding-bottom: 24px;
	background: #fff;
}

.video_box > a {
	width: 180px;
	height: 152px;
	float: left;
	margin: 24px 0 0 17px;
}

.video_box > a > img {
	width: 180px;
	height: 100px;
}

.video_box > a > span {
	display: block;
	font: 12px/24px "microsoft yahei";
	color: #666;
	margin-top: 3px;
}

.video_box > a:hover span {
	color: #dc2221;
}

/*  cctv */
.cctv_play_video_box {
	width: auto;
	background: #f1f1f1;
	padding-top: 10px;
}

/*  tv  */
.tv_mianbao {
	width: auto;
	height: 20px;
	line-height: 20px;
	background: #fff;
	color: #e22d2b;
	font-size: 14px;
}
.tv_mianbao a {
	color: #e22d2b;
}
.tv_mianbao span {
	margin: 0 8px;
}

.play_video .cctv_correlation_video {
	width: 300px;
	height: auto;
	float: left;
	background: #fff;
	padding-left: 10px;
}
.cctv_room_video_box {
	float: left;
	width: 891px;
	padding-bottom: 15px;
	/* margin-right: 1px; */
}
.cctv_channel_list {
	height: 30px;
	font-size: 18px;
	margin-top: 17px;
	display: inline-block;
	padding: 0 5px;

	border-bottom: 3px solid #dc2221;
	font-weight: bold;
	color: rgba(51, 51, 51, 1);
}
#cctv_list_outer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cctv_list {
	height: 40px;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	padding: 0 5px;
	border-bottom: 3px solid #dc2221;
	color: #555555;
}
.chnnel_list {
	width: 891px;
	margin-top: 21px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.cctv_list_line {
	height: 1px;
	background: rgba(234, 234, 234, 1);
}
.cctv_list_lines {
	height: 1px;
	background: rgba(234, 234, 234, 1);
}
.channel_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0 49px;
	padding-top: 20px;
	border-top: 1px solid rgba(234, 234, 234, 1);
}
.channel_box.small {
	padding: 20px 0;
}
.channel_block {
	padding: 10px;
}
.channel_cctv_img {
	padding-top: 10px;
}

.channel_block.like_bg + .like_bg::before {
	content: "";
	display: block;
	height: 20px;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: -10px;
	margin-bottom: 10px;
	background-color: #f1f1f1;
}
.channel_block .cctv_list {
	line-height: 40px;
	display: inline-block;
	width: auto;
	padding: 0 10px;
}
.channel_block .chnnel_list {
	width: auto;
	align-items: flex-start;
	justify-content: start;
}
.channel_block .chnnel_list a {
	/* margin-right: 20px; */
	margin-right: 0;
	width: 14.28%;
	margin-bottom: 50px;
}
.channel_block .list_son {
	margin: 0 auto;
	width: 90px;
}

.channel_list_re.chnnel_list {
	justify-content: start;
}
.channel_list_re.chnnel_list a {
	margin-bottom: 50px;
}

.channel_left_box {
	width: 100px;
	height: 100px;
	font-size: 14px;
}
.channel_left_box img {
	width: 100%;
}
.channel_right_box {
	font-size: 14px;
	width: 765px;
	margin-left: 13px;
	line-height: 24px;
}
.chnnel_list a {
	display: block;
	margin-right: 30px;
	margin-bottom: 10px;
}
.chnnel_list a:nth-child(7n + 0) {
	margin-right: 0;
}
.list_son {
	width: 100px;
	font-size: 14px;
	justify-content: space-between;
	text-align: center;
	color: rgba(51, 51, 51, 1);
}

.list_son img {
	width: 100%;
	margin-bottom: 5px;
	height: 90px;
	object-fit: contain;
}

/*===========视频播放页面===========*/

.play_video_box {
	width: 1200px;
	background: #1d1d1d;
	/* padding-top: 10px; */
	margin: 10px auto 0;
}
.room_video_title {
	padding-left: 15px;
}

.play_video {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.room_video {
	height: auto !important;
}
.room_video_box {
	float: left;
	width: 900px;
	padding-bottom: 15px;
}
.play_video .room_video {
	position: relative;
	height: 540px;
}

.room_video > a {
	display: block;
}

.room_video_title h2 {
	font-size: 26px;
	color: #ffffff;
	margin-top: 30px;
}

.room_video_title time {
	font-size: 14px;
	color: #cccccc;
	display: block;
	margin-top: 10px;
}
.room_video_title ul li {
	float: left;
	margin: 10px 20px 0 0;
	padding: 5px 13px;
	border: 1px solid #666666;
	border-radius: 20px;
}
.room_video_title ul li a {
	font-size: 14px;
	color: #cccccc;
	line-height: 14px;
}
.room_video_title ul li:hover {
	background: #666;
	color: #fff;
}
.play_video .correlation_video {
	width: 300px;
	height: auto;
	float: left;
	background: #333333;
}
.correlation_video .correlation_video_tab {
	height: 55px;
	border-bottom: 1px solid #454545;
}
.correlation_video .correlation_video_tab li {
	/* float: left; */
	width: 100%;
	height: 54px;
	text-align: center;
	line-height: 54px;
	font-size: 20px;
	color: #cccccc;
	cursor: pointer;
}
.correlation_video .correlation_video_tab li:active {
	border-bottom: 2px solid #d0021b;
	color: #dc2221;
}
.correlation_video .correlation_video_tab li.active {
	border-bottom: 2px solid #d0021b;
	color: #dc2221;
}
.scroll_video {
	height: 619px;
	overflow-x: hidden;
	overflow-y: scroll;
	margin-top: 5px;
}

.video_article_play_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s;
}
.video_article_play_box:hover {
	background: rgba(0, 0, 0, 0.2);
}
.video_article_play {
	display: block;
	background: url(../images/video_article_play.png);
	margin: 210px auto 0;
	width: 120px;
	height: 120px;
}
.video_article_play:hover {
	background-position: 120px 0;
}
.scroll_video_block {
	height: 99px;
}
.scroll_video_block img {
	width: 100px;
	height: 75px;
	margin: 12px 0 0 10px;
	float: left;
}
.scroll_video_block p {
	font-size: 14px;
	color: #ffffff;
	line-height: 28px;
	width: 160px;
	float: left;
	margin: 6px 0 0 10px;
	height: 56px;
	overflow: hidden;
}
.scroll_video_block time {
	opacity: 0.66;
	font-size: 12px;
	color: #cccccc;
	float: left;
	margin: 12px 0 0 10px;
}
.scroll_video_block:hover {
	background: #000000;
	transition: all 0.3s;
}
.scroll_video_block.active {
	background: #000000;
}
/*滚动条样式*/
.scroll_video::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
}

.scroll_video::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background: #555555;
	border-radius: 6px;
}

.scroll_video::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	border-radius: 0;
	background: #333333;
}

/*视频推荐*/
.video_recommend_block {
	width: 810px;
	height: 147px;
	box-sizing: border-box;
	border-bottom: 1px solid #e2e2e2;
	margin-top: 20px;
}
.video_recommend_block > a {
	float: left;
	display: inline-block;
	position: relative;
}
.video_recommend_block img {
	width: 168px;
	height: 126px;
}
.video_recommend_block .video_tag {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	background: url(../images/video_play.png) no-repeat;
	left: 66px;
	top: 45px;
}
.video_recommend_block h3 {
	font-size: 20px;
	width: 622px;
	height: 32px;
	color: #333333;
	line-height: 32px;
	float: left;
	margin: -6px 0 0 20px;
	overflow: hidden;
}
.video_recommend_block h3 a:hover {
	color: #dc2221;
}

.video_recommend_block p {
	width: 622px;
	float: left;
	margin: 10px 0 0 20px;
}
.video_recommend_block p a {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}
.video_recommend_block time {
	float: right;
	font-size: 14px;
	color: #666666;
	margin-top: 12px;
}

/*------------专题页面-------------*/

/*nav*/

.topic_subnav_box {
	width: 1200px;
	height: 48px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 3;
}

.topic_subnav_box .topic_subnav {
	width: 1200px;
	height: 48px;
	margin: 0 auto;
}

.topic_subnav ul {
	padding-left: 58px;
}

.topic_subnav li {
	float: left;
	margin-left: 70px;
	margin-top: 12px;
}

.topic_subnav li a {
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	display: block;
}

.topic_subnav li a i {
	display: block;
	background: #dc2221;
	width: 18px;
	height: 2px;
	margin: 4px auto 0;
	display: none;
}

.topic_subnav li a:hover {
	color: #dc2221;
}

.topic_subnav li a:hover i {
	display: block;
}

.topic_subnav li a.hover {
	color: #dc2221;
}

.topic_subnav li a.hover i {
	display: block;
}

.topic_subnav_box.channel_nav ul {
	padding-left: 2px;
}
.topic_subnav_box.channel_nav li {
	margin-left: 57px;
}

/*content*/

.toc_left_w665 {
	width: 665px;
	float: left;
}

.toc_right_w525 {
	width: 525px;
	float: right;
}

.toc_left_w850 {
	width: 850px;
	float: left;
}

.toc_right_w340 {
	width: 340px;
	float: right;
}

/*热门赛事*/

.topic_match_box {
	width: 665px;
	height: auto;
	background: #fff;
}

.topic_match_box .topic_tag_title {
	height: 26px;
	padding: 20px 0 0 20px;
}

.topic_tag_title h1 {
	font-size: 20px;
	color: #000;
	float: left;
	line-height: 26px;
}

.topic_tag_title i {
	font-size: 16px;
	color: #999;
	float: left;
	line-height: 26px;
	padding: 0 20px;
	font-family: simsun;
}

.topic_tag_title a {
	float: left;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
}

.topic_tag_title a s {
	font-family: simsun;
	text-decoration: none;
}

.topic_match_list {
	margin-top: 20px;
}

.topic_match_list .list_block {
	height: 46px;
	border-top: 1px solid #ddd;
}

.topic_match_list .list_block:hover {
	background: #f8f8f8;
	cursor: pointer;
}

.topic_match_list .list_block:first-child {
	border-top: none;
}

.topic_match_list .list_block .state {
	float: left;
	width: 52px;
	height: 22px;
	border: 1px solid #fff;
	color: #333;
	margin: 13px 0 0 20px;
	line-height: 22px;
	text-align: center;
}

.topic_match_list .list_block .gray_left {
	color: #666;
	border-color: #666;
}

.topic_match_list .list_block .red_left {
	color: #fff;
	border-color: #dc2221;
	background: #dc2221;
}

.topic_match_list .list_block .blue_left {
	color: #017bd1;
	border-color: #017bd1;
}

.topic_match_list .list_block .time {
	font-size: 14px;
	float: left;
	margin: 18px 0 0 10px;
}

.topic_match_list .list_block .type {
	font-size: 14px;
	float: left;
	margin: 18px 0 0 10px;
	width: 80px;
}

.topic_match_list .list_block .match_name {
	float: left;
	height: 19px;
	margin: 15px 0 0 15px;
}

.topic_match_list .list_block .match_name span {
	float: left;
	width: 92px;
	font-size: 14px;
	color: #000;
	line-height: 19px;
}

.topic_match_list .list_block .match_name .text_left {
	text-align: right;
}

.topic_match_list .list_block .match_name img {
	float: left;
	width: 28px;
	height: 18px;
	padding: 0 5px;
	box-sizing: border-box;
}

.topic_match_list .list_block .match_name strong {
	float: left;
	width: 26px;
	height: 20px;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-align: center;
	line-height: 19px;
}

.topic_match_list .list_block .match_name .shape {
	float: left;
	margin: 10px 5px 0;
	width: 10px;
	height: 2px;
	background: #000;
	text-decoration: none;
	line-height: 0;
}

.topic_match_list .list_block .resource {
	float: left;
	width: 66px;
	/* margin: 18px 0 0 15px; */
	margin-top: 18px;
	font-size: 14px;
	text-align: center;
}

/*热门图文*/

.hot_textimg_box {
	width: 665px;
	height: auto;
	background: #fff;
	margin-top: 10px;
	padding-bottom: 20px;
}

.hot_textimg {
	margin-left: 9px;
}

.hot_textimg li {
	float: left;
	margin: 20px 0 0 10px;
}

.hot_textimg li a {
	display: block;
	width: 202px;
	height: 152px;
	position: relative;
	overflow: hidden;
}

.hot_textimg li img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}

.hot_textimg img:hover {
	transform: scale(1.2);
}

.hot_textimg li span {
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	font-size: 16px;
	color: #ffffff;
	width: 100%;
	overflow: hidden;
	word-break: keep-all;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 30px;
	box-sizing: border-box;
	padding: 6px 8px;
}

.hot_textimg li strong {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	background: #017bd1;
	width: 72px;
	height: 24px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	line-height: 24px;
}

/*right文章列表*/

.toc_articles_box {
	width: 525px;
	height: auto;
	background: #fff;
}

.toc_articles_box .topic_articles {
	padding: 0 20px 20px;
}

.topic_articles h1 {
	font-size: 22px;
	color: #000;
	padding-top: 15px;
	font-weight: bold;
	line-height: 29px;
	height: 29px;
	overflow: hidden;
}

.topic_articles h1 a:hover {
	color: #f72921;
}

.topic_articles h1 .tag {
	font-size: 20px;
	color: #ffffff;
	height: 29px;
	padding: 0 10px;
	text-align: center;
	background: #017bd1;
	margin-right: 10px;
	font-weight: normal;
}

.topic_articles h1:first-child {
	padding-top: 20px;
}

.topic_articles ul {
	padding-top: 2px;
}

.topic_articles ul li {
	margin-top: 12px;
	font-size: 16px;
	color: #333333;
	line-height: 21px;
	height: 21px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.topic_articles ul li a {
	display: inline-block;
	zoom: 1;
}

.topic_articles ul li .tag {
	font-size: 16px;
	color: #ffffff;
	height: 21px;
	padding: 0 12px;
	background: #017bd1;
	display: inline-block;
	zoom: 1;
	margin-right: 10px;
}

.topic_articles ul li a.video_tag {
	background: url(../images/topic_video_tag_initial.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-position-y: 3px;
	padding-left: 26px;
}

.topic_articles ul li a:hover {
	color: #f72921;
}

.topic_articles ul li .video_tag:hover {
	background: url(../images/topic_video_tag_hover.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-position-y: 3px;
	padding-left: 26px;
}

/*热门tag视频*/

.topic_name_video_box {
	margin-top: 10px;
	background: #fff;
}

.topic_name_video_box .tocname_tag_title {
	height: 50px;
	padding: 20px 20px 0 20px;
}

.tocname_tag_title img {
	float: left;
	width: 50px;
	height: 50px;
}

.tocname_tag_title h1 {
	float: left;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	margin-left: 10px;
}

.tocname_tag_title ul {
	float: left;
	margin-left: 60px;
	margin-top: 14px;
}

.tocname_tag_title li {
	float: left;
	margin-right: 20px;
	font-size: 16px;
	color: #999;
}

.tocname_tag_title li a {
	color: #999;
}

.tocname_tag_title li a:hover {
	color: #000;
}

.tocname_tag_title li a.active {
	color: #000;
}

.tocname_tag_title .gd {
	font-size: 14px;
	color: #666;
	float: right;
	margin-top: 16px;
}

.tocname_list {
	margin-top: 10px;
}

.tocname_list > ul:first-child {
	margin-right: 40px;
}

.tocname_list > ul {
	width: 375px;
	float: left;
	margin-left: 20px;
}

.tocname_list > ul > li {
	height: 21px;
	overflow: hidden;
	margin-top: 10px;
}

.tocname_list > ul > li > a {
	font-size: 16px;
	color: #333333;
	line-height: 21px;
}

.tocname_list > ul > li > a:hover {
	color: #dc2221;
}

.tocname_score_box {
	border-top: 1px solid #dddddd;
	margin-top: 20px;
}

.tocname_score_box .tocname_score_li {
	float: left;
	width: 425px;
	height: 141px;
}

.tocname_score_box .tocname_score_li:hover {
	background: #fff5f5;
}

.tocname_score_box .tocname_score_li .score_block_name {
	width: 249px;
	float: left;
}

.tocname_score_box .tocname_score_li .score_block_score {
	width: 116px;
	float: left;
}

.tocname_score_box .tocname_score_li .score_block_name > strong {
	display: block;
	font-size: 14px;
	color: #333333;
	margin: 20px 0 0 20px;
}

.tocname_score_box .tocname_score_li .score_block_name > div {
	height: 28px;
	margin-top: 15px;
}

.tocname_score_box .tocname_score_li .score_block_name > div > img {
	width: 28px;
	height: 28px;
	float: left;
	margin-left: 20px;
}

.tocname_score_box .tocname_score_li .score_block_name > div > span {
	font-size: 16px;
	color: #000;
	float: left;
	margin-left: 10px;
	line-height: 28px;
}

.tocname_score_box .tocname_score_li .score_block_score > strong {
	font-size: 14px;
	color: #333;
	display: block;
	margin-top: 20px;
	text-align: center;
}

.tocname_score_box .tocname_score_li .score_block_score > span {
	font-size: 20px;
	color: #000;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 36px;
}

/*right、centent table*/

.topic_right_block {
	background: #fff;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.tocr_block_title {
	height: 44px;
	border-bottom: 2px solid #017bd1;
}

.tocr_block_title h1 {
	float: left;
	padding: 0 20px;
	font-size: 18px;
	color: #000;
	line-height: 44px;
	border-bottom: 2px solid #dc2221;
}

.tocr_block_title a {
	float: right;
	font: 14px/44px "microsoft yahei";
	color: #666;
	margin-right: 20px;
	padding-right: 15px;
	background: url(../images/more_gray.png) no-repeat right;
}

.tocr_block_table {
	margin: 20px 20px 0 17px;
}

.tocr_block_table table th {
	font-size: 14px;
	color: #666;
}

.tocr_block_table table td {
	font-size: 16px;
	color: #333;
	text-align: center;
	padding-top: 15px;
}

.tocr_block_taggle {
	height: 44px;
	background: #f8f8f8;
}

.tocr_block_taggle li {
	float: left;
	width: 50%;
	font-size: 18px;
	color: #999;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
	position: relative;
}

.tocr_block_taggle li s {
	display: block;
	width: 100%;
	height: 4px;
	background: #dc2221;
	position: absolute;
	left: 0;
	top: -2px;
	display: none;
}

.tocr_block_taggle li:active {
	background: #fff;
	color: #dc2221;
}

.tocr_block_taggle li:active s {
	display: none;
}

.tocr_block_taggle li.active {
	background: #fff;
	color: #dc2221;
}

.tocr_block_taggle li.active s {
	display: none;
}

/*-------------naw index------------*/

/*热门赛事*/

.topic_match_box .index_tag_title {
	height: 48px;
	border-bottom: 1px solid #f72921;
	background: url(../images/index_tag_title.png) no-repeat top left;
}

.topic_match_box .index_tag_title h1 {
	float: left;
	font-size: 20px;
	color: #ffffff;
	letter-spacing: 0;
	line-height: 46px;
	margin-left: 20px;
}

.topic_match_box .index_tag_title a {
	float: right;
	font-size: 16px;
	width: 129px;
	height: 33px;
	color: #000000;
	line-height: 19px;
	margin: 8px 9px 0 0;
}

.index_match_list {
	margin-top: 10px;
	padding-bottom: 16px;
}

/*img/trxt block*/

.index_hot_textimg_box {
	width: 1200px;
}

.index_hot_textimg {
	margin-left: 0;
}

.index_hot_textimg li {
	margin: 20px 0 0 20px;
}

.index_hot_textimg li a {
	width: 275px;
	height: 206px;
}

.index_hot_textimg li strong {
	background-image: linear-gradient(-135deg, #fe3c2a 0%, #f41e1d 100%);
	width: 80px;
	height: 28px;
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 28px;
	overflow: hidden;
}

/*topic/list*/

.index_name_video_back {
	background: #fff;
	margin-top: 10px;
}

.index_name_video_box {
	margin-top: 0;
	padding-bottom: 30px;
}

.index_name_video_box .index_tag_title {
	height: 48px;
	border-bottom: 1px solid #f72921;
}

.lanqiu_title_back {
	background: url(../images/lanqiu_title_back.png) no-repeat 3px 0;
}

.zuqiu_title_back {
	background: url(../images/zuqiu_title_back.png) no-repeat 0px 0;
}

.shenshuiqu_title_back {
	background: url(../images/shenshuiqu_title_back.png) no-repeat 3px 0;
}

.shishiredian_title_back {
	background: url(../images/shishiredian_title_back.png) no-repeat 3px 0;
}

.index_name_video_box .index_tag_title h1 {
	font-size: 20px;
	color: #ffffff;
	line-height: 46px;
	float: left;
	margin-left: 58px;
}

.index_name_video_box .index_tag_title .index_tag_left {
	float: right;
	margin: 21px 24px 0 0;
}

.index_name_video_box .index_tag_title .index_tag_left a {
	font-size: 14px;
	color: #000000;
	line-height: 19px;
	margin-left: 20px;
}

.index_name_video_box .index_tag_title .index_tag_left a:hover {
	color: #f72921;
}

.index_name_video_box .index_tag_title .index_tag_left i {
	font-size: 14px;
	color: #ccc;
	line-height: 19px;
	margin-left: 20px;
}

.index_name_video_box .indname_list {
	margin-top: 20px;
}

/*index,right img/text*/

.text_img_block {
	padding: 20px 20px 0;
	height: 75px;
}

.text_img_block img {
	width: 100px;
	height: 75px;
	float: left;
}

.text_img_block p {
	font-size: 14px;
	color: #333333;
	line-height: 22px;
	width: 190px;
	float: left;
	margin: -3px 0 0 10px;
	height: 64px;
	overflow: hidden;
}

.text_img_block:hover p {
	color: #dc2221;
}

.text_img_block span {
	opacity: 0.66;
	font-size: 12px;
	color: #666;
	letter-spacing: 0;
	float: right;
	margin: 0 10px 0 0;
}

/*===========新闻、视频列表==========*/
.news_list {
	background: #fff;
	padding-top: 10px;
}
.news_list .block_img {
	height: 147px;
	width: 810px;
	margin: 20px auto 0;
	border-bottom: 1px solid #ccc;
}
.block_img .tag_posituon {
	display: block;
	width: 168px;
	height: 126px;
	float: left;
	position: relative;
}
.block_img img {
	width: 168px;
	height: 126px;
	float: left;
}
.block_img .video_tag {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	background: url(../images/video_play.png) no-repeat;
	left: 66px;
	top: 45px;
}
.block_img h1 {
	float: left;
	width: 622px;
	font-size: 20px;
	color: #333;
	margin: -4px 0 0 20px;
}
.block_img h1 a:hover {
	color: #dc2221;
}
.block_img p {
	width: 622px;
	height: 48px;
	float: left;
	margin: 10px 0 0 20px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}
.block_img p a:hover {
	color: #dc2221;
}
.block_img time {
	float: right;
	margin: 0px 0 0 20px;
	color: #666;
	font-size: 14px;
}

/*翻页*/
.pagination-style {
	width: 1200px;
	margin: 0 auto;
	border-top: 1px solid #eee;
	text-align: center;
	background: #fff;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}
.pagination > li {
	float: left;
	margin: 0 5px;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 3px 12px;
	line-height: 1.6;
	text-decoration: none;
	color: #999;
	background-color: #F1F1F1;
	border: 1px solid #F1F1F1;
	margin-left: -1px;
	font-size: 16px;
	font-weight: bold;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
	z-index: 2;
	color: #fff;
	background-color: #105EFB;
	border-color: #105EFB;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
	z-index: 3;
	color: #fff;
	background-color: #105EFB;
	border-color: #105EFB;
	cursor: default;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
	color: #999;
	background-color: #F1F1F1;
	border-color: #F1F1F1;
	cursor: not-allowed;
}

/*right,tag块*/
.right_tag_box {
	overflow: hidden;
	padding: 0 5px;
}
.right_tag_box ul {
	margin-top: 12px;
	margin-right: -6px;
}
.right_tag_box li {
	float: left;
}
.right_tag_box li a {
	position: relative;
	display: block;
	line-height: 22px;
	padding: 0 6px;
	font-size: 14px;
	color: #666;
	margin: 4px 0 0 3px;
}
.right_tag_box li a:hover {
	color: #dc2221;
}
.right_tag_box li a.active {
	background: #dddddd;
}

/*热播排行*/
.rankings_box li {
	height: 22px;
	margin-top: 20px;
	padding: 0 20px;
	overflow: hidden;
}
.rankings_box li a {
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	line-height: 22px;
}
.rankings_box .rankings_block {
	height: 95px;
	margin-top: 20px;
	background: #ffffff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.rankings_box .rankings_block a {
	display: block;
	height: 100%;
}
.rankings_box .rankings_block img {
	width: 100px;
	height: 75px;
	float: left;
	margin: 10px 0 0 20px;
}
.rankings_box .rankings_block p {
	float: left;
	width: 190px;
	height: 44px;
	float: left;
	margin: 6px 0 0 10px;
	font-size: 14px;
	color: #000;
	letter-spacing: 0;
	line-height: 22px;
	overflow: hidden;
}
.rankings_box .rankings_block time {
	display: block;
	float: left;
	font-size: 12px;
	color: #999;
	margin: 20px 0 0 10px;
}
.rankings_box .rankings_block span {
	display: block;
	float: right;
	font-size: 12px;
	color: #fa6e1e;
	margin: 20px 25px 0 0;
	padding-left: 14px;
	background: url(../images/fire.png) no-repeat;
}
.rankings_box .top {
	position: relative;
}
.text_img_block .number {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	left: 0px;
	top: 20px;
	font-size: 12px;
	line-height: 20px;
	color: #ffffff;
	text-align: center;
}
.text_img_block .no1 {
	background: #f72921;
}
.text_img_block .no2 {
	background: #fa6e1e;
}
.text_img_block .no3 {
	background: #fa9600;
}
.rankings_box .top p {
	height: 44px;
}
.rankings_box .top time {
	display: block;
	float: left;
	font-size: 12px;
	color: #999;
	margin: 20px 0 0 10px;
}
.rankings_box .top span {
	display: block;
	float: right;
	font-size: 12px;
	opacity: 1;
	color: #fa6e1e;
	margin: 20px 5px 0 0;
	padding-left: 14px;
	background: url(../images/fire.png) no-repeat;
}

/*===========文章页==========*/

.articles_text_box {
	background: #fff;
}

.bread_crumb {
	font-size: 14px;
	color: #666;
	padding: 10px 0 0 20px;
}

.bread_crumb a {
	font-size: 14px;
	color: #666;
}

.bread_crumb a:hover {
	color: #dc2221;
}

.articles_text {
	padding: 0 40px 20px;
	font-size: 16px;
	color: #333;
}

.articles_text .title {
	margin-top: 20px;
}

.articles_text .title h1 {
	font-size: 30px;
	line-height: 35px;
	color: #333;
	text-align: left;
	font-weight: bold;
}

.articles_text .title time {
	display: block;
	font-size: 14px;
	color: #333;
	margin: 20px 0 0 0;
	text-align: right;
}

.articles_text img {
	display: block;
	margin: 0 auto;
	max-width: 100% !important;
	height: auto !important;
}

.articles_text p {
	font-size: 16px;
	color: #333;
	line-height: 32px;
	text-align: left;
	margin-top: 20px;
	margin-bottom: 20px;
}

.articles_text pre {
	font-size: 16px;
	color: #333;
	line-height: 32px;
	text-align: left;
	margin-top: 20px;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
}

.articles_text strong {
	font-weight: bold;
}

/*tag*/
.articles_tag_text {
	padding: 0 40px 30px;
}
.articles_tag_text li {
	float: left;
	margin-right: 20px;
	margin-top: 10px;
}
.articles_tag_text li a {
	display: block;
	height: 30px;
	padding: 0 20px;
	font-size: 14px;
	color: #666;
	line-height: 30px;
	background: #f5f5f5;
	border-radius: 15px;
}
.articles_tag_text li a:hover {
	background: #ccc;
	color: #333;
}

/*推荐阅读*/

.reading_box {
	width: 100%;
	height: auto;
	margin-top: 10px;
	background: #fff;
}

.reading_box .reading_padding {
	padding: 0 20px 20px;
}

.reading_box .reading_title {
	height: 46px;
	padding: 8px 0 0 0;
	border-bottom: 3px solid #017bd1;
}

.reading_title h1 {
	font-size: 20px;
	color: #333333;
	line-height: 46px;
	display: inline-block;
	border-bottom: 3px solid #dc2221;
}

/* 首页 信息 */
.ulLi:nth-child(odd) {
	border-right: 1px solid #000;
	padding-right: 10px;
	box-sizing: border-box;
}
.ulLi:nth-child(even) {
	padding-left: 10px;
	box-sizing: border-box;
}
.ulLi > a {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.topic_articles ul li a.video_tag {
	box-sizing: border-box;
}

/* 24直播  面包屑 */
.crumbs_zb {
	width: 1200px;
	height: 24px;
	margin: 12px auto 0;
	display: flex;
	justify-content: space-between;
}
.crumbsCon {
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	font-weight: 400;
	color: #333333;
}
.crumbsCon > a {
	display: inline-block;
	width: 65px;
	height: 24px;
	text-align: center;
	margin-left: 10px;
	background: #fff;
}
.crumbs_zb > p {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: #999999;
}
/* 暂无直播列表 */
.liveNo {
	width: 100%;
	height: 725px;
	background: #fff;
	display: flex;
	justify-content: center;
	padding-top: 100px;
	box-sizing: border-box;
}
.liveNo > div {
	text-align: center;
}
.liveNo > img {
	display: block;
	width: 120px;
}
.liveNo > p {
	color: #666;
}

/* 足球新闻  篮球新闻  二级导航 */
.newHeader {
	width: 100%;
	height: 64px;
}
.newHeader_con {
	width: 1200px;
	height: 64px;
	background: #ffffff;
	margin: 0 auto;
}
.newHeader_list {
	height: 64px;
	display: flex;
	align-items: center;
	margin-left: 38px;
}
.newHeader_list a {
	display: block;
	height: 64px;
	line-height: 64px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin-right: 64px;
	box-sizing: border-box;
}

.newHeader_list a:hover {
	font-weight: bold;
	color: #ff0c0c;
}
/* 全部频道页 */
.all_channels{
	width: 1200px;
	margin: 0px auto;
	background: #fff;
	border-top: 3px solid #105efb;
	box-sizing: border-box;
	color: #105EFB;
	padding-top: 17px;
	padding-right: 5px;
	margin-bottom: 20px;
	padding-left: 5px;
	padding-bottom: 20px;
}
.all_channels_title{
	margin: 0px 15px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
}
.all_channels_title h3{
	height: 24px;
	line-height: 24px;
	padding-left: 11px;
	position: relative;
}
.all_channels_title h3::after{
	display: block;
	content: "";
	width: 6px;
	height: 16px;
	position: absolute;
	background: #105EFB;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.all_channels_ul{
	display: flex;
	flex-wrap: wrap;
}
.all_channels_item{
	width: 140px;
	height: 44px;
	line-height: 44px;
	border-top: 2px solid #95b7f5;
	border-bottom: 2px solid #95b7f5;
	background: #E6EFFF;
	text-align: center;
	margin-top: 20px;
	margin-right: 15px;
	margin-left: 15px;
}
.all_channels_item a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 0px 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	color: #105EFB;
}
/* 全部频道页end */




.duansp_list {
	border-right: 1px #eee solid;
	border-left: 1px #eee solid;overflow:hidden; padding: 0px; margin: 0px;
}

.duansp_list li { padding: 0px; margin: 0px;list-style-type:none;
	width: 153px;
	float: left;
	text-align: center;
	margin-bottom: 18px;
	margin-top: 11px;  margin-left:10px;border:#ccc 1px solid; padding:2px;
}

.duansp_list_flnr .dsp_title {
	
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 26px;
	height: 26px;
	margin: 0 auto;
	text-align:center; overflow:hidden
}

.duansp_list_flnr .dsp_photo {
	position: relative;
	width: 100%;
	height: 100px;
	margin: 0 auto
}

.duansp_list_flnr .dsp_photo span {
	width: 100%;
	height: 90px;
	display: block
}

.duansp_list_flnr .dsp_photo span img {
	width: 100%;
	height: 90px;
	display: block;
	border-radius: 6px
}

.duansp_list_flnr .dsp_photo .covermask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.duansp_list_flnr .dsp_photo:hover .covermask {
	opacity: .2;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}

.duansp_list_flnr .dsp_photo .playbtn {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -25px;
	margin-top: -25px;
	width: 49px;
	height: 49px;
	background: url(../img/dspleft_ico.png) no-repeat 0 0;
	opacity: 0;
	-webkit-transform: scale(.7);
	-webkit-transition-property: opacity,-webkit-transform;
	-webkit-transition-duration: .5s;
	transform: scale(.7);
	transition-property: opacity,transform;
	transition-duration: .5s;
	zoom: 1;
	background-size: 100% 100%
}

.duansp_list_flnr .dsp_photo:hover .playbtn {
	opacity: .9;
	-webkit-transform: scale(1);
	-webkit-transition-property: opacity,-webkit-transform;
	-webkit-transition-duration: .5s;
	transform: scale(1);
	transition-property: opacity,transform;
	transition-duration: .5s;
	cursor: pointer
}











.baseTitleLine2 {
	height: 45px;
	border-bottom: 1px solid #105efb;
	position: relative;
	margin-top:10px;
}



.baseTitleLine2 h4{
	height: 45px;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 45px;
	color: #fff;
	position: absolute;
	font-size: 14px;
	font-weight: bold;background: #105efb;
}


.ListItem{ overflow:hidden; padding-top:10px; padding-bottom:10px;}
.ctimg{ float:left}
.ctnr{ float: right;width:750px; font-size:16px}


.duansp_list_fl{border-right:1px #eee solid;border-left:1px #eee solid}
.duansp_list_fl li{width:25%;float:left;text-align:center;margin-bottom:18px;margin-top:11px}
.duansp_list_fl  img{width:100%;height:143px;display:block;border-radius:6px}
.duansp_list_fl  span{ display:block; text-align:center; height:30px; line-height:30px; overflow:hidden; color:#333}


