@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;
		background: url(../images/bg.jpg) top center;
}
a {
		font-size: 16px;
		color: #fff;
}

img {
	object-fit: cover;
}

.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: url(../images/bg1.png) right center no-repeat #044231;
	color: #fff;
	border-top: solid 4px #D7B67E;
	border-bottom: solid 4px #D7B67E;
	padding-right: 200px;
}

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

#index_news {
	background: url(../images/bg2.png) top center no-repeat;
	position: relative;
}

#index_news .container {
	display: flex;
	justify-content: space-between;
}

#index_news dl {
	flex: 1 1 0;
	color: #fff;
}

#index_news dl:nth-child(1) {
	margin-top: 270px;
}

#index_news dl:nth-child(2) {
	margin-top: 650px;
}

#index_news dl:nth-child(3) {
	margin-top: 550px;
}

#index_news dl:nth-child(4) {
	margin-top: 320px;
}

#index_news dl .time {
	color: #aaa;
	font-size: 12px;
}

#index_news dl .desc {
	padding: 10px 0;
}

#index_news dl img {
	width: 100%;
	margin-bottom: 10px;
}

#index_news dd {
	position: relative;
	padding-left: 30px;
	margin-right: 50px;
}

#index_news dd .line {
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 338px;
	background: linear-gradient( 180deg, #D7B67E 0%, rgba(255,255,255,0) 100%);
	border-radius: 0px 0px 0px 0px;
}

#index_news li {
	line-height: 180%;
}

#index_news span {
	float: right;
}

#hotevent {
	position: absolute;
}

#hotevent img {
	margin: 80px 0 50px 0;
}

#hotevent ul {
	display: flex;
	width: 580px;
	flex-wrap: wrap;
}

#hotevent ul li {
	margin-right: 10px;
}

#hot_matches {
	border-top: solid 20px #D7B67E;
	border-bottom: solid 20px #D7B67E;
	background: url(../images/bg3.jpg) left center no-repeat;
	padding: 50px 0;
}

#hot_matches .item {
	display: flex;
	max-width: 940px;
	height: 70px;
	line-height: 50px;
	margin: 15px auto;
	padding: 10px;
	background: url(../images/bg4.jpg) center left no-repeat;
	text-align: center;
	justify-content: space-around;
}

#hot_matches .item a {
	color: #000;
}

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

#hot_matches .item .time {
	width: 160px;
	color: #044231;
	font-size: 44px;
}

#hot_matches .item .competition {
	font-size: 12px;
	line-height: 22px;
}

#match_list .list {
	border: solid 16px #D7B67E;
	margin-bottom: 100px;
}

#match_list .ss-item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	color: #fff;
	line-height: 40px;
}

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

#match_list .info_center {
	display: flex;
}

#match_list .name img, #match_list .info_center img {
	width: 40px;
	height: 40px;
	margin: 0 10px;
}

#index_video {
	background: url(../images/bg5.jpg) top center no-repeat;
	border-top: solid 20px #D7B67E;
	border-bottom: solid 20px #D7B67E;
	padding: 100px 0;
}

#index_video .item {
	position: relative;
	padding-left: 20px;
	padding-right: 80px;
}

#index_video .item .line {
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 178px;
	background: linear-gradient( 180deg, #D7B67E 0%, rgba(255,255,255,0) 100%);
	border-radius: 0px 0px 0px 0px;
}

#index_video .item li {
	display: flex;
	justify-content: space-between;
	color: #fff;
	margin-bottom: 25px;
}

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

#index_video .list li {
	padding-right: 80px;
	padding-top: 50px;
}

#index_video .list img {
	border: solid 2px #B29668;
	width: 100%;
}

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

.match_news, #match_recommend, .video {
	border: solid 8px #D7B67E;
	color: #fff;
}

#match_recommend, .video {
	padding: 20px;
}

.match_news li {
	background-color: #044231;
	height: 140px;
	padding: 20px;
}

.match_news li .pic {
	float: left;
	margin-right: 20px;
	width: 150px;
	border: solid 2px #B29668;
}

.match_news li .pic img {
	width: 100%;
	height: 100px;
}

.match_news li .time {
	float: right;
	font-size: 12px;
	color: #aaa;
}

.match_news li .desc {
	margin-top: 10px;
}

#match_recommend .item {
	background-color: #EEE9DD;
	border: solid 2px #B29668;
	padding: 20px;
	color: #000;
	text-align: center;
	margin-top: 20px;
}

#match_recommend .item a {
	color: #000;
}

#match_recommend .item span {
	font-size: 14px;
	color: #aaa;
}

#match_recommend .item img {
	width: 35px;
	height: 35px;
}

#match_recommend .item .vs {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	letter-spacing: 5px;
}

#match_recommend .item .button {
	background-color: #044231;
	padding: 5px;
	margin-top: 10px;
}

#match_recommend .item .button a {
	color: #fff;
}

.video li {
	margin-top: 10px;
	border: solid 2px #B29668;
	height: 104px;
}

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

.video .pic img {
	width: 100%;
	height: 100px;
	border-right: solid 2px #B29668;
}

.video .desc {
	margin-left: 100px;
	padding: 10px;
}

#article {
	color: #fff;
	padding: 100px 0;
}

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

#article .time {
	margin-bottom: 20px;
}

#match_info {
	margin: 100px 0;
}

#match_info #wrap {
	border: solid 8px #D7B67E;
}

#match_info .score {
	display: flex;
	justify-content: space-around;
	text-align: center;
	height: 88px;
	line-height: 48px;
	padding-bottom: 10px;
	background: url(../images/bg7.png) top center no-repeat;
	color: #fff;
	padding: 20px 150px;
}

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

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

#match_info .button {
	padding: 10px 0 ;
	margin-bottom: 10px;
}

#match_info .button a {
	background-color: #D7B67E;
	padding: 10px;
}

.news_list .bg1 {
	background: url(../images/bg6.jpg) top center no-repeat;
	text-align: center;
	padding: 50px;
	margin-bottom: 100px;
}

@media (max-width: 600px) {
	.bg {
		padding-right: 0;
	}
	#index_news .container {
		display: block;
	}

	#index_news dl:nth-child(1),
	#index_news dl:nth-child(2),
	#index_news dl:nth-child(3),
	#index_news dl:nth-child(4) {
		margin-top: 10px;
	}

	#hotevent {
		position: inherit;
	}

	#hotevent ul {
		width: auto;
	}

	#hot_matches .item .time {
		font-size: 34px;
		width: auto;
	}

	#hot_matches .btn img {
		width: 20px;
	}

	#match_list .ss-item {
		display: block;
		padding: 10px 0;
	}

	#match_list .ss-item .name {
		float: left;
		width: 50%;
	}

	#match_list .ss-item .time {
		float: right;
		width: 50%;
		text-align: right;
		padding-right: 10px;
	}

	#match_list .info_center {
		width: 100%;
		text-align: center;
		justify-content: space-around;
		padding: 20px 0;
	}

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

	#index_video .item {
		padding: 0 20px;
	}

	#index_video .list li {
		padding-right: 10px;
	}

	.news_list .bg1 {
		margin-bottom: 10px;
	}

	#article {
		padding: 20px 0;
	}

	#match_info {
		margin: 10px 0;
	}

	#match_info .score {
		padding: 20px 0;
	}

	#wrap {
		margin-bottom: 20px;
	}
}