/*专题大图*/
.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: #174994;
  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: #174994;
  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: #174994;
}
.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;
}
.gp-title23 {
  position: relative;
}
.gp-title23 h2 {
  font-weight: bold;
  text-align: center;
}
.gp-title23 h2 span {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  color: #999;
}
.gp-title23 h2 a {
  color: #323232;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.gp-bread6 {
  color: #999999;
  line-height: 20px;
}
.gp-bread6 span {
  color: #999999;
}
.gp-bread6 span a {
  color: #999999;
  margin: 0 5px;
}
.gp-articleTitle1 {
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
}
.gp-articleTitle1 h3 {
  line-height: 1.4;
  text-align: center;
}
.gp-articleTitle1 h4 {
  line-height: 1.4;
  text-align: center;
}
.gp-articleAuthor1 {
  padding: 10px 15px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.5;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.gp-articleAuthor1 span,
.gp-articleAuthor1 i {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #666;
  color: #999;
}
.gp-articleAuthor1 i {
  margin: 0 10px;
  font-style: normal;
  font-weight: normal;
  color: #ccc;
}
.gp-articleAuthor1 span:last-child i {
  display: none;
}
.gp-article1 {
  position: relative;
  line-height: 1.8;
  padding-bottom: 25px;
  padding-top: 15px;
  color: #666;
}
.gp-article1 p {
  margin-bottom: 1.5rem;
}
.gp-article1 p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width:767px) {
  .gp-article1 {
    font-size: 14px;
  }
}
.gp-annex1 h3 {
  font-size: 18px;
  color: #333333;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-weight: normal;
}
.gp-annex1 ul {
  overflow: hidden;
  padding-top: 15px;
}
.gp-annex1 ul li {
  padding-left: 15px;
  position: relative;
}
.gp-annex1 ul li a {
  color: #666666;
  line-height: 1.4;
  height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
}
.gp-annex1 ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background: #ddd;
  content: '';
  clear: both;
  border-radius: 50%;
}
.footer_wrap {
  width: 100%;
  background: #174994;
  overflow: hidden;
}
.footer_wrap .footer {
  max-width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding: 24px 0;
  text-align: center;
  position: relative;
}
.footer_wrap .footer .footercon {
  display: inline-block;
}
.footer_wrap .footer .footercon .lf {
  float: left;
}
.footer_wrap .footer .footercon .rt {
  float: right;
}
.footer_wrap .footer .footercon .copyRight {
  font-size: 14px;
  color: #fff;
  margin-bottom: 8px;
  line-height: 26px;
  font-style: normal;
}
.footer_wrap .footer .footercon p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}
.footer_wrap .footer .footercon span {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
}
@media screen and (max-width:640px) {
  .footercon span {
    display: block;
    float: none;
  }
  .copyRight {
    margin-top: 10px;
  }
  .footercon p span {
    width: 100%;
  }
  .footercon p {
    float: none !important;
  }
}
