body {
  height: 100vh;
}

.linkage-box {
    background-image: url('../images/cc50de97c5cd40178d71cf4d99bbd35b.gif).jpg');
    background-image: url(../images/bg01.jpg),url(bg2.png);
    padding: 170px 0 126px;
    background-size: 100% auto;
    background-repeat: no-repeat,repeat-y;
    position: relative;
}

.linkage-box .img1 {
  width: 274px;
  height: 146px;
  opacity: 0.4;
  position: absolute;
  top: 100px;
  left: 0;
}

.linkage-box .img2 {
  width: 68px;
  height: 54px;
  opacity: 0.51;
  position: absolute;
  bottom: 653px;
  left: -18px;
}

.linkage-box .img3 {
  width: 145px;
  height: 168px;
  opacity: 0.3;
  position: absolute;
  top: 890px;
  left: 0;
}

.linkage-box .live-section {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.linkage-box .live-section-head {
  margin-bottom: 71px;
}

.linkage-box .live-section-head .title {
  display: flex;
  align-items: center;
  margin-bottom: 34px;
}

.linkage-box .live-section-head .title span {
  position: relative;
  font-size: 40px;
  font-weight: 600;
  text-align: left;
  color: #252b3a;
  line-height:40px;
}

.linkage-box .live-section-head .title span::before {
  content: '';
  position: absolute;
  display: inline-block;
  bottom: -14px;
  width: 100%;
  height: 4px;
  background-color: #C7000B;
}

.linkage-box .live-section-head .title i {
  width: 3px;
  height: 38px;
  background-color: #C7000B;
  opacity: 1;
  transform: translateY(2px);
}

.linkage-box .live-section-head .date {
  position: relative;
  padding: 0 17px 0 30px;
  width: 77px;
  height: 18px;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #575d6c;
  line-height: 18px;
}

.linkage-box .live-section-head .date::before {
  content: '';
  background-image: url(../images/date.png);
  left: 0;
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.linkage-box .live-section-head .address {
  position: relative;
  padding-left: 30px;
  width: 90px;
  height: 18px;
  opacity: 1;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #575d6c;
  line-height: 18px;
}

.linkage-box .live-section-head .address::before {
  content: '';
  background-image: url(../images/head-map.png);
  left: 0;
  width: 17px;
  height: 21px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.linkage-box .live-section-content {
  /* display: grid; */
  /* display: -ms-grid; */
  font-size: 0;
  grid-template-columns: repeat(5, 20%);
  -ms-grid-columns: repeat(5, 20%);
  justify-content: start;
  width: 100%;
}

.linkage-box .live-section-content .live-grid:nth-of-type(5n) {
  margin-right: 0;
}

.linkage-box .live-section-content .live-grid {
  display: inline-block;
  margin: 0 16px 16px 0px;
  font-size: 0;
  width: calc((100% - 64px)/5);
}

.linkage-box .live-section-content .live-grid .live-grid-wrap {
  box-sizing: border-box;
  width: 100%;
  height: 131px;
  opacity: 1;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 8px 16px 0px rgba(147, 154, 255, 0.1);
  text-align: left;
  padding: 16px 22px 15px 23px;
}

.linkage-box .live-section-content .live-grid .live-grid-wrap .title {
  width: 100%;
  height: 48px;
  opacity: 1;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  color: #252b3a;
  line-height: 24px;
  margin-bottom: 11px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.linkage-box .live-section-content .live-grid .live-grid-wrap .address {
  position: relative;
  height: 18px;
  opacity: 1;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #575d6c;
  line-height: 18px;
  padding-left: 24px;
  margin-bottom: 5px;
}

.linkage-box .live-section-content .live-grid .live-grid-wrap .address::before {
  content: '';
  position: absolute;
  background-image: url('../images/card-map.png');
  width: 12px;
  height: 15px;
  opacity: 1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.linkage-box .live-section-content .live-grid .live-grid-wrap .footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.linkage-box .live-section-content .live-grid .live-grid-wrap .footer .date {
  position: relative;
  height: 18px;
  opacity: 1;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #575d6c;
  line-height: 18px;
  padding-left: 24px;
}

.linkage-box .live-section-content .live-grid .live-grid-wrap .footer .date::before {
  content: '';
  position: absolute;
  background-image: url('../images/card-clock.png');
  background-repeat: no-repeat;
  width: 12px;
  height: 15px;
  opacity: 1;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
}

.linkage-box .live-section-content .live-grid .live-grid-wrap .footer .more-details {
  position: relative;
  height: 13px;
  opacity: 1;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: #c7000b;
  line-height: 12px;
  padding-right: 22px;
}

.linkage-box .live-section-content .live-grid .live-grid-wrap .footer .more-details::before {
  display:none;
  content: '';
  position: absolute;
  background-image: url('../images/2-arrow.png');
  background-position: center;
  background-repeat: no-repeat;
  width: 12px;
  height: 15px;
  opacity: 1;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (min-width: 1280px) and (max-width: 1439px) {
  .linkage-box .live-section {
    max-width: 1200px;
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .linkage-box .live-section {
    margin: 0 3% 56px;
  }
}

@media (max-width: 1110px) {
  .linkage-box .live-section-content .live-grid:nth-of-type(5n) {
    margin-right: 16px;
  }

  .linkage-box .live-section-content .live-grid:nth-of-type(4n) {
    margin-right: 0;
  }

  .linkage-box .live-section-content .live-grid {
    width: calc((100% - 48px)/4);
  }
}

@media (max-width: 900px) {
  .linkage-box .live-section-content .live-grid:nth-of-type(4n) {
    margin-right: 16px;
  }

  .linkage-box .live-section-content .live-grid:nth-of-type(3n) {
    margin-right: 0;
  }

  .linkage-box .live-section-content .live-grid {
    width: calc((100% - 32px)/3);
  }
}

@media (max-width: 767px) {
  .linkage-box .linkage-box .img1 {
    display: none;
  }

  .linkage-box .live-section {
    margin: 0 19px;
  }

  .linkage-box .live-section .live-section-head .title span {
    font-size: 24px;
  }

  .linkage-box .live-section-content .live-grid {
    width: calc((100% - 16px));
  }

  .linkage-box{
    padding-bottom: 20px;
    padding-top: 68px;
  }
}
