.mingyi .op1 {
  border-bottom: 1px solid #f2eee8;
  padding: 10px 0;
  display: flex;
}
.mingyi .op1 .select-box {
  position: relative;
  display: inline-flex;
  height: 34px;
  padding: 0 20px;
}
.mingyi .op1 .select-box:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  top: 0;
  bottom: 0;
  background-color: #f2eee8;
}
.mingyi .op1 .select-box:last-of-type:after {
  display: none;
}
.mingyi .op1 select {
  border: none;
  display: inline-flex;
  position: relative;
}
.mingyi .op1 .search-box {
  margin-left: auto;
  height: 34px;
  border: 1px solid #f2eee8;
  border-radius: 30px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  padding-left: 10px;
}
.mingyi .op1 .search-box img {
  width: 15px;
  display: inline-flex;
  margin-right: 10px;
}
.mingyi .op1 .search-box input {
  flex: 1 1;
  height: 100%;
  border: none;
  outline: none;
}
.mingyi .op2 {
  padding: 20px 0 30px;
}
.mingyi .op2 .tag {
  width: 96px;
  height: 34px;
  border-radius: 34px;
  background-color: #F9F6F1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666;
  cursor: pointer;
}
.mingyi .op2 .tag.active {
  background-color: #C8000A;
  color: #fff;
}
.mingyi .rec-content > ul {
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.mingyi .rec-content > ul li.rec-item {
  width: 405px;
  height: 180px;
  box-sizing: border-box;
  padding: 15px;
  background: #fff;
  border: 1px solid #f2eee8;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 14px;
  display: flex;
}
.mingyi .rec-content > ul li.rec-item .recd-avatar {
  width: 72px;
  margin-right: 15px;
}
.mingyi .rec-content > ul li.rec-item .recd-avatar img {
  max-width: 100%;
}
.mingyi .rec-content > ul li.rec-item .recd-desc {
  flex: 1;
  font-size: 14px;
}
.mingyi .rec-content > ul li.rec-item .recd-desc .recd-name {
  line-height: 40px;
  display: flex;
  align-items: center;
}
.mingyi .rec-content > ul li.rec-item .recd-desc .recd-name strong {
  font-size: 24px;
  font-family: Source Han Serif SC, sans-serif;
  color: #000;
  margin-right: 10px;
}
.mingyi .rec-content > ul li.rec-item .recd-desc .recd-name .icon {
  display: flex;
}
.mingyi .rec-content > ul li.rec-item .recd-desc .recd-title {
  font-weight: bold;
  color: #000000;
  line-height: 28px;
}
.mingyi .rec-content > ul li.rec-item .recd-desc .recd-hosp {
  color: #979797;
  line-height: 28px;
}
.mingyi .rec-content > ul li.rec-item .recd-desc .recd-data {
  line-height: 40px;
}
.mingyi .rec-content > ul li.rec-item .recd-desc .recd-data strong {
  font-size: 24px;
  font-weight: 400;
  color: #c3924d;
  line-height: 22px;
  margin-right: 5px;
}
.mingyi .rec-content > ul li.rec-item .recd-desc .recd-data span {
  color: #979797;
}
.mingyi .pages {
  text-align: center;
}
.mingyi ol {
  margin: 20 auto;
  display: inline-flex;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 4px ;
}
.mingyi ol li {
  padding: 0 18px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ddd;
  font-size: 16px;
  color: #57bee7;
  font-weight: 700;
}
.mingyi ol li.active,
.mingyi ol li:hover {
  background: #57bee7;
  color: #fff;
}
.mingyi ol li:first-child {
  font-weight: 400;
}
.mingyi ol li:last-child {
  border-right: 0 none;
  font-weight: 400;
}
