@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, a {
		font-size: 16px;
}

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

#nav {
	position: relative;
}

#nav .left {
  position: absolute;
  top: 0;
  left: 0;
}

#nav .right {
  position: absolute;
  top: 0;
  right: 0;
}

#nav ul {
	display: flex;
	background-color: #000;
	justify-content: center;
	height: 40px;
	line-height: 40px;
}

.nav-item a {
	color: #fff;
	padding: 0 20px;
}

#index_news {
	position: relative;
	height: 970px;
	background: url(../images/bg.jpg) top center no-repeat;
}

#index_news .news1, #index_news .news2, #index_news .news3, #index_news .news4 {
	position: absolute;
	border-radius: 10px;
	padding: 20px;
}

#index_news .news1 {
	top: 10%;
	left: 0;
	background-color: #FFCA0A;
	display: flex;
}

#index_news .news2 {
	top: 50%;
	right: 0;
	background-color: #F2F1EF;
	display: flex;
}

#index_news .news1 dl, #index_news .news2 dl {
	margin-bottom: 0;
	padding-right: 20px;
	margin-right: 20px;
	text-align: center;
	border-right: solid 1px #000;
}

#index_news .news1 dt, #index_news .news2 dt {
	font-size: 32px;
	font-weight: bold;
}

#index_news .news1 dd, #index_news .news2 dd {
	margin-bottom: 0;
}

#index_news .news1>div, #index_news .news2>div {
	max-width: 380px;
}

#index_news .news1 a, #index_news .news2 a {
	color: #000;
	font-weight: bold;
}

#index_news .news3 {
	top: 30%;
	left: 0;
	background-color: #000;
/*	max-width: 320px;*/
}

#index_news .news3 li {
	list-style-type: circle;
  color: #ddd;
  margin-left: 20px;
}

#index_news .news3 li a {
	color: #ddd;
}

#index_news .news4 a {
	color: #000;
	padding-right: 10px;
	line-height: 30px;
}

#index_news .news4 dt {
	font-size: 24px;
	border-bottom: solid 5px #000;
	margin-bottom: 20px;
}

#index_news .news4 {
	top: 15%;
	right: 0;
	width: 380px;
	border-radius: 10px;
	background-color: #FFCA0A;
}

.tit1 {
	font-size: 28px;
	border-bottom: solid 5px #000;
	text-align: center;
	width: 120px;
	padding-top: 50px;
	margin-bottom: 50px;
}

.tit2 {
	background-color: #333;
	margin-bottom: 10px;
	padding: 10px 0;
}

.tit2 a {
	color: #fff;
}

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

#match_list .ss-item {
	line-height: 50px;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	padding: 0 10px;
	background-color: #fff;
}

#match_list .ss-item:nth-child(even) {
	background-color: #F3F1EF;
}

#match_list .ss-item img {
	max-height: 30px;
}

#match_list .ss-item a {
	color: #000;
}

#hot_matches .left {
	margin-right: 50px;
}

#hot_matches .item {
	background-color: #FFCA0A;
	border-radius: 100px;
	display: flex;
	padding: 20px;
	margin-top: 20px;
	justify-content: space-around;
	line-height: 30px;
}

#hot_matches .item .d-flex {
	background-color: #000;
	border-radius: 50px;
	padding: 5px 0;
	color: #fff;
	line-height: 50px;
}

#hot_matches .item .center {
	text-align: center;
	line-height: 20px;
	font-size: 12px;
}

#hot_matches .item span {
	background-color: #000;
	color: #FFCA0A;
}

#hot_matches .item img {
	max-height: 50px;
	margin: 0 10px;
	border-radius: 50%;
}

#index_video {
	background-color: #F3F1EF;
}

#index_video .item {
	background-color: #fff;
	padding: 5px;
	border-radius: 5px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 20px;
}

#index_video .time {
	color: #ccc;
	font-size: 12px;
}

#index_video .pic {
	float: left;
	width: 80px;
	margin-right: 10px;
}

#index_video .pic img {
	height: 80px;
	width: 100%;
	border-radius: 5px;
	object-fit: cover;
}

#footer {
	background-color: #000;
	text-align: center;
	color: #fff;
	padding: 20px 0;
}

.match_info {
	background: url(../images/bg2.jpg);
	padding: 50px 0;
}

#match_info {
	margin-left: 360px;
}

#match_info .score {
	display: flex;
	line-height: 48px;
	justify-content: space-evenly;
	text-align: center;
	padding-bottom: 20px;
}

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

#match_info .button {
	margin-bottom: 20px;
	text-align: center;
}

#match_info .button a {
	background-color: #000;
	color: #FFCA0A;
	padding: 5px 10px;
	border-radius: 5px;
}

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

#match_recommend {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 320px;
}

#match_recommend .item, #recommend .item {
	background-color: #F2F1EF;
	display: flex;
	justify-content: space-between;
	margin-top: 15px;
	border-radius: 10px;
	padding: 30px 20px 15px 20px;
	line-height: 200%;
}

#match_recommend .item .time,#recommend .item .time {
	position: relative;
}

#match_recommend .item .time span,#recommend .item .time span {
	position: absolute;
	top: -30px;
	left: -20px;
	background-color: #000;
	color: #FFCA0A;
	border-start-start-radius: 10px;
	border-end-end-radius: 10px;
	padding: 0px 10px;
}

#match_recommend .item img,#recommend .item img {
	width: 24px;
	height: 24px;
}

#recommend {
	background-color: #FFCA0A;
	padding: 15px;
	border-radius: 10px;
}

#recommend .time a {
	font-size: 14px;
	color: #FFCA0A;
}

.news_list {
	background-color: #F2F1EF;
}

.match_news li {
	background-color: #fff;
	border-radius: 10px;
	height: 100px;
	margin-bottom: 15px;
	padding: 10px;
}

.match_news .pic {
	float: left;
	width: 100px;
	text-align: center;
	font-size: 12px;
	border-right: solid 1px #ccc;
   margin-right: 20px;
}

.match_news .pic span {
	font-weight: bold;
	font-size: 38px;
}

.match_news .text {
	margin-left: 100px;
	color: #ccc;
}

.match_news .text .tit {
	padding: 8px 0;
}

#sidebar {
	padding-top: 20px;
}

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

.video li {
	margin-top: 10px;
}

.video .pic {
	float: left;
	width: 60px;
}

.video .pic img {
	width: 100%;
	height: 60px;
	object-fit: cover;
}

.video .desc {
	margin-left: 70px;
}

.video .desc div {
	font-size: 12px;
	color: #ddd;
}

#article {
	margin: 100px 0;
}

#article .title {
	font-size: 30px;
	padding: 30px 0;
}

@media (max-width: 600px) {
	.nav-item a {
		padding: 0 5px;
	}

	#nav .left, #nav .right, #hot_matches .left {
		display: none;
	}

	#index_news {
		height: auto;
		padding-bottom: 50px;
	}

	#index_news .news1, #index_news .news2, #index_news .news3, #index_news .news4 {
		position: relative;
		top: inherit;
		left: inherit;
		margin-top: 15px;
	}

	.ss-item .info_center {
		justify-content: space-evenly;
	}

	.ss-item .info_center,	.ss-item .look {
		width: 100%;
		text-align: center;
	}

	#article {
		margin: 10px 0;
	}

	#wrap {
		flex: auto;
	}

	#match_info {
		margin-left: 0;
	}

	#match_recommend {
		position: inherit;
		width: auto;
		left: inherit;
	}
}