@charset "utf-8";

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #f0f6ff;
  /* letter-spacing: 0.03em; */
  /* -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; */
}

.inner_page_banner.goodsbg {
  background-image: url(../images/newsbg.jpg);
}

/*主标题描述*/
.main_title .h2title.re_partner_h2title {
  text-align: left;
  color: rgba(31, 17, 66, 0.8);
  font-weight: 800;
}

.main_title .h2title.re_partner_h2title.re_pos_left {
  text-align: left;
}

.main_title .split_line.re_partner_split_line {
  background-color: rgba(31, 17, 66, 0.08);
  position: relative;
}

.main_title .split_line.re_partner_split_line .posline {
  position: absolute;
  left: 0;
  margin-left: 0;
  width: 50px;
  height: 4px;
  background-color: #d6000f;
  margin-top: -2px;
}

.main_title .split_line.re_partner_split_line .posline.re_posline {
  position: absolute;
  left: 50%;
  margin-left: -25px;
}

.main_title .split_line.re_partner_split_line .posline.re_position_left {
  text-align: left;
  left: 0%;
  margin-left: 0;
}

.main_title .show_text.re_show_txt {
  text-align: left;
  color: rgba(31, 17, 66, 0.6);
  margin: 0 auto;
}

.main_title .show_text.re_show_txt.top_main_title {
  text-align: center;
}

@media (max-width: 767px) {
  .main_title .show_text.re_show_txt {
    width: auto;
    margin-bottom: 10px;
  }
}

.newscd .h3title.re_newds_h3title {
  text-align: center;
  font-size: 1.3rem;
}

@media (max-width: 767px) {
  .newscd .h3title.re_newds_h3title {
    line-height: 25px;
  }
}

.newscd .date_txt {
  padding: 15px 0;
  text-align: center;
  color: rgba(31, 17, 66, 0.7);
}

@media (max-width: 767px) {
  .newscd .date_txt {
    padding: 0 0;
  }
}

.newscd .atricelshow {
  margin-top: 15px;
}

.newscd .atricelshow .atricelshowtext {
  text-align: left;
  color: rgba(31, 17, 66, 0.6);
  line-height: 32px;
}

@media (max-width: 767px) {
  .newscd .atricelshow .atricelshowtext {
    font-size: 0.875rem;
    line-height: 25px;
  }
}

.newscd .atricelshow .atricelshowtext img {
  display: block;
  max-width: 100%;
  height: auto;
}

.newscd .prenext {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .newscd .prenext {
    margin-top: 15px;
  }
}
.newscd .prenext .aleft {
  text-align: left;
  display: flex;
}

.newscd .prenext .aright {
  text-align: right;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 767px) {
  .newscd .prenext .aleft {
    text-align: center;
  }

  .newscd .prenext .aright {
    text-align: center;
  }
}

.newscd .prenext .list-more {
  margin: 10px 0;
  padding: 8px 20px 8px 20px;
  border-radius: 5px;
  border: 1px solid #d71700;
  display: block;
  line-height: 28px;
  color: #333;
  font-size: 16px;
}

@media (max-width: 767px) {
  .newscd .prenext .list-more {
    font-size: 0.875rem;
    text-align: left;
    width: 100%;
  }
}

.newscd .prenext .list-more:hover {
  color: #fff;
  /*background-color:#d43532;*/
}

.newscd .prenext .hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.newscd .prenext .hvr-bounce-to-right:before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d71700;
  /*  border-radius: 5px; */
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.newscd .prenext .hvr-bounce-to-right:hover,
.hvr-bounce-to-right:focus,
.hvr-bounce-to-right:active {
  color: white;
}

.newscd .prenext .hvr-bounce-to-right:hover:before,
.hvr-bounce-to-right:focus:before,
.hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.newscd .returnbtn {
  text-align: right;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .newscd .returnbtn {
    margin-top: 15px;
  }
}

.newscd .returnbtn .iconfont {
  font-size: 2rem;
  color: #d71700;
  transition: color 0.5s ease;
}

.newscd .returnbtn .iconfont:hover {
  color: #9d9d9d;
}
.newsrel .newslist {
  display: flex;
  flex-wrap: wrap;
}
.newsrel .newslist .col_news_c {
  margin-top: 10px;
  margin-bottom: 15px;
}
.newsrel .newslist dl {
  margin: 0 auto 0 auto;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}

.newsrel .newslist dl:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0px 0px 5px 1px rgba(17, 58, 93, 0.12);
}

.newsrel .newslist dl dt {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 50%;
}

.newsrel .newslist dl dt .timec {
  position: absolute;
  left: 15px;
  top: 15px;
  background-color: rgba(1, 145, 236, 1);
  padding: 5px 15px;
  color: rgba(255, 255, 255, 0.9);
  border-radius: 25px;
  font-weight: normal;
  font-size: 0.875rem;
}

.newsrel .newslist dl dt a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #3c5063 0%, rgba(99, 123, 148, 0.2) 25%);
  z-index: 1;
}

.newsrel .newslist dd {
  padding: 0 30px 25px 30px;
}

@media (max-width: 767px) {
  .newsrel .newslist dd {
    padding: 0px 20px 20px 20px;
  }
}

.newsrel .newslist dd .newstitle {
  padding: 20px 0 15px 0;
  border-bottom: 1px solid rgba(31, 17, 66, 0.08);
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.newsrel .newslist dd .newstitle a.newslinks {
  letter-spacing: 0.1em;
  color: rgba(31, 17, 66, 0.85);
  font-size: 1rem;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.newsrel .newslist dd .newstitle a.newslinks:hover {
  color: #ff9933;
}

.newsrel .newslist dd .re_show_text {
  line-height: 25px;
  text-align: justify;
  text-justify: inter-ideograph;
  color: rgba(31, 17, 66, 0.6);
}
