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

body {
	padding:0; margin: 0; font-size: 12px; font-family:"Microsoft Yahei";
	background: url(../images/bg.jpg) top center no-repeat #EBF3FA;
}
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;
}
a {
		font-size: 16px;
}

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

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

.page li {
	padding: 10px;
}

.header {
	background: url(../images/bg_nav.jpg) top center no-repeat;
}

.navbar-nav {
}

.nav-item {
}

.nav-link {
	line-height: 100px;
	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_desc {
	height: 65px;
	line-height: 65px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 10px;
	margin-top: 575px;
	padding-left: 60px;
	background: url('../images/icon1.jpg') 20px 20px no-repeat #fff;
	box-shadow: 3px 3px 5px #aaa, -2px -2px 4px #ccc;
}

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

#hot_matches {
	padding-top: 60px;
}

#hot_matches .tit {
	position: relative;
	margin: 0 auto;
	text-align: center;
	z-index: 999;
	color: #666;
	line-height: 60px;
}

#hot_matches .list {
	margin-top: -110px;
	padding: 130px 30px 50px 30px;
	background: url('../images/bg_hot0.jpg') top center no-repeat;
}

#hot_matches .list li {
	border: solid 2px #fff;
	background-image: url('../images/bg_hot.jpg');
	margin: 0 10px;
	padding: 20px 30px;
	text-align: center;
	line-height: 250%;
}

#hot_matches .list li .team .vs {
}

#hot_matches .list li .team div {
	margin: 0 5px;
	width: 33.3%;
	text-align: center;
}

#hot_matches .list li .team {
	display: flex;
	justify-items: center;
}

#hot_matches .list .home img, #hot_matches .list .away img {
	width: 60px;
	height: 60px;
	padding: 10px;
	border-radius: 50%;
	background-color: #fff;
	margin-top: 10px;
}

#hot_matches .list .home, #hot_matches .list .away {
	white-space: nowrap;
}

#hot_matches .list .vs {
	padding-top: 20px;
	padding-left: 10px;
}

#breadcrumb {
	position: relative;
	height: 65px;
	line-height: 65px;
	margin-top: 500px;
	color: #fff;
}

#breadcrumb a {
	color: #fff;
}

#breadcrumb .container {
	position: relative;
	z-index: 999;
}

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

.bg {
	background-color: #EBF3FA;
}

.bg .container {
	position: relative;
	margin-top: 50px;
	border: solid 2px #fff;
	border-radius: 10px;
	background-color: #F4F9FF;
}

#main {
	margin-right: 380px;
	min-height: 1100px;
	padding: 50px;
}

#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 {
	border: solid 2px #fff;
	background-color: #F4F9FF;
	border-radius: 10px;
	padding: 20px;
}

#match_list .match__item-list {
	line-height: 35px;
}

#match_list .match__date {
	margin: 20px 0;
}

#match_list .match__date span {
	background-color: #259C4E;
	color: #fff;
	padding: 10px 20px;
	border-radius: 20px;
}

#match_list .match__item-list {
	display: flex;
	background-color: #fff;
	margin-bottom: 10px;
	padding: 10px 20px;
}

#match_list .match__time {
	width: 60px;
	font-weight: bold;
	color: #259C4E;
}

#match_list .match__label {
	width: 200px;
	text-align: center;
}

#match_list .match__home-team {
	width: 200px;
	text-align: right;
}

#match_list .match__vs {
	width: 60px;
	text-align: center;
}

#match_list .match__visitor-team {
	width: 200px;
	text-align: left;
}

#match_list .match__team-icon {
	width: 35px;
	height: 35px;
	border: solid 2px #BFCBDA;
	border-radius: 50%;
	margin: 0 10px;
}

#match_list .match__play-btn {
	width: 300px;
	text-align: right;
}

#index_news {
	display: flex;
	border: solid 1px #fff;
	border-radius: 10px;
	padding: 20px;
	margin-top: 50px;
	background-color: #F4F9FF;
}

#match_news {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
}

#index_news dl, #sidebar dl {
	width: 33.3%;
	background: url('../images/bg1.jpg') top left no-repeat;
	padding: 20px;
}

#match_news dl {
	width: 48%;
	background-color: #fff;
	border-radius: 10px;
	text-align: left;
	padding: 20px;
}

#index_news dt, #sidebar dt, #match_news dt {
	font-size: 22px;
	margin-bottom: 20px;
}

#index_news dt span {
	background-color: #FFEAC8;
	border-radius: 10px;
	font-size: 12px;
  margin-left: 10px;
  padding: 3px 15px;
}

#index_news dd li, #match_news dd li {
	line-height: 200%;
}

#index_news .thumb, #match_news .thumb {
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
}

#index_news .video li, #match_news .video li {
	border-bottom: solid 1px #aaa;
	height: 50px;
	line-height: 50px;
}

#index_news .tag {
	line-height: 250%;
}

#index_news .tag a {
	padding-right: 20px;
	white-space: nowrap;
}

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

#match_list .cate li {
	float: left;
	background-color: #F87228;
	border-radius: 10px;
  padding: 3px 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}

#match_list .cate li a {
	color: #fff;
}

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

#sidebar dl {
	width: 100%;
}

#sidebar dd {
	line-height: 40px;
}

#sidebar .news li {
	background: url(../images/icon2.jpg) center left no-repeat;
	margin-left: 0;
	padding-left: 15px;
}

.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 {
	padding: 50px;
	text-align: center;
}

#match_info .info {
	background: url(../images/bg_match.jpg) center center no-repeat;
	color: #fff;
	font-size: 24px;
	border-radius: 10px;
}

#match_info .competition {
	padding: 60px 0 30px 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 {
}

#match_info .score .away {
}

#match_info .vs {
  letter-spacing: 20px;
  padding-top: 30px;
  text-align: center;
  padding-left: 30px;
}

#match_info .button {
	width: 100%;
	text-align: center;
	padding-top: 100px;
}

#match_info .button a {
	background-color: #259C4E;
	color: #fff;
	padding: 10px;
	border-radius: 10px;
}

.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 {
	background-color: #fff;
	padding: 20px;
}

#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 .time {
	text-align: center;
	padding-bottom: 20px;
}

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