
.banner img {
  width: 100%;
}
.information-content {
  width: 100%;
  display: flex;
  max-height: 4.5rem;
}
.information-content-left {
  max-height: 4.5rem;
  width: 50%;
  min-height: 4.5rem;
}
.information-content-right {
  width: 50%;
  padding: 0.4rem 0.2rem 0.2rem;
}
.information-content-right-title {
  margin-top: 0.2rem;
  display: flex;
  flex-direction: column;
}
.information-content-right-title p {
  font-size: 0.2rem;
  text-align: left;
  margin-bottom: 0.35rem;
  font-weight: 300;
  line-height: 0.35rem;
}
.time-horizontal-content {
  padding: 0.4rem 0;
}
.history-bg-img {
  height: 3rem;
}
.culture-content {
  width: 100%;
  display: flex;
  justify-content: space-around;
  margin-top: 0.5rem;
  align-items: center;
}
.culture-content-one {
  width: 20%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.culture-all {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.culture-all .share {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 0.4rem;
}
.culture-all:hover img {
  transform: scale(1.2);
  transition: all 0.5s;
}
.culture-all img {
  width: 100%;
  height: 100%;
}
.culture-one {
  margin-top: 0.3rem;
  /* margin-left: -0.2rem;
  width: 120%;
  height: auto; */
  width: 120%;
  background-color: white;
  font-size: 0.15rem;
  min-height: 1.5rem;
  padding: 0.2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.culture-xian-left {
  height: 1px;
  width: 10%;
  border: 1px solid black;
  position: relative;
  background: black;
  top:-1rem; 
  
  /* display: none; */
}
.culture-xian {
  height: 1px;
  width: 10%;
  border: 1px solid black;
  position: relative;
  background: black;
  top:-1rem; 
}
.culture-one .title {
  font-size: 0.2rem;
  font-weight: 500;
  margin-bottom: 0.1rem;
}

/* @media screen and (max-width: 1711px) {
  .culture-all {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .culture-all .share {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 0.4rem;
  }
  .culture-all:hover img {
    transform: scale(1.2);
    transition: all 0.5s;
  }
  .culture-all img {
    width: 100%;
    height: 100%;
  }
  .culture-one {
    margin-top: 0.3rem;
    margin-left: -0.2rem;
    width: 120%;
    height: auto;
    background-color: white;
    font-size: 0.15rem;
    min-height: 1.5rem;
    padding: 0.2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .culture-xian-left {
    height: 1px;
    width: 10%;
    border: 1px solid black;
    position: absolute;
    background: black;
    left: 28%;
    top: 40%;
    display: none;
  }
  .culture-xian {
    height: 1px;
    width: 10%;
    border: 1px solid black;
    position: absolute;
    background: black;
    right: 28%;
    top: 40%;
    display: none;
  }
  .culture-one .title {
    font-size: 0.2rem;
    font-weight: 500;
    margin-bottom: 0.1rem;
  }
}

@media screen and (min-width: 1712px) {
  .culture-all {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    border: 3px solid white;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .culture-all .share {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 0.4rem;
  }
  .culture-all:hover img {
    transform: scale(1.2);
    transition: all 0.5s;
  }
  .culture-all img {
    width: 100%;
    height: 100%;
  }
  .culture-one {
    margin-top: 0.3rem;
    margin-left: -0.2rem;
    width: 100%;
    height: auto;
    background-color: white;
    font-size: 0.15rem;
    min-height: 1.5rem;
    padding: 0.2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .culture-xian-left {
    height: 1px;
    width: 10%;
    border: 1px solid black;
    position: absolute;
    background: black;
    left: 28%;
    top: 40%;
  }
  .culture-xian {
    height: 1px;
    width: 10%;
    border: 1px solid black;
    position: absolute;
    background: black;
    right: 28%;
    top: 40%;
  }
  .culture-one .title {
    font-size: 0.2rem;
    font-weight: 500;
    margin-bottom: 0.1rem;
  }
} */

.section {
  color: #fff;
  text-align: center;
  margin-top: 83px;
}
.section .title .desc {
  font-size: 30px;
  margin-bottom: 22px;
}
.section .title .info {
  font-size: 22px;
  margin-bottom: 76px;
}
.section .showlist {
  margin-bottom: 90px;
  /* margin-top: 0.5rem; */
  overflow: hidden;
}

.change-page {
  margin-bottom: 14px;
  text-align: right;
  height: 36px;
}

.change-page .left,
.change-page .right {
  width: 42px;
  cursor: pointer;
}

.section .showlist .list {
  width: 23.75%;
  margin-right: 1.6%;
  /* height: 470px; */
  /* background-color:#b6885d; */
  float: left;
  position: relative;
}

.section .showlist .list .play {
  width: 30%;
  position: absolute;
  top: 50%;
  margin-top: -15%;
  left: 50%;
  margin-left: -15%;
  cursor: pointer;
  z-index: 3;
}
.section .showlist .list:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.85);
}
.section .showlist .clear-right {
  margin-right: 0;
}
.list .video {
  width: 100%;
  display: block;
  /* height: 390px; */
}
.list .from {
  height: 80px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 20px;
  color: #000;
  background: #fff;
}
.nextPage {
  display: none;
}
.beianinfo {
  display: inline-block;
  margin-left: 65px;
}
