.container {
  width: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch;
}

.container .section {
  scroll-snap-align: start;
  scroll-snap-stop: always; }

.container .banner {
  width: 100%;
  height: 41.6666666667vh;
  background: url("../img/cooperate/xwgg.jpg") no-repeat;
  background-size: 100% 100%;
}

.container .types {
  height: 7.4074074074vh;
  width: 100%;
  background-color: #fff;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  justify-content: flex-start;
  border-bottom: 1px solid #efefef;
}

.container .types .type:first-child {
  margin-left: 10.4166666667vw;
}

.container .types .type {
  width: 7.8125vw;
  height: 100%;
  text-align: center;
  line-height: 7.4074074074vh;
  font-size: 1.6666666667vh;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #313131;
  transition: 0.3s;
  cursor: pointer;
}

.container .types .type:hover, .container .types .type-active {
  background: #1C3F9B;
  color: #fff!important;
}

.container .section-1 {
  width: 100%;
  /*height: 191.6666666667vh;*/
  background: url("../img/cooperate/p-bg.jpg") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.container .section-1 .title {
  /*position: absolute;*/
  padding-top: 9.2592592593vh;
  padding-left: 10.4166666667vw;
  margin-bottom: 5vh;
}

.container .section-1 .title .eng {
  font-size: 2.1296296296vh;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1F1F1F;
  text-transform: uppercase;
}

.container .section-1 .title .txt {
  font-size: 3.8888888889vh;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1F1F1F;
}

.container .section-1 .title p {
  font-size: 1.6666666667vh;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #525252;
  line-height: 3.3333333333vh;
}

.container .section-1 .cards {
  width: 79.1666666667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*position: absolute;*/
  /*top: 22.2222222222vh;*/
  /*left: 10.4166666667vw;*/
  margin: 0 auto;
}

.container .section-1 .cards .card {
  width: 100%;
  height: 33.3333333333vh;
  background: #fff;
  box-shadow: 0px 2px 4px 0px #f2eaea;
  margin-bottom: 2.7777777778vh;
  padding: 2.7777777778vh 1.5625vw;
  box-sizing: border-box;
  display: flex;
}

.container .section-1 .cards .card .card-img {
  width: 22.9166666667vw;
  height: 27.7777777778vh;
  background-color: #efefef;
  flex-shrink: 0;
}

.container .section-1 .cards .card .card-info {
  display: flex;
  flex: 1;
}

.container .section-1 .cards .card .card-info .date {
  width: 5.2083333333vw;
  height: 9.2592592593vh;
  flex-shrink: 0;
  border: 4px solid #1C3F9B;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 2.6041666667vw 0 4.5833333333vw;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1C3F9B;
}

.container .section-1 .cards .card .card-info .date .day {
  font-size: 2.1296296296vh;
  line-height: 2.7777777778vh;
  margin-bottom: 0.2777777778vh;
}

.container .section-1 .cards .card .card-info .date .year {
  font-size: 1.4814814815vh;
}

.container .section-1 .cards .card .card-info .ctx {
  display: flex;
  flex-direction: column;
  flex:1;
}

.container .section-1 .cards .card .card-info .ctx .card-title {
  font-size: 2.1296296296vh;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1F1F1F;
  line-height: 3.3333333333vh;
  margin-bottom: 1.8518518519vh;
}

.container .section-1 .cards .card .card-info .ctx .ctx-content {
  text-indent: 2em;
  font-size: 1.6666666667vh;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525252;
  line-height: 3.3333333333vh;
  flex: 1;
}

.container .section-1 .cards .card .card-info .ctx .ctx-content p {
  margin: 0;
}

.container .section-1 .cards .card .card-info .ctx .card-link {
  display: flex;
  align-items: center;
  line-height: 5.5555555556vh;
  justify-content: flex-end;
}

.container .section-1 .cards .card .card-info .ctx .card-link .icon {
  width: 24px;
  height: 24px;
  background: #1C3F9B;
  border-radius: 50%;
  position: relative;
  margin-right: 0.6770833333vw;
}

.container .section-1 .cards .card .card-info .ctx .card-link .icon::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../img/cooperate/arrow.png") no-repeat;
  background-size: 100% 100%;
  transform: scale(0.6);
}

.container .section-1 .cards .card .card-info .ctx .card-link .txt {
  font-size: 1.6666666667vh;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #1C3F9B;
  margin-right: 0.78125vw;
}

.container .section-1 .cards .card:hover {
  box-shadow: 1px 1px 0px 0 #1C3F9B, -1px -1px 0 0 #1C3F9B;
  box-sizing: border-box;
  transition: 0.3s;
}

.container .section-1 .cards .card-first {
  display: flex;
}

.container .section-1 .cards .card-first .card-left {
  margin-right: 1.5625vw;
}

.container .section-1 .cards .card-first .card-left .img {
  width: 30.9895833333vw;
  height: 37.5925925926vh;
  background: #efefef;
  border-radius: 6px;
}
.container .section-1 .cards .card-first .card-right-1 {
  display: flex;
  flex-direction: column;
}
.container .section-1 .cards .card-first .card-right-1 .r-item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 2.1296296296vh;
  padding: 1.8518518519vh 3.3333333333vw;
  box-sizing: border-box;
  width: 46.6145833333vw;
  height: 11.1111111111vh;
  background: #fff;
}

.container .section-1 .cards .card-first .card-right-1 .r-item .r-title {
  font-size: 2.1296296296vh;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1F1F1F;
  line-height: 3.3333333333vh;
}

.container .section-1 .cards .card-first .card-right-1 .r-item .r-ctx {
  font-size: 1.6666666667vh;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525252;
  line-height: 3.3333333333vh;
}

.container .section-1 .cards .card-first .card-right-1 .r-item:hover {
  box-shadow: 1px 1px 0px 0 #1C3F9B, -1px -1px 0 0 #1C3F9B;
}

.container .section-1 .detail {
  width: 79.1666666667vw;
  /* height: 175.9259259259vh; */
  background: #F8F9F9;
  box-shadow: 0px 7px 35px 0px rgba(4, 4, 4, 0.2);
  border-radius: 1.2037037037vh;
  /* position: absolute;
  top: 9.2592592593vh;
  left: 10.4166666667vw; */
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.container .section-1 .detail .detail-head {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
}

.container .section-1 .detail .detail-head .d-title {
  font-size: 3.8888888889vh;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1F1F1F;
  padding:  9.2592592593vh  8.3333333333vw 1.8518518519vh;
  box-sizing: border-box;
}

.container .section-1 .detail .detail-head p {
  font-size: 1.6666666667vh;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525252;
  line-height: 3.3333333333vh;
}

.container .section-1 .detail .detail-ctx {
  flex: 1;
  padding: 1.8518518519vh 8.3333333333vw;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: auto;
}
.container .section-1 .detail .detail-ctx img {
    width: 100%;
}

.container .section-1 .detail .detail-ctx::-webkit-scrollbar {
  width: 0;
}

.container .section-1 .detail .detail-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.7777777778vh 8.3333333333vw 5.5555555556vh 8.3333333333vw;
  box-sizing: border-box;
  border-top: 1px solid #d7d7d7;
}

.container .section-1 .detail .detail-footer .btn-prev, .container .section-1 .detail .detail-footer .btn-next {
  font-size: 2.1296296296vh;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #525252;
  line-height: 4.6296296296vh;
  cursor: pointer;
  width: 20vw;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space:nowrap;
}

.page {
    padding:5vh 0;
}

.container .section-1 .no-data {
    width: 100%;
    height: 46.2962962963vh;
    background: url("../img/cooperate/no-data.png") no-repeat;
    background-size: 100% 100%;
}

@media screen and (max-width: 1000px) {
    .container .section-1 {
        padding-bottom: 20px;
    }
    figure  {
        margin: 0;
    }
    .container .section-1 .detail {
        width: auto;
        margin: 0 20px;
        background: inherit;
        box-shadow: inherit;
    }
    .container .section-1 .detail .detail-head .d-title {
        font-size: 16px;
        padding: 20px 20px 0;
    }
    .container .section-1 .detail .detail-head p {
        font-size: 12px;
    }
    .container .section-1 .detail .detail-ctx {
        padding: 10px 20px;
    font-size: 12px;
    line-height: 30px;
    color: #525252;
    }
    .container .section-1 .detail .detail-footer .btn-prev, .container .section-1 .detail .detail-footer .btn-next {
        font-size: 12px;
    width: 100%;
    }
    .container .section-1 .detail .detail-footer {
        flex-direction: column;
        padding-bottom: 20px;
    }
    .container .types {
        padding: 0 20px;
        overflow: hidden;
        overflow-x: scroll;
        box-sizing: border-box;
    }
    .container .types .type {
        width: 80px;
        flex-shrink: 0;
    }
    .container .types .type:first-child {
        margin-left: 0;
    }
    .container .section-1 .title {
        padding-top: 24px;
        padding-left: 20px
    }
    .container .section-1 .title .eng {
        font-size: 12px;
    }
    
    .container .section-1 .title .txt {
        font-size: 21px;
    }
    .container .section-1 .cards .card-first {
        flex-direction: column;
        width: 100%;
    }
    .container .section-1 .cards .card-first .card-left {
        margin-right: 0px;
    }
    .container .section-1 .cards .card-first .card-left .img {
        width: 100%;
    }
    .container .section-1 .cards .card-first .card-right-1 .r-item {
        width: 100%;
    }
    .container .section-1 .cards {
        margin: 0 20px;
        width: calc(100vw - 40px);
    }
    .container .section-1 .cards .card-first .card-right-1 .r-item {
        margin-top: 15px;
        margin-bottom: 0;
    }
     .container .section-1 .cards .card-first .card-right-1 .r-item:last-child {
         margin-bottom: 15px;
     }
     .container .section-1 .page {
         width: calc(100vw - 40px);
         margin: 0 20px;
         padding: 10px 0;
     }
     .pagination .prev, .pagination .next {
          width: 30px;
          margin-right: 8px;
          white-space: nowrap;
     }
     
     .pagination .item {
         width: 30px;
         margin-right: 8px;
     }
     .container .section-1 .cards .card {
         flex-direction: column;
         height: inherit;
     }
     .container .section-1 .cards .card .card-img {
         width: 66vw;
     }
     .container .section-1 .cards .card .card-info .date {
         width: 60px;
        position: absolute;
        top: 28px;
        right: 0;
     }
     .container .section-1 .cards .card .card-info .ctx .card-title {
         font-size: 14px;
         padding: 0 10px;
     }
     .container .section-1 .cards .card .card-info .ctx .ctx-content {
         padding: 0 10px;
     }
     .container .section-1 .cards .card .card-info .ctx .card-link {
         display: none;
     }
}

