html,
body {
  width: 100%;
  height: 100%;
}
.news_content {
  width: 750/75rem;
  height: 1334/75rem;
  background: url('../images/news_bg_h5.png') no-repeat;
  background-size: contain;
  padding-top: 100/75rem;
  box-sizing: border-box;
}
.news_content .news_box {
  width: 666/75rem;
  height: 61/75rem;
  margin: 0 auto;
}
.news_content .news_box .list_bar {
  width: 100%;
}
.news_content .news_box .list_bar .tab-item {
  float: left;
  font-size: 39/75rem;
  color: #fff;
  line-height: 100/75rem;
  font-weight: 700;
  margin: 0 58/75rem;
  font-style: 'heiTi';
  cursor: pointer;
}
.news_content .news_box .list_bar .tab-item .active {
  color: #fed400;
}
.news_content .news_box .line {
  width: 666/75rem;
  height: 56/75rem;
  background: url('../images/line.png') no-repeat;
  background-size: contain;
  margin: 0 auto;
  margin-top: 10/75rem;
}
.news_content .news_box .news_list {
  width: 666/75rem;
  margin: 0 auto;
  margin-top: 0/75rem;
}
.news_content .news_box .news_list .newslist {
  height: 860/75rem;
}
.news_content .news_box .news_list .newslist .list_item {
  width: 100%;
  height: 56/75rem;
  margin-top: 40/75rem;
}
.news_content .news_box .news_list .newslist .list_item a .list-name {
  width: 100%;
  font-size: 24/75rem;
  height: 58/75rem;
  color: #fff;
  font-style: 'heiTi';
  font-weight: 400;
}
.news_content .news_box .news_list .newslist .list_item a .list-name:hover {
  border: 1/75rem solid #f7ce11;
  color: #f7ce11;
}
.news_content .news_box .news_list .newslist .list_item a .list-name:hover .active-contain::before {
  content: "";
  width: 10/75rem;
  height: 10/75rem;
  display: inline-block;
  margin-top: 20/75rem;
  border-radius: 50%;
  background-color: #f7ce11;
  margin-right: 15/75rem;
}
.news_content .news_box .news_list .newslist .list_item a .list-name .active-contain {
  width: 100%;
  height: 58/75rem;
  line-height: 58/75rem;
  padding-left: 15/75rem;
  padding-right: 150/75rem;
  box-sizing: border-box;
}
.news_content .news_box .news_list .newslist .list_item a .list-name .active-contain::before {
  content: "";
  width: 10/75rem;
  height: 10/75rem;
  display: inline-block;
  margin-top: 20/75rem;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 15/75rem;
}
.news_content .news_box .news_list .newslist .list_item a .list-name .list-time {
  height: 58/75rem;
  line-height: 58/75rem;
  margin-top: -58/75rem;
  padding-right: 20/75rem;
}
.news_content .news_box .news_list .newslist .list_item_active a .list-name {
  border: 1/75rem solid #f7ce11;
  color: #f7ce11;
}
.news_content .news_box .news_list .newslist .list_item_active a .list-name .active-contain::before {
  content: "";
  width: 10/75rem;
  height: 10/75rem;
  display: inline-block;
  margin-top: 20/75rem;
  border-radius: 50%;
  background-color: #f7ce11;
  margin-right: 15/75rem;
}
.news_prog {
  width: 100%;
  height: 50/75rem;
  position: relative;
}
.news_prog #page {
  height: 30/75rem;
  margin: 20/75rem auto;
  color: #fff;
  display: block;
  text-align: center;
}
.news_prog #page li {
  display: inline-block;
  min-width: 30/75rem;
  height: 28/75rem;
  cursor: pointer;
  color: #fff;
  font-size: 15/75rem;
  line-height: 28/75rem;
  /* background-color: #f9f9f9;
      border: 1/75rem solid #dce0e0; */
  text-align: center;
  margin: 0 4/75rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.news_prog #page .xl-active {
  background-color: #e7cd69;
}
.news_prog #page .xl-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
.news_prog #page .xl-disabled:hover {
  background-color: #f9f9f9 !important;
  border: 1/75rem solid #dce0e0 !important;
  color: #fff !important;
}
.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: 82/75rem;
  height: 35/75rem;
  position: absolute;
  left: 0;
  background: url('../images/prepage.png') no-repeat;
  background-size: contain;
}
.news_prog #page .xl-prevPage:hover {
  background: url('../images/prepage_hover.png') no-repeat;
  background-size: contain;
}
.news_prog #page .xl-nextPage {
  width: 82/75rem;
  height: 35/75rem;
  position: absolute;
  right: 0;
  background: url('../images/nextpage.png') no-repeat;
  background-size: contain;
}
.news_prog #page .xl-nextPage:hover {
  background: url('../images/nextpage_hover.png') no-repeat;
  background-size: contain;
}
.news_prog #page #xlJumpNum {
  width: 35/75rem;
  margin: 0 3/75rem;
}
.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;
}
.cat_footer {
  background-color: #000;
  padding-top: 20/75rem;
  padding-bottom: 20/75rem;
}
.cat_footer .footer_line {
  width: 702/75rem;
  margin: 0 auto;
}
.cat_footer .ft_logo {
  width: 308/75REM;
  margin: 0 auto;
  margin-top: 30/75rem;
}
.cat_footer .ft_address_item,
.cat_footer .company_address {
  width: 100%;
  font-size: 23/75rem;
  text-align: center;
  color: #fff;
  margin-top: 10/75rem;
}
.cat_footer .ft_address_item1 {
  width: 100%;
  font-size: 23/75rem;
  text-align: center;
  color: #fff;
  margin-top: 10/75rem;
}
.cat_footer .ft_address_item1 a {
  color: #ffff;
}
.cat_footer .link_list {
  margin-top: 35/75rem;
}
.cat_footer .rules,
.cat_footer .ft_address_item2 {
  margin-top: 30/75rem;
}
.cat_footer .rules_item {
  opacity: 0.6;
}
.cat_footer .company_ruls_item {
  margin-top: 30/75rem;
  color: #fff;
}
.cat_footer .company_ruls_item a {
  columns: #fff;
}
.cat_footer .company_ruls_item1 {
  font-size: 23/75rem;
  text-align: center;
}
.cat_footer .company_ruls_item1 a {
  color: #fff;
}
.cat_footer .company_ruls_item1 span {
  display: inline-block;
}
.cat_footer .company_ruls_item1 .wh_list {
  width: 200/75rem;
  margin-left: 20/75rem;
}
.cat_footer .company_ruls_item1 .wh_item {
  display: inline-block;
  width: 40/75rem;
}
.cat_footer .company_ruls_item1 .wh1 {
  width: 50/75rem;
  margin-left: 10/75rem;
}
.cat_footer .company_ruls_item1 .jiaz {
  color: #7d2e1b;
}
/*# sourceMappingURL=more.css.map */