@charset "utf-8";
/* CSS Document */

body {
	padding:0; margin: 0; font-size: 12px; font-family:"Microsoft Yahei";
}
ul,ol{list-style:none; padding: 0; margin: 0;}
a{text-decoration:none;color: #333;}
p{margin:0; padding: 0;}
a{text-decoration:none;}
html, body {
		font-size: 16px;
}
a {
		font-size: 16px;
}

.red {
	color: #f00;
	font-weight: bold;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.page ul {
	display: flex;
	justify-content: center;
}

.page li {
	padding: 10px;
}

.header {
	padding-bottom: 80px;
}

.navbar-collapse {
	flex-grow: inherit;
}

.navbar-nav {
}

.nav-item {
}

.nav-link {
	line-height: 50px;
	color: #fff;
	padding: 0 20px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hotevent {
	height: 600px;
	background: url(../images/hotevents.png) center center no-repeat #000;
}

.hotevent dt {
	padding-top: 100px;
	padding-bottom: 10px;
	font-size: 50px;
	color: #fff;
}

.hotevent dd {
}

.hotevent dd a {
	color: #fff;
}

.hotevent ul {
	height: 60px;
	line-height: 30px;
	overflow: hidden;
}

.hotevent ul li {
	float: left;
	margin-right: 25px;
	white-space: nowrap;
}

.content {
	display: flex;
  flex-wrap: wrap;
}

#hot_matches {
	height: 600px;
	overflow: hidden;
}

#hot_matches span {
	float: right;
	background-color: #000;
	color: #CBFF00;
	padding: 3px 5px;
	font-size: 12px;
}

#hot_matches .logo img {
	width: 30px;
	height: 30px;
}

#hot_matches .item {
	background: url(../images/line.jpg) 0 50px  no-repeat #fff;
	border-radius: 10px;
	margin: 10px 20px 10px 0;
	padding: 15px;
}

#hot_matches .item .d-flex {
	text-align: center;
	padding-top: 20px;
}

#hot_matches .item .d-flex div {
	flex: 1;
}

#hot_matches a {
	display: block;
	background-color: #CBFF00;
	border: solid 1px #000;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	margin: 0 auto;
	border-radius: 5px;
}

#breadcrumb {
	position: relative;
	height: 65px;
	line-height: 65px;
	margin-top: 500px;
	color: #fff;
}

#breadcrumb a {
	color: #fff;
}

#breadcrumb .container {
	position: relative;
	z-index: 999;
}

#breadcrumb .bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	line-height: 65px;
	background-color: #000;
	opacity: 0.5;
}

.bg {
	background-color: #000;
	border-bottom: solid 1px #666;
}

#main {
	width: 100%;
}

#main h1 {
	text-align: center;
	color: #fff;
	padding-bottom: 30px;
}

#main .tit {
	font-size: 18px;
	line-height: 70px;
	overflow: hidden;
	padding-right: 30px;
}

#main .tit .active {
	border-bottom: solid 3px #144DD2;
}

#main .tit h5 {
	min-width: 100px;
	margin-bottom: 0;
}

#main .tit div {
	margin-left: 50px;
	white-space: nowrap;
}

#wrap {
	flex: 0 0 75%;
}

#wrap h1 {
	color: #fff;
	padding-bottom: 20px;
}

#wrap .match_news {
	background-color: #fff;
	border-radius: 10px;
	padding: 30px 20px;
}

#wrap h1 {
	color: #fff;
}

#wrap .match_news .pic {
	float: left;
}

#wrap .match_news .pic img {
	width: 200px;
	height: 135px;
	border-radius: 10px;
}

#wrap .match_news .text {
	margin-left: 215px;
}

#wrap .match_news li {
	height: 150px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: solid 1px #ccc;
}

#wrap .match_news .tit {
	font-weight: bold;
}

#wrap .match_news .time {
	font-size: 14px;
	color: #aaa;
	margin-bottom: 15px;
}


#sidebar {
	flex: 0 0 25%;
	padding-left: 30px;
}

#sidebar .video, #sidebar .tags {
	background-color: #fff;
	border-radius: 10px;
	padding: 20px;
}

#sidebar .video dt {
	background: url(../images/line.jpg) 0 40px no-repeat;
	padding-bottom: 20px;
}

#sidebar .video li {
	position: relative;
	padding: 15px 60px 15px 0;
	border-bottom: solid 1px #F3F3F3;
}

#sidebar .video li span {
	position: absolute;
	top: 25px;
	right: 15px;
}

#sidebar .video li p {
	height: 25px;
	overflow: hidden;
	font-weight: bold;
}

#sidebar .video li div {
	color: #aaa;
	font-size: 14px;
}

#sidebar dt {
	font-size: 20px;
	padding-bottom: 10px;
}

#sidebar .tags a {
	display: block;
	float: left;
	background-color: #F6F8FB;
	padding: 3px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#match_list  {
	background: url(../images/bg_match.jpg) bottom center no-repeat;
	padding-bottom: 100px;
}

#match_list .tit {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	background: url(../images/eventlive.png) top center no-repeat;
	padding: 30px 0;
}

#match_list ul {
	border: solid 1px #000;
	border-radius: 10px;
	overflow: hidden;
}

#match_list li {
	padding: 10px 20px;
	border-bottom: solid 1px #000;
}

#match_list li:nth-child(even) {
	background-color: #fff;
}

#match_list li:nth-child(odd) {
	background-color: #F6F8FB;;
}

#match_list .name img {
	height: 30px;
}

#match_list .match__item-list {
	line-height: 35px;
}

#match_list .match__date {
	margin: 20px 0;
}

#match_list .match__date span {
	background-color: #259C4E;
	color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
}

#match_list .match__item-list {
	display: flex;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px 20px;
}

#match_list .match__time {
	width: 60px;
	font-weight: bold;
	color: #259C4E;
}

#match_list .match__label {
	width: 200px;
	text-align: center;
}

#match_list .match__home-team {
	width: 200px;
	text-align: right;
}

#match_list .match__vs {
	width: 60px;
	text-align: center;
}

#match_list .match__visitor-team {
	width: 200px;
	text-align: left;
}

#match_list .match__team-icon {
	width: 35px;
	height: 35px;
	border: solid 2px #BFCBDA;
	border-radius: 50%;
	margin: 0 10px;
}

#match_list .match__play-btn {
	width: 300px;
	text-align: right;
}

#index_news {
	padding: 80px 0;
}

#index_news .tit {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	background: url(../images/news.png) top center no-repeat;
	padding: 30px 0;
}

#index_news li img {
	width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

#index_news ul .item {
  background-color: #fff;
  line-height: 200%;
}

#index_news ul .item .time {
	color: #999;
	font-size: 12px;
	background: url(../images/line1.jpg) bottom left no-repeat;
	padding-bottom: 15px;
}

#index_news span {
	float: right;
}

#index_video {
	padding: 80px 0;
	background-color: #F6F6F6;
}

#index_video .tit {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	background: url(../images/news.png) top center no-repeat;
	padding: 30px 0;
}

#index_video ul li {
	padding: 30px;
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	margin-bottom: 20px;
}

#index_video ul li .item {
	line-height: 200%;
	background: url(../images/icon1.jpg) top right no-repeat;
}

#index_video ul li .item .title {
	display: block;
	padding-right: 100px;
	font-weight: bold;
}

#index_video ul li .time {
	color: #999;
	font-size: 12px;
	background: url(../images/line2.jpg) bottom right no-repeat;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

#index_video ul li .btn {
	display: block;
	margin: 0 auto;
	background-color: #CBFF00;
	border: solid 1px #000;
	padding: 5px 50px;
}

.match_list {
	background: url(../images/bg_match2.jpg) top center #000 no-repeat;
	padding-top: 80px;
}

.match_list h1, .news_list h1 {
	text-align: center;
	color: #fff;
	font-size: 50px;
	padding-bottom: 50px;
}

.match_list #match_list {
	background: none;
}

.news_list {
	background: url(../images/bg_news.jpg) top center #000 no-repeat;
	padding-top: 80px;
}

.news_list .container {
	display: flex;
}

#match_news {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}


#match_news dl {
	width: 48%;
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
	padding: 20px;
}

.info_center {
	line-height: 50px;
}

.info_center .home {
	text-align: right;
}

.info_center .away {
	text-align: left;
}

.info_center .home, .info_center .away {
	margin: 5px 0;
	width: 200px;
}

.info_center .home img, .info_center .away img {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: solid 2px #034CCF;
	padding: 3px;
	margin: 0 10px;
}

#match_list .look {
	text-align: center;
}

#match_list .cate li {
	float: left;
	background-color: #F87228;
	border-radius: 10px;
  padding: 3px 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}

#match_list .cate li a {
	color: #fff;
}


.tag_list {
	padding: 10px;
}

.tag_list .col {
	line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

#footer {
	background-color: #000;
	color: #fff;
	text-align: center;
	line-height: 80px;
}

#footer .link {
	height: 80px;
	line-height: 80px;
	padding-top: 10px;
}

#footer .link a {
	color: #fff;
	padding: 20px;
}

#footer p {
	height: 80px;
}

.match_info {
	display: flex;
}

#match_info {
	text-align: center;
}

#match_info .info {
}

#match_info .competition {
	line-height: 30px;
}

#match_info .score {
	display: flex;
	justify-content: space-between;
	line-height: 60px;
	padding: 20px 0;
	background-color: #CBFF00;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
}

#match_info .score span {
}

#match_info .score p {
	display: none;
}

#match_info .score img {
	width: 60px;
	height: 60px;
}

#match_info .score .home {
	width: 242px;
	background: url(../images/home.jpg) left center no-repeat;
}

#match_info .score .away {
	width: 242px;
	background: url(../images/away.jpg) left center no-repeat;
}

#match_info .vs {
}

#match_info .button {
	line-height: 60px;
	padding: 20px 0;
	background-color: #fff;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

#match_info .button a {
	background-color: #0867ED;
	padding: 5px 20px;
	color: #fff;
	border-radius: 5px;
}

#main .match_news .tit {
	height: 80px;
	padding-top: 30px;
	text-indent: 40px;
	font-weight: bold;
	font-size: 24px;
}

#main .match_news li {
	font-size: 18px;
	line-height: 80px;
	text-indent: 40px;
	border-bottom: solid 1px #ccc;
}

#main .match_news span {
	padding-right: 20px;
	color: #2349B4;
	font-weight: bold;
}

#article {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
}

#article img {
	max-width: 100%;
	margin: 5px;
}

#article .title {
	padding: 20px 0;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	border-bottom: solid 1px #aaa;
}

#article .time {
	text-align: center;
	padding-bottom: 20px;
}

#article .info {
	text-align: center;
	line-height: 50px;
}


@media (max-width: 600px) {

	.header {
		padding-bottom: 20px;
	}

	.nav-link {
		margin:  5px 0;
	}
	.nav-item {
		background-color: #0867ED;
	}
	.hotevent {
		margin-top: 0;
		height: 390px;
	}
	.hotevent dt {
		padding-top: 10px;
		font-size: 16px;
	}
	.hotevent dd {
	}
	#hot_match {
		margin-top: 20px;
	}
	#hot_match .tit_cn {
		width: auto;
	}

	#hot_match .desc {
		margin-left: 0;
		margin-top: 0px;
	}

	#main h1 {
		padding-top: 30px;
	}

	#match_list, #main .tit {
		min-width: 320px;
	}

	#match_list .ico {
		font-weight: bold;
	}

	.info_center {
		width: 100%;
	}

	.info_center .home, .info_center .away {
		flex: 1 1 18%;
	}


	.news_list .container {
		display: block;
	}

	#wrap .match_news li {
		height: auto;
	}

	#wrap .match_news .pic {
		width: 160px;
	}

	#wrap .match_news .pic img {
		width: 100%;
		height: auto;
	}

	#wrap .match_news .text {
		margin-left: 175px;
	}

	#wrap .match_news .desc {
		height: 48px;
		overflow: hidden;
	}

	#index_news li img {
		display: none;
	}
	#index_news ul .item {
		margin-top: 30px;
	}

	#match_list .name {
		white-space: nowrap;
	}

	#match_list .name a {
		font-size: 22px;
		padding-left: 20px;
		margin-top: 1px;
	}

	#match_list .name img {
		display: none;
	}

	#match_list .info_center {
		padding: 15px 0;
	}

	#match_list .ss-item {
		padding-top: 20px;
	}

	#match_list .look {
		width: 100%;
		padding-bottom: 20px;
	}

	#wrap, #sidebar {
		flex: auto;
	}

	#sidebar {
		padding-left: 0;
	}

	#match_info {
		width: 100%;
		margin-bottom: 30px;
	}

	#match_info .score .home , #match_info .score .away {
		width: auto;
	}

	#match_info .score .home span , #match_info .score .away span {
		display: none;
	}

	#match_info .score p {
		display: block;
		line-height: 14px;
	}

	#match_info .score {
	}

	#match_info .score img {
		width: 50px;
		height: 50px;
		margin: 20px;
	}

	#match_info .score span {
		font-size: 14px;
	}
}