.section1 {
  background: url("../img/idea_section1_img.png") center center no-repeat;
  border: none !important;
}

.section2 {
  /* background: url("../img/idea_section2_img.png") center center no-repeat; */
  border: none !important;
  padding-top: 10%;
}
.section1 .section1_bg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  filter: blur(4px);
}
.section .main {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 9;
}

.section1 .main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  width: 100%;
  height: 100%;
}

.section {
  height: calc(100vh) !important;
}

.section2 .rows-item {
  width: 66%;
  height: 45%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  position: relative;
  margin: 0 auto;
}
.section2 .text-top.rows-item {
  align-items: flex-end;
  margin-bottom: 3rem;
}
.section2 .rows-item .text {
  font-size: 1.4rem;
  line-height: 3.5rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.section2 .rows-item .t {
  font-family: "zhenyan";
  font-size: 3rem;
  position: absolute;
  left: -2rem;
  bottom: 85%;

  white-space: nowrap;
}
.section2 .rows-item:last-child .t {
  left: 80%;
}
.t {
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
}

.section.section3 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.section3 .con {
  display: flex;
  width: 85%;
  height: 80%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 0 auto;
}

.section3 .news {
  width: 100%;
  height: 80%;
  overflow-x: scroll;
  margin: 5rem;
  white-space: nowrap;
}

.section3 .news::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 10px;
}

.section3 .news::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #ccc;
  background: #ccc;
}

.section3 .news::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

.section3 .news .news-item {
  background: #fff;
  box-shadow: 0.1rem 0.1rem 0.2rem #cfcfcf;
  width: 12rem;
  height: 16rem;
  margin-bottom: 1rem;
  margin-right: 2.3rem;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 0.4rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.section3 .news .news-item:hover,
.section3 .news .news-item:hover a {
  color: #fa791a;
}

.section3 .news .news-item:hover {
  /* transform: scale(1.1) */
}

.section1 .img-title {
  width: 20%;
  margin-top: -6rem;
}
.section1 .img-desc {
  position: absolute;
  bottom: 13rem;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .page .section2 .rows-item {
    height: 50%;
  }
  .section1 .img-title {
    width: 40%;
    margin-top: -6rem;
  }
  #section1 .img-desc {
    width: 60%;
    bottom: 6rem !important;
  }
  .page .section2 .rows-item img {
    left: -1rem;
    width: 6rem;
    bottom: 90%;
  }
  .section2 .rows-item .text {
    font-size: 0.9rem;
    line-height: 1.2rem !important;
  }
  .section {
    height: 35vh !important;
  }

  .page .section2 {
    height: 40vh !important;
  }

  .page .section2 .rows-section:first-child {
    padding-top: 1rem;
  }

  .page .section2 .rows-section .rows {
    width: 60%;
  }

  .page .section2 .rows .text .detail {
    font-size: 0.5rem;
    transform: scale(0.8);
    margin-top: -0.5rem;
    height: 100%;
    overflow-y: scroll;
  }

  .page .section2 .t {
    font-size: 1.5rem;
    left: -2rem;
    bottom: 90%;
  }
  .section2 .rows-item:last-child .t {
    left: 90%;
  }
  .page .section2 .rows .text {
    padding: 0.2rem;
  }

  .page .section3 .news {
    margin: 0;
  }

  .page .section3 .news .news-item {
    background: #fff;
    box-shadow: 0.1rem 0.1rem 0.2rem #cfcfcf;
    width: 7rem;
    height: 10rem;
    /* margin-bottom: 1rem; */
    margin-right: 1rem;
    cursor: pointer;
    transition: all 0.3s;
    border-radius: 0.4rem;
    position: relative;
    overflow: hidden;
    /* transform: scale(0.3); */
  }

  .page .section3 .news-item img {
    height: 5rem;
  }

  .page .section3 .news-item .t {
    font-weight: 500;
    font-size: 0.3rem;
    text-align: left;
    padding: 0 0.2rem;
    margin-top: 0.2rem;
    line-height: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .section2 .text-top.rows-item {
    margin-bottom: 0;
  }
}
