.header {
    display: flex;
    align-items: center;
    height: 120px;
    padding: 34px 160px;
    box-sizing: border-box;
}

.header .logo img {
    width: 420px;
    height: 52px; /* Adjust as needed */
    margin-right: 30px;
}

.header .nav > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.header .nav > ul > li {
    margin-left: 55px;
    position: relative;
}

.header .nav > ul>.active a{
   color: #B70106;
}

.header .nav > ul > .active::after{
    content: '';
    position: absolute;
    width: 16px;
    height: 3px;
    background: #B70106;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

.header .nav > ul > li > a {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    font-style: normal;
    text-transform: none;
}

.banner {
    width: 100%;
    height: 984px;
}
.banner img{
    width: 100%;
    height: 100%;
}
/* 名称 */
.title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title .name{
    font-family: Alimama ShuHeiTi, Alimama ShuHeiTi;
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    letter-spacing: 1px;
}

.title .more {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.title .more img {
    width: 5px;
    height: 11px;
}

.title .more span {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    display: block;
    margin-right: 14px;
}
.party .title {
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 75px;
}

.party .title .more{
    position: absolute;
    right: 160px;
}

.party .title .name{
    position: relative;
    line-height: 66px;
}

.party .title .name::after {
    position: absolute;
    content: "";
    width: 38px;
    height: 6px;
    background-color: #B70106;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.media .title {
    position: relative;
    align-items: center;
    justify-content: center;
    margin-bottom: 75px;
}

.media .title .more{
    position: absolute;
    right: 160px;
}

.media .title .name{
    position: relative;
    line-height: 66px;
}

.media .title .name::after {
    position: absolute;
    content: "";
    width: 38px;
    height: 6px;
    background-color: #B70106;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

/* 新闻模块 */
/* 新闻中心 */
.news {
    margin: 0 160px;
    margin-top: 110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 110px;
}
.news-left {
    /* width: 1151px;
    height: 453px; */
}
.news-left .news-content {
    display: flex;
    justify-content: space-between;
    margin-top: 17px;
    background: #FFFFFF;
    padding: 20px 20px 25px 20px;
    box-shadow: 0px 6px 18px 1px rgba(255,175,175,0.12);
    border-radius: 10px;
}
.news-left .news-content .news-img  img{
    width: 676px;
    height: 408px;
    border-radius: 5px;
    margin-right: 20px;
}
.news-left .news-content .news-list ul li{
    width: 414px;
    height: 75px;
    /* background: #FAEFEF; */
    opacity: 0.8;
    padding: 14px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.news-left .news-content .news-list ul li:hover{
    background: #FAEFEF;
    color: #B70106;
    border-radius: 10px;
}
.news-left .news-content .news-list ul li:hover span{
    color: #B70106;
}
.news-left .news-content .news-list ul li:hover .time{
    color: #999999;
}
.news-left .news-content .news-list ul li span{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 17px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 6px;
}
.news-left .news-content .news-list ul li .time{
    font-weight: 400;
    font-size: 15px;
    color: #999999;
}
.news-right {
    /* width: 300px; */
    margin-left: 20px;
}
.news-right .notice{
}

.news-right .notice ul li{
    position: relative;           /* 伪元素定位参照 */
    width: 429px;
    height: 100px;
    background: #FFFFFF;
    padding: 12px;
    box-sizing: border-box;
    margin-top: 18px;
    background-image: url('../images/tzgg_icon.png');
    background-size: 108px 26px;
    background-repeat: no-repeat;
    background-position: 0% 100%;
    transition: all .3s ease-in-out;
}
.news-right .notice ul li:hover{
    background-color: #FAEFEF;
    border-radius: 12px;
}
.news-right .notice ul li::after{
    content: "";
    position: absolute;
    width: 429px;
    bottom: 0;
    left: 0;
    height: 1px;
    background: #BA0B10;
    transition: width .5s ease-in-out;
}
.news-right .notice ul li:hover::after{
    background: #BA0B10;
    width: 30px;
}



.news-right .notice ul li:hover p{
    color: #B70106;
}
.news-right .notice ul li a{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.news-right .notice ul li .date{
    /* width: 66px; */
    height: 73px;
    color: #B70106;
    text-align: right;
    line-height: 37px;
    padding-top: 7px;
    box-sizing: border-box;
    margin-right: 20px;
}

.news-right .notice ul li .date span{
    font-weight: 400;
    font-size: 13px;
    color: #B70106;
    line-height: 18px;
    display: block;
}

.news-right .notice ul li .date .day{
    font-weight: bold;
    font-size: 26px;
    color: #B70106;
    line-height: 37px;
    display: block;
}

.news-right .notice ul li p{
    width: 290px;
    font-weight: 400;
    font-size: 17px;
    margin-top: 20px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 党建院地 */
.party {
    height: 700px;
    margin: 0 100px;
    /* overflow: hidden; */
    position: relative;
    margin-bottom: 110px;
}
.party-content {
    /* max-width: 1700px; */
    margin: 0 auto;
    height: 560px;
    position: relative;
    overflow: hidden;
  }
.party-swiper {
}
.party-wrapper {
    position: relative;
    height: 560px;
}
.party-content::after {
    content: "";
    position: absolute;
    top: -50px;
    width: 250px;
    height: 580px;
    background: #fff;
    filter: blur(23px);
    z-index: 99;
    right: 150px;
    transform: translateX(100%);
}
.party-content::before {
    content: "";
    position: absolute;
    top: -50px;
    width: 250px;
    height: 580px;
    background: #fff;
    filter: blur(23px);
    z-index: 99;
    left: 150px;
    transform: translateX(-100%);
}
.party-swiper-pagination .swiper-pagination-bullet {
    width: 51px;
    height: 7px;
    background: #DCDEE5;
    border-radius: 5px;
}
.party-swiper-pagination .swiper-pagination-bullet-active {
    background: #B70106;
}

.party .party-item {
    width: 628px;
    height: 463px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 1px rgba(255,175,175,0.16);
    border-radius: 0px 0px 12px 12px;
}

.party .party-item .item-image {
    width: 100%;
    height: 312px;
    border-radius: 12px 12px 0px 0px;
}
.party .party-item .item-image img{
    width: 100%;
    height: 100%;
    border-radius: 12px 12px 0px 0px;
}
.party .party-item .item-content {
    padding: 30px 36px 30px 40px;
    box-sizing: border-box;
}
.party .party-item .item-content .item-title {
    font-weight: bold;
    font-size: 27px;
    color: #333333;
    text-align: left;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.party .party-item .item-content .item-date img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
}
.party .party-item .item-content .item-date {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    text-align: left;
    display: flex;
    align-items: center;
}
.swiper-button-prev::after {
    display: none;
}
.swiper-button-prev img {
    width: 52px;
    height: 52px;
}
.swiper-button-next img {
    width: 52px;
    height: 52px;
}
.swiper-button-next::after {
    display: none;
}
.swiper-button-prev {
    z-index: 999 !important;
}
.swiper-button-next {
    z-index: 999 !important;
}
/*  媒体与学院*/
.media {
    position: relative;
}
.media-content {
    /* width: 1609px; */
    height: 600px;
    margin-bottom: 130px;
    margin-left: 200px;
    position: relative;
    overflow: hidden;
}
.media-swiper {
    /* position: absolute; */
}
.media-item {
    width: 668px !important;
    height: 580px !important;
    margin-right: 20px;
}
.media .media-swiper .media-item .media-item-image {
    width: 668px;
    height: 376px;
}

.media .media-swiper .media-item .media-item-image img {
    width: 100%;
    height: 100%;
}

.media .media-swiper .media-item .media-item-content {
    width: 668px;
    height: 200px;
    padding: 36px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 10px 18px 1px rgba(180,180,180,0.28);
    position: relative;
}

.media .media-swiper .media-item .media-item-content .media-item-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.media .media-swiper .media-item:hover .media-item-title span{
   color: #B70106;
}
.media .media-swiper .media-item:hover .media-item-title .tag{
    border: 2px solid #B70106;
}
.media .media-swiper .media-item .media-item-content::after{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 5px;
    background-color: #B70106;
    bottom: 0;
    left: 0;
    transition: width .5s ease-in-out;
}
.media .media-swiper .media-item:hover .media-item-content::after{
    content: "";
    width: 668px;
    background-color: #C72226;
}

.media .media-swiper .media-item .media-item-content span {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.media .media-swiper .media-item .media-item-content .tag {
    width: 72px;
    height: 32px;
    border: 2px solid #666666;
    font-weight: bold;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 32px;
    border-radius: 5px;
    margin-right: 12px;
}

.media .media-swiper .media-item .media-item-content .desc {
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

/* 学院愿景 */
.vision {
    width: 100%;
    background-image: url(../images/footer-banner.png);
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0;
    box-sizing: border-box;
    text-align: center;
}
.vision p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    line-height: 24px;
}

.vision .name {
    font-family: PingFang SC, PingFang SC;
    font-weight: bold;
    font-size: 29px;
    color: #FFFFFF;
    letter-spacing: 1px;
    text-align: center;
    line-height: 42px;
}

/* footer */
.footer {
    width: 100%;
    height: 346px;
    background: #EDEDED;
    padding: 60px 160px 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
}

.footer-left {
    display: flex;
    align-items: flex-start;
}

.footer-logo img {
    width: 419px;
    height: 52px;
    margin-right: 100px; /* Adjust as needed based on image */
}

.footer-links {
    display: flex;
}

.link-column {
    margin-right: 114px; /* Adjust spacing between columns */
}

.link-column:last-child {
    margin-right: 0;
}

.link-column h3 {
    /* font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    margin-top: 0;
    margin-bottom: 20px; */
    text-decoration: none;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-bottom: 9px;
}

.link-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.link-column ul li {
    margin-bottom: 10px;
}

.link-column ul li a {
    text-decoration: none;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.footer-right {
    text-align: center;
}

.footer-right img {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
}

.footer-right p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin: 0;
}

.footer-bottom {
    text-align: center;
    border-top: 1px solid #D9D9D9;
    padding-top: 20px;
}

.footer-bottom p {
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin: 10px 0;
}

.footer-bottom .friend-link a {
    color: #999999;
    margin-right: 50px;
    border-bottom: 2px dashed #707070;
}

/* 分页容器居中排布 */
.pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 40px 0 100px;     /* 按需调整上下边距 */
    list-style: none;
    margin: 0;
  }
  
  /* 基础按钮 */
  .pagination li {
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 22px;
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    color: #999;
    cursor: pointer;
    user-select: none;
  }
  
  /* 当前页 */
  .pagination li.active {
    background: #B70106;
    color: #fff;
    border-color: #B70106;
  }
  
  /* 禁用（例如首页的 «） */
  .pagination li.disabled {
    color: #ccc;
    cursor: default;
  }
  
  /* 省略号 */
  .pagination li.ellipse,      /* simplePagination.js 默认类 */
  .pagination li.spacer {      /* 旧版本可能叫 spacer */
    border-color: transparent;
    cursor: default;
  }