@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}

body {
    min-width: 1500px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-family: Micrpsoft YaHei-Regular, Microsoft YaHei;
}

a {
    text-decoration: none;
}

a:hover {
    cursor: pointer;
}

body ul {
    list-style: none;
}

.head {
    width: 100%;
    height: 180px;
    background-color: #0a539b;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 55;
    flex-shrink: 0;
}

.head-img {
    width: 100%;
    height: 5px;
    position: absolute;
    top: 0;
}

.nav {
    width: 1500px;
    height: 80%;
    display: flex;
    position: relative;
    background-image: url(../img/headerBg.png);
    background-repeat: no-repeat;
    background-position-x: -50px;
    color: white;
    z-index: 10;
}

.nav .con-font {
    position: absolute;
    right: 240px;
    top: 15px;
}

.nav .quick-links {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    gap: 15px;
    z-index: 20;
}

.quick-link-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    color: #0a539b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.quick-link-item:hover {
    background: #0a539b;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(10, 83, 155, 0.3);
}

.quick-link-item i {
    font-size: 16px;
}

.quick-link-item span {
    white-space: nowrap;
}

.logo {
    position: absolute;
    left: 15px;
    display: flex;
    flex-wrap: wrap;
    padding-top: 10px;
    height: 100px;
}

.logo .pic-Hist {
    padding-top: 20px;
    width: 80px;
    height: 80px;
}

.logo .pic-Hist img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.logo .Hist {
    width: 550px;
    margin-top: 10px;
}

.logo .Hist a {
    display: block;
}

.logo .Hist img {
    width: 95%;
    height: 90%;
    -o-object-fit: cover;
    object-fit: cover;
}

.logo p {
    font-family: "宋体";
    line-height: 100px;
    font-size: 35px;
    color: white;
    text-align: center;
    height: 100%;
    display: block;
    font-weight: bold;
}

.sec li {
    height: 30px;
    width: 150px;
    padding-top: 20px;
}

.headNav {
    box-sizing: border-box;
    background-color: #07417a;
    display: flex;
    justify-content: center;
    height: 20%;
    width: 100%;
}

.headNav>div {
    width: 1500px;
    display: flex;
    justify-content: center;
}

.headNav>div div {
    text-align: center;
    width: 10%;
    display: block;
    height: 100%;
    color: #fafbfb;
    font-size: 18px;
    line-height: 188%;
    position: relative;
}

.headNav>div div:hover {
    background-color: #2568a1;
}

.headNav>div div:hover ul {
    display: block;
    width: 100%;
}

.headNav>div div:hover img {
    transform: rotate(180deg);
}

.headNav>div div a {
    display: flex;
    justify-content: center;
    color: white;
}

.headNav>div div ul {
    display: none;
    width: 90%;
    position: absolute;
    background-color: #2568a1cf;
    z-index: 50;
    transition: all 0.5s;
}

.headNav>div div ul li:hover {
    background-color: #2568a1;
}

.headNav>div div ul li a {
    display: block;
    width: 100%;
    color: white;
}

.headNav img {
    display: block;
    width: 30px;
    transition: all 0.3s;
}

#banner {
    width: 100%;
    height: 48vh;
    position: relative;
}

#imglist {
    width: 100%;
    height: 100%;
}

#imglist img {
    width: 100%;
    height: 100%;
}

.content {
    width: 100%;
    height: 100%;
    position: relative;
}

.content :hover #prev {
    opacity: 0.5;
}

.banner-img {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    transition: all 2s;
    margin: 0 auto;
}

.banner-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.banner-img.active {
    opacity: 1;
}

#prev {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 35px;
    top: 50%;
    z-index: 3;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 1s;
}

#prev img {
    width: 100%;
    height: 100%;
}

#next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 1s;
    z-index: 3;
}

#circle {
    position: absolute;
    width: 200px;
    height: 15px;
    display: flex;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 50px;
}

.banner-more {
    text-align: center;
    padding-left: 5px;
    width: 50px;
    height: 15px;
    color: white;
    font-size: 14px;
    border-left: 1px solid white;
    transition: 0.8s;
}

.banner-more:hover {
    color: #dcc55a;
}

.circle {
    list-style: none;
    width: 10px;
    height: 10px;
    margin: 0 15px;
    background-color: #eae5df;
    border-radius: 50%;
    float: left;
}

.circle.active {
    background-color: #5c5c5c;
}

.news {
    padding: 30px 0;
    background-color: white;
    width: 1500px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1;
}

.news a {
    /* display: block; */
}

.news-title {
    display: flex;
    /* width: 1016px; */
    align-items: center;
    height: 80px;
    font-size: 30px;
    margin-bottom: 25px;
}

.news-title .bar {
    height: 2px;
    width: 300px;
    background-color: #d2d2d2;
    margin: 0 55px;
}

.school-news {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    min-height: 100%;
}

.container {
    width: 100%;
    /* max-width: 1200px; */
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.media {
    margin-left: 15px;
    width: 32%;
    transition: all 0.3s;
    box-sizing: border-box;
    padding: 0 10px;
}

.media .news-bar {
    width: 100%;
    background-color: #c4dbff;
    height: 3px;
    margin-bottom: 5px;
}

.media .title {
    position: relative;
    display: flex;
}

.media .title .news-msg {
    width: 100px;
    height: 40px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 200%;
}

.media .title .news-more {
    display: block;
    position: absolute;
    right: 0px;
    font-size: 13px;
    color: black;
    justify-content: center;
    align-items: center;
    top: 25%;
    cursor: pointer;
}

.media li {
    border-bottom: 1px solid #ededed;
    height: 38px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    line-height: 200%;
}

.media li .time {
    color: #9d9d9d;
}

.media li a {
    width: 315px;
    display: inline-block;
    margin-right: 15px;
    color: black;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s;
}

.media li a:hover {
    color: #1966b4;
}

.headlines {
    height: 448px;
    width: 45%;
    background-color: white;
    position: relative;
    overflow: hidden;
    /* margin-bottom: 20px; */
    flex-shrink: 0;
}

#lunboList {
    height: 100%;
    display: flex;
    position: relative;
    left: 0px;
    transition: left 0.5s ease;
}

#lunboList img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.news-img:hover img {
    transform: scale(1.2);
}

.lunbo1 {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.news-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
}

.news-img img {
    -o-object-fit: cover;
    object-fit: cover;
}

.headlines-dot {
    position: absolute;
    bottom: 10px;
    left: 45%;
    width: 100px;
    height: 20px;
    display: flex;
}

.headlines-dot div {
    width: 10px;
    height: 10px;
    background-color: #9d9d9d;
    border-radius: 50%;
    margin: 0 5px;
}

.dot:active {
    background-color: #5c5c5c;
}

.media-next,
.media-prev {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    position: absolute;
    border-radius: 50%;
    background-color: #5b5b5b;
    opacity: 0.2;
}

.media-prev {
    top: 50%;
    color: white;
}

.media-next {
    top: 50%;
    color: white;
    right: 0;
}

.quick {
    width: 455px;
    margin: 0 16px;
}

.quick .quick-title {
    font-size: 20px;
    height: 40px;
    font-weight: 600;
    line-height: 200%;
}

.quick .quick-bar {
    width: 100%;
    height: 3px;
    background-color: #d6ebc7;
}

.quick .quick-items {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.quick a {
    margin: 22px 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    display: block;
    color: black;
    font-size: 15px;
    text-align: center;
}

.quick .env {
    background-color: #3aa8f3;
}

.quick .help {
    background-color: #8870d7;
}

.quick .alumnus {
    background-color: #cb9408;
}

.quick .bond {
    background-color: #b34200;
}

.quick .file {
    background-color: #c4cb06;
}

.quick .history {
    background-color: #cb0637;
}

.quick .quickItem {
    box-sizing: border-box;
    text-align: center;
    width: 85px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.quick .quickItem img {
    width: 60%;
}

.details {
    width: 1500px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.notice {
    margin-left: 15px;
    width: 32%;
    transition: all 0.5s;
    box-sizing: border-box;
    padding: 0 10px;
}

.notice .n-bar {
    width: 100%;
    height: 3px;
    margin-bottom: 5px;
}

.notice .title {
    position: relative;
    display: flex;
}

.notice .title .notice-msg {
    width: 100px;
    height: 40px;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    line-height: 200%;
}

.notice .title .notice-more {
    display: block;
    position: absolute;
    right: 0px;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    top: 25%;
    color: black;
    cursor: pointer;
}

.notice li {
    border-bottom: 1px solid #ededed;
    height: 38px;
    display: flex;
    box-sizing: border-box;
    transition: all 0.5s;
    line-height: 38px;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.notice li .time {
    color: #9d9d9d;
    font-size: 15px;
}

.notice li a {
    width: 315px;
    display: inline-block;
    margin-right: 15px;
    color: black;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s;
}

.notice li a:hover {
    color: #1966b4;
}

.notice li:hover {
    color: #3e3b36;
}

.docu {
    background-color: #d6c4ff;
}

.noti {
    background-color: #ffe3c4;
}

.official {
    background-color: #ffc4c4;
}

.plate {
    margin-top: 50px;
    padding: 0 50px;
    width: 100%;
    justify-content: space-between;
    display: flex;
    flex-wrap: wrap;
}

.plate a {
    border-radius: 5px;
    display: flex;
    width: 290px;
    height: 80px;
    align-items: center;
    line-height: 200%;
    font-size: 18px;
    color: white;
}

.plate a img {
    margin: 0 20px;
    width: 22%;
}

.plate a p {
    font-size: 21px;
}

.plate .yiwangtong {
    background-color: #3f95d0;
}

.plate .yiwangtong img {
    margin: 0 35px;
}

.plate .yiwangtong p {
    margin-left: 15px;
}

.plate .learn {
    background-color: #dd4112;
}

.plate .learn img {
    margin: 0 35px;
}

.plate .learn p {
    margin-left: 15px;
}

.plate .ganbu {
    background-color: #f4d136;
}


#address {
    background-image: url('../img/headerBg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
    width: 100%;
    position: relative;
    font-size: 18px;
    flex-shrink: 0;
}

.address {
    width: 1500px;
    margin: 0 auto;
    position: relative;
    align-items: center;
    padding: 0 10px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.address-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.address-logo .pic-Hist img {
    height: 100px;
    width: auto;
}

.address-logo .Hist img {
    height: 100px;
    width: auto;
}

.address-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-right: 32px;
}

.contact-title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
}

.contact-details {
    display: flex;
    gap: 30px;
}

.contact-details p {
    color: white;
    margin: 0;
}

.address-code img {
    width: 100px;
    height: 100px;
}

.border {
    border-bottom: 4px solid #d6e9c6;
}

.newindex {
    position: absolute;
    bottom: 30px;
    left: 90px;
    color: white;
    text-decoration: none;
    cursor: pointer;
}


.section4 {
    margin: 20px 0;
    background: #f9f9f9;
    padding: 20px 0;
    color: #0a539b;
}

.section4 .f-link a {
    padding: 5px;
    color: #0a539b;
    text-decoration: none;
    margin-right: 15px;
    display: inline-block;
    transition: transform 0.3s ease;
}

.section4 .f-link a:hover {
    text-decoration: underline;
    transform: scale(1.1);
}

.section4 .block-title-title h3 {
    color: #0a539b;
    border-bottom: 2px solid #0a539b;
}

.section4 .container {
    margin: 0 auto;
    padding: 0 15px;
}

.section4 .custom-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

section4 .block-title {
    margin-bottom: 20px;
}

section4 .block-title-title h3 {
    margin: 0;
    color: #0a539b;
    font-size: 18px;
    border-bottom: 2px solid #0a539b;
    padding-bottom: 10px;
}



/* 自定义网格系统 */
.custom-col-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

.custom-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
}

.custom-col-xl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding: 0 15px;
    box-sizing: border-box;
}

.custom-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding: 0 15px;
    box-sizing: border-box;
}

.custom-col-xl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
    padding: 0 15px;
    box-sizing: border-box;
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

/* 间距工具类 */
.mb-4 {
    margin-bottom: 2rem;
}

/* 响应式设计 */
@media (max-width: 991px) {

    .custom-col-lg-3,
    .custom-col-lg-9,
    .custom-col-lg-4,
    .custom-col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .custom-col-md-6,
    .custom-col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (max-width: 1199px) {

    .custom-col-xl-2,
    .custom-col-xl-10 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/* 额外的列类 */
.custom-col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding: 0 15px;
    box-sizing: border-box;
}

.custom-col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding: 0 15px;
    box-sizing: border-box;
}

.custom-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

.custom-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}

.custom-col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}

.custom-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* 迁移内容的样式 */
/* 模块通用样式 */
.module {
    height: 100%;
    min-height: 200px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    border: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
}

.module:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    border-color: #005580;
}

.module-header {
    background-color: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.module-title {
    font-size: 20px;
    font-weight: bold;
    color: #005580;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.module-more {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    position: relative;
}

.module-more::after {
    content: '+';
    color: #0a539b;
    font-weight: bold;
    margin-left: 2px;
    transition: color 0.3s ease;
}

.module-more:hover {
    color: #0a539b;
}

.module-more:hover::after {
    color: #1a73e8;
}

.module-content {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* 新闻内容样式 */
.news-content {
    display: flex;
    gap: 20px;
}

.news-carousel {
    flex: 0 0 40%;
    min-width: 300px;
}

.dongtai-list {
    flex: 1;
    padding-left: 20px;
    min-width: 0;
    overflow: hidden;
}

.dongtai-list ul.dongtai-list-ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    min-width: 0;
}

.dongtai-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.dongtai-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #0a539b 0%, #1a73e8 100%);
    transition: width 0.4s ease;
}

.dongtai-item:hover::before {
    width: 100%;
}

.dongtai-item:last-child {
    /* margin-bottom: 0;
    padding-bottom: 0; */
    /* border-bottom: none; */
}

.dongtai-item:last-child::before {
    /* display: none; */
}

.dongtai-link {
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
    width: 100%;
    min-width: 0;
}

.dongtai-link:hover {
    color: #005580;
}

.dongtai-time {
    font-size: 18px;
    color: #999;
    margin-right: 15px;
    white-space: nowrap;
    flex-shrink: 0;
    display: block;
    color: #888888;
    /* font-size: 14px; */
    position: absolute;
    left: 0;
}

.dongtai-title {
    flex: 1;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    width: 100%;
    position: relative;
    padding-left: 120px;
}

/* 轮播图样式 */
.carousel-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 4/3;
}

.carousel-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.carousel-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
}

.carousel-item.active {
    opacity: 1;
    visibility: visible;
}

.carousel-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-prev,
.carousel-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
    z-index: 10;
}

.carousel-prev:hover,
.carousel-next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.carousel-prev {
    left: 10px;
}

.carousel-next {
    right: 10px;
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.indicator.active {
    background-color: white;
}

/* 通知公告样式 */
.notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.notice-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #0a539b 0%, #1a73e8 100%);
    transition: width 0.4s ease;
}

.notice-item:hover::before {
    width: 100%;
}

.notice-item:last-child {
    /* margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; */
}

.notice-item:last-child::before {
    /* display: none; */
}

.notice-link {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease;
}

.notice-link:hover {
    color: #005580;
}

.notice-time {
    font-size: 18px;
    color: #999;
    margin-right: 15px;
    white-space: nowrap;
    display: block;
    color: #888888;
    /* font-size: 14px; */
    position: absolute;
    left: 0;
}

.notice-title {
    flex: 1;
    font-size: 18px;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    position: relative;
    padding-left: 120px;
}

/* 视频区域样式 */
.video-container {
    position: relative;
}

.video-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
}

.video-placeholder {
    width: 100%;
    display: block;
}

.video-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.video-play-button i {
    font-size: 30px;
    color: #005580;
    margin-left: 5px;
}

.video-wrapper:hover .video-play-button {
    transform: translate(-50%, -50%) scale(1.1);
}

/* 规章制度和学习园地样式 */
.rule-list,
.study-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rule-item,
.study-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
}

.rule-item::before,
.study-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #0a539b 0%, #1a73e8 100%);
    transition: width 0.4s ease;
}

.rule-item:hover::before,
.study-item:hover::before {
    width: 100%;
}

.rule-item:last-child,
.study-item:last-child {
    /* margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; */
}

.rule-item:last-child::before,
.study-item:last-child::before {
    /* display: none; */
}

.rule-link,
.study-link {
    text-decoration: none;
    color: #333;
    font-size: 18px;
    transition: color 0.3s ease;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rule-link:hover,
.study-link:hover {
    color: #005580;
}

/* 业务指南样式 */
.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.service-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 25px;
    border: 2px solid #e0e0e0;
    border-radius: 10px;
    text-decoration: none;
    color: #333;
    transition: all 0.3s ease;
    text-align: center;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
}

.service-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 85, 128, 0.1), transparent);
    transition: left 0.5s ease;
}

.service-item:hover::before {
    left: 100%;
}

.service-item:hover {
    background-color: white;
    border-color: #005580;
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-icon {
    font-size: 48px;
    color: #005580;
    margin-bottom: 20px;
    transition: transform 0.3s ease, color 0.3s ease;
}

.service-item:hover .service-icon {
    transform: scale(1.1);
    color: #004466;
}

.service-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    transition: color 0.3s ease;
}

.service-item:hover .service-name {
    color: #005580;
}

/* 视频展示模块样式 */
.video-gallery {
    width: 100%;
}

.video-gallery-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
}

.video-gallery-item {
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
    border: 2px solid #e0e0e0;
}

.video-gallery-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    border-color: #005580;
}

.video-gallery-wrapper {
    position: relative;
    overflow: hidden;
    aspect-ratio: 16/9;
}

.video-gallery-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.video-gallery-item:hover .video-gallery-thumb {
    transform: scale(1.05);
}

.video-gallery-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.video-gallery-play i {
    font-size: 18px;
    color: #005580;
    margin-left: 2px;
}

.video-gallery-item:hover .video-gallery-play {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: white;
}

.video-gallery-info {
    padding: 10px;
}

.video-gallery-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 0 0 5px 0;
    transition: color 0.3s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-gallery-item:hover .video-gallery-title {
    color: #005580;
}

.video-gallery-desc {
    font-size: 12px;
    color: #666;
    margin: 0;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .video-gallery-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
    }
}

@media (max-width: 768px) {
    .video-gallery-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .video-gallery-grid {
        grid-template-columns: repeat(5, 1fr);
        gap: 15px;
    }
}

/* 服务指南宫格样式 */
.service-grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    padding: 10px;
}

.service-card {
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 12px;
    padding: 35px 25px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 280px;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(10, 83, 155, 0.05), transparent);
    transition: left 0.5s ease;
}

.service-card:hover::before {
    left: 100%;
}

.service-card:hover {
    border-color: #0a539b;
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(10, 83, 155, 0.15);
}

.service-card-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0a539b 0%, #1a73e8 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.service-card-icon i {
    font-size: 36px;
    color: white;
}

.service-card:hover .service-card-icon {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 8px 20px rgba(10, 83, 155, 0.3);
}

.service-card-title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 12px 0;
    transition: color 0.3s ease;
}

.service-card:hover .service-card-title {
    color: #0a539b;
}

.service-card-desc {
    font-size: 14px;
    color: #666;
    margin: 0 0 20px 0;
    line-height: 1.6;
    flex-grow: 1;
}

.service-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #0a539b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    padding: 8px 20px;
    border: 1px solid #0a539b;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.service-card-link:hover {
    background-color: #0a539b;
    color: white;
    transform: translateX(5px);
}

.service-card-link i {
    font-size: 12px;
    transition: transform 0.3s ease;
}

.service-card-link:hover i {
    transform: translateX(3px);
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .service-grid-container {
        grid-template-columns: repeat(3, 1fr);
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .service-grid-container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 576px) {
    .service-grid-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .service-card {
        min-height: auto;
        padding: 30px 20px;
    }
}

/* 文章详情页样式 */
.article-detail {
    padding: 20px 0;
}

.article-header {
    padding-bottom: 30px;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 30px;
}

.article-title {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    margin: 0 0 20px 0;
    line-height: 1.4;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #999;
    flex-wrap: wrap;
}

.article-category,
.article-date,
.article-views,
.article-author {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background: #f5f5f5;
    border-radius: 12px;
}

.article-category {
    background: linear-gradient(135deg, #0a539b 0%, #1a73e8 100%);
    color: white;
}

.article-content {
    line-height: 1.8;
    color: #333;
}

.article-content h2 {
    font-size: 24px;
    font-weight: bold;
    color: #0a539b;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.article-content p {
    font-size: 16px;
    margin-bottom: 20px;
    text-align: justify;
}

.article-content p:first-of-type {
    text-indent: 2em;
}

.article-footer {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

.article-share {
    display: flex;
    align-items: center;
    gap: 15px;
}

.share-label {
    font-size: 14px;
    color: #666;
}

.share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.share-btn:hover {
    background: #0a539b;
    color: white;
    transform: scale(1.1);
}

.share-btn.fa-weixin:hover {
    background: #07c160;
}

.share-btn.fa-weibo:hover {
    background: #e6162d;
}

.share-btn.fa-qq:hover {
    background: #12b7f5;
}

.article-navigation {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid #f0f0f0;
}

.nav-link {
    flex: 1;
    display: block;
    padding: 20px;
    background: white;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-link:hover {
    border-color: #0a539b;
    background: #f8f9fa;
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
}

.nav-link-content {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nav-label {
    font-size: 14px;
    color: #999;
    font-weight: 500;
}

.nav-title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-link:hover .nav-title {
    color: #0a539b;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .article-title {
        font-size: 24px;
    }

    .article-meta {
        gap: 10px;
    }

    .article-content h2 {
        font-size: 20px;
        margin: 30px 0 15px 0;
    }

    .article-content p {
        font-size: 15px;
    }

    .article-navigation {
        flex-direction: column;
    }

    .nav-link {
        width: 100%;
    }
}

/* 模块头部搜索框样式 */
.module-search {
    display: flex;
    align-items: center;
    gap: 10px;
}

.module-actions {
    display: flex;
    align-items: center;
}

.back-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: linear-gradient(135deg, #0a539b 0%, #1a73e8 100%);
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.back-btn:hover {
    transform: translateX(-5px);
    box-shadow: 0 4px 12px rgba(10, 83, 155, 0.3);
}

.module-filter {
    display: flex;
    gap: 10px;
}

.filter-btn {
    padding: 8px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    background-color: white;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.filter-btn:hover {
    border-color: #0a539b;
    color: #0a539b;
}

.filter-btn.active {
    background: linear-gradient(135deg, #0a539b 0%, #1a73e8 100%);
    color: white;
    border-color: #0a539b;
}

.search-input {
    padding: 8px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    font-size: 14px;
    width: 200px;
    transition: all 0.3s ease;
    outline: none;
}

.search-input:focus {
    border-color: #0a539b;
    box-shadow: 0 0 0 3px rgba(10, 83, 155, 0.1);
}

.search-btn {
    background-color: #0a539b;
    color: white;
    border: none;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-btn:hover {
    background-color: #1a73e8;
    transform: scale(1.1);
}

/* 视频画廊样式 */
.video-gallery {
    padding: 10px 0;
}

/* 精选视频样式 */
.featured-video {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 2px solid #f0f0f0;
}

.video-wrapper {
    display: flex !important;
    gap: 30px;
    align-items: flex-start;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
}

.video-wrapper:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.video-thumbnail {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-thumbnail:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.video-play-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-thumbnail:hover .video-play-overlay {
    opacity: 1;
}

.video-play-btn {
    width: 70px;
    height: 70px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.video-play-btn i {
    font-size: 28px;
    color: #0a539b;
    margin-left: 4px;
}

.video-play-btn:hover {
    transform: scale(1.1);
    background: white;
}

.video-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

.featured-video .video-thumbnail {
    flex: 0 0 55%;
    width: 100%;
}

.featured-video .video-thumbnail img {
    
}

.featured-video .video-info {
    flex: 1;
    padding: 10px 0;
}

.featured-video .video-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
    transition: color 0.3s ease;
}

.featured-video .video-title:hover {
    color: #0a539b;
}

.featured-video .video-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0 0 20px 0;
}

.featured-video .video-meta {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 14px;
    color: #999;
}

.featured-video .video-date,
.featured-video .video-views,
.featured-video .video-category {
    display: flex;
    align-items: center;
    gap: 5px;
}

.featured-video .video-category {
    background: linear-gradient(135deg, #0a539b 0%, #1a73e8 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
}

/* 视频网格样式 */
.video-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-bottom: 40px;
}

.video-item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
}

.video-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.video-item .video-thumbnail {
    aspect-ratio: 16/9;
}

.video-item .video-info {
    padding: 0;
}

.video-item .video-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 10px 0;
    transition: color 0.3s ease;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

.video-item .video-title:hover {
    color: #0a539b;
}

.video-item .video-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    color: #999;
}

.video-item .video-date,
.video-item .video-views {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* 响应式设计 */
@media (max-width: 1200px) {
    .video-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }
}

@media (max-width: 992px) {
    .video-grid {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

    .featured-video .video-wrapper {
        flex-direction: column;
    }

    .featured-video .video-thumbnail {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 768px) {
    .module-search {
        display: none;
    }

    .module-filter {
        flex-wrap: wrap;
    }

    .video-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .featured-video .video-title {
        font-size: 20px;
    }

    .featured-video .video-desc {
        font-size: 14px;
    }
}

/* 视频播放页面样式 */
.video-play-container {
    padding: 20px 0;
}

.video-play-wrapper {
    background: #000;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.video-play-wrapper .video-js {
    width: 100% !important;
    display: block !important;
}

.video-info {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    /* border-left: 4px solid #0a539b; */
}

.video-title {
    font-size: 28px;
    font-weight: bold;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.4;
}

.video-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* 新闻列表容器样式 */
.list-container {
    padding: 10px 0;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    flex: 1;
}

.news-list-item {
    padding: 18px 0;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.news-list-item::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #0a539b 0%, #1a73e8 100%);
    transition: width 0.4s ease;
    z-index: 1;
}

.news-list-item:hover::before {
    width: 100%;
}

.news-list-item:last-child {
    /* border-bottom: none; */
}

.news-list-item:last-child::before {
    /* display: none; */
}

.news-list-item:hover {
    background-color: #f8f9fa;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 6px;
}

.news-list-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-list-item:not(:has(.news-list-desc)) .news-list-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.news-list-title {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    flex: 1;
}

.news-list-link {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
    flex: 1;
}

.news-list-link:hover {
    color: #0a539b;
}

.news-list-tag {
    background: linear-gradient(135deg, #0a539b 0%, #1a73e8 100%);
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
}

.news-list-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 13px;
    color: #999;
}

.news-list-item:not(:has(.news-list-desc)) .news-list-meta {
    white-space: nowrap;
}

.news-list-date,
.news-list-views {
    display: flex;
    align-items: center;
    gap: 5px;
}

.news-list-desc {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 分页样式 */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 40px auto 0;
    padding: 20px 0;
    border-top: 1px solid #f0f0f0;
    width: 100%;
}

.pagination-item {
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    display: block;
    align-content: center;
    text-align: center;
    min-width: 40px;
    height: 40px;
    padding: 0 15px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: white;
}

.pagination-item:hover {
    border-color: #0a539b;
    color: #0a539b;
    transform: translateY(-2px);
}

.pagination-item.active {
    background: linear-gradient(135deg, #0a539b 0%, #1a73e8 100%);
    color: white;
    border-color: #0a539b;
}

.pagination-item.pagination-ellipsis {
    border: none;
    background: none;
    cursor: default;
}

.pagination-item.pagination-ellipsis:hover {
    transform: none;
    border-color: #e0e0e0;
    color: #333;
}

.pagination-prev,
.pagination-next {
    padding: 0 20px;
    gap: 5px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .module-search {
        display: none;
    }

    .news-list-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .news-list-link {
        font-size: 18px;
    }

    .news-list-meta {
        flex-wrap: wrap;
        gap: 15px;
    }

    .pagination {
        flex-wrap: wrap;
        gap: 5px;
    }

    .pagination-item {
        min-width: 35px;
        height: 35px;
        font-size: 13px;
        padding: 0 10px;
    }

    .pagination-prev,
    .pagination-next {
        padding: 0 15px;
    }
}

/* 法律援助页面样式 */
.legal-aid-container {
    padding: 30px 0;
    max-width: 1200px;
    margin: 0 auto;
}

.aid-introduction,
.aid-service,
.aid-team,
.aid-entry,
.aid-contact,
.aid-disclaimer,
.aid-process,
.aid-groups {
    margin-bottom: 40px;
}

.section-title {
    font-size: 22px;
    font-weight: 600;
    color: #1a3a5c;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 12px;
    border-bottom: 2px solid #1a3a5c;
    letter-spacing: 0.5px;
}

.section-title i {
    font-size: 24px;
    color: #1a3a5c;
}

.aid-intro-content {
    background: #ffffff;
    padding: 25px 30px;
    border: 1px solid #e8eef5;
    border-radius: 4px;
}

.aid-intro-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
    margin: 0;
    text-align: justify;
    text-indent: 2em;
}

.service-target {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.target-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #ffffff;
    padding: 18px 22px;
    border: 1px solid #e8eef5;
    border-radius: 4px;
    transition: all 0.3s ease;
    flex: 1;
    min-width: 220px;
}

.target-item:hover {
    border-color: #1a3a5c;
    background: #f8fbff;
}

.target-item i {
    font-size: 28px;
    color: #1a3a5c;
}

.target-item span {
    font-size: 16px;
    font-weight: 600;
    color: #1a3a5c;
}

.service-types {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 18px;
}

.service-card {
    background: #ffffff;
    border-radius: 4px;
    padding: 22px;
    border: 1px solid #e8eef5;
    transition: all 0.3s ease;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.service-card:hover {
    border-color: #1a3a5c;
    background: #f8fbff;
}

.service-icon {
    width: 48px;
    height: 48px;
    background: #1a3a5c;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-icon i {
    font-size: 24px;
    color: white;
}

.service-info {
    flex: 1;
}

.service-info h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1a3a5c;
    margin: 0 0 8px 0;
}

.service-info p {
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
    margin: 0;
}

.team-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 18px;
}

.team-item {
    background: #ffffff;
    border-radius: 4px;
    padding: 20px 25px;
    border: 1px solid #e8eef5;
    transition: all 0.3s ease;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.team-item:hover {
    border-color: #1a3a5c;
    background: #f8fbff;
}

.team-avatar {
    width: 58px;
    height: 58px;
    background: #1a3a5c;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.team-avatar i {
    font-size: 28px;
    color: white;
}

.team-details {
    flex: 1;
}

.team-details h5 {
    font-size: 16px;
    font-weight: 600;
    color: #1a3a5c;
    margin: 0 0 8px 0;
}

.team-details p {
    font-size: 14px;
    line-height: 1.7;
    color: #555555;
    margin: 0;
    text-indent: 2em;
}

.project-categories {
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 100%);
    border: 1px solid #e8eef5;
    border-radius: 8px;
    padding: 35px 40px;
    text-align: center;
}

.project-categories p {
    font-size: 16px;
    line-height: 2;
    color: #1a3a5c;
    margin: 0;
    letter-spacing: 0.5px;
}

.project-categories .category-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

.category-tag {
    background: #ffffff;
    border: 1px solid #1a3a5c;
    color: #1a3a5c;
    padding: 10px 24px;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-block;
}

.category-tag:hover {
    background: #1a3a5c;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(26, 58, 92, 0.2);
}

.entry-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.entry-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 22px 20px;
    background: #ffffff;
    border: 2px solid #1a3a5c;
    border-radius: 4px;
    color: #1a3a5c;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    font-weight: 600;
}

.entry-btn i {
    font-size: 26px;
}

.entry-btn:hover {
    background: #1a3a5c;
    color: white;
}

.contact-info {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 18px;
}

.contact-item {
    background: #ffffff;
    border-radius: 4px;
    padding: 20px 25px;
    border: 1px solid #e8eef5;
    display: flex;
    gap: 15px;
    align-items: flex-start;
    transition: all 0.3s ease;
}

.contact-item:hover {
    border-color: #1a3a5c;
    background: #f8fbff;
}

.contact-item i {
    font-size: 24px;
    color: #1a3a5c;
    flex-shrink: 0;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.contact-label {
    font-size: 13px;
    color: #888888;
    font-weight: 500;
}

.contact-value {
    font-size: 15px;
    color: #1a3a5c;
    font-weight: 600;
}

.disclaimer-content {
    background: linear-gradient(135deg, #fff8e8 0%, #fff5d6 100%);
    border: 1px solid #e8d5a0;
    border-left: 4px solid #d48806;
    border-radius: 4px;
    padding: 25px 30px;
}

.disclaimer-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.disclaimer-box h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1a3a5c;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e8d5a0;
}

.disclaimer-box > p {
    font-size: 14px;
    line-height: 1.9;
    color: #555555;
    margin: 0;
    text-align: justify;
    text-indent: 2em;
}

.disclaimer-box ol {
    margin: 0;
    padding-left: 24px;
    list-style-type: decimal;
}

.disclaimer-box ol li {
    font-size: 14px;
    line-height: 1.9;
    color: #555555;
    margin-bottom: 12px;
    padding-left: 8px;
    text-indent: 0px;
    /* padding-left: 32px; */
}

.disclaimer-box ol li:last-child {
    margin-bottom: 0;
}

.legal-aid-container ul li {
    position: relative;
    padding-left: 25px;
}

.legal-aid-container ul li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #1a3a5c;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
}

.legal-aid-container ol {
    margin: 0;
    padding-left: 25px;
}

.legal-aid-container ol li {
    margin-bottom: 10px;
    line-height: 1.8;
    color: #333333;
}

.legal-aid-container ol li::marker {
    color: #1a3a5c;
    font-weight: 600;
}

.entry-content {
    background: #ffffff;
    border: 1px solid #e8eef5;
    border-radius: 4px;
    padding: 30px;
}

.entry-section {
    margin-bottom: 30px;
}

.entry-section:last-child {
    margin-bottom: 0;
}

.entry-section-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e8eef5;
}

.entry-section-icon {
    width: 45px;
    height: 45px;
    background: #1a3a5c;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.entry-section-icon i {
    font-size: 22px;
    color: white;
}

.entry-section-header h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1a3a5c;
    margin: 0;
}

.entry-section-desc {
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
    margin: 0 0 20px 0;
}

.entry-section {
    margin-bottom: 25px;
}

.entry-section:last-child {
    margin-bottom: 0;
}

.service-content {
    background: #ffffff;
    border: 1px solid #e8eef5;
    border-radius: 4px;
    padding: 25px 30px;
}

.service-card-item {
    background: #ffffff;
    border: 1px solid #e8eef5;
    border-radius: 4px;
    padding: 25px 30px;
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.service-card-item:last-child {
    margin-bottom: 0;
}

.service-card-item:hover {
    border-color: #1a3a5c;
    background: #f8fbff;
}

.service-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e8eef5;
}

.service-card-icon {
    width: 55px;
    height: 55px;
    background: #1a3a5c;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-card-icon i {
    font-size: 26px;
    color: white;
}

.service-card-header h5 {
    font-size: 18px;
    font-weight: 600;
    color: #1a3a5c;
    margin: 0;
}

.service-card-body p {
    font-size: 15px;
    line-height: 1.8;
    color: #333333;
    margin: 0 0 12px 0;
    text-indent: 2em;
}

.service-card-body ul {
    list-style: none;
    padding: 0;
    margin: 12px 0;
}

.service-card-body ul li {
    padding: 8px 0 8px 20px;
    position: relative;
    line-height: 1.7;
    color: #333333;
}

.service-card-body ul li strong {
    color: #1a3a5c;
}

.service-note {
    margin-top: 15px;
    padding: 12px 15px;
    background: #fff8e8;
    border-left: 3px solid #d48806;
    border-radius: 4px;
    font-size: 13px;
    line-height: 1.6;
}

.service-note strong {
    color: #d48806;
}

.service-note ul {
    margin: 8px 0 0 15px;
    padding-left: 20px;
}

.service-note ul li {
    margin: 5px 0;
    color: #333333;
}

.aid-service-info {
    margin-bottom: 40px;
}

.service-info-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.service-info-item {
    flex: 1;
    min-width: 280px;
    background: #ffffff;
    border: 1px solid #e8eef5;
    border-radius: 4px;
    padding: 25px 30px;
    display: flex;
    gap: 20px;
    align-items: center;
    transition: all 0.3s ease;
}

.service-info-item:hover {
    border-color: #1a3a5c;
    background: #f8fbff;
}

.service-info-icon {
    width: 60px;
    height: 60px;
    background: #1a3a5c;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.service-info-icon i {
    font-size: 28px;
    color: white;
}

.service-info-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-label {
    font-size: 14px;
    color: #888888;
    font-weight: 500;
}

.info-value {
    font-size: 16px;
    color: #1a3a5c;
    font-weight: 600;
    line-height: 1.5;
}

.entry-method-qr {
    display: flex;
    align-items: center;
    gap: 15px;
}

.entry-method-qr img {
    width: 120px;
    height: 120px;
    border: 1px solid #e8eef5;
    border-radius: 4px;
    padding: 5px;
    background: white;
}

.entry-methods {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.entry-method-item {
    background: #ffffff;
    border: 1px solid #e8eef5;
    border-radius: 4px;
    padding: 20px 25px;
    display: flex;
    gap: 15px;
    align-items: center;
    transition: all 0.3s ease;
}

.entry-method-item:hover {
    border-color: #1a3a5c;
    background: #f8fbff;
}

.entry-method-icon {
    width: 50px;
    height: 50px;
    background: #1a3a5c;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.entry-method-icon i {
    font-size: 24px;
    color: white;
}

.entry-method-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.method-name {
    font-size: 14px;
    color: #888888;
    font-weight: 500;
}

.method-value {
    font-size: 16px;
    color: #1a3a5c;
    font-weight: 600;
}

.entry-time {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
}

.time-item {
    background: #ffffff;
    border: 1px solid #e8eef5;
    border-radius: 4px;
    padding: 20px 25px;
    display: flex;
    gap: 15px;
    align-items: center;
    transition: all 0.3s ease;
}

.time-item:hover {
    border-color: #1a3a5c;
    background: #f8fbff;
}

.time-icon {
    width: 50px;
    height: 50px;
    background: #1a3a5c;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.time-icon i {
    font-size: 24px;
    color: white;
}

.time-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.time-label {
    font-size: 14px;
    color: #888888;
    font-weight: 500;
}

.time-value {
    font-size: 16px;
    color: #1a3a5c;
    font-weight: 600;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .legal-aid-container {
        padding: 30px 20px;
    }

    .section-title {
        font-size: 20px;
    }

    .aid-intro-content {
        padding: 25px;
    }

    .service-types {
        grid-template-columns: 1fr;
    }

    .team-info {
        grid-template-columns: 1fr;
    }

    .entry-options {
        grid-template-columns: 1fr;
    }

    .contact-info {
        grid-template-columns: 1fr;
    }

    .service-target {
        flex-direction: column;
    }

    .target-item {
        min-width: 100%;
    }

    .service-card {
        padding: 25px;
    }

    .team-item {
        padding: 20px;
    }

    .contact-item {
        padding: 20px;
    }

    .disclaimer-content {
        padding: 20px;
    }

    .service-info-container {
        flex-direction: column;
    }

    .service-info-item {
        min-width: 100%;
        padding: 20px;
    }

    .service-card-item {
        padding: 20px;
    }

    .service-card-header {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }

    .entry-methods {
        grid-template-columns: 1fr;
    }

    .entry-method-item {
        flex-direction: column;
        text-align: center;
    }

    .entry-method-qr {
        justify-content: center;
    }

    .entry-time {
        grid-template-columns: 1fr;
    }

    .entry-section-header {
        flex-direction: column;
        text-align: center;
        gap: 8px;
    }

    /* 视频播放页面响应式样式 */
    .video-play-container {
        padding: 10px 0;
    }

    .video-play-wrapper {
        margin-bottom: 15px;
    }

    .video-info {
        padding: 15px;
    }

    .video-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
}
    .aid-process,
    .aid-groups {
        margin-bottom: 40px;
    }

    .process-content,
    .groups-content {
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .process-item,
    .group-item {
        background: #ffffff;
        border: 1px solid #e8eef5;
        border-radius: 8px;
        padding: 30px 35px;
        transition: all 0.3s ease;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    }

    .process-item:hover,
    .group-item:hover {
        border-color: #1a3a5c;
        background: #f8fbff;
        box-shadow: 0 4px 16px rgba(26, 58, 92, 0.15);
        transform: translateY(-2px);
    }

    .process-content .process-header,
    .groups-content .group-header {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 2px solid #e8eef5;
        line-height: 1;
    }

    .process-content .process-icon {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, #1a3a5c 0%, #0a539b 100%);
        border-radius: 50%;
        flex-shrink: 0;
        box-shadow: 0 3px 10px rgba(26, 58, 92, 0.2);
    }

    .process-content .process-icon i {
        font-size: 22px;
        color: #ffffff;
    }

    .process-content .process-header h5,
    .groups-content .group-header h5 {
        display: inline-block;
        font-size: 19px;
        font-weight: 600;
        color: #1a3a5c;
        margin: 0 0 0 15px;
        line-height: 1;
        vertical-align: middle;
    }

    .process-body,
    .group-body {
        padding-left: 0;
    }

    .process-body p,
    .group-body p {
        font-size: 15px;
        line-height: 1.9;
        color: #333333;
        margin: 0;
        text-align: justify;
        text-indent: 2em;
    }

    .group-body p strong {
        color: #1a3a5c;
        font-weight: 600;
    }

    .video-description {
        font-size: 14px;
    }
