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

.breadcrumb {
	color: #fff;
	text-align: right;
	display: block;
	padding-right: 10px;
}

.breadcrumb a {
	color: #fff;
}

.bg {
	background: url(../images/bg3.jpg) top center repeat-x;
	padding: 20px;
}

.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: #151B33;
	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.jpg') top center no-repeat;
	padding: 30px;
	padding-bottom: 100px;
}

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

#hot_match .col {
	background: url(../images/bg_hot2.png) top center no-repeat;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 35px;
	border-radius: 10px;
	border-start-start-radius: 20px;
	border-start-end-radius: 20px;
}

#hot_match .item {
	display: flex;
	justify-content: space-around;
	padding: 35px 0 0 0;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
}

#hot_match .item .vs {
	font-size: 50px;
	padding-top: 5px;
}

#hot_match .col a {
	color: #fff;
}

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

#hot_match .swiper-slide {
	padding-right: 20px;
}

#hot_match .logo img {
	width: 50px;
	height: 50px;
	border: solid 5px #fff;
	border-radius: 50%;
}

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

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

.content {
	position: relative;
	border-radius: 10px;
}

#main {
	margin-right: 340px;
	margin-bottom: 100px;
	min-height: 1000px;
	background-color: #fff;
	border-radius: 10px;
}

#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 {
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 100px;
	padding-bottom: 100px;
}

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

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

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

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

.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: 0px;
	top: 0px;
	width: 320px;
}

.news_tit {
	overflow: hidden;
	background-image: url(../images/bg2.png);
	background-size: cover;
	font-size: 22px;
	color: #fff;
	margin: 0 auto;
	padding: 20px;
}

.news_tit span {
	display: block;
	font-size: 12px;
}

.news_list {
	padding: 20px;
	margin-bottom: 20px;
	background-color: #fff;
	border-end-start-radius: 10px;
	border-end-end-radius: 10px;
}

.news_list a {

}

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

.tag_list {
}

.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 a {
	color: #fff;
}

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

#match_info {
	background: url('../images/bg_match.jpg') top center no-repeat;
	padding: 100px 0 50px 0;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}

#match_info .competition {
	font-size: 20px;
	padding-top: 10px;
}

#match_info .score {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#match_info .score div {
	flex: 1;
}

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

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

#match_info .score .home, #match_info .score .away {
	font-size: 20px;
	line-height: 200%;
	padding-bottom: 30px;
}

.button a {
	display: block;
	float: left;
	background-color: #f00;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
	margin: 5px 20px;
}

.match_news {
	margin: 0 10px;
	background-color: #fff;
}

#main .match_news .tit {
	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 {
	}
	#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 {
		margin-right: 0px;
	}

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

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

	#match_list .name {
		white-space: nowrap;
		width: 200px;
	}

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

	#match_list .look {
	}

	#match_info {
		width: 100%;
		padding: 30px 0 10px 0
	}

	#match_info .competition, #match_info .score .home, #match_info .score .away {
		font-size: 14px;
	}

	#match_info .score {
		width: 95%;
	}

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

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