<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-box-ct {
  padding: 0px 12px;
  font-size: 14px;
  color: #333;
}
.is-card {
  border: 1px solid #ebeef5;
  box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
  border-radius: 5px;
  background-color: #fff;
}
.main-box-ct .tit {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d3d3d3;
  height: 55px;
  font-weight: bold;
}
.main-box-ct .tit .hot {
  width: auto;
  height: 22px;
}
.main-box-ct .tit img {
  margin-right: 15px;
}
.main-box-ct .nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 15px 0;
}
.main-box-ct .nav::after {
  content: '';
  flex: auto;
}

.main-box-ct .nav li {
  width: 193px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #eef1f5;
  color: #87888a;
  border-radius: 5px;
  margin-right:12px;
  margin-bottom: 12px;
}
.main-box-ct .nav li:nth-of-type(6n) {
  margin-right: 0;
}
.main-box-ct .nav li a {
  color: #333; display: block; overflow: hidden;
}
.main-box-ct .nav li.active a {
  color: #fff;
}
.main-box-ct .nav li.active {
  background: #00ab57;
  color: #fff;
}


/* 专题合集 */
.rm-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 15px 0;
}
.rm-list::after {
  content: '';
  flex: auto;
}
.rm-list li {
  width: 295px;
  height: auto;
  margin-right: 12px;
  margin-bottom: 20px;
}
.rm-list li:nth-of-type(4n) {
  margin-right: 0;
}
.rm-list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.rm-list li a .rm-img {
  width: 100%;
  height: 180px;
}
.rm-list li a .rm-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.rm-info {
  height: 49px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  color: #333;
  background: #fafafa ;
}
.rm-info span:nth-of-type(2) {
  display: block;
  width: 82px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #ccc;
  color: #fff;
  border-radius: 5px;
}
.is-bg {
  background: #fff;
}
.rm-list li a:hover .rm-info span:nth-of-type(2) {
  background: #deb887;
}</pre></body></html>