.w1300 {
    width: 1300px;
    margin: 45px auto;
}

.list {
    width: 465px;
}

.listTitle {
    border-bottom: 1px solid #d5d5d5;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listTitle span {
    font-size: 26px;
    color: #003b15;
    font-weight: 600;
    border-bottom: 4px solid #00a330;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.listTitle .readMore {
    color: #747474;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.listItem {
    margin-top: 14px;
}

.listItem a {
    width: 100%;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listItem a div:nth-of-type(1) {
    width: calc(100% - 120px);
    font-size: 17px;
    color: #401b1b;
    padding-left: 16px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listItem a div:nth-of-type(1)::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #c2c2c2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}

.listItem a div:nth-of-type(2) {
    font-size: 14px;
    color: #7b7b7b;
}

.mb22 {
    margin-bottom: 22px;
}

.w640 {
    width: 640px;
}

.layout-2 {
    margin-top: 30px;
}

.layout-2 .listTitle {
    margin-bottom: 30px;
}