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

body {
	padding:0; margin: 0; font-size: 12px; font-family:"Microsoft Yahei";
	background-color: #F6F8FB;
}
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;
	background-color: #000;
}

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

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

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

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

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

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

#index_news a {
	color: #fff;
}

#index_news dl {
	background-color: #000;
	float: left;
	margin-left: 2%;
	width: 23%;
	padding: 20px;
	border-radius: 10px;
	opacity: 80%;
	background-size: cover !important;
}

#index_news dt {
	background: url(../images/line1.jpg) bottom left no-repeat;
	font-size: 24px;
	color: #fff;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#index_news .news dt, #index_news .match dt {
	background: url(../images/line2.jpg) bottom left no-repeat;
}

#index_news .news {
	background: url(../images/bg2.png) center center no-repeat;
	margin-top: 100px;
	height: 443px;
	background-size: cover;
}

#index_news .video {
	background: url(../images/bg2.png) center center no-repeat;
	margin-top: 150px;
}

#index_news .video li {
	background: url(../images/play.png) right center no-repeat;
	height: 40px;
	line-height: 20px;
}

#index_news .match {
	background: url(../images/bg4.png) center center no-repeat;
	margin-top: 50px;
}

#hotevent {
	background: url(../images/bg1.png) center center no-repeat;
}

#hotevent a {
	padding-right: 10px;
	line-height: 30px;
}

#hot_matches img {
	width: 32px;
	height: 32px;
}

#hot_matches .item {
	display: flex;
	justify-content: space-evenly;
}

#hot_matches .center {
	font-size: 12px;
}

.tit1 {
	text-align: center;
	padding-top: 50px;
}

.tit1 img {
	max-width: 100%;
}

.tit2 {
	color: #fff;
	padding-bottom: 10px;
	margin: 10px 0;
	background: url(../images/bg20.jpg) bottom left no-repeat;
}

.compe {
	padding: 20px 0;
}

.compe li {
	width: 200px;
	height: 70px;
	border: solid 1px #fff;
	background: url(../images/bg5.jpg) center center;
	padding: 10px;
	border-radius: 10px;
}

.compe .ellipsis {
	float: left;
}

.compe .logo {
	float: right;
}

.compe .logo img {
	max-height: 50px;
}

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

#match_list .ss-item {
	line-height: 50px;
	padding: 0 10px;
	background-color: #fff;
}

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

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

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

#index_sjb {
	background: url(../images/bg7.jpg) top center no-repeat #000;
	padding-bottom: 50px;
}

.index_team, .index_player, .guanjun {
	border: solid 1px #C9B180;
	background-color: #000;
	border-radius: 10px;
	color: #fff;
}

.index_team dt, .index_player dt {
	font-size: 22px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: url(../images/line1.jpg) bottom left no-repeat;
}

.index_team a {
	color: #fff;
}

.index_team img {
	height: 64px;
	margin-bottom: 5px;
}

.index_team ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.index_team li {
	width: 20%;
	text-align: center;
	padding-top: 20px;
}

.index_player {
	margin-left: 80px;
	margin-top: 80px;
}

.index_player dt {
	margin: 20px;
}

.index_player li {
	border-bottom: solid 1px #C9B180;
	padding: 20px;
}

.index_player img {
	width: 90px;
	margin-right: 20px;
	border-radius: 10px;
}

.index_player span {
	display: block;
	margin-top: 30px;
	color: #aaa;
	font-size: 14px;
}

#index_video {
	position: relative;
	background: url(../images/bg8.jpg) top center no-repeat;
	padding-bottom: 100px;
}

#index_video .pic img {
	width: 100%;
	height: 385px;
	border-start-start-radius: 10px;
	border-start-end-radius: 10px;
}

#index_video .tit {
	background-color: #004FC7;
	padding: 10px;
	border-end-start-radius: 10px;
	border-end-end-radius: 10px;
	color: #fff;
}

#index_video .tit a {
	color: #fff;
}

#index_video li li img {
	width: 100%;
	height: 140px;
	margin-bottom: 15px;
}

#recommend_news {
	background-color: #000;
	padding-bottom: 50px;
}

#recommend_news .d-flex img {
	width: 100%;
}

#recommend_news a {
	color: #fff;
}

.match_info {
	background: url(../images/bg10.jpg) top center no-repeat;
	padding-top: 50px;
}

.match_info dt, #match_recommend dt, .video dt, .players dt {
	height: 52px;
	background: url(../images/bg15.jpg) top left no-repeat #1A2738;
	padding: 10px 150px 10px 0;
}

.match_info dd, #match_recommend dd, .video dd {
	padding: 15px;
	background-color: #fff;
	margin-bottom: 0;
}

.players dd {
	margin-bottom: 0;
}

#match_info {
	float: left;
	width: 875px;
	border: solid 4px #C9B180;
	position: relative;
}

#match_info .button {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 52px;
}

#match_info .button a {
	background-color: #C9B180;
	margin-right: 20px;
	padding: 10px;
	border-start-start-radius: 10px;
	border-end-end-radius: 10px;
}

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

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

#match_info .score img, #match_recommend .item .logo img {
	width: 48px;
	height: 48px;
}

#match_recommend, .video, .players dl {
	border: solid 4px #C9B180;
}

#match_recommend .item {
	margin-bottom: 9px;
}

#match_recommend .item .time {
	background: linear-gradient( 90deg, #004FC7 0%, #FF4747 100%);
	color: #fff;
	padding: 5px;
	display: flex;
	justify-content: space-between;
}

#match_recommend .item .logo {
	background-color: #F1F3F6;
	padding: 20px;
	display: flex;
	justify-content: space-between;
	line-height: 48px;
}

.news_list {
	position: relative;
}

#wrap {
	padding-top: 100px;
}

.match_news {
	margin-top: 30px;
	border: solid 4px #D7B67E;
}

.match_news li {
	position: relative;
	height: 120px;
	padding: 10px;
}

.match_news .text {
	margin-right: 180px;
}

.match_news .text .tit {
	display: flex;
	justify-content: space-between;
}

.match_news .text .time {
	color: #aaa;
}

.match_news .text .desc {
	color: #aaa;
}

.match_news .pic {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 150px;
}

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

#sidebar {
	padding-top: 100px;
}

.video li {
	position: relative;
	height: 70px;
}

.video .desc {
	margin-right: 120px;
}

.video .desc p {
	font-size: 12px;
	color: #aaa;
}

.video .pic {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
}

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

#article {
	position: relative;
	background: url(../images/bg17.jpg) top center no-repeat;
	padding-top: 100px;
	padding-bottom: 50px;
}

#article .time {
	color: #aaa;
	margin-bottom: 15px;
}

#article .col-xl-5 img {
	width: 100%;
	margin-bottom: 100px;
	border-radius: 50px;
}

.players {
	background-color: #000;
	padding-top: 100px;
}

h2.title {
}

.player_list {
	 text-align: center;
}

.player_list table {
	border-top: solid 4px #C9B180;
	color: #fff;
}

.player_list td a {
	color: #fff;
}

.player_list td {
	padding: 10px 0;
}

.player_list td img {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: solid 2px #C9B180;
}

.player_list tr:nth-child(odd) {
	background-color: #181919;
	padding: 5px 0;
}

.player_list tr:nth-child(even) {
	background-color: #2A2923;
}

#team_logo {
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
	color: #4E2F00;
	font-size: 18px;
}

#team_logo span {
	font-size: 48px;
}

#team_logo li {
	background: url(../images/flower.png) bottom center no-repeat;
	min-width: 110px;
}

#player_info {
	padding-top: 100px;
	position: relative;
}

#player_info .info {
	margin-right: 400px;
}

#player_info .info .content {
	height: 285px;
	overflow: scroll;
	padding-right: 20px;
	margin-bottom: 30px;
}

#player_info .info .number {
	font-size: 48px;
}

#player_info .info .number span {
	font-size: 160px;
	font-weight: bold;
}

#player_info .news {
	position: absolute;
	top: 50px;
	left: 950px;
	width: 430px;
	text-align: center;
	padding: 0 60px;
}

#player_info .news dt {
	text-align: left;
	color: #fff;
	padding-bottom: 20px;
}

#player_info .news a {
	color: #fff;
}

#player_info .news img {
	width: 100%;
}

@media (max-width: 600px) {

	.nav-item a {
		padding: 0 10px;
	}

	#index_news {
		height: auto;
	}

	#index_news dl {
		float: inherit;
		width: auto;
	}

	#index_news .news, #index_news .video, #index_news .match {
		margin-top: 10px;
	}

	#index_sjb .d-flex, #recommend_news .d-flex {
		display: block !important;
	}

	.index_player {
		margin-top: auto;
		margin-left: auto;
	}

	#match_list {
		padding-bottom: 40px;
	}

	#index_sjb .index_player .d-flex {
		display: flex !important;
	}

	#recommend_news .d-flex img {
		display: none;
	}

	#article {
		padding-top: 20px;
	}

	#article .col-xl-5 img {
		width: 100%;
		margin-bottom: 10px;
		border-radius: 10px;
	}

	#match_info {
		float: inherit;
		width: auto;
	}

	#match_info dt {
		height: auto;
	}

	#match_info .button {
		position: relative;
		margin-top: 20px;
		padding-left: 10px;
		white-space: nowrap;
	}

	#match_recommend {
		float: inherit !important;
	}

	#player_info {
		padding-top: 20px;
	}

	#player_info .info {
		margin-right: 0;
	}
}