/* pc */

  .box {
    width: 100%;
    background: #F5F6F7;
    min-height: 100vh;
    /* padding-bottom: 111px; */
    box-sizing: border-box;
  }

  #vm_exhibition .head {
    width: 100%;
    height: 360px;
    /*background: url('/common-module/exhibition/img/bannerBG.png?v=1') center center no-repeat;*/
    /*background-size: cover;*/
  }
#vm_exhibition .exhibition-head{
    width: 100%;
    height:100%;
}
#vm_exhibition .head .img-con{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

  /*#vm_exhibition .head content {*/
  /*  width: 1200px;*/
  /*  height: 360px;*/
  /*  margin: auto;*/
  /*  position: relative;*/
  /*}*/

  #vm_exhibition .qr {
    width: 192px;
    height: 229.5px;
    right: 230px;
    top: 73px;
    background: #FFFFFF;
    box-shadow: 0px 6px 6px rgba(6, 143, 255, 0.1);
    border-radius: 12px;
    position: absolute;
    padding-top: 10.5px;
    box-sizing: border-box;

  }

  #vm_exhibition .qr img {
    width: 170px;
    display: block;
    margin: auto;

  }

  .qr .text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #1D1D1D;
    margin-top: 7px;
  }

  .box>.content {
    width: 100%;
    margin-top: 24px;
    overflow: hidden;
    position: relative;
  }

  .box>.content .swiper-slide {
    width: 1200px;
    /* display: inline-block; */
  }

  .swiper_btn_box {
    /* width: 1200px;
    height: 240px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    z-index: 99; */

  }

  .box>.content .swiper-slide img {
    width: 100%;
    display: block;
    margin: auto;
    border-radius: 8px;
  }

  .swiper-button-prev:after {
    display: none;
  }

  .swiper-button-next:after {
    display: none;
  }
  .swiper-slide-prev {
    /* margin-top: 18px; */
    opacity: 0.85;

  }

  .swiper-slide-next {
    opacity: 0.85;
  }
  .swiper-button-prev {
    left: 24px;
    width: 60px;
    height: 60px;
    background: url('/common-module/exhibition/img/ic_1.png');
    background-size: 100% 100%;


  }

  .swiper-button-next {
    right: 24px;
    width: 60px;
    height: 60px;
    background: url('/common-module/exhibition/img/ic_1.png');
    transform: rotate(180deg);
    background-size: 100% 100%;


  }



  .hide {
    display: none;
  }

  .title {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #171826;
    margin-top: 24px;
    text-align: center;

  }

  .list-group_ {
    width: 1224px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -12px;
    padding-bottom: 40px;

  }

  @media only screen and (max-width:1200px),only screen and (max-device-width:1200px){
    .list-group_ {
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }
  }


  .list-group{
    width: 1224px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -12px;
    padding-bottom: 40px;

  }
  .list_item {
    width: 280px;
    background: #FFFFFF;
    box-shadow: 0px 4px 8px rgba(170, 170, 170, 0.08);
    border-radius: 8px;
    float: left;
    margin-left: 24px;
    margin-top: 24px;
    padding: 16px 0 16px 16px;
    box-sizing: border-box;
    cursor: pointer;

  }
  .list_item:hover{
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.15)

  }

  .list_item .head_img {
    width: 248px;
    height: 165px;
    background-size:cover!important;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    /* margin: auto; */
    box-sizing: border-box;

  }

  .list_item .head_img img {
    width: 100%;
    height: 165px;
    border-radius: 8px;
    display: block;
  }

  .list_item_tit {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    width: 248px;
    height: 44px;
    /* margin: auto; */
    color: #3E3E52;
    margin-top: 8px;
  }

  .list_item_label {
    background: linear-gradient(95.42deg, #F7D1B3 1.26%, rgba(252, 232, 194, 0.44) 100%);
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 2px 8px;
    color: #933723;
    float: left;
    margin-right: 8px;
    margin-top: 9px;

  }

  .list_item_time {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #686868;
    margin-top: 10px;
  }

  .list_item_btn {
    width: 248px;
    height: 40px;
    border-radius: 8px;
    line-height: 40px;
    /* margin: auto; */
    margin-top: 13px;
    font-weight: 400;
    font-size: 16px;
    /* identical to box height, or 112% */
    text-align: center;
  }

  .green {
    background: linear-gradient(90deg, #8DE0EB 0%, #2ABED1 100%);
    color: #FFFFFF;
  }

  .yellow {
    background: linear-gradient(90deg, #FFCC66 0%, #FF9F40 100%);
    color: #FFFFFF;

  }

  .grey {
    color: #AAAAAA;
    background: #F2F2F4;
  }
  ::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #ECECEC;
  opacity: 0.15;
}

  .pc_hide {
    display: none !important;
  }


  /* ::-webkit-scrollbar {
      width: 8px;
  } */

