<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main .pos {
  width: 1200px;
  box-sizing: border-box;
  margin: 26px auto 0;
  background: #f7e4e4;
  font-size: 18px;
  padding: 0 20px;
  line-height: 42px;
}
.main .pos i {
  background: url("../images/pos.png");
  width: 19px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.main .content {
  width: 1200px;
  margin: 0 auto 40px;
  background: #FFFFFF;
  padding: 20px 12px;
  box-sizing: border-box;
}
.main .content .section {
  margin-bottom: 20px;
}
.main .content .section a {
  display: block;
  padding: 16px;
}
.main .content .section a .pic img {
  width: 318px;
  height: 180px;
}
.main .content .section a .describe {
  width: 802px;
}
.main .content .section a .describe h5 {
  font-weight: bold;
  font-size: 20px;
  margin: 8px 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main .content .section a .describe .label {
  color: #999999;
}
.main .content .section a .describe .label span {
  display: inline-block;
  margin-right: 30px;
}
.main .content .section a .describe .line {
  height: 1px;
  background-color: #eeeeee;
  width: 100%;
  margin: 10px 0;
}
.main .content .section a .describe p {
  line-height: 28px;
  color: #666666;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main .content .section a .describe.long {
  width: 100% ;
}
.main .content .section a:hover {
  background: #f7e4e4;
}
.main .content .section a:hover .line {
  background: #ffffff;
}
.main .content .pages {
  margin: 50px auto 0;
}
.main .content .pages .order a {
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 10px;
  text-align: center;
  margin: 0 8px 0 0;
  font-size: 14px;
  background-color: #FFFFFF;
  border: 1px solid #bb1f1f;
  cursor: pointer;
  color: #bb1f1f;
}
.main .content .pages .order a.current,
.main .content .pages .order a:hover {
  color: #fff;
  background-color: #bb1f1f;
}
.main .content .pages .order a.first,
.main .content .pages .order a.prev,
.main .content .pages .order a.next,
.main .content .pages .order s a.last {
  box-sizing: border-box;
  cursor: pointer;
}
.main .content .pages .jump {
  display: block;
  font-size: 18px;
}
.main .content .pages .jump input.num {
  font-size: 18px;
  width: 40px;
  text-align: center;
  border: 1px solid #c1c1c1;
  outline: none;
  line-height: 28px;
  height: 30px;
  margin: 0 3px 0 5px;
  display: inline-block;
}
.main .content .pages .jump button.btn {
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
  outline: none;
  margin-left: 20px;
  text-align: center;
  width: 52px;
  background: #f2c0c9;
  border: 1px solid #bb1f1f;
  height: 26px;
  line-height: 24px;
  color: #bb1f1f;
}
/*# sourceMappingURL=view.css.map */</pre></body></html>