.w {
    padding-left: 30px;
    padding-right: 30px;
    background-color: rgba(255, 255, 255, 0.8);
}

.banner {
    padding: 30px 15px 0px;
}

.banner .swiper {
    height: 380px;
    --swiper-navigation-color: #fff;
    --swiper-pagination-bullet-inactive-color: #fff;
    --swiper-pagination-bullet-inactive-opacity: 1;
    --swiper-pagination-color: rgba(255, 72, 0, 0.9);
}

.banner .swiper .swiper-wrapper .swiper-slide p {
    margin: 0;
    padding-left: 15px;
    width: 100%;
    position: absolute;
    z-index: 10;
    bottom: 0px;
    left: 0px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background-color: rgba(0, 0, 0, 0.4);
}

.banner .swiper .swiper-pagination {
    z-index: 10;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    padding: 0px 15px;
    bottom: 0px;
    height: 40px;
    line-height: 40px;
}

.banner .swiper img {
    width: 100%;
    height: 100%;
}

.lanmu {
    padding: 20px 15px 0px;
}

.column header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    height: 60px;
    border-bottom: #e0e0e0 solid 1px;
}

.column header .title h2 {
    color: #0f4f2d;
    font-weight: 600;
    font-size: 18px;
}

.column header .title h2::before {
    content: "|";
    width: 10px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 800;
    color: #0f4f2d;
}

.column header .more a {
    font-size: 14px;
    color: #828282;
}

.column section ul {
    padding-top: 15px;
}

.column section ul li {
    overflow: hidden;
    clear: both;
    border-bottom: 0px dashed #d4d4d4;
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 10px;
}

.column section ul li:hover,
.column section ul li a:hover {
    cursor: pointer;
    color: #4b9d5f;
    background-color: #fff;
}

.column section ul li a {
    display: block;
    float: left;
    width: 85%;
    padding: 0 0 0 8px;
    overflow: hidden;
    font-size: 14px;
    color: #343434;
    font-weight: 500;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.column section ul li i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #343434;
    display: block;
    float: left;
    margin-top: 9px;
}

.column section ul li span {
    line-height: 21px;
    color: #acacac;
    font-size: 14px;
}

.column section ul li .right {
    float: right;
}

.column .links {
    padding: 30px 40px 0px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.column .links a {
    display: block;
    padding: 0px 15px;
    margin-bottom: 20px;
}

.notice section ul li a {
    padding: 0;
}