.gp-header9 {
  position: relative;
  z-index: 10;
  background: #004a99;
}
.gp-header9 .top {
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 992;
  height: auto;
}
.gp-header9 .top >div {
  position: relative;
}
.gp-header9 .top .top img:hover {
  transform: scale(1);
  opacity: 1;
}
.gp-header9 .top .logo1 {
  display: flex;
  display: -webkit-flex;
  margin-right: 60px;
  align-items: center;
  padding: 21px 0px;
}
.gp-header9 .top .logo1 img {
  max-height: 70px;
}
.gp-header9 .top .logo1 .logo_01 {
  position: relative;
  z-index: 2;
  max-height: 60px;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 2%;
}
.gp-header9 .top .logo1 .logo_01::after {
  content: "";
  display: block;
  width: 1px;
  height: 72%;
  background: rgba(255, 255, 255, 0.23);
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.gp-header9 .top .logo1 .logo_02 {
  max-height: 60px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  margin: 0% 0 0 1%;
  margin-left: 2%;
}
.gp-header9 .top .logo1 .logo_02 a {
  display: block;
  background: none;
}
.gp-header9 .top .topRight {
  vertical-align: middle;
  float: right;
  display: inline-block;
  height: 32px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.gp-header9 .top .topRight .gp-link {
  color: #fff;
  line-height: 28px;
  margin-right: 10px;
}
.gp-header9 .top .topRight .gp-link a {
  color: #fff;
}
.gp-header9 .top .topRight .gp-search input,
.gp-header9 .top .topRight .gp-search button {
  position: absolute;
  height: 28px;
  line-height: 28px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
  outline: none;
}
.gp-header9 .top .topRight .gp-search input.notxt {
  color: #a4a4a4;
  width: 82%;
  left: 0;
  padding-left: 2%;
}
.gp-header9 .top .topRight .gp-search .notxt1 {
  position: absolute;
  width: 15%;
  right: 0;
  cursor: pointer;
  color: #fff;
}
.gp-header9 .top .topRight .gp-search2 {
  width: 0;
  border: none;
  padding: 0 !important;
  display: inline-block;
  vertical-align: middle;
}
.gp-header9 .top .topRight .gp-search2 .gp-ser {
  width: 100%;
  height: 28px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}
.gp-header9 .top .topRight .gp-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1800;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=80);
  display: none;
  left: 0;
}
.gp-header9 .top .topRight .gp-serBtn2 {
  width: 31px;
  height: 31px;
  color: #fff;
  line-height: 31px;
  text-align: center;
  font-size: 20px;
  vertical-align: middle;
}
.gp-header9 .top .topRight .gp-search2.active {
  width: 200px;
  border: 1px solid #ccc;
}
.gp-header9 .top .mobile {
  width: 100%;
  position: absolute;
  display: none;
  top: 0;
  right: 0;
  z-index: 30;
}
.gp-header9 .top .mobile .mobile-inner-header {
  width: 100%;
  height: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 2;
}
.gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon {
  color: #ffffff;
  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;
}
.gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 3);
  width: 25px;
  height: 2px;
  background-color: #ffffff;
}
.gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(8px) rotate(0deg);
}
.gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-8px) rotate(0deg);
}
.gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon:hover {
  opacity: 0.8;
  cursor: pointer;
}
.gp-header9 .top .mobile .mobile-inner-header .gp-menu-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}
.gp-header9 .top .mobile .mobile-inner-header .gp-menu-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}
.gp-header9 .top .mobile .mobile-inner-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;
  }
}
.gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon {
  color: #fff;
  height: 31px;
  text-align: left;
  float: right;
  width: 30px;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  text-align: right;
  margin-top: 5%;
  z-index: 9999;
}
.gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(8px) rotate(0deg);
}
.gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-8px) rotate(0deg);
}
.gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon span:nth-child(3) {
  /* transform: translateY(-4px) rotate(0deg);*/
}
.gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon-out {
  display: none;
}
.gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon-out span {
  width: 22px;
  height: 2px;
  background-color: #fff;
  display: block;
}
.gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}
.gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}
.gp-header9 .top .mobile .mobile-inner-header .mobile-inner-header-icon-out span:nth-child(3) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outthird;
}
@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-header9 .top .mobile .mobile-inner-nav {
  background: #004a99;
  width: calc(100% - 60px);
  position: absolute;
  padding: 52px 30px 25px;
  top: 0;
  left: 0;
  width: 100%;
  right: 0;
  display: block;
  transform: translate(-150%, 0);
  overflow: hidden;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.6);
}
.gp-header9 .top .mobile .mobile-inner-nav li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
}
.gp-header9 .top .mobile .mobile-inner-nav li strong {
  color: #fff;
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 0;
  cursor: pointer;
  width: 40px;
  height: 45px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
  /* background: url(../images/mobile_arrow1.png) center no-repeat; */
}
.gp-header9 .top .mobile .mobile-inner-nav li .mobile_subNav {
  display: none;
}
.gp-header9 .top .mobile .mobile-inner-nav li .mobile_subNav a {
  padding: 10px 30px;
  line-height: 1.2;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  border-bottom: dotted 1px rgba(0, 0, 0, 0.2);
  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;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation-duration: 0.5s;
  display: inline-block;
  text-decoration: none;
}
.gp-header9 .top .mobile .mobile-inner-nav li a {
  display: inline-block;
  line-height: 45px;
  text-decoration: none;
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.2);
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: returnToNormal;
  animation-name: returnToNormal;
  display: inline-block;
  line-height: 46px;
  text-decoration: none;
  width: 100%;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-animation-duration: 0.5s;
}
@-webkit-keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes returnToNormal {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.gp-header9 .top .mobile .mobile-inner-nav .mobile_search {
  clear: both;
  position: relative;
  height: 36px;
  margin: 10px 30px 0;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  overflow: hidden;
}
.gp-header9 .top .mobile .mobile-inner-nav .mobile_search input.notxt {
  width: 70%;
  margin-left: 13px;
  border: none;
  height: 36px;
  line-height: 36px;
  background: none;
  box-shadow: none;
  color: #fff;
  outline: none;
}
.gp-header9 .top .mobile .mobile-inner-nav .mobile_search .notxt1 {
  width: 55px;
  background-color: #fff;
  position: absolute;
  border: none;
  height: 36px;
  line-height: 26px;
  float: left;
  top: 0;
  right: 0;
}
.gp-header9 .top .mobile .mobile-inner-nav .gp-m-link {
  display: block;
  color: #333333;
  line-height: 1.4;
  padding: 10px;
}
.gp-header9 .top .mobile .mobile-inner-nav .gp-m-link a {
  display: inline-block;
  margin-right: 10px;
  color: #fff;
}
.nav {
  z-index: 10;
  box-sizing: border-box;
}
.nav ul {
  border-top: 1px solid rgba(216, 216, 216, 0.5);
  text-align: justify;
  overflow: visible !important;
}
.nav ul li >a {
  padding: 0 12px;
  text-align: center;
  line-height: 55px;
  height: 55px;
  color: #fff;
  display: block;
  transition: all 0.3s ease;
}
.nav ul > li {
  position: relative;
  box-sizing: border-box;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  transform: perspective(5000px);
  -moz-transform: perspective(5000px);
  -o-transform: perspective(5000px);
  -webkit-transform: perspective(5000px);
}
.nav ul > li .subNav {
  background: #fff;
  position: absolute;
  width: 160px;
  position: absolute;
  left: calc(50% - 80px);
  top: 55px;
  display: none;
  z-index: 9;
  transition: all 0.6s ease-in-out;
}
.nav ul > li .subNav a {
  color: #333;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  display: block;
  text-align: center;
}
.nav ul > li .subNav a:hover {
  color: #004a99;
}
.nav ul:after {
  content: "";
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 0;
}
.nav li.on .subNav {
  display: block;
  transition: all 0.6s ease-in-out;
}
.nav li.on .subNav >a {
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
  display: block;
  text-align: center;
}
.nav li > a {
  padding: 0;
  text-align: center;
  line-height: 46px;
  height: 46px;
  color: #fff;
  display: block;
  transition: all 0.3s ease;
}
.nav .gp-clearFix:after {
  content: "";
  display: block;
  clear: both;
}
.gp-header9 .top .mobile.open .mobile-inner-nav {
  transform: translate(0, 0);
  transition: all 1s ease-in-out;
  position: absolute;
}
.gp-header9 .gp-menu-nav > ul > li.on strong {
  transform: rotate(90deg);
}
@media screen and (max-width: 996px) {
  .mobile {
    display: block;
  }
  .nav {
    display: none;
  }
  .topRight {
    display: none !important;
  }
  .mobile,
  .mobile-inner-header-icon-out {
    display: block !important;
  }
  .gp-link {
    display: none;
  }
}
.gp-header9 {
  transition: all 0.5s ease-out 0s;
  z-index: 10;
}
.gp-header9 .top {
  transition: all 0.2s ease-in-out 0s;
}
.gp-header9 .nav ul {
  transition: all 0.2s ease-in-out 0s;
}
.gp-header9.currents {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transform: translateX(0%);
}
.gp-header9.currents .top {
  height: 0;
  display: none;
}
.gp-header9.currents .nav ul {
  border-top: none;
}
.single_img1 .gp-img-responsive {
  padding-bottom: 26.04%;
  display: block;
}
/*侧边栏*/
.asideList9 .gp-subLeft {
  position: relative;
}
.asideList9 .gp-subLeft .subLeftTitle {
  line-height: 28px;
  position: relative;
  text-align: center;
  background: #004a99;
  border-radius: 30px 0 30px 0;
  margin-right: 20px;
  color: #fff;
  padding: 21px;
}
.asideList9 .gp-subLeft .gp-m-inner-header-icon {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  display: none;
  line-height: 40px;
  transform: translateY(-50%);
}
.asideList9 .gp-subLeft > ul {
  background: #eef6ff;
  padding: 70px 0;
  margin-left: 20px;
  margin-top: -50px;
  border-bottom-right-radius: 50px;
}
.asideList9 .gp-subLeft > ul > li {
  position: relative;
}
.asideList9 .gp-subLeft > ul > li > a {
  display: block;
  transition: all 0.35s ease-in-out;
  padding: 12px 30px;
  text-align: center;
}
.asideList9 .gp-subLeft > ul > li > a.active {
  color: #004a99;
  font-weight: bold;
}
.asideList9 .gp-subLeft > ul > li.active >a {
  color: #004a99;
  font-weight: bold;
}
.asideList9 .gp-subLeft > ul > li .gp-toggles {
  font-size: 12px;
  font-size: 1.2rem;
  width: 25px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  right: 9px;
  top: 0;
  text-align: center;
  cursor: pointer;
  font-weight: normal;
  display: block;
  color: rgba(0, 74, 153, 0.7);
}
.asideList9 .gp-subLeft > ul > li .gp-second-nav {
  font-size: 14px;
  display: none;
}
.asideList9 .gp-subLeft > ul > li .gp-second-nav dd {
  position: relative;
}
.asideList9 .gp-subLeft > ul > li .gp-second-nav dd a {
  display: block;
  position: relative;
  padding: 7px 30px;
  transition: all 0.35s ease-in-out;
  text-align: center;
}
.asideList9 .gp-subLeft > ul > li .gp-second-nav dd a.active {
  color: #004a99;
}
@media screen and (max-width:996px) {
  .asideList9 .gp-subLeft .subLeftTitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
    border-radius: 15px 0 15px 0;
    margin: 0;
  }
  .asideList9 .gp-subLeft .gp-m-inner-header-icon {
    display: block;
  }
  .asideList9 .gp-subLeft > ul {
    display: none;
    padding: 0;
    margin: 0;
  }
  .asideList9 .gp-subLeft > ul >li >a {
    padding: 5px 10px 5px 30px;
    font-size: 14px;
    text-align: left;
  }
  .asideList9 .gp-subLeft > ul >li >a.active {
    border-bottom: none;
  }
  .asideList9 .gp-subLeft > ul >li .gp-toggles {
    height: 28px;
    line-height: 28px;
  }
  .asideList9 .gp-subLeft > ul >li .gp-second-nav {
    background: none;
  }
  .asideList9 .gp-subLeft > ul >li .gp-second-nav dd a {
    padding: 5px 10px 5px 50px;
    font-size: 14px;
    text-align: left;
  }
}
.block-list82 {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 33px;
  width: 100%;
  overflow: hidden;
}
.block-list82 h2 {
  color: #004a99;
  line-height: 2.2;
  position: relative;
  display: inline-block;
}
.block-list82 .gp-bread {
  float: right;
  text-align: right;
  color: #999;
  height: auto;
  line-height: 20px;
  padding: 10px 0;
  overflow: hidden;
}
.block-list82 .gp-bread span {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.block-list82 .gp-bread a {
  color: #999;
}
.block-list82 .gp-bread a:hover {
  color: #004a99;
  opacity: 1;
  filter: alpha(opacity=100);
}
.horizontalMenu2 {
  text-align: center;
}
.horizontalMenu2 ul {
  border-top: 1px solid #d8dade;
  border-bottom: 1px solid #d8dade;
  overflow-x: auto;
  white-space: nowrap;
}
.horizontalMenu2 ul li {
  display: inline-block;
}
.horizontalMenu2 ul li a {
  padding: 16px 0;
  margin: 0 18px;
  display: inline-block;
  transition: all 0.35s ease-in-out;
  position: relative;
  line-height: 1.4;
  vertical-align: middle;
}
.horizontalMenu2 ul li a::before {
  content: '';
  width: 0;
  height: 4px;
  bottom: 0;
  left: 50%;
  transition: all 0.35s ease-in-out;
  background-color: #004a99;
  position: absolute;
}
.horizontalMenu2 ul li a:hover {
  color: #004a99;
  font-weight: bold;
}
.horizontalMenu2 ul li a.active {
  color: #004a99;
  font-weight: bold;
}
.horizontalMenu2 ul li a.active::before {
  width: 100%;
  left: 0;
}
.block-list54 li a {
  background: #f8f5f2;
  overflow: hidden;
  padding: 20px 25px;
  display: block;
}
.block-list54 li a span {
  float: right;
  color: #999999;
}
.block-list54 li a p {
  color: #616161;
  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.4em;
  line-height: 1.4;
}
.block-list54 li a:hover p {
  color: #004a99;
}
.footer_block9 {
  position: relative;
  color: #fff;
  background: #004a99;
  padding-top: 55px;
  z-index: 10;
}
.footer_block9::before {
  content: "";
  display: block;
  width: 50%;
  height: 244px;
  position: absolute;
  left: 0;
  top: -40px;
  background: rgba(0, 0, 0, 0.2);
}
.footer_block9 a {
  color: #fff;
}
.footer_block9 .footer_top {
  overflow: hidden;
  margin-bottom: 48px;
}
.footer_block9 .footer_top .footer_logo {
  float: left;
  width: 50%;
  overflow: hidden;
  display: flex;
}
.footer_block9 .footer_top .footer_logo .logo1 {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  max-height: 60px;
}
.footer_block9 .footer_top .footer_logo .logo1 a {
  display: block;
}
.footer_block9 .footer_top .footer_logo .logo2 {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
  margin: 1.5% 0 0 2%;
  max-height: 60px;
}
.footer_block9 .footer_top .footer_logo .logo2 a {
  display: block;
}
.footer_block9 .footer_top .ftlist {
  float: left;
  padding-left: 90px;
  width: 32%;
  box-sizing: border-box;
}
.footer_block9 .footer_top .ewm {
  float: right;
  text-align: center;
  width: 100px;
  font-size: 14px;
}
.footer_block9 .footer_top .ewm img {
  border: 4px solid rgba(255, 255, 255, 0.2);
}
.footer_block9 .footer_bot {
  text-align: center;
  line-height: 1.4;
  padding: 15px 0;
}
@media screen and (max-width: 996px) {
  .footer_block9::before {
    display: none;
  }
  .footer_block9 .footer_top .footer_logo {
    float: none;
    text-align: center;
    width: auto;
  }
  .footer_block9 .footer_top .ftlist {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
    margin: 20px auto;
  }
  .footer_block9 .footer_top .ewm {
    float: none;
    margin: 0 auto;
    width: auto;
  }
}
.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-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;}}