.gp-header2 {
  z-index: 880;
  position: relative;
  background-color: #2052a1;
}

@media screen and (max-width:996px) {
  .gp-header2 {
    /*width: 100%;*/
    position: relative;
    height: auto;
  }
}

.gp-header2 .gp-top {
  position: relative;
}

.gp-header2 .gp-top .gp-logo {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  padding: 21px 0;
  box-sizing: border-box;
}

.gp-header2 .gp-top .gp-logo a {
  display: inline-block;
  vertical-align: middle;
}

.gp-header2 .gp-top .gp-logo a img {
  max-height: 70px;
}

.gp-header2 .gp-top .gp-logo .logo_02 {
  margin-left: 10px;
}

.gp-header2 .gp-top .gp-logo:hover {
  opacity: 0.9;
}

.gp-header2 .gp-top .gp-search-wrap {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 20;
}

.gp-header2 .gp-top .gp-search-wrap .gp-link>a {
  opacity: 0.6;
  transition: all 0.35 ease-in-out;
  margin: 0 10px;
  color: #fff;
}

.gp-header2 .gp-top .gp-search-wrap .gp-search {
  width: 220px;
  overflow: hidden;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  transition: all 0.35s ease-in-out;
  border: 1px solid #bfbeac;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #fff;
}

.gp-header2 .gp-top .gp-search-wrap .gp-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}

.gp-header2 .gp-top .gp-search-wrap .gp-search .gp-ser input,
.gp-header2 .gp-top .gp-search-wrap .gp-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}

.gp-header2 .gp-top .gp-search-wrap .gp-search .gp-ser input.notxt {
  color: #666;
  width: 80%;
  left: 0;
  padding-left: 4%;
  opacity: 0.5;
}

.gp-header2 .gp-top .gp-search-wrap .gp-search .gp-ser .notxt1 {
  position: absolute;
  width: 15%;
  right: 0;
  cursor: pointer;
  color: #2052a1;
}

.gp-header2 .gp-top:hover {
  opacity: 1;
  color: #fff;
}

.gp-header2 .gp-menu {
  width: 100%;
  z-index: 98;
  height: 35px;
  position: relative;
  display: none;
  right: 0;
  top: 0;
  z-index: 400;
  background-color: rgba(0, 0, 0, 0.15);
}

.gp-header2 .gp-menu .gp-menu-header {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 996;
  width: 100%;
  height: 40px;
  margin-top: -20px;
}

.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon {
  color: #fff;
  height: 30px;
  float: right;
  width: 30px;
  position: relative;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  cursor: pointer;
  margin: 2px 20px 0 0;
}

.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon span {
  position: absolute;
  left: calc((100% - 30px) / 2);
  top: calc((100% - 6px) / 2.3);
  width: 26px;
  height: 2px;
  background-color: #fff;
}

.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(1) {
  transform: translatey(4px) rotate(0deg);
}

.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon span:nth-child(2) {
  transform: translatey(-4px) rotate(0deg);
}

.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon-out span {
  width: 26px;
  height: 2px;
  background-color: #fff;
  display: block;
  border-radius: 4px;
}

.gp-header2 .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;
}

@keyframes outfirst {
  0% {
    transform: translatey(0) rotate(-45deg);
  }

  100% {
    transform: translatey(-4px) rotate(0deg);
  }
}

.gp-header2 .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;
}

@keyframes outsecond {
  0% {
    transform: translatey(0) rotate(45deg);
  }

  100% {
    transform: translatey(4px) rotate(0deg);
  }
}

.gp-header2 .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;
}

@keyframes outthird {
  0% {
    transform: translatey(0) rotate(90deg);
  }

  100% {
    transform: translatey(12px) rotate(0deg);
  }
}

.gp-header2 .gp-menu .gp-menu-header .gp-menu-header-icon-click span {
  top: calc((100% - 2px) / 2.1);
}

.gp-header2 .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-header2 .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;
  margin-left: 0;
}

.gp-header2 .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;
  }
}

.gp-header2 .gp-menu .gp-menu-nav {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0px;
  display: none;
  padding-top: 40px;
  background: #2052a1;
}

.gp-header2 .gp-menu .gp-menu-nav .gp-search.gp-m-search {
  overflow: hidden;
  transition: all 0.35s ease-in-out;
  border: 1px solid #2052a1;
  margin-left: 10px;
  border-radius: 30px;
  background-color: #f6f7f9;
  width: 90%;
  margin: 10px auto 0;
  display: block;
}

.gp-header2 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser {
  width: 100%;
  height: 32px;
  z-index: 9999994;
  margin: 0 auto;
  position: relative;
}

.gp-header2 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input,
.gp-header2 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser button {
  position: absolute;
  height: 32px;
  line-height: 32px;
  border: none;
  background: none;
  top: 0px;
  overflow: hidden;
}

.gp-header2 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser input.notxt {
  color: #333 !important;
  opacity: 1;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding-left: 42px;
}

.gp-header2 .gp-menu .gp-menu-nav .gp-search.gp-m-search .gp-ser .notxt1 {
  position: absolute;
  cursor: pointer;
  color: #2052a1 !important;
  left: 0;
  width: 40px;
}

.gp-header2 .gp-menu .gp-menu-nav>ul {
  padding: 0 30px;
}

.gp-header2 .gp-menu .gp-menu-nav>ul>li {
  position: relative;
  box-sizing: border-box;
  transition: all 0.5s ease-in;
  transform: translatex(-40px);
  opacity: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.gp-header2 .gp-menu .gp-menu-nav>ul>li>a {
  display: inline-block;
  padding: 1.2rem 0 1.2rem 0;
  font-size: 16px;
  width: 60%;
  line-height: 1.4;
}

.gp-header2 .gp-menu .gp-menu-nav>ul>li>.gp-menu-arrow {
  cursor: pointer;
  width: 30px;
  height: 45px;
  line-height: 45px;
  color: #e9e9e9;
  text-align: right;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  top: 4px;
  color: #dad6ce;
}

.gp-header2 .gp-menu .gp-menu-nav>ul>li .m-second-nav {
  display: none;
  opacity: 0.7;
  padding-bottom: 1rem;
}

.gp-header2 .gp-menu .gp-menu-nav>ul>li .m-second-nav>li>a {
  display: inline-block;
  padding: 0.5rem 0 0.5rem 10px;
  font-size: 14px;
}

.gp-header2 .gp-menu .gp-menu-nav>ul>li .m-second-nav>li.on span {
  transform: rotate(45deg);
}

.gp-header2 .gp-menu .gp-menu-nav>ul>li.on span {
  transform: rotate(90deg);
}

.gp-header2 .gp-menu .gp-menu-nav .gp-menu-link {
  float: left;
  line-height: 40px;
  height: 40px;
  padding-left: 15px;
}

.gp-header2 .gp-menu .gp-menu-nav .gp-menu-link a {
  color: #fff;
}

.gp-header2 .gp-menu .gp-menu-nav .m-link {
  margin: 0 30px;
  padding: 15px 0;
}

.gp-header2 .gp-menu .gp-menu-nav .m-link a {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  padding: 4px 10px;
}

.gp-header2 .gp-menu .gp-menu-nav.gp-menu-offcanvas1 {
  position: fixed;
  display: block;
  transform: translate(-150%, 0);
  width: 100%;
  right: auto;
  left: 0;
}

.gp-header2 .gp-menu.open .gp-menu-nav.gp-menu-offcanvas1 {
  transition: all 1s ease-in-out;
  transform: translate(0, 0);
  position: absolute;
}

.gp-header2 .gp-nav-wrap {
  background-color: #fff;
}

.gp-header2 .gp-nav-wrap .gp-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
}

.gp-header2 .gp-nav-wrap .gp-nav>li {
  position: relative;
  text-align: center;
  padding: 0 10px;
}

.gp-header2 .gp-nav-wrap .gp-nav>li>a {
  display: inline-block;
  line-height: 1;
  font-size: 18px;
  color: #333;
  transition: all 0.35s ease-in-out;
  position: relative;
  z-index: 50;
  position: relative;
  vertical-align: top;
  height: 50px;
  line-height: 50px;
  position: relative;
}

.gp-header2 .gp-nav-wrap .gp-nav>li>a::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.35s ease-in-out;
}

.gp-header2 .gp-nav-wrap .gp-nav>li>a:hover:before {
  width: 100%;
  left: 0;
}

.gp-header2 .gp-nav-wrap .gp-nav>li .second_nav1 {
  position: absolute;
  left: 50%;
  top: 50px;
  width: 200px;
  display: none;
  text-align: center;
  background-color: rgba(32, 82, 161, 0.85);
  margin: 0;
  margin-left: -100px;
}

.gp-header2 .gp-nav-wrap .gp-nav>li .second_nav1 dd a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 15px;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  color: #fff;
  line-height: 1.2;
}

.gp-header2 .gp-nav-wrap .gp-nav>li .second_nav1 dd:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

.gp-header2 .gp-nav-wrap .gp-nav li.on a::before {
  width: 100%;
  left: 0;
}

.gp-header2 .gp-nav-wrap .gp-nav li.on .second_nav1 {
  display: block;
}

.gp-header2 .mobile_bg {
  width: 100%;
  height: 100%;
  z-index: 90;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}

@media screen and (max-width:996px) {
  .gp-header2 .searchwrap {
    display: none;
  }

  .gp-header2 .gp-menu {
    display: block;
  }

  .gp-header2 .gp-menu .gp-menu-nav {
    display: block;
  }

  .gp-header2 .gp-menu.open .gp-menu-link {
    display: none;
  }

  .gp-header2 .gp-menu.open .gp-menu-nav>ul>li {
    transform: none;
    opacity: 1;
  }

  .gp-header2 .gp-top {
    height: auto;
  }

  .gp-header2 .gp-top .gp-logo {
    justify-content: center;
    position: relative;
    z-index: 1000;
    padding: 15px 0 !important;
  }

  .gp-header2 .gp-top .gp-logo a img {
    max-height: 55px;
  }

  .gp-header2 .gp-top .gp-logo .gp-search-wrap {
    display: none;
  }

  .gp-header2 .gp-top .gp-logo.open {
    z-index: 90;
  }

  .gp-header2 .gp-top .gp-search-wrap {
    display: none;
  }

  .gp-header2 .gp-nav-wrap {
    display: none;
  }

  .gp-header2 .gp-nav-wrap .gp-menu-nav>ul>li {
    transform: none;
    opacity: 1;
  }

  .gp-header2 .gp-m-search {
    display: block;
  }
}

@media screen and (max-width:767px) {
  .gp-header2 .gp-header1 .gp-menu-nav>ul {
    padding: 10px 20px 0;
  }.newmore{padding: 6px 12px !important;margin-top: 5px !important;}
  .fl-node-content {
  margin: 10px 0 !important;
}
.newright{padding: 20px !important;}
  .gp-header2 .gp-header1 .m-link {
    margin: 0 20px;
  }
}

.gp-header2.currents {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  position: fixed;
  left: 0;
  top: 0;
  height: 50px;
  width: 100%;
  margin-bottom: 0;
}

.gp-header2.currents .gp-top {
  display: none;
}

.gp-header2.currents .gp-logo,
.gp-header2.currents .searchwrap {
  display: none;
}

.gp-header2.currents .gp-nav-wrap {
  position: static;
  width: 100%;
}

.gp-header2.currents .gp-nav-wrap .gp-nav>li>a {
  height: 50px;
  line-height: 50px;
  padding: 0;
}

.gp-header2.currents .gp-nav-wrap .gp-nav>li .second_nav1 {
  top: 50px;
}

.gp-header2 {
  transition: all 0.4s ease-out 0s;
  z-index: 10;
}

.gp-header2.currents {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.gp-header2 .gp-top {
  transition: all 0.2s ease-out 0s;
}

.gp-header2.currents .gp-top {
  height: 0;
  overflow: hidden;
}

.single_img1 .gp-img-responsive {
  padding-bottom: 26.04%;
  display: block;
}

.gp-bread1 {
  padding: 20px 0;
  position: relative;
  z-index: 9;
  box-sizing: border-box;
  text-align: right;
  color: #999999;
}

.gp-bread1 span {
  color: #999999;
}

.gp-bread1 a {
  color: #999999;
}

@media screen and (max-width:767px) {
  .gp-bread1 {
    text-align: left;
    padding: 10px 0;
  }
}

.asidelist13 .gp-subleft {
  padding-top: 10px;
  box-sizing: border-box;
  position: relative;
}

.asidelist13 .gp-subleft .gpsublefttitle {
  padding: 24px 50px;
  background: rgba(32, 82, 161, 0.95);
  background-size: cover;
  font-weight: bold;
  position: relative;
}

.asidelist13 .gp-subleft .gpsublefttitle .bg1 {
  display: inline-block;
  width: 0;
  height: 0;
  border: 19px solid transparent;
  border-bottom-color: rgba(32, 82, 161, 0.1);
  position: absolute;
  left: 10px;
  bottom: 0;
}

.asidelist13 .gp-subleft .gpsublefttitle .bg2 {
  display: inline-block;
  width: 0;
  height: 0;
  border: 19px solid transparent;
  border-left-color: rgba(32, 82, 161, 0.1);
  position: absolute;
  left: 10px;
  bottom: 0;
}

.asidelist13 .gp-subleft .gpsublefttitle .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%);
}

.asidelist13 .gp-subleft .gpsublefttitle::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  background: rgba(32, 82, 161, 0.2);
  position: absolute;
  left: 0;
  top: 0px;
}

.asidelist13 .gp-subleft .gpsublefttitle::after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  position: absolute;
  right: 20px;
  bottom: 35px;
  background: rgba(255, 255, 255, 0.4);
}

.asidelist13 .gp-subleft ul>li {
  position: relative;
  transition: all 0.35s ease-in-out;
  z-index: 1;
}

.asidelist13 .gp-subleft ul>li>a {
  padding: 20px 23px;
  display: block;
  transition: all 0.35s ease-in-out;
  position: relative;
  font-size: 18px;
  background: #f5f5f5;
  border-bottom: 1px solid #fff;
  color: #333333;
}

.asidelist13 .gp-subleft ul>li .gp-toggles {
  width: 40px;
  height: 64px;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 64px;
  text-align: center;
  cursor: pointer;
  color: #999;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 18px;
}

.asidelist13 .gp-subleft ul>li.active>a,
.asidelist13 .gp-subleft ul>li:hover>a {
  background: #fff;
  color: #2052a1;
  border: none;
  font-weight: bold;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.asidelist13 .gp-subleft ul dd a {
  display: block;
  padding: 10px;
  color: #333333;
  transition: all 0.35s ease-in-out;
  position: relative;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  border-bottom: 1px solid #dfdfdf;
}

.asidelist13 .gp-subleft ul dd.active>a {
  background: #fff;
  color: #2052a1;
  border: none;
  font-weight: bold;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.asidelist13 .gp-subleft::before {
  content: "";
  display: block;
  width: 161px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 0px;
  background: #2052a1;
}

@media screen and (max-width: 996px) {
  .asidelist13 .gp-subleft .sublefttitle {
    padding: 10px 15px;
    text-align: left;
    font-size: 20px;
  }

  .asidelist13 .gp-subleft .gp-m-inner-header-icon {
    display: block !important;
  }

  .asidelist13 .gp-subleft ul dd a {
    padding: 5px;
  }

  .asidelist13 .gp-subleft ul>li>a {
    padding: 10px 23px;
  }

  .asidelist13 .gp-subleft ul>li .gp-toggles {
    height: 44px;
    line-height: 44px;
  }

  .asidelist13 .gp-subleft>ul {
    display: none;
    text-align: left;
  }

  .asidelist13 .gp-subleft .gpsublefttitle::before {
    display: none;
  }

  .asidelist13 .gp-subleft .gpsublefttitle .bg2,
  .asidelist13 .asidelist13 .gp-subleft .gpsublefttitle .bg1,
  .asidelist13 .asidelist13 .gp-subleft::before,
  .asidelist13 .asidelist13 .gp-subleft .gpsublefttitle::after {
    display: none;
  }
}

.gp-title3 {
  border-bottom: 1px solid #2052a1;
  padding: 13px 0;
  margin-bottom: 10px;
}

.gp-title3 span {
  display: inline-block;
  vertical-align: middle;
}

.gp-title3 h2 {
  font-weight: normal;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.footer_block15 {
  background: #2052a1;
  padding: 54px 0;
  box-sizing: border-box;
}

.footer_block15 .footrlogo {
  display: inline-block;
  vertical-align: middle;
}

.footer_block15 .ewms {
  margin: 0 5%;
  display: inline-block;
  vertical-align: middle;
}

.footer_block15 .ewms .ewmsul {
  margin: 0 -5px;
  overflow: hidden;
}

.footer_block15 .ewms .ewmsul li {
  width: 50%;
  float: left;
}

.footer_block15 .ewms .ewmsul li .ewm {
  margin: 0 5px;
}

.footer_block15 .ewms .ewmsul li .ewm .wx {
  width: 110px;
  height: 110px;
  padding: 8px;
  box-sizing: border-box;
  background: #fff;
}

.footer_block15 .ewms .ewmsul li .ewm .wxsjs {
  line-height: 24px;
  margin: 10px 0;
  display: block;
  text-align: center;
}

.footer_block15 .footerthree {
  display: inline-block;
  width: 11%;
  vertical-align: middle;
}

.footer_block15 .footerthree a {
  display: block;
  line-height: 24px;
}

.footer_block15 .footerlast {
  display: inline-block;
  vertical-align: middle;
}

.footer_block15 .footerlast a {
  line-height: 24px;
  display: block;
  margin-bottom: 15px;
}

.footer_block15 .footerlast p {
  line-height: 24px;
}

@media screen and (max-width: 1600px) {
  .footer_block15 .footerthree {
    width: 15%;
  }

  .footer_block15 .ewms {
    margin: 0 2% !important;
  }
}

@media screen and (max-width:1300px) {
  .footrlogo {
    width: 352px;
  }

  .footer_block15 .ewms {
    margin: 0 2% !important;
  }

  .footrlogo {
    width: 283px;
  }

  .footer_block15 .footerthree {
    width: 14%;
  }
}

@media screen and (max-width:1100px) {
  .footrlogo {
    width: 275px;
  }

  .footer_block15 .ewms {
    margin: 0 2%;
  }
}

@media screen and (max-width:996px) {
  .wxsjs {
    line-height: 24px;
    margin: 10px 0;
    display: block;
    text-align: left;
  }

  .footer_block15 .footerthree {
    width: 25%;
    float: left;
  }

  .footer_block15 .footerlast {
    display: block;
    width: 40%;
    float: left;
  }

  .ewms {
    display: block;
    margin: 0;
  }

  .footrlogo {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:767px) {
  .footer_block15 .footerthree {
    width: 46%;
  }

  .footer_block15 .footerlast {
    width: 100%;
  }
}

@media screen and (max-width:500px) {

  .footer_block15 .footerthree,
  .footer_block15 .footerlast {
    width: 100%;
  }
}

.newul {}

.newul a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.newul li:nth-child(even) .newleft {
  order: 2;
}

.newleft {
  width: 50%;
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.newpic {
  padding-bottom: 67%;
  height: 0;
  overflow: hidden;
}

.newright {
  padding: 40px;
  box-sizing: border-box;
  background: rgba(247, 247, 247, 1);
  width: 50%;
  line-height: 1.5;
}

.newul li:nth-child(even) .newright {
  order: 1;
}

.fl-heading .fl-heading-text {
  color: #2052a1;
}

.fl-rich-text {
  margin: 10px 0;
}

.fl-node-content {
  margin: 20px 0;
}

.newmore {
  font-size: 16px;
  line-height: 18px;
  padding: 12px 24px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #2052a1;
  border: 1px solid #144695;
  display: inline-block;
  margin-top: 20px;
}

.newmore span {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.fl-button-icon {
  display: inline-block;
  width: 20px;
  margin-left: 8px;
  vertical-align: top;
}

@media screen and (max-width:600px) {
  .newul a .newright{
    padding: 25px;line-height: 1.2;width: 100%;
  }
  .newul a{
    flex-direction: column;
  }
  .newul a .newleft{
    width: 100%;
  }.newul li:nth-child(even) .newleft {
    order: 1;
}
}