<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.list-wz {
  color: #333;
  height: 24px;
  line-height: 24px;
}
.list-wz img {
  vertical-align: top;
}
.list-wz span {
 color: #999; 
 font-size: 12px;
}
.list-nav {
  width: 100%;
  height: 84px;
  background: url('../images/xxk.png') no-repeat left top;
  margin: 16px 0;
}
.list-nav li {
  width: 33.3%;
  height: 84px;
  text-align: center;
  line-height: 84px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}
.list-nav li.active {
  background: url('../images/xz.png') no-repeat left top;
  color: #fff;
  background-size: 100% 82px;
}
.list-nav li span {
  color: #999;
  font-size: 12px;
  margin-left: 5px;
}
.list-nav .w50 {
  width: 50%;
}
.list-nav li.active span {
  color: #fff;
}

.list-ph {
  padding: 20px 12px;
  background: #fff;
}
.list-ph li {
  width: 100%;
  height: 222px;
  border: 2px solid #eee;
  margin-bottom: 20px;
  /* background: url('../images/jx.png') no-repeat left top;
  background-size: 100% 100%; */
}
.list-ph li a{
  display: block;
  color: #333;
  display: flex;
}
.list-ph li a .list-ph-lf{
  width: 208px;
  height: 222px;
  background: url('../images/jx.png') no-repeat left top;
  background-size: 100% 218px;
  position: relative;
}
.phb-hz {
  position: absolute;
  top: -10px;
  left: -11px;
}
.phb-mr  {
  top: 8px;
  left: 7px;
  width: 40px;
  height: 48px;
  text-align: center;
  /* padding-left: 5px; */
  line-height: 48px;
  color: #666;
  font-weight: bold;
  background: url('../images/mr.png') no-repeat left top;
  background-size: 100% 100%;
}
.list-ph-lf .yx {
  width: 160px;
  height: 160px;
  border-radius: 20px;
  display: block;
  margin: 24px auto;
}
.list-ph-md {
  padding: 24px 30px;
  flex: 1;
}
.list-ph-md .title  {
  line-height: 18px;
  font-weight: bold;
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.list-ph-md .title .bs {
  width: 85px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  color: #ffde00;
  font-weight: bold;
  background: url('../images/bs.png') no-repeat left top;
  margin-right: 10px;
}
.list-ph-md .title img {
  vertical-align: top;
  height: 16px;
}
.list-ph-md .title span {
  margin-right: 10px;
  font-size: 22px;
  height: 30px;
  line-height: 30px;
}
.list-ph-md .bq {
  width: 100%;
  margin: 25px 0 20px;
}
.list-ph-md .bq span {
  display: inline-block;
  padding: 0 12px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #999;
  color: #999;
  border-radius: 5px;
  margin-right: 10px;
  font-size: 12px;
}
.list-ph-md .bq span:nth-of-type(4n) {
  margin-right: 0px;
}
.list-ph-md .bq span .tips {
  border: none;
  color: #f85f52;
}
.list-ph-md .info {
  color: #999;
  font-size: 12px;
  line-height: 28px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 这里是超出几行省略 */
  overflow: hidden;
}
.list-ph-rt {
  width: 80px;
  height: 218px;
  background: #9eafa2;
  border-radius: 20px 0 0 20px;
  text-align: center;
  padding: 64px 30px;
  color: #fff;
  font-weight: bold;
  /* font-size: 14px;
  line-height: 14px; */
}

.list-ph li:hover .list-ph-rt {
  background: #00ab57;
  height: 222px;
}
.list-ph li:hover {
  border: none;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}</pre></body></html>