/* ========== */
/* = RESET = */
/* ========== */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
:after, :before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
	-webkit-text-size-adjust: none;/*cursor: url(../images/hand_ico.ico),auto;*/
}
body {
	min-width: 320px;
	font-size: 14px;
	color: #666;
	font-family: "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
	-webkit-overflow-scrolling: touch;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
	margin: 0;
	padding: 0;
}
ul, ol, li, dl {
	list-style: none;
}
/*RESET A*/
* {
	text-decoration: none!important;
}
a, a:visited, a:active, a:hover, a:focus {
	text-decoration: none!important;
	outline: none;
}
a {
	color: #666;
}
/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*CLEAR the FLOAT*/
.clear {
	clear: both
}
.clearfix {
*zoom:1;
}
.clearfix:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
	line-height: 0;
	content: '\20';
}
.bgFull {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
/*RESET the FORM*/
fieldset {
	border: 0!important;
}
input, button, textarea, select {
	font-size: 100%;
	outline: none;
	resize: none;
	font-family: "Microsoft Yahei", -apple-system, "PingFang SC", "Helvetica Neue", STHeiti, Tahoma, Simsun, sans-serif;
}
input[type="button"] {
	cursor: pointer;
	border: 0
}
input[type="submit"] {
	cursor: pointer;
	border: 0
}
input[type="reset"] {
	cursor: pointer;
	border: 0
}
input, textarea {
	-webkit-appearance: none;
}
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #999999;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #999999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #999999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #999999;
}
/*RESET IMAGES*/
img {
	display: block;
	max-width: 100%;
	border: 0;
	margin: 0 auto;
}
/*IMAGE CENTER*/
.vertical-center {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
/*RESET FONTS*/
.t2 {
	text-indent: 2em;
}
em {
	font-style: normal;
}
.overf {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*LAYOUT*/
.w1200 {
	width: 100%;
	max-width: 1200px;
	min-width: 320px;
	margin: 0 auto;
}
.pc-block {
	display: block;
}
.mb-block {
	display: none;
}
 @media (max-width:999px) {
.pc-block {
	display: none;
}
.mb-block {
	display: block;
}
.w1200 {
	padding: 0 15px;
}
}
@media (min-width:999px) {
 a,div,tr,img{
  -webkit-transition: all ease .4s;
  -moz-transition: all ease .4s;
  -ms-transition: all ease .4s;
  -o-transition: all ease .4s;
  transition: all ease .4s;
 }
 }
.transition {
	-webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
}

.b-shadow {
	-o-box-shadow: 0 0 25px rgba(0,0,0,.08);
	-ms-box-shadow: 0 0 25px rgba(0,0,0,.08);
	-moz-box-shadow: 0 0 25px rgba(0,0,0,.08);
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,.08);
	box-shadow: 0 0 25px rgba(0,0,0,.08);
}
.img-vertical {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.img-vertical i {
	display: block;
}
.img-vertical img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.txt-elise {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
/* ========== */
/* = PC HEADER = */
/* ========== */


.page-wrap {
	position: relative;
	padding-top: 99px;
}

.pc-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,82,175,.9);
	color: #999999;
	z-index: 999;
 padding: 0 50px ;
}
.pc-header .top {
	position: relative;
	z-index: 3;
}
.pc-header .top .logo {
	float: left;
	display: block;
 margin-top: 20px;
}
.pc-header .top .logo img {
	float: left;
}
.pc-header .top .logo div {
 font-family: "华文新魏";
	margin-top: 8px;
	float: left;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #0cf;
 font-size: 42px;
 font-weight: 600;
 color: #fff;
}
.pc-header .top .logo div p {
	margin-top: 4px;
	font-size: 14px;
	color: #fff;
}
.pc-header .right {
	float: right;
	padding-top: 25px;
}
.search-nav-box{
 width: 10rem;
}
.pc-header .tel {
	float: right;
	padding-right: 20px;
	line-height: 32px;
	font-size: 12px;
 color: #fff;
	position: relative;
}
.pc-header .tel a{
 color: #fff;
 font-size: 12px;
}

.pc-header .tel a:hover{
 color: #00CCFF;
}

.pc-header .tel:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 16px;
	margin-top: -8px;
	background: #0cf;
}
.pc-header .tel span {
	margin-left: 5px;
	font-size: 12px;
}
.pc-header .login{
 float: right;
 margin-left: 25px;
 line-height: 32px;
 font-size:12px;
 color:#0cf;
}
.pc-header .login a{
 color: #fff;
 border: 1px solid #0cf;
 padding: 3px 8px;
 border-radius: 15px;
 text-align: center;
}
.pc-header .login a:hover{
 border-color: #fff;
 background-color: #f5971e;
}

.pc-header .search-box {
	float: right;
	margin-left: 25px;
	width: 145px;
	border: 1px solid #0cf;
	height: 32px;
	border-radius: 16px;
}
.pc-header .search-box .in {
	float: left;
	width: 113px;
	line-height: 24px;
	padding: 3px 15px;
	height: 30px;
	background: none;
	border: none;
	color: #FFFFFF;
	font-size: 12px;
}
.pc-header .search-box .in::-webkit-input-placeholder{
 color:#fff;
}
.pc-header .search-box .in:-moz-placeholder{
 color:#fff;
}
.pc-header .search-box .in::moz-placeholder{
 color:#fff;
}
.pc-header .search-box .in:-ms-input-placeholder{
 color:#fff;
}
.pc-header .search-box .bt {
	float: right;
	width: 30px;
	height: 30px;
	background: url(../images/search_bt.png);
}
.pc-header .erwiema {
	float: left;
	margin-left: 20px;
	position: relative;
	cursor: pointer;
}
.pc-header .erwiema div {
	display: none;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	top: 42px;
	right: 0;
	width: 120px;
}
.pc-header .erwiema:hover div {
	display: block;
}
.pc-header .nav ul {
 display: flex;
 justify-content: flex-end;
}
.pc-header .nav li {
	padding: 0 18px;
	position: relative;
 font-size: 16px;
}
.pc-header .nav li:last-child{
 padding:  0 0 0 18px;
}
.pc-header .nav li>a {
	display: block;
	line-height: 42px;
	height: 42px;
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
.pc-header .nav li.current>a, .pc-header .nav li:hover>a {
 -webkit-transition: all ease .4s;
	-moz-transition: all ease .4s;
	-ms-transition: all ease .4s;
	-o-transition: all ease .4s;
	transition: all ease .4s;
	color: #fc0;
}
.pc-header .nav li.current>a:before, .pc-header .nav li:hover>a:before {
	width: 100%;
}
.pc-header .nav li:hover div {
	display: block;
}
.pc-header .nav li div {
	display: none;
	position: absolute;
	top: 42px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	background: rgba(52,163,206,.7);
	text-align: center;
}
.pc-header .nav li div::after{
 content: '';
 position: absolute;
 top: -20px;
 left: 50%;
 margin-left: -10px;
 border-width: 10px;
 border-style: solid;
 border-color: transparent transparent rgba(52,163,206,.7)  transparent;
}
.pc-header .nav li div a {
	display: block;
	line-height: 34px;
	height: 34px;
	color: #FFFFFF;
	font-size: 14px;
}
.pc-header .nav li div a:hover {
	background: rgba(52,163,206,.9);
}
 @media (max-width:1350px) {
.pc-header .nav ul {
	margin: 0;
}
.pc-header .nav li {
	padding: 0 20px;
}
}
@media (max-width:1260px) {
 .pc-header{
  padding: 0 ;
 }
 }
@media (max-width:1200px) {
.pc-header .nav li {
	padding: 0 12px;
}
}
@media (max-width:1160px) {
 .pc-header .top>div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
 }
 .pc-header .nav ul{
  justify-content: center;
 }
 }
/* ========== */
/* = PC HEADER = */
/* ========== */
.pc-footer {
    background-color: #036;
	color: #FFFFFF;
    margin-top: 28px;
}
.pc-footer a{
    color: #fff;
}

.pc-footer a:hover {
    color: #00CCFF;
}

.pc-copyright {
    background-color: #036;
	color: #FFFFFF;
}
.pc-copyright a{
    color: #fff;
}

.pc-copyright a:hover {
    color: #00CCFF;
}

.foot-content {
	border-bottom: 1px solid #64b1ff;
	padding:20px 0 ;
}
.foot-content .info-box {
	float: left;
	width: 34%;
	max-width: 360px;
	font-size: 18px;
}
.foot-content span{
 margin: 0 5px;
}
.foot {
	padding: 30px 0;
	line-height: 24px;
	color: #fff;
    text-align: center;
}

/* ========== */
/* = MOBILE HEADER = */
/* ========== */
.mb-header {
	position: fixed;
	width: 100%;
    background: rgba(0,82,175,.9);
	top: 0;
	right: 0;
	width: 100%;
	padding: 0 0.4rem;
	z-index: 999;
}
.mb-header .mb-logo {
	float: left;
	display: block;
}
.mb-header .mb-logo img {
	margin: 0;
	display: block;
	vertical-align: top;
	height: 60px;
}
.mb-header .tel {
	float: left;
	display: block;
	margin-top: 0.45rem;
	margin-left: 0.5rem;
}
.mb-header .tel i {
	font-size: 0.36rem;
	color: #001557;
	line-height: 0.4rem;
	height: 0.4rem;
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}
.mb-header .tel img {
	margin-right: 0.1rem;
	width: 0.4rem;
	vertical-align: middle;
	display: inline-block;
}
.mb-nav-ico {
	position: absolute;
	right: 0.375rem;
	top: 50%;
	margin-top: -0.25rem;
	width: 0.5rem;
	height: 0.45rem;
	cursor: pointer;
}
.mb-nav-ico .line {
	position: absolute;
	left: 0;
	display: block;
	height: 2px;
	width: 100%;
	background: #2d2d2d;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.mb-nav-ico .line:nth-child(1) {
	top: 0;
}
.mb-nav-ico .line:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}
.mb-nav-ico .line:nth-child(3) {
	bottom: 0;
}
.mb-nav-ico.active .line:nth-child(2) {
	opacity: 0;
}
.mb-nav-ico.active .line:nth-child(1) {
	top: 50%;
	margin-top: -1px;
	transform: rotate(-45deg);
}
.mb-nav-ico.active .line:nth-child(3) {
	top: 50%;
	margin-top: -1px;
	transform: rotate(45deg);
}
@media (max-width:999px) {
.page-wrap {
	position: relative;
	padding-top: 60px;
}

.page-wrap-index {
	position: relative;
	padding-top: 60px;
} 
}
/* ========== */
/* = MENU = */
/* ========== */
.shade {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 999;
	display: none;
	background: transparent;
}
.menu {
	position: fixed;
	left: 100%;
	top: 0;
	width: 70%;
	height: 100%;
	text-align: left;
	z-index: 11111;
	overflow-y: scroll;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 30px rgba(26,24,24,.1) inset;
	box-shadow: 0 0 30px rgba(26,24,24,.1) inset;
}
.menu li {
	position: relative;
}
.menu li>span {
	display: block;
	position: relative;
	padding: 0 0.666666rem 0 1.493333rem;
	height: 1.36rem;
	line-height: 1.36rem;
	color: #767676;
	font-size: 0.35rem;
	border-bottom: 1px solid #e9e9e9;
}
.menu li:nth-child(1)>span {
	border-top: 1px solid #e9e9e9;
}
.menu ul li>span::before {
	content: '';
	position: absolute;
	left: 0.666666rem;
	top: 50%;
	margin-top: -0.133333rem;
	width: 0.266666rem;
	height: 0.266666rem;
	border: 2px solid #0a2444;
	border-radius: 100%;
}
.menu ul li a {
	color: #322e2d;
}
.menu ul li>span.default::after {
	content: '';
	position: absolute;
	right: 0.666666rem;
	top: 50%;
	width: 0.32rem;
	height: 0.32rem;
	margin-top: -0.16rem;
	background: url(../images/menu_bg.png) no-repeat;
	background-size: cover;
}
.menu-slide a {
	color: #7c7d7d;
}
.menu-slide {
	display: none;
}
.menu-slide a {
	position: relative;
	display: block;
	padding: 0 0.666666rem 0 1.493333rem;
	height: 1.333333rem;
	line-height: 1.333333rem;
	font-size: 0.32rem;
	color: #7c7d7d;
	border-bottom: 1px solid #e9e9e9;
}
.menu-slide a::before {
	content: '';
	position: absolute;
	left: 0.666666rem;
	top: 50%;
	margin-top: -0.10625rem;
	width: 0.266666rem;
	height: 0.266666rem;
	background: url(../images/menu_bg3.png) no-repeat;
	background-size: cover;
}
.menu-slide a:hover, .menu-slide a.active {
	background: #0a2444;
	color: #FFFFFF;
}
.menu li>span.active a {
	color: #0a2444;
}
.menu li>span.active::before {
	color: #fff;
	background: #0a2444;
	border-color: #0a2444;
}
.menu li>span.active::after {
	content: '';
	position: absolute;
	right: 0.666666rem;
	top: 50%;
	width: 0.32rem;
	height: 0.32rem;
	margin-top: -0.16rem;
	background: url(../images/menu_bg2.png) no-repeat center;
}
/* ========== */
/* = MB FOOTER = */
/* ========== */
.mb-copright {
padding:0.46rem .4rem 0.9rem;
	background: #f3f3f3;
	font-size: 0.26666666rem;
	color: #bbbbbb;
	text-transform: uppercase;
	text-align: center;
}
.mb-copright a {
	display: inline-block;
	margin-left: 0.2rem;
	color: #bbbbbb;
}
.mb-footer {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 1.55rem;
	z-index: 999;
	background-image: url(../images/mb_footer.jpg);
	background-size: cover;
}
.mb-footer li {
	float: left;
	display: block;
	height: 1.55rem;
	width: 33.3333%;
	border-left: 1px solid rgba(255,255,255,.2);
	position: relative;
}
.mb-footer li:first-child {
	border-left: none;
}
.mb-footer li a {
	display: block;
	cursor: pointer;
	height: 1.55rem;
	padding-top: 0.133333rem;
	color: #FFFFFF;
	text-align: center;
}
.mb-footer li img {
	width: 0.8rem;
}
.mb-footer li p {
	margin-top: 0.08rem;
	font-size: 0.275rem;
	height: 0.32rem;
	line-height: 0.32rem;
}
.mb-footer .m-tel {
	position: absolute;
	top: -0.4rem;
	left: 50%;
	margin-left: -1.14rem;
	padding-top: 0.35rem;
	width: 2.28rem;
	height: 2.28rem;
	background-image: url(../images/mb_tel_bg.png);
	background-size: cover;
}
.mb-footer .m-tel p {
	margin-top: 0.12rem;
}
@media (max-width:999px) {
.foot-content em{
    font-size: 18px;
    line-height: 35px;
    display: block;
}
.pc-footer a {
     width: 4rem;
     display: inline-block;
     line-height: 30px;
     margin-left: 20px;
}
.pc-copyright a {
    display: inline-block;
}

.foot-content span {
 display: none;
}

}
/* 大赛赛道 */
.signUp-content{
 display: flex;
 min-height: 160px;
 justify-content: space-between;
 align-items: center;
}
.calendar{
 width: 70%;
 
}
.calendar-title{
 font-size: 26px;
 font-weight: 600;
 color: #fff;
 text-align: center;
 margin-bottom: 15px;
}
.calendar ul{
 display: flex;
 justify-content: space-between;
 text-align: center;
 position: relative;
}
.calendar ul::after{
 content: '';
 display: block;
 position: absolute;
 height: 10px;
 width: 89%;
 background-color: #83dff4;
 top: 50%;
 transform: translateY(-70%);
 left: 4%;
}
.calendar ul li{
 z-index: 2;
 color: #fff;
}
.calendar ul i{
 display: inline-block;
 width: 20px;
 height: 20px;
 border-radius: 50%;
 background-color: #fff;
 z-index: 1;
 margin: 10px 0;
}
.calendar ul li p:first-child{
 font-size: 16px;
}
.calendar ul .active i{
 background-color: #fc0;
}
.entry{
 width: 28%;
 height: 160px;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-flow: wrap;
}
.entry p{
 color: #fff;
 font-size: 16px;

}
.entry p span{
 font-size: 26px;
 font-weight: 600;
 color: #0cf;
 text-align: center;
}
.entry a{
 width: 180px;
 height: 52px;
 display: block;
 text-align: center;
 line-height: 52px;
 background-image: linear-gradient(#00f1ff, #0078ff,#00f1ff);
 border-radius: 20px;
 color: #fc0;
 font-size: 28px;
 font-weight: 600;
}
.entry a:hover{
 background-image: linear-gradient(#ffe586,rgb(221, 192, 73),#ffe586);
 color: #00f1ff;
}
@media (max-width:999px) {
 .signUp-content {
  flex-wrap: wrap;
 }
 .calendar{
  width: 100%;
 }
 .entry{
  width: 100%;
 }
 .calendar ul li p:first-child {
  font-size: 0.3rem;
}
.calendar ul::after{
 width:87%;
 transform: translateY(-25%);
 left: 0.5rem;
}



 }
 @media (max-width:880px) {
  .calendar ul::after{
   width:85%;
   transform: translateY(-25%);
   left: 0.5rem;
  }
 }
 @media (max-width:580px) {
  .calendar ul::after{
   width: 8rem;
   transform: translateY(-70%);
   left: 0.5rem;
  }
 }
/* 大赛动态 */
.match-news{
 padding:25px 0 ;
 background: url('../images/dsdt-bg.png') no-repeat center;
 background-size: cover;
}
.match-news .dynamic-body  .match-haeder{
 border-bottom: 1px solid #bdbdbd;
}
.dynamic-content{
 margin: 15px 0 40px 0;
 display: flex;
 justify-content: space-between;
}
.dynamic-banner{
 width: 52.857142%;
}
.dynamic-banner .slick-prev{
 left: 2%;
}
.dynamic-banner .slick-next{
 right: 2%;
}
.dynamic-banner a{
 display: block;
 position: relative;
}
.dynamic-banner a img{
 display: block;
 position: absolute;
 top: 0;
 left: 0;
 right:0;
 bottom:0;
 height: 100%;
 width: 100%;
 margin: auto;
}
.dynamic-banner .slick-list .imgbed{padding-top:57.5%;}
@media (max-width:1367px){
 .dynamic-banner .slick-list .imgbed{padding-top:63%;}
}
.imgbed{
    height: 0;
    width: 100%;
    padding-top:48%;
 }
.imgbed img{
     display: block;
    position: absolute;
    top: 0;
    left: 0;
    right:0;
    bottom:0;
    height: 100%;
    margin: auto;
   }
   .dynamic-banner .slick-list .imgbed span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: #000;
    background: rgba(0,0,0,0.5);
    line-height: 60px;
    font-size: 18px;
    color: #fff;
    padding: 0 180px 0 20px;
}
.dynamic-banner .slick-dots {
 bottom: 15px;
 right: 10px;
 left: auto;
 width: auto;
}
.dynamic-banner  li button {
 width: 10px;
 height: 10px;
 background: #fff;
 border-radius: 0;
}
.dynamic-banner .slick-dots li{
 border:none
}
.dynamic-banner .slick-dots li.slick-active button{
 background-color: #ffcc19;
}
.dsdt_list{
    width: 44.5%;
}
.dynamic-list{
 margin-left: 32px;
}
.dynamic-list li {    
 height: 73px;
 padding-top: 10px;
 padding-right: 120px;
 transition: 0.3s all;
 border-bottom: solid 1px #dbdbdb;
 position: relative;
}
.dynamic-list li a{
 font-size: 18px;
 color: #555;
 font-weight: bold;
}
.news-p {
 color: #777;
 margin-top: 6px;
}
.news-date {
 position: absolute;
 right: 0;
 height: 73px;
 top: 0;
 padding-top: 10px;
 width: 90px;
 padding-right: 14px;
 font-size: 16px;
 color: #999;
 text-align: right;
}
.news-date:before {
 display: block;
 content: "";
 position: absolute;
 height: 60px;
 top: 10px;
 left: -28px;
 border-right: solid 1px #dbdbdb;
}
.news-date span {
 font-weight: bold;
 font-size: 30px;
}
.dynamic-list li:hover{ background: #2792fc; border-color:transparent; padding-left: 25px; }
.dynamic-list li:hover .news-tt a{ color: #fff; }
.dynamic-list li:hover .news-p{ color: #fff; }
.dynamic-list li:hover .news-date{ background: #ffcc19; color: #fff; }
.dynamic-list li:hover .news-date:before{ display: none; }
.dynamic-list 
li:last-child{ border:none; }


.news-body{
 display: flex;
 justify-content: space-between;
}
.news-body>div{
 background-color: #fff;
 width: 47%;
 min-height: 280px;
 max-height: 280px;
 overflow: hidden;
 box-shadow: 2px 2px 5px #888;
}
.match-news  .match-haeder{
 height: 55px;
 border-bottom: 2px solid #bcddfe;
 padding-bottom: 5px;
 line-height: 55px;
 position: relative;
}
.match-haeder::before{
 content: '';
 width: 3px;
 height: 18px;
 background-color: #06c;
 position: absolute;
 top: 50%;
 transform: translateY(-40%);
 margin: 0 10px 0 15px;
 left: 0;
}

.match-news .match-haeder h4 {
 float: left;
 font-size: 20px;
 color: #06c;
 font-weight: 600;
 margin-left: 30px;
}

.match-news  .match-haeder a {
 float: right;
 margin-left: 5px;
 font-size: 14px;
 line-height: 55px;
 color: #ff8c3f;
 margin-right: 10px;
}

.match-news  .match-haeder a:hover {
 color: #06c;
  margin-right: 5px;
}

.match-content li {
 overflow: hidden;
 height: 45px;
 line-height: 45px;
 width: 100%;
 padding: 0 20px;
}

.match-content li i {
 float: left;
 width: 5px;
 height: 5px;
 background-color: #173f80;
 margin: 20px 15px 15px 15px;
}

.match-content li p {
 width: 75%;
 float: left;
 overflow: hidden;
 white-space: nowrap;
 text-overflow:ellipsis;
 font-size: 16px;
}

.match-content li span {
 float: right;
 font-size: 16px;
}
.match-content li:hover{
 background-color: #2792fc;

}
.match-content li:hover a{
 color: #fff !important;
}
.match-content li:hover i{
 background-color: #ffcc19;
}
@media (max-width:999px) {
 .match-content li{
  padding: 0 0.2rem;

 }
 .news-body{
  flex-wrap: wrap;
 }
 .news-body>div{
  width: 100%;
  margin-bottom: 0.5rem;

 }
 .match-content li p{
  width: 5rem;
 }
 .dynamic-content{
  flex-wrap: wrap;
 }
 .dynamic-banner{
  width: 100%;
 }
 .dsdt_list{
  width: 100%;
  margin-left: 0;
 }
 .dynamic-banner .slick-list .imgbed span{
    font-size: 0.4rem;
    padding: 0 3rem 0 20px;
 }
 .dynamic-list{
     margin-left: 0;
 }
 
}
 /* 比赛排行榜  */
 .match-list{
  background-color: #d1f0fc;
  padding: 35px 0;
 }
 .match-list-title{
  font-size: 28px;
  color: #000;
  text-align: center;
  margin-bottom: 20px;
 }
 .match-list-tabs{
  display: flex;
  justify-content: center;
 }
 .match-list-tabs a{
  padding: 10px 20px;
  color: #333;
  font-size: 14px;
  background-color: #f5f5f5;
 }
 .match-list-tabs .active{
  background-color: #e9e9e9;
  color: #000;
 }
 .match-list-tabs a span{
  font-size: 16px;
  font-weight: 600;
 }
 .match-list-tabs-body {
  padding: 30px 50px;
  background-color: #e9e9e9;
  border-radius: 30px;
  text-align: center;
 }
 .match-list-tabs-body table{
  width: 100%;
  margin-bottom: 16px ;
 }
 .match-list-tabs-body th{
  height: 50px;
  font-size: 12px;
  color: #fff;
  background-color: #2792fc;
  text-align: center;
 }
 .match-list-tabs-body th:nth-of-type(2){
  width: 35%;
 }
 
 .match-list-tabs-body tbody tr{
  height: 33px;
  font-size: 14px;
  color: #000;
  background-color: #efefef;
  text-align: center;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
 }
 .match-list-tabs-body tbody tr td:not(:first-child){
   text-align: left;
}
 
 .match-list-tabs-body tbody .bgc-fff{
  background-color: #fff;
 }
 .match-list-tabs-body tbody tr:hover{
  background-color: #2792fc;
  color: #fff;
 }
 .match-list-tabs-body .more{
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #000;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 10px;
 }
 .match-list-tabs-body .more:hover{
  border-color: #2792fc;
  background-color: #2792fc;
  color: #fff;
 }
 @media (max-width:999px) {
  .match-list-tabs-body{
   padding: 1rem .3rem;
   font-size: 0.3rem;
   border-radius: 10px;
  }
  .match-list-tabs-body th{
   font-size: 0.3rem ;
  }
  .match-list-tabs-body tbody tr{
   font-size: 0.3rem;
  }
  .mb-scroll{
   overflow-x: scroll;
  }
  .mb-scroll  thead tr th{
     width: 2rem;
  }
  .mb-scroll  table {
   width: 14rem;
  }
  .mb-scroll  thead tr:nth-child(2){
   width: 4rem;
  }
  .match-list-tabs-body .more{
   margin-top: 0.5rem;
  }
  
 .match-list-tabs a{
  font-size: 12px;
 }

 .match-list-tabs a span{
  font-size: 16px;
 }
 
 .calendar-title {
    margin-top: 15px;
}
 
 }
 
  @media (max-width:480px) {
 .entry a{
     margin-top: -30px;
}

  }
 
 
  @media (max-width:360px) {

 .match-list-tabs a span{
  font-size: 12px;
 }
 
 .match-list-tabs a{
  font-size: 10px;
 }
 
 }
 
 
 /* 常见问题 */
 .faq-list{
  margin-top: 35px;
  text-align: center;
 }
 .put-questions{
  display: inline-block;
  background-color: #fff;
  border: 1px solid #2792fc;
  color: #2792fc;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 12px;
 }
 .put-questions:hover{
  color: #fff;
  background-color: #2792fc;
  border: 1px solid #fff;
 }
 .faq-list .match-list-tabs-body li{
  text-align: left;
 }
 .faq-li-title{
  background-color: #2792fc;
  height: 50px;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  text-indent: 1em;
 }
 .faq-li-body{
  padding: 10px 25px;
  background: #fff;
  color: #000;
 }
 .faq-list .more{
  margin-top: 15px;
 }
 /* 往届赛事 */
 .pre-match{
  margin-top: 35px;
 }
 .pre-match h5{
   font-size: 20px;
   color: #2792fc;
   text-align: center;
 }
 .pre-match-content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
 }
 .pre-match-content li{
  padding:10px;
  background-color: #f5f5f5;
  width: 31%;
  overflow: hidden;

 }
 .pre-match-content li a{
  display: block;
 }
 .pre-match-content li img{
  width: 100%;
  height: 100%;
 }
 .pre-match-content li:hover img{ transform: scale(1.1,1.1); }
 .pre-match-content li:hover p{ color: #fff ;}
 .pre-match-content li:hover span{ color: #ffcc19 ;}
 .pre-match-content li:hover{
  background-color:  #2792fc;
 }

 .pre-match-content li p {
  margin-top: 15px;
  font-size: 18px;
  color: #000;
 }
 .pre-match-content li p span{
  font-size: 14px;
  float: right;
  line-height: 100%;
  line-height: 26px;
 }


