.information,
.information .tab-wrapper,
.information .information-wrapper {
  background: #f2f5fc;
}
.information-wrapper {
  width: 1200px;
  margin: 0 auto;
}

.information-wrapper .info-item {
  display: flex;
  padding: 39px 0 23px 0;
  border-bottom: 1px solid #dbdbdb;
}

.information-wrapper .info-item .img {
  width: 204px;
  height: 140px;
}
.information-wrapper .info-item .img img {
  width: 100%;
  height: 100%;
}
.information-wrapper .info-item .item-body {
  flex: 1;
  margin-left: 20px;
}
.information-wrapper .info-item .title {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3d3d3d;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.information-wrapper .info-item .title:hover {
  color: #2061f6;
}
.information-wrapper .info-item .tag-item {
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 0 13px;
  border: 1px solid #21c338;
  border: 1px solid #21C338;
  border-radius: 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #21c338;
  margin-top: 2px;
}

.tab-wrapper .tab-box .tab-item > a {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #141414;
  text-align: center;
  line-height: 66px;
}
.tab-wrapper .tab-box .tab-item.active > a {
  color: #2061f6;
}

.tag-item.green {
  color: #21c338;
  border: 1px solid #21c338;
}
.tag-item.blue {
  color: #2061f6;
  border: 1px solid #2061f6;
}
.tag-item.orange {
  color: #ff6508;
  border: 1px solid #ff6508;
}
.info-item .time {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #c2c2c2;
  display: flex;
  align-items: center;
  margin-left: 60px;
}
.info-item .icon-time {
  width: 14px;
  height: 14px;
  background: url('../picture/zx-time.png') no-repeat;
  background-size: 100% 100%;
  margin-right: 8px;
}

.info-item .content {
  /* width: 968px; */
  /* height: 43px; */
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3d3d3d;
  line-height: 28px;
  margin-top: 16px;
}
.info-item .detail-btn {
  width: 130px;
  height: 42px;
  border: 1px solid #b8b8b8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;

  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #c2c2c2;
  padding: 0 20px;
  box-sizing: border-box;
  margin-top: 24px;
  cursor: pointer;
}

.icon-arrow {
  width: 13px;
  height: 11px;
  background: url('../picture/zx-arrow-default.png') no-repeat;
  background-size: 100% 100%;
}

.info-item .detail-btn:hover {
  color: #2061f6;
  border-color: #2061f6;
}

.info-item .detail-btn:hover .icon-arrow {
  background-image: url('../picture/zx-arrow-active.png');
}

#pagination-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  justify-content: flex-end;
}
