<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.content {
  width: 100%;
  background: #f8f8f8;
}

.content .contentbox {
  width: 1300px;
  margin: 0 auto;
}

.content .contentbox .headtitle {
  display: flex;
}

.content .contentbox .headtitle .title-name {
  width: 320px;
  height: 140px;
  margin-top: -70px;
  background: url("../images/title-bg.png") no-repeat;
  background-size: cover;
  font-size: 32px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #FFFFFF;
  line-height: 100px;
  padding-left: 40px;
  position: relative;
}

.content .contentbox .headtitle .title-name::before {
  content: '';
  position: absolute;
  top: 94px;
  left: 40px;
  width: 62px;
  height: 4px;
  background: #FFFFFF;
  border-radius: 3px;
}

.content .contentbox .headtitle .title-nav {
  margin-left: 40px;
  display: flex;
  width: 940px;
  justify-content: space-between;
  padding: 23px 2px;
}

.headtitle .title-nav .leader {
  height: 22px;
  font-size: 22px;
  font-family: PingFang-SC-Heavy, PingFang-SC;
  font-weight: 800;
  color: #121212;
  line-height: 22px;
}

.headtitle .title-nav .local {
  display: flex;
  align-items: center;
}

.headtitle .title-nav .local img {
  width: 14px;
  height: 14px;
  padding: 0 5px;
}

.headtitle .title-nav .local span:nth-child(1) {
  height: 14px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #898989;
  line-height: 14px;
}

.headtitle .title-nav .local span:nth-child(2),
.headtitle .title-nav .local span:nth-child(4) {
  height: 14px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #121212;
  line-height: 14px;
}

.headtitle .title-nav .local span:nth-child(6) {
  height: 14px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #004FA7;
  line-height: 14px;
}

.content .contentbox .centerbox {
  background: #fff;
  display: flex;
  padding-bottom: 90px;
}

.content .contentbox .leftnav {
  width: 300px;
  margin-left: 20px;
}

.content .contentbox .leftnav li {
  width: 100%;
  height: 72px;
  background: #F5F6F9;
  font-size: 20px;
  font-family: PingFang-SC-Bold, PingFang-SC;
  font-weight: bold;
  line-height: 72px;
  padding-left: 30px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccc;
}

.content .contentbox .leftnav .navactive {
  background: #fff;
  position: relative;
}

.content .contentbox .leftnav .navactive a {
  color: #004FA7;
}

.content .contentbox .leftnav .navactive::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 72px;
  background: #004FA7;
  left: -6px;
}

.content .contentbox .leftnav li a {
  color: #121212;
}

.content .contentbox .xynews {
  font-family: PingFang-SC-Medium, PingFang-SC;
  width: 940px;
  margin-left: 40px;
  margin-bottom: 25px;
  padding-right: 28px;
}

.xynews .title {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
  margin-top: 58px;
}

.xynews .title-enght {
  margin: 14px 0;
  text-align: center;
  font-size: 18px;
  color: #898989;
}

.xynews .solde {
  margin: 27px auto 0 auto;
  width: 120px;
  height: 4px;
  background: #004FA7;
}

.xynews .jigogaikuo {
  font-size: 18px;
  margin-top: 55px;
  font-weight: bold;

}

.xynews .jigogaikuo::before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 18px;
  background-color: #004FA7;
}

.p1 {
  margin-top: 24px;
  line-height: 30px;
  text-indent: 20px;
}

.p2 {
  margin-top: 39px;
  line-height: 30px;

}

.p3 {
  margin-top: 39px;
  line-height: 30px;
}

.p4 {
  margin-top: 39px;
  line-height: 30px;
}

.p5 {
  margin-top: 24px;
  line-height: 30px;
  text-indent: 34px;

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