<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #28a788;
}

a:hover {
  text-decoration: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: 0;
}

dl, ol, ul {
  margin-bottom: 0;
}

input, select {
  outline: none;
}

p {
  margin-bottom: 0;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

body {
  color: #333;
}

.alw img {
  display: block;
  width: 100%;
}

.container {
  width: 1200px;
  padding: 0;
}

.swiper-pagination-bullet-active {
  background: #089a45;
}

.header .logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background: #089a45;
}
.header .nav ul {
  display: flex;
  width: 1100px;
  height: 100%;
}
.header .nav ul li {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
}
.header .nav ul li a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60%;
  border-right: 1px solid #fff;
}
.header .nav ul li:hover {
  background: #99CC99;
}
.header .nav ul li:last-child a {
  border-right: none;
}

.max_title {
  display: flex;
  align-items: center;
  height: 45px;
  border-bottom: 1px solid #ccc;
  justify-content: space-between;
}

.max_title h3 {
  font-size: 18px;
  color: #089a45;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}

.max_title h3:after {
  position: absolute;
  content: '';
  height: 4px;
  background: #089a45;
  left: 0;
  bottom: -2px;
  width: 100%;
}

.max_title a {
  color: #888;
  font-size: 13px;
  margin-right: 10px;
}

.a1-box {
  display: flex;
}
.a1-box .left {
  width: 260px;
}
.a1-box .left .con {
  padding: 10px;
}
.a1-box .left .con img {
  display: block;
  margin: 10px auto;
  width: 100%;
}
.a1-box .left .con p {
  margin-top: 5px;
  text-indent: 2em;
  line-height: 24px;
  font-size: 13px;
}
.a1-box .left .con p a {
  color: red;
}
.a1-box .main {
  flex: 1;
  margin: 0 20px;
}
.a1-box .main .con {
  padding: 10px;
}
.a1-box .main .con .box {
  display: none;
}
.a1-box .main .con .box:nth-child(1) {
  display: block;
}
.a1-box .main .con dl {
  margin-top: 5px;
}
.a1-box .main .con dl dt {
  font-size: 18px;
  margin-bottom: 10px;
  color: #f9a201;
}
.a1-box .main .con dl dt a {
  color: #f9a201;
}
.a1-box .main .con dl dd {
  line-height: 24px;
  font-size: 14px;
}
.a1-box .main .con dl dd a {
  color: red;
}
.a1-box .main .con ul li {
  display: flex;
  align-items: center;
  height: 36px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}
.a1-box .main .con ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #f9a201;
  margin-right: 8px;
}
.a1-box .main .con ul li a {
  flex: 1;
  display: flex;
  align-items: center;
}
.a1-box .main .con ul li time {
  color: #888;
}
.a1-box .main .con ul li:last-child {
  border-bottom: none;
}
.a1-box .right {
  width: 400px;
}
.a1-box .right .con {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.a1-box .right .con img {
  width: 100%;
  display: block;
}

.zjtd .con {
  padding: 10px;
}
.zjtd .con .zj-tab {
  margin-top: 10px;
}
.zjtd .con .zj-tab .tab-a {
  display: flex;
}
.zjtd .con .zj-tab .tab-a li {
  flex: 1;
  height: 80px;
  background: #eee;
  display: flex;
  align-items: center;
  padding: 10px;
  border-right: 10px solid #fff;
  cursor: pointer;
}
.zjtd .con .zj-tab .tab-a li img {
  width: 58px;
  display: block;
  border-radius: 6px;
}
.zjtd .con .zj-tab .tab-a li .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #089a45;
  margin-left: 10px;
}
.zjtd .con .zj-tab .tab-a li .info h4 {
  font-size: 20px;
}
.zjtd .con .zj-tab .tab-a li .info span {
  margin-top: 5px;
  font-size: 14px;
}
.zjtd .con .zj-tab .tab-a .on {
  background: #009966;
}
.zjtd .con .zj-tab .tab-a .on .info {
  color: #fff;
}
.zjtd .con .zj-tab .tab-a li:last-child {
  border-right: none;
}
.zjtd .con .zj-tab .con {
  padding: 0;
  margin-top: 10px;
}
.zjtd .con .zj-tab .con .box {
  display: none;
}
.zjtd .con .zj-tab .con .box .left {
  width: 287px;
  display: flex;
  justify-content: center;
}
.zjtd .con .zj-tab .con .box .left img {
  display: block;
}
.zjtd .con .zj-tab .con .box .right {
  flex: 1;
  margin-left: 20px;
  display: flex;
  align-items: center;
}
.zjtd .con .zj-tab .con .box .right .info {
  padding-right: 20px;
}
.zjtd .con .zj-tab .con .box .right .name {
  display: flex;
  align-items: flex-end;
  font-size: 18px;
  color: #009966;
}
.zjtd .con .zj-tab .con .box .right .name h4 {
  font-size: 30px;
  margin-right: 10px;
}
.zjtd .con .zj-tab .con .box .right .jy {
  margin: 20px 0;
  font-size: 16px;
  color: #009966;
}
.zjtd .con .zj-tab .con .box .right .text {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
}
.zjtd .con .zj-tab .con .box .right .text b {
  display: inline-block;
  background: #009966;
  color: #fff;
  padding: 2px 6px;
  margin-right: 5px;
  font-size: 14px;
}
.zjtd .con .zj-tab .con .box .right .text a {
  color: red;
}
.zjtd .con .zj-tab .con .box .right .yy {
  margin-top: 20px;
  width: 300px;
  display: flex;
}
.zjtd .con .zj-tab .con .box .right .yy li {
  flex: 1;
  height: 36px;
  background: #009966;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  margin-right: 20px;
}
.zjtd .con .zj-tab .con .box .right .yy li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.zjtd .con .zj-tab .con .box .right .yy li:nth-child(2) {
  background: #FF9966;
}
.zjtd .con .zj-tab .con .box:nth-child(1) {
  display: block;
}

.home-list {
  display: flex;
  flex-wrap: wrap;
}

.home-list .box {
  width: 50%;
  padding: 10px;
}

.home-list .box .con {
  padding: 10px;
}

.home-list .box ul li {
  display: flex;
  align-items: center;
  height: 36px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}

.home-list .box ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #f9a201;
  margin-right: 8px;
}

.home-list .box ul li a {
  flex: 1;
  display: flex;
  align-items: center;
}

.home-list .box ul li time {
  color: #888;
}

.yyhj .con {
  padding: 20px 10px;
}

.footer {
  border-top: 5px solid #009966;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}

.footer .logo {
  margin-bottom: 10px;
}

.footer p {
  font-size: 13px;
  margin: 2px auto;
}

.footer p a {
  color: #333;
}

.page-info {
  display: flex;
  align-items: center;
  padding: 0 10px;
  height: 45px;
  font-size: 14px;
  border: 1px solid #dee2e6;
  color: #666;
  font-weight: bold;
}
.page-info a {
  color: #666;
}

.page-main {
  display: flex;
  margin-bottom: 20px;
}
.page-main .left {
  flex: 1;
  margin-right: 20px;
}
.page-main .left .list {
  padding: 5px;
}
.page-main .left .list li {
  padding: 10px;
  border-bottom: 1px dashed #ccc;
}
.page-main .left .list li a {
  display: flex;
}
.page-main .left .list li a .img {
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-main .left .list li a .img img {
  display: block;
  width: 100%;
}
.page-main .left .list li a .info {
  flex: 1;
  margin-left: 10px;
}
.page-main .left .list li a .info h4 {
  font-size: 16px;
  color: #089a45;
  margin-bottom: 6px;
  font-weight: bold;
}
.page-main .left .list li a .info p {
  font-size: 13px;
  line-height: 21px;
  color: #666;
}
.page-main .left .list li a .info p b {
  color: red;
}
.page-main .left .list li:last-child {
  border-bottom: none;
}
.page-main .left .page {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  height: 40px;
}
.page-main .left .article-title {
  font-size: 16px;
  line-height: 28px;
  padding: 20px;
  text-align: center;
}
.page-main .left .article-info {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #666;
}
.page-main .left .article {
  padding: 20px;
}
.page-main .left .article p {
  font-size: 14px;
  margin-bottom: 10px;
}
.page-main .left .article img {
  max-width: 100%;
  height: auto;
}
.page-main .left .a-btn {
  padding: 0 20px;
}
.page-main .left .a-btn li {
  display: flex;
  align-items: center;
  height: 40px;
  font-size: 14px;
}
.page-main .right {
  width: 300px;
}
.page-main .right .box {
  padding: 0 10px;
}
.page-main .right .box .con {
  padding: 10px;
}
.page-main .right .box .yy {
  margin-top: 10px;
}
.page-main .right .box .yy img {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
.page-main .right .box .yy p {
  font-size: 13px;
  text-indent: 2em;
  line-height: 21px;
}
.page-main .right .box .yy p a {
  color: red;
}
.page-main .right .box .lx {
  margin-top: 10px;
}
.page-main .right .box .lx img {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
.page-main .right .box .lx p {
  font-size: 14px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.page-main .right .box .lx p b {
  color: red;
}
.page-main .right .box .list li {
  display: flex;
  align-items: center;
  height: 36px;
  border-bottom: 1px dashed #ccc;
  font-size: 14px;
}
.page-main .right .box .list li:before {
  content: '';
  width: 5px;
  height: 5px;
  background: #f9a201;
  margin-right: 8px;
}
.page-main .right .box .list li a {
  flex: 1;
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=css.css.map */
</pre></body></html>