@charset "utf-8";

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  background-color: #e2eefd;
  background: linear-gradient(to bottom, #e2eefd, #e2eefd);
}

.inner_page_banner.goods_bg {
  background-image: url(../images/choice_bg.jpg);
}
/*主标题描述*/
.main_title .bodyh1title.re_news_bodyh1title {
  font-weight: 800;
  margin: 0 0 18px 0;
  font-size: 2.5rem;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .main_title .bodyh1title.re_news_bodyh1title {
    margin: 0 0 18px 0;
  }
}
.main_title .bodyh1title.re_news_bodyh1title span {
  color: rgba(31, 17, 66, 0.75);
}
.main_title .bodyh1title.re_news_bodyh1title .goodssubtitle {
  position: absolute;
  font-size: 100px;
  font-weight: bolder;
  opacity: 0.07;
  top: -43px;
  left: 50% !important;
  text-transform: uppercase;
  z-index: 0;
  margin-left: -277px;
  color: #000;
}
.main_title .split_line.re_news_split_line {
  background-color: rgba(31, 17, 66, 0.08);
  position: relative;
  margin: 25px auto 25px auto;
}

.main_title .split_line.re_news_split_line .posline {
  position: absolute;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 4px;
  background-color: #d43532;
  margin-top: -2px;
}

.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;
  }
}

/*新闻列表*/
.newsc {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .newsc {
    margin-bottom: 15px;
  }
}
.newsc .visi_list_c {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: 12px;
  flex-wrap: wrap;
}

.newsc .visi_list_c li {
  text-align: center;
  margin: 0 20px;
}

@media (max-width: 767px) {
  .newsc .visi_list_c li {
    width: auto;
    margin: 0 10px;
  }
}

.newsc .visi_list_c li a {
  color: rgba(31, 17, 66, 0.7);
  transition: color 0.5s ease;
  font-size: 1.1rem;
}

.newsc .visi_list_c li a.currentlinkcolor {
  color: #d43532;
}

.newsc .visi_list_c li a:hover {
  color: #d43532;
}
.newsc .newslist {
  display: flex;
  flex-wrap: wrap;
  /*   margin-top: 25px; */
}
@media (max-width: 767px) {
  .newsc .newslist {
    margin-top: 0;
  }
}

.newsc .newslist .col_news_c {
  margin-bottom: 30px;
  /* margin-bottom: 15px; */
}
@media (max-width: 767px) {
  .newsc .newslist .col_news_c {
    margin-bottom: 20px;
    /* margin-bottom: 0; */
  }
}
.newsc .newslist dl {
  margin: 0 auto 0 auto;
  border-radius: 5px;
  overflow: hidden;
  height: 100%;
  background-color: #f0f6ff;
  transition: box-shadow 0.5s ease, transform 0.5s ease;
}

.newsc .newslist dl:hover {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 1px 1px 20px 0 rgba(0, 0, 0, 0.12);
}

.newsc .newslist dl dt {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 50%;
}

.newsc .newslist dl dt .timec {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(212, 53, 50, 0.9);
  padding: 8px 15px;
  color: rgba(255, 255, 255, 1);
  border-radius: 0 0 25px;
  font-weight: normal;
  /* font-weight: 800; */
  font-size: 1.1rem;
}

.newsc .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;
}

.newsc .newslist dd {
  padding: 0 30px 35px 30px;
}

@media (max-width: 767px) {
  .newsc .newslist dd {
    padding: 0px 20px 20px 20px;
  }
}

.newsc .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;
  text-align: center;
}

.newsc .newslist dd .newstitle a.newslinks {
  letter-spacing: 0.1em;
  color: rgba(31, 17, 66, 0.75);
  font-size: 1.1rem;
  -moz-transition: color 0.5s ease;
  -webkit-transition: color 0.5s ease;
  -o-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.newsc .newslist dd .newstitle a.newslinks:hover {
  color: #d43532;
}

.newsc .article_text.re_show_text {
  color: rgba(31, 17, 66, 0.7);
  width: 100%;
  margin: 0 auto;
}
