/* 公司动态 start */
.news-information {
    margin-top: 100px;
}

.news-information > div:nth-child(2) {
    display: flex;
    justify-content: space-between;
}

.news-information > div:nth-child(2) > div {
    flex-basis: 49%;
    overflow: hidden;
}

.news-information > div:nth-child(2) > div:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 0;
}

.news-information > div:nth-child(2) > div > a {
    display: block;
}

.tzgg {
    margin-top: 20px;
}

.tzgg .swiper {
    height: 22px;
}

.tzgg > div:nth-child(1) {
    border-top: 2px solid var(--green);
}

.visual-angle {
    margin: 80px auto;
}

.visual-angle > div:nth-child(2) {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.visual-angle > div:nth-child(2) > a {
    flex-basis: 32%;
    overflow: hidden;
}

.visual-angle > div:nth-child(2) > a > div {
    padding: 20px 0;
}

.visual-angle > div:nth-child(2) > a > div > h3 {
    color: var(--green);
    margin-bottom: 10px;
}

.mtzlk {
    margin-top: 50px;
}

.mtzlk > h3 {
    color: var(--green);
    margin-bottom: 20px;
}

.mtzlk > div:nth-child(2) > button {
    cursor: pointer;
    border: none;
    background: transparent;
    width: 130px;
    height: 100px;
    margin-bottom: 20px;
}

.mtzlk > div:nth-child(2) > .checked-tab {
    border-bottom: 3px solid var(--green);
}

.mtzlk > div:nth-child(2) > button {
    background: transparent url("../images/news-icon1.png") no-repeat center 10px;
    background-size: 50px auto;
    padding-top: 50px;
}

.mtzlk > div:nth-child(2) > button:nth-child(2) {
    background-image: url("../images/news-icon2.png");
}

.mtzlk > div:nth-child(2) > button:nth-child(3) {
    background-image: url("../images/news-icon3.png");
}

.mtzlk > div:nth-child(3) > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.mtzlk > div:nth-child(3) > div > a {
    flex-basis: 24%;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    margin-left: 1.3%;
    position: relative;
}

.mtzlk > div:nth-child(3) > div > a:nth-child(4n+1) {
    margin-left: 0;
}

.mtzlk > div:nth-child(3) > div > a > button {
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 30%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    color: #fff;
    font-size: 16px;
    background-color: var(--green);
    text-indent: 4px;
}

.mtzlk > div:nth-child(3) > div > .news-more {
    background-color: #7aa1b5;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
}

/* 公司动态 end */