<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#newsCenter {
  margin-top: 70px;
}
#newsCenter .newsType {
  display: flex;
  margin-bottom: 10px;
}
#newsCenter .newsType .tit1 {
  cursor: pointer;
  margin-right: 20px;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
  padding-bottom: 10px;
}
#newsCenter .newsType .tit1 a {
  color: #999999 !important;
}
#newsCenter .newsType .active {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 0px;
}
#newsCenter .newsType .active a {
  color: #333333 !important;
  border-bottom: 3px solid #000000;
}
#newsCenter .contents {
  width: 100%;
}
#newsCenter .contents .imgbox {
  text-align: center;
}
#newsCenter .contents .newsitem {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #dcdcdc;
  flex-direction: column;
}
#newsCenter .contents .newsitem .imgbox {
  cursor: pointer;
  overflow: hidden;
}
#newsCenter .contents .newsitem .content .tit {
  overflow: hidden;
  cursor: pointer;
}
#newsCenter .contents .newsitem .content .tit a {
  font-size: 24px;
  color: #d50609 !important;
}
#newsCenter .contents .newsitem .content .tit .text {
  float: left;
}
#newsCenter .contents .newsitem .content .tit .date {
  float: right;
}
#newsCenter .contents .newsitem .content .text {
  line-height: 25px;
  margin-top: 20px;
  font-size: 20px;
  color: #666;
  line-height: 30px;
  height: 93px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
#newsCenter .pagination {
  display: flex;
  justify-content: center;
  padding: 20px;
  align-items: center;
  margin-top: 20px;
}
#newsCenter .pagination div,
#newsCenter .pagination a {
  display: block;
  padding: 10px;
}
</pre></body></html>