<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel16 .gpCarousel {
  position: relative;
}
.carousel16 .gpCarousel .slick-slider a span {
  padding-bottom: 38%;
}
.carousel16 .gpCarousel .slick-current a span img {
  transition: transform 6000ms linear 0s;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.carousel16 .gpCarousel .slick-arrow {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 74, 153, 0.6);
  position: absolute;
  top: 50%;
  z-index: 9;
  margin-top: -25px;
  width: 50px;
  height: 50px;
}
.carousel16 .gpCarousel .slick-arrow.slick-prev {
  left: 10%;
  border-radius: 20px 0 0 20px;
}
.carousel16 .gpCarousel .slick-arrow.slick-next {
  right: 10%;
  border-radius: 0 20px 20px 0;
}
.carousel16 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel16 .gpCarousel .slick-txt {
  font-weight: bold;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 90px;
  line-height: 90px;
  color: #fff;
  background-color: rgba(6, 32, 64, 0.52);
  background: -webkit-linear-gradient(bottom, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to top, rgba(6, 32, 64, 0.52), rgba(6, 32, 64, 0));
  /* 标准的语法 */
}
.carousel16 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 35px;
}
.carousel16 .gpCarousel .slick-dots li {
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 100%;
  background: #e8ecf6;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.carousel16 .gpCarousel .slick-dots li button {
  display: none;
}
.carousel16 .gpCarousel .slick-dots li.slick-active {
  width: 28px;
  height: 28px;
  background: url(../images/u_icon1.png) no-repeat center/cover;
  background-size: 28px auto;
  border-radius: 0;
  vertical-align: middle;
  transform: none;
}
/* .carousel16 .gpCarousel .slick-dots li.slick-active {
  width: 67px;
  height: 11px;
  border-radius: 10px;
} */
@media screen and (max-width: 1300px) {
  .carousel16.slick-prev {
    left: 10px;
  }
  .carousel16.slick-next {
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .carousel16 .slick-txt {
    display: none;
  }
  .carousel16 .gpCarousel .slick-dots {
    bottom: 15px;
  }
}
.gp-title81 {
  display: flex;
  padding-top: 20px;
}
.gp-title81 .title {
  flex: 1;
}
.gp-title81 .title h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
}
.gp-title81 .title &gt;div {
  position: relative;
  padding-left: 45px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.gp-title81 .title &gt;div p {
  position: absolute;
  left: 0;
  bottom: 0;
}
.gp-title81 .title &gt;div span {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.3);
}
.gp-title81 .more a {
  display: block;
  color: #666;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 10px 30px;
  box-sizing: border-box;
  position: relative;
}
.gp-title81 .more a .line {
  display: block;
  width: 60%;
  height: 0px;
  border-top: 1px dashed rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -50%;
  top: 50%;
  transform: translateY(-50%);
}
.gp-title81 .more a .line::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.gp-title81 .more a .lt {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.gp-title81 .more a .rt {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.gp-title81 .more a .lb {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.gp-title81 .more a .rb {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.carousel71 a {
  display: block;
  position: relative;
}
.carousel71 a .mode1Pic {
  padding-bottom: 66.25%;
}
.carousel71 a .mode1txtbox {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 15px 30px 24px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
}
.carousel71 a .mode1txtbox .mode1txt {
  line-height: 1.25;
  margin-bottom: 10px;
}
.carousel71 a .mode1txtbox .mode1sum {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.carousel71 .slick-arrow {
  width: 40px;
  height: 88px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.carousel71 .slick-arrow:after {
  display: none;
}
.carousel71 .slick-arrow:before {
  color: #fff;
  font-size: 40px;
}
.carousel71 .slick-dots {
  width: 100%;
  height: 6px;
  font-size: 0;
  left: 0;
  bottom: 0;
  margin: 0 -1px;
  overflow: hidden;
}
.carousel71 .slick-dots li {
  margin: 0;
  height: 6px;
  width: 20%;
}
.carousel71 .slick-dots li button {
  width: calc(100% - 2px);
  border-radius: 0;
  margin: 0 1px;
  background: rgba(255, 255, 255, 0.4);
}
.carousel71 .slick-dots li.slick-active button {
  background: #004a99;
}
.block-list76 {
  position: relative;
  padding: 14px 40px 0;
  z-index: 1;
}
.block-list76::before {
  content: "";
  display: block;
  width: 70%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: -webkit-linear-gradient(90deg, rgba(0, 74, 153, 0.6), #004a99);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(90deg, rgba(0, 74, 153, 0.6), #004a99);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(90deg, rgba(0, 74, 153, 0.6), #004a99);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(90deg, rgba(0, 74, 153, 0.6), #004a99);
  /* 标准的语法 */
}
.block-list76 ul {
  box-sizing: border-box;
  background: #fff;
  position: relative;
  z-index: 2;
}
.block-list76 ul li {
  border-bottom: 1px dashed rgba(15, 69, 136, 0.5);
  overflow: hidden;
  box-sizing: border-box;
}
.block-list76 ul li:last-of-type {
  border-bottom: none;
}
.block-list76 ul li &gt;div {
  display: flex;
  align-items: flex-start;
  padding: 21px 0 28px;
}
.block-list76 ul li .date {
  width: 85px;
  float: left;
  text-align: right;
  position: relative;
  color: #004a99;
  box-sizing: border-box;
  padding-bottom: 15px;
}
.block-list76 ul li .date::after {
  content: "";
  display: block;
  width: 50%;
  height: 1px;
  background: rgba(0, 74, 153, 0.5);
  position: absolute;
  right: 0;
  bottom: 0;
}
.block-list76 ul li .date i {
  display: block;
  font-style: normal;
  opacity: 0.5;
}
.block-list76 ul li .date b {
  display: block;
  font-weight: normal;
  white-space: nowrap;
}
.block-list76 ul li a {
  color: #333333;
  padding-left: 20px;
  flex: 1;
  line-height: 1.5;
  height: 3em;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-list76 ul li a:hover {
  color: #004a99;
}
.carousel18 .leftTextList {
  width: 45%;
  float: left;
  border-left: #c6c6c6 2px solid;
  position: relative;
  z-index: 3;
}
.carousel18 .leftTextList .slider-for li {
  float: none;
  width: 100% !important;
  position: relative;
}
.carousel18 .leftTextList .slider-for li a {
  padding-left: 22px;
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
}
.carousel18 .leftTextList .slider-for li.slick-current::before {
  content: "";
  display: block;
  width: 5px;
  height: 39px;
  background: #004a99;
  position: absolute;
  left: 0;
  top: 0;
}
.carousel18 .leftTextList .slider-for li.slick-current a {
  color: #004a99;
  font-weight: bold;
}
.carousel18 .leftTextList .switcher {
  position: relative;
  margin-top: 40px;
  margin-left: 22px;
}
.carousel18 .leftTextList .switcher::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.carousel18 .leftTextList .switcher .left,
.carousel18 .leftTextList .switcher .right {
  display: inline-block;
  width: 26px;
  height: 20px;
  border: #8c8c8c 2px solid;
  border-radius: 5px;
  line-height: 18px;
  text-align: center;
  color: #8c8c8c;
  cursor: pointer;
  font-size: 14px;
}
.carousel18 .leftTextList .switcher .left::after,
.carousel18 .leftTextList .switcher .right::after {
  display: none;
}
.carousel18 .leftTextList .switcher .progress-slide {
  color: #b0b0b0;
  display: inline-block;
  margin: 0 20px 0 40px;
}
.carousel18 .leftTextList .switcher .progress-slide .count-slide {
  color: #004a99;
}
.carousel18 .slider-nav {
  width: 54%;
  box-sizing: border-box;
  float: right;
  position: relative;
  z-index: 1;
}
.carousel18 .slider-nav .slick-list {
  overflow: initial;
}
.carousel18 .slider-nav li {
  margin: 0 25px;
  position: relative;
  opacity: 0;
}
.carousel18 .slider-nav li::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.carousel18 .slider-nav li a {
  display: block;
}
.carousel18 .slider-nav li span {
  border-radius: 8px;
}
.carousel18 .slider-nav li div {
  width: 172px;
  background: #004a99;
  padding: 25px;
  border-radius: 5px;
  position: absolute;
  left: -25px;
  bottom: 0px;
  opacity: 0;
  transition: all 0.2s ease;
}
.carousel18 .slider-nav li div p {
  line-height: 30px;
  max-height: 150px;
  color: #fff;
  overflow: hidden;
}
.carousel18 .slider-nav li.slick-current {
  opacity: 1;transition: opacity 0.1s ease 0.3s;
}
.carousel18 .slider-nav li.slick-current div {
  opacity: 1;transition: opacity 0.1s ease 0.3s;
}
.carousel18 .slider-nav li.slick-current + .slick-slide {
  opacity: 0.5;
}
.carousel18 .slider-nav li.slick-current + .slick-slide div {
  opacity: 0.5;
}
@media screen and (max-width: 996px) {
  .carousel18 .slider-nav li div {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    left: 0;
    bottom: 10px;
    padding: 10px;
  }
  .carousel18 .slider-nav li div p {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .carousel18 .leftTextList .switcher {
    margin-top: 0;
  }
  .carousel18 .leftTextList {
    width: 100%;
    float: none;
  }
  .carousel18 .slider-nav {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  .carousel18 .slider-nav li {
    margin: 0;
  }
}
.gp-title17 {
  box-sizing: border-box;
}
.gp-title17 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title17 h2 {
  line-height: 1.5;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title17 h2 a {
  color: #004a99;
}
.gp-title17 .more {
  padding-top: 10px;
  color: #333;
}
.block-list80 {
  margin: 0 -25px;
}
.block-list80 li a {
  display: block;
  margin: 0 25px;
  overflow: hidden;
  position: relative;
  transition: transform 0.2s ease-out;
  border-left: #004a99 2px solid;
  padding-left: 30px;
  height: 100%;
}
.block-list80 li a .listDate {
  display: block;
  line-height: 30px;
  color: #f39800;
}
.block-list80 li a .listTitle {
  line-height: 1.3;
  margin: 30px 0 20px;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 1.3em;
}
.block-list80 li a .listText {
  color: #999999;
  line-height: 1.5;
  height: 4.5em;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 996px) {
  .block-list80 {
    margin: -10px 0;
  }
  .block-list80 li a {
    margin: 10px 0;
    box-sizing: border-box;
    padding: 0 15px;
  }
  .block-list80 li a .listTitle {
    margin: 12px 0;
  }
  .block-list80 li a .listText {
    -webkit-line-clamp: 2;
  }
}
/*专题大图*/
.topicList1 .gpImgSize {
  padding-bottom: 26.04%;
}
.topicList1 .gpImgSize img:hover {
  transform: none;
  opacity: 1;
}
.block-list110 {
  margin: 0 -5px;
}
.block-list110 li a {
  display: block;
  margin: 0 5px;
  box-shadow: 0.174px 4.997px 10px 0px rgba(0, 0, 0, 0.15);
}
.block-list110 li a span {
  padding-bottom: 56.46%;
}
.block-list90 li a {
  display: block;
  padding-bottom: 18.18%;
}

.pid-2a2f8814-5408-40f4-921d-117f8f73235c{}
.gp-header9{position:relative;z-index:10;background:url(../images/afa6d4367e374f529144328dec84a0a3.jpg) no-repeat center top;transition: all 0.3s ease-in-out;background-size:cover;}
.gp-header9 .top .topRight .gp-serBtn2{background: url(../images/a2b38e665fd640db90a54b5a949fcc64.png) no-repeat center;}
/*.nav{height:84px!important;}*/
/*.nav ul{height:84px;padding:18px 0}*/
.gp-header9 .top{padding:35px 0 30px}
.gp-header9 .top .topRight .gp-link a{position:relative;padding:0 10px;}
.gp-header9 .top .topRight .gp-link a:before {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: #ccc;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top:-8px;
}
.nav li &gt; a{font-size:20px;}


.pid-6810ad4c-916d-44fc-83f4-74a415bcea29{overflow:hidden;
    background: url(../images/8f6ff08c60554d54b974cf5777381fe2.png) no-repeat right  bottom;
}
.pid-6810ad4c-916d-44fc-83f4-74a415bcea29 .block-list76 ul li{ transition: all 0.35s ease;}
.pid-6810ad4c-916d-44fc-83f4-74a415bcea29 .block-list76 ul li:hover{
    background: #004a99;
    transform: translateY(-10px) translateX(-10px);
    padding: 0 5px;
    box-shadow: 0 0 15px 3px rgba(0,74,153,0.2);
}
.pid-6810ad4c-916d-44fc-83f4-74a415bcea29 .block-list76 ul li &gt;div *{ transition: all 0.35s ease;}
.pid-6810ad4c-916d-44fc-83f4-74a415bcea29 .block-list76 ul li &gt;div:hover *{ color: #fff !important;}
@media screen and (max-width: 1320px){
    .block-list76 ul li{
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    .block-list76 ul li .date{ padding-bottom: 10px ;}
    .block-list76 ul li &gt; div{
        padding: 5px 0 !important;
    }
}
@media screen and (max-width: 996px){
    .pid-6810ad4c-916d-44fc-83f4-74a415bcea29 .block-list79 li{margin-bottom:0!important;}
    .block-list79 li a .info{padding:15px 0 10px !important;}
    .block-list76 ul{padding:0 15px;}
    .block-list76 ul li{padding:10px 0 !important;}
}
@media screen and (max-width: 780px){
  .carousel16 .gpCarousel .slick-slider a span{ height: 170px; padding-bottom: 0 !important; position: relative;}
  .carousel16 .gpCarousel .slick-slider a span img{ position: absolute; height: 100%; width: auto; min-width: 100%; max-width: unset;}
}
@media screen and (max-width: 480px){
  .carousel16 .gpCarousel .slick-arrow{ display: none;}
    .pid-6810ad4c-916d-44fc-83f4-74a415bcea29 .carousel103 .slick-dots{
        position: relative;
        bottom: auto;
        left: auto;
    }
    .pid-6810ad4c-916d-44fc-83f4-74a415bcea29 .carousel103 .slick-dots li{
        margin: 0 2px;
    }
}



.pid-94437b8e-a2bd-4426-9fe3-3dc5ac77c36a{overflow:hidden;
    background: #f7f7f7 url(../images/c91e6185d9fe43fbb981717f15ac7325.png) no-repeat left -15px center;
}
.carousel18 .leftTextList .switcher{ display: none;}
.carousel18::after{content: "";display: block;clear: both;height: 0;overflow: hidden;visibility: hidden;}
.pid-94437b8e-a2bd-4426-9fe3-3dc5ac77c36a .carousel18 .leftTextList .slider-for li.slick-current::before{background:#df4e18}

.pid-94437b8e-a2bd-4426-9fe3-3dc5ac77c36a .block-list76 ul li:last-of-type{
    border-bottom: 1px dashed rgba(15, 69, 136, 0.5);
}
.pid-94437b8e-a2bd-4426-9fe3-3dc5ac77c36a .block-list76 ul li{ transition: all 0.35s ease;}
.pid-94437b8e-a2bd-4426-9fe3-3dc5ac77c36a .block-list76 ul li:hover{
    background: #004a99;
    transform: translateY(-10px) translateX(-10px);
    padding: 0 5px;
    box-shadow: 0 0 15px 3px rgba(0,74,153,0.2);
}
.pid-94437b8e-a2bd-4426-9fe3-3dc5ac77c36a .block-list76 ul li &gt;div *{ transition: all 0.35s ease;}
.pid-94437b8e-a2bd-4426-9fe3-3dc5ac77c36a .block-list76 ul li &gt;div:hover *{ color: #fff !important;}

.pid-94437b8e-a2bd-4426-9fe3-3dc5ac77c36a .carousel18 .leftTextList .slider-for li{
    position: relative;
    transition: all 0.35s ease;
}
.pid-94437b8e-a2bd-4426-9fe3-3dc5ac77c36a .carousel18 .leftTextList .slider-for li a{
    transition: all 0.35s ease;
}
.pid-94437b8e-a2bd-4426-9fe3-3dc5ac77c36a .carousel18 .leftTextList .slider-for li::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #004a99 !important;
    opacity: 0;
    position: absolute;
    left: 0px;
    top:-8px;
    z-index:-1;
    transition: all 0.35s ease;
}
.pid-94437b8e-a2bd-4426-9fe3-3dc5ac77c36a .carousel18 .leftTextList .slider-for li:hover::before{
    opacity: 1;
}
.pid-94437b8e-a2bd-4426-9fe3-3dc5ac77c36a .carousel18 .leftTextList .slider-for li:hover{
    transform: translateX(4px);
}
.pid-94437b8e-a2bd-4426-9fe3-3dc5ac77c36a .carousel18 .leftTextList .slider-for li:hover a{
    color: #fff;
}
@media screen and (max-width: 996px){
    body .pid-94437b8e-a2bd-4426-9fe3-3dc5ac77c36a{padding:20px 0 30px !important;}
}
@media screen and (max-width: 767px){
    .pid-94437b8e-a2bd-4426-9fe3-3dc5ac77c36a{background:#f7f7f7;}
}


.pid-88e255db-c204-427b-b479-e09002810504{
    display: none;
}
.pid-88e255db-c204-427b-b479-e09002810504 .block-list80 li a{
    transition: all 0.35s ease;
}
.pid-88e255db-c204-427b-b479-e09002810504 .block-list80 li a:hover{
    transform: translateY(-8px);
}
@media screen and (max-width: 996px){
   body  .pid-88e255db-c204-427b-b479-e09002810504{
       padding:20px 0 !important;
    }
    .block-list80 li{margin-bottom:10px;}
    .block-list80 li a .listTitle{margin:10px 0;}
    .block-list80 li a .listText{max-height:72px;height:auto;}
}


.pid-01185afe-a908-43d8-9e56-0bda10070684{
    background: url(../images/1435e7395e6f48bea963a3a54bda9eb6.jpg) no-repeat center/cover;
}
.pid-01185afe-a908-43d8-9e56-0bda10070684 .gp-img-responsive img:hover{
    opacity: 1;
    transform: unset;
}


.pid-cce9ea2f-180d-4b2f-913b-67a2850a75e1{
    background:url(../images/3ade515d8a1c41d494c4ad353c6a1d4e.jpg) no-repeat center;
    background-size:cover;
}
.pid-cce9ea2f-180d-4b2f-913b-67a2850a75e1 .gp-title17{
    /*text-align:right;*/
    background:none!important;}
.pid-cce9ea2f-180d-4b2f-913b-67a2850a75e1 .gp-title17 .more{
    /*display:none；*/
    color:#fff;
    opacity:.7;
}
.pid-cce9ea2f-180d-4b2f-913b-67a2850a75e1 .gp-title17 h2 a{    color: rgb(255, 255, 255);
    position: relative;}
.pid-cce9ea2f-180d-4b2f-913b-67a2850a75e1 .gp-title17 h2 a{
    /*padding-left:45px;background: url("../images/09c19611605a4f04ae345cc3e763e2af.png") no-repeat left center;*/
}
.carousel17 .gpCarousel .slick-slider a .slickText{
    padding-bottom: 0px !important;
    margin-bottom: 20px;
}
.pid-cce9ea2f-180d-4b2f-913b-67a2850a75e1 .block-list110 li a span{ position: relative;}
.pid-cce9ea2f-180d-4b2f-913b-67a2850a75e1 .gp-img-responsive img{
    position: absolute;
    top: -20px;
}
@media screen and (max-width: 996px){
    body .pid-cce9ea2f-180d-4b2f-913b-67a2850a75e1{
        padding:20px 0!important;
    }
}


body{ 
    background-image: none !important;
    background: none !important;
    background-color: none !important;
}
.pid-a459bc1d-6fde-48a6-9314-00b716e20dde::before{
    display: none !important;
}
section.pid-a459bc1d-6fde-48a6-9314-00b716e20dde{
    /* 底部marginTop */
    margin-top: 0 !important;
}


.pid-bf2a0dfe-bec0-4e9d-abd7-7786ccfd9261{}
@media screen and (max-width: 996px){
    .block-list81 li{margin-bottom:10px;}
    .block-list81 li a{margin-bottom:0;}
    .block-list81 li a p{margin:10px 0;}
}


.pid-a459bc1d-6fde-48a6-9314-00b716e20dde{}
.footer_top{margin-bottom:30px;}
.footer_bot {background:rgba(0,0,0,0.18);padding:13px 0;}
.footer_block9::before{display:none}
@media screen and (max-width: 996px){
    .footer_block9{padding-top:30px !important;}
    .footer_block9{margin-top:20px !important;}
    .footer_block9 .footer_top{margin-bottom:20px !important;}
}
    

.pid-77f41c50-fc96-49a1-a115-15196de2827e.gpArticleTitle{height:55px !important;line-height:1.4 !important;-webkit-line-clamp:1 !important;}@media screen and (max-width:996px){.sm-pid-77f41c50-fc96-49a1-a115-15196de2827e.gpArticleTitle{height:52px !important;line-height:1.4 !important;-webkit-line-clamp:1 !important;}}@media screen and (max-width:767px){.xs-pid-77f41c50-fc96-49a1-a115-15196de2827e.gpArticleTitle{height:46px !important;line-height:1.2 !important;}}@media screen and (max-width:480px){.xxs-pid-77f41c50-fc96-49a1-a115-15196de2827e.gpArticleTitle{height:46px !important;line-height:1.2 !important;}}.pid-02974b24-62e8-4099-b0fa-6ffa34a40d0b.gpArticleTitle{height:27px !important;line-height:1.5 !important;-webkit-line-clamp:1 !important;}@media screen and (max-width:996px){}@media screen and (max-width:767px){}@media screen and (max-width:480px){}.pid-02974b24-62e8-4099-b0fa-6ffa34a40d0b.gpArticleSummary{height:24px !important;line-height:1.5 !important;-webkit-line-clamp:1 !important;}@media screen and (max-width:996px){}@media screen and (max-width:767px){}@media screen and (max-width:480px){}.pid-151781d7-7e6c-4edc-9329-cf91ed4affd3.gpArticleTitle{height:54px !important;line-height:1.5 !important;-webkit-line-clamp:2 !important;}@media screen and (max-width:996px){.sm-pid-151781d7-7e6c-4edc-9329-cf91ed4affd3.gpArticleTitle{height:48px !important;line-height:1.5 !important;}}@media screen and (max-width:767px){.xs-pid-151781d7-7e6c-4edc-9329-cf91ed4affd3.gpArticleTitle{height:42px !important;line-height:1.5 !important;}}@media screen and (max-width:480px){.xxs-pid-151781d7-7e6c-4edc-9329-cf91ed4affd3.gpArticleTitle{height:42px !important;line-height:1.5 !important;}}</pre></body></html>