.eg-nav {
  height: 96px;
  background: #FFFFFF;
  border-radius: 4px;
  display: inline-table;
}
.eg-nav .eg-nav-item {
  text-align: center;
  max-height: 96px;
  line-height: 25px;
  width: 300px;
  padding: 38px 33px;
  color: #343434;
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.eg-nav .eg-nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 28px;
  width: 1px;
  height: 40px;
  background: #EEEEEE;
}
.eg-nav .eg-nav-item.active {
  color: #0D58B7;
  font-weight: 600;
}
.eg-nav .eg-nav-item.active::before {
  content: "";
  position: absolute;
  width: 232px;
  height: 2px;
  background: #0D58B7;
  top: 94px;
  left: 33px;
}
.eg-nav .eg-nav-item img {
  vertical-align: sub;
  margin-right: 4px;
}
.eg-nav .eg-nav-item span {
  height: 18px;
  font-size: 18px;
  line-height: 1;
  font-family: Microsoft YaHei;
  color: inherit;
}

.eg-list {
  width: 100%;
  display: inline-table;
}
.eg-list:nth-child(n+3) {
  display: none;
}
.eg-list .eg-item {
  width: 588px;
  height: 342px;
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  margin-top: 20px;
  margin-left: 22px;
  padding: 27px 25px 27px 31px;
  background-color: #fff;
  display: inline-block;
}
.eg-list .eg-item:nth-child(1), .eg-list .eg-item:nth-child(2) {
  margin-top: 0;
}
.eg-list .eg-item:nth-child(2n+1) {
  margin-left: 0;
}
.eg-list .eg-item img {
  float: left;
  width: 269px;
  height: 288px;
}
.eg-list .eg-item .eg-item-right {
  float: left;
  margin-left: 26px;
  padding-top: 24px;
}
.eg-list .eg-item .eg-item-right .eg-item-top {
  width: 232px;
  height: 70px;
  border-bottom: 2px solid #eee;
}
.eg-list .eg-item .eg-item-right .eg-item-top .eg-title {
  height: 22px;
  font-size: 22px;
  line-height: 1;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #343434;
}
.eg-list .eg-item .eg-item-right .eg-item-top .eg-desc {
  margin-top: 16px;
  height: 14px;
  font-size: 14px;
  line-height: 1;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  width: 230px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.eg-list .eg-item .eg-item-right .eg-detail-list {
  margin-top: 15px;
}
.eg-list .eg-item .eg-item-right .eg-detail {
  height: 14px;
  line-height: 14px;
  margin-top: 17px;
}
.eg-list .eg-item .eg-item-right .eg-detail:nth-child(1) {
  margin-top: 0;
}
.eg-list .eg-item .eg-item-right .eg-detail-text {
  display: inline-block;
  width: 205px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
}

.eg-color1 {
  color: #0D58B7;
  display: inline-block;
  width: 2px;
}

.eg-color2 {
  color: rgba(13, 88, 183, 0.4);
}

.look-detail {
  display: inline-block;
  width: 159px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #0D58B7;
  border-radius: 18px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  text-align: center;
  color: #0D58B7;
  margin-top: 70px;
  cursor: pointer;
}
.look-detail:hover {
  color: #FFFFFF;
  background: #0D58B7;
}/*# sourceMappingURL=example.css.map */