/* ============浼佷笟鏂囧寲-鏂板獟浣撶煩闃待=============== */
.small-new-wrap {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0 0.2rem 0;
}

.small-new-item {
  width: 49%;
  height: min-content;
  background: #fff;
  box-shadow: 0px 6px 24px 3px rgba(72, 113, 158, 0.06);
  border: 2px solid transparent;
  margin-right: 2%;
  margin-bottom: 0.2rem;
  padding: 0.2rem;
  box-sizing: border-box;
}

.small-new-item:nth-child(2n + 2) {
  margin: 0;
}

.small-new-item:hover {
  border: 2px solid #ea3a49;
}

.small-new-img {
  height: 1.5rem;
  display: block;
  transition: all 0.3s ease;
}

.small-new-title {
  font-size: 0.14rem;
  line-height: 0.25rem;
  color: #333333;
  font-weight: 400;
  margin: 0.1rem 0;
  height: 0.5rem;
}

.small-new-time {
  font-size: 0.12rem;
  color: #999999;
  font-weight: 400;
}
.small-new-img {
  height: 1.5rem;
  display: block;
}
/* ============press=================== */
.press-new-wrap {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0 0.2rem 0;
  text-align: center;
}

.press-new-wrap .press-new-item {
  width: 49%;
  height: min-content;
  background: #fff;
  box-shadow: 0px 6px 24px 3px rgba(72, 113, 158, 0.06);
  border: 2px solid transparent;
  margin-right: 2%;
  margin-bottom: 0.2rem;
  padding: 0.2rem;
  box-sizing: border-box;
}

.press-new-wrap .press-new-item:nth-child(2n + 2) {
  margin: 0;
}

.press-new-wrap .press-new-item:hover {
  border: 1px solid #ea3a49;
  transform: scale(1.1);
}
.press-new-wrap .press-new-item:hover .press-new-img {
  transform: scale(1.1);
}
.press-new-wrap .press-new-img {
  height: 1.98rem;
  display: block;
  transition: all 0.3s ease;
  width: 100%;
}

.press-new-wrap .press-new-title {
  font-size: 0.14rem;
  line-height: 0.25rem;
  color: #333333;
  font-weight: 400;
  margin-top: 0.1rem;
}

.press-new-wrap .press-stage {
  font-size: 0.14rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 0.05rem 0 0.07rem 0;
}

.press-new-wrap .press-new-time {
  font-size: 0.12rem;
  color: #999999;
  font-weight: 400;
  text-align: center;
}
/* ========book============= */
.book-new-wrap .book-item {
  width: 48%;
  margin-right: 4%;
}
.book-new-wrap .book-item.press-stage {
  margin: 0.2rem 0 0.1rem 0;
}

/* =======magazine-wrap========= */
.magazine-wrap {
  padding: 0.5rem 0.2rem;
}
#magazine-box {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 24px rgba(72, 113, 158, 0.1);
}
.magazine-actions {
  display: flex;
  justify-content: space-around;
  margin-top: 25px;
}

.arrow-left {
  position: absolute;
  left: 0.2rem;
  top: 80%;
  z-index: 100;
  transform: translateY(-50%);
}

.arrow-right {
  position: absolute;
  right: 0.2rem;
  top: 80%;
  z-index: 100;
  transform: translateY(-50%);
}
