.match_info {
  padding: 0px;
}
.match_info .match_info_tit {
  border-bottom: solid 1px #d3d3d3;
  display: flex;
  justify-content: space-between;
}
.match_info .match_info_tit span {
  cursor: pointer;
  font-size: 18px;
  color: #959595;
  font-weight: 700;
  border-bottom: solid 3px #fff;
  flex: 1;
  text-align: center;
  line-height: 1.8;
}
.match_info .match_info_tit span.on {
  border-bottom: solid 3px #bf303f;
  color: #bf303f;
}

.match_info_item .item.hide {
  display: none;
}
.match_info_item .jfls {
  padding: 10px 0;
}
.match_info_item .jfls p {
  padding-bottom: 10px;
}
.match_info_item .sqfx {
  padding: 10px 0;
}
.match_info_item .sqfx .mainform {
  border: solid 1px #f2f2f2;
}

.match_info_item .sqfx .mainform span {
  line-height: 1.2;
  padding: 10px 0;
}
.match_info_item .sqfx .mainform .r1 {
  display: flex;
  justify-content: space-between;
  background: #f6fff6;
}
.match_info_item .sqfx .mainform .r2 {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #f2f2f2;
}
.match_info_item .sqfx .mainform .r1 span {
  width: 20%;
  text-align: center;
  font-weight: 600;
}
.match_info_item .sqfx .mainform .r2 span {
  width: 20%;
  text-align: center;
}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
        content: "";
        display: block;
        height: 0;
        clear:both;
        visibility: hidden;
    }
    .clearfix{
        *zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
    }

#gotoTop {
  width: 40px;
  display: none;
  height: 40px;
  border-radius: 40px;
  background: url(../image/top.png) no-repeat;
  background-size: 40px 40px;
  position: fixed;
  bottom: 158px;
  right: 5%;
}
.more_href a {
  color: #fff;
}
#llx {
  float: left;
  width: 100%;
  background: #f8f8f8 url(/static/image/lxhf.png) 50% 0 no-repeat;
  padding-top: 80px;
  border-top: 8px solid #004276;
  border-bottom: 18px solid #f8f8f8;
  margin-top: 60px;
}

.time-title {
  color: #600;
  font-size: 20px;
  padding: 10px 0;
}

.datelist {
  display: flex;
  flex-wrap: wrap;
}

.zb-zzk-list {
  padding: 0 10px;
}

.zb-zzk-list li {
  float: left;
  margin: 10px 15px 10px 0;
}

.zb-zzk-list li a {
  display: inline-block;
  color: #172b4c;
  padding: 2px 10px;
  background: #dedede;
  border-radius: 5px;
  font-size: 14px;
}

@media only screen and (max-width: 768px) {
  .news_info_warp .info_tex_center p a.adkpc,
  .news_info_warp .info_tex_center .live a.adkpc {
    display: none;
  }

  .time-title {
    font-size: 16px;
  }

  .tit-jr {
    display: none;
    float: left;
    width: 60%;
    border: 1px solid #999;
    height: auto;
    margin: 20px 10%;
    overflow: hidden;
    padding: 20px 10%;
    text-align: center;
    border-radius: 10px;
  }
  .tit-jr a {
    color: #000;
    font-size: 18px;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  li,
  input,
  select,
  textarea,
  div,
  table,
  td,
  th,
  tr,
  dt,
  dd,
  dl {
    margin: 0;
    padding: 0;
  }
  ul,
  ol {
    list-style: none;
  }
  em,
  i {
    font-style: normal;
  }
  img {
    object-fit: cover;
    border: 0;
    vertical-align: middle;
  }
  input,
  select {
    vertical-align: middle;
    outline: none;
  }
  a {
    text-decoration: none;
  }
  img {
    border: none;
  }
  body {
    min-width: 100%;
    font-family: "Microsoft YaHei", "Arial", "Heiti SC";
    background: #fff;
  }
  body {
    /***-webkit-user-select:none;-moz-user-select:none; -ms-user-select:none;user-select:none;**/
  }
  .more_href {
    background: #004276;
    width: 90%;
    margin: 30px 5%;
    height: 55px;
    text-align: center;
    color: #fff;
    line-height: 55px;
    border-radius: 40px;
    font-size: 20px;
  }

  .W_1200 {
    width: 100%;
    margin: 0 auto;
  }

  /********** header **********/
  .top_home {
  }
  /*新闻列表*/
  .news-list-wutu {
    float: left;
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin: 0 0 20px 0;
  }
  .news-list-wutu ul li {
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 25px;
    float: left;
    border-top: 1px solid #ddd;
    margin: 0 0 25px 0;
    padding-top: 25px;
  }
  .news-list-wutu ul li a:hover {
    transition: 0.3s;
    color: #f00;
  }
  .news-list-wutu ul li:hover {
    transition: 0.3s;
    background: #f8f8f8;
  }
  .news-list-wutu ul li span {
    float: left;
    padding: 6px 0px;
    margin: 0 10px 0 0;
    max-height: 36px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    width: 28%;
    text-align: center;
    border-radius: 200px;
    background-image: linear-gradient(to right, #fff, #eee);
  }
  .news-list-wutu ul li a {
    margin: 0px 10px 0 0;
    font-size: 16px;
    color: #000;
  }
  /*新闻列表*/
  .news-list {
    float: left;
    width: 96%;
    height: auto;
    margin: 0px 2%;
    overflow: hidden;
  }
  .news-list > ul li {
    width: 100%;
    height: 130px;
    display: block;
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
    margin: 10px 0;
    padding: 10px 0 0 0;
  }
  .news-list > ul li a img {
    width: 40%;
    height: 110px;
    border-radius: 10px;
    display: block;
    float: left;
    margin: 10px 20px 0 0;
    overflow: hidden;
  }
  .news-list > ul li a span {
    display: block;
    min-width: 50%;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    margin: 10px 0 10px 0;
    font-size: 16px;
    color: #000;
  }

  #fage {
    bottom: 48px !important;
  }

  .news-list > ul li p {
    float: left;
    width: 0%;
    font-size: 0px;
    color: #808080;
    height: 0px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
  .news-list li p a {
    color: #004276;
  }
  .news-list > ul li div {
    width: 50%;
    height: 26px;
    line-height: 25px;
    margin-top: 0px;
    display: block;
    float: left;
    font-size: 12px;
    color: #8ba8a3;
  }
  .news-list > ul li div span {
    margin: 0 36px 0 6px;
  }
  .news-list > ul li div i {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../image/icp-time-if.png) no-repeat;
  }
  .news-list > ul li .nm img {
    margin-top: -2px;
  }
  .news-list > ul li:hover a span {
    color: #004276;
  }
  .news-list > ul li .ontime i {
    background: url(../image/ico-time-2.png) 0 0 no-repeat;
  }
  .news-list > ul li .ontime .pltime {
    color: #999;
  }
  .news-list > ul li .ontime .pltime a {
    color: #004276;
    font-size: 12px;
    margin-right: 5px;
  }
  .news-list > ul li .ontime .pltime a:hover {
    transition: 0.3s;
    color: #004276;
  }
  /*LOGO*/
  /*LOGO*/
  .QZ-LOGO {
    background: #004276;
    width: 100%;
    text-align: center;
    height: 60px;
  }
  .QZ-LOGO .logo img {
    width: auto;
    height: 40px;
    margin: 8px 0 0 0;
  }
  .QZ-LOGO .logo p {
    /* display: none; */
    color: #fff;
    padding-top: 18px;
    font-size: 20px;
  }

  /*search*/
  .search {
    display: none;
  }
  /*nav*/
  .QZ-nav {
    min-height: 75px;
    height:auto;
    width: 100%;
    background: #004276;
    border-top: 1px solid #2657ab;
    overflow: hidden;
    padding: 10px 0;
  }
  .QZ-nav .nav {
    width: 100%;
  }
  .QZ-nav .nav li {
    float: left;
    text-align: center;
    min-width: 19%;
    line-height: 25px;
    padding: 0px 0.5%;
  }
  .QZ-nav .nav li a {
    text-align: center;
    font-size: 0.8rem;
    color: #fff;
    height: 50px;
    line-height: 25px;
  }
  .QZ-nav .nav li.on a {
    font-weight: bold;
    color: #ff0;
  }
  /*LOGO*/

  .lis {
    font-size: 14px;
    color: #fff;
  }
  .Foot {
    float: left;
    height: 150px;
    overflow: hidden;
    background-image: linear-gradient(#e66465, #9198e5);
    background: #004276 50% 30px no-repeat;
    background-size: 40%;
    padding: 30px 0;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .Foot p {
    width: 90%;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 10px;
    margin: 0 5%;
  }
  .Foot p a {
    font-size: 10px;
    color: #f38d8d;
    margin: 0 2px;
  }
  .Foot p a:hover {
    transition: 0.3s;
    color: #ff0;
  }
  /* .Foot .W_1200 {
    margin-top: 60px;
  } */
  /*面包屑*/
  .brednav {
    display: none;
    height: 45px;
    text-align: center;
    margin: 0px 0;
    padding: 0px 4%;
    overflow: hidden;
    border-bottom: 1px solid #d8d8d8;
  }
  .brednav p {
    line-height: 38px;
    height: 45px;
    line-height: 45px;
    color: #eee;
    font-size: 18px;
  }
  .brednav p a {
    color: #999;
  }
  .brednav p a:hover {
    transition: 0.3s;
    color: #12b89c;
  }

  .con-left,
  .con-right {
    width: 96%;
    margin: 0 2%;
  }

  /*热门话题*/
  .hot-con {
    width: 96%;
    margin: 20px 2% 0 2%;
    overflow: hidden;
  }
  .hot-con li {
    background: url(../image/10.png) 0px 8px no-repeat;
    width: 100%;
    overflow: hidden;
    float: left;
    max-height: 50px;
    margin: 10px 0;
    line-height: 30px;
    padding: 0 0 0 25px;
  }
  .hot-con li a {
    float: left;
    width: 100%;
    line-height: 20px;
    overflow: hidden;
    color: #404040;
    font-size: 14px;
  }
  .hot-con li:hover a {
    color: #004276;
  }
  .hot-con li:hover i {
    background: #004276;
  }

  .bt-c2 {
    height: 60px;
    line-height: 60px;
    width: 100%;
    margin: 20px 0;
    float: left;
    overflow: hidden;
  }
  .bt-c2 p,
  .bt-c2 h2 {
    font-weight: normal;
    float: left;
    width: 100%;
    font-size: 28px;
    color: #fff;
    line-height: 60px;
    background: #004276;
    border-radius: 6px;
    text-align: center;
  }
  .bt-c2 a {
    float: right;
    line-height: 24px;
    font-size: 14px;
    color: #004276;
    margin: 0 0 0 20px;
    height: 24px;
    display: inline-block;
  }
  .page-c {
    width: 100%;
    float: left;
  }
  #page {
    display: table;
    margin: 30px auto 30px;
  }
  #page ul {
    text-align: center;
  }
  #page a,
  #page span {
    width: auto;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    color: #666;
    display: inline-block;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    margin: 5px 5px;
  }
  #page span {
    background-color: #004276 !important;
    color: #fff !important;
  }
  #page a:hover {
    transition: 0.3s;
    background-color: #004276 !important;
    color: #fff !important;
  }
  .activP {
    background-color: #004276 !important;
    color: #fff !important;
  }
  .list-tit {
    float: left;
    background: #004276;
    width: 92%;
    height: 38px;
    padding: 10px 4%;
    margin: 20px 0 0 0%;
    overflow: hidden;
  }
  .list-tit h2 {
    float: left;
    font-size: 26px;
    padding: 0 0 0 0px;
    line-height: 38px;
    color: #fff;
  }
  .list-tit span {
    float: right;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
  }
  .list-tit {
    font-size: 16px;
    line-height: 42px;
    margin-right: 10px;
    color: #fff;
  }

  .tit-yx {
    /* display: none; */
    float: left;
    background: #004276;
    float: left;
    width: 100%;
    min-height: 50px;
    margin: 0px 0 0px 0;
    padding: 0px 0 0px 0;
    border-radius: 0px;
  }
  .tit-yx h2,.tit-yx .h2 {
    float: left;
    width: 94%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    margin: 0px 3%;
    color: #fff;
    padding: 0px;
    overflow: hidden;
  }
  .tit-yx h2 a,.tit-yx .h2 a {
    display: none;
  }
  .tit-yx h2 a:hover,.tit-yx .h2 a {
    transition: 0.3s;
    color: #ff0;
  }
  .tit-yx .fr {
    display: none;
  }

  .list-nav {
    float: left;
    width: 100%;
    margin: 10px 0 0px 0;
    padding: 0px 0 0px 0;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
    height: 50px;
  }
  .list-nav a {
    float: left;
    width: 30%;
    border-bottom: 0px solid #bbb;
    border-radius: 10px;
    margin: 0 0 10px 3%;
    white-space: nowrap;
    white-space: nowrap;
    line-height: 50px;
    font-size: 16px;
    color: #004276;
    background: #fff;
    padding: 0px 0px;
  }
  .list-nav #sswidth {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 20px;
  }
  .list-nav .zqlxc {
    background: url(../image/cba.png) 10% 3px no-repeat;
    font-size: 0px;
  }
  .list-nav .lqlxc {
    background: url(/static/image/nba.png) 10% 3px no-repeat;
    font-size: 0px;
  }
  .list-nav .tylxc {
    background: url(/static/image/tylx.png) 10% 3px no-repeat;
    font-size: 0px;
  }
  .list-nav .bttab-style {
    background: #004276;
    color: #fff;
  }
  .footer2 {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 50px;
    z-index: 100;
    background: #f2f2f2;
    border-top: 1px solid #cecece;
    padding-top: 5px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }

  .footer2 {
    width: 100%;
    position: fixed;
    bottom: 0;
    height: 45px;
    z-index: 100;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #eee;
    padding-top: 5px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  .footer2 a {
    width: 33%;
    float: left;
    text-align: center;
    color: #666;
  }
  .footer2 a.dq {
    color: #666;
  }
  .footer2 a i {
    width: 100%;
    display: block;
    height: 25px;
  }

  .footer2 a.index i {
    background: url(../image/index-dq.png) no-repeat top center;
    background-size: 26px 23px;
  }
  .footer2 a.icozq i {
    background: url(../image/zq-dq.png) no-repeat top center;
    background-size: 23px 23px;
  }
  .footer2 a.icolq i {
    background: url(../image/lq-dq.png) no-repeat top center;
    background-size: 23px 23px;
  }
  .footer2 a.icobj i {
    background: url(/static/image/bj-dq.png) no-repeat top center;
    background-size: 25px 25px;
  }
  .footer2 a.icolx i {
    background: url(/static/image/lx-dq.png) no-repeat top center;
    background-size: 23px 23px;
  }
  .footer2 a.icoxs i {
    background: url(../image/xs-dq.png) no-repeat top center;
    background-size: 23px 23px;
  }
}

@media only screen and (min-width: 768px) {
  .footer2 {
    display: none;
  }
  .tit-jr {
    float: left;
    width: 60%;
    border: 1px solid #999;
    height: auto;
    margin: 20px 10%;
    overflow: hidden;
    padding: 20px 10%;
    text-align: center;
    border-radius: 10px;
  }
  .tit-jr a {
    color: #000;
    font-size: 18px;
  }
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol,
  li,
  input,
  select,
  textarea,
  div,
  table,
  td,
  th,
  tr,
  dt,
  dd,
  dl {
    margin: 0;
    padding: 0;
  }
  ul,
  ol {
    list-style: none;
  }
  em,
  i {
    font-style: normal;
  }
  img {
    object-fit: cover;
    border: 0;
    vertical-align: middle;
  }
  input,
  select {
    vertical-align: middle;
    outline: none;
  }
  a {
    text-decoration: none;
  }
  img {
    border: none;
  }
  body {
    min-width: 1200px;
    font-family: "Microsoft YaHei", "Arial", "Heiti SC";
    background: #fff;
  }
  /*body {*/
  /*  -webkit-user-select: none;*/
  /*  -moz-user-select: none;*/
  /*  -ms-user-select: none;*/
  /*  user-select: none;*/
  /*}*/
  .fl {
    display: block;
    float: left;
  }
  .fr {
    display: block;
    float: right;
  }
  .W_1200 {
    width: 1200px;
    margin: 0 auto;
  }
  .Mgtop_20 {
    margin-top: 20px;
  }
  /********** header **********/

  .more_href {
    background: #004276;
    width: 90%;
    margin: 30px 5%;
    height: 55px;
    text-align: center;
    color: #fff;
    line-height: 55px;
    border-radius: 40px;
    font-size: 20px;
  }

  .news_info_warp .info_tex_center p a.adk,
  .news_info_warp .info_tex_center .live a.adk {
    display: none;
  }

  /*视频列表*/
  .video-list {
    float: left;
    width: 790px;
    height: auto;
    margin-left: 10px;
    margin: 20px 0;
  }
  .videovideo-list > ul li {
    width: 790px;
    height: 160px;
    display: block;
    border-top: 1px solid #e6e6e6;
  }
  .video-list > ul li a:hover {
    transition: 0.3s;
    color: #004276;
  }

  .video-list > ul li a {
    display: block;
    float: left;
    width: 580px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    margin: 20px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #404040;
    display: block;
  }

  /*新闻列表*/
  .news-list-wutu {
    float: left;
    width: 100%;
    height: auto;
    margin-left: 10px;
    margin: 20px 0;
  }
  .news-list-wutu ul li {
    float: left;
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #e9e9e9;
    overflow: hidden;
  }
  .news-list-wutu ul li a:hover {
    transition: 0.3s;
    color: #cc0000;
  }
  .news-list-wutu ul li:hover {
    transition: 0.3s;
    background: #f8f8f8;
  }
  .news-list-wutu ul li span {
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    padding: 0px 8px;
    background: #f8f8f8;
    margin: 15px 20px 0 0;
    font-size: 16px;
    color: #000;
  }
  .news-list-wutu ul li a {
    height: 60px;
    overflow: hidden;
    margin: 0px 10px 0 0;
    font-size: 15px;
    color: #004276;
    font-weight: bold;
  }

  .news-list-wutu ul li p {
    display: none;
  }

  /*新闻列表*/
  .news-list {
    float: left;
    width: 700px;
    height: auto;
    margin-left: 10px;
    margin: 20px 0;
  }
  .news-list > ul li {
    width: 100%;
    height: 160px;
    display: block;
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
  }
  .news-list > ul li:hover {
    transition: 0.3s;
    background: url(../image/bg-lin.png) repeat;
  }
  .news-list > ul li a img {
    object-fit: cover;
    min-width: 181px;
    max-width: 181px;
    height: 120px;
    border-radius: 10px;
    display: block;
    float: left;
    margin: 20px 20px 0 0;
  }
  .news-list > ul li a span {
    min-width: 380px;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    margin: 20px 0 10px 0;
    font-size: 18px;
    font-weight: bold;
    color: #404040;
    display: block;
  }
  .news-list > ul li p {
    display: block;
    float: left;
    width: 380px;
    font-size: 14px;
    color: #808080;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
  }
  .news-list li p a {
    color: #004276;
  }
  .news-list > ul li div {
    width: 380px;
    height: 26px;
    line-height: 25px;
    margin-top: 4px;
    display: block;
    float: left;
    font-size: 12px;
    color: #8ba8a3;
  }
  .news-list > ul li div span {
    margin: 0 36px 0 6px;
  }
  .news-list > ul li div i {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: url(../image/icp-time-if.png) no-repeat;
  }
  .news-list > ul li .nm img {
    margin-top: -2px;
  }
  .news-list > ul li:hover a span {
    color: #004276;
  }
  .news-list > ul li .ontime i {
    background: url(../image/ico-time-2.png) 0 0 no-repeat;
  }
  .news-list > ul li .ontime .pltime {
    color: #999;
  }
  .news-list > ul li .ontime .pltime a {
    color: #004276;
    font-size: 12px;
    margin-right: 5px;
  }
  .news-list > ul li .ontime .pltime a:hover {
    transition: 0.3s;
    color: #004276;
  }
  /*LOGO*/
  .top_home {
    background: #004276;
    position: relative;
    z-index: 1;
  }
  .QZ-LOGO {
    width: 1200px;
    background: #004276;
    text-align: center;
    height: 118px;
  }
  .QZ-LOGO .logo img {
    float: left;
    width: auto;
    height: 60px;
    margin: 28px 0 0 0px;
  }
  .QZ-LOGO .logo p {
    background: #fff;
    float: left;
    min-width: 130px;
    font-size: 28px;
    color: #004276;
    line-height: 50px;
    height: 50px;
    border-radius: 10px;
    padding: 0px 20px;
    font-weight: 700;
    margin: 35px 0 0 30px;
    overflow: hidden;
  }
  /*search*/
  .search {
    width: 300px;
    height: 38px;
    border: 1px solid #fff;
    background: #fff;
    margin: 38px 0 0 0;
    border-radius: 18px;
  }
  .search .key {
    width: 210px;
    background: #fff;
    border: none;
    height: 30px;
    margin: 3px 10px;
    color: #999;
  }
  .search .btn {
    width: 48px;
    height: 30px;
    border: none;
    cursor: pointer;
    margin: 4px 4px;
    border-radius: 100px;
    background: #000 url(../image/ico-search.png) no-repeat center;
  }
  .search input:-webkit-autofill {
    background: none;
  }
  .search .btn:hover {
    transition: 0.3s;
    background: url(../image/ico-search.png) no-repeat center;
  }
  /*nav*/
  .QZ-nav {
    min-height: 105px;
    height:auto;
    background: #004276;
    border-top: 1px solid #2657ab;
  }
  .QZ-nav .nav {
    width: 1200px;
  }
  .QZ-nav .nav li,
  .QZ-nav .nav li a,
  .QZ-nav .nav li:before {
    display: block;
    float: left;
  }
  .QZ-nav .nav li a {
    font-size: 20px;
    color: #fff;
    height: 50px;
    border-bottom: 0px solid #fff;
    line-height: 50px;
    padding: 0 10px;
  }
  .QZ-nav .nav li.on a {
    font-weight: bold;
    border-bottom: 0px solid #004276;
  }
  .QZ-nav .nav li.on a,
  .QZ-nav .nav li a:hover {
    transition: 0.3s;
    color: #004276;
    background: #ffcda8;
    border-top: 0px solid #004276;
    padding-bottom: -3px;
  }

  .QZ-nav .nav li:before {
    content: "";
    width: 0px;
    height: 10px;
    background: #600;
    margin: 20px -1px 0 0;
  }
  .QZ-nav .nav li:first-child:before {
    display: none;
  }
  /*Foot*/
  .Bot {
    width: 1200px;
    height: auto;
  }
  /*links*/
  .lis {
    font-size: 14px;
    color: #fff;
  }
  .Foot {
    width: 100%;
    float: left;
    background: #004276;
    overflow: hidden;
    padding: 50px 0;
  }
  .Foot p {
    width: 1200px;
    /* height: 40px;
    line-height: 40px; */
    overflow: hidden;
    text-align: center;
    color: #fff;
    font-size: 14px;
  }
  .Foot p a {
    color: #fff;
    margin: 0 2px;
  }
  .Foot p a:hover {
    transition: 0.3s;
    color: #ff0;
  }
  /*面包屑*/
  .brednav {
    height: 20px;
    margin: 20px 0;
  }
  .brednav p {
    line-height: 20px;
    height: 20px;
    color: #808080;
    font-size: 14px;
  }
  .brednav p a {
    color: #808080;
  }
  .brednav p a:hover {
    transition: 0.3s;
    color: #12b89c;
  }

  .con-left {
    box-shadow: 0 1px 10px #ddd;
    border-radius: 8px;
    width: 700px;
    padding: 40px;
    float: left;
    margin: 0px 0px;
  }
  .con-right {
    border-radius: 8px;
    box-shadow: 0 1px 10px #ddd;
    width: 280px;
    padding: 40px;
    margin: 10px 10px;
  }
  .con-all:after {
    content: " ";
    display: block;
    clear: both;
  }

  .page-c {
    width: 100%;
    float: left;
  }
  #page {
    display: table;
    margin: 30px auto 30px;
  }
  #page li {
    display: inline-block;
  }
  #page a,
  #page span {
    display: inline-block;
    width: auto;
    padding: 0 10px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 0 5px;
  }
  #page span {
    background-color: #004276 !important;
    color: #fff !important;
  }
  #page a:hover {
    transition: 0.3s;
    background-color: #004276 !important;
    color: #fff !important;
  }
  .activP {
    background-color: #004276 !important;
    color: #fff !important;
  }

  /*热门话题*/
  .hot-con {
    width: 100%;
    height: auto;
    margin: 10px 0 20px 0;
    overflow: hidden;
  }
  .hot-con li {
    float: left;
    background: url(../image/dian3.gif) 0px 10px no-repeat;
    width: 100%;
    max-height: 50px;
    margin: 5px 0;
    line-height: 25px;
    padding: 0 0 5px 20px;
    border-bottom: 0px solid #eee;
    overflow: hidden;
  }
  .hot-con li i,
  .hot-con li a {
    float: left;
  }
  .hot-con li a {
    width: 100%;
    max-height: 50px;
    overflow: hidden;
    color: #666;
    margin: 0 0 0px 0;
    font-size: 14px;
  }
  .hot-con li i {
    display: none;
  }
  .hot-con li:hover a {
    color: #004276;
  }
  .hot-con li:hover i {
    background: #004276;
  }

  .bt-c {
    float: left;
    background: #eee;
    width: 1180px;
    margin: 0 0 0px 0;
    padding: 0px;
    overflow: hidden;
  }
  .bt-c p,
  .bt-c h2 {
    display: none;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    color: #004276;
    line-height: 50px;
    height: 50px;
    border-left: 5px solid #004276;
    margin: 0px 0 0px 0px;
    padding-left: 20px;
  }
  .bt-c a {
    float: left;
    text-align: center;
    font-size: 20px;
    color: #000;
    line-height: 50px;
    margin: 0px 0 0px 0px;
    padding: 0 60px;
  }
  .bt-c .bttab-style {
    background: #004276;
    color: #fff;
  }

  .bt-c2 {
    border-radius: 8px;
    float: left;
    width: 100%;
    box-shadow: 0 1px 10px #ddd;
    height: 40px;
    margin: 0 0 20px 0;
    padding: 0px;
    overflow: hidden;
  }
  .bt-c2 p,
  .bt-c2 h2 {
    height: 40px;
    float: left;
    width: 100%;
    font-size: 18px;
    color: #555;
    line-height: 40px;
    margin: 0px 0 0px 0px;
    padding-left: 20px;
  }
  .bt-c2 a {
    float: right;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    margin: 0 0 0 20px;
    height: 24px;
    display: inline-block;
  }
  .list-tit {
    background: url(../image/01.png) 0px 0px no-repeat;
    float: left;
    border-left: 5px solid #004276;
    height: 60px;
    width: 100%;
    margin: 0px 0 0px 0;
  }
  .list-tit h2 {
    float: left;
    font-size: 28px;
    padding: 0 0 0 20px;
    line-height: 60px;
    margin-right: 0px;
    color: #fff;
  }
  .list-tit span {
    float: right;
    font-size: 14px;
    line-height: 60px;
    padding: 0 20px 0 0;
    color: #fff;
  }
  .list-tit {
    font-size: 14px;
    line-height: 30px;
    margin-right: 10px;
    color: #fff;
  }
  .list-nav {
    background: url(../image/01.png) 0px 0px no-repeat;
    float: left;
    border-left: 5px solid #004276;
    height: 60px;
    width: 100%;
    margin: 0px 0 20px 0;
  }
  .list-nav a {
    font-size: 18px;
    line-height: 60px;
    padding: 0 20px;
    color: #fff;
  }
  .list-nav .bttab-style {
    color: #ff0;
  }
  .tit-yx {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0px 0px #ddd;
    float: left;
    width: 100%;
    padding: 0 0%;
    height: 30px;
    margin: 10px 0 18px 0%;
    overflow: hidden;
  }
  .tit-yx h2,.tit-yx .h2 {
    border-top: 0px solid rgba(0, 0, 0, 0.16);
    float: left;
    width: 100%;
    text-align: center;
    line-height: 40px;
    height: 56px;
    font-size: 16px;
    color: #004276;
    padding: 0px auto;
    margin: 0px 0%;
    border-bottom: 1px solid #ccc;
    font-weight: 700;
    overflow: hidden;
  }

  .tit-yx h2 a,.tit-yx .h2 a {
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin: 0px 0%;
    color: #000;
    padding: 0 0 0 28px;
  }
  .tit-yx h2 a:hover,.tit-yx .h2 a:hover {
    transition: 0.3s;
    color: #004276;
  }
  .tit-yx .fr {
    display: none;
  }
}

.match_info {
  padding: 0px;
}
.match_info .match_info_tit {
  border-bottom: solid 1px #d3d3d3;
  display: flex;
  justify-content: space-between;
}
.match_info .match_info_tit span {
  cursor: pointer;
  font-size: 18px;
  color: #959595;
  font-weight: 700;
  border-bottom: solid 3px #fff;
  flex: 1;
  text-align: center;
  line-height: 1.8;
}
.match_info .match_info_tit span.on {
  border-bottom: solid 3px #bf303f;
  color: #bf303f;
}
.match_info_item {
  display: block;
  float: left;
  width: 100%;
  clear: both;
}
.match_info_item .item.hide {
  display: none;
}
.match_info_item .jfls {
  padding: 10px 0;
}
.match_info_item .jfls p {
  padding-bottom: 10px;
}
.match_info_item .sqfx {
  padding: 10px 0;
}
.match_info_item .sqfx .mainform {
  border: solid 1px #f2f2f2;
}

.match_info_item .sqfx .mainform span {
  line-height: 1.2;
  padding: 10px 0;
}
.match_info_item .sqfx .mainform .r1 {
  display: flex;
  justify-content: space-between;
  background: #f9d0d0;
}
.match_info_item .sqfx .mainform .r2 {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px #f2f2f2;
}
.match_info_item .sqfx .mainform .r1 span {
  width: 20%;
  text-align: center;
  font-weight: 600;
}
.match_info_item .sqfx .mainform .r2 span {
  width: 20%;
  text-align: center;
}
