.banner {
    width: 100%;
    padding-bottom: 35.4%;
    height: 0;
    position: relative;
}

.banner .swiper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.banner .swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.banner .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner .swiper-pagination {
    width: fit-content;
    right: 5%;
    left: auto;
    bottom: 60px;
}

.banner .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: #B8B8B8;
    opacity: 1;
    margin: 0 10px;
}

.banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: contain!important;
}

.banner .swiper-button-prev {
    background: url(../images/bannerL.png) no-repeat center center;
    left: 5%;
}

.banner .swiper-button-next {
    background: url(../images/bannerR.png) no-repeat center center;
    right: 5%;
}

.banner .swiper-button-next::after,
.banner .swiper-button-prev::after {
    content: none;
}

.bannertxt {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    padding-bottom: 70px;
    padding-top: 40px;
}

.bannertxt h1 {
    font-size: 44px;
    color: #FFFFFF;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}


/* 主体内容 */

.part01 {
    width: 100%;
    background: url(../images/bg.png) no-repeat bottom center/100% #F2F2F2;
    padding-bottom: 50px;
}

.fastLink {
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 30px 0;
    display: flex;
    position: relative;
    top: -50px;
}

.fastLink a {
    height: 50px;
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.fastLink a+a {
    border-left: 1px solid #B1B1B1;
}

.fastLink a i {
    width: 50px;
    height: 50px;
}

.fastLink a p {
    font-weight: bold;
    font-size: 22px;
    color: #225545;
}

.fastLink a:hover i {
    transform: rotate(360deg);
}

.notice {
    width: 100%;
    display: flex;
    align-items: center;
}

.noticeTit {
    width: 280px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 114px 0;
}

.noticeTxt span {
    font-family: Source Han Serif CN, Source Han Serif CN;
    font-size: 56px;
    text-transform: capitalize;
    color: #999999;
    font-weight: lighter;
}

.noticeTxt h1 {
    font-size: 32px;
    color: #333;
}

.noticeTit a.noticeMore {
    width: 130px;
    height: 46px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #FFFFFF;
    padding-right: 20px;
    background: url(../images/icon-sectorW.png) no-repeat 88% center/18px #A47D56;
}

.noticeTit a.noticeMore:hover {
    background-color: #8D0B0B;
}

.noticeList {
    flex: 1;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 16px 32px;
}

.noticeList ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.noticeList ul li {
    width: 50%;
    border-bottom: 1px solid #EEEEEE;
}

.noticeList ul li:nth-child(odd) {
    border-right: 1px solid #EEEEEE;
}

.noticeList ul li:nth-child(7),
.noticeList ul li:nth-child(8) {
    border-bottom: none;
}

.noticeList ul li a {
    padding: 16px;
    width: 100%;
    display: block;
}

.noticeList ul li a h6 {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.noticeList ul li a .time {
    display: flex;
    align-items: baseline;
    gap: 8px;
    position: relative;
    transition: 0.3s;
}

.noticeList ul li a .time b {
    font-family: DIN Alternate, DIN Alternate;
    font-weight: bold;
    font-size: 34px;
    color: #767676;
}

.noticeList ul li a .time p {
    ont-family: DIN Alternate, DIN Alternate;
    font-weight: bold;
    font-size: 16px;
    color: rgba(153, 153, 153, 0.6);
}

.noticeList ul li a .time::after {
    content: '';
    width: 16px;
    height: 14px;
    background: url(../images/icon-more.png) no-repeat center/contain;
    position: absolute;
    right: 10px;
    bottom: 8px;
    transition: 0.3s;
}

.noticeList ul li a:hover h6 {
    color: #8D0B0B;
}

.noticeList ul li a:hover .time::after {
    right: 0;
}


/* part02 */

.part02 {
    width: 100%;
    padding: 80px 0;
    background: url(../images/bg2.png) no-repeat center/cover;
}

.part02Con {
    display: flex;
    gap: 30px;
    background: #fff;
    padding: 38px;
    border-radius: 0px 0px 0px 48px;
}

.dept-news {
    flex: 1;
    min-width: 0;
}

.project-promo {
    width: 440px;
    background: #8D0B0B;
    border-radius: 12px;
    padding: 38px;
    flex-shrink: 0;
}

.section-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    border-bottom: 1px solid #E9AAAA;
    padding-bottom: 20px;
    position: relative;
}

.section-tit.white {
    border-bottom: none;
    align-items: center;
}

.tit-left h1 {
    font-size: 26px;
    color: #333333;
    font-weight: bold;
}

.tit-left h1::after {
    content: '';
    height: 8px;
    width: 96px;
    background: url(../images/line.png) no-repeat center/contain;
    position: absolute;
    left: 0;
    bottom: 0;
}

.section-tit.white .tit-left h1 {
    color: #fff;
}

.section-tit.white .en {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.6);
}

.more-link {
    font-size: 16px;
    color: #666;
    display: flex;
    align-items: center;
    gap: 5px;
}

.section-tit.white .more-link {
    color: #fff;
}

.more-link i {
    width: 18px;
    height: 18px;
    background: url(../images/icon-sector.png) no-repeat center/contain;
}

.section-tit.white .more-link i {
    background: url(../images/icon-sectorW.png) no-repeat center/contain;
}


/* 部门动态内容 */

.dept-news-main {
    width: 100%;
}

.dept-swiper-box {
    width: 100%;
}

.dept-swiper {
    width: 100%;
}

.slide-item {
    display: flex;
    gap: 25px;
    text-decoration: none;
}

.slide-img {
    width: 320px;
    height: 200px;
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 4px;
}

.slide-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.slide-item:hover .slide-img img {
    transform: scale(1.1);
}

.slide-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.slide-info .date {
    font-size: 20px;
    color: #8D0B0B;
    font-weight: bold;
    font-family: DIN Alternate;
}

.slide-info h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.slide-info .desc {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.view-detail {
    font-size: 14px;
    color: #8D0B0B;
    text-decoration: underline;
}

.dept-swiper .swiper-pagination {
    width: 320px;
    bottom: 0;
    padding: 0 20px;
    left: 0;
    height: 38px;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.dept-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 2px solid #fff!important;
    opacity: 1;
    margin: 0 4px !important;
    border: none;
}

.dept-swiper .swiper-pagination-bullet-active {
    background: #8D0B0B;
}


/* 列表样式 */

.dept-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 40px;
}

.dept-list ul li {
    width: calc(50% - 20px);
}

.dept-list ul li a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 18px 0;
    border-bottom: 1px solid #EEEEEE;
}

.dept-list ul li a p {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.dept-list ul li a .date {
    font-size: 16px;
    color: #8D0B0B;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: DIN Alternate;
}

.dept-list ul li a .date i {
    width: 16px;
    height: 16px;
    background: url(../images/icon-time.png) no-repeat center/contain;
}

.dept-list ul li a:hover p {
    color: #8D0B0B;
}


/* 培训项目推介 */

.project-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.project-item {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: 0.3s;
}

.project-item:hover {
    background: #1D4C3D;
}

.project-item:hover .proj-date b,
.project-item:hover .proj-date span,
.project-item:hover .proj-info p {
    color: #fff;
}

.proj-date {
    display: flex;
    padding-right: 20px;
    align-items: baseline;
}

.project-item.dark-green .proj-date {
    border-right-color: rgba(255, 255, 255, 0.2);
}

.proj-date b {
    font-size: 24px;
    color: #8D0B0B;
    font-family: DIN Alternate;
    line-height: 1;
}

.proj-date span {
    font-size: 14px;
    color: #999;
    font-family: DIN Alternate;
}

.proj-info {
    flex: 1;
}

.proj-info p {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.project-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}


/* part03 */

.part03 {
    width: 100%;
    padding-top: 50px;
    background: #F2F2F2;
}

.part03Con {
    display: flex;
    gap: 30px;
    position: relative;
    bottom: -30px;
}

.list-card {
    flex: 1;
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.05);
}

.vertical-list ul {
    width: 100%;
}

.vertical-list ul li {
    border-bottom: 1px dashed #EEEEEE;
}

.vertical-list ul li:last-child {
    border-bottom: none;
}

.vertical-list ul li a {
    display: flex;
    align-items: center;
    padding: 14px 0;
    gap: 50px;
}

.list-date {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    flex-shrink: 0;
    position: relative;
}

.list-date .year {
    font-size: 14px;
    color: #999;
    font-family: DIN Alternate;
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.list-date .day {
    font-size: 22px;
    color: #8D0B0B;
    font-weight: bold;
    font-family: DIN Alternate;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}


/* If there's a specific red arrow icon, we can use it, otherwise use a pseudo-element or rotated sector icon as placeholder */

.list-date .day::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 8px solid #8D0B0B;
}

.list-date .year::after {
    content: "";
    width: 20px;
    height: 1px;
    background: #CFCFCF;
    margin-top: 2px;
}

.list-title {
    flex: 1;
    font-size: 18px;
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.vertical-list ul li a:hover .list-title {
    color: #8D0B0B;
}

.vertical-list ul li a:hover .list-date .day {
    transform: translateX(5px);
}

/**飘窗*/
#piaochuang {
    width: 316px;
    height: auto;
    background: url(../images/piaoBg.jpg) no-repeat center/cover;
    padding: 10px;
    position: fixed;
    top: 80px;
    right: 20px;
    padding-top: 0;
    z-index: 999;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
}

#piaochuang h6 {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
    text-align: center;
}

.piaoCon {
    width: 100%;
    border-radius: 4px;
    padding: 5px 10px;
    background: #fff;
}

.piaoCon p {
    color: #333;
    font-size: 14px;
    text-indent: 28px;
}

.close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ad0e03;
    background: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}
