@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;
		color: #fff;
}

.bold {
	font-weight: bold;
}

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

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

.orange {
	color: #F54214;
}

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

.page li {
	padding: 10px;
}

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

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

.navbar-nav {
}

.nav-item {
}

.nav-link {
	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");
}

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

#hot_matches {
	height: 300px;
	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;
}

#index_video {
	background: url(../images/bg_video.png) top center no-repeat #000;
	padding-bottom: 100px;
}

#index_video ul {
	border-left: solid 1px #2b2b2b;
}

#index_video li {
	background: url(../images/yinhao.png) 85% 20px no-repeat;
	border-right: solid 1px #2b2b2b;
	border-bottom: solid 1px #2b2b2b;
	padding: 20px;
	padding-top: 50px;
	line-height: 250%;
	color: #999;
}

#index_video li .ellipsis {
	width: 80%;
}

#index_video li .button {
	margin-top: 50px;
}

#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;
}

#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%;
	margin-bottom: 20px;
	border: solid 1px #2b2b2b;
}

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

#wrap .match_news {
	padding: 30px 20px;
}

#wrap a, #sidebar a {
	color: #fff;
}

#wrap h1 {
	color: #fff;
}

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

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

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

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

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

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

#wrap .match_news .desc {
	color: #999;
}


#sidebar {
	flex: 0 0 25%;
	color: #fff;
}

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

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

#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;
	padding: 3px 10px;
	margin-bottom: 10px;
	margin-right: 10px;
}

#match_list  {
	padding-bottom: 100px;
}

#match_list .bg {
}

#match_list ul.list {
	border: solid 1px #2b2b2b;
}

#match_list .list li {
	border-bottom: solid 1px #2b2b2b;
}

#match_list li a {
	color: #fff;
}

#match_list .name {
	width: 20%;
}

#match_list .time {
	width: 10%;
}

#match_list .info_center {
	width: 60%;
}

#match_list .look {
	width: 10%;
}

#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 {
	background-image: url(../images/bg_index_news.png);
	background-position: calc(100vw * 0.32) -20px;
	background-repeat: no-repeat;
}

#index_news li {
	line-height: 200%;
	border-bottom: solid 1px #2b2b2b;
	border-right: solid 1px #2b2b2b;
}

#index_news a {
	color: #999;
}

#index_news .bold a {
	color: #fff;
}

#index_news .btn {
	margin-top: 20px;
	border: solid 1px #999;
}

#hotevent ul ul {
	border-left: solid 1px #2b2b2b;
}

#hotevent ul li li {
	border-right: solid 1px #2b2b2b;
	border-bottom: solid 1px #2b2b2b;
	padding: 20px;
}

#hotevent ul li ul .d-flex {
	height: 60px;
	justify-content: space-between;
}

#hotevent ul li ul .logo {
	position: relative;
}

#hotevent ul li ul .logo img {
	width: 60px;
	height: 60px;
	border: solid 3px #f00;
	border-radius: 50%;
	background-color: #000;
}

#hotevent ul li ul .logo .home {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

#hotevent ul li ul .logo .away {
	position: absolute;
	top: 0;
	left: 40px;
	z-index: 99px;
}

#hotevent ul li ul .competition {
	margin-top: 20px;
	margin-bottom: 15px;
	color: #F54214;
	border: solid 1px #2b2b2b;
	display: inline-block;
}

#hotevent ul li ul .time {
	border: solid 1px #2b2b2b;
	color: #F54214;
	font-size: 22px;
	text-align: center;
	line-height: 130%;
	font-weight: bold;
}

#hotevent ul li ul .time div {
	padding: 0 5px;
}

#hotevent ul li ul .date {
	border-top: solid 1px #2b2b2b;
	color: #fff;
	font-size: 16px;
}

#hotevent ul li ul .btn {
	display: block;
	background-color: #F54214;
	border-radius: 10px;
	color: #fff;
	margin-top: 20px;
}

#hotevent .col-3 a {
	float: right;
	padding: 5px 0 5px 20px;
	color: #fefefe;
	white-space: nowrap;
}

.match_list {
	background-color: #18181B;
}

.match_list .bg {
	padding: 80px 0 180px 0;
	background: url(../images/bg_match.jpg) bottom center no-repeat;
}

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

.match_list #match_list {
	background: none;
}

#video_list {

}

.news_list {
	background-color: #000;
}

.news_list .col-9 {
	border-left: solid 1px #2b2b2b;
	border-right: solid 1px #2b2b2b;
	padding-left: 0;
	padding-right: 0;
}

.news_list .col-3 {
	padding-left: 0;
	padding-right: 0;
}

#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;
	min-width: 250px;
}

.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;
	background-color: #000;
}

#match_info {
	text-align: center;
	color: #fff;
}

#match_info .info {
}

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

#match_info .score {
	display: flex;
	justify-content: space-around;
	background: url(../images/bg_match_top.jpg) top center repeat-y #000;
	line-height: 100px;
	border-bottom: solid 1px #2b2b2b;
	border-top: solid 1px #2b2b2b;
	margin-top: 20px;
}

#match_info .score img {
	width: 60px;
	height: 60px;
	margin-top: 20px;
}


#match_info .button {
	line-height: 60px;
	padding: 20px 0;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border:solid 2px #18181B;
}

#match_info .button a {
	background-color: #F54214;
	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: #000;
	border-bottom: solid 1px #2b2b2b;
	color: #fff;
}

#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) {

	.nav-link {
		margin:  5px 0;
	}
	.nav-item {
		background-color: #0867ED;
	}


	#hot_matches .item .mb-3 {
		height: 25px;
	}

	#hot_matches .item .d-flex {
		height: 100px;
		padding-top: 10px;
	}

	#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%;
	}


	#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-right: 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;
		width: 100%;
	}

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

	#match_list .ss-item .name {
		width: 20%;
	}

	.info_center .home, .info_center .away {
		width: auto;
		min-width: auto;
	}

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

	#wrap, #sidebar {
		flex: auto;
	}

	#sidebar {
		padding-left: 0;
	}

	.match_info {
		display: block;
	}
	#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;
	}
}