body {
    background: #F7F7F7;
}

/* 通用组件 */
.breadcrumb {
    margin-top: var(--spacing-xl);
    font-size: var(--font-size-xs);
    color: var(--text-muted);
    font-family: var(--font-family);
}

.title-content {
    margin-top: var(--spacing-xl);
    display: flex;
    align-items: center;
    justify-content: center;
}

.title-box h2 {
    font-size: var(--font-size-xxl);
    color: var(--text-primary);
    font-weight: bold;
    background: url('../image/bg7.png') no-repeat left center;
    padding-left: var(--spacing-lg);
    font-family: var(--font-family);
}

.title-box h3 {
    font-size: var(--font-size-sm);
    color: var(--text-muted);
    font-weight: normal;
    margin-top: var(--spacing-xs);
    font-family: var(--font-family);
}
#wp_pager{
    width: 100%;
}
.pagination, #wp_pager .pages  {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination a,#wp_pager .pages a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    border-radius: 5px;
    padding: 0 15px;
    font-size: var(--font-size-xs);
    font-family: var(--font-family);
    color: var(--text-muted);
    margin: 0 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination a.active, .pagination a:hover,#wp_pager .pages a.pgCurrent,#wp_pager .pages a:hover {
    background: #333;
    color: #fff;
}



/* 首页样式 - 部门动态部分 */
.department-dynamic {
    min-height: 870px;
    background: url("../image/bg1.png") no-repeat center center;
    overflow: hidden;
}

.department-dynamic-container {
    width: var(--content-width);
    height: 694px;
    background: url("../image/bg3.png") no-repeat center center;
    margin: 0 auto;
    margin-top: var(--spacing-xxxl);
    overflow: hidden;
}

.department-dynamic-title {
    margin-left: 65px;
    margin-top: 59px;
    background: url("../image/bg2.png") no-repeat left top;
    display: flex;
    justify-content: space-between;
    align-items: end;
}


.department-dynamic-title h2 {
    font-size: var(--font-size-xl);
    color: var(--text-primary);
    margin-left: 12px;
    text-align: left;
}

.department-dynamic-title h3 {
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-sm);
    color: var(--text-light);
    line-height: var(--line-height-sm);
    text-align: left;
    margin-left: 10px;
    margin-top: var(--spacing-xs);
}
.department-dynamic-title-right{
    margin-right: 65px;
}
.department-dynamic-title-more{
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-sm);
    color: var(--text-muted);
    line-height: var(--line-height-sm);
}

.department-dynamic-content {
    display: flex;
    padding: 0 65px;
    margin-top: var(--spacing-xl);
}


.department-dynamic-left {
    background-color: var(--background-light);
}

.dynamic-image {
    height: 347px;
    width: 576px;
    object-fit: cover;
}

.dynamic-link {
    display: block;
    padding: var(--spacing-lg);
    transition: transform 0.3s ease;
}

.dynamic-link:hover {
    transform: translateX(5px);
}

.dynamic-link h4 {
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-base);
    color: var(--text-primary);
    line-height: var(--line-height-base);
    text-align: left;
}

.dynamic-link p {
    font-family: var(--font-family);
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-sm);
    color: var(--text-muted);
    line-height: var(--line-height-md);
    text-align: left;
    margin-top: var(--spacing-xs);
}

.swiper-pagination {
    display: flex;
    align-content: center;
    justify-content: end;
    padding: 0 24px;
}

.swiper-pagination-up {
    margin-right: var(--spacing-md);
}

.department-dynamic-right {
    margin-left: var(--spacing-xxxl);
}

.department-dynamic-right ul {
    width: 576px;
}

.department-dynamic-right li {
    margin-bottom: var(--spacing-md);
    background-color: var(--background-lighter);
    transition: background-color 0.3s ease;
}

.department-dynamic-right li:hover {
    background-color: var(--white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}


.department-dynamic-right {
    margin-left: var(--spacing-xxxl);
}

.department-dynamic-right ul {
    width: 576px;
}

.department-dynamic-right li a {
    margin-bottom: var(--spacing-md);
    background-color: var(--background-lighter);
    transition: background-color 0.3s ease;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.department-dynamic-right li a:hover {
    background-color: var(--white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.news-left {
    width: 83px;
    height: 83px;
    background-color: var(--background-date);
    margin-right: var(--spacing-md);
}

.news-left .day {
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
    font-size: 25px;
    color: var(--primary-color);
    text-align: center;
    margin-top: 17px;
}

.news-left .year-month {
    font-family: var(--font-family);
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-xs);
    color: var(--primary-color);
    text-align: center;
    /*margin-top: var(--spacing-xs);*/
}

.news-center {
    width: 349px;
    height: 83px;
    margin-right: 70px;
    padding-top: 12px;
}

.news-center h4 {
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-base);
    color: var(--text-secondary);
    line-height: var(--line-height-sm);
    text-align: left;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-center p {
    font-family: var(--font-family);
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-sm);
    color: var(--text-muted);
    line-height: var(--line-height-xs);
    text-align: left;
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-right {
    width: 34px;
    height: 18px;
    margin-right: 32px;
}

.news-right>img {
    width: 34px;
    height: 18px;
}

/* 首页样式 - 校园文化部分 */
.campus-culture {
    min-height: 554px;
    max-width: 1920px;
    overflow: hidden;
    margin: 0 auto;
}
.campus-left-box{
 width:calc(50% + 38px);
display: flex;
    justify-content: flex-end;
    height: 554px;
    padding-right: 94px;
    background: url("../image/bg5.png") no-repeat right top;
}
.campus-right-box{
 width:calc(50% - 38px);
display: flex;
    justify-content: flex-start;
    height: 554px;
    padding-right: 94px;
    background: url("../image/bg6.png") no-repeat right top;
}
.campus-left {
    width: 544px;

}

.campus-left-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 60px;
}

.campus-left-title-box {
    background: url("../image/bg4.png") no-repeat left top;
}

.campus-left-title-box h2 {
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-xl);
    color: var(--secondary-color);
    text-align: left;
    margin-left: 10px;
    margin-top: 2px;
}

.campus-left-title-box h3 {
    font-family: var(--font-family);
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-sm);
    color: #BF976F;
    line-height: var(--line-height-sm);
    text-align: left;
    margin-top: var(--spacing-sm);
    margin-left: 6px;
}

.campus-left-title-more {
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-sm);
    color: var(--secondary-color);
    line-height: var(--line-height-sm);
    text-align: left;
}

.campus-left-title-more a {
    display: flex;
    align-items: center;
    transition: color 0.3s ease;
}
.campus-left-title-more span{
   display: flex;
    align-items: center;
}

.campus-left-title-more a:hover {
    color: var(--primary-color);
}

.campus-left-title-more img {
    width: 34px;
    height: 18px;
    margin-left: var(--spacing-xs);
}

.campus-left-content {
    width: 544px;
    margin-top: 34px;
}

.campus-left-content-box {
    position: relative;
    overflow: hidden;
}

.campus-left-content-box img {
    width: 544px;
    height: 272px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.campus-left-content-box:hover img {
    transform: scale(1.05);
}

.campus-left-content-box p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    font-family: var(--font-family);
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-base);
    color: var(--white);
    line-height: 40px;
    text-align: left;
    padding-left: var(--spacing-lg);
}

.campus-left-content-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: var(--spacing-lg);
}
.campus-left-content-pagination a{
    margin-right:6px
}
.campus-left-content-pagination img {
    transition: transform 0.3s ease;
    height: 72px;
    width: 131px;
}

.campus-left-content-pagination img:hover {
    transform: scale(1.1);
}

.campus-left-content-pagination-box {
    width: 12px;
    height: 12px;
    background-color: var(--white);
    margin: 0 var(--spacing-xs);
}

.campus-left-content-pagination-box.active {
    background-color: var(--primary-color);
}

/* 首页样式 - 学习园地部分 */
.campus-right {
    width: 576px;
}

.campus-right-title {
    display: flex;
    align-items: end;
    justify-content: space-between;
 margin-top:60px;
}

.campus-right-title-box {
    background: url("../image/bg2.png") no-repeat left top;
    margin-left: 18px;
}

.campus-right-title-box h2 {
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-xl);
    color: var(--text-primary);
    text-align: left;
    margin-left: 10px;
    margin-top: 2px;
}

.campus-right-title-box h3 {
    font-family: var(--font-family);
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-sm);
    color: var(--text-muted);
    line-height: var(--line-height-sm);
    text-align: left;
    margin-top: var(--spacing-sm);
    margin-left: 6px;
}

.campus-right-title-more {
    font-family: var(--font-family);
    font-weight: var(--font-weight-medium);
    font-size: var(--font-size-sm);
    color: var(--text-muted);
    line-height: var(--line-height-sm);
    text-align: left;
}

.campus-right-title-more a {
    
    transition: color 0.3s ease;
}
.campus-right-title-more a span{
display: flex;
    align-items: center;
}

.campus-right-title-more a:hover {
    color: var(--primary-color);
}

.campus-right-title-more img {
    width: 34px;
    height: 18px;
    margin-left: var(--spacing-xs);
}

.campus-list {
    margin-left: 18px;
    margin-top: var(--spacing-lg);
}

.campus-list li {
    border-bottom: 1px solid var(--border-color);
    height: 64px;
    transition: border-color 0.3s ease;
}

.campus-list li:hover {
    border-bottom-color: var(--primary-color);
}

.campus-list-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

.campus-list-box img {
    height: 16px;
    width: 16px;
    margin-right: var(--spacing-sm);
}

.campus-list-box p {
    font-family: var(--font-family);
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-base);
    color: var(--text-primary);
    line-height: var(--line-height-base);
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s ease;
    width: 100%;
}
.campus-list-box p.campus-list-date{
    width: 100px;
    font-size: 14px;
    color: #666;
}

.campus-list-box:hover p:not(.campus-list-date) {
    color: var(--primary-color);
}

.campus-li .campus-list-date {
    font-family: var(--font-family);
    font-weight: var(--font-weight-normal);
    font-size: var(--font-size-sm);
    color: var(--text-tertiary);
    line-height: var(--line-height-sm);
    text-align: center;
    margin-left: var(--spacing-md);
    width: auto;
}

/* 学习页面样式 */
.learn-content {
    margin-top: 60px;
}

.learn-item {
    border-radius: 14px;
    background: #ffffff;
    padding: 20px 30px;
    margin-bottom: 36px;
    position: relative;
    transition: all 0.3s ease;
}

.learn-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.learn-item:hover .learn-title {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}

.learn-item:hover .learn-more {
    color: var(--primary-color);
}

.learn-item:hover .learn-more img {
    transform: translateX(5px);
    transition: transform 0.3s ease;
}

.learn-title {
    border-bottom: 1px solid #E5E5E5;
    height: 63px;
    line-height: 63px;
    font-family: var(--font-family);
    font-size: 16px;
    color: #111111;
    font-weight: 500;
    transition: color 0.3s ease;
}

.learn-desc {
    margin-top: 16px;
    font-family: var(--font-family);
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    line-height: 20px;
}

.learn-more {
    margin-top: 16px;
    font-family: var(--font-family);
    font-size: 14px;
    color: #999999;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: color 0.3s ease;
}

.learn-more img {
    margin-left: 8px;
}



/* 部门页面样式 */
.org-box {
    margin-top: 64px;
    position: relative;
    font-family: var(--font-family);
}

.org-content {
    border: 1px solid #E5E5E5;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}

.org-content-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 56px;
    transition: all 0.3s ease;
}

.org-content-item:hover {
    background-color: #f0f0f0 !important;
}

.org-content-item:hover .org-content-item-content {
    color: var(--primary-color);
}

/* 确保表头行不受悬停效果影响 */
.org-content-item.header:hover {
    background: #C11025 !important;
}

.org-content-item.header:hover .org-content-item-header-item {
    color: #fff !important;
}

.org-content-item:nth-child(2n-1) {
    background: #f5f5f5;
}

.org-content-item-content {
    width: calc(100% / 3);
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    height: 56px;
    line-height: 56px;
}

.org-content-item.header {
    background: #C11025;
    color: #fff;
    font-size: 18px;
    font-weight: 500
}

.org-content-header-item {
    width: calc(100% / 3);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    height: 56px;
    line-height: 56px;
}

.org-left {
    position: absolute;
    left: -121px;
    top: 0;
    width: 91px;
}

.org-list {

}

.org-item {
    height: 91px;
    width: 91px;
    margin-bottom: 24px;
}

.org-item > a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 91px;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    background: url('../image/bg8.png') no-repeat center center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.org-item > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: url('../image/bg9.png') no-repeat center center;
    transition: left 0.3s ease;
}

.org-item > a:hover, .org-item.selected > a {
    color: #fff;
}

.org-item > a:hover::before, .org-item.selected > a::before {
    left: 0;
}

.org-item > a span {
    position: relative;
    z-index: 1;
}

/* 部门介绍 */

/* 岗位职责页面样式 */
.job-content-top-card {
    transition: all 0.3s ease;
}

.job-content-top-card:hover {
    background-color: #f0f0f0;
    transform: translateY(-2px);
}



.job-content-container-card {
    transition: all 0.3s ease;
}

.job-content-container-card:hover {
    background-color: #f0f0f0;
    
    transform: translateY(-2px);
}

.job-content-container-card:hover .job-content-container-card-header-depart {
    color: #fff;
}
.introdu {
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    line-height: 32px;
    font-size: 14px;
    color: #999;
    font-family: var(--font-family);
}
.introdu::before {
    display: block;
    content: '';
    width: 100%;
    height: 8px;
    background: #C11025;
    border-radius: 12px;
}
.introdu .introdu-content{
    padding: 24px;
}

/* .introdu p {
    transition: all 0.3s ease;
    padding: 15px;
    margin-bottom: 10px;
}

.introdu p {
    transform: translateX(5px);
}

.introdu p:hover>strong {
    color: var(--primary-color);
}



.introdu p>strong {
    display: inline-block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
    color: #111;
    border-bottom: 1px solid #E5E5E5;
}

.introdu p>span {
    display: inline-block;
    width: 100%;
    line-height: 32px;
    font-size: 14px;
    color: #999;
    padding: 10px 0;
    border-bottom: 1px dashed #E5E5E5;
}

.introdu p:last-child>span {
    border-bottom: none;
} */

/* 岗位职责 */
.job-content {

}

.job-content-top {
    display: flex;
    align-items: top;
    justify-content: space-between;
}

.job-content-top-card {
    width: calc((100% / 4) - 20px);
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.job-content-top-card>h4 {
    height: 44px;
    line-height: 44px;
    background-color: #C11025;
    font-family: var(--font-family);
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    border-radius: 12px;
}

.job-content-top-card-desc {
    padding: 20px 38px;
}

.job-content-top-card-desc-text {
    text-align: center;
    font-size: 14px;
    color: #111111;
    font-weight: 500;
    margin-bottom: 16px;
}

.job-content-top-card-desc-span {
    font-size: 12px;
    color: #999;
    line-height: 24px;
    text-align: center;
    font-family: var(--font-family);
}

.job-content-container {
    padding: 24px 0;
}

.job-content-container-card {
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
}

.job-content-container-card-header {
    height: 44px;
    background-color: #C11025;
    border-radius: 12px;
    font-family: var(--font-family);
    color: #fff;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.job-content-container-card-header-depart {
    font-size: 16px;
    font-weight: 500;
}

.job-content-container-card-header-name {
    font-size: 14px;
    font-weight: 400;
}

.job-content-container-card-desc {
    padding: 20px 24px;
}

.job-content-container-person {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.job-content-container-person>p {
    border-radius: 5px;
    background-color: #E5E5E5;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    font-family: var(--font-family);
    margin-right: 16px;
}

.job-content-container-card-desc-list {
}

.job-content-container-card-desc-item {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    height: 30px;
    line-height: 30px;
    padding-left: 12px;
}

.job-content-container-card-desc-item::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: url('../image/list-icon.png') no-repeat center center;
    border-radius: 50%;
    margin-right: 8px;
}

/* 动态页面样式 */
.dynamic-content {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.dynamic-card {
    width: calc(100% / 3 - 24px);
    margin: 0 calc(24px / 2);
    margin-bottom: 30px;
    position: relative;
    transition: all 0.3s ease;
}

.dynamic-card:hover {
    transform: translateY(-5px);
}

.dynamic-card-img {
    height: 245px;
    width: 100%;
    overflow: hidden;
}

.dynamic-card-img img {
    width: 100%;
    height: 245px;
    object-fit: cover;
    border-radius: 12px 12px 0 0;
    transition: transform 0.3s ease;
}

.dynamic-card:hover .dynamic-card-img img {
    transform: scale(1.05);
}

.dynamic-card-title {
    font-size: 16px;
    font-family: var(--font-family);
    font-weight: bold;
    padding: 16px 0px;
    transition: color 0.3s ease;
}

.dynamic-card:hover .dynamic-card-title {
    color: var(--primary-color);
}

.dynamic-card-desc {
    font-size: var(--font-size-sm);
    font-family: var(--font-family);
    font-weight: var(--font-weight-normal);
    color: var(--text-muted);
    transition: color 0.3s ease;
}

.dynamic-card:hover .dynamic-card-desc {
    color: var(--text-primary);
}

.dynamic-card-date, .rules-date, .learn-date {
    width: 112px;
    background: url('../image/dynamicbg.png') no-repeat top left;
    line-height: 20px;
    font-weight: 400;
    font-family: var(--font-family);
    color: #fff;
    font-size: 14px;
    padding: 6px 0 0 20px;
    position: absolute;
    top: -16px;
    left: 0;
    z-index: 10;
pointer-events: none;
}

.dynamic-card-date, .rules-date {
    height: 160px;
}

.learn-date {
    height: 144px;
}

/* 规则页面样式 */
.rules-list {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.rules-item {
    width: calc(100% / 3 - 24px);
    padding: 16px 24px;
    background: var(--white);
    border-radius: 12px;
    margin: 0 calc(24px / 2);
    margin-bottom: 40px;
    position: relative;
    transition: all 0.3s ease;
}

.rules-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.rules-item:hover .rules-title {
    color: var(--primary-color);
    border-bottom-color: var(--primary-color);
}

.rules-title {
    border-bottom: var(--border-light);
    height: 64px;
    line-height: 64px;
    font-size: var(--font-size-base);
    font-weight: var(--font-weight-medium);
    color: var(--text-primary);
    font-family: var(--font-family);
    transition: color 0.3s ease, border-bottom-color 0.3s ease;
}

.rules-content {
    margin: 16px 0;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-normal);
    color: var(--text-muted);
    font-family: var(--font-family);
    transition: color 0.3s ease;
}

.rules-item:hover .rules-content {
    color: var(--text-primary);
}

.more {
    height: 41px;
    width: 41px;
    background: url('../image/more1.png') no-repeat center center;
}

.rules-item:hover .more {
    background: url('../image/more1_hover.png') no-repeat center center;
}

/* 工作页面样式 */
.work-content {
    position: relative;
}

/* 下载中心 */
.download-list {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.download-item {
    width: calc(100% / 3 - 24px);
    padding: 16px 24px;
    background: var(--white);
    border-radius: 12px;
    margin:0 10px;
    margin-bottom: 40px;
    position: relative;
    transition: all 0.3s ease;
}

.download-item:hover {
    transform: translateY(-5px);
}

.download-date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-family);
    color: #999999;
    line-height: 20px;
    transition: color 0.3s ease;
}

.download-item:hover .download-date {
    color: var(--primary-color);
}

.download-date img {
    margin-right: 8px;
}

.download-img {
    margin-top: 2px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-img img {
    width: 57px;
    height: 57px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.download-item:hover .download-img img {
    transform: scale(1.1);
}

.download-name {
    font-size: 16px;
    font-weight: 500;
    font-family: var(--font-family);
    color: #111111;
    text-align: center;
    margin: 32px 0;
    transition: color 0.3s ease;
}

.download-item:hover .download-name {
    color: var(--primary-color);
}

.download-desc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.download-desc p {
    font-size: 12px;
    font-weight: 400;
    font-family: var(--font-family);
    color: #666;
    background-color: #F5F5F5;
    padding: 7px;
    margin: 0 5px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.download-item:hover .download-desc p {
    color: var(--primary-color);
}

.download-btn {
    height: 41px;
    width: 41px;
    position: absolute;
    top: 24px;
    right: 24px;
    transition: transform 0.3s ease;
}

.download-item:hover .download-btn {
    transform: scale(1.1);
}

/* 详情页面样式 */
.title {
    margin-top: 60px;
    margin-bottom: 30px;
}
.title-text{
    font-family: var(--font-family);
    font-size: 28px;
    font-weight: bold;
}
.detail-title-text {
    font-family: var(--font-family);
    font-size: 28px;
    font-weight: bold;
    text-align: center;
}

.meta {
    border-bottom: 1px solid #eeeeee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    font-size: 14px;
    color: #999;
}

.meta p {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.meta p img {
    margin-right: 5px;
}

.content {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.details .pagination {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #666;
    font-weight: 500;
    font-family: var(--font-family);
}

.prev-next{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #666;
    font-weight: 500;
    font-family: var(--font-family);
}


/** 部门动态资讯轮播图 **/
#dynamic-carousel > .layui-carousel-ind {
    display: none;
}
#dynamic-carousel > .layui-carousel-arrow.layui-icon-left {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 68px;
}
#dynamic-carousel > .layui-carousel-arrow.layui-icon-right {
    top: auto;
    left: auto;
    bottom: 10px;
    right: 24px;
}