/* 最新动态 start */
.zxdt > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.zxdt > div:nth-child(2) > a {
    position: relative;
    background-color: #f2f4f7;
    color: var(--green);
    overflow: hidden;
}

.zxdt > div:nth-child(2) > a > img {
    width: 100%;
    object-fit: cover;
}

.zxdt > div:nth-child(2) > a .zxdt-date {
    width: 90px;
    text-align: center;
    padding: 10px 20px;
    margin-top: 20px;
}

.zxdt > div:nth-child(2) > a .zxdt-date > strong {
    display: block;
    font-size: 30px;
}

.zxdt > div:nth-child(2) > a .zxdt-date > span {
    display: block;
    font-size: 10px;
}

.zxdt > div:nth-child(2) > a > h2 {
    padding: 0 20px;
    margin-top: 10px;
    font-size: var(--two-level-font);
}

.zxdt > div:nth-child(2) > a > p {
    color: #000;
    padding: 0 20px;
    margin-top: 10px;
}

.zxdt > div:nth-child(2) > a > button {
    border: none;
    background: none;
    font-weight: bold;
    font-size: 26px;
    color: inherit;
    padding: 0 20px;
    margin-top: 30px;
    font-family: math;
}

.zxdt > div:nth-child(2) > a:nth-child(1) {
    flex-basis: 64%;
    margin-bottom: 1%;
    height: 560px;
}

.zxdt > div:nth-child(2) > a:nth-child(1) > img {
    height: 63%;
}

.zxdt > div:nth-child(2) > a:nth-child(2) {
    flex-basis: 35%;
    margin-bottom: 1%;
    height: 560px;
    background-color: var(--green);
    color: #fff;
}

.zxdt > div:nth-child(2) > a:nth-child(2) > p {
    color: #fff;
}

.zxdt > div:nth-child(2) > a:nth-child(2) > img {
    height: 59%;
}

.zxdt > div:nth-child(2) > a:nth-child(3) {
    flex-basis: 30%;
    margin-right: 1%;
}

.zxdt > div:nth-child(2) > a:nth-child(3) > .zxdt-date {
    float: left;
    background-color: var(--green);
    color: #fff;
    margin-top: 0;
}

.zxdt > div:nth-child(2) > a:nth-child(3) > img {
    height: 78%;
}
.zxdt > div:nth-child(2) > a:nth-child(3) > h2 {
    line-height: 360%;
    font-size: var(--three-level-font);
}

.zxdt > div:nth-child(2) > a:nth-child(4) {
    flex: 20%;
    height: 350px;
}

.zxdt > div:nth-child(2) > a:nth-child(5) {
    flex: 20%;
    background-color: var(--light-green);
    color: #fff;
}

.zxdt > div:nth-child(2) > a:nth-child(4) > h2 {
    font-size: var(--three-level-font);
}
.zxdt > div:nth-child(2) > a:nth-child(4) > p {
    margin-top: 30px;
    font-size: 14px;
}

.zxdt > div:nth-child(2) > a:nth-child(5) > h2 {
    font-size: var(--three-level-font);
}
.zxdt > div:nth-child(2) > a:nth-child(5) > p {
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
}

.zxdt > div:nth-child(2) > a:nth-child(6) > h2 {
    font-size: var(--three-level-font);
}
.zxdt > div:nth-child(2) > a:nth-child(6) > p {
    margin-top: 30px;
    font-size: 14px;
}

.zxdt > div:nth-child(2) > a:nth-child(6) {
    flex: 20%;
}

/* 最新动态 end */
/* 投资者关系 start */
.tzzgx {
    background: transparent url("../images/tzz-bj.jpg") no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
    margin-top: 100px;
}

.tzzgx > div > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    justify-content: space-between;
    height: 650px;
}

.tzzgx > div > div:nth-child(2) > a {
    position: relative;
    color: #fff;
}

.tzzgx > div > div:nth-child(2) > a > img {
    width: 100%;
    height: 100%;
}

.tzzgx > div > div:nth-child(2) > a > h2 {
    position: absolute;
    top: 2vw;
    left: 10%;
    font-size: var(--one-level-font);
}

.tzzgx > div > div:nth-child(2) > a > strong {
    position: absolute;
    top: 5vw;
    left: 10%;
}

.tzzgx > div > div:nth-child(2) > a:nth-child(1) {
    width: 45%;
    height: 40%;
    color: var(--green);
}

.tzzgx > div > div:nth-child(2) > a:nth-child(2) {
    width: 45%;
    height: 59%;
    color: var(--green);
}

.tzzgx > div > div:nth-child(2) > a:nth-child(3) {
    width: 54%;
    height: 59%;
}

.tzzgx > div > div:nth-child(2) > a:nth-child(4) {
    width: 54%;
    height: 40%;
}

/* 投资者关系 end */
/* 回应联合国可持续发展目标 start */
.sdgs {
    margin-top: 100px;
}

.sdgs > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
}

.sdgs > div:nth-child(2) > a {
    flex-basis: 30%;
    padding-bottom: 50px;
    border-bottom: 6px solid #dddddd;
}

.sdgs > div:nth-child(2) > a > button {
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -5%;
    position: relative;
    margin: 0 auto;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background-color: var(--green);
    box-shadow: 0px 15px 1px #bfbbbb;
}

.sdgs > div:nth-child(2) > a > img {
    width: 100%;
}

.sdgs > div:nth-child(2) > a > h2 {
    line-height: 80px;
    color: var(--green);
    font-size: var(--two-level-font);
}

/* 回应联合国可持续发展目标 end */