/**
 *
 * @authors @silentblue.top
 * @date    2020-06-08 14:46:26
 *
 */

/* header */
.headerbox_a.wx:hover p {
  display: block;
}
/* header end */
/* Common Slide */

.shxidx-carousel .shxidx-wrapper::after {
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

.shxidx-carousel {
  position: relative;
  display: none;
  width: 100%;
  -ms-touch-action: pan-y;
}

.shxidx-carousel .shxidx-wrapper {
  position: relative;
  display: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.shxidx-carousel .shxidx-wrapper-outer {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.shxidx-carousel .shxidx-wrapper-outer.autoHeight {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

.shxidx-carousel .content-imgs-slide-item {
  float: left;
}

.shxidx-controls .shxidx-page,
.shxidx-controls .shxidx-buttons div {
  cursor: pointer;
}

.shxidx-controls {
  /* position: relative; */
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.shxidx-carousel img {
  display: block;
}

.grabbing {
  cursor: url(grabbing20211014.png) 8 8, move;
}

.shxidx-carousel .shxidx-wrapper,
.shxidx-carousel .shxidx-item {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.shxidx-carousel .content-imgs-slide-item {
  position: relative;
  display: block;
}

.shxidx-carousel b {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.shxidx-carousel span {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  overflow: hidden;
  /* width: 100%; */
}

.shxidx-pagination {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}

.shxidx-pagination .shxidx-page {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 10px 5px;
}

.shxidx-pagination .active {
  width: 25px;
}

.shxidx-buttons {
  display: none;
}

.shxidx-buttons div {
  position: absolute;
  top: 50%;
}

.shxidx-prev {
  left: 0;
}

.shxidx-next {
  right: 0;
}
.main-content-slide {
  width: 650px;
  height: 400px;
  overflow: hidden;
}

.main-topslide .content-imgs-slide-item {
  height: 400px;
  width: 100%;
  overflow: hidden;
}

.main-topslide .content-imgs-slide-item img {
  width: 100%;
  height: 400px;
  margin: 0 auto;
  transition: all 0.5s;
}

.main-topslide .content-imgs-slide-item:hover img {
  transform: scale(1.025);
}

.main-topslide .content-imgs-slide-item b {
  height: 36px;
  opacity: 0.55;
  /* background-color: #000; */
  filter: alpha(opacity=55);
  background-image: linear-gradient(
    to bottom,
    rgba(25, 25, 25, 1) 100%,
    rgba(25, 25, 25, 0.9) 90%,
    rgba(25, 25, 25, 0.8) 80%,
    rgba(25, 25, 25, 0.7) 70%,
    rgba(25, 25, 25, 0.6) 60%,
    rgba(25, 25, 25, 0.5) 50%,
    rgba(25, 25, 25, 0.4) 40%,
    rgba(25, 25, 25, 0.3) 30%,
    rgba(25, 25, 25, 0.2) 20%,
    rgba(25, 25, 25, 0.1) 10%,
    rgba(25, 25, 25, 0) 0%
  );
}

.main-topslide .content-imgs-slide-item span {
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  padding: 0 16px;
  color: #fff;
  width: 468px;
  overflow: hidden;
}

.main-topslide .content-imgs-slide-item span a {
  color: #fff;
}

.main-topslide .shxidx-pagination {
  bottom: 0;
  text-align: right;
  width: 186px;
  right: 11px;
}

/* .main-topslide .shxidx-pagination:hover {
  opacity: .7;
  background-color: #000;
  filter: alpha(opacity=70);
  background-image: linear-gradient(to bottom,
      rgba(55, 55, 55, 1) 100%,
      rgba(55, 55, 55, 0.9) 90%,
      rgba(55, 55, 55, 0.8) 80%,
      rgba(55, 55, 55, 0.7) 70%,
      rgba(55, 55, 55, 0.6) 60%,
      rgba(55, 55, 55, 0.5) 50%,
      rgba(55, 55, 55, 0.4) 40%,
      rgba(55, 55, 55, 0.3) 30%,
      rgba(55, 55, 55, 0.2) 20%,
      rgba(55, 55, 55, 0.1) 10%,
      rgba(55, 55, 55, 0) 0%);
} */

.main-topslide .shxidx-pagination .shxidx-page {
  display: inline-block;
  width: 10px;
  height: 6px;
  margin: 10px 5px;
  border-radius: 6px;
  background-color: #fff;
}

.main-topslide .shxidx-pagination .active {
  width: 20px;
  background-color: #2471fe;
}

/* .shxidx-buttons {
  display: block;
}
*/
.main-topslide .shxidx-buttons div {
  width: 30px;
  height: 54px;
  margin-top: -40px;
}

.main-topslide .shxidx-buttons .shxidx-prev {
  background-position: 0 -200px;
}

.main-topslide .shxidx-buttons .shxidx-prev:hover {
  background-position: 0 -254px;
}

.main-topslide .shxidx-buttons .shxidx-next {
  background-position: -30px -200px;
}

.main-topslide .shxidx-buttons .shxidx-next:hover {
  background-position: -30px -254px;
}
.shxidx-carousel span.shxidx-numbers {
  display: none;
}
/* Common Slide */
/* main */
.newsports-container {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
}
.newsports-banner {
  width: 100%;
  height: 330px;
  min-width: 1200px;
  background: url(banner20211014.png) center top no-repeat;
}
.newsports-menus-wrap {
  height: 58px;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  background-color: #3fa5fc;
  margin-top: -1px;
}
.newsports-menus-box {
  width: 1200px;
  display: flex;
  flex-wrap: nowrap;
  height: 58px;
  line-height: 58px;
  overflow: hidden;
  margin: 0 auto;
}
.newsports-menus-box > li {
  width: 25%;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.newsports-menus-box > li a {
  color: #fff;
}
.newsports-menus-box > li a:hover {
  color: #edf7ff;
}
.newsports-topslide {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
.newsports-topslide > li {
  float: left;
  width: 650px;
  height: 400px;
  overflow: hidden;
}
.newsports-topslide > li:last-child {
  float: right;
  height: 400px;
  width: 525px;
}
.newsports-topnews {
  width: 100%;
  height: 133px;
  overflow: hidden;
}
.newsports-topnews > dt a {
  font-size: 22px;
  color: #000;
  font-weight: bold;
}
.newsports-topnews > dt a:hover {
  color: #2471fe;
}
.newsports-topnews > dd {
  margin-top: 5px;
  font-size: 16px;
  color: #555;
}
.newsports-column-box {
  margin-top: 50px;
  overflow: hidden;
  width: 100%;
}
.newsports-column-box > dt {
  text-align: center;
  font-size: 30px;
  color: #2471fe;
  font-weight: bold;
  height: 71px;
  overflow: hidden;
  position: relative;
  line-height: 70px;
  margin-bottom: 30px;
}
.newsports-column-box > dt a {
  position: absolute;
  color: #2471fe;
  font-size: 16px;
  top: 23px;
  right: 0;
  line-height: 24px;
  font-weight: normal;
}
.newsports-column-box > dt a:hover {
  font-weight: bold;
}
.co-video > dt {
  background: url(bg-title-120211014.png) center center no-repeat;
  text-indent: 4em;
}
.newsports-items > li {
  float: left;
  width: 292px;
  height: 310px;
  overflow: hidden;
  margin-left: 10px;
  background-color: #f0f0f0;
  margin-bottom: 20px;
}
.newsports-items > li:nth-child(4n + 1) {
  margin-left: 0;
}
.newsports-items > li > a:first-child {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}
.newsports-items > li > a:first-child img {
  width: 100%;
  height: 100%;
}
.newsports-items > li > a:first-child:hover img {
  opacity: 0.88;
}
.newsports-items > li > a:first-child i {
  position: absolute;
  width: 40px;
  height: 47px;
  overflow: hidden;
  display: block;
  background: url(img-play20211014.png) center center no-repeat;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.newsports-items > li > p {
  margin: 0 15px;
  overflow: hidden;
  font-size: 16px;
  color: #555;
}
.newsports-items > li > p a {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  height: 56px;
  margin-bottom: 10px;
  display: inline-block;
}
.newsports-items > li > p a:hover {
  color: #2471fe;
}
.newsports-items > li > a.vote-button {
  width: 118px;
  height: 25px;
  overflow: hidden;
  display: block;
  background: url(bg-votebtn20211014.png) 0 0 no-repeat;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 25px;
  margin: 25px auto;
}
.newsports-items > li > a.vote-button:hover {
  font-weight: bold;
}
.co-article > dt {
  background: url(bg-title-220211014.png) center center no-repeat;
  text-indent: 5em;
}
.co-book .newsports-items > li {
  background-color: #fff;
  height: 190px;
  margin-bottom: 40px;
  width: 360px;
  margin-left: 60px;
  position: relative;
}
.co-book .newsports-items > li:nth-child(4n + 1) {
  margin-left: 60px;
}
.co-book .newsports-items > li:nth-child(3n + 1) {
  margin-left: 0;
}
.co-book .newsports-items > li > a:first-child {
  position: relative;
  display: block;
  overflow: hidden;
  width: 140px;
  height: 190px;
  margin-bottom: 0;
  float: left;
  margin-right: 20px;
}
.co-book .newsports-items > li > p a {
  height: 88px;
  margin-bottom: 20px;
}
.co-book .newsports-items > li > p::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #c5c5c5;
  border-bottom: 1px solid #dcdcdc;
  width: 200px;
  overflow: hidden;
}
/* main end */
.newsports-footer {
  background: #1064e3;
  color: #fff;
  font-size: 16px;
  line-height: 27px;
  text-align: center;
  padding-top: 44px;
  padding-bottom: 50px;
}
.newsports-footer i {
  font-style: normal;
  margin-right: 16px;
}
.newsports-footer a {
  color: #fff;
}
.newsports-footer a:hover {
  text-decoration: underline;
}