.new-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 38px 26px;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
  width: 100%;
  overflow: hidden;
}
.new-item:last-child {
  border: 0;
}
.new-item:hover {
  background: #f9f9f9;
}
.new-item:hover .new-title {
  color: #ff6600;
}
.new-item:hover .c-circle-arrow {
  background: url(../images/circle-arrow-active.png) no-repeat center center/cover;
}
.new-title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.new-time {
  font-size: 16px;
  color: #ff6600;
  margin: 15px 0 24px 0;
}

.new-content {
  font-size: 16px;
  color: #666;
  line-height: 24px;
}

.new-detail-title {
  font-size: 36px;
  color: #000;
  text-align: center;
}

.new-detail-time {
  font-size: 16px;
  text-align: center;
  color: #666;
}

.big-new-wrap {
  width: 640px;
  height: 720px;
  background: #fff;
  border: 2px solid transparent;
  box-shadow: 0px 6px 24px 3px rgba(72, 113, 158, 0.06);
  flex: none;
  padding: 30px;
  box-sizing: border-box;
}

.big-new-wrap:hover {
  border: 2px solid #ff6600;
}
.big-new-img {
  width: 580px;
  height: 580px;
  display: block;
}

.big-new-title {
  font-size: 26px;
  color: #333;
}

.big-new-title {
  font-size: 26px;
  color: #333;
}

.big-new-time {
  font-size: 22px;
  color: #999999;
}

.small-new-wrap {
  display: flex;
  flex-wrap: wrap;
}

.small-new-item {
  width: 257px;
  height: 340px;
  background: #fff;
  box-shadow: 0px 6px 24px 3px rgba(72, 113, 158, 0.06);
  border: 2px solid transparent;
  margin-right: 20px;
  margin-bottom: 40px;
  padding: 20px;
  box-sizing: border-box;
}

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

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

.small-new-img {
  width: 215px;
  height: 215px;
  display: block;
}

.small-new-title {
  font-size: 16px;
  color: #333;
}

.small-new-time {
  font-size: 16px;
  color: #333;
}

.small-new-time {
  font-size: 14px;
  color: #999;
}

.press-list {
  display: flex;
  flex-wrap: wrap;
}

.press-item {
  width: 285px;
  height: 547px;
  background: #fff;
  box-shadow: 0px 3px 9px 1px rgba(72, 113, 158, 0.24);
  border: 2px solid transparent;
  padding: 32px 20px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 62px;
}

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

.press-item:hover {
  border: 2px solid #ff6600;
  transform: scale(1.1);
}
.press-item:hover .press-img {
  transform: scale(1.1);
}
.press-img {
  width: 100%;
  height: 366px;
  display: block;
  transition: all 0.3s ease;
}

.press-title {
  font-size: 18px;
  color: #5b5b5b;
  text-align: center;
}

.press-stage {
  font-size: 24px;
  color: #333;
  text-align: center;
}

.press-time {
  font-size: 18px;
  color: #5b5b5b;
  text-align: center;
}

.new-detail-content img {
  /* width: 100%; */
}
.market-btn {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  background: #f9f9f9;
  border-radius: 20px;
  cursor: pointer;
  color: #ff6600;
}
.market-active-btn {
  background: #ff6600;
  color: #fff;
}
.market-btn:hover {
  background: #ff6600;
  color: #fff;
}