html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
button,
input,
textarea,
em,
i,
th,
td {
  list-style: none;
  font-style: normal;
  margin: 0;
  padding: 0;
}
body {
  font-family: 'PingFangSC', 'Open Sans', Arial, 'Hiragino Sans GB', 'Microsoft YaHei', 'å¾®è½¯é›…é»‘', 'STHeiti', 'WenQuanYi Micro Hei', SimSun, sans-serif;
  font-size: 14px;
}
a {
  text-decoration: none;
  background-color: transparent;
  color: #333;
}
a:hover,
a:active {
  outline-width: 0;
  text-decoration: none;
  color: #fff;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: 0;
  height: 1px;
}
img {
  border-style: none;
  vertical-align: top;
}
img:not([src]) {
  display: none;
}
svg:not(:root) {
  overflow: hidden;
}
html {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: 100%;
}
input,
textarea,
button,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border: none;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  margin: 0;
  padding: 0;
}
audio:not([controls]),
video:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
textarea {
  overflow: auto;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
.clearFix:after {
  display: block;
  content: '';
  clear: both;
}
.clearFix {
  *zoom: 1;
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-lanqiu {
  font-family: 'iconfont' !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*.icon-lanqiu::before {*/
/*  color: #de641e;*/
/*  content: '\ea73';*/
/*}*/
/*.icon-zuqiu {*/
/*  font-family: 'iconfont' !important;*/
/*  font-size: 14px;*/
/*  font-style: normal;*/
/*  -webkit-font-smoothing: antialiased;*/
/*  -moz-osx-font-smoothing: grayscale;*/
/*}*/
/*.icon-zuqiu::before {*/
/*  color: #2c9824;*/
/*  content: '\e618';*/
/*}*/
/*.icon-remen {*/
/*  font-family: 'iconfont' !important;*/
/*  font-size: 14px;*/
/*  font-style: normal;*/
/*  -webkit-font-smoothing: antialiased;*/
/*  -moz-osx-font-smoothing: grayscale;*/
/*}*/
/*.icon-remen::before {*/
/*  color: #f31c1c;*/
/*  content: '\e6c1';*/
/*}*/
/*.icon-quanbu {*/
/*  font-family: 'iconfont' !important;*/
/*  font-size: 14px;*/
/*  font-style: normal;*/
/*  -webkit-font-smoothing: antialiased;*/
/*  -moz-osx-font-smoothing: grayscale;*/
/*}*/
/*.icon-quanbu::before {*/
/*  color: #2d8fff;*/
/*  content: '\e681';*/
/*}*/
.toTop {
  font-family: 'iconfont' !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.toTop::before {
  content: '\e64a';
}
.reverse {
  flex-flow: row-reverse;
}
::-webkit-scrollbar {
  width: 10px;
  height: 40;
  background-color: #ddd;
}
::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  background-color: #999;
  border-radius: 0;
}
::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  background: #ededed;
}
.flex {
  display: flex;
  align-items: center;
}
.flex-col {
  display: flex;
  flex-direction: column;
}
.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-reverse {
  flex-direction: row-reverse;
}
.flex-around {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}
.color__main {
  color: #0271db;
}
.win {
  color: #dd4b39;
}
.lose {
  color: #008000;
}
.f-left {
  text-align: left !important;
  justify-content: flex-start;
}
.f-right {
  text-align: right !important;
  justify-content: flex-end;
}
a:active,
a:hover {
  color: #0271db;
}
.no-live {
  padding: 90px;
  text-align: center;
  color: #999;
}
.no-live dt {
  background: url(/Public/static/img/no_data.svg) no-repeat;
  width: 49px;
  height: 32px;
  display: block;
  transform: scale(2.5);
  margin: 0 auto;
}
.no-live dd {
  margin-top: 40px;
}
.breadcrumbs {
  font-size: 14px;
  line-height: 30px;
  background: #f7f9fa;
  padding: 2px 10px;
  margin-bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  display: flex;
  align-items: center;
}
.breadcrumbs a {
  padding-left: 5px;
  display: flex;
  align-items: center;
}
.breadcrumbs a:hover {
  color: #666699;
}
.breadcrumbs a::after {
  content: '';
  display: inline-block;
  background-size: 100%;
  width: 16px;
  height: 16px;
  transform: rotate(-90deg) scale(0.6);
}
.breadcrumbs a:last-child::after {
  content: '';
  background: none;
}
.sload {
  display: block;
  text-align: center;
  color: #99cc33;
  line-height: 30px;
}
.no-data {
  padding: 10px;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  color: #999;
}
.no-data img {
  width: 60px;
  display: block;
  margin: 0 auto;
}
.living::before {
  content: '';
  background: url(/Public/static/img/living.gif) no-repeat;
  width: 10px;
  height: 10px;
  margin-right: 2px;
  display: inline-block;
}
.living .status-text,
.status-0 .status-text {
  color: #f00 !important;
}
.no-start .status-text,
.status-1 .status-text {
  color: #0271db !important;
}
.no-start .zhibo-name,
.status-1 .zhibo-name {
  color: #4180ff !important;
}
.over-btn .status-text,
.status-2 .status-text {
  color: #999 !important;
}
.over-btn .zhibo-name,
.status-2 .zhibo-name {
  background: #f2f2f2 !important;
  color: #666 !important;
}
.livelist-box .live-status0 strong,
.livelist-box .living {
  color: #f00;
}
.livelist-box .no-start {
  color: #4180ff;
}
.arrow-right {
  width: 16px;
  height: 16px;
  background-size: 100%;
}
.breadcrumbs h1{
  font-size: 14px;
  padding-left: 5px;
}
.pagination-wrap {
  padding: 20px 10px;
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
}
.pagination-wrap .paging-cls {
  text-align: center;
}
.pagination-wrap .paging-cls span,
.pagination-wrap .paging-cls a {
  display: inline-block;
  border: 1px solid #eef3f8;
  border-radius: 5px;
  height: 44px;
  line-height: 44px;
  width: 44px;
  margin: 0 3px;
}
.pagination-wrap .paging-cls span:hover,
.pagination-wrap .paging-cls a:hover {
  background: #0271db;
  color: #fff !important;
}
.pagination-wrap .paging-cls .current {
  background: #0271db;
  color: #fff;
  font-weight: bold;
}
.pagination-wrap .paging-cls .fa-angle-double-left::before {
  content: '<';
}
.pagination-wrap .paging-cls .fa-angle-double-right::before {
  content: '>';
}
.live_gybf {
  border: 1px solid #eef3f8;
  text-align: center;
  font-size: 12px;
}
.live_gybf h3 {
  font-size: 16px;
  background: #0271db;
  line-height: 28px;
  color: #fff;
}
.live_gybf .mxg li {
  display: flex;
  padding: 5px 24px;
  border-bottom: 1px solid #eef3f8;
}
.live_gybf .mxg li h4 {
  width: 110px;
  text-align-last: left;
  line-height: 30px;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.live_gybf .mxg li h4 img {
  width: 20px;
  height: 20px;
  object-fit: cover;
  margin-right: 3px;
  vertical-align: middle;
}
.live_gybf .mxg li span {
  background: #eef3f8;
  flex: 1;
  line-height: 30px;
}
.live_gybf .mxg .to span {
  background: rgba(249, 117, 34, 0.1);
}
.live_gybf .mxg .to .gao {
  background: #f97522;
}
.live_gybf .mxg .tw span {
  background: rgba(39, 197, 195, 0.1);
}
.live_gybf .mxg .tw .gao {
  background: #0271db;
}
.live_lqbf {
  border: 1px solid #eef3f8;
  text-align: center;
  font-size: 12px;
}
.live_lqbf h3 {
  font-size: 16px;
  background: #0271db;
  line-height: 28px;
  color: #fff;
}
.live_lqbf .bft {
  display: flex;
  background: #eef3f8;
}
.live_lqbf .bft h4 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 3px 0;
}
.live_lqbf .bft h4 img {
  width: 20px;
  margin-right: 3px;
}
.live_lqbf .msg li {
  padding: 0 4px;
  border-top: 1px solid #eef3f8;
  display: flex;
}
.live_lqbf .msg li span {
  flex: 1;
}
.data-title {
  padding: 24px;
}
.info-wrap {
  padding: 0 12px;
}
.info-wrap .flex-between .text-left {
  margin-left: 10px;
}
.info-wrap .flex-between .text-right {
  margin-right: 10px;
}
.info-wrap .flex .t-logo {
  width: 50px;
  height: 50px;
}
.info-wrap .flex dt {
  font-weight: bold;
}
.info-wrap .flex dd {
  color: #999;
}
.data-compare,
.overview-detail {
  line-height: 34px;
  margin-top: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0%);
  border-radius: 8px;
}
.overview-detail {
  padding: 0 12px 12px 12px;
}
.overview-detail .f-left {
  color: #0271db;
}
.overview-detail .f-right {
  color: #f97522;
}
.overview-description {
  text-align: center;
  color: #999;
  flex-shrink: 0;
  margin: 0 0.32rem;
}
.data-compare .overview-detail {
  box-shadow: none;
}
.data-compare .rate {
  border-top: 1px solid #f1f1f1;
  border-radius: 0;
}
.data-compare .data {
  color: #666;
  width: 48px;
}
.data-progress .home-info,
.data-progress .away-info {
  flex-grow: 1;
}
.data-progress .home-info .stat,
.data-progress .away-info .stat {
  align-items: center;
}
.data-progress .overview-description {
  width: 44px;
  margin: 5px;
}
.data-progress .progress {
  position: relative;
  width: 100%;
  height: 14px;
  flex: 1;
  background: rgba(39, 197, 195, 0.1);
}
.data-progress .progress-portion {
  position: absolute;
  height: 100%;
}
.left .progress-portion {
  left: 0;
  background: #0271db;
}
.data-progress .progress.right {
  background: rgba(249, 117, 34, 0.1);
}
.right .progress-portion {
  right: 0;
  background: #f97522;
}
.article-detail {
  padding: 10px;
}
.article-detail p {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 22px;
  color: #303030;
}
.article-detail iframe,
.article-detail img {
  display: block;
  width: 100% !important;
  height: auto !important;
}
.tag {
  margin-top: 10px;
}
.tag a {
  background: #eee;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.tag a:hover {
  opacity: 0.8;
}
.livelist-box {
  flex-wrap: wrap;
}
.livelist-box li {
  width: 100%;
  padding: 10px;
  border-top: 1px solid #eee;
}
.livelist-box li:first-child {
  border-top: none;
}
.livelist-box li:hover {
  background: #f2f6ff;
}
.livelist-box li .t-logo {
  width: 30px;
  height: 30px;
  margin-right: 4px;
}
.livelist-box li h2 {
  font-size: 14px;
}
.livelist-box li h3 {
  font-weight: normal;
  font-size: 14px;
}
.livelist-box li time {
  color: #666;
  margin-right: 10px;
  display: inline-block;
}
.livelist-box li a:hover {
  color: #333;
}
.livelist-box li .team {
  margin-top: 4px;
  align-items: center;
}
.livelist-box .live-hot-box {
  display: flex;
  justify-content: stretch;
  align-items: center;
}
.livelist-box .hot-live-side {
  width: 300px;
  padding-right: 50px;
}
.livelist-box .hot-live-side.text-right {
  text-align: right;
}
.livelist-box .hot-live-match {
  flex-grow: 1;
}
.livelist-box .score-wrap {
  width: 100px;
  text-align: center;
  flex-grow: 1;
}
.livelist-box .score-wrap span,
.livelist-box .score-wrap strong {
  display: block;
  width: 100%;
}
.livelist-box .team-wrap {
  display: flex;
  align-items: center;
  flex-grow: 0;
  width: 200px;
}
.livelist-box .team-wrap.text-right {
  justify-content: flex-end;
}
* {
}
body {
  background: #f5f5f5;
}
.m-width {
  width: 1200px;
  margin: 0 auto;
}
.left-main {
  width: 900px;
}
.right-main {
  width: 280px;
}
.status-lan {
  font-size: 18px;
  font-weight: bold;
  color: #0271db;
  padding: 4px 12px;
  border-top: 2px solid #0271db;
}
.header .desc-box {
  background: #0271db;
}
.header .desc-box .description {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding: 5px 0;
  font-size: 12px;
}
.header .nav {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9c9c9c;
  font-weight: 600;
  margin-left: 50px;
}
.header .nav ul {
  display: flex;
}
.header .nav ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 7px 10px;
  flex-grow: 1;
}
.header .nav ul a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 400;
}
.header .nav ul a small {
  font-size: 12px;
  color: #666;
}
.header .nav ul .active {
  /** border-bottom: solid @mainColor 5px; */
  background: #fff;
}
.header .nav ul .active a {
  color: #0271db;
  font-weight: 600;
  font-size: 18px;
}
.header .nav ul .active span {
  position: relative;
}
.header .show-all-btn {
  background-color: #fff;
  color: #0271db;
  border: solid 1px #0271db;
  border-radius: 0;
}
.header .show-all-btn:hover {
  color: #fff;
  background-color: #0271db;
}
.hot-match {
  overflow: hidden;
  position: relative;
  width: 1200px;
  padding: 0 50px;
  margin: 0 auto;
}
.hot-match .swiper {
  width: 100%;
  height: 100%;
  height: 120px;
  overflow: hidden;
}
.hot-match .swiper-slide {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.hot-match .swiper-slide:hover {
  background-color: #38c0be;
  transition: all 0.3s ease;
}
.hot-match .swiper-slide:hover a {
  color: #fff;
}
.hot-match .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.hot-match .swiper-slide .live-btn {
  font-size: 14px;
}
.hot-match .match-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.hot-match .match-name h3 {
  font-size: 14px;
}
.hot-match .hot-game-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}
.hot-match .hot-game-info img {
  width: 40px;
  height: 40px;
}
.hot-match .hot-game-info .team dd {
  margin-top: 8px;
  width: 100px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.hot-match .hot-game-info .match-score {
  flex-shrink: 0;
  font-size: 18px;
}
.hot-label {
  width: 100%;
  color: #fff;
  font-size: 16px;
  background-color: #dd4b39;
  padding: 2px 20px;
  border-radius: 5px;
}
.hot-category-list {
  width: 1220px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
}
.hot-category-list .hot-item {
  margin: 10px;
  width: 72px;
}
.hot-category-list .hot-item a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.hot-category-list .hot-item img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 5px;
}
.show-all-btn-container {
  width: 1200px;
  margin: 0 auto;
  text-align: right;
}
.show-all-btn {
  background: #0271db;
  color: #fff;
  width: 118px;
  height: 30px;
  line-height: 40px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.show-all-btn:hover {
  color: #fff !important;
  opacity: 0.8;
  font-weight: bold;
}
.live-content {
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
}
.live-content .live-list {
  background: #fff;
  position: relative;
  width: 100%;
}
.live-content .live-list a:hover {
  color: #0271db;
}
.live-content .live-list .riqi {
  color: #0271db;
  display: block;
  width: 100%;
  font-weight: 500;
  padding-bottom: 0.3rem;
  background: #f5f5f5 !important;
}
.live-content .live-list .riqi .riqi-label {
  padding: 5px 10px;
  padding-right: 30px;
  border-radius: 0 20px 20px 0;
  background: #0271db;
  color: #ffffff;
}
.live-content .live-list .riqi p {
  height: 100%;
  padding: 10px 10px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 600;
}
.live-content .live-list .riqi span {
  margin-left: 0.5rem;
}
.live-content .live-list .item {
  padding: 10px 20px;
  /* height: 50px; */
  border-top: 2px solid #0271db;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.live-content .live-list .item:hover {
  background: #f2f6ff;
}
.live-content .live-list .item:hover .zhibo-name {
  opacity: 0.8;
}
.live-content .live-list .item .status-text {
  width: 64px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
  font-size: 12px;
  margin-right: 20px;
  background: #f8f8f8;
  color: #666;
}
.live-content .live-list .item h2 {
  font-weight: normal;
  font-size: 14px;
  border: solid 1px #666;
  width: 80px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.live-content .live-list .item .time {
  width: 15rem;
}
.live-content .live-list .item .time .live-time {
  display: flex;
  font-weight: 600;
  color: #666;
}
.live-content .live-list .item .time .live-time .live-link {
  margin-left: 1rem;
  font-weight: 600;
  color: #666;
}
.live-content .live-list .status-bar {
  height: 44px;
}
.live-content .live-list .status-bar span {
  font-weight: bold;
  color: #dd4b39;
  padding-left: 10px;
  display: block;
  position: relative;
  font-size: 18px;
}
.live-content .live-list .status-bar span::before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  left: 0;
  background: #dd4b39;
}
.live-content .live-list .duizhen {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  width: 560px;
}
.live-content .live-list .duizhen .live-link {
  width: 100%;
}
.live-content .live-list .duizhen .score-wrap {
  width: 100px;
  text-align: center;
}
.live-content .live-list .duizhen .score-wrap span,
.live-content .live-list .duizhen .score-wrap strong {
  display: block;
  width: 100%;
}
.live-content .live-list .duizhen .f-left,
.live-content .live-list .duizhen .f-right {
  display: flex;
  align-items: center;
  flex: 1;
}
.live-content .live-list .duizhen .f-left .team-logo {
  margin-right: 1rem;
}
.live-content .live-list .duizhen .f-right .team-logo {
  margin-left: 1rem;
}
.live-content .live-list .duizhen .team-logo {
  width: 36px;
  height: 36px;
}
.live-content .live-list .live-btn {
  width: 120px;
  text-align: right;
}
.live-content .live-list .zhibo-name {
  color: #0271db;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
}
.box {
  width: 1200px;
  margin: 0 auto;
}
.box-right {
  background: #fff;
  margin-bottom: 15px;
  border-radius: 8px 8px 0 0;
}
.box-right a:hover {
  color: #0271db;
}
.box-right .box-title {
  padding: 10px;
  font-size: 18px;
  color: #0271db;
  border-bottom: 1px solid #eeeeee;
}
.box-right .hot-cate {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 10px 6px 10px;
  box-sizing: border-box;
  justify-content: space-between;
}
.box-right .hot-cate::after {
  content: '';
  width: 78px;
}
.box-right .hot-cate .li-data {
  margin-bottom: 10px;
  display: inline-block;
  width: 78px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  color: #666666;
  text-decoration: none;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box-right .hot-cate li {
  margin-bottom: 10px;
  display: inline-block;
  width: 78px;
  height: 30px;
  text-align: center;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 30px;
  cursor: pointer;
  color: #666666;
  text-decoration: none;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  border-radius: 2px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.box-right .hot-cate li:hover {
  background: #f2f6ff;
}
.box-right .hot-cate li a {
  display: block;
}
.banner-info {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-left: 30px;
  box-sizing: border-box;
}
.banner-info .banner-info-ico {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 20px;
}
.banner-info .banner-info-name {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
  margin-right: 20px;
}
.lanqiu-bar {
  background-image: url(/Public/static/img/lanqiu_bar.png);
  background-size: 100%;
}
.zuqiu-bar {
  background-image: url(/Public/static/img/zuqiu_bar.png);
  background-size: 100%;
}
.news-box {
  width: 1200px;
  margin: 20px auto;
  background-color: #fff;
  border-radius: 5px;
}
.news-box img {
  width: 300px;
}
.news-box ul {
  padding: 5px 0;
}
.news-box ul li {
  position: relative;
  font-size: 16px;
  padding: 5px 8px;
}
.news-box ul li a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: 0;
  margin-right: 8px;
  margin-bottom: 3px;
  background: #d8d8d8;
  border-radius: 50%;
}
.xinwen-list {
  padding-bottom: 10px;
}
.xinwen-list li {
  margin: 10px 10px 0 10px;
}
.xinwen-list li a {
  position: relative;
  display: block;
}
.xinwen-list li a:hover {
  color: #fff;
}
.xinwen-list li img {
  width: 100%;
  height: 100px;
  display: none;
}
.xinwen-list .hover-news img {
  display: block;
}
.xinwen-list .hover-news a {
  color: #fff;
}
.xinwen-list .hover-news span {
  width: calc(100% - 10px);
  position: absolute;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  bottom: 0;
  left: 0;
  padding: 4px;
  background: rgba(0, 0, 0, 0.5);
}
.article-content {
  width: 1200px;
  margin: 0 auto;
}
.article-list {
  background: #fff;
  border-radius: 8px;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px auto;
}
.article-list .no-live {
  margin: 0 auto;
}
.article-list li {
  padding: 24px;
  width: 100%;
}
.article-list .msg {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.article-list .msg span {
  color: #666;
}
.article-list .imga img {
  width: 200px;
  height: 100px;
  margin-right: 20px;
}
.article-detail-main {
  border-radius: 8px;
  background: #fff;
  padding: 24px;
}
.article-detail-main .title-bar {
  text-align: center;
}
.article-detail-main .news-time {
  text-align: right;
  margin-top: 10px;
}
.article-detail-main .news-time p {
  line-height: 28px;
}
.article-detail-main .news-time time {
  color: #999;
}
.match-nav {
  background: #fff;
  border-radius: 8px;
  padding: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.match-nav li {
  margin-right: 20px;
}
.match-nav a {
  display: block;
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  font-weight: bold;
}
.match-nav .active {
  border: 1px solid #0271db;
  color: #0271db;
}
.match-nav .icon-quanbu,
.match-nav .icon-remen,
.match-nav .icon-zuqiu,
.match-nav .icon-lanqiu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.match-nav .icon-quanbu::before,
.match-nav .icon-remen::before,
.match-nav .icon-zuqiu::before,
.match-nav .icon-lanqiu::before {
  margin-right: 4px;
  font-size: 18px;
}
.reverse .left-main {
  width: 960px;
}
.reverse .right-main {
  width: 220px;
}
.date-list {
  padding: 10px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 8px;
  position: sticky;
  top: 0;
  display: flex;
  justify-content: stretch;
}
.date-list li {
  flex-grow: 1;
}
.date-list a {
  width: 120px;
  height: 48px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
  color: #666666;
  text-decoration: none;
  display: flex;
  justify-content: center;
  border-radius: 8px;
}
.date-list a:hover {
  color: #0271db;
}
.date-list .active {
  background: #0271db;
  color: #fff;
}
.date-list .active:hover {
  color: #fff;
}

@media screen and (max-width: 1080px) {
  .live-content {
    width: unset !important;
  }

  .match-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .date-list {
    overflow-x: auto;
    width: 100%;
  }

  .date-list::-webkit-scrollbar {
    display: none;
  }

  .live-content .live-list .item {
    display: flex;
    flex-wrap: wrap;
  }

  .live-content .live-list .live-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .paging-cls {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .pagination-wrap .paging-cls span, .pagination-wrap .paging-cls a {
    display: inline-block;
    border: 1px solid #eef3f8;
    border-radius: 5px;
    height: 44px;
    line-height: 44px;
    width: 44px;
    margin: 3px;
  }


  .match-nav ul {
    overflow-x: auto;
    width: 100%;
  }

  .match-nav ul::-webkit-scrollbar{
    display: none;
  }
}


.paging-cls{
  display: flex;
  align-items: center;
  justify-content: center;
}

.active a{
  background: #0271db !important;
  color: #ffffff !important;
}