.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, 64, 152, 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-title2 {
  padding: 13px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #004098;
}
.gp-title2 span {
  display: inline-block;
  vertical-align: middle;
}
.gp-title2 h2 {
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-title2 .more {
  padding-top: 10px;
  color: #999;
}
.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: #004098;
}
.block-list86 li >div {
  overflow: hidden;
  padding: 26px 0;
  border-bottom: 1px solid #c9c9c9;
  display: flex;
}
.block-list86 li >div .date {
  background: #e0c67e;
  color: #fff;
  width: 55px;
  height: 53px;
  float: left;
  text-align: center;
}
.block-list86 li >div .date .day {
  display: block;
  font-weight: normal;
  font-style: normal;
  line-height: 33px;
}
.block-list86 li >div .date .month {
  display: block;
  font-weight: normal;
  font-style: normal;
  line-height: 17px;
}
.block-list86 li >div a {
  display: block;
  color: #333;
  flex: 1;
  padding-left: 20px;
  line-height: 1.6;
  height: 3.2em;
  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-list334 {
  background: #f5f3f0;
  overflow: hidden;
}
.block-list334 li {
  width: 50%;
  padding: 20px;
  box-sizing: border-box;
  float: left;
  position: relative;
  border-bottom: 1px solid #fff;
}
.block-list334 li a {
  display: block;
  overflow: hidden;
}
.block-list334 li a .newsImg {
  float: left;
  width: 64%;
}
.block-list334 li a .newsImg span {
  padding-bottom: 56.19%;
}
.block-list334 li a .info {
  margin-left: 64%;
  padding-left: 20px;
}
.block-list334 li a .info p {
  line-height: 26px;
  height: 78px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-list334 li a .info span {
  width: 77px;
  height: 77px;
  color: #fff;
  position: absolute;
  z-index: 1;
  box-sizing: border-box;
}
.block-list334 li a .info span::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 64, 152, 0.1);
  position: absolute;
  z-index: -1;
}
.block-list334 li a .info span::after {
  content: '';
  display: block;
  top: 10px;
  left: 10px;
  right: 0;
  bottom: 0;
  background: #004098;
  position: absolute;
  z-index: -1;
}
.block-list334 li a .info span b {
  line-height: 22px;
  display: block;
  font-weight: normal;
  margin-top: 4px;
}
.block-list334 li a .info span b::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background: rgba(0, 64, 152, 0.1);
  position: absolute;
}
.block-list334 li a .info span i {
  line-height: 22px;
  display: block;
  opacity: 0.7;
  font-style: normal;
}
.block-list334 li:nth-child(4n + 1) a .info span {
  text-align: right;
  padding-right: 10px;
  right: 0;
  bottom: 0;
  padding-top: 25px;
}
.block-list334 li:nth-child(4n + 1) a .info span::before {
  right: 0;
  bottom: 0;
  border-radius: 100% 0 0 0;
}
.block-list334 li:nth-child(4n + 1) a .info span::after {
  right: 0;
  bottom: 0;
  border-radius: 100% 0 0 0;
}
.block-list334 li:nth-child(4n + 1) a .info span b::before {
  right: 90%;
  bottom: 80%;
  transform: rotateZ(45deg);
  transform-origin: 100% 100%;
}
.block-list334 li:nth-child(4n + 2) a .info span {
  left: 0;
  bottom: 0;
  padding-left: 10px;
  padding-top: 25px;
}
.block-list334 li:nth-child(4n + 2) a .info span::before {
  left: 0;
  bottom: 0;
  border-radius: 0 100% 0 0;
}
.block-list334 li:nth-child(4n + 2) a .info span::after {
  left: 0;
  bottom: 0;
  top: 10px;
  right: 10px;
  border-radius: 0 100% 0 0;
}
.block-list334 li:nth-child(4n + 2) a .info span b::before {
  left: 90%;
  bottom: 80%;
  transform: rotateZ(-45deg);
  transform-origin: 0% 0%;
}
.block-list334 li:nth-child(4n + 3) a .info span {
  text-align: right;
  padding-right: 10px;
  right: 0;
  top: 0;
}
.block-list334 li:nth-child(4n + 3) a .info span::before {
  right: 0;
  top: 0;
  border-radius: 0 0 0 100%;
}
.block-list334 li:nth-child(4n + 3) a .info span::after {
  right: 0;
  top: 0;
  left: 10px;
  bottom: 10px;
  border-radius: 0 0 0 100%;
}
.block-list334 li:nth-child(4n + 3) a .info span b::before {
  right: 90%;
  top: 80%;
  transform: rotateZ(-45deg);
  transform-origin: 100% 100%;
}
.block-list334 li:nth-child(4n + 3) a .info p {
  margin-top: 70px;
}
.block-list334 li:nth-child(4n) a .info span {
  left: 0;
  top: 0;
  padding-left: 10px;
}
.block-list334 li:nth-child(4n) a .info span::before {
  left: 0;
  top: 0;
  border-radius: 0 0 100% 0;
}
.block-list334 li:nth-child(4n) a .info span::after {
  left: 0;
  top: 0;
  right: 10px;
  bottom: 10px;
  border-radius: 0 0 100% 0;
}
.block-list334 li:nth-child(4n) a .info span b::before {
  left: 90%;
  top: 80%;
  transform: rotateZ(45deg);
  transform-origin: 0% 0%;
}
.block-list334 li:nth-child(4n) a .info p {
  margin-top: 70px;
}
.block-list334 li:nth-child(odd) {
  border-right: 1px solid #fff;
}
.block-list334 li:nth-child(even) a .newsImg {
  float: right;
  width: 64%;
}
.block-list334 li:nth-child(even) a .info {
  margin-right: 64%;
  padding-right: 20px;
  margin-left: 0;
}
.block-list334 li:hover a .info p {
  color: #004098;
  font-weight: bold;
}
@media screen and (max-width: 996px) {
  .block-list334 li {
    width: 100% !important;
    float: none;
    border: none !important;
    border-bottom: 1px solid #fff !important;
  }
  .block-list334 li a .info span {
    text-align: right;
    padding-right: 10px;
    right: 0;
    bottom: 0 !important;
    left: auto !important;
    top: auto !important;
    padding-top: 25px !important;
  }
  .block-list334 li a .info span::before {
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;
    top: auto !important;
    border-radius: 100% 0 0 0 !important;
  }
  .block-list334 li a .info span::after {
    right: 0 !important;
    bottom: 0 !important;
    top: 10px !important;
    left: 10px !important;
    border-radius: 100% 0 0 0 !important;
  }
  .block-list334 li a .info span b::before {
    right: 90% !important;
    bottom: 80% !important;
    left: auto !important;
    top: auto !important;
    transform: rotateZ(45deg) !important;
    transform-origin: 100% 100% !important;
  }
  .block-list334 li:nth-child(even) a .newsImg {
    float: left;
    width: 64%;
  }
  .block-list334 li:nth-child(even) a .info {
    margin-left: 64%;
    padding-left: 20px;
    margin-right: 0;
  }
  .block-list334 li:nth-last-child(1) a .info p {
    margin-top: 0;
  }
  .block-list334 li:nth-last-child(2) a .info p {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .block-list334 li {
    padding: 10px;
  }
  .block-list334 li a .newsImg {
    float: none !important;
    width: 100% !important;
  }
  .block-list334 li a .info {
    margin: 0 !important;
    width: 100%;
    padding: 0 !important;
  }
  .block-list334 li a .info b::before {
    display: none !important;
  }
  .block-list334 li a .info p {
    height: auto;
    padding-right: 55px;
    font-size: 14px;
  }
}
.block-list334 li:nth-last-child(1),
.block-list334 li:nth-last-child(2) {
  border-bottom: none;
}
.block-list234 {
  margin: 0 -10px;
  overflow: hidden;
}
.block-list234 a {
  display: block;
  margin: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.block-list234 a .gp-img-responsive {
  padding-bottom: 55.67%;
}
.block-list234 a .gp-img-responsive img {
  transition: all 0.3s ease;
}
.block-list234 a .datetime {
  display: block;
  padding: 8px 0;
  box-sizing: border-box;
  color: #004098;
  font-style: italic;
  transition: all 0.3s ease;
}
.block-list234 a .artText {
  display: block;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  transition: all 0.3s ease;
}
.block-list234 a:hover img {
  transform: scale(1.1);
}
.block-list234 a:hover .datetime,
.block-list234 a:hover .artText {
  padding-left: 7px;
}
.block-list234 a:hover .artText {
  color: #004098;
}
.block-list5 div {
  overflow: hidden;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0px 10px 15px;
  position: relative;
  transition: transform 0.35s ease-out;
  display: flex;
  align-items: center;
}
.block-list5 div:hover {
  transform: translateX(10px);
}
.block-list5 div::before {
  content: '';
  width: 5px;
  height: 5px;
  background-color: #004098;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
}
.block-list5 div >a {
  flex: 1;
  display: block;
  line-height: 1.5;
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list5 div >span {
  color: #666666;
  float: right;
  margin-left: 10px;
  order: 1;
}
.block-list247 a {
  display: flex;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.block-list247 a .mode41left {
  width: 200px;
  overflow: hidden;
}
.block-list247 a .mode41left .mode41Pic {
  padding-bottom: 56.5%;
}
.block-list247 a .mode4rRight {
  padding-left: 20px;
  box-sizing: border-box;
  flex: 1;
  overflow: hidden;
}
.block-list247 a .mode4rRight .mode4Article {
  line-height: 1.56;
  height: 4.68em;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  margin-bottom: 16px;
}
.block-list247 a .mode4rRight .date {
  position: relative;
  line-height: 1;
  color: #999999;
  padding-left: 21px;
  box-sizing: border-box;
}
.block-list247 a .mode4rRight .date::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/datevb.png) no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
.block-list247 li:hover a {
  transform: translateX(5px);
}
.block-list247 li:hover .mode4Article {
  color: #004098;
}
@media screen and (max-width:414px) {
  .block-list247 a {
    display: block;
  }
  .block-list247 a .mode41left {
    width: 100%;
  }
  .block-list247 a .mode4rRight {
    padding-left: 0;
  }
}
.carousel111 .slick-images2 {
  margin: 0 -10px;
  padding-top: 60px;
  position: relative;
}
.carousel111 .slick-images2 .slick-slider a {
  margin: 0 10px;
  display: block;
}
.carousel111 .slick-images2 .slick-slider a .slide-txt {
  width: 100%;
  height: 188px;
  line-height: 24px;
  padding: 18px 30px;
  box-sizing: border-box;
  position: relative;
}
.carousel111 .slick-images2 .slick-slider a .slide-txt p {
  height: 188px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #fff;
}
.carousel111 .slick-images2 .slick-slider a .slide-txt span {
  display: inline-block;
  width: 80px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: 30px;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .carousel111 .slick-images2 .slick-slider a .slide-txt {
    height: 100px;
    padding: 10px;
  }
  .carousel111 .slick-images2 .slick-slider a .slide-txt p {
    font-size: 14px;
    line-height: 1.5;
  }
  .carousel111 .slick-images2 .slick-slider a .slide-txt span {
    left: auto;
    right: 10px;
    bottom: 10px;
    line-height: 24px;
  }
}
.carousel111 .slick-images2 .slick-slider a .slick-img {
  position: relative;
  display: block;
  height: 0;
  padding-bottom: 52.56%;
}
.carousel111 .slick-images2 .slick-slider:nth-child(n) a .slide-txt {
  background: #00afec;
}
.carousel111 .slick-images2 .slick-slider:nth-child(2n) a .slide-txt {
  background: #e62233;
}
.carousel111 .slick-images2 .slick-slider:nth-child(4n) a .slide-txt {
  background: #fcce00;
}
.carousel111 .slick-images2 .slick-slider.imgUp a .slick-img::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 14px;
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  position: absolute;
  bottom: 0px;
  left: 30px;
}
.carousel111 .slick-images2 .slick-slider.imgDown a .slick-img::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 14px;
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  position: absolute;
  top: 0px;
  left: 30px;
}
.carousel111 .slick-images2 .slick-arrow {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: none;
  position: relative;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;
  transform: none;
}
.carousel111 .slick-images2 .slick-arrow::before {
  color: #e0c67e;
}
.carousel111 .slick-images2 .slick-arrow::after {
  display: none;
}
.carousel111 .slick-images2 .slick-prev {
  position: absolute;
  right: 70px;
  left: auto;
  top: 0;
}
.carousel111 .slick-images2 .slick-next {
  position: absolute;
  right: 20px;
  top: 0;
}
.carousel104 .slick {
  position: relative;
}
.carousel104 .slick a:nth-of-type(1) {
  width: 41%;
}
.carousel104 .slick a:nth-of-type(2) {
  width: 41%;
  margin-top: 10px;
}
.carousel104 .slick a:nth-of-type(3) {
  width: 58.28%;
  position: absolute;
  top: 0;
  right: 0;
}
.carousel104 .slick a:nth-of-type(4) {
  width: 23.74%;
  position: absolute;
  bottom: 0;
  right: 9.42%;
  transform: translateX(-3%);
}
.carousel104 .slick a:nth-of-type(5) {
  width: 23.74%;
  position: absolute;
  bottom: 0;
  left: 41%;
  transform: translateX(3%);
}
.carousel104 .slick::after {
  content: '';
  display: block;
  width: 9.42%;
  height: 0;
  padding-bottom: 13.4%;
  max-height: 187px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  right: 0;
}
.carousel104 .imgItem {
  display: block;
  position: relative;
  overflow: hidden;
}
.carousel104 .imgItem .gp-img-responsive {
  padding-bottom: 56.25%;
}
.carousel104 .imgItem .title {
  display: -webkit-box !important;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 0 28px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.35s ease;
}
.carousel104 .imgItem i {
  display: block;
  width: 100%;
  height: 160px;
  background-image: -moz-linear-gradient(90deg, #000000 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, #000000 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, #000000 0%, transparent 100%);
  opacity: 0.7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.35s ease;
}
.carousel104 .imgItem i::before {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background: #c40004;
  position: absolute;
  left: 28px;
  bottom: 0;
}
.carousel104 .imgItem:hover img {
  transform: scale(1.03);
  opacity: 0.9;
}
.carousel104 .imgItem:hover .title {
  transform: translateY(0);
  opacity: 1;
}
.carousel104 .imgItem:hover i {
  transform: translateY(0);
  opacity: 0.7;
}
.carousel104 .slick-arrow {
  left: auto;
  right: 0;
  top: auto;
  bottom: 43px;
  width: 9.42%;
  transform: none;
  font-size: 0;
  height: 50px;
}
.carousel104 .slick-arrow::before {
  font-size: 20px;
}
.carousel104 .slick-arrow::after {
  display: none;
  /* width: 22px;
      height: 10px;
      background: url(../images/arrow.png) no-repeat center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%,-50%,0); */
}
.carousel104 .slick-arrow:hover::after {
  background-color: unset;
}
.carousel104 .slick-next {
  bottom: 93px;
}
.carousel104 .slick-next::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 82px;
  height: 1px;
  background: #f5eedc;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform: translate3d(-50%, -50%, 0) rotateZ(180deg);
}
@media screen and (max-width: 1200px) {
  .carousel104 .slick-arrow {
    bottom: 25px;
  }
  .carousel104 .slick-next {
    bottom: 75px;
  }
}
@media screen and (max-width: 997px) {
  .carousel104 .slick {
    flex-direction: column;
  }
  .carousel104 .slick:after {
    height: 100px;
  }
  .carousel104 .slick .title {
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    transform: none;
    opacity: 1;
  }
  .carousel104 .slick i {
    transform: none;
    opacity: 0.7;
    height: 100px;
  }
  .carousel104 .slick-arrow {
    bottom: 0;
  }
  .carousel104 .slick-prev {
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .carousel104 .slick a {
    box-sizing: border-box;
  }
  .carousel104 .slick a i {
    width: 99%;
  }
  .carousel104 .slick a:nth-of-type(odd) {
    padding-right: 4px;
  }
  .carousel104 .slick a:nth-of-type(even) {
    padding-left: 4px;
  }
  .carousel104 .slick a:nth-of-type(even) i {
    left: auto;
    right: 0;
  }
  .carousel104 .slick a:nth-of-type(1) {
    width: 50%;
  }
  .carousel104 .slick a:nth-of-type(2) {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  .carousel104 .slick a:nth-of-type(3) {
    width: 50%;
    margin-top: 10px;
    position: relative;
    float: left;
  }
  .carousel104 .slick a:nth-of-type(4) {
    position: relative;
    width: 50%;
    float: right;
    transform: none;
    right: 0;
    margin-top: 10px;
  }
  .carousel104 .slick a:nth-of-type(5) {
    position: relative;
    width: 50%;
    transform: none;
    left: auto;
    right: 0;
    padding-top: 10px;
  }
}
@media screen and (max-width: 479px) {
  .carousel104 .slick:after {
    width: 40%;
  }
  .carousel104 .slick-arrow {
    width: 40%;
  }
}
@media screen and (max-width: 414px) {
  .carousel104 .slick .title {
    padding: 0 5px;
  }
}
@media screen and (max-width: 370px) {
  .carousel104 .slick .title {
    font-size: 14px;
  }
  .carousel104 .slick i::before {
    left: 5px;
    height: 2px;
  }
  .carousel104 .slick-arrow {
    width: 30%;
  }
}
.carousel104 .slick {
  position: relative;
}
.carousel104 .slick a:nth-of-type(1) {
  width: 41%;
}
.carousel104 .slick a:nth-of-type(2) {
  width: 41%;
  margin-top: 10px;
}
.carousel104 .slick a:nth-of-type(3) {
  width: 58.28%;
  position: absolute;
  top: 0;
  right: 0;
}
.carousel104 .slick a:nth-of-type(4) {
  width: 23.74%;
  position: absolute;
  bottom: 0;
  right: 9.42%;
  transform: translateX(-3%);
}
.carousel104 .slick a:nth-of-type(5) {
  width: 23.74%;
  position: absolute;
  bottom: 0;
  left: 41%;
  transform: translateX(3%);
}
.carousel104 .slick::after {
  content: '';
  display: block;
  width: 9.42%;
  height: 0;
  padding-bottom: 13.4%;
  max-height: 187px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  right: 0;
}
.carousel104 .imgItem {
  display: block;
  position: relative;
  overflow: hidden;
}
.carousel104 .imgItem .gp-img-responsive {
  padding-bottom: 56.25%;
}
.carousel104 .imgItem .title {
  display: -webkit-box !important;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: auto;
  padding: 0 28px;
  margin-bottom: 20px;
  box-sizing: border-box;
  font-weight: bold;
  line-height: 1;
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.35s ease;
}
.carousel104 .imgItem i {
  display: block;
  width: 100%;
  height: 160px;
  background-image: -moz-linear-gradient(90deg, #000000 0%, transparent 100%);
  background-image: -webkit-linear-gradient(90deg, #000000 0%, transparent 100%);
  background-image: -ms-linear-gradient(90deg, #000000 0%, transparent 100%);
  opacity: 0.7;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.35s ease;
}
.carousel104 .imgItem i::before {
  content: '';
  display: block;
  width: 44px;
  height: 4px;
  background: #c40004;
  position: absolute;
  left: 28px;
  bottom: 0;
}
.carousel104 .imgItem:hover img {
  transform: scale(1.03);
  opacity: 0.9;
}
.carousel104 .imgItem:hover .title {
  transform: translateY(0);
  opacity: 1;
}
.carousel104 .imgItem:hover i {
  transform: translateY(0);
  opacity: 0.7;
}
.carousel104 .slick-arrow {
  left: auto;
  right: 0;
  top: auto;
  bottom: 43px;
  width: 9.42%;
  transform: none;
  font-size: 0;
  height: 50px;
}
.carousel104 .slick-arrow::before {
  font-size: 20px;
}
.carousel104 .slick-arrow::after {
  display: none;
  /* width: 22px;
      height: 10px;
      background: url(../images/arrow.png) no-repeat center;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%,-50%,0); */
}
.carousel104 .slick-arrow:hover::after {
  background-color: unset;
}
.carousel104 .slick-next {
  bottom: 93px;
}
.carousel104 .slick-next::after {
  content: '';
  display: block;
  width: 100%;
  max-width: 82px;
  height: 1px;
  background: #f5eedc;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transform: translate3d(-50%, -50%, 0) rotateZ(180deg);
}
@media screen and (max-width: 1200px) {
  .carousel104 .slick-arrow {
    bottom: 25px;
  }
  .carousel104 .slick-next {
    bottom: 75px;
  }
}
@media screen and (max-width: 997px) {
  .carousel104 .slick {
    flex-direction: column;
  }
  .carousel104 .slick:after {
    height: 100px;
  }
  .carousel104 .slick .title {
    padding: 0 15px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: normal;
    transform: none;
    opacity: 1;
  }
  .carousel104 .slick i {
    transform: none;
    opacity: 0.7;
    height: 100px;
  }
  .carousel104 .slick-arrow {
    bottom: 0;
  }
  .carousel104 .slick-prev {
    bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .carousel104 .slick a {
    box-sizing: border-box;
  }
  .carousel104 .slick a i {
    width: 99%;
  }
  .carousel104 .slick a:nth-of-type(odd) {
    padding-right: 4px;
  }
  .carousel104 .slick a:nth-of-type(even) {
    padding-left: 4px;
  }
  .carousel104 .slick a:nth-of-type(even) i {
    left: auto;
    right: 0;
  }
  .carousel104 .slick a:nth-of-type(1) {
    width: 50%;
  }
  .carousel104 .slick a:nth-of-type(2) {
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
  }
  .carousel104 .slick a:nth-of-type(3) {
    width: 50%;
    margin-top: 10px;
    position: relative;
    float: left;
  }
  .carousel104 .slick a:nth-of-type(4) {
    position: relative;
    width: 50%;
    float: right;
    transform: none;
    right: 0;
    margin-top: 10px;
  }
  .carousel104 .slick a:nth-of-type(5) {
    position: relative;
    width: 50%;
    transform: none;
    left: auto;
    right: 0;
    padding-top: 10px;
  }
}
@media screen and (max-width: 479px) {
  .carousel104 .slick:after {
    width: 40%;
  }
  .carousel104 .slick-arrow {
    width: 40%;
  }
}
@media screen and (max-width: 414px) {
  .carousel104 .slick .title {
    padding: 0 5px;
  }
}
@media screen and (max-width: 370px) {
  .carousel104 .slick .title {
    font-size: 14px;
  }
  .carousel104 .slick i::before {
    left: 5px;
    height: 2px;
  }
  .carousel104 .slick-arrow {
    width: 30%;
  }
}
.block-list318 {
  margin: 0 -15px;
}
.block-list318 li a {
  display: block;
  margin: 0 15px;
  box-sizing: border-box;
  padding: 20px 30px;
  position: relative;
  background: #f5f5f5;
  transition: all 0.2s ease-in-out;
}
.block-list318 li a .title {
  color: #333333;
  line-height: 1.625;
  height: 3.25em;
  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-list318 li a:hover .title {
  color: #004098;
}
.block-list318 li a .date {
  color: #004098;
  margin-top: 20px;
  box-sizing: border-box;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.block-list318 li a .date span {
  display: inline-block;
  margin-right: 5px;
}
.block-list318 li a .date::before {
  content: "";
  display: block;
  width: 11.57%;
  height: 1px;
  background: #004098;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.25s ease-in-out;
}
.block-list318 li a:hover .date::before {
  width: 100%;
}
.block-list318 li a:hover {
  transform: translateY(-5px);
}
@media screen and (max-width:768px) {
  .block-list318 li a {
    padding: 15px 20px;
  }
  .block-list318 li a .date {
    padding-top: 10px;
    margin-top: 10px;
  }
}
.tab3 >div {
  position: relative;
}
.tab3 .tabMenu1 {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.tab3 .tabMenu1 li h2 {
  line-height: 1.5;
  font-weight: normal;
}
.tab3 .tabMenu1 li h2 a {
  font-weight: normal;
  padding: 0 20px;
  position: relative;
}
.tab3 .tabMenu1 li h2 a::before {
  content: '';
  width: 1px;
  height: 70%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #ccc;
}
.tab3 .tabMenu1 li:first-child a {
  padding-left: 0;
}
.tab3 .tabMenu1 li:first-child a::before {
  display: none;
}
.tab3 .tabMenu1 .on a {
  color: #004098;
}
.tab3 .tabMore1 {
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 200;
}
.tab3 .tabMore1 a {
  display: none;
}
.tab3 .tabList .tabListBox {
  display: none;
}
.tab3 .tabList .tabListBox > * {
  padding-top: 20px;
}
.tab3-list li a {
  display: block;
  border-left: 2px solid #004098;
  padding: 12px;
  background: #f8f5f2;
}
.tab3-list li a span {
  display: block;
  color: #004098;
  margin-bottom: 5px;
}
.tab3-list li a p {
  height: 20px;
  overflow: hidden;
  line-height: 20px;
}
.block-list90 li a {
  display: block;
  padding-bottom: 18.18%;
}
