<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body,
html,
ul,
p,
h1,
h2,
h3,
h4 {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.container {
  width: 1200px;
  margin: auto;
}

.list_tab_active {
  background-color: #ffaa00;
}

.list_tab {
  width: 100%;
  background-color: #ff8b19;
}

.list_tab .spanBox span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
}

.list_box {
  padding-top: 20px;
}

.list_box ul {
  width: 100%;
}

.list_box ul li {
  width: 100%;
  border: 1px solid #ccc;
  padding: 20px;
  box-sizing: border-box;
  margin-top: 20px;
}

.list_box ul li a {
  display: block;
  width: 100%;
  display: flex;
}

.list_box ul li a .left {
  width: 200px;
  height: 130px;
}

.list_box ul li a .left img {
  display: block;
  width: 100%;
}

.list_box ul li a .right {
  flex: 1;
  padding-left: 20px;
  box-sizing: border-box;
  position: relative;
}

.list_box ul li a .right .title {
  width: 100%;
  position: relative;
}

.list_box ul li a .right .title h3 {
  font-weight: normal;
  color: #333;
  font-size: 20px;
}

.list_box ul li a .right .title p {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #666;
}

.list_box ul li a .right .title p span {
  display: inline-block;
  margin-right: 10px;
}

.list_box ul li a .right .des {
  font-size: 14px;
  color: #666;
  padding-top: 20px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.list_box ul li a .right .flag {
  position: absolute;
  left: 20px;
  bottom: 0;
}

.list_box ul li a .right .flag span {
  display: inline-block;
  margin-right: 15px;
  background-color: #ebf6fc;
  padding: 2px 10px;
  font-size: 14px;
  border-radius: 10px;
}


.pages .page-num {
  padding: 20px 0;
  text-align: center;
}
.pages .page-num a {
  height: 28px;
    line-height: 28px;
    padding: 0 10px;
    font-size: 14px;
    color: #999;
    border: 1px solid #fff;
    display: inline-block;
    border-radius: 5px;
}


.pages .page-num a:hover, .pages .page-num a.current {
  background: #ff7c00;
  color: #fff;
}


</pre></body></html>