.banner {
  background: url(../img/information/info_banner_bg.jpg) 0 0 /100% 100% no-repeat;
  position: relative;
  height: 9.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner div {
  color: #fff;
  text-align: center;
}

.banner h1 {
  font-size: 0.5rem;
}
.banner p {
  font-size: 0.2rem;
  line-height: 0.32rem;
}
.banner span {
  display: block;
  font-size: 0.24rem;
  line-height: 0.44rem;
  margin-top: 0.25rem;
}

.information_header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0.84rem;
  line-height: 0.84rem;
  border-bottom: 0.01rem solid #d3dade;
}

.information_header div {
  height: 100%;
  font-size: 0.16rem;
  font-weight: 400;
  color: #111111;
  margin: 0 0.45rem;
  position: relative;
  user-select: none;
  cursor: pointer;
}

.active {
  color: #1c9dce !important;
}

.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -0.1rem;
  width: calc(100% + 0.2rem);
  height: 0.03rem;
  background: #1c9dce;
}

.information_cont {
  padding: 0.7rem 0.46rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.i_cont_li_bg {
  width: 33.33%;
  margin: 0.2rem 0;
}

.i_cont_li {
  width: 5.7rem;
  height: 5.3rem;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  box-shadow: 4px 3px 8px 1px rgba(64, 64, 64, 0.1);
  top: 0;
}

.i_cont_li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.date_box {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.1rem;
  height: 1.18rem;
  background: #1c9dce;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.date_box h6 {
  font-size: 0.48rem;
  font-family: DinB;
  font-weight: 400;
  line-height: 0.48rem;
}

.date_box p {
  font-size: 0.22rem;
  font-family: DinR;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.22rem;
  margin: 0.05rem 0 0.1rem;
}

.date_box span {
  display: block;
  width: 46px;
  height: 3px;
  background: #ffffff;
  border-radius: 2px;
}

.i_img_box {
  height: 3.75rem;
  overflow: hidden;
}

.i_img_box img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}

.i_text {
  padding: 0.2rem 0.3rem 0;
  box-sizing: border-box;
}

.i_text p {
  width: 100%;
  font-size: 0.22rem;
  font-weight: 400;
  color: #313944;
  line-height: 0.34rem;
  transition: all 0.5s;
}

.i_text .line {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
}

.i_text .line div {
  width: 0.2rem;
  height: 0.2rem;
  border: 0.02rem solid #1c9dce;
  border-radius: 50%;
}

.i_text .line span {
  width: 0.6rem;
  height: 0.02rem;
  background: #1c9dce;
  border-radius: 0.01rem;
  margin-left: -0.1rem;
  transition: all 0.5s;
}

.i_cont_li:hover {
  top: -0.1rem;
  box-shadow: 8px 6px 14px 1px rgba(45, 45, 45, 0.15);
}

.i_cont_li:hover .i_img_box img {
  transform: scale(1.1);
}

.i_cont_li:hover .i_text .line span {
  width: 100%;
}

.i_cont_li:hover .i_text p {
  color: #1c9dce;
}

/* 详情页面 */

.details {
  width: 14.86rem;
  margin: 0 auto;
}

.details_title {
  display: flex;
  justify-content: space-between;
  height: 1.92rem;
  padding-top: 0.9rem;
  box-sizing: border-box;
}

/* .details_title_l {
} */

.details_title_l h5 {
  font-size: 0.3rem;
  font-weight: 400;
  color: #313944;
  line-height: 0.3rem;
}

.details_title_l p {
  font-size: 0.16rem;
  font-weight: 400;
  color: #313944;
  line-height: 0.16rem;
  margin-top: 0.26rem;
}

.details_title_r {
  width: 1.22rem;
  height: 0.42rem;
  border: 0.01rem solid #1c9dce;
  border-radius: 0.02rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  position: relative;
}

.details_title_r:hover {
  background: #1c9dce;
}

.details_title_r:hover span {
  color: #fff;
}

.details_title_r:hover .hover_back {
  display: block;
}

.details_title_r:hover .default_back {
  display: none;
}

.details_title_r a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.details_title_r img {
  width: 0.15rem;
  margin-right: 0.1rem;
}

.details_title_r .hover_back {
  display: none;
}

.details_title_r span {
  font-size: 0.16rem;
  font-weight: 400;
  color: #313944;
  line-height: 0.16rem;
}

.details_cont {
  padding: 0.4rem 0 0.5rem;
  border-top: 0.01rem solid #d3dade;
  border-bottom: 0.01rem solid #d3dade;
}

.details_cont {
  font-size: 0.16rem;
}

.details_btn {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: space-between; */
  /* padding: 0.3rem 0 0.9rem; */
  height: 1.6rem;
  position: relative;
}

.previous_page {
  left: 0;
}

.next_page {
  right: 0;
}

.details_btn div {
  width: 3.66rem;
  height: 0.42rem;
  border: 0.01rem solid #1c9dce;
  border-radius: 0.02rem;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0.3rem;
  cursor: pointer;
}

.details_btn div p {
  width: 100%;
  padding: 0 0.2rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: 400;
  color: #313944;
  line-height: 0.16rem;
  overflow: hidden; /*内容超出后隐藏*/
  text-overflow: ellipsis; /* 超出内容显示为省略号 */
  white-space: nowrap; /* 文本不进行换行 */
}

.details_btn div:hover {
  background: #1c9dce;
}

.details_btn div:hover p {
  color: #fff;
}

/*phone<768  小屏，*/
@media screen and (max-width: 767px) {
  .banner {
    height: 3.94rem;
    padding-top: 0.57rem;
    box-sizing: border-box;
    background: url(../img/information/mobile/info_banner_bg.png) 0 0 /100% 100%
      no-repeat;
  }
  .banner div {
    width: 1.9rem;
  }

  .banner h1 {
    font-size: 0.28rem;
  }

  .banner span {
    font-size: 0.1rem;
    line-height: 0.16rem;
    margin-top: 0.12rem;
  }

  .information_header {
    height: 0.5rem;
    line-height: 0.5rem;
    justify-content: space-between;
    padding: 0 0.18rem;
  }
  .information_header div {
    text-align: center;
    width: 30%;
    height: 102%;
    margin: 0;
  }
  .active::after {
    height: 0.02rem;
    left: 0;
    width: 100%;
  }

  .information_cont {
    display: block;
    padding: 0.05rem 0.18rem 0.35rem;
  }
  .i_cont_li_bg {
    width: 100%;
    margin: 0.2rem 0 0;
  }
  .i_cont_li {
    width: 100%;
    /* height: 2.57rem; */
    height: auto;
  }
  .i_img_box {
    height: 1.8rem;
  }
  .i_img_box img {
    height: auto;
  }

  .i_text {
    padding: 0.15rem 0.18rem;
  }
  .i_text p {
    font-size: 0.18rem;
  }
  .i_text .line {
    margin-top: 0.1rem;
  }
  .i_text .line div {
    width: 0.15rem;
    height: 0.15rem;
  }
  .i_text .line span {
    width: 0.32rem;
  }

  .date_box {
    width: 0.68rem;
    height: 0.6rem;
  }
  .date_box h6 {
    font-size: 0.24rem;
    line-height: 0.3rem;
  }
  .date_box p {
    font-size: 0.15rem;
    margin: 0;
  }
  .date_box span {
    display: none;
  }

  .header1 {
    background: #1c9dce !important;
  }

  .details {
    width: 100%;
    padding: 0 0.18rem;
    box-sizing: border-box;
  }

  .details img {
    max-width: 100% !important;
  }
  .details_title{
    height: auto;
    padding: 0.9rem 0 0.15rem;
  }
  .details_title_l h5 {
    font-size: 0.2rem;
    font-weight: bold;
    color: #313944;
    line-height: 0.25rem;
  }

  .details_title_l p {
    font-size: 0.12rem;
    font-weight: 400;
    color: #313944;
    line-height: 0.12rem;
    margin-top: 0.14rem;
  }

  .details_cont{
    padding: 0.2rem 0;
  }

  .details_btn{
    height: 1rem;
  }

  .details_btn div{
    width: 0.94rem;
    height: 0.4rem;
    border: 0.01rem solid #DDDDDD;
  }
  .details_btn div p{
    font-size: 0.14rem;
    padding: 0;
  }
  .details_btn img{
    width: 0.15rem;
    margin: 0 0.02rem;
  }
  .next_page img{
    transform: rotate(180deg);
  }
}
