@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;
}

.header {
	padding-top: 20px;
}

.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: 30px; */
	line-height: 24px;
	overflow: scroll;
	/* padding-left: 90px; */
	white-space: nowrap;
}

.hotevent ul {
	max-width: 1200px;
}

.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 {
	margin-top: 50px;
	background: url('../img/hotevent.jpg') 30px 10px no-repeat  #fff;
	border-radius: 10px;
	padding: 30px;
}

#hot_match .desc {
	margin-left: 220px;
	font-size: 16px;
	border: solid 3px #6C80BF;
	border-radius: 5px;
	padding: 20px 30px;
	text-align: justify;
}

#hot_match .item {
	border: solid 3px #C8C3E3;
	border-radius: 10px;
	margin-top: 30px;
	padding: 15px 0px;
	font-size: 16px;
	line-height: 28px;
}

#hot_match .item span img {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
  	object-fit: cover;
}

#hot_match .bg {
  background: url(../img/bg_hot.jpg) no-repeat top left;
  height: 100px;
  padding: 20px 50px 0 50px;
  margin: 0 20px 10px 20px;
}

#hot_match .bg .float-end {
	color: #aaa;
}
#hot_match .bg .float-end img{
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50%;
	object-fit: cover;
	vertical-align: middle;
}

#hot_match .time {
	padding: 0 20px;
}

.content {
	position: relative;
	border-radius: 10px;
	background-color: #fff;
	margin-top: 35px;
	padding: 50px 30px;
}

#main {
	margin-right: 400px;
	min-height: 1300px;
}

#main .tit {
	height: 50px;
	font-size: 18px;
	border-bottom: solid 1px #999;
	overflow: hidden;
}

#main .tit h5 {
	min-width: 100px;
}

#main .tit div {
	margin-left: 50px;
	white-space: nowrap;
}

#match_list {
}

#match_list img {
	max-height: 35px;
}

#match_list .ss-item {
	padding: 25px 0;
	border-bottom: solid 1px #d8d8d8;
}

.info_center {
	width: 300px;
}

.info_center .home {
	max-width: 140px;
	text-align: right;
	margin-right: 20px;
	white-space: nowrap;
    overflow: inherit;
	white-space: nowrap;
	text-overflow: inherit;
}

.info_center .away {
	max-width: 140px;
	margin-left: 20px;
	white-space: nowrap;
    overflow: inherit;
	white-space: nowrap;
	text-overflow: inherit;
}

#match_list .info_center .home .text, #match_list .info_center .away .text{
	width: 100px;
	display: inline-block;
	margin: 2px 2px;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}


#match_list .look {
	text-align: center;
}

#sidebar {
	position: absolute;
	right: 30px;
	top: 50px;
	width: 350px;
}

.news_tit {
	height: 70px;
	line-height: 70px;
	background-image: url(../img/bg_new.jpg);
	text-align: center;
	font-size: 22px;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news_list {
	padding: 20px 0;
	margin-bottom: 20px;
}

.news_list li {
	line-height: 32px;
}

.tag_list .col {
	line-height: 32px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#footer {
	margin-top: 30px;
	background-image: url('../img/bg_footer.jpg');
	height: 159px;
	text-align: center;
	color: #fff;
}

#footer .link {
	/* height: 80px;
	line-height: 80px; */
	padding: 10px 5px;
}

#footer a {
	color: #fff;
}

#footer .link a {
	padding: 20px;
}

#footer p {
	/* height: 80px; */
	font-size: 14px;
}

.page ul {
	display: flex;
	justify-content: center;
}

.page ul li {
	padding: 5px 10px;
}

#match_info {
	position: relative;
	background: url('../img/bg_match.jpg') top center no-repeat;
	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;
}

#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: relative;
	width: 100%;
	/* top: 406px; */
	left: 0;
	text-align: center;
}

#match_info .button a {
	display: block;
	width: 221px;
	height: 65px;
	line-height: 65px;
	font-size: 22px;
	background-image: url(../img/button.jpg);
	background-color: orange;
	margin: 0 auto;
}

#match_info .app-container {
	margin-top:20px;
}
#match_info .app-container div:nth-child(1){
	font-size: 20px;
	font-weight: bolder;
}
#match_info .app-container .app {
	text-align: center;
}
#match_info .app-container .app a{
	background-image: url(../img/button.jpg);
	background-color: orange;
	display: block;
	width: 221px;
	height: 65px;
	line-height: 65px;
	font-size: 22px;
	margin: 0 auto;
}

.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 .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: 750px) {
	.swiper-container-free-mode>.swiper-wrapper{
		display: flex;
		flex-direction: row;
		/* gap: 20px; */
		overflow: hidden;
		overflow-x: auto;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}
	.swiper-container-free-mode>.swiper-wrapper::-webkit-scrollbar {display: none;}
	.swiper-slide {
		max-width: 100px;
	}
	.header .navbar .container-fluid .navbar-brand img{
		max-height: 30px !important;
	}
	.hotevent ul {
		width: 1200px;
	}
	.hotevent a {font-size: 14px;}
	#hot_match {
		margin-top: 20px;
		padding: 10px;
		background: white;
	}
	.content {
		padding: 15px;
	}

	#hot_match .desc {
		margin-left: 0;
		margin-top: 140px;
		display: none;
	}
	#hot_match .row {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	#sidebar {
		position: relative;
		top: inherit;
		right: inherit;
		margin-top: 10px;
		width: 100%;
		overflow: hidden;
	}

	#main {
		margin-right: 0px;
		min-height: 550px;
	}

	#main .tit div, #main .tit h5 {
		margin-left: 10px;
		white-space: nowrap;
	}

	#match_list .ico {
		font-weight: bold;
	}

	#match_list .name {
		white-space: nowrap;
	}

	#match_list .name img {
		display: none;
	}

	#match_list .info_center {
		padding: 15px 0;
	}

	#match_list .info_center .home , #match_list .info_center .away{
		width:120px;
		margin: 2px 2px;
		font-size: 14px;
		overflow: inherit;
		white-space: nowrap;
		text-overflow: inherit;
	}

	#match_list .info_center .home .text, #match_list .info_center .away .text{
		max-width: 80px;
        display: inline-block;
        margin: 2px 2px;
        font-size: 14px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        vertical-align: middle;
	}

	#match_list .look {
		width: 100%;
	}

	#match_info {
		width: 100%;
	}

	#match_info .score {
		width: 95%;
		height: 0px;
	}

	#match_info .score img {
		width: 50px;
		height: 50px;
		margin-top: -120px;
	}

	#match_info .score span {
		font-size: 14px;
		margin-top: -60px;
	}

	#main .match_news .tit, #main .match_news li {
		text-indent: 0;
	}
	#footer .link a {
    	padding: 0px;
		margin: 0px;
		font-size: 12px;
    }
	#footer p {
    	font-size: 10px;
	}
	#match_info {
		position: relative;
		height: 120px;
		overflow: visible;
		text-align: center;
		background: url(../img/bg_match.jpg) center no-repeat;
	}

	#match_info .competition {
		padding: 60px 0px 0px;
	}
	#match_info .button {
    	top: 0px;
	}
	#match_info .button a {
		display: block;
		font-size: 14px;
	}
	
	#match_info .app-container {
		margin-top: 40px;
	}
	/* #match_info .app-container div:nth-child(1){
		font-size: 20px;
		font-weight: bolder;
	} */
	#match_info .app-container .app {
		text-align: center;
	}
	#match_info .app-container .app a{
		background-image: url(../img/button.jpg);
		background-color: orange;
		display: block;
		width: 221px;
		height: 65px;
		line-height: 65px;
		font-size: 22px;
	    margin: 0 auto;
	}

	#article .info {
		text-align: center;
		line-height: 20px;
		font-size: 12px;
	}
	

	
}
#article p img{
	width: 100% !important;
}
#article #Video_Cont {
	display: none;
}