@font-face {
  font-family: '草书手写体';
 src: url('YeZiGongChangZuiHanJiangXingCao-2.ttf') format('truetype'); 
  /* src: url('SuXinShiMaoCaoTiJian-1.ttf') format('truetype');*/
}
.section02 {
    padding: 30px 0;
    position: relative;
    z-index: 1;
}
.section02::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 200vw;
    background: #8b0000;
    height: 100%;
    transform: translateX(-50%);
    z-index: -1;
}
.banner-style {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-style .service {
    margin: 0;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    border-radius: 7px;
    box-shadow: 4px 4px 10px #261313;
    -webkit-box-shadow: 4px 4px 10px #261313;
    -moz-box-shadow: 4px 4px 10px #261313;
}
.banner-style .opinion {
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-style .opinion h3 {
    font-size: 30px;
    color: #fff;
    font-family: '草书手写体';
    font-weight: bold;
    padding-right: .5em;
}
.banner-style .contact {
    display: inline-block;
    margin: 0;
}
.banner-style .contact .suggestion h3 {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    vertical-align: middle;
    font-family: '草书手写体';
    font-weight: bold;
    margin: 0;
}
.banner-style .contact ul {
    display: flex;
    color: #fff;
    opacity: .9;
    font-size: 11px;
}
.banner-style .contact ul li:first-child {
    margin-right: 10px;
}
.banner-style .opinion .ewm {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.banner-style .opinion .ewm p {
    font-size: 12px;
    color: #fff;
    padding-top: 5px;
    text-align: center;
    margin: 0;
}

.banner-style .opinion .ewm img {
    display: inline-block;
    width: 70px;
}

.banner-style .service a {
    display: block;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    /* text-shadow: 4px 4px 5px #261313; */
    text-align: center;
    font-family: '草书手写体';
    font-weight: bold;
}

@media screen and (min-width: 992px)
.banner-style .service a {
    font-size: 30px;
    line-height: 68px;
}

@media screen and (min-width: 992px)
.banner-style .opinion .ewm img {
    width: 70px;
}


/* 学习文件部分样式 - 暗红色主题 + 底纹撕裂边框 */
.study-files-section {
    margin: 40px 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    border: none;}

/* 撕裂边框效果 */
.study-files-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: 
        linear-gradient(90deg, #8b0000, #a52a2a, #8b0000),
        repeating-linear-gradient(90deg, transparent, transparent 8px, rgba(255, 255, 255, 0.1) 8px, rgba(255, 255, 255, 0.1) 16px);
    background-size: 200% 100%, 16px 100%;
    animation: sf-gradient-shift 4s ease-in-out infinite;
    clip-path: polygon(0 0, 100% 0, 95% 100%, 85% 0, 75% 100%, 65% 0, 55% 100%, 45% 0, 35% 100%, 25% 0, 15% 100%, 5% 0);}

@keyframes sf-gradient-shift {
    0%, 100% { background-position: 0% 50%, 0% 0%;}
    50% { background-position: 100% 50%, 16px 0%;}
}

/* 标题样式 - 暗红色主题 */
.study-files-section .news-title {
    text-align: center;
    position: relative;
    padding-top: 30px;}

.study-files-section .news-title div {
    font-size: 2.8rem;
    font-weight: 800;
    background: linear-gradient(135deg, #8b0000, #a52a2a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 15px;
    text-shadow: none;
    position: relative;}

/* 标题下划线装饰 */
 .news-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #8b0000, #a52a2a);
    border-radius: 2px;}

/* 云朵装饰元素 - 暗红色主题 */
.study-files-section .cloud-decoration-1 {
    content: '';
    position: absolute;
    top: 25px;
    right: 35px;
    width: 90px;
    height: 70px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 60" fill="%23ffe4e1"><path d="M25,35 C15,35 10,30 10,25 C10,20 15,15 25,15 C30,15 35,18 40,20 C45,18 50,15 55,15 C65,15 70,20 70,25 C70,30 65,35 55,35 C50,35 45,32 40,30 C35,32 30,35 25,35 Z"/></svg>') no-repeat center;
    background-size: contain;
    opacity: 0.7;
    animation: sf-cloud-float 7s ease-in-out infinite;
    z-index: 1;}

.study-files-section .cloud-decoration-2 {
    content: '';
    position: absolute;
    top: 70px;
    left: 25px;
    width: 70px;
    height: 55px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 60" fill="%23f5e6e6"><path d="M20,30 C12,30 8,26 8,22 C8,18 12,14 20,14 C24,14 28,16 32,18 C36,16 40,14 44,14 C52,14 56,18 56,22 C56,26 52,30 44,30 C40,30 36,28 32,26 C28,28 24,30 20,30 Z"/></svg>') no-repeat center;
    background-size: contain;
    opacity: 0.5;
    animation: sf-cloud-float-left 9s ease-in-out infinite;
    z-index: 1;}

.study-files-section .cloud-decoration-3 {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    width: 130px;
    height: 100px;
    background-size: contain;
    opacity: 0.3;
    animation: sf-cloud-float-bottom 12s ease-in-out infinite;
    z-index: 1;}

@keyframes sf-cloud-float {
    0%, 100% { transform: translateY(0px) scale(1) rotate(0deg);}
    50% { transform: translateY(-12px) scale(1.08) rotate(2deg);}
}

@keyframes sf-cloud-float-left {
    0%, 100% { transform: translateX(0px) scale(1) rotate(0deg);}
    50% { transform: translateX(8px) scale(1.12) rotate(-1deg);}
}

@keyframes sf-cloud-float-bottom {
    0%, 100% { transform: translateX(-50%) scale(1);}
    50% { transform: translateX(-50%) scale(1.15);}
}

/* 新闻项目容器 - 暗红色主题卡片设计 */
.study-files-section .news-item {
    background: rgba(255, 255, 255, 0.95);
    border-radius: 0;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 8px 25px rgba(139, 0, 0, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    border: 2px solid rgba(139, 0, 0, 0.1);
    clip-path: polygon(0 0, 95% 0, 100% 5%, 100% 100%, 5% 100%, 0 95%);}

.study-files-section .news-item:hover {
    transform: translateY(-8px) scale(1);
    box-shadow: 0 15px 40px rgba(139, 0, 0, 0.2);
    border-color: rgba(139, 0, 0, 0.3);}

/* 新闻项目标题 - 暗红色主题 */
.study-files-section .sub-title {
    margin-left: 10px;
    font-size: 2rem !important;
    font-weight: 700;
    color: #212121;
    margin-bottom: 25px;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    white-space: nowrap;
    max-width: 120px;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
}
.study-files-section .news-item-title {
    cursor: pointer;
    font-size: 24px;
    font-weight: 700;
    color: #8b0000;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 2px solid #f0e8e8;
    position: relative;
    text-align: center;}

.study-files-section .news-item-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, #8b0000, #a52a2a);
    border-radius: 2px;}

/* 新闻列表 - 暗红色主题悬停效果 */

.study-files-section .news-lm .row {
    padding: 15px 0;
    border-bottom: 1px solid #f0e8e8;
    transition: all 0.4s ease;
    border-radius: 0;
    margin-bottom: 10px;
    position: relative;
    padding: 4px 0;
    margin-bottom: 4px;
    display: flex;
    align-items: center;}

.study-files-section .news-lm .row:hover {
    background: linear-gradient(135deg, rgba(139, 0, 0, 0.05), rgba(165, 42, 42, 0.05));
    transform: translateX(8px);
    border-left: 4px solid #8b0000;
    padding-left: 20px;
    box-shadow: 0 5px 15px rgba(139, 0, 0, 0.1);}

/* 新闻标题 - 暗红色主题链接样式 */
.study-files-section .news-a-title a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    transition: all 0.3s ease;
    display: block;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.study-files-section .news-a-title a:hover {
    color: #8b0000;
    text-shadow: 0 0 1px rgba(139, 0, 0, 0.3);}

/* 新闻日期 - 暗红色主题标签设计 */
.study-files-section .news-date {
    background: linear-gradient(135deg, #8b0000, #a52a2a);
    color: white;
    margin-left: 10px;
    border-radius: 0;
    font-size: 13px;
    font-weight: 500;
    border: none;
    white-space: nowrap;
    text-align: center;
    box-shadow: 0 4px 12px rgba(139, 0, 0, 0.3);
    transition: all 0.3s ease;
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);}

.study-files-section .news-date:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(139, 0, 0, 0.4);}

/* 更多链接 - 暗红色主题按钮设计 */
.study-files-section .news-more {
    text-align: center;}

.study-files-section .news-more a {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #8b0000, #a52a2a);
    color: white;
    text-decoration: none;
    padding: 5px 25px;
    border-radius: 0;
    font-weight: 600;
    transition: all 0.4s ease;
    box-shadow: 0 6px 20px rgba(139, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    clip-path: polygon(0 0, 95% 0, 100% 50%, 95% 100%, 0 100%);}

.study-files-section .news-more a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;}

.study-files-section .news-more a:hover::before {
    left: 100%;}

.study-files-section .news-more a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(139, 0, 0, 0.4);
    color: white;
    text-decoration: none;}

/* 云朵装饰元素 - 新闻项目内部 */
.study-files-section .news-item::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 45px;
    height: 35px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 60" fill="%23ffe4e1"><path d="M15,25 C8,25 5,22 5,18 C5,14 8,11 15,11 C18,11 21,13 24,15 C27,13 30,11 33,11 C40,11 43,14 43,18 C43,22 40,25 33,25 C30,25 27,23 24,21 C21,23 18,25 15,25 Z"/></svg>') no-repeat center;
    background-size: contain;
    opacity: 0.4;
    animation: sf-cloud-pulse 5s ease-in-out infinite;}

@keyframes sf-cloud-pulse {
    0%, 100% { transform: scale(1); opacity: 0.4;}
    50% { transform: scale(1.15); opacity: 0.6;}
}

/* 响应式设计 */
@media (max-width: 768px) {
    .study-files-section {}
    
    .study-files-section .news-title div {
        font-size: 2.2rem;}

.study-files-section .main-title {
    display: none;
        }


    #xxyd .img { padding-right: 15px !important;}
    #xxyd .img  img {     height: 200px !important;}

#xxyd .sub-titles {
   margin: 0 auto !important;
}
    
    .study-files-section .sub-title {
        border-bottom: none;
        font-size: 16px !important;}

.study-files-section .sub-title::after {
        display: none;}
    
    .study-files-section .news-a-title a {
        font-size: 1.5rem;}
    
    .study-files-section .news-lm .row {
        padding: 12px 0;}
   
    
    .study-files-section .news-item {
        padding: 25px;}
    
    .study-files-section .cloud-decoration-1,
    .study-files-section .cloud-decoration-2,
    .study-files-section .cloud-decoration-3 {
        display: none;}
}

/* 通知党建部分样式 - 暗红色主题 + 不同底纹和撕裂边框设计 */
.notice:not(.work-dynamics-section):not(.study-files-section) {
    margin: 40px 0;
    border-radius: 0;
    position: relative;
    overflow: hidden;
    border: none;}

/* 通知党建撕裂边框效果 - 暗红色主题 */
.notice:not(.work-dynamics-section):not(.study-files-section)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: 
        linear-gradient(90deg, #8b0000, #a52a2a, #8b0000),
        repeating-linear-gradient(90deg, transparent, transparent 12px, rgba(255, 255, 255, 0.1) 12px, rgba(255, 255, 255, 0.1) 24px);
    background-size: 200% 100%, 24px 100%;
    animation: notice-gradient-shift 4s ease-in-out infinite;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 80% 0, 70% 100%, 60% 0, 50% 100%, 40% 0, 30% 100%, 20% 0, 10% 100%, 0 0);}

@keyframes notice-gradient-shift {
    0%, 100% { background-position: 0% 50%, 0% 0%;}
    50% { background-position: 100% 50%, 24px 0%;}
}

/* 通知党建标题样式 - 暗红色主题 */
.notice:not(.work-dynamics-section):not(.study-files-section) .news-title {
    text-align: center;
    position: relative;
    padding-top: 30px;}

.notice:not(.work-dynamics-section):not(.study-files-section) .news-title div {
    font-size: 2.8rem;
    font-weight: 700;
    background: linear-gradient(135deg, #8b0000, #a52a2a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    text-shadow: none;}

/* 通知党建云朵装饰 - 暗红色主题 */
.notice:not(.work-dynamics-section):not(.study-files-section)::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 30px;
    width: 70px;
    height: 50px;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 60" fill="%23ffe4e1"><path d="M22,30 C14,30 10,26 10,22 C10,18 14,14 22,14 C26,14 30,16 34,18 C38,16 42,14 46,14 C54,14 58,18 58,22 C58,26 54,30 46,30 C42,30 38,28 34,26 C30,28 26,30 22,30 Z"/></svg>') no-repeat center;
    background-size: contain;
    opacity: 0.5;
    animation: notice-cloud-float 7s ease-in-out infinite;}

@keyframes notice-cloud-float {
    0%, 100% { transform: translateY(0px) scale(1);}
    50% { transform: translateY(-8px) scale(1.05);}
}

/* 通知党建新闻项目样式 - 暗红色主题 */
.notice:not(.work-dynamics-section):not(.study-files-section) .news-item {
    padding: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;}

.notice:not(.work-dynamics-section):not(.study-files-section) .news-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(139, 0, 0, 0.2);
    border-color: rgba(139, 0, 0, 0.3);}

/* 通知党建新闻项目标题 - 暗红色主题 */
.notice:not(.work-dynamics-section):not(.study-files-section) .news-item-title {
    font-size: 24px;
    font-weight: 600;
    color: #8b0000;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0e8e8;
    position: relative;}

.notice:not(.work-dynamics-section):not(.study-files-section) .news-item-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #8b0000, #a52a2a);
    border-radius: 1px;
        left: 50%;
    transform: translateX(-50%);}

/* 通知党建新闻列表 - 暗红色主题 */
.notice:not(.work-dynamics-section):not(.study-files-section) .news-lm .row {
    padding: 12px 0;
    border-bottom: 1px solid #f0e8e8;
    transition: all 0.3s ease;
    border-radius: 0;
    margin-bottom: 8px;
    padding: 4px 0;
    margin-bottom: 4px;
    display: flex;
    align-items: center;}

.notice:not(.work-dynamics-section):not(.study-files-section) .news-lm .row:hover {
    background: rgba(139, 0, 0, 0.05);
    transform: translateX(5px);
    border-left: 3px solid #8b0000;
    padding-left: 15px;}

/* 通知党建新闻标题 - 暗红色主题 */
.notice:not(.work-dynamics-section):not(.study-files-section) .news-a-title a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    transition: color 0.3s ease;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}

.notice:not(.work-dynamics-section):not(.study-files-section) .news-a-title a:hover {
    color: #8b0000;}

/* 通知党建新闻日期 - 暗红色主题 */
.notice:not(.work-dynamics-section):not(.study-files-section) .news-date {
    background: linear-gradient(135deg, #8b0000, #a52a2a);
    color: white;
    margin-left: 5px;
    font-size: 12px;
    border: none;
    white-space: nowrap;
    text-align: center;
    clip-path: polygon(0 0, 85% 0, 100% 50%, 85% 100%, 0 100%);}

/* 通知党建更多链接 - 暗红色主题 */
.notice:not(.work-dynamics-section):not(.study-files-section) .news-more {
    text-align: center;}

.notice:not(.work-dynamics-section):not(.study-files-section) .news-more a {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #8b0000, #a52a2a);
    color: white;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 0;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(139, 0, 0, 0.3);
    clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);}

.notice:not(.work-dynamics-section):not(.study-files-section) .news-more a:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(139, 0, 0, 0.4);
    color: white;
    text-decoration: none;} 