.main {
  padding: 23px 0 60px;
}

.main .layout .banner {
  display: block;
  width: 100%;
  height: 360px;
}

.main .layout .listbox {
  margin-top: 53px;
  padding: 37px 33px 200px;
  background-color: #fff;
}

.main .layout .listbox .search {
  margin-bottom: 44px;
  position: relative;
}

.main .layout .listbox .search input[type="text"] {
  width: 339px;
  height: 54px;
  border-radius: 72px;
  border: 1px solid #979797;
  padding: 0 66px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
}

.main .layout .listbox .search img {
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}

.main .layout .listbox ul {
  display: flex;
  flex-wrap: wrap;
}

.main .layout .listbox ul li {
  position: relative;
  margin: 0 1.5% 2%;
}

.main .layout .listbox ul li:hover a .imgbox img {
  transform: scale(1.3);
}

.main .layout .listbox ul li a {
  display: block;
}

.main .layout .listbox ul li a .imgbox {
  width: 249px;
  height: 249px;
  overflow: hidden;
}

.main .layout .listbox ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.main .layout .listbox ul li a .name {
  width: 249px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.57);
  padding: 16px 0;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 24px;
  color: #FFFFFF;
  text-align: center;
}

.main .layout .list {
  margin-top: 2px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main .layout .list .item {
  margin-top: 30px;
  width: 49%;
  background: #f6f7fa;
  padding: 20px 29px 20px 20px;
  display: flex;
  flex-direction: row;
  position: relative;
}

.main .layout .list .item:nth-child(1),
.main .layout .list .item:nth-child(2) {
  margin-top: 0;
}

.main .layout .list .item .img {
  width: 128px;
  height: 128px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #E1E0E0;
  margin-right: 21px;
  border-radius: 50%;
  flex-shrink: 0;
}

.main .layout .list .item .img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.main .layout .list .item .item_dl {
  width: 395px;
  padding-top: 10px;
  box-sizing: border-box;
}

.main .layout .list .item .item_dl .item_title {
  width: 100%;
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  margin-bottom: 10px;
}

.main .layout .list .item .item_dl .item_detail {
  line-height: 24px;
  max-height: 48px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.main .layout .list .item .item_dl .item_name {
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}