@charset "utf-8";
.news_content {
  width: 100%;
  min-height: 12rem;
  background: url('../images/fungo/news_more_bg.jpg') no-repeat;
  background-size: cover;
  padding-top: 4rem;
  box-sizing: border-box;
  position: relative;
  -ms-overflow-style: none;
  padding-bottom: 1rem;
}
.news_content::-webkit-scrollbar {
  width: 0 !important;
}
.news_content .news_box {
  width: 14rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.news_content .news_box .goback {
  width: 0.28rem;
  height: 0.51rem;
  background: url('../images/news/goback_off.png') no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.15rem;
  left: 0.1rem;
  display: inline-block;
}
.news_content .news_box .list_bar {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  margin-bottom: .1rem;
  border-bottom: 1px solid #fff;
}
.news_content .news_box .list_bar .tab-item {
  display: inline-block;
  margin-right: .8rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  color: #fff;
  font-family: 'Mon-Bold';
  font-size: 0.32rem;
  position: relative;
}
.news_content .news_box .list_bar .tab-item span {
  display: block;
  height: 100%;
  position: relative;
  padding-bottom: 0.15rem;
}
.news_content .news_box .list_bar .tab-item span.active {
  color: #0dfff6;
}
.news_content .news_box .list_bar .tab-item span.active:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #0dfff6;
}
.news_content .news_box .line {
  width: 14.73rem;
  height: 0.56rem;
  background: url('../images/news/more_line.png') no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-top: -0.4rem;
}
.news_content .news_box .news_list {
  width: 100%;
  margin: 0 auto;
  margin-top: 0.3rem;
}
.news_content .news_box .news_list .newslist .list_item {
  width: 100%;
  height: 0.56rem;
  border-bottom: 1px solid #39393b;
  padding: 0.2rem 0;
}
.news_content .news_box .news_list .newslist .list_item a .list-name {
  width: 100%;
  font-size: 0.24rem;
  height: 0.58rem;
  color: #fff;
  font-weight: 400;
  font-family: Mon-Regular;
}

.news_content .news_box .news_list .newslist .list_item a .list-name .active-contain {
  width: calc(100% - 2.5rem);
  height: 0.58rem;
  line-height: 0.58rem;
  padding-right: 1.5rem;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  float: none;
  font-size: .24rem;
}
.news_content .news_box .news_list .newslist .list_item a .list-name .list-time {
  height: 0.58rem;
  line-height: 0.58rem;
  font-size: .24rem;
  letter-spacing: 4px;
  float: none;
  width: 2rem;
  display: inline-block;
  vertical-align: middle;
}
.news_content .news_box .news_list .newslist .list_item_active a .list-time {
  color: #75f1f9;
}
.news_content .news_box .news_list .newslist .list_item_active a .list-name .active-contain {
  color: #75f1f9;
}
.news_prog {
  width: 100%;
  height: 0.5rem;
  position: relative;
  margin-top: .5rem;
}
.news_prog #page {
  height: 0.3rem;
  margin: 0.2rem auto;
  color: #fff;
  display: block;
  text-align: center;
}
.news_prog #page li {
  display: inline-block;
  min-width: 0.3rem;
  height: 0.4rem;
  cursor: pointer;
  color: #fff;
  font-size: 0.22rem;
  line-height: 0.4rem;
  text-align: center;
  margin: 0 0.04rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Mon-Regular';
}
.news_prog #page .xl-active {
  background-color: #f51363;
}
.news_prog #page .xl-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.news_prog #page .xl-jumpText {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  opacity: 1;
}
.news_prog #page .xl-jumpText:hover {
  background-color: rgba(0, 0, 0, 0) !important;
  border-color: rgba(0, 0, 0, 0) !important;
}
.news_prog #page .xl-prevPage {
  width: 1.5rem;
  height: 0.5rem;
  position: absolute;
  left: 0;
  background: url('../images/fungo/previous.png') no-repeat;
  background-size: contain;
}
.news_prog #page .xl-prevPage:hover {
  background: url('../images/fungo/previous.png') no-repeat;
  background-size: contain;
}
.news_prog #page .xl-nextPage {
  width: 0.82rem;
  height: 0.35rem;
  position: absolute;
  right: 0;
  background: url('../images/fungo/next.png') no-repeat;
  background-size: contain;
}
.news_prog #page .xl-nextPage:hover {
  background: url('../images/fungo/next.png') no-repeat;
  background-size: contain;
}
.news_prog #page #xlJumpNum {
  width: 0.35rem;
  margin: 0 0.03rem;
}
.news_prog #page input::-webkit-outer-spin-button,
.news_prog #page input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
}
.news_prog #page input[type="number"] {
  -moz-appearance: textfield;
}
.news_swiper.swiper-container {
  position: absolute;
  top: -2.3rem;
  margin: 0;
  right: 0;
  width: 8rem;
  height: 2.5rem;
}
