/*专题大图*/
.topicList1 .gpImgSize {
  padding-bottom: 26.04%;
}
.topicList1 .gpImgSize img:hover {
  transform: none;
  opacity: 1;
}
.gp-header16 {
  position: relative;
  width: 100%;
}
.gp-header16 .gp-menu.open .gp-menu-nav {
  display: block;
}
.gp-header16 .gp-menu {
  width: 100%;
  z-index: 12098;
  height: 100%;
  position: relative;
  display: none;
}
.gp-header16 .gp-menu .gp-menu-header {
  position: absolute;
  top: 10px;
  right: 0;
  z-index: 996;
  width: 10%;
  display: none;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #821b1e;
  height: 40px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 40px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  margin-right: 10px;
  cursor: pointer;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 2px) / 3);
  width: 27px;
  height: 3px;
  background-color: #065895;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(3) {
  transform: translateY(-4px) rotate(0deg);
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 27px;
  height: 4px;
  background-color: #e9081a;
  display: block;
  border-radius: 4px;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  background-color: #fff;
  top: calc((100% - 2px) / 2.1);
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.gp-header16 .gp-menu .gp-menu-header .gp-menu-header-icon-click span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickthird;
}
@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes clickthird {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}
@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  100% {
    transform: translateY(4px) rotate(0deg);
  }
}
@keyframes outthird {
  0% {
    transform: translateY(0) rotate(90deg);
  }
  100% {
    transform: translateY(12px) rotate(0deg);
  }
}
.gp-header16 .gp-menu .gp-menu-nav {
  width: 100%;
  display: none;
  top: 0;
  right: 0px;
  padding-top: 45px;
  padding-bottom: 20px;
  transform: translate(-150%, 0);
  transition: all 1s ease-in-out;
  background: #e9081a;
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, rgba(233, 8, 26, 0.9), rgba(129, 74, 115, 0.9));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, rgba(233, 9, 26, 0.9), rgba(129, 74, 115, 0.9));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, rgba(233, 9, 26, 0.9), rgba(129, 74, 115, 0.9));
  box-sizing: border-box;
}
.gp-header16 .gp-menu .gp-menu-nav >ul {
  width: 100%;
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li >a {
  display: inline-block;
  padding: 14px 0 14px 25px;
  font-size: 16px;
  color: #fff;
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li >ul {
  background: rgba(0, 0, 0, 0.1);
  padding: 0 25px;
  display: none;
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li >ul li {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li >ul li a {
  display: inline-block;
  padding: 10px 0;
  color: #fff;
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li >ul.gp-avg-1>li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li .gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 2rem;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.gp-header16 .gp-menu .gp-menu-nav >ul >li.on .gp-menu-arrow {
  transform: rotate(90deg);
}
.gp-header16 .gp-nav16 {
  background: #0d4a94;
  position: relative;
}
.gp-header16 .gp-nav16 ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.gp-header16 .gp-nav16 ul li {
  position: relative;
  display: inline-block;
}
.gp-header16 .gp-nav16 ul li > a {
  display: block;
  padding: 25px;
  color: #fff;
  box-sizing: border-box;
  position: relative;
  text-shadow: 0 0 1px rgba(111, 134, 134, 0.3);
  position: relative;
}
.gp-header16 .gp-nav16 ul li > a::after {
  content: "";
  display: block;
  width: 2px;
  height: 16px;
  background: #fff;
  transform: rotateZ(30deg);
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
}
.gp-header16 .gp-nav16 ul li > a:before {
  color: #fff;
  content: attr(data-hover);
  position: absolute;
  opacity: 0;
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
  transform: scale(1.1) translateX(10px) translateY(-10px) rotate(4deg);
  transition: transform 0.3s, opacity 0.3s;
}
.gp-header16 .gp-nav16 ul li > a:hover:before {
  transform: scale(1) translateX(0px) translateY(0px) rotate(0deg);
  opacity: 1;
}
.gp-header16 .gp-nav16 ul li .subNav {
  left: 50%;
  width: 120px;
  margin-left: -60px;
  top: 74px;
  z-index: 0;
  background: #0d4a94;
  box-sizing: border-box;
  position: absolute;
  padding-bottom: 4px;
  display: none;
  z-index: 100;
}
.gp-header16 .gp-nav16 ul li .subNav dd {
  height: auto;
  line-height: 20px;
  text-align: center;
}
.gp-header16 .gp-nav16 ul li .subNav dd a {
  display: block;
  line-height: 22px;
  font-weight: normal;
  color: #fff;
  padding: 8px 10px 8px 10px;
  box-sizing: border-box;
}
.gp-header16 .gp-nav16 ul li .subNav dd a:hover {
  color: #fff;
  font-weight: bold;
  background: #0d4a94;
}
.gp-header16 .gp-nav16 li.on {
  color: #fff;
}
.gp-header16 .gp-nav16 li.on .subNav {
  display: block;
}
.gp-header16 .gp-nav16 li:first-child a {
  padding-left: 0;
}
.gp-header16 .gp-nav16 li:last-child a {
  padding-right: 0;
}
.gp-header16 .gp-nav16 li:last-child a::after {
  display: none;
}
.gp-header16 .gp-nav16::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/png53.png) no-repeat bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 997px) {
  .gp-header16 .gp-nav16 {
    display: none;
  }
  .gp-header16 .gp-menu {
    display: block;
  }
  .gp-header16 .gp-menu-header {
    display: block !important;
    left: 8px !important;
    top: 5px !important;
  }
}
.open .gp-menu-offcanvas2 {
  transform: translate(0, 0) !important;
}
.carousel58 .slide li {
  display: block;
  position: relative;
}
.carousel58 .slide li .gp-img-responsive {
  padding-bottom: 56.22%;
}
.carousel58 .slide li .slideInfo {
  display: block;
  padding: 55px 0 0;
}
.carousel58 .slide li .slideInfo .slideTitle {
  display: block;
  /* margin: 18px 0 12px 0; */
  line-height: 1.5;
}
.carousel58 .slide li .slideInfo .slideSummary {
  display: block;
  color: #999999;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  overflow: hidden;
}
.carousel58 .slide .slick-arrow {
  width: 60px;
  top: 40%;
}
.carousel58 .slide .slick-arrow::after {
  background-color: rgba(255, 255, 255, 0.6);
}
.carousel58 .slide .slick-arrow:hover::after {
  background-color: #0d4a94;
}
.carousel58 .slide .slick-prev {
  left: 30px;
}
.carousel58 .slide .slick-prev::after {
  left: 0px;
}
.carousel58 .slide .slick-next {
  right: 30px;
}
.carousel58 .slide .slick-next:after {
  right: 0px;
}
.carousel58 .slide .slick-dots {
  position: absolute;
  left: -4px;
  bottom: 120px;
  z-index: 9;
}
.carousel58 .slide .slick-dots li {
  overflow: hidden;
  float: left;
  position: relative;
  cursor: pointer;
  text-align: center;
  transition: background 0.3s linear;
  width: 74px;
  height: 74px;
  margin-left: 4px;
  background-color: #b4b3b3;
}
.carousel58 .slide .slick-dots li .date {
  color: #333;
  display: block;
  width: 74px;
  height: 74px;
  background: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.carousel58 .slide .slick-dots li .date strong {
  display: block;
  height: 36px;
  line-height: 36px;
  font-weight: normal;
  margin: 8px 0 0;
  padding-left: 16px;
  position: relative;
}
.carousel58 .slide .slick-dots li .date strong::before {
  content: "";
  display: block;
  width: 15px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 8px;
  top: 16px;
}
.carousel58 .slide .slick-dots li.slick-active {
  background: rgba(13, 74, 148, 0.7);
}
.carousel58 .slide .slick-dots li.slick-active .date {
  background: rgba(13, 74, 148, 0.7);
  color: #fff;
}
.carousel58 .slide .slick-dots li.slick-active strong::before {
  background-color: #ffbf1d;
}

@media screen and (max-width: 1386px) {
  .carousel58 .slide .slick-dots {
    position: absolute;
    left: -4px;
    bottom: 130px;
    z-index: 9;
  }
}
@media screen and (max-width: 1024px) {
  .carousel58 .slide .slick-dots {
    position: absolute;
    left: -4px;
    bottom: 125px;
    z-index: 9;
  }
}
@media screen and (max-width: 995px) {
  .carousel58 .slide .slick-dots {
    position: absolute;
    left: -4px;
    bottom: 85px;
    z-index: 9;
  }
}
@media screen and (max-width: 767px) {
  .carousel58 .slide .slick-arrow {
    top: 37%;
  }
  .carousel58 .slide .slick-dots {
    position: absolute;
    left: -4px;
    bottom: 80px;
    z-index: 9;
  }
  .carousel58 .slide .slick-dots li {
    width: 65px;
    height: 65px;
  }
  .carousel58 .slide .slick-dots li .date {
    width: 65px;
    height: 65px;
  }
  .carousel58 .slide .slick-dots li .date strong {
    margin-top: 0px;
    font-size: 28px;
    padding-left: 12px;
  }
  .carousel58 .slide .slick-dots li .date strong::before {
    left: 4px;
  }
}
@media screen and (max-width: 697px) {
  .carousel58 .slide .slick-dots {
    position: absolute;
    left: -4px;
    bottom: 100px;
    z-index: 9;
  }
}
@media screen and (max-width: 593px) {
  .carousel58 .slide .slick-dots {
    position: absolute;
    left: -4px;
    bottom: 120px;
    z-index: 9;
  }
}
@media screen and (max-width: 528px) {
  .carousel58 .slide .slick-dots {
    position: absolute;
    left: -4px;
    bottom: 145px;
    z-index: 9;
  }
}
@media screen and (max-width: 580px) {
  .carousel58 .slide .slick-arrow {
    top: 35%;
  }
  .carousel58 .slide .slick-prev {
    left: 20px;
  }
  .carousel58 .slide .slick-next {
    right: 20px;
  }
}
@media screen and (max-width: 479px) {
  .carousel58 .slide .slick-arrow {
    display: none;
  }
}
.gp-title87 {
  position: relative;
  padding-top: 15px;
  overflow: hidden;
  padding-right: 3px;
}
.gp-title87::before {
  content: "";
  display: block;
  width: ;
}
.gp-title87 .more {
  width: 88px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 21px;
  border: 1px solid #ebe8e2;
  position: relative;
}
.gp-title87 .more::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  left: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title87 .more::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: #d4d1cb;
  border-radius: 50%;
  position: absolute;
  right: -2.5px;
  top: 50%;
  margin-top: -2.5px;
  transition: all 0.3s ease-in-out;
}
.gp-title87 .more:hover {
  color: #0d4a94;
}
.gp-title87 .img {
  position: absolute;
  top: 50%;
  left: 80px;
  height: 100%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.gp-title87 .img img {
  max-height: 100%;
}
.gp-title87 .title {
  margin-bottom: 10px;
}
.gp-title87 .title h2 {
  display: inline-block;
}
.gp-title87 .title span {
  display: inline-block;
  margin-left: 10px;
}
.gp-title87 .zs {
  position: relative;
}
.gp-title87 .zs .card {
  width: 75px;
  height: 25px;
  clip-path: polygon(40% 0%, 100% 0%, 60% 100%, 0% 100%);
  background: #f2e1db;
}
.gp-title87 .zs::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 55px;
  top: 33%;
  z-index: 1;
}
.gp-title87 .zs::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e0c67e;
  position: absolute;
  left: 45px;
  top: 66%;
}
@media screen and (max-width:996px) {
  .gp-title87 .more {
    width: 75px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 18px;
    border: 1px solid #ebe8e2;
    position: relative;
    margin-top: 5px;
  }
}
.block-list275 {
  position: relative;
  padding-right: 40px;
  padding-bottom: 20px;
}
.block-list275::before {
  content: "";
  display: block;
  width: 78%;
  height: 80%;
  background: #f0f0f0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.block-list275 li a {
  display: block;
}
.block-list275 li a .img {
  padding-bottom: 61.83%;
}
.block-list275 li a .info {
  margin: 0px 0 0 100px;
  display: flex;
  align-items: center;
}
.block-list275 li a .info .date {
  border-radius: 50%;
  background: #0d4a94;
  width: 100px;
  height: 100px;
  color: #fff;
  text-align: center;
  position: relative;
  margin-top: -30px;
}
.block-list275 li a .info .date .con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.block-list275 li a .info .date .year {
  position: relative;
  z-index: 10;
  display: inline-block;
  padding: 0 5px 5px;
  border-bottom: 1px solid #e0c67e;
  color: #e0c67e;
}
.block-list275 li a .info .date .day {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.block-list275 li a .info .date .month {
  position: relative;
  z-index: 10;
  display: inline-block;
}
.block-list275 li a .info .title {
  font-weight: bold;
  color: #222;
  flex: 1;
  margin-left: 30px;
  line-height: 1.5;
  height: auto;
  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-list275 li a .info .title:hover {
  color: #0d4a94;
}
@media screen and (max-width:768px) {
  .block-list275 {
    padding: 0;
  }
  .block-list275::before {
    display: none;
  }
  .block-list275 li a .info {
    margin: 0;
  }
  .block-list275 li a .info .title {
    margin-left: 10px;
  }
}
.block-list277 li >div {
  display: flex;
  box-sizing: border-box;
  padding: 20px 30px;
  position: relative;
  overflow: hidden;
}
.block-list277 li >div::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #f0f0f0;
  border: 4px solid #fff;
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}
.block-list277 li >div::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f0f0f0;
  position: absolute;
  left: -12px;
  top: 50%;
  transform: translateY(-50%);
}
.block-list277 li >div .title {
  flex: 1;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  height: 24px;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.block-list277 li >div .date {
  color: #999;
  padding-left: 20px;
  border-left: 1px solid #0d4a94;
  margin-left: 20px;
}
.block-list277 li >div .date .day {
  color: #0d4a94;
  font-weight: normal;
}
.block-list277 li >div .date .year {
  font-style: normal;
}
.block-list277 li:nth-child(odd) >div {
  background: #f7f7f7;
}
.block-list243 {
  overflow: hidden;
  margin: 0 -30px;
}
.block-list243 a {
  display: block;
  margin: 0 30px;
  transition: all 0.3s ease-in-out;
}
.block-list243 a .mode1Pic {
  padding-bottom: 56.27%;
}
.block-list243 a .mode1article {
  box-sizing: border-box;
  margin: 20px 0;
  line-height: 1.56;
  height: 3.12em;
  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;
  color: #333333;
}
.block-list243 a .date {
  position: relative;
  line-height: 1;
  color: #999999;
  padding-left: 21px;
  box-sizing: border-box;
}
.block-list243 a .date::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/dateav.png) no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}
.block-list243 li:hover a {
  transform: translateX(5px);
}
.block-list115 li >div {
  box-sizing: border-box;
  overflow: hidden;
  padding: 23px 30px;
  display: flex;
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
}
.block-list115 li >div:hover {
  transform: translateX(10px);
}
.block-list115 li::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.block-list115 li .date {
  width: 65px;
  border-right: 1px solid #e5e5e5;
  color: #999;
}
.block-list115 li .date i {
  display: block;
  font-style: normal;
}
.block-list115 li .date b {
  display: block;
  color: #0d4a94;
}
.block-list115 li a {
  display: block;
  flex: 1;
  padding-left: 10px;
  color: #333;
  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-list115 li a:hover {
  color: #0d4a94;
}
.block-list283 li {
  display: inline-block;
  margin-right: 20px;
}
.block-list283 li >div {
  padding-right: 20px;
  border-right: 2px solid #0d4a94;
}
.block-list283 li >div .title {
  display: block;
  font-weight: bold;
  position: relative;
  margin-bottom: 5px;
}
.block-list283 li >div .title i {
  font-style: normal;
  margin-right: 6px;
}
.block-list283 li:last-child {
  margin-right: 0;
}
.block-list283 li:last-child >div {
  padding-right: 0;
  border: none;
}
