.news {}

.news .news-top {
    /* margin-top: 120px; */
    height: 300px;
    overflow: hidden;
}

.news .news-top img {
    width: 100%;
    height: 100%;
}

/* 新闻时间轴 */
.news .news-list {
    /* background: #9e9e9e; */
    position: relative;
    margin-top: 120px;
    margin-bottom: 120px;
}

.news .news-list::before {
    content: "";
    width: 1px;
    /* height: 100%; */
    height: 94%;
    /* background-color: #b2b2b2; */
    background-color: #b3a9b9;
    position: absolute;
    /* top: 0; */
    top: 3%;
    /* left: 50%; */
    left: 49.5%;
}

.news .news-list .news-list-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news .news-list .news-list-item .news-list-item-left {
    width: 436px;
    height: 350px;
}

.news .news-list .news-list-item .news-list-item-left img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.news .news-list .news-list-item .right {
    /* background-color: pink; */
    flex: 1;
    /* padding-left: 6%; */
    /* padding-left: 60px; */
    /* padding-right: 50px; */
    padding: 20px 50px 20px 60px;
}

/* "时间轴 右侧内容" */
.right .right-list {
    display: flex;
    /* align-items: center; */
    margin-bottom: 40px;
}

.right .right-list .right-list-time {
    /* width: 68px; */
    text-align: center;
}

.right .right-list .right-list-point {
    /* background-color: #fff; */
    z-index: 9;
    width: 16px;
    height: 14px;
    background-image: url(../src/img/listIcons.png);
    /* background-position: -136px -113px; */
    background-position: -200px -113px;
    margin-left: 32px;
    margin-right: 32px;
}

.right .right-list .right-list-link {
    /* padding-bottom: 40px; */
}

.right .right-list .right-list-link .link-a:hover a {
    color: #3f8c83;
}

.right .right-list .right-list-link .link-info {
    max-width: 500px;
    padding-top: 20px;
}