.content_page_warp{
    width: 1200px;
    min-width: 1200px;
    display: flex;
    display: -webkit-flex;
    margin: auto;
    padding: 50px 0;
    justify-content: space-between;
}
.content_left{
    width: 203px;
    padding-top: 40px;
}
.content_right{
    width: 967px;
}
.content_left_top{
    width: 203px;
    height: 47px;
    line-height: 47px;
    background-color: #2a795f;
    font-size: 20px;
    color: #dfd7c9;
    font-weight: bold;
    text-align: center;
    border-radius: 15px 15px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
    box-sizing: border-box;
}
.content_left_bottom{
    width: 203px;
    padding: 15px 10px;
    background-color: #ededed;
    text-align: left;
}
.nav-item {
    padding: 15px;
    cursor: pointer;
    color: #444444;
    font-size: 16px;
}
.nav-item:hover {
    color: #2a795f !important;
    font-weight: bold;
    transition: all 0.2s;
}
.nav-item:hover a{
    color: #2a795f !important;
    font-weight: bold;
}
.submenu {
    display: none;
}
.submenu a {
    display: block;
    padding: 10px 15px 10px 30px;
    color: #444444;
    text-decoration: none;
    font-size: 16px;
    transition: all 0.2s;
}
.submenu a:hover {
    color: #2a795f;
    font-weight: bold;
}
.has-submenu::after {
    content: "+";
    float: right;
}
.has-submenu.active::after {
    content: "-";
}
.submenu>.active,.nav-item>.active{
    color: #2a795f !important;
    font-weight: bold !important;
}
.content_right_top{
    font-size: 14px;
    color: #858585;
    text-align: right;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
    width: 100%;
}
.content_right_top a{
    color: #858585 !important;
    transition: all 0.2s;
}
.content_right_top a:hover{
    color: #2a795f !important;
}
.content_right_top a.active{
    color: #2a795f !important;
}
.content_right_bottom{
    padding: 50px 0;
}
.yjw_text_list li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #ddd;
    list-style-type: none;
    padding-left: 20px;
    position: relative;
}
.yjw_text_list li::before {
    content: "•";
    color: #7bc91e; /* 绿色 */
    font-size: 16px;
    position: absolute;
    left: 10px;
  }
.yjw_text_list li a{
    font-size: 16px;
    color: #333;
    transition: all 0.2s;
}
.yjw_text_list li a:hover {
    color: #7bc91e;
}
.yjw_video_title{
    font-size: 20px;
    color: #444444;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.yjw_video_list{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.yjw_video_list li{
    width: 308px;
    margin-right: 21.5px;
    margin-bottom: 50px;
}
.yjw_video_list li:nth-child(3n) {
    margin-right: 0;
}
.yjw_video_list li img{
    width: 308px;
    height: 186px;
    margin-bottom: 20px;
}
.yjw_video_list li p{
    color: #444444;
    font-size: 18px;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yjw_video_time{
    font-size: 16px;
    text-align: center;
    color: #444444;
    margin-bottom: 50px;
}
.content_page_botom{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    margin-top: 125px;
}
.fanhui_button{
    display: block;
    height: 40px;
    line-height: 40px;
    width: 118px;
    background-color: #7fbb40;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}
.pre_button,.next_button{
    height: 40px;
    line-height: 40px;
    background-color: #7fbb40;
    width: 240px;
    color: #ffffff;
    text-align: center;
    transition: all 0.2s;
    font-size: 14px;
}
.pre_button{
    margin-right: auto;
}
.next_button{
    margin-left: auto;
}
.pre_button:hover,.next_button:hover,.fanhui_button:hover{
    color: #2a795f;
}
.new_button_display{
    cursor:not-allowed;
    color: #ffffff;
    background-color: #eeeeee;
    color: #858585 !important;
}
.img_list_stitle{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #444444;
    margin-bottom: 30px;
}
.img_list_icon{
    width: 160px;
    height: 1px;
    background-color: #d0d0d0;
    margin: 0 20px;
}
.yjw_img_list{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    margin-bottom: 35px;
    flex-wrap: wrap;
}
.yjw_img_list li{
    padding: 4px 3px;
    background-color: #ffffff;
    margin-right: 25px;
    margin-bottom: 25px;
    width: 215px;
}
.yjw_img_list div{
    border: 1px solid #dddddd;
    width: 215px;
    height: 158px;
    box-sizing: content-box;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin-bottom: 10px;
}
.yjw_img_list p{
    color: #333333;
    font-family: 微软雅黑;
    font-size: 16px;
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.yjw_img_list li:nth-child(4n){
    margin-right: 0px;
}

.yjw_img_list img{
    width: 215px;
    height: 158px;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
}
.popup-overlay.active {
    opacity: 1;
    pointer-events: all;
}
.popup-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
}
.popup-image {
    display: block;
    max-width: 100%;
    max-height: 80vh;
    margin: 0 auto;
    object-fit: contain;
}
.login_bg{
    width: 100%;
    height: 100vh;
    background-image: url(../Images/login_bg.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
}
.login_warp{
    display: flex;
    background-color: rgba(255, 255, 255, 0.7);
    align-items: center;
    justify-content: center;
    width: 100%;
}
.login_title{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 微软雅黑;
    color: #73a830;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 35px;
}
.login_icon{
    height: 1px;
    background-color: #cccccc;
    width: 79px;
}
.login_icon:first-child{
    margin-right: 14px;
}
.login_icon:last-child{
    margin-left: 14px;
}
.login_right{
    width: 100%;
    padding: 0 77px;
}
.login_rounded-input {
    width: 100%;
    padding: 12px 20px;
    border: 1px solid #d5d6d7;
    border-radius: 30px;
    font-size: 16px;
    transition: all 0.3s ease;
    outline: none;
    margin-bottom: 10px;
}
.login_rounded-input:focus {
    border: 1px solid #d5d6d7;
}
.login_input_warp{
    display: flex;
    align-items: center;
}
.login_input_a{
    color: #878787;
    font-size: 16px;
    margin-left: 15px;
    flex-shrink: 0;
}
.login_yzm_img{
    margin-left: 15px;
    flex-shrink: 0;
}
.login_text{
    font-size: 14px;
    color: #444444;
    text-align: left;
    margin-top: 45px;
    line-height: 2;
    margin-bottom: 40px;
    font-family: 微软雅黑;
}
.login_button{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #73a830;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    border-radius: 30px;
    font-family: 微软雅黑;
}
.page_list_warp{
    width: 100%;
    display: flex;
    justify-content:flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.page_list_warp li{
    width: 387px;
    border: 1px solid #ecece6;
    background-color: #ecece6;
    box-sizing: content-box;
    margin-right: 16.5px;
    margin-bottom: 72px;
}
.page_list_warp li:nth-child(3n){
    margin-right: 0;
}
.page_list_warp li a img{
    width: 387px;
    height: 206px;
}
.page_list_warp li a p{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #444444;
    font-family: 微软雅黑;
    text-align: center;
}
.huiyuanzhognxinyiji_list{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 70px;
    flex-wrap: wrap;
}
.huiyuanzhognxinyiji_list li{
    width: 150px;
    margin-right: 60px;
    text-align: center;
    margin-bottom: 35px;
}
.huiyuanzhognxinyiji_list li:nth-child(6n){
    margin-right: 0;
}
.huiyuanzhognxinyiji_list li a img{
    width: 116px;
    height: 116px;
    padding: 7px;
    border: 1px solid #dddddd;
    border-radius: 5px;
    box-sizing: content-box;
    margin-bottom: 15px;
    box-shadow: 5px 5px 5px #dddddd;
}
.new_login_top_warp{
    background-color: #ffffff;
    text-align: center;
}
.huiyuanzhognxinyiji_list li a p{
    text-align: center;
    color: #333333;
    font-family: 微软雅黑;
    font-size: 16px;
}
.new_logo {
    display: block;
    width: 113px;
    height: 48px;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #aeaeae;
    background: url(../Images/logo.png) no-repeat left top;
}
.new_logo:hover {
    background-position: 0 -60px;
}
.new_login_content{
    width: 1200px;
    padding: 35px 0;
    display: flex;
    align-items: center;
    margin: auto;
}
.new_login_content img{
    width: 230px;
    height: 43px;
    margin-right: auto;
}


/* 下拉菜单容器 */
.new_login_dropdown {
    position: relative;
    display: inline-block;
    width: 120px;
}

/* 触发按钮 */
.new_login_dropdown-btn {
    background: #fff;
    color: #444444;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    cursor: pointer;
    width: 100%;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s;
    line-height: 1;
    font-family: 微软雅黑;
    border-radius: 30px;
    text-align: center;
}

.new_login_dropdown-btn:hover {
    background: #7fbb40;
    color: #fff;
}

.new_login_dropdown:hover .new_login_dropdown-content{
    display: block;
}

.new_login_dropdown-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #444444;
    margin-left: 5px;
  }

/* 下拉内容 */
.new_login_dropdown-content {
    display: none;
    position: absolute;
    background: white;
    width: 100%;
    z-index: 201;
}

/* 下拉选项 */
.new_login_dropdown-content a {
    color: #333;
    padding: 12px;
    text-decoration: none;
    display: block;
    transition: background 0.2s;
    font-size: 14px;
    font-family: 微软雅黑;
    text-align:center;
}

.new_login_dropdown-content a:hover {
    color: #7fba3f;
}

/* 显示下拉菜单 */
.new_login_dropdown.active .new_login_dropdown-content {
    display: block;
}

.new_login_text_warp{
    font-size: 16px;
    color: #7fba3f;
    font-family: 微软雅黑;
    margin-right: 35px;
}
.new_login_text_warp a{
    font-size: 16px;
    color: #7fba3f;
    font-family: 微软雅黑;
    display:inline-block;
    margin-left: 10px;
}
.new_login_huiyuanzhognxin{
    width: auto;
    background: #fff;
    color: #444444;
    padding: 8px 12px;
    border: 1px solid #cccccc;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s;
    line-height: 1;
    font-family: 微软雅黑;
    border-radius: 30px;
    margin-left: 10px;
}
.new_login_huiyuanzhognxin:hover{
    background: #7fbb40;
    color: #fff;
}