

.indexNews-content-inner .indexNews-text-line-inner {
  height: 100%;
}

.indexNews-text .indexNews-text-line .indexNews-text-line-inner {
  position: relative;
  width: 1px;
  height: 0;
  margin: 30px 15px 0 15px;
  background: #000;
  display: none;
}

.indexNews-text-line,
.indexNews .indexNews-text p {
  display: none;
  vertical-align: top;
}

.indexNews-text {
  position: relative;
  width: 100%;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media all and (min-width: 320px) {
  .indexNews-text p {
    font-size: 18px;
  }
}

@media all and (min-width: 576px) {
  .indexNews-text p {
    font-size: 22px;
  }
}

.news_in {
  background-size: cover;
  background-attachment: fixed;
}

.news_mask {
  background-size: cover;
}



.pf li {
  float: left;
  list-style-position: inside;
  color: white;
  border: 1px solid #6f6f6f;
  list-style-image: none;
  list-style-type: none;
  margin-top: 5px;
  margin-right: 10px;
  margin-left: 0px;
  margin-bottom: 5px;
  padding: 5px;
}

ul.pf {
  padding-left: 0px !important;
  margin-top: 25px;
  display: block;
}

/* 210917 seo section */
.index-seo {
  padding: 15px 0;
  background-image: none !important;
  text-align: right;
  background: #b60006;
}

.index-seo h1 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 0;
}

/* 210917 seo section *