.juhe-list-content {
  width: 100%;
  height: 100%;
  background-color: #f7f7f9;
  padding-bottom: 30px;
}

.banner {
  width: 100%;
  min-width: 1200px;
  height: 280px;
  background: url(https://image.bao315.com/Public/Home/images/juhe/juhe-banner.png) no-repeat center;
  background-size: 100% 100%;
}

.subject-index {
  width: 1200px;
  height: 104px;
  padding-top: 50px;
  margin: auto;
  font-size: 14px;
  line-height: 14px;
  color: #737373;
}

.subject-index :last-child {
  color: #e3424a;
}

.juhe-list-box {
  width: 1200px;
  min-height: 238px;
  background-color: #ffffff;
  border-radius: 2px;
  margin: auto;
  margin-bottom: 20px;
}

.list1 {
  margin-top: 40px;
}

.list2 {
  min-height: 500px;
}

.list-header {
  width: calc(100% - 60px);
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  border-bottom: 1px solid #ebeef3;
  display: flex;
  justify-content: space-between;
  box-sizing: content-box;
}

.list-header :nth-child(1) {
  font-size: 20px;
  color: #555;
  font-weight: bold;
}

.list-header :nth-child(2) {
  font-size: 14px;
  color: #808080;
}

.list-header :nth-child(2):hover {
  font-size: 14px;
  color: #e3424a;
}

.list-options-box {
  width: calc(100% - 30px);
  height: auto;
  min-height: 178px;
  padding: 30px 0 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  overflow: hidden;
  box-sizing: content-box;
}

.options-item {
  width: 86px;
  height: 21px;
  margin: 0px 20px 34px 0;
}

.options-item a {
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #808080;
}

.options-item a:hover {
  color: #e3424a;
  border-bottom: 2px solid #e3424a;
}
