body {
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: rgb(246, 246, 246);
}

body>div {
	margin-right: auto;
	margin-left: auto;
	/* margin-top: 20px; */
}

label {
	cursor: hand
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
dl,
dt,
dd {
	margin: 0px;
	padding: 0;
	text-align: left;
}

img {
	border: 0;
	margin: 0;
}

form {
	margin: 0px;
	padding: 0px
}

input,
select {
	font-size: 12px;
	vertical-align: middle
}

a,
table,
div,
p,
ul,
li,
td,
pre,
dt,
dd,
select,
input,
textarea {
	font-weight: normal;
	font-family: Microsoft YaHei, \5FAE\8F6F\96C5\9ED1, sans-serif, tahoma, arial, simsun, \5B8B\4F53;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

a:active {
	color: #000;
}

li {
	list-style: none;
}

ul {
	list-style: outside none none;
}

h5 {
	float: left;
	background: url(/images/live.png) 0 10px no-repeat;
	padding-left: 50px;
	font-size: 18px;
}

.clear {
	clear: both;
}
.m20{margin-bottom: 20px;}
.p20{margin-bottom: 20px;}
.main {
	width: 100%;
	/* background: url(/images/bg.jpg) center 0 no-repeat; */
	margin-top: 20px;
}

.content-main {
	width: 100%;
}

.list-main {
	width: 100%;
	margin: 20px 0px;
}
.Ttag{padding: 10px 10px;}
.Ttag a{ margin-bottom:10px; color: #333333; font-size: 14px; }
.Ttag a:link, .Ttag a:visited{color: #333333;}
.logo1{font-weight: bold; font-size: 18px;}
.leqiulive1fc4-16b0-2dd7-9e1d li a {
	color: #000;
	padding:5px 0;
	margin: 5px;
	border-radius: 3px;
	background: #fff;
	display: block;
	font-size: 14px;
}
/* 顶部导航栏 */
header {
	background-color:#7DD134;
	color: #fff!important;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.nav-container {
	display: flex;
	align-items: center;
	max-width: 1080px;
	margin: 0 auto;
	padding: 10px;
	justify-content: space-between;
}
.nav-menu a.active {
	background-color: #fff!important;
	color: #FFA500;
}
.logo {
	font-size: 28px;
	font-weight: bold;
	color: #fff;
}

.nav-menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav-menu li {
	position: relative;
	margin-left: 15px;
}

.nav-menu a {
	color: #fff!important;
	font-size: 16px;
	transition: color 0.3s, background-color 0.3s;
	padding: 10px 15px;
	display: block;
	border-radius: 4px;
}

.nav-menu a:hover {
	background-color: rgba(245, 240, 240, 0.1);
	color: #fff!important;
}

/* 二级导航 */
.sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #7DD134; /* 深蓝色 */
	list-style: none;
	padding: 10px 0;
	margin: 0;
	min-width: 180px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	z-index: 100000;
}

.sub-menu li {
	margin: 0;
}

.sub-menu a {
	padding: 10px 15px;
	font-size: 14px;
}

.nav-menu li:hover .sub-menu {
	display: block;
}

.menu-toggle {
	display: none;
	font-size: 28px;
	cursor: pointer;
	color: #fff;
}

#hot_league {
	margin: 5px;
}
.header_newnav {
	width: 1200px;
	display: flex;
	align-items: center;
	background: #ffffff;
	margin: 0 auto;
}
.headline {
	display: flex;
	align-items: center;
	margin-right: 50px;
}
/* 添加向下箭头 */
.has-submenu > a::after {
	content: "▼"; /* 向下箭头符号 */
	font-size: 12px;
	margin-left: 8px;
	transition: transform 0.3s ease;
}

/* 鼠标悬停时旋转箭头 */
.has-submenu:hover > a::after {
	transform: rotate(180deg);
}
#newNav {
	display: flex;
	flex-wrap: wrap;
	padding: 10px 10px;
}
.teamslists{padding-right: 15px;}
.famous-nav {
	color: #fff;
	background-color: #e9d8d955;
	display: flex;
	align-items: center;
	overflow-x: auto;
}
.famous-nav-item {
	display: flex;
	justify-content: center;
	min-width: 80px;
	margin: 6px 5px;
	color: #fff;
	padding: 2.5px;
	border-radius: 5px;
	background-color: #FF9E29;
}
.famous-nav-item a {
	display: flex;
	align-items: center;
}
@media (max-width: 768px) {
	.index-div .a .team a{line-height: 30px!important;}
	.famous-nav-item {
		min-width: 90px;
	}
	.nav_reg, .header_newnav, .focus {
		width: 100%;
	}
	.headline {
		margin-right: 0;
		overflow: auto;
		padding: 4px;
	}
	#newNav {
		flex-wrap: nowrap;
		white-space: nowrap;
		overflow: auto;
	}

	.nav-menu {
		display: none;
		flex-direction: column;
		background-color: #7DD134;
		position: absolute;
		top: 60px;
		left: 0;
		right: 0;
		padding: 20px;
	}

	.nav-menu.active {
		display: flex;
		z-index: 100;
	}

	.nav-menu li {
		margin: 10px 0;
	}

	.menu-toggle {
		display: block;
	}

	.container {
		flex-direction: column;
	}

	.sub-menu {
		position: static;
		display: none;
		background-color: rgba(0, 0, 0, 0.1);
		padding-left: 20px;
	}

	.nav-menu li:hover .sub-menu {
		display: none;
	}

	.nav-menu li.active .sub-menu {
		display: block;
	}
	.has-submenu > a::after {
		content: "▶"; /* 移动端改为向右箭头 */
	}

	.has-submenu.active > a::after {
		content: "▼"; /* 展开时改为向下箭头 */
	}
}
.navs a{font-size:14px;line-height:34px;height:34px;background:#f1f1f1;padding:3px 10px;margin:5px 5px 0 0;border-radius:3px;transition:all .2s;color:#525252;white-space:nowrap;}
.navs a:hover{background:#019e7b;color:#fff}




.header-logo {
	height: 80px;
	float: left;
}

.header-logo .link-china {
	padding-top: 9px;
	height: 71px;
	width: 250px;
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	float: left;
}

.header {
	height: 109px;
	width: 100%;
	min-width: 1240px;
	border-bottom: 1px solid #f2f2f2;
	;
}

.header-bg {
	position: absolute;
	left: 50%;
	margin-left: -600px;
	width: 1200px;
	height: 120px;
	background: url(/images/topbj.jpg) no-repeat;
	/* margin-top: 20px; */
}

.header-wrap {
	width: 100%;
	margin: 0 auto;
	background: #7DD134;
}

.header-main {
	width: 1200px;
	height: 60px;
	margin: auto;
}

.header-logo {
	height: 60px;
	float: left
}

.header-logo .link-china {
	padding-top: 9px;
	height: 71px;
	width: 200px;
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	float: left
}

.header-logo .link-china img {
	width: 180px;
	height: 53px;
}

.header-logo .link-nba {
	margin: 28px 0 0 15px;
	color: #00aeff;
	font-size: 28px;
	float: left
}

.header-logo .link-nba-com {
	height: 25px
}

.header-logo .link-nba-com img {
	height: 100%
}

.nav {
	height: 50px;
	width: auto;
	background: #FFF;
	position: relative;
}

.top-nav {
	height: 60px;
	float: left;
}

.top-nav ul li {
	float: left;
	width: 100PX;
	height: 60px;
	line-height: 60px;
	text-align: center;
}

.top-nav ul li a {
	color: #FFF;
	font-size: 18px;
}
.top-nav ul li.active a{color: #F00;}
.nav-wrap ul li.active a{color: #F00;}
.top-nav ul li.on {
	display: inline-block;
	background: url(/images/active.png) no-repeat;
	background-size: 22px 12px;
	background-position: 50% 100%;
}

.nav-wrap {
	height: 40px;
	width: 1200px;
	margin: auto;
	line-height: 40px;
}

.nav-wrap ul li {
	float: left;
	width: 100PX;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.nav-wrap ul li a {
	color: #7DD134;
	font-size: 18px;
}

.nav-wrap .nav-tab {
	position: relative;
	margin-right: 53px;
	height: 40px;
	float: left;
}

.nav-wrap .nav-tab>a {
	padding: 5px 15px 0 10px;
	height: 35px;
	color: #fff;
	font-size: 16px;
	float: left;
}

.nav-wrap .nav-tab>a:hover {
	color: #00AEFF;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 20px 0;
	background-color: #fff;
}

.banner {
	margin-top: 15px;
	width: 1200px;
	height: 150px;
}

.clearfix {
	zoom: 1;
}

#sousuo {
	display: none;
}

#dh {
	display: none;
}

.search {
	width: 250px;
	float: right;
	height: 30px;
	margin-top: 12px;
}

.keywords {
	width: 195px;
	float: left;
	height: 30px;
	line-height: 30px;
}

.serbtn {
	width: 46px;
	float: right;
	height: 36px;
	background-color: #7DD134;
	color: #FFF;
	border: 1px soLId #4886b3;
}

.mainx {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.main-left {
	float: left;
	background: #fff;
	width: 880px;
	height: auto;
}

.main-right {
	float: right;
	background: #fff;
	width: 300px;
	height: auto;
}

.saishi {
	height: 40px;
	line-height: 40px;
	clear: both;
	color: rgb(255, 255, 255);
	font-family: å¾®è½¯é›…é»‘;
	font-size: 24px;
	font-weight: normal;
	display: block;
	text-align: left;
	padding-left: 12px;
	background: url(/images/bar.jpg) no-repeat rgb(59, 140, 186);
	overflow: hidden;
}

.saishi ul {
	float: right;
}

.saishi ul li {
	float: left;
	width: 70px;
	text-align: center;
	color: #ffffff;
	background: #7DD134;
}

.saishi ul li.on {
	background: #e60640;
}

.saishi ul li a {
	font-size: 16px;
	color: #ffffff;
	width: 70px;
	height: 40px;
	float: left;
}

.xinwen {
	padding-left: 26px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 18px;
	background-color: #7DD134;
}

.xinwen i {
	margin-right: 10px;
	padding-left: 25px;
	font-size: 14px;
	font-style: normal;
	cursor: pointer;
	float: right;
	color: #FFF;
}
/*.sqyc{    color: #fff !important;border: 1px solid; background-color: #7DD134;padding: 2px 10px;}*/
.box {
	margin-top: 20px;
	width: 878px;
	height: auto;
	border: 1px #dddddd solid;
	margin-bottom: 20px;
	background: url(/images/boxbg.png) repeat-x #FFFFFF;
}

.box h2 {
	width: 750px;
	height: 30px;
	padding: 0px 8px 0px 44px;
	font-size: 15px;
	line-height: 30px;
	position: relative;
	position: relative;
}

.box h2 b {
	position: absolute;
	left: -5px;
	top: 3px;
	width: 47px;
	height: 25px;
	background: url(/images/title.gif);
	color: #FFF;
	text-align: center;
	line-height: 22px;
}

.box h2 b.h {
	background: url(/images/title.gif) 0 -28px;
}

.box h2 b.e {
	background: url(/images/title.gif) 0 -56px;
}

.box h2 img {
	position: absolute;
	right: 10px;
	top: 9px;
}

.box h3 {
	width: 856px;
	height: 30px;
	padding: 0px 8px 0px 16px;
	font-size: 14px;
	line-height: 30px;
	position: relative;
	position: relative;
	background: url(/images/box_h3_bg.gif) no-repeat 5px 50%;
}

.box h3 img {
	position: absolute;
	right: 10px;
	top: 9px;
}

.box h2 i {
	font-style: normal;
	font-size: 12px;
	font-weight: normal;
}

.box .tv_show {
	width: 644px;
	height: auto;
	padding: 2px 8px 8px 8px;
	line-height: 22px;
}

.box .tv_show a {
	margin-right: 12px;
	display: inline-block;
}

.box .rec_match {
	width: 640px;
	height: auto;
	padding: 2px 5px 8px 5px;
	line-height: 22px;
}

.box .rec_match a {
	float: left;
	width: 195px;
	height: 24px;
	overflow: hidden;
	padding-left: 17px;
	display: block;
	line-height: 24px;
	background: url(/images/rec.gif) no-repeat left 6px;
}

.box .content {
	width: 626px;
	height: auto;
	padding: 5px 12px 12px 12px;
	line-height: 190%;
	font-family: "Microsoft YaHei";
	font-size: 12px;
}

.box ul {
	width: 842px;
	height: auto;
	margin: 2px 8px 8px 8px;
}

.box ul li {
	border-bottom: 1px dashed #D2D2D2;
	width: 832px;
	height: auto;
	line-height: 22px;
	padding: 6px 5px 4px 5px;
}

.box ul li .tit {
	height: auto;
	line-height: 26px;
	overflow: hidden;
}

.box ul li .tit em {
	margin-right: 5px;
	background: #ddd;
	padding: 3px 4px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: bold;
	font-style: normal;
	text-shadow: 1px 1px #ffffff;
}

.box ul li .tit em.f {
	color: #ff3300;
}

.box ul li .tit a {
	margin-left: 10px;
	text-decoration: none;
	font-family: "Microsoft YaHei", tahoma, Corbel, Verdana, Helvetica, sans-serif;
}

.box ul li .tit a.red {
	color: #F00;
}

.box ul li .tit strong {
	font-weight: normal;
	margin-left: 3px;
}

.box ul li .tit strong.b {
	font-weight: bold;
}

.box ul li .rec {
	background: url(/images/rec2.gif) right center no-repeat;
	padding-right: 40px;
}

.box ul li .con {
	padding-left: 50px;
	background: url(/images/tv.gif) no-repeat 50px 6px;
	text-indent: 15px;
	line-height: 26px;
	overflow: hidden;
	position: relative;
}

.box ul li .con a {
	color: #0057a9;
	margin-right: 12px;
}

.box ul li .con a:hover {
	color: #FF6000
}

.box ul li:hover {
	background: #f5f5f5;
}

.box ul li .con span.qun {
	margin-right: 12px;
	color: #F00;
}

.bisai {
	float: left;
}

.zbdz {
	float: right;
	width: 360px;
	text-align: left;
	background: url(/images/tv.png) 0 2px no-repeat;
	padding-left: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.zbdz a {
	margin-left: 0px;
	color: #003b87;
	font-size: 14px;
}

.fenlei {
	width: 50px;
}

.fenlei a {
	color: black;
	font-size: 14px;
	font-weight: bold;
}

.bsname a {
	color: black;
	font-size: 14px;
}

.time {
	color: black;
	font-size: 14px;
}

.news-list {
	border: 1px #ddd solid;
	width: 298px;
	float: left;
}

.news-list ul li {
	line-height: 22px;
	float: left;
	padding-left: 12px;
	margin-top: 10px;
	width: 95%;
}

.news-list ul li a {
	float: left;
	color: #333333;
	font-size: 14px;
	    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; 
}
.news-list ul li a:hover{
	color: #f00;

}
.news-list ul li span {
	float: left;
	width: 50px;
	font-size: 14px;
}

.luxiang {
	margin-top: 20px;
}

#footer {
	width: 100%;
}

#yqlj {
	width: 100%;
	height: 120px;
	margin-bottom: 20px;
}

#yqlj .foot {
	width: 1200px;
	overflow: hidden;
	padding-bottom: 33px;
	height: auto;
	margin: 0 auto;
	padding: 20px 20px 0;
	font-size: 14px;
	background: #FFF;
}

#yqlj .link {
	width: 1200px;
}

#yqlj .link .tit {
	border-TOP: 2px #006fc9 solid;
	height: 40px;
	font-size: 15px;
	line-height: 40px;
	padding-left: 10px;
}

#yqlj .link ul {
	display: block;
	float: left;
	margin-right: 6px
}

.yqlj {
	height: 60px;
	border-TOP: 1px #e3dddd solid;
}

.yqlj ul li {
	width: 90px;
	float: left;
	text-align: center;
	line-height: 30px;
}

.yqlj ul li a {
	color: black
}

.cpr {
	width: 100%;
	height: auto;
	margin: auto;
	background-color: #676767;
}

.lxwm {
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #FFF;
}

.lxwm p {
	text-align: center;
	color: #fff
}

.lxwm a {
	color: #fff
}


/**video-content**/

#zddy1 p {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}

#zddy1 li {
	float: left;
	padding-right: 10px;
	float: left;
	text-indent: 1em;
	width: 45%;
	height: 26px;
	overflow: hidden;
}

#kddy1 p {
	font-size: 14px;
	font-weight: bold;
	width: 100%;
}

#kddy1 li {
	float: left;
	padding-right: 10px;
	float: left;
	text-indent: 1em;
	width: 45%;
	height: 26px;
	overflow: hidden;
}

#wzzb {
	width: 57%;
	height: 362px;
	float: left;
	margin-left: 20PX;
	overflow: auto;
	background-color: #8498b0;
	COLOR: #FFF;
}

#wzzb ul {
	padding-top: 10px;
}

#wzzb ul li {
	padding-left: 15px;
	line-height: 30px;
}

#jishu {
	width: 40%;
	float: left;
}

#jishu table {
	border: 1px solid #ddd;
}

.video-wrap {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 20px 0;
	margin-bottom: 20px;
}

.video-main {
	width: 100%;
}

.video-title {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 22px;
	
}

.video-content {
	width: 100%;
	height: 108px;
	line-height: 30px;
	font-size: 15px;
	margin-top: 1.25rem;
}

.video-content p {
	font-size: 15px;
}

.video-fenxi {
	width: 100%;
	height: auto;
	line-height: 30px;
	font-size: 15px;
	margin-top: 1.25rem;
}

.video-fenxi p {
	font-size: 15px;
}

.signal {
	width: 100%;

	line-height: 50px;
	font-size: 16px;
	font-weight: bold;
}

.live-adress {
	width: 100%;
}

.live-adress a {
	padding: 8px;
	height: 20px;
	 background: #fff9fa;
	color: #ea0000;
	margin: 5px;
	border-radius: 8px;
	/* background: #ee2b40; */
	display: inline-block;
	border: 1px solid #ff0000;
}

.live-adress a {
	color: #d42d44;
	font-size: 15px;
}

.live-adress a:hover  {
	background: #d00f29;

	font-size: 15px;	color:#ffffff
} 

.video-box {
	padding: 20px 20px;
	width: 66.5%;
	background: #fff;
	float: left;
}

.right-box {
	padding: 20px 20px;
	width: 25%;
	background: #fff;
	float: right;
}

.qiuc {
	width: 100%;
	height: 150px;
	clear: both;
	background: url(/images/qiuc.jpg) no-repeat 100% 100%;
}

.qiuc-content {
	width: 100%;
}

.qiuc-zd {
	width: 33%;
	float: left;
	line-height: 150px;
	height: 150px;
	text-align: right;
	color: #FFF;
	font-size: 30px;
}

.qiuc-time {
	width: 33%;
	float: left;
	height: 150px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
}

.qiuc-kd {
	width: 33%;
	float: left;
	line-height: 150px;
	height: 150px;
	text-align: left;
	color: #FFF;
	font-size: 30px;
}

.vs {
	line-height: 80px;
	font-size: 40px;
}

.shear {
	width: 100%;
	margin-top: 30px;
	height: 30px;
	clear: both;
	font-size: 14px;
}

.bdshare-button-style0-24 .bds_qzone {
	background-position: 0 -52px;
}

.bdshare-button-style0-24 .bds_tsina {
	background-position: 0 -104px;
}

.bdshare-button-style0-24 .bds_renren {
	background-position: 0 -208px;
}

.bdshare-button-style0-24 .bds_tqq {
	background-position: 0 -260px;
}

.bdshare-button-style0-24 .bds_kaixin001 {
	background-position: 0 -312px;
}

.bdshare-button-style0-24 .bds_tqf {
	background-position: 0 -364px;
}

.bdshare-button-style0-24 .bds_hi {
	background-position: 0 -416px;
}

.bdshare-button-style0-24 .bds_douban {
	background-position: 0 -468px;
}

.bdshare-button-style0-24 .bds_tsohu {
	background-position: 0 -520px;
}

.bdshare-button-style0-24 .bds_tieba {
	background-position: 0 -728px;
}

.bdshare-button-style0-24 .bds_hx {
	background-position: 0 -988px;
}

.bdshare-button-style0-24 .bds_fx {
	background-position: 0 -1040px;
}

.bdshare-button-style0-24 .bds_ty {
	background-position: 0 -1196px;
}

.bdshare-button-style0-24 .bds_fbook {
	background-position: 0 -1352px;
}

.bdshare-button-style0-24 .bds_twi {
	background-position: 0 -1404px;
}

.bdshare-button-style0-24 .bds_linkedin {
	background-position: 0 -1664px;
}

.bdshare-button-style0-24 .bds_meilishuo {
	background-position: 0 -1716px;
}

.bdshare-button-style0-24 .bds_mogujie {
	background-position: 0 -1768px;
}

.bdshare-button-style0-24 .bds_diandian {
	background-position: 0 -1820px;
}

.bdshare-button-style0-24 .bds_huaban {
	background-position: 0 -1872px;
}

.bdshare-button-style0-24 .bds_duitang {
	background-position: 0 -2028px;
}

.bdshare-button-style0-24 .bds_youdao {
	background-position: 0 -2080px;
}

.bdshare-button-style0-24 .bds_wealink {
	background-position: 0 -2184px;
}

.bdshare-button-style0-24 .bds_copy {
	background-position: 0 -2288px;
}

.bdshare-button-style0-24 .bds_mail {
	background-position: 0 -2340px;
}

.bdshare-button-style0-24 .bds_print {
	background-position: 0 -2392px;
}

.bdshare-button-style0-24 .bds_mshare {
	background-position: 0 -2444px;
}

.bdshare-button-style0-24 .bds_sqq {
	background-position: 0 -2652px;
}

.bdshare-button-style0-24 .bds_sdo {
	background-position: 0 -2704px;
}

.bdshare-button-style0-24 .bds_qingbiji {
	background-position: 0 -2756px;
}

.bdshare-button-style0-24 .bds_people {
	background-position: 0 -2808px;
}

.bdshare-button-style0-24 .bds_xinhua {
	background-position: 0 -2912px;
}

.bdshare-button-style0-24 .bds_yaolan {
	background-position: 0 -2964px;
}

.bdshare-button-style0-24 .bds_thx {
	background-position: 0 -2496px;
}

.bdshare-button-style0-24 .bds_bdhome {
	background-position: 0 -156px;
}

.bdshare-button-style0-24 .bds_bdxc {
	background-position: 0 -2548px;
}

.bdshare-button-style0-24 .bds_bdysc {
	background-position: 0 -3068px;
}

.bdshare-button-style0-24 .bds_isohu {
	background-position: 0 -3016px;
}

.bdshare-button-style0-24 .bds_more {
	background-position: 0 0;
}

.bdshare-button-style0-24 .bds_ibaidu {
	background-position: 0 -3120px;
}

.bdshare-button-style0-24 .bds_weixin {
	background-position: 0 -1612px;
}

.bdshare-button-style0-24 .bds_iguba {
	background-position: 0 -1300px;
}

.bdshare-button-style0-24 {
	zoom: 1;
}

.bdshare-button-style0-24:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.bdshare-button-style0-24 a,
.bdshare-button-style0-24 .bds_more {
	float: left;
	font-size: 18px;
	padding-left: 25px;
	line-height: 24px;
	height: 24px;
	background-image: url(/images/icons_0_24.png);
	background-repeat: no-repeat;
	cursor: pointer;
	margin: 6px 6px 6px 0;
}

.bdshare-button-style0-24 a:hover {
	color: #333;
	opacity: .8;
	filter: alpha(opacity=80);
}

.bdshare-button-style0-24 .bds_more {
	color: #333;
	float: left;
}

.bdshare-button-style0-24 .bds_count {
	color: #333;
	background: url(/images/sc.png) no-repeat 0 0;
	width: 45px;
	height: 24px;
	padding: 0;
	text-align: center;
	margin: 6px 6px 0 0;
}

.bdshare-button-style0-24 .bds_count:hover {
	background-position: -44px 0;
}

.bds_tfh,
.bds_baidu,
.bds_qq,
.bds_msn,
.bds_sohu,
.bds_qy,
.bds_leho,
.bds_ifeng,
.bds_ff,
.bds_tuita,
.bds_ms,
.bds_deli,
.bds_s51,
.bds_t163,
.bds_share189,
.bds_xg,
.bds_s139 {
	display: none;
}

.click {}

.click p {
	padding: 0px 20px;
	float: left;
	color: #676767
}

.rili {
	background: url(/images/rili.png) no-repeat;
}

.bf {
	background: url(/images/bf.png) no-repeat;
}

.phone {
	background: url(/images/phone.png) no-repeat;
	padding: 0 15px;
	float: left;
	color: #676767
}

.phone a {
	color: #676767
}

#qrcode {
	background: url(/images/ewm.png) no-repeat;
}

.phone a {
	display: inline;
	position: relative;
}

.phone div {
	left: -999em;
	position: absolute;
	overflow: visible;
	width: 150px;
	height: 150px;
	z-index: 999;
}

.phone img {
	width: 95px;
	height: auto;
	padding: 11px 18px;
}

.phone:hover div {
	left: auto;
}

.recommend {
	width: 100%;
	height: 300px;
	margin-top: 20px;
	background: #FFF;
}

.recommend-tit {
	height: 2.875rem;
	width: 100%;
	float: left;
	line-height: 2.875rem;
	padding-left: 20px;
	font-size: 22px;
	color: #676767;
}

.recommend-video {
	width: 100%;
	float: left;
}

.recommend-video ul li {
	width: 175px;
	float: left;
	height: 180px;
	padding: 20px;
	padding-right: 3px;
}

.recommend-video ul li a {
	font-size: 14px;
	color: #676767;
	width: 100%;
	float: left;
}

.recommend-video ul li span {
	font-size: 14px;
	color: #676767;
	width: 100%;
	float: left;
}


/**content**/

.content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.content-left {
	float: left;
	background: #fff;
	width: 890px;
	height: auto;
}

.content-right {
	float: right;
	background: #fff;
	width: 300px;
	height: auto;
}

.content-dqwz {
	color: rgb(153, 153, 153);
	padding-top: 10px;
	width: 860px;
	clear: both;
	padding-bottom: 10px;
}

.content-dqwz a {
	color: rgb(153, 153, 153);
	font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, Tahoma, sans-serif;
	font-size: 12px;
}

.content-title {
	padding: 10px 0px 0px;
	font-size: 38px;
	font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, Tahoma, sans-serif;
	text-align: center;
}

.write-time {
	color: rgb(153, 153, 153);
	font-size: 12px;
	clear: both;
	display: inline-block;
	vertical-align: top;
	width: 870px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 1px solid rgb(238, 238, 238);
	margin: 20px 0px;
	font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, Tahoma, sans-serif;
}

.content-body p {
	font-size: 16px;
	line-height: 28px;
}

.conten-body {
	margin-bottom: 1.25rem;
	line-height: 2em;
	font-size: 16px;
	
}
.conten-body p{
	text-indent: 2em;
	
}
.conten-body div{text-indent: 2em;}
.conten-body h3{text-indent: 0em;}
.conten-body  h2{text-indent: 1em;}
.dwcontent {
	border: 1px #ddd solid;
	width: 298px;
	float: left;
	margin-bottom: 20px;
}

.dwcontent img {
	width: 60px;
}

.dwjj {
	padding-left: 3%;
	padding-top: 10%;
	float: left;
	width: 35%;
	text-align: center;
}

.dwlogo {
	float: left;
	padding-left: 20%;
}

.dwname {
	float: right;
	width: 100%;
}

.dwname p {
	text-align: center;
}

.dwename {
	font-size: 14px;
	text-align: center;
	color: #a7a5a6
}

.dwxq {
	padding: 3% 0;
	float: right;
	width: 55%;
	font-size: 14px;
	line-height: 26px;
}


/***list****/

.listnews {
	height: 40px;
	line-height: 40px;
	clear: both;
	color: rgb(255, 255, 255);
	font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, Tahoma, sans-serif;
	font-size: 24px;
	font-weight: normal;
	display: block;
	text-align: left;
	padding-left: 12px;
	background: #7DD134;
	overflow: hidden;
}
.listnews a{color: #FFFFFF;}
.news-lists {}

.news-box {
	margin-top: 20px;
	width: 878px;
	height: auto;
	border: 1px #dddddd solid;
	margin-bottom: 20px;
}

.news-box ul li {
	border-bottom: 1px dashed #D2D2D2;
	width: 832px;
	height: auto;
	line-height: 26px;
	padding: 6px 5px 4px 5px;
	margin-left: 10px;
}

.news-box ul li a {
	margin-left: 10px;
	text-decoration: none;
	font-family: "Microsoft YaHei";
	color: #333333;
}

.pages {
	padding: 3px;
	TEXT-ALIGN: center;
}

.pages {}

.pages ul {
	float: left;
	padding: 12px 0px 12px 16px;
}

.pages ul li {
	float: left;
	font-family: Tahoma;
	line-height: 17px;
	margin-right: 6px;
	border: 1px solid #E9E9E9;
}

.pages ul li a {
	float: left;
	padding: 2px 4px 2px;
	color: #555;
	display: block;
}

.pages ul li a:hover {
	color: #e60640;
	text-decoration: none;
	padding: 2px 4px 2px;
}

.pages ul li.thisclass,
.pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
	background-color: #ffffff;
	font-weight: bold;
}

.pages .pageinfo {
	line-height: 21px;
	padding: 12px 10px 12px 16px;
	color: #999;
}

.pages .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}

.menu-button {
	display: none;
	margin-top: 25px;
	float: right;
}

.lines-button {
	display: block;
	padding: 0;
	border: none;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	user-select: none
}

.lines {
	position: relative;
	display: inline-block;
	width: 28px;
	height: 2px;
	background: #22272b;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	transform: translateY(-8px)
}

.lines:after,
.lines:before {
	position: absolute;
	left: 0;
	display: inline-block;
	width: 28px;
	height: 2px;
	background: #22272b;
	content: '';
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform-origin: 2.21px center;
	transform-origin: 2.21px center
}

.lines:before {
	top: 10px
}

.lines:after {
	top: -10px
}

.menu-button:hover .lines,
.menu-button:hover .lines:after,
.menu-button:hover .lines:before {
	background-color: #22272b
}

.menu-button.on .lines-button.x .lines {
	background: 0 0
}

.menu-button.on .lines-button.x .lines:after,
.menu-button.on .lines-button.x .lines:before {
	top: 0;
	width: 31px;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.menu-button.on .lines-button.x .lines:before {
	background: #22272b;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg)
}

.menu-button.on .lines-button.x .lines:after {
	background: #22272b;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg)
}

table {
	width: 100%;
	border: none;
	font-size: 14px;
}

td {
	padding: 10px 20px;
	text-align: center;
	border-bottom: 1px dotted #CCC;
}

.sfbssj {
	background: #8498b0;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	width: 25%;
}

.ssjd {
	background: #8498b0;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	width: 20%;
}

.zd {
	background: #8498b0;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	width: 20%;
}

.kd {
	background: #8498b0;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	width: 20%;
}

.bsjg {
	background: #8498b0;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	color: #FFF;
	text-align: center;
	width: 15%;
}

@media screen and (max-width: 639px) {
	/*当屏幕尺寸小于600px时，应用下面的CSS样式*/
	body {
		min-width: 360px
	}
	.main {
		margin-top: 10px;
	}
	.header {
		width: 100%;
		min-width: 100%;
		overflow: hidden;
	}
	.header-wrap {
		width: 100%;
	}
	.header-main {
		width: 100%;
	}
	.header-logo .link-china img {
		width: 180px;
		height: 50px;
	}
	.header-logo .link-china {
		width: 200px;
		padding-top: 5px;
		height: 55px;
	}
	.search {
		width: 98%;
		float: right;
		height: 40px;
		margin-top: 5px;
		display: none;
		z-index: 9999;
		position: relative;
		background-color: #FFFFFF;
	}
	#sousuo {
		line-height: 38px;
		text-align: center;
		margin-top: 10px;
		display: block;
	}
	#dh {
		line-height: 38px;
		text-align: center;
		margin-top: 10px;
		display: block;
	}
	.keywords {
		width: 80%;
		float: left;
		height: 30px;
		line-height: 30px;
		margin: 0 1%;
	}
	.serbtn {
		width: 13%;
		float: right;
		height: 36px;
		background-color: #7DD134;
		color: #FFF;
		border: 1px soLId #4886b3;
		margin-right: 1%;
	}
	.dh {
		width: 13%;
		float: right;
		height: 36px;
		background-color: #7DD134;
		color: #FFF;
		border: 1px soLId #4886b3;
		margin-right: 1%;
	}
	.nav {
		z-index: 1;
	}
	.nav-wrap {
		height: 40px;
		width: 90%;
		margin: auto;
		line-height: 40px;
		overflow: hidden;
	}
	.nav-flex {
		overflow-X: scroll;
		display: flex;
	}
	.nav-wrap ul li {}
	.nav-flex .nav-qb {
		position: relative;
		color: #e60640;
	}
	.nav-wrap li a {
		display: block;
		white-space: nowrap;
		padding: .5rem 0;
		line-height: 2rem;
		margin: 0 1.5rem 0 0;
	}
	.nav-pc {
		display: none;
	}
	.menu-button {
		display: block;
	}
	.head {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
		background: #fff
	}
	.head {
		height: 50px;
		padding: 8px 0
	}
	.head .logo {
		padding: 0;
	}
	.nav-mob {
		top: 50px;
	}
	.menu-button {
		margin-top: 10px
	}
	.head .logo img {
		height: 34px;
	}
	.copyright {
		padding: 10px 0;
	}
	.top-nav {
		display: none;
		position: relative;
		z-index: 9999;
		background-color: #ca0303;
		height: 50px;
		width: 100%;
	}
	.top-nav ul li a {
		color: #FFFFFF;
		font-size: 14px;
	}
	.top-nav ul li {
		line-height: 25px;
		height: 25px;
		width: 25%;
	}
	.top-nav ul li.on {
		background: none;
	}
	.zin {
		z-index: 2;
	}
	.wrap {
		width: 99%;
		padding: 1px 1px 0;
	}
	.main-left {
		width: 100%;
		padding: 0;
	}
	h5 {
		width: 23%;
	}
	.saishi ul {
		width: 60%;
	}
	.saishi ul li {
		width: 20%;
	}
	.saishi ul li a {
		width: 100%;
		font-size: 14px;
	}
	.fenlei {
		width: auto;
	}
	.box {
		width: 99%;
		overflow: hidden;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.box h2 {
		width: 80%;
	}
	.box ul {
		width: 98%;
		margin: 2px 3px 8px 3px;
	}
	.box ul li {
		width: 95%;
		overflow: hidden;
		margin-left: 1.25%;
	}
	.bisai {}
	.zbdz {
		width: 100%;
		background: none;
		/*display: none;*/
	}
	.box h2 img {
		position: absolute;
		right: 1px;
		top: 9px;
	}
	.main-right {
		width: 100%;
	}
	.news-list {
		width: 99.5%;
	}
	.news {
		width: 99.5%;
		overflow: hidden;
	}
	.news-list ul li {
		width: 94%;
	}
	.news-list ul li a {
		width: 100%;
	}
	.news-list ul li span {
		width: 15%;
	}
	.xinwen {
		background-color: #7DD134;
	}
	.luxiang {
		margin-top: 10px;
	}
	#yqlj {
		margin-top: 10px;
		height: auto;
		margin-bottom: 10px;
	}
	#yqlj .foot {
		width: 99.5%;
		padding: 0.25%;
	}
	#yqlj .link {
		width: 100%;
	}
	.yqlj {
		height: 100%;
	}
	.yqlj ul {
		width: 100%;
	}
	.yqlj ul li {
		width: 25%;
	}
	#footer {}
	/**列表**/
	.news-box {
		width: 99.5%;
		margin-bottom: 10px;
		margin-top: 10px;
	}
	.news-box ul li {
		width: 95%;
	}
	/**新闻内容页**/
	.content-left {
		width: 99.5%;
		padding-bottom: 20px;
		border: 1px #ddd solid;
	}
	.content-dqwz {
		width: 95%;
	}
	.write-time {
		width: 99.9%;
	}
	.conten-body {
		width: 95%;
		margin: auto;
		text-align: justify;
	}
	.conten-body div{text-indent: 0em;}
	.conten-body img {
		width: auto!important;
		    height: auto!important;
		    max-width: 100%;
	}
	.conten-body p {
		text-align: inherit;
	}
	.content-right {
		width: 100%;
	}
	.content-title {
  
    font-size: 22px;

		}
	.dwcontent {
	    border: 1px #ddd solid;
	    width: 99%;

	    margin-bottom: 10px;
	    margin-left: 0.2%;
	    margin-top: 10px;
	}		
	/*直播文章页*/
	.qiuc-kd {

	    font-size: 20px;
	}
	.qiuc-zd {
	
	    font-size: 20px;
	}
	.qiuc-t{font-size: 18px;}
	.video-content{height: 108px;}
	.video-main {width: 98%;background-color: #FFF;}
	.video-wrap {
		width: 96%;
	    padding: 2%;
	    background-color: #FFF;
		padding: 0;
		margin-top: 0.625rem;
	}
	.video-box {
		padding: 10px;
		width: auto;
	}
	.qiuc {

	}
	.qiuc {
	
	}
	.video-title {
		height: 100%;
		font-size: 18px;
	}
	.right-box {
		width: 99.5%;
		padding: 0.25%;
		display: none;
	}
	.recommend {
		height: 100%;
		overflow: hidden;
	}
	.recommend-tit {
		width: auto;
	}
	.recommend-video ul li {
		padding: 0px;
		height: 250px;
	}
	.video-fenxi div {}
	.match-row {
		max-width: 340px !important;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	#jishu {
		width: 100%;
	}
	#jishu tr {
		height: 40px;
		line-height: 40px;
	}
	#wzzb {
		width: 100%;
		margin-left: 0px;
		margin-top: 20px;
	}
	td {
		padding: 0px;
		text-align: center;
		border-bottom: 1px dotted #CCC;
	}
	.click p {
	padding: 0px 18px;
	float: left;
	color: #676767
}
}


/*文章页**/

.paiming-box {
	padding: 20px 20px;
	width: 100%;
	background: #fff;
	float: left;
}

#table1 table {
	line-height: 35px;
	font-size: 16px;
}

#table1 table th td {
	font-size: 16px;
}

#table2 table {
	line-height: 35px;
	font-size: 16px;
}

#table2 table th td {
	font-size: 16px;
}

.hide {
	display: none;
}

.paiming-box a {
	color: #000;
	padding: 8px 8px 8px 30px;
	background: #ee2b40;
	color: #fff;
	margin: 5px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
}

.saiqu {
	background-color: #003b87;
	width: 100%;
	height: 100%;
	line-height: 50px;
	font-size: 22px;
	height: 50px;
}

.saiqu ul li {
	float: left;
	width: 130px;
	text-align: center;
	color: #009688;
}
.saiqu ul li.hover {
	color: #FFF;
}

.saiqu ul li.hover {
	background-color: #e60640;
}

.saiqu ul li a {
	color: #000;
	padding: 10px;
	background: #ee2b40;
	color: #fff;
	margin: 3px;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	/* width: 10%; */
	height: 20px;
	line-height: 20px;
}
.duizhan{text-indent: 0em !important;}
.thisclass a {
	background: #f00 !important;
}

@media screen and (max-width: 639px) {
	.vs {

        font-size: 25px;
}
	.video-box {
		padding: 10px 0px;
		width: auto;
		width: 100%;
	}
	.cframe {
		height: 200px;
	}
	.video-box {
		width: 100%;
		min-height: 190px;
	}
	.paiming {
		width: 100%;
		min-height: 190px;
	}
	.saiqu {
		height: 50px;
	}
	.recommend-video ul li {
		padding: 5%;
		height: 250px;
		width: 40%;
	}
	.x5-img {
		width: 100%;
	}
	#table1 table {
		line-height: 35px;
		font-size: 14px;
	}
	#table1 table th td {
		font-size: 14px;
	}
	#table2 table {
		line-height: 35px;
		font-size: 14px;
	}
	#table2 table th td {
		font-size: 14px;
	}
}
.hide{display: none;}
		#yc{color: #000;}
		#yc .jj{color: #000 !important; }
		#yc a{color: #007b90;}
		#yc a:visited{color: #007b90;}
		#zddy1 li{float: left;padding-right: 10px;float: left;text-indent: 1em;width: 45%;height:26px;overflow: hidden;}
		#zddy1  li p{font-size: 14px;font-weight: bold;width: 100%;}
		#zddy1 li a{color: #000;}
		#kddy1  li{float: left;padding-right: 10px;float: left;text-indent: 1em;width: 45%;height:26px;overflow: hidden;}
		#kddy1  li p{font-size: 14px;font-weight: bold;width: 100%;}	
		#kddy1 li a{color: #000;}

/* 首页底部  */
.syzt{
	height: 40px;
	padding: .3em 0.4em .08em 0.4em;
	line-height: 40px;
	font-size: 15px;
	position: relative;
	font-weight: bold;
	background: #f4f4f4;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}
.biaoti {
	overflow: hidden;
}
.top20 {
	margin-top: 20px;
}
.biaoti h2 {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	float: left;
}
.biaoti h2:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 18px;
	background: linear-gradient(90deg, #516dff, #ff00f7);
	margin-right: 6px;
	position: relative;
	top: 2px;
}
.biaoti a {
	float: right;
}
.tuwen ul {
	background: #fff;
	overflow: hidden;
}
.tuwen ul span {
	width: 185px;
	background: #fff;
	box-shadow: 0 0 10px 0 #dfdfdf;
	border-radius: 4px;
	padding: 10px;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tuwen ul span .img {
	height: 129px;
	position: relative;
	overflow: hidden;
}
.tuwen ul span .img img {
	width: 100%;
	height: 129px;
}
.tuwen ul span .biaoti {
	font-size: 14px;
	color: #1d1d1f;
	height: 30px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.xxk {
	border-top: 2px solid #516dff;
	background: #fff;
}
.xxk ul {
	height: 50px;
	background: #f7f9fa;
	box-shadow: 0 2px 3px #ddd;
}
.xxk span.on {
	background: #516dff;
	color: #FFF;
}
.xxk span {
	height: 50px;
	line-height: 50px;
	margin-right: 2px;
	background: #f7f9fa;
	text-align: center;
	padding: 0 12px;
	float: left;
	cursor: pointer;
}
.itemp {
	overflow: hidden;
	background: #fff;
	padding: 0px 5px 10px 5px;
}
.itemp a {
	display: block;
	float: left;
	width: 99px;
	background: #fff;
	box-shadow: 0 0 4px 0 #dfdfdf;
	margin: 5px;
	padding: 5px;
}
.itemp a img {
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
}
.itemp a span {
	height: 30px;
	line-height: 30px;
	display: block;
	text-align: center;
}
.hide {
	display: none;
}

@media screen and (max-width: 768px){
	/* 莅上�絨鋋�768px��莉醇�桁� */
	.xxk ul {
		display: flex;
		overflow: hidden;
		white-space: nowrap;
		overflow-x: auto;
	}
	.tuwen ul span {
		width: 150px;
	}
	.itemp a {
		width: 70px;
	}
}

@media screen and (max-width: 340px){
	/* 莅上�絨鋋�768px��莉醇�桁� */
	.tuwen ul span {
		width: 240px;
	}
	.itemp a {
		width: 84px;
	}
}

