 a {
    text-decoration: none;
    color: inherit;
}

.nav-abs{
    position: absolute;
    top: 10px;
    right: 300px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 15px;
    color: rgba(255,255,255,1);
}
.nav-abs a {
    margin-right: 20px;
}
.nav-abs a:hover {
     color: #000000;
 }

.btn-more{
    background-color: #2557ba;
    color: #fff;
    padding: 5px 20px;
    border-radius: 18px;
}
.btn-more:hover{
    color: #fff;
}

.text-primary{
    color: #2557ba !important;
}

.slideshow {
    height: 700px;
    object-fit: cover;
}

.wow-swiper{
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.wow{
    text-align: center;
    width: 100%;
    line-height: 2;
}

/* 学院要闻 */
.bg-news{
    padding: 60px 0;
}

.news-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-weight: bold;
}
.news-card{
    height: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    color: #2557ba;
    cursor: pointer;
}

.news-card-body{
    flex: 1;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-card-image{
    position: relative;
    height: 434px;
    color: #fff;
    width: 100%;
}

.news-image{
    background: rgba(37, 87, 186, 0.5);
    border-radius: 12px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-image-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 10px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    background: rgba(37, 87, 186, 0.5);
    text-align: center;
    transition: all 0.3s ease;
}

.news-card-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-card-body li {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.news-card-body li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom:0;
}

.news-card-body li>div {
    display: flex;
    align-items: flex-start;
}

.news-card-body li>div>div:first-child {
    background-color: #3366cc;
    color: #fff;
    text-align: center;
    padding: 8px 12px;
    margin-right: 15px;
    border-radius: 4px;
    min-width: 60px;
    flex-shrink: 0;
}
.news-date{
    height:62px;
}
.news-content{
    height: 62px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; /* 确保省略号显示 */
}
.news-card-body li>div>div:first-child div:first-child {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
}

.news-card-body li>div>div:first-child div:last-child {
    font-size: 12px;
}

.news-card-body li h5 {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
}

.news-card-body li h5 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.news-card-body li h5 a:hover {
    color: #3366cc;
}

.news-card-body li p {
    color: #666;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
/* 媒体关注 */
.bg-medium{
    background: url("/static/images/bg.jpg") no-repeat center center;
    background-size: cover;
    padding: 60px 0;
}

.medium-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-weight: bold;
}

.medium-card{
    height: 80px;
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 14px 5px rgba(0,0,0,0.1);
    color: #2557ba;
    cursor: pointer;
}

.medium-card:hover{
    transform: scale(1.05);
    transition: all 0.3s ease;
    background: #2557ba;
    color: #fff ;
}
.medium-card a:hover{
    color: #fff;
}

.medium-card-body{
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.medium-card-body h4{
    margin: 0;
    margin-left: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 显示2行 */
    overflow: hidden;
    text-overflow: ellipsis; /* 确保省略号显示 */
}

.medium-img{
    width: 120px;
    height: 50px;
    overflow: hidden;
    object-fit: cover;
}
/*  */


/* 通知公告 */
.bg-notice{
    padding: 60px 0;
}

.notice-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-weight: bold;
}
.notice-title-left {
    background-image: linear-gradient(85deg, #3366cc,#b0c8ff, transparent);
    color: white;
    border-radius: 6px;
    width: 400px;
    padding: 4px;
    padding-left: 20px;

}

.notice-card{
    background: #fff;
    box-sizing: border-box;
    /*border-radius: 2px;*/
    box-shadow: 0 0 18px 2px rgba(0,0,0,0.1);
    color: #2557ba;
    cursor: pointer;
}

.notice-card-body{
    height: 120px;
    border-bottom: 2px solid #2557ba;
    /*color: #000;*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
/*  */

/* 通知公告 */
.bg-advantage{
    background: url("/static/images/youshi.jpg") no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    box-sizing: border-box;
}

.advantage-card-image{
    flex: 1;
    height: 400px;
}
.advantage-image{
    background: rgba(255,255,255,0.6);
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    
}

.advantage-left h2{
    margin: 0;
    margin-bottom: 20px;
}

.advantage-card{
    flex: 1;
}

.advantage-list{
    display: flex;
    
}
.advantage-card-body {
    flex: 1;
    height: 400px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}

.advantage-block{
    height: 80px;
    background-color: #f2f6ff;
    border-radius: 12px;
    padding: 10px 20px;
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}
.dot-num{
    color: #2557ba;
    font-size: 40px;
    margin-right: 20px;
}
.advantage-block:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-right: 30px solid #2557ba;
    opacity: 0;
}

.advantage-block:hover:after,
.advantage-block:active:after {
    opacity: 1;
}
.advantage-block:hover{
    background-color: #2557ba;
    color: #fff;
}

.advantage-block:hover i,
.advantage-block:hover a {
    color: #ffffff; /* 文字颜色变白 */
}

.advantage-list {
    display: flex;
    margin-top: 30px;
    
}
.advantage-list-bg{
    border-radius: 12px;
    margin-right: 40px;
    flex: 1;
}

.advantage-list-bg:last-child{
    margin-right: 0;
}
.advantage-list-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid rgba(37, 87, 186, 0.1);
}
.advantage-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.advantage-list li {
    padding: 15px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(37, 87, 186, 0.1);
}

.advantage-list .dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #2557ba;
    border-radius: 50%;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    transition: transform 0.3s ease;
    box-shadow: 0 0 4px rgba(37, 87, 186, 0.3);
}

.advantage-list .dot:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: rgba(37, 87, 186, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

.advantage-list li:hover .dot {
    transform: scale(1.2);
}

.advantage-list li:last-child {
    border-bottom: none;
}

/*  */
.campus-image{
    /*display: grid;*/
    grid-gap: 40px;
    height: 100%;
    box-sizing: border-box;
}

.grid{
    display: grid;
    grid-gap: 40px;
    height: 100%;
    box-sizing: border-box;
}
.grid-item-2 {
    grid-template-columns: repeat(2,1fr);
}
.grid-item-3 {
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0px;
}
.grid-item-4{
    grid-template-columns: repeat(4,1fr);
}
.grid-item-5{
    grid-template-columns: repeat(5,1fr);
}

.flex{
    display: flex;
    justify-content: space-between;
}
.items-center{
    align-items: center;
}
/* .logo-sm-height{
    width: 220px;
} */
/* 影像校园 */
.bg-campus{
    background-color: #fff;

}
.nav-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    width: 100px;
}

.nav-prev, .nav-next {
    background-color: #f0f0f0;
    border: none;
    border-radius: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s;
}

.nav-prev:hover, .nav-next:hover {
    background-color: #ddd;
}
.campus-title {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-weight: bold;
}
.bg-campus-main{
    background-color: #f2f6ff;
    color: #fff;
    padding: 20px 0;
    margin-top: 60px;
}
.campus-slider {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.campus-swiper {
    width: 100%;
    height: 400px;
}

.campus-slide-item {
    position: relative;
    width: 100%;
    height: 100%;
}

.campus-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 60px;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.3s;
}

.play-button:hover {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.campus-thumbs {
    margin-top: 15px;
    display: flex;
    position: relative;
}
.image-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.video-container {
    position: absolute;
    width: 580px;
    max-width: 580px;
    top: -80px;
    right: 15px;
    margin: 0 auto;
    border-radius: 12px;
}

.video-container video {
    width: 100%;
    height: auto;
    border-radius: 12px;
    display: block;
}



.campus-thumb {
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s;
    height: 140px;
    position: relative;
}

.campus-thumb.active {
    border-color: #3366cc;
}

.thumb-image {
    width: 100%;
    height: 140px;
    object-fit: cover;
}
.thumb--image-title{
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     color: #fff;
     padding: 5px;
     text-align: center;
     border-bottom-left-radius: 12px;
     border-bottom-right-radius: 12px;
     background: rgba(37, 87, 186, 0.5);
 }

.campus-button-prev,
.campus-button-next {
    color: #fff;
}

.campus-pagination {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

/*  */

.bg-special{
    background: url("/static/images/bg2.jpg") no-repeat center center;
    background-size: cover;
    padding: 60px 0;
    box-sizing: border-box;
}

.special-title {
    padding: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    font-weight: bold;
}

.special-card{
    height: 100%;
    background: rgba(37, 87, 186, 0.5);
    box-sizing: border-box;
    box-shadow: 0 0 18px 2px rgba(0,0,0,0.1);
    color: #fff;
    cursor: pointer;
    border-radius: 20px;
}
.special-card:hover{
    transform: scale(1.05);
    transition: all 0.3s ease;
    background: #2557ba;
    color: #fff ;
}
.special-card a:hover{
    color: #fff;
}
.special-card-body{
    flex: 1;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 23px;
    font-weight: bold;
}

.bg-footer{
    background-color: #2557ba;
    color: #fff;
    padding: 20px 0;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
/*  */
.navbar {
    transition: all 0.3s ease;
    background-color: transparent;
    padding-top:30px;
}

.navbar.scrolled {
    background-color: rgba(36, 87, 185, 0.75);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-nav .nav-link{
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link{
    color: #000;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #333;
}



.navbar.scrolled .navbar-toggler-icon {
    background-image: url(/template/default/css/"data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http:/www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}



/* 响应式布局 */
@media (max-width: 1200px) {

    .grid-item-4 {
        grid-template-columns: repeat(3, 1fr);
    }
    .grid-item-5 {
        grid-template-columns: repeat(4, 1fr);
    }
    .advantage-list-bg {
        margin-right: 20px;
    }
    .news-card-image {
        height: 380px;
    }
}

@media (max-width: 992px) {

    .grid-item-4 {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .grid-item-5 {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }
    .grid-item-2 {
        grid-template-columns: 1fr;
    }
    .advantage-list {
        flex-direction: column;
    }
    .advantage-list-bg {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .advantage-list-bg:last-child {
        margin-bottom: 0;
    }
    .news-card-image {
        height: 320px;
    }
    .advantage-card-image {
        margin-right: 0;
        margin-bottom: 20px;
        height: 300px;
    }
    .campus-thumbs{
        display: block;
    }
    .video-container {
        position: relative;
        width: 100%;
        top: 0;
        right: 0;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .grid-item-4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .grid-item-5 {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-card-body {
        margin-left: 0;
        margin-top: 20px;
    }
    .news-card-image {
        height: 280px;
    }
    .advantage-card-body {
        height: auto;
    }
    .advantage-block {
        margin-bottom: 15px;
    }
    .navbar-nav {
        padding: 10px 0;
        font-size: 16px;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 10px 15px;
    }
    .slideshow {
        height: 400px;
    }
}

@media (max-width: 576px) {
 
    .news-card-image {
        height: 220px;
    }
    .advantage-card-image {
        height: 220px;
    }
    .advantage-block {
        height: auto;
        padding: 15px;
    }
    .advantage-block:after {
        display: none;
    }
    .campus-swiper {
        height: 300px;
    }
    .thumb-image {
        height: 80px;
    }
    .slideshow {
        height: 300px;
    }
}

.nav {
    height: 80px;
}

.bg-white {
    background: white;
}
.bg-f2f7ff {
    background: #f2f7ff;
}
/* 学校介绍导航栏样式 */
.nav-top {
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.nav-top .position {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    height: 60px;
}

.nav-top ul {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 60px;
}

.nav-top li {
    position: relative;
    padding: 0 30px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    transition: all 0.3s;
}

.nav-top li:hover {
    color: #2457b9;
}

.nav-top li.active {
    color: #2457b9;
    font-weight: bold;
}

.nav-top li.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #2457b9;
}

/* 响应式布局 */
@media (max-width: 768px) {
    .nav-top ul {
        flex-wrap: wrap;
        height: auto;
    }
    
    .nav-top li {
        padding: 15px 20px;
        width: 50%;
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .nav-top li {
        width: 100%;
    }
}

.bg-white {
    background: white;
}
.bg-main {
    background: #f2f7ff; 
    background-image: url("/template/default/images/main-bg.jpg");
    background-position: center bottom; 
    background-repeat: no-repeat; 
    background-size: 100% 776px; 
    background-origin: content-box;
    box-sizing: border-box; 

}

/* 机构设置页面样式 */
.section-title {
    color: #2557ba;
    font-weight: bold;
    position: relative;
    padding-left: 15px;
    border-left: 4px solid #2557ba;
}

.org-container {
    display: flex;
}

.org-list {
    width: 200px;
    border-radius: 8px;
    padding: 15px 0;
    margin-right: 30px;
}

.org-item {
    display: block;
    padding: 15px 20px;
    color: #333;
    transition: all 0.3s ease;
    position: relative;
    font-size: 16px;
    border-left: 3px solid transparent;
}

.org-item:hover {
    color: #2557ba;
    background-color: rgba(37, 87, 186, 0.05);
}

.org-item.active {
    color: #fff;
    background-color: #2557ba;
    border-left: 3px solid #1a3f8a;
}

.org-content {
    flex: 1;
    min-height: 400px;
}

.org-detail h4 {
    color: #2557ba;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.org-info p {
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.org-info ul {
    padding-left: 20px;
}

.org-info li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    line-height: 1.6;
}

.org-info li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #2557ba;
    border-radius: 50%;
}

/* 响应式布局 */
@media (max-width: 768px) {
    .org-container {
        flex-direction: column;
    }
    
    .org-list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }
    
    .org-item {
        padding: 10px 15px;
        margin: 5px;
        border-radius: 20px;
        border-left: none;
        font-size: 14px;
    }
    
    .org-item.active {
        border-left: none;
    }
}

/* 教学教辅部门样式 */
.teaching-container {
    display: flex;
}

.teaching-list {
    border-radius: 8px;
    padding: 15px 0;
    margin-right: 30px;
}

.teaching-item {
    display: block;
    padding: 15px 20px;
    color: #333;
    transition: all 0.3s ease;
    position: relative;
    font-size: 16px;
    border-left: 3px solid transparent;
}

.teaching-item:hover {
    color: #2557ba;
    background-color: rgba(37, 87, 186, 0.05);
}

.teaching-item.active {
    color: #fff;
    background-color: #2557ba;
    border-left: 3px solid #1a3f8a;
}

.teaching-content {
    flex: 1;
    min-height: 400px;
}

.teaching-detail h4 {
    color: #2557ba;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.teaching-info p {
    line-height: 1.8;
    color: #555;
    margin-bottom: 15px;
}

.teaching-info ul {
    padding-left: 20px;
}

.teaching-info li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
    line-height: 1.6;
}

.teaching-info li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 6px;
    height: 6px;
    background-color: #2557ba;
    border-radius: 50%;
}

/* 响应式布局 */
@media (max-width: 768px) {
    .teaching-container {
        flex-direction: column;
    }
    
    .teaching-list {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        display: flex;
        flex-wrap: wrap;
        padding: 10px;
    }
    
    .teaching-item {
        padding: 10px 15px;
        margin: 5px;
        border-radius: 20px;
        border-left: none;
        font-size: 14px;
    }
    
    .teaching-item.active {
        border-left: none;
    }
}

.rich-text-display p>img{
    min-width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* 领导风采样式 */
.leader-container {
    margin-top: 30px;
}

.leader-card {
    display: flex;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.leader-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(37, 87, 186, 0.2);
}

.leader-photo {
    width: 40%;
    overflow: hidden;
}

.leader-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.leader-card:hover .leader-photo img {
    transform: scale(1.05);
}

.leader-info {
    width: 60%;
    padding: 20px;
    /*display: flex;*/
    flex-direction: column;
    justify-content: center;
}

.leader-info h4 {
    color: #2557ba;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bold;
}

.leader-title {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
}

.leader-desc {
    color: #666;
    font-size: 14px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .leader-card {
        flex-direction: column;
    }
    
    .leader-photo, .leader-info {
        width: 100%;
    }
    
    .leader-photo {
        height: 250px;
    }
}

/* 学院风采样式 */
.splendor-container {
    margin-top: 30px;
}

.splendor-card {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    background-color: #fff;
}

.splendor-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(37, 87, 186, 0.2);
}

.splendor-image {
    position: relative;
    overflow: hidden;
    height: 200px;
}

.splendor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.splendor-card:hover .splendor-image img {
    transform: scale(1.1);
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    opacity: 0.8;
    transition: all 0.3s ease;
}

.splendor-card:hover .play-icon {
    opacity: 1;
    font-size: 55px;
}

.splendor-title {
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.splendor-title h5 {
    color: #333;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.more-link {
    color: #2557ba;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.more-link:hover {
    color: #1a3f8a;
    transform: translateX(5px);
}

.splendor-pagination {
    margin-top: 40px;
}

.page-link {
    color: #2557ba;
    border-color: #dee2e6;
}

.page-item.active .page-link {
    background-color: #2557ba;
    border-color: #2557ba;
}

@media (max-width: 768px) {
    .splendor-image {
        height: 180px;
    }
}

@media (max-width: 576px) {
    .splendor-image {
        height: 160px;
    }
}

.rich-text-display img{
    max-width: 100%;
}

.top{
    width: 50px;
    height: 50px;
    background: #577ec9;
    padding: 10px;
    border-radius: 100px;
    margin: auto;
}

.staff-card {
    display: flex;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.staff-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(37, 87, 186, 0.2);
}

.staff-photo {
    width: 100%;
    overflow: hidden;
}

.staff-photos img {
    width: 170px;
    height: 227px;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.staff-card:hover .staff-photos img {
    transform: scale(1.05);
}