<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.home .jk-header .header {
  height: 80px;
  background: #4070ff;
}
.home .jk-header .header .fr ul li .active {
  color: #ffffff;
}
.home .jk-header .header .fr ul li .active:before {
  border-color: #ffffff transparent transparent transparent;
}
.home .jk-header .header .fr ul li a {
  color: #ffffff;
}
.issue .w {
  padding: 30px 60px;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  margin-top: 20px;
  height: 770px;
}
.issue .w h1 {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
.issue .w .issue_list {
  border-top: 1px solid #ebebeb;
  margin-top: 20px;
  overflow: auto;
  height: 610px;
}
.issue .w .issue_list li {
  height: 200px;
  padding: 30px 0;
  border-bottom: 1px solid #ebebeb;
}
.issue .w .issue_list li img {
  display: inline-block;
  width: 220px;
  height: 140px;
  vertical-align: middle;
}
.issue .w .issue_list li .box {
  display: inline-block;
  width: 800px;
  height: 200px;
  padding-right: 20px;
  margin-left: 20px;
  color: #333;
  vertical-align: middle;
}
.issue .w .issue_list li .box h4 {
  font-size: 20px;
  line-height: 39px;
}
.issue .w .issue_list li .box h4 span {
  border-bottom: 1px solid transparent;
}
.issue .w .issue_list li .box .p1 {
  font-size: 16px;
  color: #666;
  margin-top: 15px;
  height: 70px;
}
.issue .w .issue_list li .box .p2 {
  font-size: 14px;
  color: #999;
  margin-top: 18px;
}
.issue .w .issue_list li:hover h4 {
  font-size: 20px;
  line-height: 39px;
  color: #4070ff;
}
.issue .w .issue_list li:hover h4 span {
  border-bottom: 1px solid #4070ff;
}
.issue .w .div {
  margin-top: 20px;
  text-align: center;
}
.issue .w .div .white {
  margin-left: 50px;
}
.txt-cut2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: none;
  -webkit-box-orient: inherit;
}</pre></body></html>