[v-cloak] {
  display: none;
}

html {
  background-color: #fff;
}

.container {
  padding-top: 80px;
}

.top-search {
  padding: 40px 0 55px;
  width: 100%;
  height: 267px;
  box-sizing: border-box;
  background: url("../imgs/s_banner.png") no-repeat center;
  background-size: cover;
}

.t-s-c {
  width: 860px;
  margin: 0 auto;
}

#search-condition-2 {
  padding: 14px;
  padding-bottom: 0;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 8px;
  margin-top: 20px;
  max-height: 243px;
  overflow: auto;
}

.list-container {
  width: 960px;
  margin: 40px auto 60px;
}

.count-msg {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
  font-size: 13px;
  color: #7d8088;
}
.count-msg .right {
  display: flex;
}
.count-msg .right .r-item {
  margin-right: 27px;
  padding: 8px 5px;
  box-sizing: border-box;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  user-select: none;
}
.count-msg .right .a-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 3px;
}

.count-msg .right .r-item .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-bottom-color: #7d8088;
}

.count-msg .right .r-item .arrow-2 {
  border-top-color: #7d8088;
  border-bottom-color: transparent;
  margin-top: 1.3px;
}

.count-msg .right .r-top .arrow-1 {
  border-bottom-color: #21cdc0;
}

.count-msg .right .r-bottom .arrow-2 {
  border-top-color: #21cdc0;
}

.count-msg .right .r-item:hover {
  background: #f3f6f6;
}

.list-box {
  font-weight: normal;
  font-size: initial;
}
.list-box .list-item {
  display: flex;
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #eeeeee;
}
.list-box .list-item:last-child {
  border-bottom: 0;
}
.list-item .i-box {
  min-width: 144px;
  height: 194px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 20px;
}

.list-item .i-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-item .right-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.list-item .right-text .title {
  font-size: 18px;
  font-weight: 600;
  color: #0e204d;
  line-height: 21px;
  cursor: pointer;
}
.list-item .right-text .title:hover {
  color: #7d8088;
  text-decoration: underline;
}

.list-item .right-text .sub-title {
  font-size: 12px;
  color: #7d8088;
  line-height: 19px;
  margin-bottom: 20px;
}
.list-item .right-text .text-info {
  display: flex;
  flex-wrap: wrap;
}
.list-item .right-text .info-item {
  font-size: 14px;
  color: #0e204d;
  margin-bottom: 12px;
  width: 30%;
  display: flex;
  align-items: center;
}

.list-item .right-text .info-item .set-max {
  display: inline-block;
  width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-item .right-text .info-item:nth-child(1),
.list-item .right-text .info-item:nth-child(5),
.list-item .right-text .info-item:nth-child(9) {
  width: 23%;
}

.list-item .right-text .info-item:nth-child(2),
.list-item .right-text .info-item:nth-child(6),
.list-item .right-text .info-item:nth-child(10) {
  width: 33%;
}

.list-item .right-text .info-item:nth-child(4),
.list-item .right-text .info-item:nth-child(8) {
  width: 13%;
}

.list-item .right-text .info-item .l-t {
  color: #7d8088;
  min-width: 70px;
}
.list-item .right-text .tag-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.list-item .right-text .tag-box .tag-item {
  padding: 2px 10px;
  box-sizing: border-box;
  color: #000000;
  border-radius: 30px;
  background: #f4f4f4;
  margin-right: 10px;
  font-size: 12px;
}
.list-item .right-text .tag-box .tag-item-s {
  color: #21cdc0;
  background: rgba(33, 205, 192, 0.1);
}

.page-nav {
  text-align: center;
  margin-bottom: 60px;
}
