@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 {
    background-color: #efefef;
		font-size: 16px;
}
a {
		font-size: 16px;
}

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

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

.header {
	position: relative;
}

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

.navbar-nav {
	z-index: 999;
}

.navbar-nav li:nth-child(1) a {
	display: block;
	background: url('../images/icon1.png') left center no-repeat;
	padding-left: 50px;
}

.navbar-nav li:nth-child(2) a {
	display: block;
	background: url('../images/icon2.png') left center no-repeat;
	padding-left: 50px;
}

.navbar-nav li:nth-child(3) a {
	display: block;
	background: url('../images/icon3.png') left center no-repeat;
	padding-left: 50px;
}

.navbar-nav li:nth-child(4) a {
	display: block;
	background: url('../images/icon4.png') left center no-repeat;
	padding-left: 50px;
}

.navbar-nav li:nth-child(5) a {
	display: block;
	background: url('../images/icon5.png') left center no-repeat;
	padding-left: 50px;
}

.navbar-nav li:nth-child(6) a {
	display: block;
	background: url('../images/icon4.png') left center no-repeat;
	padding-left: 50px;
}

.navbar-nav li:nth-child(7) a {
	display: block;
	background: url('../images/icon4.png') left center no-repeat;
	padding-left: 50px;
}

.navbar-nav li:nth-child(8) a {
	display: block;
	background: url('../images/icon4.png') left center no-repeat;
	padding-left: 50px;
}

.nav-item {
	margin-left: 35px;
}

.nav-link {
	font-size: 18px;
	color: #fff;
}

.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: 74px;
	line-height: 24px;
	background-color: #270C1F;
	margin-top: 450px;
	padding: 25px;
	border-start-start-radius: 20px;
	border-start-end-radius: 20px;
}

.hotevent ul {
	width: 1000px;
}

.hotevent .active a {
	color: #fff;
	border-bottom: solid 3px #FACE15;
	padding-bottom: 5px;
}

.hotevent a {
	font-size: 18px;
	color: #abc4ed;
	margin: 0 20px;
}

#hot_match {
	background: url('../images/bg_hot.png') top center no-repeat;
	border-radius: 10px;
	padding: 30px;
}

#hot_match .desc {
	font-size: 16px;
	border-radius: 5px;
	padding: 20px 30px;
	text-align: justify;
	background-color: #fff;
	margin-bottom: 40px;
}

#hot_match .tit_cn {
	width: 355px;
	height: 60px;
	line-height: 60px;
  background: url(../images/bg_hot_title.png) no-repeat center center;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
}

#hot_match .tit_en {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  color: #555;
}

#hot_match .item {
	display: flex;
	justify-content: center;
	border: solid 3px #C8C3E3;
	border-radius: 10px;
	padding: 15px 0px;
	font-size: 16px;
	line-height: 28px;
	background-color: #fff;
	text-align: center;
}

#hot_match .item div {
	margin: 0 10px;
}

#hot_match .bg {
  background: url(../images/bg_match.png) no-repeat top center;
  line-height: 46px;
  text-align: center;
  color: #fff;
	margin-top: 30px;
}

#hot_match .logo img {
	width: 50px;
	height: 50px;
	border: solid 1px #144DD2;
	border-radius: 10px;
}

#hot_match .bg .float-end {
	color: #aaa;
}

#hot_match .time {
	padding: 0 20px;
}

.content {
	position: relative;
	border-radius: 10px;
	margin-top: 35px;
	padding: 50px 30px;
}

#main {
	margin-right: 380px;
	min-height: 1000px;
	background-color: #fff;
	padding: 15px;
}

#main .tit {
	font-size: 18px;
	line-height: 70px;
	border-bottom: solid 1px #999;
	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;
}

#match_list {
}

#match_list .ss-item {
	padding: 25px;
	background-color: #F6F6F6;
	margin-top: 20px;
	border-radius: 5px;
}

#match_list .time {
	color: #034CCF;
	font-size: 24px;
}

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

.info_center {
	width: 300px;
}

.info_center .home {
	margin-bottom: 10px;
}

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

.info_center .away {
}

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

#sidebar {
	position: absolute;
	right: 30px;
	top: 50px;
	width: 350px;
	background-color: #fff;
	paddign-top: 20px;
	border-start-start-radius: 10px;
	border-start-end-radius: 10px;
}

.news_tit {
	width: 325px;
	height: 62px;
	line-height: 62px;
	overflow: hidden;
	background-image: url(../images/bg_tit.jpg);
	font-size: 22px;
	color: #fff;
	text-indent: 30px;
	margin: 0 auto;
	margin-top: 15px;
}

.news_list {
	padding: 20px;
	margin-bottom: 20px;
}

.news_list a {

}

.news_list li {
	line-height: 32px;
}

.tag_list {
	padding: 10px;
}

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

#footer {
	padding-top: 30px;
	background-image: url('../images/bg_footer.jpg');
	height: 159px;
	text-align: center;
	color: #fff;
}

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

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

#footer p {
	height: 80px;
	line-height: 200%;
}

#match_info {
	position: relative;
	background: url('../images/bg_match.jpg') top center no-repeat;
/*	width: 892px;*/
	height: 450px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	overflow: visible;
}

#match_info .competition {
	padding: 61px 0;
}

#match_info .score {
	width: 648px;
	height: 180px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#match_info .score span {
	display: block;
	padding-top: 20px;
	font-size: 24px;
}

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

#match_info .score .home {
	float: left;
}

#match_info .score .away {
	float: right;
}

#match_info .button {
	position: absolute;
	width: 100%;
	top: 406px;
	left: 0;
	text-align: center;
}

.match_news {
	
}

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

#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 .info {
	text-align: center;
	line-height: 50px;
}


@media (max-width: 600px) {

	.header .bg {
		display: none;
	}
	.nav-link {
		margin:  5px 0;
	}
	.hotevent {
		margin-top: 0;
	}
	#hot_match {
		margin-top: 20px;
	}
	#hot_match .tit_cn {
		width: auto;
	}
	.content {
		padding: 15px;
	}

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

	#sidebar {
		position: relative;
		top: inherit;
		right: inherit;
		margin-top: 10px;
		width: 100%;
		overflow: hidden;
	}

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

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

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

	#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 .look {
		margin-top: -150px;
	}

	#match_info {
		width: 100%;
	}

	#match_info .score {
		width: 95%;
	}

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

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