.content {
  margin: 70px 0 0 0;
}
.content .title {
  text-align: center;
  font-weight: bold;
}
.introduce-box {
  display: flex;
}

.introduce-box .introduce-content {
  width: 1400px;
  margin: auto;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  line-height: 24px;
}
.introduce-content .introduce-desc {
  margin: 30px 0 0 0;
  font-size: 18px;
}

.memorabilia {
  width: 100%;
  height: 1208px;
  background: url(/en/images/ESG/memorabilia.jpg) center center no-repeat;
  margin: 140px 0 0 0;
}
.memorabilia-box {
  display: flex;
  flex-direction: column;
  width: 1400px;
  margin: auto;
}
.memorabilia-title {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  margin: 90px 0 70px 0;
  text-align: center;
}
.organizations {
  display: flex;
  flex-direction: column;
  width: 1400px;
  margin: 0 auto;
}
.organizations .item {
  display: flex;
}
.organizations .item:not(:first-of-type) {
  margin: 25px 0 0 0;
}
.organizations .item .year {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 120px;
  height: 54px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, .4);
  font-size: 16px;
  color: #fff;
  padding: 0 12px;
}
.organizations .item .organization-sign {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0 0 0 auto;
}
.organizations .item:not(:last-of-type) .organization-sign {
  border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.organizations .item .organization-sign .organization-sign-box {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  color: #FFFFFF;
  height: 54px;
  margin: 0 0 25px 0;
}
.organizations .item .organization-sign .organization-sign-box:not(:last-of-type) {
  margin: 0 0 12px 0;
}
.organizations .item .organization-sign .organization-sign-box .organization {
  font-weight: 500;
}
.organizations .item .organization-sign .organization-sign-box .sign {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}

.os-and-rs-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}
.organizational-structure-box {
  margin: 0 auto 120px auto;
  width: 100%;
  height: 650px;
  position: relative;
}
.organizational-structure-box .organizational-structure-title {
  margin: 105px 0 30px 0;
}
.organizational-structure-box .desc {
  color: #222;
  margin: 0 auto 60px auto;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  width: 1400px;
}
.organizational-structure-box .organizational-structure {
  width: 1400px;
  height: 100%;
  margin: auto;
  position: relative;
  background: #fff;
  border-radius: 0px 0px 12px 12px;
  background-image: url(/en/images/icons/square.png);
  background-repeat: repeat;
  background-size: 6px;
}
.organizational-structure-box .organizational-structure-img {
  display: flex;
  justify-content: center;
  width: 1400px;
  height: 580px;
  position: absolute;
  top: 0;
}
.organizational-structure-box .organizational-structure-img img {
  width: 1302px;
  height: 580px;
}
.img-wrap {
  height: 360px;
  line-height: 0px;
}

.rating-system-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #F1F6F9;
  height: 1120px;
}
.rating-system-box .title {
  margin: 328px 0 40px 0;
}
.rating-system-desc {
  display: flex;
  flex-direction: column;
  width: 1400px;
  margin: 0 auto;
}
.rating-system-desc .desc {
  font-size: 18px;
  font-weight: 400;
  color: #222;
  line-height: 28px;
}
.rating-system-desc .rating-system-title {
  font-size: 18px;
  font-weight: bold;
  color: #222;
  margin: 0 0 30px 0;
}
.rating-system-inner-box {
  display: flex;
  margin: 60px 0 0 0;
}
.rating-system-desc .items {
  display: flex;
  flex-wrap: wrap;
  width: 486px;
}
.rating-system-desc .items .item {
  display: flex;
  align-items: center;
  width: 220px;
  height: 72px;
  border-radius: 6px;
  border: 1px solid #BBBBBB;
  margin: 0 20px 20px 0;
  font-size: 18px;
  font-weight: 400;
  color: #222;
  line-height: 24px;
}
.rating-system-desc .items .item:nth-child(2n) {
  margin: 0 0 20px 0;
}
.rating-system-desc .items .item img {
  margin: 0 20px 0 30px;
}
.rating-system-inner-box > img {
  width: 736px;
  height: 352px;
  margin: 0 0 0 auto;
  z-index: 2;
}
.comprehensive-information-platform {
  display: flex;
  align-items: center;
  width: 100%;
  height: 900px;
  background: url(/en/images/ESG/comprehensive-information-platform.jpg) center center no-repeat;
}
.comprehensive-information-platform-box {
  display: flex;
  width: 1400px;
  margin: auto;
}
.comprehensive-information-platform-title {
  width: 326px;
  font-size: 42px;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 72px 0 0;
}
.comprehensive-information-platform-desc {
  display: flex;
  flex-direction: column;
  width: 1000px;
}
.comprehensive-information-platform-desc .desc {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  line-height: 26px;
  margin: 0 0 40px 0;
}
.comprehensive-information-platform-desc .cards {
  display: flex;
  height: 394px;
}
.comprehensive-information-platform-desc .cards .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.comprehensive-information-platform-desc .cards .card:not(:first-of-type) {
  min-width: 246px;
  background: #EFF4F9;
  border-radius: 6px;
  font-weight: 400;
  color: #222;
}
.comprehensive-information-platform-desc .cards .card:not(:last-of-type) {
  margin: 0 20px 0 0;
}
.comprehensive-information-platform-desc .cards .card .card-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  max-height: 200px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: rgba(33, 113, 222, .8);
  border-radius: 6px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}
.comprehensive-information-platform-desc .cards .card .card-item:nth-of-type(2) {
  margin: 20px 0;
}
.comprehensive-information-platform-desc .cards .card .card-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background: #BAD0EF;
  border-radius: 6px;
  font-size: 16px;
}
.comprehensive-information-platform-desc .cards .card .card-box {
  display: flex;
  flex-direction: column;
  padding: 30px 12px 0 30px;
}
.comprehensive-information-platform-desc .cards .card .card-desc-title {
  margin: 0 0 12px 0;
  font-size: 18px;
}
.comprehensive-information-platform-desc .cards .card .second-title {
  margin: 20px 0 12px 0;
}
.comprehensive-information-platform-desc .cards .card .card-desc {
  display: flex;
  margin: 0 0 5px 0;
  font-size: 14px;
}
.comprehensive-information-platform-desc .cards .card .card-desc .circular {
  width: 6px;
  max-width: 6px;
  height: 6px;
  max-height: 6px;
  border: 2px solid #E72521;
  margin: 6px 12px 0 0;
  border-radius: 50%;
}
.comprehensive-information-platform-desc .cards .card  img {
  width: 194px;
  height: 264px;
  margin: 30px auto;
}
.comprehensive-information-platform-desc .cards .card:last-of-type .card-desc {
  margin: 0 0 20px 0;
}

.honorary-awards {
  height: 1400px;
  background: #FFFCF6;
  padding: 150px 0;
}
.honorary-awards-list {
  display: flex;
  flex-direction: column;
  width: 1400px;
  margin: auto;
}
.honorary-awards-item {
  display: flex;
  margin: 70px 0 0 0;
}
.honorary-awards-item .years {
  display: flex;
  flex-direction: column;
  width: 160px;
  max-height: 60px;
  margin: 0 90px 0 0;
  font-size: 36px;
  font-weight: 300;
  color: #222;
  border-bottom: 1px solid #eee;
}
.honorary-awards-item .years .active {
  width: 78px;
  height: 3px;
  background: #B68D4E;
  border-radius: 2px;
  margin: 5px 0 0 0;
}
.honorary-awards-box {
  display: flex;
  flex-wrap: wrap;
  width: 1150px;
}
.honorary-awards-box .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 550px;
  max-width: 550px;
  height: 60px;
  max-height: 60px;
  background: url(/en/images/ESG/honorary-awards.png) center / 100% 100% no-repeat;
  margin: 0 50px 40px 0;
}
.honorary-awards-box .item.two-items {
  width: 1150px;
  max-width: 1150px;
  background: url(/en/images/ESG/honorary-award-2items.png) center / 100% 100% no-repeat;
  margin: 0;
}
.honorary-awards-box .item:nth-child(2n) {
  margin: 0 0 40px 0;
}
.honorary-awards-box .item .item-desc {
  font-size: 20px;
  font-weight: 400;
  color: #222;
  text-align: center;
  width: 450px;
}
.honorary-awards-box .item.two-items .item-desc {
  width: 1036px;
}
.last-bg-box {
  display: flex;
  flex-direction: column;
  position: relative;
}
.information-disclosure {
  margin: 150px auto 60px auto;
}
.deep-research {
  margin: 90px auto 40px auto;
}
.cards-box {
  display: flex;
  flex-direction: column;
  width: 1400px;
  margin: auto;
}
.cards-box .card-box {
  display: flex;
  margin: 0 0 30px 0;
}
.cards-box .card-box .item {
  display: flex;
  flex-direction: column;
  width: 446px;
  max-width: 446px;
  height: 240px;
  border-radius: 12px;
  position: relative;
}
.cards-box .card-box .item a {
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.cards-box .card-box .item:not(:last-of-type) {
  margin: 0 30px 0 0;
}
.cards-box .card-box .item .desc {
  width: 365px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  line-height: 30px;
  margin: 30px auto 0 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.cards-box .card-box .item .download {
  margin: auto auto 20px 36px;
}
.information-disclosure-1 {
  background: url(/en/images/ESG/information-disclosure-0.png) no-repeat;
  background-size: 100% 100%;
}

.information-disclosure-2 {
  background: url(/en/images/ESG/information-disclosure-1.png) no-repeat;
  background-size: 100% 100%;
}
.information-disclosure-3 {
  background: url(/en/images/ESG/information-disclosure-2.png) no-repeat;
  background-size: 100% 100%;
}
.information-disclosure-4 {
  background: url(/en/images/ESG/information-disclosure-3.png) no-repeat;
  background-size: 100% 100%;
}
.information-disclosure-5 {
  background: url(/en/images/ESG/information-disclosure-4.png) no-repeat;
  background-size: 100% 100%;
}
.deep-research-1 {
  background: url(/en/images/ESG/deep-research-1.png) no-repeat;
  background-size: 100% 100%;
}
.deep-research-2 {
  background: url(/en/images/ESG/deep-research-2.png) no-repeat;
  background-size: 100% 100%;
}
.deep-research-3 {
  background: url(/en/images/ESG/deep-research-3.png) no-repeat;
  background-size: 100% 100%;
}
.deep-research-4 {
  background: url(/en/images/ESG/deep-research-4.png) no-repeat;
  background-size: 100% 100%;
}
.deep-research-5 {
  background: url(/en/images/ESG/deep-research-5.png) no-repeat;
  background-size: 100% 100%;
}
.deep-research-6 {
  background: url(/en/images/ESG/deep-research-6.png) no-repeat;
  background-size: 100% 100%;
}
.deep-research-7 {
  background: url(/en/images/ESG/deep-research-7.png) no-repeat;
  background-size: 100% 100%;
}
.last-cards-box {
  margin: 0 auto 120px auto;
}
.visible, .background-color {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.cards-box .card-box .item .background-color {
  border-radius: 12px;
  background-color: rgba(0, 64, 152, .8);
  position: absolute;
  z-index: 2;
  display: none;
}
.cards-box .card-box .item:hover .visible {
  display: none;
}
.cards-box .card-box .item:hover .background-color {
  display: flex;
}
.download-bg {
  width: 60px;
  height: 60px;
  background: url(/en/images/ESG/download.png) no-repeat;
}
.card-box .item .download-bg:hover {
  background: url(/en/images/ESG/download-hover.png) no-repeat;
}
.os-and-rs-box .underlay-bottom-right {
  z-index: 1;
}
