@charset "utf-8";


body, html {
    background: #f2f2f2;
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 180%;
    text-align: left;
    min-width: 1200px;

}

/******** 菜单列表***************/
.container-wrapper {
    margin-top: 10px;
}

.container-wrapper .rural-menu {
    width: 220px;
    float: left;
    background:#fff;
}

.container-wrapper .rural-menu ul {
    width: 100%;
    text-align: center;
}

.container-wrapper .rural-menu ul li {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eaeaea;
}

.container-wrapper .rural-menu ul li:first-child {
    color: #fff;
    font-size: 18px;
}

.container-wrapper .rural-menu ul li a {
    width: 100%;
    text-decoration: none;
    display: block;
    font-size: 16px;
    opacity: 1;
    font-family: Microsoft YaHei;
    font-variation-settings: "opsz" auto;
    letter-spacing: 0em;
    color: #333333;
    margin-left: -15px;

}

.revitalization-menu-sub ul li a {
    width: 100% !important;
    text-decoration: none !important;
    display: block !important;
    font-size: 16px !important;
    opacity: 1 !important;
    font-family: Microsoft YaHei !important;
    letter-spacing: 0em! important;
    color: #333333! important;
    margin-left: -50px !important;

}

.ruralRevitalization-honor{
    margin-left: 30px;
}

.container-wrapper .rural-menu ul li.active {
    background: #f1f1f1 none repeat scroll 0 0;
}

.container-wrapper .rural-menu ul li.active a {
    color: #c00;
    margin-left: -15px;
}

.container-wrapper .right-content{
    background:#fff;
}

/* 优化后样式（添加左边距） */
.container-wrapper .right-content .top-section h1 {
    display: inline-block;
    margin-left: 15px; /* 添加这行-创建左边距 */
    width: auto; /* 建议修改-自动宽度更合适 */
    height: auto; /* 建议修改-自动高度 */
    position: static;
    font-family: Microsoft YaHei;
    font-size: 16px;
    font-weight: 600;
    line-height: 0px;
    letter-spacing: 0em;
    font-variation-settings: "opsz" auto;
    color: #333333;
    z-index: 0;
}

.menu-item i {
    transition: transform 0.3s ease;
    color: #888;
    font-size: 14px;
}

.menu-item.expanded i {
    transform: rotate(90deg);
}



/* 菜单右侧箭头点击样式 */
.revitalization-menu .fa {
    cursor: pointer;
    transition: transform 0.3s ease;
}
.revitalization-menu.expanded .fa {
    transform: rotate(90deg);
}
.revitalization-menu .fa:hover {
    opacity: 0.8;
}
.revitalization-menu {
    position: relative;
}

.revitalization-menu.active:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 24px;
    /*background-color: #b61c22;*/
    border-radius: 0 2px 2px 0;
}

.intro-menu .fa {
    cursor: pointer;
    transition: transform 0.3s ease;
}
.intro-menu.expanded .fa {
    transform: rotate(90deg);
}
.intro-menu .fa:hover {
    opacity: 0.8;
}

.menu-list > .h3-avtive + ul {
    display: none;
}
.menu-list > .h3-avtive.expanded + ul {
    display: block;
}

.intro-menu-sub, .menu-list > .revitalization-menu + ul {
    display: none;
}

.intro-menu.expanded + .intro-menu-sub,
.revitalization-menu.expanded + ul {
    display: block;
}

/* ======= 红色字体样式 ======= */
.menu-item-red {
    color: #b61c22 !important;
}

.revitalization-menu.active a {
    color: #b61c22 !important;
    font-weight: bold;
}

.intro-menu.active a {
    color: #b61c22 !important;
    font-weight: bold;
}

.assistance-menu.active a {
    color: #b61c22 !important;
    font-weight: bold;
}

/* 确保字体继承关系正确 */
.left-menu .menu-list > div > li {
    background-color: #b61c22 !important;
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 580;
    line-height: normal;
    letter-spacing: normal;
    padding: 12px 15px !important;
    margin: 0;
    width: 100%;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

.rural-title li{
    background: #B61B22;
    height: 42px; /* 与乡村振兴介绍高度一致 */
    display: flex; /* 使用flex布局 */
    align-items: center; /* 垂直居中 */
    justify-content: start; /* 水平居中 */
    padding-left: 22px;
    font-family: Microsoft YaHei;
    font-size: 16px;
    color: #333333;


}

/* ============= 乡村振兴介绍样式优化 ============= */
.h3-avtive {
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 重点优化信兴农文本 */
.rural-intro {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0em;
    color: #D62222;
    display: block;
    width: 144px;
    height: 21px;
    text-decoration: none;
    display: flex;
    align-items: center;
    opacity: 1;
    font-family: Microsoft YaHei;
    font-variation-settings: "opsz" auto;
    color: #333333;
    z-index: 0;
}


.bottom-image-container img{
    width: 880px;
    height: 431px;
    z-index: 1;
}


.bottom-section{
    margin-left: 20px;
    margin-right: 20px;
}

.tab {
    margin-left: 20px;
    margin-right: 20px;
}




