* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    cursor: pointer;
}

.home-module-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* banner */
.home-banner {
    width: 100%;
    height: 540px;
    position: relative;
}

.home-banner .slider-item {
    height: 540px;
}

.home-banner .slider-item img {
    height: 540px;
    opacity: 1;
    object-fit: cover;
}

.home-banner .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    transition: 200ms;
    list-style: none;
}

.home-banner .slick-dots li {
    width: 25px;
    height: 5px;
    background: rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.home-banner .slick-dots li button {
    display: none;
}

.home-banner .slick-dots li.slick-active {
    background: #ffffff;
}


/* 总部 / 分部 新闻 */
.home-news {
    width: 100%;
    height: 726px;
    background: #ffffff;
    padding-top: 70px;
    padding-bottom: 80px;
}

.home-news .g-width {
    padding-left: 50px;
    padding-right: 50px;
}

.home-news .news-title-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 30px;
    margin-bottom: 25px;
    padding-right: 40px;
}

.home-news .news-title-group .headquarters-title {
    width: 64%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-news .news-title-group .division-title {
    width: 36%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-news .news-content-group {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    column-gap: 30px;
    background: #D82626;
    height: 496px;
    padding-right: 40px;
}

.home-news .news-content-group .headquarters-news {
    width: 64%;
    display: flex;
    flex-direction: row;
}

.home-news .news-content-group .headquarters-news .new-preview {
    width: 556px;
    height: 400px;
    flex-shrink: 0;
}

.home-news .news-content-group .headquarters-news .new-preview a {
    position: relative;
    text-decoration: none;
}

.home-news .news-content-group .headquarters-news .new-preview .preview-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.home-news .news-content-group .headquarters-news .new-preview .preview-info {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    width: 464px;
    height: fit-content;
    padding: 10px 16px;
    background: #ffffff;
    border-bottom: 4px solid #F5A300;
}

.home-news .news-content-group .headquarters-news .new-preview .preview-info .item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #333333;
    margin-bottom: 18px;
}

.home-news .news-content-group .headquarters-news .new-preview .preview-info .item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
    margin-bottom: 10px;
}

.home-news .news-content-group .headquarters-news .new-preview .preview-info .item-subtitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

.home-news .news-content-group .headquarters-news .new-preview .preview-info .item-data {
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: #F5A300;
    position: absolute;
    right: 10px;
    top: -27px;
}

.home-news .news-content-group .headquarters-news .new-preview .preview-info .item-data .item-date-day {
    font-size: 26px;
    font-weight: bold;
    line-height: 32.5px;
    text-align: center;
    color: #ffffff;
}

.home-news .news-content-group .headquarters-news .new-preview .preview-info .item-data .item-date-year-month {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    color: #ffffff;
    text-align: center;
}

.home-news .news-content-group .headquarters-news .new-preview .preview-info .item-data::before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border: 1px dashed #FFFFFF;
    border-radius: 8px;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    box-sizing: border-box;
}

.home-news .news-content-group .headquarters-news .new-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 100;
}

.home-news .news-content-group .headquarters-news .new-list .new-item {
    width: 100%;
    height: 100px;
    background: #ffffff;
    transition: 200ms;
    padding: 12px 16px;
    text-decoration: none;
}

.home-news .news-content-group .headquarters-news .new-list .new-item .item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: 200ms;
    margin-bottom: 18px;
}

.home-news .news-content-group .headquarters-news .new-list .new-item .item-subtitle {
    font-size: 14px;
    line-height: 1;
    color: #999999;
    transition: 200ms;
}

.home-news .news-content-group .headquarters-news .new-list .new-item.active {
    width: 108%;
    background: #F5A300;
    margin-left: -8%;
    padding-left: calc(8% + 12px);
}

.home-news .news-content-group .headquarters-news .new-list .new-item.active .item-title {
    color: #ffffff;
}

.home-news .news-content-group .headquarters-news .new-list .new-item.active .item-subtitle {
    color: #ffffff;
}

.home-news .division-news {
    display: flex;
    flex-direction: column;
    background: #ffffff;
    padding: 7px 20px;
    height: fit-content;
    width: 36%;
}

.home-news .division-news .new-item {
    height: 77px;
    width: 100%;
    border-bottom: 1px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
}

.home-news .division-news .new-item .item-data {
    width: 44px;
    height: fit-content;
    color: #D82626;
    margin-right: 8px;
}

.home-news .division-news .new-item .item-data .item-date-day {
    font-size: 26px;
    font-weight: bold;
    line-height: 32.5px;
    text-align: center;
}

.home-news .division-news .new-item .item-data .item-date-year-month {
    font-size: 12px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
}

.home-news .division-news .new-item .divider {
    height: 40px;
    width: 1px;
    background: #EEEEEE;
    margin-right: 10px;
}

.home-news .division-news .new-item .item-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 校友动态 / 通知公告 */
.home-dynamic-notice {
    width: 100%;
    height: 734px;
    background: url("../../images/new_home/xydt-bg.png") no-repeat center center / 100% 100%;
    padding-top: 80px;
}

.home-dynamic-notice .g-width {
    padding-left: 50px;
    padding-right: 50px;
}

.home-dynamic-notice .home-dynamic-notice-wrapper {
    width: 100%;
    padding: 30px 50px 70px 50px;
    background: #ffffff;
    border-top-left-radius: 70px;
    height: 574px;
    display: flex;
    flex-direction: row;
    column-gap: 40px;
}

.home-dynamic-notice .dynamic-wrapper {
    flex: 1;
    overflow: hidden;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .slider-list {
    width: 100%;
    height: 170px;
    overflow: hidden;
    margin-bottom: 16px;
    position: relative;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .slider-list .slick-dots {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    list-style: none;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .slider-list .slick-dots li {
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #D82626;
    opacity: 0.3;
    transition: 200ms;
    cursor: pointer;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .slider-list .slick-dots li.slick-active {
    opacity: 1;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .slider-list .slick-dots li button {
    display: none;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .slider-list .slider-item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    column-gap: 20px;
    text-decoration: none;
    padding: 0 1px;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .slider-list .slider-item .slider-img {
    width: 260px;
    height: 100%;
    object-fit: cover;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .slider-list .slider-item .slider-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .slider-list .slider-item .slider-content .slider-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 24px;
    position: relative;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .slider-list .slider-item .slider-content .slider-title:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background: #D82626;
    left: 0;
    bottom: 12px;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .slider-list .slider-item .slider-content .slider-subtitle {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 20px;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .slider-list .slider-item .slider-content .slider-date {
    font-size: 14px;
    line-height: 1;
    color: #999999;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .dynamic-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    column-gap: 24px;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .dynamic-list .list-item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px dashed #CCCCCC;
    text-decoration: none;
    padding-bottom: 16px;
    height: 85px;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .dynamic-list .list-item .list-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .dynamic-list .list-item .list-title::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background: #D82626;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    left: 0;
    top: 8px;
}

.home-dynamic-notice .dynamic-wrapper .dynamic-inner .dynamic-list .list-item .list-date {
    font-size: 14px;
    line-height: 1;
    color: #999999;
    margin-top: auto;
    padding-left: 20px;
}

.home-dynamic-notice .notice-wrapper {
    flex-shrink: 0;
    width: 446px;
    height: 100%;
    background: linear-gradient(180deg, #F5A300 0%, rgba(245, 163, 0, 0) 98%);
    display: flex;
    flex-direction: column;
    padding: 20px 30px;
}

.home-dynamic-notice .notice-wrapper .notice-inner {
    margin-top: 38px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.home-dynamic-notice .notice-wrapper .notice-inner .notice-item {
    padding: 14px 20px;
    background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.home-dynamic-notice .notice-wrapper .notice-inner .notice-item .notice-date {
    font-size: 14px;
    line-height: 1;
    color: #F5A300;
    margin-right: 10px;
    width: 56px;
    height: 56px;
    border: 1px solid #F5A300;
    border-radius: 10px;
    position: relative;
    flex-shrink: 0;
}

.home-dynamic-notice .notice-wrapper .notice-inner .notice-item .notice-date .notice-date-day {
    font-size: 26px;
    font-weight: bold;
    line-height: 32.5px;
    text-align: center;
}

.home-dynamic-notice .notice-wrapper .notice-inner .notice-item .notice-date .notice-date-month-year {
    font-size: 11px;
    font-weight: bold;
    line-height: 14px;
    text-align: center;
}

.home-dynamic-notice .notice-wrapper .notice-inner .notice-item .notice-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-dynamic-notice .notice-wrapper .notice-inner .notice-item .notice-date::before {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    border: 1px dashed #F5A300;
    border-radius: 8px;
    left: 3px;
    top: 3px;
    right: 3px;
    bottom: 3px;
}

/* 校友风采 */
.home-style {
    background: #ffffff;
    height: 653px;
    width: 100%;
    padding-top: 70px;
}

.home-style .g-width {
    padding-left: 50px;
    padding-right: 50px;
}

.home-style .home-style-list {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
}

.home-style .home-style-list .style-item {
    width: 100%;
    height: 272px;
    text-decoration: none;
    position: relative;
}

.home-style .home-style-list .style-item .arrow-btn {
    background: #D82626 url("../../images/new_home/style-arrow.png") no-repeat center center / 17px 10px;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home-style .home-style-list .style-item .style-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-style .home-style-list .style-item .style-content {
    position: absolute;
    right: 0;
    bottom: -85px;
    width: calc(100% - 40px);
    background: #ffffff;
    border-bottom: 4px solid #D82626;
    padding: 16px 20px;
}

.home-style .home-style-list .style-item .style-content .style-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-style .home-style-list .style-item .style-content .style-subtitle {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.home-style .home-style-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
    margin-top: 113px;
}

.home-style .home-style-pager .pager-item {
    width: 32px;
    height: 32px;
    background: #CCCCCC url("../../images/new_home/pager-arrow.png") no-repeat center center / 8px 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    pointer-events: none;
    cursor: not-allowed;
}

.home-style .home-style-pager .pager-item.pager-right {
    transform: rotate(180deg);
}

.home-style .home-style-pager .pager-item.active {
    background-color: #D82626;
    cursor: pointer;
    pointer-events: auto;
}

/* 校友视频 / 校友寄语 */
.home-video-message {
    width: 100%;
    height: 662px;
    background: url("../../images/new_home/xysq-bg.png") no-repeat center center / 100% 100%;
    padding-top: 70px;
}

.home-video-message .g-width {
    padding-left: 50px;
    padding-right: 50px;
}

.home-video-message .home-video-message-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 90px;
}

.home-video-message .home-video-inner {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.home-video-message .home-video-inner .video-item {
    display: flex;
    flex-direction: column;
    position: relative;
    text-decoration: none;
}

.home-video-message .home-video-inner .video-item .video-img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.home-video-message .home-video-inner .video-item .video-player {
    width: 100%;
    height: 150px;
    object-fit: cover;
    display: none;
}

.home-video-message .home-video-inner .video-item .play-button {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -27px;
}

.home-video-message .home-video-inner .video-item .play-button::before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("../../images/new_home/play-icon.png") no-repeat center center / 16px 16px;
    margin-right: -2px;
}

.home-video-message .home-video-inner .video-item.active .video-img {
    display: none;
}

.home-video-message .home-video-inner .video-item.active .play-button {
    display: none;
}

.home-video-message .home-video-inner .video-item.active .video-player {
    display: block;
}

.home-video-message .home-video-inner .video-item .video-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #333333;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-video-message .home-message-inner {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.home-video-message .home-message-inner .message-item {
    width: 450px;
    height: 92px;
    padding: 14px 20px 18px 20px;
    position: relative;
    text-decoration: none;
}

.home-video-message .home-message-inner .message-item .message-title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.home-video-message .home-message-inner .message-item .message-date {
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    position: absolute;
    right: 14px;
    bottom: 22px;
}

.home-video-message .home-message-inner .message-item:nth-child(1) {
    background: url("../../images/new_home/xyjy1.png") no-repeat center center / 100% 100%;
}

.home-video-message .home-message-inner .message-item:nth-child(2) {
    background: url("../../images/new_home/xyjy2.png") no-repeat center center / 100% 100%;
    margin-left: auto;
}

.home-video-message .home-message-inner .message-item:nth-child(3) {
    background: url("../../images/new_home/xyjy3.png") no-repeat center center / 100% 100%;
}

.home-video-message .home-message-inner .message-item:nth-child(4) {
    background: url("../../images/new_home/xyjy4.png") no-repeat center center / 100% 100%;
    margin-left: auto;
}

/* 校友企业 */
.home-enterprise {
    width: 100%;
    height: 435px;
    background: url("../../images/new_home/xyqy-bg.png") no-repeat center center / 100% 100%;
    padding-top: 70px;
}

.home-enterprise .g-width {
    padding-left: 50px;
    padding-right: 50px;
}

.home-enterprise .enterprise-list {
    margin-top: 40px;
    margin-bottom: 65px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
}

.home-enterprise .enterprise-list .enterprise-item {
    height: 104px;
    position: relative;
    text-decoration: none;
}

.home-enterprise .enterprise-list .enterprise-item .enterprise-img {
    width: 100%;
    height: 100%;
    background: #ffffff;
}

.home-enterprise .enterprise-list .enterprise-item .enterprise-img .enterprise-img-inner {
    height: 84px;
}

.home-enterprise .enterprise-list .enterprise-item .enterprise-name {
    width: 75%;
    height: 46px;
    padding: 5px 12px;
    background: #D82626;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -26px;
}

.home-enterprise .enterprise-pager {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 20px;
}

.home-enterprise .enterprise-pager .pager-item {
    width: 32px;
    height: 32px;
    background: #CCCCCC url("../../images/new_home/pager-arrow.png") no-repeat center center / 8px 12px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    pointer-events: none;
    cursor: not-allowed;
}

.home-enterprise .enterprise-pager .pager-item.pager-right {
    transform: rotate(180deg);
}

.home-enterprise .enterprise-pager .pager-item.active {
    background-color: #D82626;
    cursor: pointer;
    pointer-events: auto;
}

/* 友情链接 */
.home-links {
    width: 100%;
    height: 444px;
    background: url("../../images/new_home/yqlj-bg.png") no-repeat center center / 100% 100%;
    padding-top: 70px;
}

.home-links .g-width {
    padding-left: 50px;
    padding-right: 50px;
}

.home-links .link-list {
    margin-top: 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    grid-gap: 30px;
}

.home-links .link-list .list-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    line-height: 34px;
}

.home-links .link-list .list-column a {
    color: #333333;
    text-decoration: none;
    position: relative;
    padding-left: 10px;
}

.home-links .link-list .list-column a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    background: #333333;
    border-radius: 50%;
}
