.btn {
  display: inline-block;
}

.btn-more-plus {
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 0;
  text-indent: -9999%;
  background-color: #519ea6;
  background-image: url("/data/app_web/english/images/common/icon_plus.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.jquery-modal {
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
  z-index: 12;
}

.modal {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 40px 30px;
  margin: 50px auto;
  z-index: 10;
  border-radius: 0;
}

.modal .modal-head {
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.modal .modal-head h3 {
  font-size: 24px;
}

.modal a.close-modal {
  top: 40px;
  right: 30px;
  width: auto;
  height: auto;
  font-size: 0;
  text-indent: 0;
  background: none;
}

.modal a.close-modal:before {
  content: '\E807';
  font-family: 'fontello';
  font-size: 25px;
}

.modal-youtube {
  max-width: 840px;
}

.modal-youtube .modal-body {
  padding-top: 45px;
}

.modal-youtube .modal-body .yt-player {
  width: 100%;
  height: 440px;
}

.modal-youtube .modal-body .yt-player iframe {
  width: 100%;
  height: 100%;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  min-width: 1200px;
  margin: 0 auto;
  z-index: 9;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header.nav-up {
  top: -90px;
}

.header .inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
}

.header h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  text-align: center;
  border-bottom: 1px solid #ebe5e6;
  background: #fff;
}

.header h1 a {
  display: block;
}

.header .nav {
  background: #fff;
  border-bottom: 1px solid #ebe5e6;
}

.header .nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 63px;
}

.header .nav ul li {
  position: relative;
}

.header .nav ul li a {
  font-family: 'NSquareRound';
  font-size: 20px;
  letter-spacing: -0.05em;
  display: block;
}

.header .nav ul li.is-active > a {
  color: #f26522;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.header .nav ul li.is-active > a:after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  width: 100%;
  height: 3px;
  margin: 0 auto;
  background: #f26522;
  z-index: 1;
}

.header .wrap-util {
  position: absolute;
  top: -35px;
  right: 0;
}

.header .wrap-util a {
  font-family: 'NSquareRound';
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.footer-wrap {
  background: #403e3c;
  height: 265px;
  padding: 60px 50px 0;
  min-width: 1080px;
}

.footer-wrap .inner {
  position: relative;
  max-width: 1080px;
  margin: 0 auto;
  height: 100%;
  overflow: hidden;
}

.footer-wrap .inner:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 45px;
  background-image: url("/data/app_web/english/images/common/dot.gif");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-repeat: repeat-x;
}

.footer-wrap .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer-wrap .footer .footer-logo {
  margin-right: 65px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.footer-wrap .footer .contact {
  position: relative;
}

.footer-wrap .footer .contact h3 {
  font-family: 'NSquare';
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
}

.footer-wrap .footer .contact .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 80px;
}

.footer-wrap .footer .contact .contact-info .item {
  margin-right: 30px;
}

.footer-wrap .footer .contact .contact-info .item:last-child {
  margin-right: 0;
}

.footer-wrap .footer .contact .contact-info .item .tit {
  font-family: 'NSquare';
  font-size: 15px;
  font-weight: 700;
  color: #787775;
  margin-bottom: 10px;
}

.footer-wrap .footer .contact .contact-info .item .desc {
  font-family: 'NSquare';
  font-size: 15px;
  color: #787775;
  line-height: 1.3em;
  letter-spacing: -0.02em;
}

.footer-wrap .footer .relate {
  position: relative;
  padding-top: 30px;
  padding-left: 80px;
}

.footer-wrap .footer .relate:before {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  width: 1px;
  height: 70px;
  background: #5c5c5c;
}

.footer-wrap .footer .relate li {
  font-family: 'NSquare';
  font-size: 15px;
  color: #fff;
  margin-bottom: 25px;
}

.footer-wrap .footer .relate li:last-child {
  margin-bottom: 0;
}

.main {
  min-width: 1280px;
  margin: 0 auto;
  background: #fff5eb;
}

.main .container {
  padding-top: 213px;
  padding-bottom: 60px;
}

.main .container .inner {
  max-width: 1080px;
  margin: 0 auto;
}

.main .container .item-list .row {
  margin: 0 -10px 0;
}

.main .container .item-list .row .item {
  position: relative;
  float: left;
  width: 255px;
  background: #fff;
  margin: 0 10px 20px;
}

.main .container .item-list .row .item .thumb {
  height: 170px;
  background: #d9d9d9;
  overflow: hidden;
  font-size: 0;
}

.main .container .item-list .row .item .txt-box {
  height: 190px;
  padding: 30px 20px;
  color: #333;
}

.main .container .item-list .row .item .txt-box .desc {
  display: block;
  font-size: 15px;
  line-height: 1.3em;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
}

.main .container .item-list .row .item .txt-box .tit {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.main .container .item-list .row .item .btn {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.main .container .item-list .row .item-overview {
  width: 640px;
}

.main .container .item-list .row .item-overview .thumb {
  height: 420px;
}

.main .container .item-list .row .item-overview .txt-box {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  color: #fff;
  padding: 40px;
}

.main .container .item-list .row .item-overview .txt-box .desc {
  font-size: 18px;
}

.main .container .item-list .row .item-overview .txt-box .tit {
  font-size: 42px;
}

.main .container .item-list .row .item-2 {
  width: 420px;
}

.main .container .item-list .row .item-2 .thumb {
  height: 274px;
}

.main .container .item-list .row .item-2 .txt-box {
  height: 146px;
}

.sub {
  min-width: 1280px;
  margin: 0 auto;
}

.sub .container {
  padding-top: 213px;
  padding-bottom: 140px;
  min-width: 1200px;
  overflow: hidden;
}

.sub .container .inner {
  max-width: 1080px;
  margin: 0 auto;
}

.sub .container .content {
  padding: 53px 0 80px;
  border-bottom: 1px solid #ebe5e6;
}

.sub .container .content:first-child {
  padding-top: 0;
}

.sub .container .content:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
}

.sub .container .content .tit-lg {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  margin-bottom: 50px;
}

.sub .container .content .tit-md {
  font-size: 35px;
  font-weight: 900;
  line-height: 1.3em;
  letter-spacing: -0.02em;
  margin-bottom: 50px;
}

.sub .container .content .tit-sm {
  position: relative;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4em;
  letter-spacing: -0.02em;
  margin-bottom: 15px;
}

.sub .container .content .tit-bdb {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}

.sub .container .content .tit-bdl {
  padding-left: 16px;
}

.sub .container .content .tit-bdl:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: calc(100% - 13px);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #ee8545;
}

.sub .container .content .tab-head {
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}

.sub .container .content .tab-head.li2 li {
  width: 50%;
}

.sub .container .content .tab-head.li3 li {
  width: 33.333%;
}

.sub .container .content .tab-head li {
  float: left;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.sub .container .content .tab-head li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 70px;
  line-height: 1.4em;
  background: #fff;
}

.sub .container .content .tab-head li.current a {
  font-weight: 700;
  color: #fff;
  background-color: #519ea6;
}

.sub .container .content .content-detail {
  margin-bottom: 70px;
}

.sub .container .content .content-detail:last-child {
  margin-bottom: 0;
}

.sub .container .content .content-detail .desc .img-box {
  margin-bottom: 20px;
}

.sub .container .content .content-detail .desc .img-box img {
  float: left;
  margin-right: 30px;
}

.sub .container .content .content-detail .desc .img-box-full {
  margin-bottom: 0;
}

.sub .container .content .content-detail .desc .img-box-full img {
  float: none;
  margin-right: 0;
  margin-bottom: 30px;
}

.sub .container .content .content-detail .desc p {
  font-size: 18px;
  color: #333;
  line-height: 1.6em;
  letter-spacing: -0.03em;
}

.sub .container .content .content-detail .desc .quote {
  position: relative;
  display: inline-block;
  vertical-align: top;
  top: 3px;
}

.sub .container .content .content-detail .desc .quote-before {
  width: 13px;
  height: 12px;
  background-image: url("/data/app_web/english/images/jungto/icon_quote_before.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.sub .container .content .content-detail .desc .quote-after {
  width: 12px;
  height: 10px;
  background-image: url("/data/app_web/english/images/jungto/icon_quote_after.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.sub .container .content .content-detail .article {
  background: #f9f9f9;
  border: 1px solid #d6d6d6;
  padding: 55px 40px 80px;
}

.sub .container .content .content-detail .article .tit {
  margin-bottom: 20px;
}

.sub .container .content .content-detail .article .tit-bdl {
  padding-left: 16px;
}

.sub .container .content .content-detail .article .tit-bdl:before {
  top: 8px;
  height: 20px;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.sub .container .content .content-detail .article .btn-go {
  display: block;
  width: 98px;
  height: 20px;
  font-size: 0;
  text-indent: -9999%;
  margin: 0 auto 25px;
  background-image: url("/data/app_web/english/images/common/btn_go.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.sub .container .content .content-detail .article-logo .tit ~ .desc {
  padding-left: 16px;
}

.sub .container .content .content-detail .youtube-area {
  position: relative;
  width: 624px;
  height: 360px;
  margin: 50px auto 95px;
}

.sub .container .content .content-detail .youtube-area iframe {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.sub .container .content .content-detail .youtube-area:before {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 1920px;
  height: 335px;
  background: #f6f6f6;
  margin-left: -960px;
}

.sub .container .content .content-detail .youtube-area .youtube_frame:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 40px;
  right: 40px;
  width: 68px;
  height: 68px;
  background-image: url("/data/app_web/images/common/icon_play.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 2;
}

.overview .container {
  position: relative;
}

.overview .container:before {
  content: '';
  display: block;
  position: absolute;
  top: 154px;
  left: 0;
  right: 0;
  width: 100%;
  height: 380px;
  background: #fff5eb;
  z-index: -1;
}

.overview .container .content .img-box {
  margin-bottom: 40px;
}

.overview .container .content .tab-head li a {
  height: 120px;
}

.overview .container .content .tab-head li.current a {
  font-weight: 700;
  color: #fff;
  background-color: #519ea6;
  background-image: url("/data/app_web/english/images/common/bg_tab.png");
  background-repeat: no-repeat;
  background-position: 143% -45%;
}

.overview .container .content .btn {
  display: block;
  border: 0;
  background: none;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.overview .container .content .btn-more {
  width: 376px;
  height: 59px;
  font-size: 18px;
  color: #fff;
  line-height: 59px;
  background: #519ea6;
}

.jungto {
  background-image: url("/data/app_web/english/images/jungto/bg_logo.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
}

.jungto .content .desc {
  margin-top: 35px;
}

.jungto .content .desc .img-box {
  margin: 80px auto 0;
  text-align: center;
}

.jungto .content .desc .img-box img {
  margin-bottom: 0 !important;
}

.jts {
  background-image: url("/data/app_web/english/images/common/bg_logo.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
}

.jts .container .content .content-detail .desc .img-box {
  margin: 60px auto 45px;
  text-align: center;
}

.jts .container .content .content-detail .desc .img-box img {
  margin-bottom: 0;
}

.jts .container .content .content-detail .article {
  padding-bottom: 55px;
}

.jts .container .content .content-detail .article .tit:last-child {
  margin-bottom: 0;
}

.jts .container .content .content-detail .article .desc {
  margin-bottom: 45px;
}

.jts .container .content .content-detail .article .desc:last-child {
  margin-bottom: 0;
}

.jts .container .content .content-detail .tab-head {
  margin-bottom: -1px;
}

.jts .container .content .content-detail.jtsintro .tit {
  margin-bottom: 35px;
}

.jts .container .content .content-detail.jtsmeaning .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.jts .container .content .content-detail.jtsmeaning .list li {
  width: 33.333%;
  border-left: 1px solid #ebe5e6;
}

.jts .container .content .content-detail.jtsmeaning .list li .tit {
  font-size: 24px;
  margin-bottom: 16px;
}

.jts .container .content .content-detail.jtsmeaning .list li .tit b {
  font-weight: 900;
}

.jts .container .content .content-detail.jtsmeaning .list li:first-child {
  border-left: 0;
}

.jts .container .content .content-detail.jtsgoal .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.jts .container .content .content-detail.jtsgoal .list li {
  margin: 0 40px;
}

.jts .container .content .content-detail.jtsgoal .list li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  height: 400px;
  background: #ccc;
  border-radius: 50%;
  padding: 0 50px;
}

.jts .container .content .content-detail.jtsgoal .list li .item .num {
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 25px;
  color: #fff;
}

.jts .container .content .content-detail.jtsgoal .list li .item .desc {
  width: 100%;
  text-align: center;
}

.jts .container .content .content-detail.jtsgoal .list li .item .desc p {
  color: #fff;
  font-weight: 300;
}

.jts .container .content .content-detail.jtsgoal .list li:nth-child(odd) .item {
  background: #86bcb2;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #86bcb2), color-stop(100%, #5c9ea7));
  background: linear-gradient(135deg, #86bcb2 0%, #5c9ea7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86bcb2', endColorstr='#5c9ea7', GradientType=1 );
}

.jts .container .content .content-detail.jtsgoal .list li:nth-child(even) .item {
  background: #5c9ea7;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #5c9ea7), color-stop(100%, #86bcb2));
  background: linear-gradient(135deg, #5c9ea7 0%, #86bcb2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5c9ea7', endColorstr='#86bcb2', GradientType=1 );
}

.jts .container .content .content-detail.jtsstatement .tit {
  margin-bottom: 45px;
}

.jts .container .content .content-detail.jtsstatement .article .tit {
  margin-bottom: 40px;
}

.jts .container .content .content-detail.jtsstatement .article .tit:last-child {
  margin-bottom: 0;
}

.jts .container .content .content-detail .appendix .tab-head li a {
  height: 100px;
}

.ecobuddha {
  background-image: url("/data/app_web/english/images/ecobuddha/bg_logo.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
}

.ecobuddha .container .content .content-detail .article .desc {
  margin-bottom: 45px;
}

.ecobuddha .container .content .content-detail .article .desc:last-child {
  margin-bottom: 0;
}

.ecobuddha .container .content .content-detail .article .msg {
  display: block;
  font-size: 14px;
  color: #9a9a9a;
  margin-top: -18px;
  padding-left: 16px;
}

.ecobuddha .container .content .content-detail.jtsintroduce .tit {
  margin-bottom: 20px;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px -10px;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item {
  width: calc(25% - 10px);
  height: 310px;
  margin: 0 5px 10px;
  background: #fbfbfb;
  border: 2px solid #d6d6d6;
  padding: 20px 15px;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item .thumb {
  width: 155px;
  height: 100px;
  margin: 0 auto 10px;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item .desc p {
  color: #6d6d6d;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item .desc .num {
  font-size: 20px;
  font-weight: 900;
  color: #000;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item:nth-child(1) .thumb {
  display: block;
  background-image: url("/data/app_web/english/images/ecobuddha/icon_campaign1.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item:nth-child(2) .thumb {
  display: block;
  background-image: url("/data/app_web/english/images/ecobuddha/icon_campaign2.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item:nth-child(3) .thumb {
  display: block;
  background-image: url("/data/app_web/english/images/ecobuddha/icon_campaign3.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item:nth-child(4) .thumb {
  display: block;
  background-image: url("/data/app_web/english/images/ecobuddha/icon_campaign4.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item:nth-child(5) .thumb {
  display: block;
  background-image: url("/data/app_web/english/images/ecobuddha/icon_campaign5.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item:nth-child(6) .thumb {
  display: block;
  background-image: url("/data/app_web/english/images/ecobuddha/icon_campaign6.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item:nth-child(7) .thumb {
  display: block;
  background-image: url("/data/app_web/english/images/ecobuddha/icon_campaign7.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item:nth-child(8) .thumb {
  display: block;
  background-image: url("/data/app_web/english/images/ecobuddha/icon_campaign8.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item:nth-child(9) .thumb {
  display: block;
  background-image: url("/data/app_web/english/images/ecobuddha/icon_campaign9.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item:nth-child(10) .thumb {
  display: block;
  background-image: url("/data/app_web/english/images/ecobuddha/icon_campaign10.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item:nth-child(11) .thumb {
  display: block;
  background-image: url("/data/app_web/english/images/ecobuddha/icon_campaign11.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item:nth-child(12) .thumb {
  display: block;
  background-image: url("/data/app_web/english/images/ecobuddha/icon_campaign12.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item:nth-child(-n+4) .thumb {
  margin-top: 30px;
}

.ecobuddha .container .content .content-detail.jtsintroduce .list-item .item:nth-child(n+5):nth-child(-n+8) .thumb {
  margin-top: 10px;
  margin-bottom: 25px;
}

.ecobuddha .container .content .content-detail.jtsgoal .tit {
  margin-bottom: 60px;
}

.ecobuddha .container .content .content-detail.jtsgoal .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.ecobuddha .container .content .content-detail.jtsgoal .list li {
  margin: 0 40px;
}

.ecobuddha .container .content .content-detail.jtsgoal .list li .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 288px;
  height: 288px;
  background: #ccc;
  border-radius: 50%;
  padding: 85px 50px 0;
  background: #86bcb2;
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #86bcb2), color-stop(100%, #5c9ea7));
  background: linear-gradient(135deg, #86bcb2 0%, #5c9ea7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86bcb2', endColorstr='#5c9ea7', GradientType=1 );
}

.ecobuddha .container .content .content-detail.jtsgoal .list li .item .num {
  font-size: 35px;
  font-weight: 900;
  margin-bottom: 20px;
  color: #fff;
}

.ecobuddha .container .content .content-detail.jtsgoal .list li .item .desc {
  text-align: center;
}

.ecobuddha .container .content .content-detail.jtsgoal .list li .item .desc p {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  line-height: 1.2em;
}

.ecobuddha .container .content .content-detail.jtsstatement .article .tit:last-of-type {
  margin-bottom: 0;
}

.ecobuddha .container .content .content-detail .appendix .tab-head {
  margin-bottom: -1px;
}

.ecobuddha .container .content .content-detail .appendix .tab-head li a {
  height: 100px;
}

.good-friends {
  background-image: url("/data/app_web/english/images/goodfriends/bg_logo.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
}

.good-friends .container .content .tab-head {
  margin-bottom: -1px;
}

.good-friends .container .content .tab-head li a {
  height: 100px;
}

.good-friends .container .content .content-detail .article {
  padding-bottom: 55px;
}

.good-friends .container .content .content-detail .item {
  margin-bottom: 50px;
}

.good-friends .container .content .content-detail .item:last-child {
  margin-bottom: 0;
}

.good-friends .container .content .content-detail.jtsmain {
  margin-top: 60px;
}

.good-friends .container .content .content-detail.jtsmain .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #d6d6d6;
  padding: 60px 50px;
  height: 470px;
}

.good-friends .container .content .content-detail.jtsmain .box .item {
  width: 50%;
  margin-bottom: 0;
  padding: 0 60px;
  border-right: 1px solid #ebe5e6;
}

.good-friends .container .content .content-detail.jtsmain .box .item .tit {
  margin-bottom: 15px;
}

.good-friends .container .content .content-detail.jtsmain .box .item p {
  -webkit-hyphens: manual;
      -ms-hyphens: manual;
          hyphens: manual;
}

.good-friends .container .content .content-detail.jtsmain .box .item:last-child {
  border-right: 0;
}

.good-friends .container .content .list-dot li {
  position: relative;
  padding-left: 14px;
  margin-bottom: 25px;
}

.good-friends .container .content .list-dot li:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 3px;
  height: 3px;
  background: #000;
}

.good-friends .container .content .list-dot li strong {
  display: block;
  font-size: 18px;
  font-weight: 900;
  color: #333;
  margin-bottom: 15px;
}

.good-friends .container .content .list-dot li:last-child {
  margin-bottom: 0;
}

.peace-foundation {
  background-image: url("/data/app_web/english/images/peace/bg_logo.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-attachment: fixed;
}

.peace-foundation .container .content .desc b {
  font-weight: 900;
}
