<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
* 涓婚棰滆壊
* 榧犳爣缁忚繃a鐨勯鑹�
* 榧犳爣缁忚繃鏄惁鏄剧ず涓嬪垝绾� underline
* 椤甸潰鏁翠綋瀹藉害
* 鑳屾櫙棰滆壊
* 搴曢儴淇℃伅鏍忛鑹�
**/
a:hover {
  color: #e9811c;
  text-decoration: none;
}
.w {
  width: 1200px;
}
body {
  background-color: #fff;
}
.yq_lis .hd li.on {
  border-bottom: 2px solid #9c0000;
}
.advertising {
  width: 1200px;
}
.right {
  position: sticky;
  top: 0;
  height: 100%;
}
.right .advertising {
  width: 300px;
  height: 300px;
  margin: 20px auto;
}
.right .advertising img {
  width: 100%;
  height: 100%;
}
.right .advertising-2 {
  margin-top: 40px;
  height: 250px;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.bg {
  background-color: #9c0000;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 110px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
nav .logo {
  width: 185px;
  height: 38px;
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
}
nav .nav-list {
  margin-top: 40px;
}
nav .nav-list ul {
  display: flex;
  justify-content: space-between;
}
nav .nav-list ul li a {
  height: 65px;
  line-height: 65px;
  display: block;
  padding: 0 10px;
  font-size: 16px;
  padding-bottom: 5px;
  color: #fff;
}
nav .nav-list ul li a:hover {
  color: #e9811c;
  background-color: #b03333;
}
nav .search {
  position: absolute;
  right: 0;
  top: 5px;
  width: 50px;
  height: 30px;
  border: 1px solid transparent;
  display: none;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.3s;
  border-radius: 20px;
}
nav .search button {
  transition: all 0.3s;
  background: url('../img/search.png') no-repeat 10px center;
  background-size: 22px;
  z-index: 99;
  border: 0;
  outline: none;
  width: 64px;
  height: 100%;
  color: white;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
nav .search input {
  display: none;
  background-color: #fff;
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  text-indent: 1rem;
  font-size: 14px;
}
nav .search:hover {
  width: 260px;
  border: 1px solid #ccc;
}
nav .search:hover input {
  display: block;
}
nav .search:hover button {
  display: block;
}
.title {
  line-height: 65px;
  height: 67px;
  border-bottom: #e5e5e5 1px solid;
}
.title a {
  display: flex;
  justify-content: space-between;
}
.title a span {
  color: #000;
  border-bottom: #9c0000 3px solid;
  font-size: 25px;
  padding-left: 40px;
  padding-right: 10px;
}
.title a i {
  font-size: 16px;
  color: #9c0000;
}
.s-title a span {
  padding: 0 20px;
  font-size: 26px;
}
.icon-1 {
  background: url(../img/icon-1.png) no-repeat center left;
}
.icon-3 {
  background: url(../img/icon-3.png) no-repeat center left;
}
.icon-4 {
  background: url(../img/icon-4.png) no-repeat center left;
}
.icon-5 {
  background: url(../img/icon-5.png) no-repeat center left;
}
.box #swiper-1 .swiper-slide a span {
  height: 50px;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.6);
}
.box #swiper-1 .swiper-slide a span h1 {
  width: 70%;
}
.box #swiper-1 .swiper-pagination {
  text-align: right;
  left: -10px;
  bottom: 15px;
}
.box #swiper-1 .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 0;
}
.box #swiper-1 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.box .list-1 ul li {
  position: relative;
  overflow: inherit;
  height: 40px;
  line-height: 40px;
  border-left: 1px solid #eee;
  padding-left: 40px;
}
.box .list-1 ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #9c0000;
  border-radius: 50%;
  position: absolute;
  left: -4.5px;
  top: 50%;
  transform: translateY(-50%);
}
.box .list-1 ul li a {
  font-size: 16px;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.box .list-1 ul .cur::before {
  width: 42px;
  height: 17px;
  background: url(../img/icon-2.png) no-repeat center;
  left: -21px;
}
.box .list-1 ul .cur a {
  font-size: 20px;
  color: #9c0000;
  font-weight: 700;
}
.box .list-2 ul li {
  height: 42px;
  line-height: 42px;
  white-space: normal;
}
.box .list-2 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .list-2 ul li a span {
  height: 20px;
  line-height: 20px;
  width: 13%;
  font-size: 18px;
  font-weight: 700;
  color: #9c0000;
  border-right: 1px solid #99c9bd;
}
.box .list-2 ul li a h1 {
  width: 83%;
  font-size: 16px;
}
.box #swiper-2 .swiper-slide img {
  height: 50%;
}
.box #swiper-2 .swiper-slide h3 {
  text-indent: 2rem;
  margin: 30px 0 40px;
  font-size: 16px;
}
.box #swiper-2 .swiper-pagination {
  text-align: right;
  left: -10px;
  bottom: 0px;
}
.box #swiper-2 .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  border: 1px solid #9c0000;
  opacity: 1;
  border-radius: 0;
}
.box #swiper-2 .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #9c0000;
}
.box .list-3 {
  width: 300px;
  padding: 0 10px;
}
.box .list-3 ul li {
  white-space: normal;
  margin-top: 22px;
}
.box .list-3 ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .list-3 ul li a .time {
  width: 17%;
  height: 50px;
  overflow: hidden;
  border: 1px solid #9c0000;
}
.box .list-3 ul li a .time p {
  text-align: center;
  height: 26px;
  line-height: 26px;
}
.box .list-3 ul li a .time p:first-of-type {
  border-bottom: 1px solid #c0c0c0;
  background-color: #9c0000;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.box .list-3 ul li a .time p:last-of-type {
  font-size: 12px;
  color: #888888;
}
.box .list-3 ul li a h2 {
  width: 78%;
  font-size: 16px;
  color: #9c0000;
}
.box .list-3 ul li a h2:hover {
  color: #e9811c;
}
.box .list-3 ul li:last-of-type {
  border: none;
}
.box .img-box {
  width: 855px;
  height: 300px;
}
.box .img-box a {
  height: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box .img-box a img {
  width: 63%;
}
.box .img-box a .txt {
  height: 100%;
  width: 37%;
  background-color: #f0f5f4;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.box .img-box a .txt h2 {
  line-height: 32px;
  font-size: 16px;
  font-weight: 700;
}
.box .img-box a .txt h3 {
  font-size: 14px;
  text-indent: 2rem;
  color: #929292;
  -webkit-line-clamp: 4;
}
.box .img-box-2 {
  width: 335px;
  height: 300px;
}
.box .img-box-2 img {
  height: 70%;
}
.box .img-box-2 .txt {
  background-color: #f0f5f4;
  padding: 20px;
  box-sizing: border-box;
  height: 30%;
}
.box .img-box-2 h2 {
  font-size: 16px;
}
.box .img-box,
.box .img-box-2 {
  transition: all 0.6s;
}
.box .img-box:hover,
.box .img-box-2:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  transform: scale(1.05);
}
.box .img-box-3 .img {
  margin-bottom: 10px;
  height: 220px;
  overflow: hidden;
}
.box .img-box-3 .img img {
  width: 100%;
  height: 100%;
}
.box .img-box-3 span {
  color: #cc3333;
  font-size: 15px;
}
.box .img-box-3 h1 {
  color: 20px;
  line-height: 27px;
  margin: 10px 0;
}
.box .img-box-3 h2 {
  color: #999;
  font-size: 16px;
  text-indent: 2rem;
}
.box .list-4 ul li {
  position: relative;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
}
.box .list-4 ul li:before {
  content: '';
  z-index: 999;
  left: 2px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9c0000;
  position: absolute;
}
.box .img-div {
  overflow: hidden;
}
.box .img-div a {
  display: flex;
  justify-content: space-between;
}
.box .img-div img {
  width: 35%;
}
.box .img-div .text {
  width: 60%;
}
.box .img-div .text h2 {
  font-size: 16px;
  margin: 10px 0;
  text-indent: 1rem;
  color: #888;
}
.box .crumbs {
  border-bottom: 1px solid #e0e0e0;
  padding-left: 26px;
  background: url(../img/icon-6.png) no-repeat center left;
  background-size: 3%;
  height: 40px;
  line-height: 40px;
}
.box .crumbs span,
.box .crumbs a {
  font-size: 16px;
  margin-right: 5px;
}
.box .list-list ul li {
  position: relative;
  padding-left: 30px;
  height: 46px;
  line-height: 46px;
  transition: all 0.6s;
}
.box .list-list ul li:hover {
  background-color: #b03333;
}
.box .list-list ul li:hover h1,
.box .list-list ul li:hover span {
  color: #fff;
}
.box .list-list ul li:hover:before {
  background-color: #fff;
}
.box .list-list ul li:before {
  content: '';
  z-index: 999;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
}
.box .list-list ul li a {
  display: flex;
  justify-content: space-between;
}
.box .list-list ul li a h1 {
  width: 85%;
  font-size: 16px;
}
.box .list-list ul li a span {
  width: 10%;
  font-size: 12px;
  color: #999;
}
.box .paging {
  justify-content: center;
}
.box .paging a:first-of-type {
  position: relative;
  border: none;
}
.box .paging a:first-of-type::before {
  content: '鍏�';
}
.box .paging a,
.box .paging span {
  font-size: 14px;
  padding: 0 14px;
  color: #1a1a1a;
  border: 1px solid #eee;
  line-height: 34px;
  text-align: center;
  margin-right: 10px;
}
.box .paging .hover,
.box .paging a:hover,
.box .paging span:hover {
  color: #fff;
  background-color: #9c0000;
}
.box .con-tit {
  margin: 20px 0;
  border-left: 6px solid #9c0000;
  padding-left: 20px;
}
.box .con-tit h4 {
  font-size: 24px;
  font-weight: 400;
}
.box .con-info {
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid #ccc;
}
.box .con-info span {
  font-size: 14px;
  margin-right: 20px;
}
.box .con-info #share {
  font-size: 14px;
  float: right;
}
.box .con-txt p {
  font-size: 16px;
  line-height: 35px;
  text-indent: 2rem;
  margin-bottom: 15px;
}
.box .con-txt a img {
  max-width: 600px;
  width: 600px;
  display: flex;
  margin: 20px auto;
}
.box .keywords {
  justify-content: center;
}
.box .keywords span,
.box .keywords a {
  color: #fff;
  font-size: 14px;
}
.box .keywords a {
  margin-right: 20px;
}
.box .keywords a:hover {
  color: #9c0000;
}
.box .pian {
  border-top: 1px solid #eee;
  justify-content: center;
  height: 60px;
  line-height: 60px;
}
.box .pian a {
  font-size: 16px;
  transition: all 0.6s;
}
.box .pian a:first-of-type {
  padding-right: 20px;
  padding-left: 40px;
  background: url(../img/q-left.png) no-repeat center left;
}
.box .pian a:first-of-type:hover {
  padding-right: 40px;
}
.box .pian a:last-of-type {
  padding-left: 20px;
  padding-right: 40px;
  background: url(../img/q-right.png) no-repeat center right;
}
.box .pian a:last-of-type:hover {
  padding-left: 40px;
}
.box .tj-title {
  border-left: 6px solid #9c0000;
  padding-left: 20px;
}
.box .tj-title h1 {
  font-size: 18px;
  font-weight: 400;
}
.box-1 {
  width: 540px;
}
.box-2 {
  width: 620px;
}
.box-3 {
  width: 500px;
}
.box-4 {
  width: 625px;
}
.box-4 .box-4-1 {
  box-sizing: border-box;
  width: 300px;
  padding: 30px 20px;
  background-color: #e6eeec;
}
.box-5 {
  width: 30%;
}
.box-6 {
  width: 32%;
}
.box-6 .img-box-2 {
  width: 100%;
}
.left {
  width: 65%;
}
.right {
  width: 30%;
}
.right .list-3 {
  width: 100%;
}
.right .list-2 ul li a span {
  width: 20%;
}
.right .list-2 ul li a h1 {
  width: 75%;
}
</pre></body></html>