@media screen  and (min-width:996px){
.pid-4f3c3426-247c-43a9-8426-b710799003f5{padding-top: 130px !important;}
}
.carousel16 .gpCarousel {
  position: relative;
}
.carousel16 .gpCarousel .slick-slider a span {
  padding-bottom: 56%;
}
.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, 80, 143, 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.2s ease;
  cursor: pointer;
}
.carousel16 .gpCarousel .slick-dots li button {
  display: 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-title83 {
  position: relative;
  display: flex;
  align-items: center;
}
.gp-title83 .lt {
  text-align: center;
  display: flex;
  align-items: center;
  flex: 1;
}
.gp-title83 .line {
  flex: 1;
  height: 1px;
  background: #00508f;
  position: relative;
}
.gp-title83 .line::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #00508f;
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.gp-title83 .line:nth-child(1):before {
  right: -8px;
}
.gp-title83 .line:nth-child(3):before {
  left: -8px;
}
.gp-title83 .titleBox {
  margin: 0 34px;
}
.gp-title83 .titleBox span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title83 .titleBox .title {
  display: inline-block;
  vertical-align: middle;
}
.gp-title83 .titleBox .title h2 {
  font-weight: normal;
}
.gp-title83 .titleBox .title h2 a {
  color: #00508f;
  display: inline-block;
  vertical-align: middle;
}
.gp-title83 .titleBox .title h3 {
  font-weight: normal;
}
.gp-title83 .more {
  position: relative;
}
.gp-title83 .more::before {
  content: '';
  display: block;
  position: absolute;
  width: 15%;
  height: 1px;
  background: #00508f;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  transform: translateX(-40%);
}
.gp-title83 .more a {
  position: relative;
  border: 1px solid #00508f;
  overflow: hidden;
  padding: 10px 25px 10px 45px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
}
.gp-title83 .more a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #00508f;
  transform-origin: 0 0%;
  transform: skewX(25deg);
  z-index: -1;
}
@media screen and (max-width:768px) {
  .gp-title83 .titleBox span img {
    display: block;
    max-height: 30px;
  }
  .gp-title83 .line {
    display: none;
  }
  .gp-title83 .titleBox {
    margin: 0;
  }
  .gp-title83 .more::before {
    display: none;
  }
  .gp-title83 .more a {
    padding: 0;
    border: none;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    border: none;
  }
  .gp-title83 .more a::after {
    display: none;
  }
}
.carousel75 {
  position: relative;
}
.carousel75 .gpCarousel {
  position: relative;
  /* .slick-txt {
            font-weight: bold;
            overflow: hidden;
            position: absolute;
            bottom: 130px;
            width: 100%;
            text-align: center;
            color: #fff;
        } */
}
.carousel75 .gpCarousel .slick-list {
  margin: 0 -10px;
  overflow: visible;
  overflow-x: clip;
}
.carousel75 .gpCarousel .slick-slider a {
  display: block;
  margin: 0 12px;
  box-sizing: border-box;
  transition: all 0.3s ease-in-out;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.carousel75 .gpCarousel .slick-slider a span {
  padding-bottom: 56%;
  overflow: hidden;
}
.carousel75 .gpCarousel .slick-slider a .info {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
}
.carousel75 .gpCarousel .slick-slider a .info .date {
  width: auto;
  text-align: center;
  display: inline-block;
  padding: 8px;
  background: url(../images/carousel75_datebg.png) no-repeat #00508f;
  border: 3px solid #fff;
  transform: translateY(0px);
  position: absolute;
  left: 25px;
  top: -40px;
  color: #fff;
}
.carousel75 .gpCarousel .slick-slider a .info .date b {
  font-weight: normal;
  display: block;
}
.carousel75 .gpCarousel .slick-slider a .info .date i {
  font-style: normal;
  display: block;
}
.carousel75 .gpCarousel .slick-slider a .info h3 {
  margin-top: 20px;
  font-weight: normal;
  color: #333333;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: content-box;
  height: 3em;
}
.carousel75 .gpCarousel .slick-slider a .info p {
  padding-top: 10px;
  position: relative;
  color: #999999;
  box-sizing: border-box;
  line-height: 1.5;
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  box-sizing: content-box;
  height: 3em;
}
.carousel75 .gpCarousel .slick-slider a:hover {
  transform: translateY(-8px);
}
.carousel75 .gpCarousel .slick-slider a:hover .info h3 {
  color: #00508f;
}
.carousel75 .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);
}
.carousel75 .gpCarousel .slick-arrow {
  display: block;
  width: 50px;
  height: 90px;
  line-height: 90px;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 50%;
  z-index: 1;
}
.carousel75 .gpCarousel .slick-arrow:hover {
  background: rgba(0, 80, 143, 0.8);
}
.carousel75 .gpCarousel .slick-arrow.slick-prev {
  left: -10px;
  transform: translate(-100%, -50%);
}
.carousel75 .gpCarousel .slick-arrow.slick-prev::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url(../images/carousel75_ljt.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel75 .gpCarousel .slick-arrow.slick-next {
  right: -10px;
  transform: translate(100%, -50%);
}
.carousel75 .gpCarousel .slick-arrow.slick-next::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url(../images/carousel75_rjt.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel75 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel75 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 0px;
  text-align: center;
  position: relative;
  padding-top: 20px;
}
.carousel75 .gpCarousel .slick-dots li {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
  cursor: pointer;
  border-radius: 50%;
}
.carousel75 .gpCarousel .slick-dots li button {
  display: none;
}
.carousel75 .gpCarousel .slick-dots li.slick-active {
  background: #00508f;
}
@media screen and (max-width: 1240px) {
  .carousel75 {
    padding: 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .carousel75 {
    padding: 0;
  }
}
.sidebar1 .rightBtn {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  background: #00508f;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(50%);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  box-sizing: border-box;
  padding-right: 70px;
}
.sidebar1 .rightBtn div {
  height: 100%;
  display: flex;
  justify-content: end;
  justify-content: flex-end;
}
.sidebar1 .rightBtn span {
  writing-mode: vertical-rl;
  color: #fff;
  margin-right: 10px;
  letter-spacing: 2px;
}
.sidebar1 .rightBtn::before {
  content: "";
  position: absolute;
  top: -10%;
  left: -10%;
  border: #d5e9e4 1px dashed;
  border-radius: 50%;
  width: 120%;
  height: 120%;
  -webkit-animation: play 25s linear infinite;
  -moz-animation: play 25s linear infinite;
  animation: play 25s linear infinite;
}
.sidebar1 .online_q {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 9999;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  padding: 20px 22px;
  background: #00508f;
  text-align: center;
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
  background-size: cover;
}
.sidebar1 .online_q.hide {
  transform: translateY(-50%) translateX(100%);
}
.sidebar1 .online_q .btn-top {
  margin-top: 15px;
}
.sidebar1 .online_q .btn2 {
  cursor: pointer;
  position: relative;
  margin-bottom: 0;
  color: #fff;
  border-bottom: rgba(255, 255, 255, 0.23) 1px dotted;
  padding: 10px 0;
}
.sidebar1 .online_q .btn2.active{font-weight: bold;}
.sidebar1 .online_q .btn2 a {
  color: #fff;
}
.sidebar1 .online_q .btn2 a span {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  z-index: 999;
  overflow: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-bottom: rgba(255, 255, 255, 0.23) 1px dotted;
  padding: 10px 0;
}
.sidebar1 .online_q .btn2 a span img {
  margin: 0 10px 0 0;
  transition: 0.5s;
  height: 28px;
}
.sidebar1 .online_q .btn2:hover a span img {
  transform: rotateY(180deg);
}
@-webkit-keyframes play {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes play {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.gp-title84 {
  position: relative;
  display: flex;
  align-items: center;
  /* 直角梯形 */
}
.gp-title84 .lt {
  text-align: center;
  display: flex;
  align-items: center;
  flex: 1;
}
.gp-title84 .line {
  flex: 1;
  height: 1px;
  background: #00508f;
  position: relative;
}
.gp-title84 .titleBox {
  margin-right: 20px;
}
.gp-title84 .titleBox span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title84 .titleBox .title {
  display: inline-block;
  vertical-align: middle;
}
.gp-title84 .titleBox .title h2 {
  font-weight: normal;
}
.gp-title84 .titleBox .title h2 a {
  color: #00508f;
  display: inline-block;
  vertical-align: middle;
}
.gp-title84 .titleBox .title h3 {
  font-weight: normal;
}
.gp-title84 .more {
  position: relative;
}
.gp-title84 .more::before {
  content: '';
  display: block;
  position: absolute;
  width: 15%;
  height: 1px;
  background: #00508f;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5px;
  transform: translateX(-40%);
}
.gp-title84 .more a {
  position: relative;
  border: 1px solid #00508f;
  overflow: hidden;
  padding: 10px 25px 10px 45px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 15% 100%);
}
.gp-title84 .more a::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-left: 1px solid #00508f;
  transform-origin: 0 0%;
  transform: skewX(25deg);
  z-index: -1;
}
@media screen and (max-width:768px) {
  .gp-title84 .titleBox span img {
    display: block;
    max-height: 30px;
  }
  .gp-title84 .line {
    display: none;
  }
  .gp-title84 .titleBox {
    margin: 0;
  }
  .gp-title84 .more::before {
    display: none;
  }
  .gp-title84 .more a {
    padding: 0;
    border: none;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .gp-title84 .more a::after {
    display: none;
  }
}
.block-list263 {
  margin: 0 -30px;
}
.block-list263 li >div {
  margin: 0 30px;
}
.block-list263 li >div .date {
  color: rgba(255, 255, 255, 0.8);
  color: #666666;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0px;
}
.block-list263 li >div .date::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  border: 1px solid #bfbeac;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.block-list263 li >div .date::after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background: rgba(191, 190, 172, 0.8);
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -0.5px;
}
.block-list263 li >div .title {
  display: block;
  color: #333333;
  line-height: 1.5;
  height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list263 li >div .title::hover {
  color: #00508f;
}
@media screen and (max-width:996px) {
  .block-list263 {
    margin: 0 -20px;
  }
  .block-list263 li>div {
    margin: 0 20px;
  }
}
.block-list268 {
  margin: 0 -5px;
}
.block-list268 li >div {
  display: flex;
  align-items: center;
}
.block-list268 li >div .date {
  color: #333333;
  box-sizing: border-box;
  padding: 0 10px;
  margin-right: 15px;
  border-right: 1px solid #00508f;
}
.block-list268 li >div .date b {
  display: block;
}
.block-list268 li >div .date i {
  display: block;
  font-style: normal;
}
.block-list268 li >div .title {
  display: block;
  flex: 1;
  color: #333333;
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-list268 li >div .title:hover {
  color: #00508f;
}
.carousel14 {
  padding: 0 30px;
  box-sizing: border-box;
  margin: 0 -10px;
}
.carousel14 .slick-slider a {
  display: block;
  margin: 0 10px;
}
.carousel14 .slick-slider a p {
  margin: 10px 5px;
  box-sizing: border-box;
}
.carousel14 .slick-arrow {
  width: 30px;
  height: 50px;
  background: #00508f;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
}
.carousel14 .slick-arrow:after {
  display: none;
}
.block-list266 {
  margin: 0 10px;
}
.block-list266 li a {
  display: block;
  margin: 0 10px;
}
.block-list266 li a .img {
  padding-bottom: 56.06%;
  position: relative;
}
.block-list266 li a .img .play {
  width: 15%;
  position: absolute;
  transition: all 0.35s ease-out;
  max-width: 60px;
  left: 10px;
  bottom: 10px;
  transform: none;
}
.block-list266 li a .video_title {
  line-height: 1.5;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
  margin-top: 10px;
}
.block-list266 li a .video_title:hover {
  color: #00508f;
}
.block-list266 li a:hover .img .play {
  left: 10px;
  bottom: 10px;
  transform: none;
  left: 50%;
  bottom: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width:479px) {
  .block-list266 li a .video_title {
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.carousel77 {
  position: relative;
  padding-bottom: 50px;
}
.carousel77 .gpCarousel {
  position: initial;
}
.carousel77 .gpCarousel .slick-list {
  padding: 70px 0;
  position: initial;
}
.carousel77 .gpCarousel .slick-slider:nth-child(odd) {
  transform: translateY(-70px);
}
.carousel77 .gpCarousel .slick-slider:nth-child(even) {
  transform: translateY(70px);
}
.carousel77 .gpCarousel .slick-slider >div {
  display: block;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.carousel77 .gpCarousel .slick-slider >div a {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.carousel77 .gpCarousel .slick-slider >div a .list {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  text-align: center;
}
.carousel77 .gpCarousel .slick-slider >div a .list .img {
  padding-bottom: 50%;
  max-width: 76px;
  width: auto;
  margin: 0 auto;
  background: none;
}
.carousel77 .gpCarousel .slick-slider >div a .list .img img {
  display: inline-block;
}
.carousel77 .gpCarousel .slick-slider >div a .list .title {
  margin: 10px 0 0;
  white-space: nowrap;
}
.carousel77 .gpCarousel .slick-slider >div a .list .title span {
  margin-left: 10px;
}
.carousel77 .gpCarousel .slick-slider >div a .list .summary {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}
.carousel77 .gpCarousel .slick-arrow {
  display: block;
  width: 50px;
  height: 90px;
  line-height: 90px;
  color: transparent;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  background: rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 50%;
  z-index: 9;
}
.carousel77 .gpCarousel .slick-arrow:hover {
  background: rgba(0, 80, 143, 0.8);
}
.carousel77 .gpCarousel .slick-arrow.slick-prev {
  left: 0px;
  transform: translate(0, -50%);
}
.carousel77 .gpCarousel .slick-arrow.slick-prev::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url(../images/carousel75_ljt.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel77 .gpCarousel .slick-arrow.slick-next {
  right: 0px;
  transform: translate(0%, -50%);
}
.carousel77 .gpCarousel .slick-arrow.slick-next::before {
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background: url(../images/carousel75_rjt.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.carousel77 .gpCarousel .slick-arrow::after {
  display: none;
}
.carousel77 .gpCarousel .slick-dots {
  right: 50%;
  transform: translateX(50%);
  bottom: 0px;
  text-align: center;
}
.carousel77 .gpCarousel .slick-dots li {
  width: 24px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
  cursor: pointer;
}
.carousel77 .gpCarousel .slick-dots li button {
  display: none;
}
.carousel77 .gpCarousel .slick-dots li.slick-active {
  background: #00508f;
}
@media screen and (max-width: 1400px) {
  .carousel77 .gpCarousel .slick-slider>div a .list .title {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .carousel77 .gpCarousel .slick-list {
    padding: 40px 0;
  }
  .carousel77 .gpCarousel .slick-slider:nth-child(odd) {
    transform: translateY(-40px);
  }
  .carousel77 .gpCarousel .slick-slider:nth-child(even) {
    transform: translateY(40px);
  }
  .carousel77 .gpCarousel .slick-slider>div a .list .title {
    font-size: 20px;
    font-size: 2rem;
  }
  .carousel77 .gpCarousel .slick-slider>div a .list .title span {
    margin-left: 5px;
  }
  .carousel77 .gpCarousel .slick-slider>div a .list .img img {
    max-height: 50px;
  }
}
@media screen and (max-width: 996px) {
  .carousel77 .gpCarousel .slick-list {
    padding: 0px 0;
  }
  .carousel77 .gpCarousel .slick-slider:nth-child(odd) {
    transform: translateY(0px);
  }
  .carousel77 .gpCarousel .slick-slider:nth-child(even) {
    transform: translateY(0px);
  }
}
@media screen and (max-width: 768px) {
  .carousel77 .gpCarousel .slick-slider>div a .list .img img {
    max-height: 40px;
  }
}
.block-list269 {
  margin: 0 -20px;
}
.block-list269 li >div {
  display: flex;
  overflow: hidden;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin: 0 20px;
  background: #f5fafa;
}
.block-list269 li >div .date {
  color: #333333;
  box-sizing: border-box;
  padding: 20px 20px 20px 0;
  text-align: right;
  background: #f1f1f1;
}
.block-list269 li >div .date b {
  display: block;
  font-weight: normal;
  color: #00508f;
}
.block-list269 li >div .date i {
  display: block;
  font-style: normal;
  color: #999999;
}
.block-list269 li >div .title {
  line-height: 1.5;
  height: 48px;
  box-sizing: border-box;
  padding: 0 20px;
  display: block;
  flex: 1;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.block-list269 li >div .title:hover {
  color: #00508f;
}
.block-list312 {
  background-color: #9e8990;
  display: flex;
  flex-wrap: wrap;
}
.block-list312 li .item {
  display: block;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-left: none;
  text-align: center;
  box-sizing: border-box;
  padding: 35px 10px 15px;
}
.block-list312 li .item .img {
  margin: 0 auto;
  height: 50px;
  transition: all 0.25s ease-in-out;
}
.block-list312 li .item .img img {
  max-height: 50px;
}
.block-list312 li .item .title {
  color: #fff;
  margin: 20px 0 0;
}
.block-list312 li .item:hover .img {
  transform: rotateY(180deg);
}
.block-list312 li:first-child .item {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width:996px) {
  .block-list312 li .item {
    padding: 20px 10px;
  }
  .block-list312 li .item .title {
    margin: 10px 0 0;
  }
  .block-list312 li:nth-child(6n) .item {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media screen and (max-width:768px) {
  .block-list312 li .item {
    padding: 15px 10px;
  }
  .block-list312 li .item .img {
    height: 40px;
    line-height: 40px;
  }
  .block-list312 li .item .img img {
    max-height: 30px;
  }
  .block-list312 li:nth-child(6n) .item {
    border-left: none;
  }
  .block-list312 li:nth-child(3n+1) .item {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}
@media screen and (max-width:479px) {
  .block-list312 li .item {
    padding: 10px 10px;
  }
  .block-list312 li .item .title {
    margin: 5px 0 0;
  }
  .block-list312 li:nth-child(3n+1) .item {
    border-left: none;
  }
  .block-list312 li:nth-child(2n+1) .item {
    border-left: 1px solid rgba(255, 255, 255, 0.15);
  }
}
