.title img {
  width: 100%;
}
.title-img-href {
  cursor: pointer;
}
.insert {
  position: absolute;
  right: auto;
  left: 55.5%;
  bottom: 5%;
  width: 26%;
  height: 49%;
  background-color: #e75049;
  mix-blend-mode: multiply;
  opacity: 0;
  animation: move linear 2s;
  animation-fill-mode: forwards;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .insert {
    background-color: rgba(160, 13, 6, 0.75) !important;
    opacity: 0.8 !important;
  }
}
.title .text {
  position: absolute;
  left: 55.5%;
  bottom: 5%;
  width: 26%;
  /* height: 52%; */
  height: 49%;
  padding: 0.9375rem 0.9375rem 0 1.9375rem;
  opacity: 0;
  animation: move linear 2s;
  animation-fill-mode: forwards;
}

.title .text span {
  font-size: 1.25rem;
  font-weight: 400;
  color: #ffffff;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  margin-bottom: 0.6875rem;
}

.title .text p span {
  font-size: 0.625rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.9375rem;
  margin-bottom: 0;
}

.title .triangle {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 1.5rem;
  border-left: 0.65625rem solid #fff;
  border-right: none;
  border-top: 0.390625rem solid transparent;
  border-bottom: 0.390625rem solid transparent;
}

.content {
  position: relative;
  left: 0;
  top: 0;
  width: 1200px;
  padding-right: 5px;
  margin: 0 auto;
  padding-bottom: 216px;
}

.content h3 {
  margin-top: 6px;
  margin-bottom: 54px;
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}

.content .notice-content {
  height: 81px;
}

.content .notice-content .notice-text {
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer;
}

.content .notice-content .notice-time {
  font-size: 17px;
  color: #a8a8a8;
  line-height: 20px;
}

.content .notice-content .notice-text span:first-child {
  width: 759px;
  font-size: 17px;
  font-weight: 400;
  color: #3a3a3a;
  line-height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.content .notice-content .notice-text span:first-child:hover {
  color: #e20020;
}

.content .notice-content .notice-text .handle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background: #eaeaea;
  cursor: pointer;
}

/* time axis  */
.time-axis {
  /* padding-bottom: 13px; */
  margin-bottom: 53px;
}

.time-axis ul {
  position: relative;
  padding-left: 135px;
}

.time-axis ul li {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  padding-right: 27px;
  padding-bottom: 9px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 24px;
  color: #bdbdbd;
  line-height: 28px;
  cursor: pointer;
}

.time-axis ul li:first-child {
  position: absolute;
  left: 0;
  padding-right: 56px;
  font-size: 16px;
  font-weight: 500;
  color: #5d5d5d;
  line-height: 28px;
  border-bottom: 1px solid #e2e2e2;
}

.time-axis ul li:last-child {
  margin-right: 0px;
}

.time-axis ul li::after {
  position: absolute;
  left: 19px;
  bottom: -6px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #e2e2e2;
  border-radius: 50%;
}

.time-axis ul li:first-child::after {
  content: none;
}

.time-axis ul li.active {
  font-size: 28px;
  color: #2c2c2c;
}

.time-axis ul li.active::after {
  background: #ea0029;
  left: 25px;
}

/* time axis  */
@media (min-width: 992px) and (max-width: 1280px) {
  .content {
    width: 972px;
  }

  .content .notice-content .notice-text span:first-child {
    width: 660px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .content {
    width: 748px;
  }

  .content .notice-content .notice-text span:first-child {
    width: 660px;
  }
}

@media (min-width: 768px) {
  .content .query {
    display: none;
  }
}

@media (max-width: 768px) {
  .content h3,
  .time-axis,
  .page-footer {
    display: none;
  }

  .content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }

  .content .query select {
    display: inline-block;
    width: 42.56rem;
    height: 4.8rem;
    padding: 0 8px;
  }

  .content .query {
    height: 8.44rem;
    padding: 1.2rem 2.4rem 0 2.4rem;
    font-size: 2.24rem;
    line-height: 3.36rem;
    background: #f7f8f8;
  }

  .form-control:focus {
    border-color: #b3b3b3;
    box-shadow: none;
  }

  .content .notice-content {
    width: 92%;
    height: 15.04rem;
    margin: auto;
    border-bottom: 1px solid #dcdcdc;
  }

  .content .notice-content .notice-text span:first-child {
    width: 76.52%;
    -webkit-line-clamp: 2;
  }

  .content .notice-content .notice-text .handle {
    width: 4.32rem;
    height: 4.32rem;
    top: 0;
  }

  .content .notice-content .notice-text .handle img {
    display: block;
    width: 100%;
  }

  .content .notice-content .notice-time {
    margin: 16px 0 10px 0;
    font-size: 12px;
  }

  .content .notice-content .notice-text span:first-child {
    font-size: 13px;
    color: #595757;
    font-weight: 400;
    line-height: 23px;
  }
  .mui-backdrop {
    position: fixed;
    z-index: 998;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .mui-poppicker-btn-ok {
    background: #e10020;
    color: #fff;
    border: 1px solid #e10020;
  }
  .mui-poppicker-btn-cancel {
    border: 1px solid #ccc;
    background: #fff;
  }
  .mui-picker-inner {
    background: #fff;
    -webkit-mask-box-image: none;
  }
  #showUserPicker {
    width: 76.52%;
    height: 4.8rem;
    line-height: 4.8rem;
    padding: 0 12px 0 8px;
    border-radius: 2px;
    border: 1px solid #b3b3b3;
    position: relative;
    float: right;
    background: #fff;
  }

  #showUserPicker:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 12px;
    right: 12px;
    border-top: 6px solid #9f9f9f;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  .query span {
    padding-top: 4px;
    display: block;
    float: left;
  }
  .insert,
  .title .text {
    width: 70%;
    top: auto;
    bottom: 20px;
    height: 43%;
    left: auto;
    right: 10px;
  }
  .title .triangle {
    border-left: 8px solid #fff;
    border-right: none;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 16px;
  }

  .title .text {
    padding: 10px 15px;
  }
  .content .notice-content .notice-text span:first-child:hover {
    color: #595757;
  }
  .load-more-box {
    height: 60px;
    line-height: 60px;
    background: #f7f8f8;
    text-align: center;
  }
  .load-more-btn {
    color: #595959;
    font-size: 11px;
    font-weight: 400;
  }
}
<!--ºÄÊ±1753243271.4433Ãë-->