.container {
  width: 1200px;
  padding-top: 90px;
  margin: 0 auto;
}

#search-condition-2 {
  margin-top: 10px;
  max-height: 224px;
  padding: 19px 16px 9px;
  box-sizing: border-box;
  border: 1px solid #EEEEEE;
  border-radius: 8px;
  overflow-y: auto;
}
#search-condition-2 .s-s {
  margin-bottom: 10px;
}

.top-search {
  padding-bottom: 40px;
}

.list-container {
  width: 1200px;
  margin-top: 20px;
  margin-bottom: 70px;
}
.list-container .list-box {
  margin-right: 20px;
  width: 876px;
  padding: 32px 24px;
  box-sizing: border-box;
  background-color: #fff;
  float: left;
}
.list-container .list-box .page-nav {
  margin-top: 50px;
  text-align: center;
}
.list-container .list-box .list-item {
  display: flex;
  padding-bottom: 32px;
  border-bottom: 1px solid #eee;
  margin-bottom: 32px;
}
.list-container .list-box .list-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.list-container .list-box .list-item .i-box {
  min-width: 94px;
  height: 125px;
  margin-right: 20px;
}
.list-container .list-box .list-item .i-box img {
  width: 100%;
  height: 100%;
}
.list-container .list-box .list-item .right-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-container .list-box .list-item .right-text .title {
  font-size: 18px;
  color: #0E204D;
  font-weight: 500;
  margin-bottom: 12px;
  cursor: pointer;
}
.list-container .list-box .list-item .right-text .title:hover {
  color: #666666;
  text-decoration: underline;
}
.list-container .list-box .list-item .right-text .desc {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 44px;
}
.list-container .list-box .list-item .right-text .info {
  display: flex;
  align-items: center;
  font-size: 12px;
  color: #AEB0B7;
}
.list-container .rightcont {
  width: 296px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  height: fit-content;
  float: right;
}
.list-container .rightcont .title {
  width: 100%;
  height: 66px;
  line-height: 66px;
  border-bottom: 1px solid #eeeeee;
  padding: 0 24px;
  box-sizing: border-box;
  color: #0e204d;
  font-size: 16px;
}
.list-container .rightcont .title img {
  margin-right: 5px;
  vertical-align: middle;
}
.list-container .rightcont .linebox {
  padding: 12px 24px;
  box-sizing: border-box;
}
.list-container .rightcont .linebox a {
  font-size: 14px;
  position: relative;
  padding-left: 14px;
  height: 34px;
  line-height: 34px;
  width: 234px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
}
.list-container .rightcont .linebox a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 43%;
  width: 4px;
  height: 4px;
  background: #37d2c6;
  border-radius: 50%;
}
.list-container .rightcont .linebox a:hover {
  color: #666666;
}

.fixed-2 {
  position: fixed;
  width: 296px;
  background: #ffffff;
  top: 100px;
}