/*//3840*2160*/

html,
body {
    position: relative;
    height: 100%;
}

body {
    /*background: #eee;
    font-family: SourceHanSerifSC-Regular!important;*/
    font-family: 'Microsoft YaHei', Arial, sans-serif!important;
    font-size: 14px;
    color: #101010;
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}
a {
    text-decoration: none;
}





.xian{
  left: 0px;
  width: 100%;
  position: absolute;
  height: 1px;background: rgba(255,255,255,0.3);
}
.xian::after{
     content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: none;
    border-top: 2px dashed #e9e7dc;
}


.index_pre_left_p{
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-left: 5px;
}
.index_pre_left_img{
    width: 100%;
    height: 100%;
}




@media screen and (max-width: 1366px) {


 .exhibition-container {
      width: 100%;
      height: 768px;
      background: url('/template/1/rs-cms/img/zhanlan-bck.jpg') no-repeat center center;
      background-size: cover;
      position: relative;
      overflow: hidden;
    }
   
      .exhibition-wrapper {
      width: 1250px;
      margin: 0 auto;
      padding: 5vh  0px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 768px;
    }
    .exhibition-title {
      display: flex;
      flex-direction: column;
      align-items: center;
      z-index: 10;
        margin-bottom: 30px;
    }
  
       .title-icon {
      width: 90px;
      height: 33px;
      margin-bottom: 20px;
    }
       .title-text {
      font-size: 25px;
      font-weight: bold;
      color: #fff;
      writing-mode: vertical-rl;
      letter-spacing: 15px;
    }
    
    .exhibition-images {
      display: flex;
      flex: 1;
      justify-content: center;
      height:503px;
    }
 
  .exhibition-item {
      position: relative;
      height: 100%;
      display: flex;
      align-items: flex-end;
      cursor: pointer;
      width: 180px;
    }

   

    .exhibition-item img {
      display: block;
      object-fit: cover;
      width: 180px;
    }

    .exhibition-item:nth-child(1) img,
    .exhibition-item:nth-child(3) img,
    .exhibition-item:nth-child(5) img {
    margin-top: 140px;
        height: 503px;
        width: 180px;
    }

    .exhibition-item:nth-child(2) img,
    .exhibition-item:nth-child(4) img {
    height: 503px;
        width: 180px;
         margin-top: 70px;
    }

.exhibition-item:nth-child(2),
    .exhibition-item:nth-child(4) {
      margin-top:-70px;
    }



    .exhibition-item:nth-child(1) .item-overlay,
    .exhibition-item:nth-child(3) .item-overlay,
    .exhibition-item:nth-child(5) .item-overlay {
      position: absolute;
      top: 0px;
      left:0px;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.3);
    }

    .exhibition-item:nth-child(2) .item-overlay0,
    .exhibition-item:nth-child(4) .item-overlay0 {
      position: absolute;
      top: 0px;
      left: 0;
      right: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      background: rgba(0, 0, 0, 0.3);
    }
        .view-more {
       writing-mode: vertical-rl;
    color: #fff;
    font-size: 18px;
    letter-spacing: 8px;
    cursor: pointer;
    z-index: 10;
    margin-left: 55px;
    border-right: 2px solid #fff;
    padding-right: 10px;
    }
  }