._list_022110_wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  font-family: "微软雅黑", sans-serif;
}
._list_022110_wrapper * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
._list_022110_wrapper .item {
  flex: 0 0 50%;
  width: 400px;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 56px;
}
._list_022110_wrapper .item:nth-last-child(1),
._list_022110_wrapper .item:nth-last-child(2) {
  margin-bottom: 0;
}
._list_022110_wrapper .item .thumbnail {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 300px;
}
._list_022110_wrapper .item .thumbnail img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
._list_022110_wrapper .item .title {
  font-size: 18px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: lighter;
  color: #535353;
  margin-top: 32px;
}
._list_022110_wrapper .item .desc {
  margin-top: 16px;
  color: #959595;
}
._list_022110_wrapper .item a.more {
  display: block;
  font-size: 14px;
  padding: 12px 24px;
  color: #959595;
  border: 1px solid #b5b5b5;
  margin-top: 28px;
  text-decoration: none;
  transition: all 300ms ease;
}
._list_022110_wrapper .item a.more:hover {
  background: #45cf5f;
  color: #fff;
  border-color: transparent;
}
/*# sourceMappingURL=list2.css.map */