.main-box {
  background: #f2f5fc;
}
.header-box {
  background: rgba(255, 255, 255, 0.5);
}
.information-detail {
  width: 996px;
  margin: 0 auto;
  margin-top: 72px;
  padding: 58px 0 120px 0;
}
.information-detail .bread-crumb, 
.information-detail .bread-crumb a{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3d3d3d;
}
.information-detail .bread-crumb {
  display: flex;
  align-items: center;
  max-width: 100%;
  white-space: nowrap;
}
.information-detail .bread-crumb span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.information-detail .bread-crumb .icon-arrow-right {
  margin: 0 12px;
}

.detail-wrapper {
  width: 996px;
  background: #ffffff;
  border-radius: 4px;
  padding: 40px 60px 50px;
  margin-top: 22px;
}

.detail-wrapper .title-box {
  border-bottom: 1px solid #e1e4eb;
}
.detail-wrapper .title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3d3d3d;
}
.detail-wrapper .time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #c2c2c2;
  display: flex;
  align-items: center;
  margin-top: 22px;
  margin-bottom: 22px;
}
.detail-wrapper .time .icon-time {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  background: url('../picture/zx-time.png') no-repeat;
  background-size: 100% 100%;
}
.detail-wrapper .detail-content {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 42px;
  margin-top: 16px;
}

.bottom-box {
  width: 996px;
  height: 55px;
  background: #ffffff;
  border-radius: 4px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}

.bottom-box a {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3d3d3d;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.bottom-box a:hover {
  color: #2061f6;
}
.bottom-box a .icon-arrow-left {
  margin-right: 14px;
}
.bottom-box a .icon-arrow-right {
  margin-left: 14px;
}
.information-detail .icon-arrow-left {
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url('../picture/zx-last-default.png') no-repeat;
  background-size: 100% 100%;
  
}
.information-detail .icon-arrow-right {
  /* margin: 0 12px; */
  display: inline-block;
  width: 6px;
  height: 12px;
  background: url('../picture/zx-next-default.png') no-repeat;
  background-size: 100% 100%;
}
.information-detail .prev-btn:hover .icon-arrow-left {
  background: url('../picture/zx-last-active.png') no-repeat;
  background-size: 100% 100%;
}
.information-detail .next-btn:hover .icon-arrow-right {
  background: url('../picture/zx-next-active.png') no-repeat;
  background-size: 100% 100%;
}
.information-detail .prev-btn span,
.information-detail .next-btn span {
  display: inline-block;
  max-width: 310px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}