<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box {
  width: 1200px;
  padding: 70px 0 25px;
  overflow: hidden;
  min-height: 348px;
}
.box .list {
  overflow: hidden;
}
.box .item {
  width: 358px;
  height: 300px;
  float: left;
  margin: 0 21px 45px;
}
.box .item a {
  display: inline-block;
}
.box .item a.imgbox{
  width: 358px;
  height: 200px;
  line-height: 200px;
  border: 2px solid #e6e6e6;
  border-radius: 10px;
  font-size: 0;
  overflow: hidden;
}
.box .item img {
  /* min-width: 358px;
  max-width: 358px;
  min-height: 200px; */
  max-height: 200px;
  background: #cac9c9 url(../img/loading.jpg) no-repeat center;
  vertical-align: middle;
}
.box .item h2 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 20px;
  margin-bottom: 15px;
}
.box .item h2 a {
  color: #333333;
}
.box .item h2:hover a {
  color: #41C3BB;
}
.box .item a:hover ~ h2 a {
  color: #41C3BB;
}
.box .item span {
  display: inline-block;
  width: 94px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #353535;
  background: url(../img/time_bg.png) no-repeat center;
}
.box .item.cen {
  margin: 0 38px;
}


#pagination{
  text-align: center;
  display: none;
}

#pagination&gt;div{
  display: inline-block;
  vertical-align: middle;
}

#pagination span{
  display: inline-block;
  height: 42px;
  line-height: 40px;
  padding: 0 10px;
  border: 2px solid #41C3BB;
  border-radius: 5px;
  margin: 0 3px;
  font-size: 14px;
  color: #41C3BB;
  cursor: pointer;
  box-sizing: border-box;
  vertical-align: middle;
}

#pagination span:hover,#pagination span.active{
  background-color: #41C3BB;
  color: #ffffff;
}

#pagination span.more{
  cursor: default;
  color: #ddd;
  border-color: #ddd;
}

#pagination span.more:hover{
  color: #ddd;
  border-color: #ddd;
  background: #FFF;
}

#pageNumber span{
  font-weight: bold;
  font-size: 16px;
  padding: 0;
  width: 42px;
}

#pageNumber span.more{
  border: 2px solid transparent;
  color: #41C3BB;
}

#pageNumber span.more:hover{
  border: 2px solid transparent;
  color: #41C3BB;
}</pre></body></html>