<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news-img img{border-radius:10px;}
.news-list .news-title dt{height:80px;}
.fa-1 {
	color: #c9252b;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
	margin-top: 10px;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 30px;
    line-height: 42px;
	width:100%;
}
.fa-tag{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.page-wrap {
  display: block;
  margin: 0 auto;
  text-align: left;
  padding-bottom: 15px;
}

.page-wrap a {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  background: #fff;
  border: 1px solid #eee;
  margin: 5px;
  padding: 0 5px;
  border-radius:50%;
}
.page-wrap #page_on, .page-wrap a.page_on, .page-wrap a:hover, .page-wrap a:focus {
    color: #fff;
    font-weight: bold;
    background: #9d8d38;
    text-decoration: none;
	border-radius:50%;
}</pre></body></html>