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