.line_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body {
  background: #F6F6F6;
  padding-bottom: 168px;
}
.header {
  background: #fff;
}
.header .header-logo {
  padding-top: 30px;
}
.header .header-logo .header-logo-img {
  height: 70px;
}
.header .header-search .header-links {
  text-align: right;
}
.header .header-search {
  padding-top: 47px;
}
.header .header-search .search-ctl {
  background-color: #F4F4F4;
}
.header-nav .header-nav-lists .nav-link {
  margin-right: 1px;
}
.header-nav .header-nav-lists .nav-link:hover {
  background: #025DB4;
}
.header-nav .header-nav-lists > li {
  width: 16.66%;
  margin: 0;
  position: relative;
}
.header .header-search .header-links .header-link{
  position: relative;
  width: 150px;
  border: 1px solid #123463;
  line-height: 34px;
  font-size: 16px;
  color: #123463;
  border-radius: 18px;
  text-align: center;
  text-transform: uppercase;
}
.header .header-search .header-links .header-link:before {
  content: '';
  position: relative;
  top: -1.5px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background: url(../png/en-header-link-icon.png);
  background-size: 100% 100%;
}
.header .header-search .header-links .header-link:hover {
  background: #123463;
  color: #fff !important;
  text-decoration: none !important;
}
.header .header-search .header-links .header-link:hover:before {
  background-image: url(../png/en-header-link-icon-hover.png);
}
.header-nav .header-nav-lists > li:hover .nav-child-cont {
  display: block;
}
.header-nav .header-nav-lists > li .nav-child-cont {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  display: none;
  background: #FCFEFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 12px 0;
  z-index: 1000;
}
.header-nav .header-nav-lists > li .child-link {
  display: block;
  padding: 0 25px 0 40px;
  position: relative;
  font-size: 16px;
  color: #303030;
  line-height: 34px;
  white-space: nowrap;
}
.header-nav .header-nav-lists > li .child-link:hover {
  color: #025DB4;
}
.header-nav .header-nav-lists > li .child-link:hover:before {
  background: #025DB4;
}
.header-nav .header-nav-lists > li .child-link:before {
  content: '';
  position: absolute;
  left: 22px;
  top: 50%;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #BFBFBF;
}
.footer .footer-natural {
  height: 168px;
}
.footer .footer-natural .natural-right .natural-code-img {
  width: 84px;
}
.footer .footer-natural .natural-right .natural-code-name {
  margin-top: 5px;
  font-size: 12px;
}
.footer .footer-natural .natural-right li {
  margin: 0 20px 0 10px;
}
.footer .footer-natural .nature-copy {
  float: left;
  margin-left: 20px;
  padding-top: 30px;
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
}
.link-more {
  font-size: 14px;
  color: #025DB4;
  line-height: 20px;
}
.link-more:before {
  content: '';
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
  width: 30px;
  height: 5px;
  background: url(../png/en-more-icon.png) no-repeat left;
  background-size: auto 100%;
}
.index-en .index-banner {
  position: relative;
  overflow: hidden;
}
.index-en .index-banner .banner-lists {
  font-size: 0;
  white-space: nowrap;
}
.index-en .index-banner .banner-lists li {
  display: inline-block;
  vertical-align: top;
  height: 450px;
  width: 100%;
}
.index-en .index-banner .banner-lists .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index-en .index-banner .banner-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
}
.index-en .index-banner .banner-wrap .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  width: 36px;
  height: 12px;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  opacity: 0.7;
}
.index-en .index-banner .banner-wrap .swiper-pagination-bullet:first-child {
  margin: 0;
}
.index-en .index-banner .banner-wrap .swiper-pagination-bullet-active {
  opacity: 1;
}
.index-en .module-en {
  background: #fff;
}
.index-en .module-en .module-list:after {
  content: '';
  display: block;
  clear: both;
}
.index-en .module-en .moudle-about {
  float: left;
  width: 600px;
}
.index-en .module-en .moudle-intel {
  float: right;
  width: 560px;
}
.index-en .module-en .module-head {
  position: relative;
  overflow: hidden;
  padding: 30px 0;
  font-size: 0;
  white-space: nowrap;
  line-height: 32px;
}
.index-en .module-en .module-head .head-txt,
.index-en .module-en .module-head .head-line {
  display: inline-block;
  vertical-align: bottom;
}
.index-en .module-en .module-head .head-txt {
  font-size: 30px;
  color: #123463;
  font-weight: bold;
}
.index-en .module-en .module-head .head-line {
  position: relative;
  margin-left: 15px;
  width: 100%;
  border-bottom: 1px dashed #ddd;
}
.index-en .module-en .module-head .head-line:after {
  content: '';
  position: absolute;
  left: -15px;
  bottom: 0;
  width: 25px;
  height: 12px;
  background: url(../png/index-head-icon.png) no-repeat;
  background-size: auto 100%;
}
.index-en .module-en .module-head .head-more {
  position: absolute;
  right: 0;
  font-size: 14px;
  color: #123463;
}
.index-en .module-en .module-head .head-more:hover {
  text-decoration: underline;
  color: #025DB4;
}
.index-en .module-about {
  overflow: hidden;
}
.index-en .module-about .about-head {
  float: left;
  width: 280px;
  height: 310px;
  padding: 19px 0 16px 16px;
  background: #123463;
}
.index-en .module-about .about-head .about-head-img {
  width: 266px;
  border: 2px solid #fff;
}
.index-en .module-about .module-cont {
  margin-left: 280px;
  height: 310px;
  border: 1px solid #ddd;
  border-left: none;
  padding: 22px 16px 0 22px;
}
.index-en .module-about .module-cont .about-intro {
  max-height: 234px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}
.index-en .module-about .module-cont .link-more {
  float: right;
  margin: 10px 14px 0 0;
}
.index-en .intel-lists li {
  margin-top: 20px;
}
.index-en .intel-lists li:first-child {
  margin: 0;
}
.index-en .intel-lists .intel-date {
  float: left;
  width: 54px;
  height: 46px;
  border: 1px solid #123463;
  padding-top: 6px;
  text-align: center;
  line-height: 17px;
}
.index-en .intel-lists .date-day {
  font-size: 18px;
  color: #123463;
  font-weight: bold;
}
.index-en .intel-lists .date-year {
  font-size: 12px;
  color: #123463;
}
.index-en .intel-lists .intel-link {
  display: block;
  margin-left: 54px;
  padding: 13px 20px;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #F8F8F8;
}
.index-en .intel-lists .intel-link:hover {
  color: #025DB4;
}
.index-en .intel-lists .intel-intro {
  position: relative;
  top: 10px;
  max-height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 15px;
  color: #666;
  line-height: 22px;
}
.index-en .pub-module {
  padding: 15px 0;
  position: relative;
  font-size: 0;
}
.index-en .pub-module .pub-bar {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  background-size: 100% 100%;
  cursor: pointer;
}
.index-en .pub-module .pub-bar.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.index-en .pub-module .pub-bar.left {
  left: -80px;
  background-image: url(../png/pub-bar-icon-left.png);
}
.index-en .pub-module .pub-bar.right {
  right: -80px;
  background-image: url(../png/pub-bar-icon-right.png);
}
.index-en .pub-module .inter-items {
  margin-right: 398px;
  position: relative;
  height: 244px;
}
.index-en .pub-module li {
  position: absolute;
  left: 0;
  top: 0;
  width: 398px;
  height: 100%;
  z-index: 5;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  border-top: 2px solid #fff;
  background: #fff;
  overflow: hidden;
  padding: 15px 20px 15px 14px;
  transition: all 2s;
  z-index: 10;
}
.index-en .pub-module li.li-0 {
  left: 0;
}
.index-en .pub-module li.li-1 {
  left: 50%;
  transform: scale(1.115);
  z-index: 20;
}
.index-en .pub-module li.li-2 {
  left: 100%;
}
.index-en .pub-module li.li-3,
.index-en .pub-module li.li-4,
.index-en .pub-module li.li-5,
.index-en .pub-module li.li-6,
.index-en .pub-module li.li-7,
.index-en .pub-module li.li-8,
.index-en .pub-module li.li-9,
.index-en .pub-module li.li-10,
.index-en .pub-module li.li-11,
.index-en .pub-module li.li-12,
.index-en .pub-module li.li-13,
.index-en .pub-module li.li-14,
.index-en .pub-module li.li-15,
.index-en .pub-module li.li-16,
.index-en .pub-module li.li-17,
.index-en .pub-module li.li-18,
.index-en .pub-module li.li-19,
.index-en .pub-module li.li-20,
.index-en .pub-module li.li-21,
.index-en .pub-module li.li-22,
.index-en .pub-module li.li-23,
.index-en .pub-module li.li-24,
.index-en .pub-module li.li-25,
.index-en .pub-module li.li-26,
.index-en .pub-module li.li-27,
.index-en .pub-module li.li-28,
.index-en .pub-module li.li-29,
.index-en .pub-module li.li-30 {
  left: 50%;
  transform: scale(0.9);
  z-index: 5;
}
.index-en .pub-module .img-box {
  float: left;
  width: 160px;
  height: 214px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  overflow: hidden;
}
.index-en .pub-module .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.2s;
}
.index-en .pub-module li:hover .img-box img {
  transform: scale(1.1);
}
.index-en .pub-module .li-cont {
  margin-left: 175px;
}
.index-en .pub-module .li-title {
  margin: 10px 0 15px;
  height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  line-height: 18px;
  color: #454545;
  font-weight: bold;
}
.index-en .pub-module .li-title:hover {
  color: #025DB4;
}
.index-en .pub-module .li-des {
  margin-bottom: 4px;
  position: relative;
  padding-left: 42px;
  font-size: 13px;
  color: #666;
  line-height: 22px;
}
.index-en .pub-module .des-lab {
  position: absolute;
  left: 0;
  top: 0;
}
.index-en .pub-module .link-more {
  margin-top: 25px;
  display: block;
  width: 125px;
  line-height: 33px;
  text-align: center;
  background: #EBF5FF;
  border-radius: 4px;
  font-size: 12px;
}
.index-en .award-lists {
  margin: 0 0 40px -20px;
  overflow: hidden;
}
.index-en .award-lists li {
  float: left;
  width: 36%;
}
.index-en .award-lists li:nth-child(3n) {
  width: 28%;
}
.index-en .award-lists .award-link {
  margin-left: 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #555;
  line-height: 20px;
}
.index-en .award-lists .award-link:hover {
  color: #025DB4;
}
.index-en .award-lists .award-logo {
  margin: 0 10px;
  width: 45px;
}
.main-en {
  background: #F6F6F6;
}
.cont-en {
  margin-bottom: 30px;
  background: #fff;
  padding: 0 50px 40px;
}
.cont-en .cont-title {
  padding: 36px 0;
  font-size: 30px;
  color: #333;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
}
.cont-en .events-lists li {
  margin-top: 20px;
  border: 1px solid #D8D8D8;
  padding: 20px 34px 30px;
}
.cont-en .events-lists li:first-child {
  margin: 0;
}
.cont-en .events-lists .event-title {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}
.cont-en .events-lists .event-des {
  margin-top: 15px;
  line-height: 16px;
  font-size: 14px;
  color: #666;
}
.cont-en .events-lists .des-label {
  font-weight: bold;
  margin-right: 5px;
  color: #333;
}
.cont-en .events-lists .event-file {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 30px;
  background: #F4F8FF;
  border-radius: 2px;
  font-size: 12px;
  color: #123463;
  line-height: 26px;
  cursor: pointer;
}
.cont-en .events-lists .event-file:after {
  content: '';
  position: absolute;
  left: 10px;
  top: 6px;
  width: 14px;
  height: 14px;
  background: url(../png/en-event-icon.png) no-repeat;
  background-size: 14px auto;
}
.cont-en .events-lists .event-file:hover {
  background: #123463;
  color: #fff;
}
.cont-en .events-lists .event-file:hover:after {
  background-position: 0 -20px;
}
.cont-en .contact-subtitle {
  margin-bottom: 25px;
  border-bottom: 1px dashed #D8D8D8;
  padding-bottom: 20px;
  font-size: 22px;
  color: #333;
  line-height: 26px;
  font-weight: bold;
}
.cont-en .contact-des {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.cont-en .contact-des .des-label {
  font-weight: bold;
  margin-right: 10px;
}
.cont-en .contact-des a:hover {
  color: #025DB4;
}
.cont-en .address-img {
  margin-top: 25px;
}
.cont-en .address-img img {
  width: 100%;
}
.cont-en .about-des {
  margin-bottom: 30px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
}
.cont-en .govern-title {
  margin-bottom: 26px;
  font-size: 22px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.cont-en .govern-table {
  margin-bottom: 26px;
  width: 100%;
}
.cont-en .govern-table table {
  width: 100%;
}
.cont-en .govern-table tr {
  border-bottom: 1px dashed #D8D8D8;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}
.cont-en .govern-table tr:first-child {
  border-top: 1px dashed #D8D8D8;
}
.cont-en .govern-table tr.table-head {
  background: #F6F6F6;
  font-size: 20px;
  color: #123463;
}
.cont-en .govern-table td {
  padding: 15px;
}
.cont-en .govern-table td:first-child {
  width: 310px;
  padding-left: 45px;
}
.cont-en .member-ship {
  margin: 0 160px 0 240px;
}
.cont-en .member-ship li {
  position: relative;
  background: #fff;
  margin-bottom: 26px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.cont-en .member-ship li:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 50%;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #025DB4;
}
.cont-en .member-ship li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  border: 6px solid transparent;
  border-left: 10px solid #123463;
}
.cont-en .member-ship .ship-icon-index {
  position: absolute;
  left: -62px;
  top: 50%;
  margin-top: -23.5px;
  height: 47px;
}
.cont-en .member-ship .ship-icon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -24px;
  height: 48px;
}
.cont-en .member-ship .ship-title {
  padding: 20px 100px 20px 32px;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  font-weight: bold;
}
.cont-en .member-ship a {
  color: #025DB4;
}
.cont-en .member-ship a:hover {
  text-decoration: underline;
}
.pub-lists {
  margin-left: -16px;
}
.pub-lists:after {
  content: '';
  display: block;
  clear: both;
}
.pub-lists li {
  float: left;
  width: 33.33%;
}
.pub-lists .li-cont {
  margin: 0 0 16px 16px;
  height: 256px;
  background: #fff;
  padding: 20px 16px 0;
}
.pub-lists .li-cont:hover {
  box-shadow: 0 0 8px rgba(0,0,0,.16);
}
.pub-lists .li-head {
  float: left;
  width: 160px;
  height: 216px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  background: #fff;
  overflow: hidden;
}
.pub-lists .head-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1.2s;
}
.pub-lists .li-cont:hover .head-img {
  transform: scale(1.1);
}
.pub-lists .li-body {
  margin-left: 180px;
}
.pub-lists .li-title {
  margin: 4px 0 15px;
  height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  line-height: 20px;
  color: #454545;
  font-weight: bold;
}
.pub-lists .li-title:hover {
  color: #265DAE;
}
.pub-lists .li-des {
  margin-bottom: 4px;
  position: relative;
  height: 32px;
  padding-left: 42px;
  font-size: 16px;
  color: #666;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pub-lists .des-lab {
  position: absolute;
  left: 0;
  top: 0;
}
.pub-lists .link-more {
  margin-top: 20px;
  display: block;
  width: 120px;
  line-height: 34px;
  text-align: center;
  background: #EBF5FF;
  border-radius: 4px;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .header .container {
    padding: 0 4%;
  }
  .header .header-search {
    margin: 0;
    position: relative;
  }
  .header .header-search .header-links {
    position: absolute;
    right: 0;
    top: -50px;
  }
  .header .header-logo .header-logo-img {
    width: auto;
    height: 46px;
  }
  .header .header-search .header-links .header-link{
    line-height: 24px;
    width: 110px;
    font-size: 13px;
  }
  .header .header-search .header-links .header-link:before{
    width: 14px;
    height: 14px;
  }
  .header .header-logo {
    padding: 15px 0;
  }
  .header .header-search {
    padding: 0;
  }
  .header .mobile-bar {
    right: 6px;
  }
  .header .header-search .search-module {
    margin: 0;
  }
  .header-nav .header-nav-lists > li {
    width: auto;
  }
  .footer .footer-natural {
    height: auto;
    padding: 14px 0;
  }
  .footer .footer-natural .nature-copy {
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 22px;
  }
  .index-en .index-banner .banner-lists li {
    height: 140px;
  }
  .index-en .index-banner .banner-wrap {
    bottom: 10px;
  }
  .index-en .index-banner .banner-wrap .swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    margin-left: 10px;
  }
  .index-en .module-en .module-head {
    padding: 20px 0;
    line-height: 20px;
  }
  .index-en .module-en .module-head .head-txt {
    font-size: 18px;
  }
  .index-en .module-en .moudle-about,
  .index-en .module-en .moudle-intel {
    float: none;
    width: 100%;
  }
  .index-en .module-about .about-head {
    width: 40%;
    height: auto;
    padding: 10px 0 10px 10px;
  }
  .index-en .module-about .about-head .about-head-img {
    width: 105%;
  }
  .index-en .module-about .module-cont {
    margin-left: 40%;
    height: auto;
    padding: 9px 10px 9px 20px;
    overflow: hidden;
  }
  .index-en .module-about .module-cont .about-intro {
    font-size: 12px;
    line-height: 16px;
    -webkit-line-clamp: 7;
  }
  .index-en .intel-lists li {
    margin-top: 15px;
  }
  .index-en .intel-lists .intel-link {
    font-size: 14px;
  }
  .index-en .intel-lists .intel-intro {
    margin-top: 5px;
    top: 5px;
    font-size: 13px;
    line-height: 18px;
  }
  .index-en .pub-module .inter-items {
    margin: 0 -15px;
    height: 190px;
  }
  .index-en .pub-module li {
    width: 60%;
    padding: 12px;
  }
  .index-en .pub-module .img-box {
    width: 80px;
    height: 110px;
  }
  .index-en .pub-module .li-cont {
    margin-left: 90px;
  }
  .index-en .pub-module .li-title {
    margin: 0 0 6px;
    font-size: 14px;
  }
  .index-en .pub-module .li-des {
    padding: 0;
    font-size: 11px;
    line-height: 14px;
  }
  .index-en .pub-module .des-lab {
    position: static;
    margin-right: 10px;
  }
  .index-en .pub-module li.li-1 {
    left: 20%;
    transform: scale(1);
  }
  .index-en .pub-module li.li-3,
  .index-en .pub-module li.li-4,
  .index-en .pub-module li.li-5,
  .index-en .pub-module li.li-6 {
    left: 20%;
    transform: scale(0.8);
  }
  .index-en .pub-module li.li-0,
  .index-en .pub-module li.li-2 {
    transform: scale(0.9);
  }
  .index-en .pub-module li.li-2 {
    left: 40%;
  }
  .index-en .pub-module .link-more {
    line-height: 26px;
    width: 80%;
    margin-top: 15px;
  }
  .index-en .pub-module .pub-bar {
    z-index: 100;
  }
  .index-en .pub-module .pub-bar.left {
    left: -15px;
  }
  .index-en .pub-module .pub-bar.right {
    right: -15px;
  }
  .index-en .pub-module {
    padding: 10px 0;
  }
  .index-en .award-lists {
    margin: 0 0 20px;
  }
  .index-en .award-lists li,
  .index-en .award-lists li:nth-child(3n) {
    margin: 0 0 10px;
    width: 100%;
  }
  .index-en .award-lists .award-link {
    margin: 0;
    font-size: 14px;
  }
  .cont-en {
    padding: 0 20px 20px;
  }
  .cont-en .cont-title {
    padding: 20px 0;
    font-size: 22px;
    line-height: 28px;
  }
  .cont-en .events-lists li {
    margin-top: 15px;
    padding: 15px 20px;
  }
  .cont-en .events-lists .event-title {
    font-size: 16px;
  }
  .cont-en .events-lists .event-des {
    margin-top: 10px;
    font-size: 13px;
  }
  .cont-en .contact-subtitle {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .cont-en .contact-des {
    font-size: 14px;
    line-height: 20px;
  }
  .cont-en .address-img {
    margin-top: 15px;
  }
  .cont-en .about-des {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .cont-en .govern-title {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 22px;
  }
  .cont-en .govern-table {
    margin-bottom: 18px;
  }
  .cont-en .govern-table tr {
    font-size: 13px;
    line-height: 18px;
  }
  .cont-en .govern-table td {
    padding: 10px;
  }
  .cont-en .govern-table td:first-child {
    padding: 10px;
    width: 40%;
  }
  .cont-en .govern-table tr.table-head {
    font-size: 16px;
  }
  .cont-en .member-ship {
    margin: 0 0 0 40px;
  }
  .cont-en .member-ship li {
    margin-bottom: 18px;
  }
  .cont-en .member-ship .ship-icon-index {
    margin-top: -15px;
    height: 30px;
    left: -48px;
  }
  .cont-en .member-ship li:before {
    margin-top: -2.5px;
    left: -14px;
    width: 5px;
    height: 5px;
  }
  .cont-en .member-ship li:after {
    margin-top: -5px;
    border: 5px solid transparent;
    border-left: 8px solid #123463;
  }
  .cont-en .member-ship .ship-icon {
    right: 10px;
    height: 24px;
    margin-top: -12px;
  }
  .cont-en .member-ship .ship-title {
    padding: 12px 40px 12px 15px;
    font-size: 14px;
    line-height: 20px;
  }
  .pub-lists li {
    width: 100%;
  }
  .pub-lists .li-head {
    width: 120px;
    height: 180px;
  }
  .pub-lists .li-cont {
    padding: 20px 16px;
    height: auto;
  }
  .pub-lists .li-body {
    margin-left: 135px;
  }
  .pub-lists .li-title {
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 18px;
  }
  .pub-lists .li-des {
    margin: 0;
    line-height: 26px;
    height: 26px;
    font-size: 13px;
  }
}
