.index-main {
    width: 100%;
    /* height: calc(100vh - 192px); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.index-banner {
    background: url("../images/index_banner_bg.png") no-repeat center bottom;
    background-size: cover;
    width: 100%;
    box-sizing: border-box;
    padding: 89px 0 302px 0;
}

.index-banner > div {
    margin: 0 auto;
    width: max-content;
}
.index-banner > .banner-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 6px;
}

.index-banner > .banner-title > img {
    width: 180px;
    height: 180px;
}

.index-banner > .banner-search {
    width: 996px;
}

.banner-search > .nav_list{
    display: flex;
    gap: 8px;
    width: 100%;
}

.banner-search > .nav_list > div {
    border-radius: 16px 16px 0px 0px;
    background: #007EB1FF;
    color: #ffffff;
    width: 140px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.banner-search > .nav_list > div > img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

/* 添加hover样式 */
.banner-search > .nav_list > div:not(.checked):hover {
    background: #005f8a;
    color: #e0e0e0;
    cursor: pointer;
}

.banner-search > .nav_list > .checked {
    background: #fff;
    color: #000;
}

.banner-search > .search_box {
    width: 100%;
    min-height: 206px;
    background: #fff;
    border-radius: 0px 16px 16px 16px;
    display: flex;
    flex-direction: column;
}

.search_box .search_input_box {
    flex: 1;
}

.search_input_box .el-textarea{
    height: 100%;
}

.search_input_box textarea {
    border: unset;
    height: 100%;
    font-size: 16px;
    resize: none;
    padding: 30px 30px 0 30px;
}

.assessment-file-tip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 30px;
    background: #E8F4FA;
    font-size: 13px;
    color: #007EB1;
}
.assessment-file-del {
    cursor: pointer;
    font-size: 18px;
    color: #999;
    margin-left: 12px;
}
.assessment-file-del:hover {
    color: #f56c6c;
}

.search_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
}

.search_bottom .deep_btn {
    width: 120px;
    height: 36px;
    opacity: 1;
    border-radius: 21px;
    background: #FFFFFFFF;
    border: 0.5px solid #0000001E;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

.search_bottom_right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    cursor: pointer;
}

.search_bottom_right > .pin {
    width: 36px;
    width: 36px;
    height: 36px;
    opacity: 1;
    border-radius: 19px;
    background: #00000014;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.send {
    width: 96px;
    height: 36px;
    opacity: 1;
    border-radius: 19px;
    background: linear-gradient(270deg, #007EB1FF 0%, #6FC37AFF 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    cursor: pointer;
}

.search_bottom img{
    width: 24px;
    height: 24px;
    object-fit: fill;
}

.banner-title-right > div:nth-of-type(1){
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 16px;
}

.banner-title-right > div:nth-of-type(2){
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    padding-bottom: 16px;
}

.news_modal {
    background: #fff;
}

.index_modal {
    padding-bottom: 120px;
}

.index_modal .index_modal_content{
    width: 1400px;
    margin: 0 auto;
}

.index_modal_title {
    padding: 60px 0 120px 0;
}

.index_modal_title .en{
    height: 64px;
    opacity: 1;
    /** 文本1 */
    font-size: 56px;
    font-weight: 300;
    letter-spacing: 3px;
    line-height: 64px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    vertical-align: top;
    margin-bottom: 16px;
}

.index_modal_title .zh{
    height: 36px;
    opacity: 1;
    /** 文本1 */
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 36px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    vertical-align: top;
    margin-bottom: 9px;
}

.news_modal .index_modal_title .en{
    color: rgba(0, 0, 0, 0.85);
}

.news_modal .index_modal_title .zh{
    color: rgba(0, 0, 0, 0.45);
}

.news_content {
    display: flex;
}

.news_content > div {
    height: 560px;
    box-sizing: border-box;
}

.news_content .card_one {
    width: 510px;
    box-shadow: 0px 2px 16px  rgba(2, 77, 174, 0.16);
    overflow: hidden;
}

/* 添加文本省略样式 */
.card_one_title {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制为两行 */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card_one_title {
    height: 64px;
    opacity: 1;
    /** 文本1 */
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 16px;
}

.card_one_time {
    height: 17px;
    opacity: 1;
    /** 文本1 */
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    margin-bottom: 24px;
}

/* 添加文本省略样式 */
.card_one_text {
    display: -webkit-box;
    -webkit-line-clamp: 4; /* 限制为四行 */
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card_one_text {
    height: 96px;
    opacity: 1;
    /** 文本1 */
    font-size: 14px;
    line-height: 24px;
}

.card_one .card_one_inner {
    box-sizing: border-box;
    padding: 25px;
}

.card_one img {
    width: 100%;
    height: 290px;
    object-fit: cover;
}

.card_two{
    padding: 0 24px;
    box-sizing: border-box;
    overflow: hidden;
}

.news_content .card_two {
    width: 499px;
}

.card_two_card {
    height: 270px;
}

.card_two_card {
    margin-bottom: 24px;
}

.card_two_card .card_two_title{
    height: 54px;
    line-height: 54px;
    text-align: left;
    color: rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
}

.card_two_card li{
    height: 54px;
    line-height: 54px;
    text-align: left;
    color: rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
    cursor: pointer;
}

.card_two_card .card_two_title {
    border-bottom: 2px solid rgba(0, 126, 177, 1);
    font-size: 18px;
    font-weight: 400;
    background: url("../images/icon_index_new_2.png") no-repeat right center;
    background-size: 22px 22px;
}

.card_two_card li{
    font-size: 14px;
    font-weight: 400;
    padding-left: 48px;
    border-bottom: 1px solid rgba(235, 238, 240, 1);
    background: url("../images/icon_index_new_3.png") no-repeat 12px center;
    background-size: 24px 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.card_two_card li:hover{
    background: url("../images/icon_index_new_3_hover.png") no-repeat 27px center;
    background-size: 24px 24px;
    color: rgba(0, 126, 177, 1);
    padding-left: 58px;

}

.news_content .card_three {
    width: 391px;
    box-shadow: 0px 2px 16px  rgba(2, 77, 174, 0.16);
    overflow: hidden;
}

.card_three > div {
    height: 76px;
    border-bottom: 1px solid rgba(235, 238, 240, 1);
    box-sizing: border-box;
}

.card_three .card_three_title {
    padding: 12px 24px 0 24px;
    background: url("../images/icon_index_new_2.png") no-repeat 345px center;
    background-size: 22px 22px;
}

.card_three_title .title_en{
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.32px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.35);
}

.card_three_title .title_zh{
    font-size: 18px;
    font-weight: 400;
}

.card_three .card_three_li {
    padding: 16px 32px 16px 24px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
}

.card_three_li .li_title {
    max-width: 260px;
    height: 44px;
    opacity: 1;
    /** 文本1 */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    text-align: left;
    vertical-align: top;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制为两行 */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
} 

.card_three_li > .li_date{
    height: 22px;
    opacity: 1;
    /** 文本1 */
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(2, 77, 174, 0.35);
} 

.card_three .card_three_li:hover{
    color: rgba(0, 126, 177, 0.85);
    background: rgba(240, 248, 252, 1);
}

.achievement_modal{
    position: relative;
    background-color: rgba(0, 136, 143, 0.58);
}
.achievement_modal .bg{
    background: url('../images/achievement_modal_bg.png') center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.achievement_tabs {
    width: 100%;
    border-bottom: 0.5px solid rgba(255, 255, 255, 1);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    gap: 26px;
}

.achievement_tabs > div{
    width: 129px;
    height: 45px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 28px;
    padding-left: 14px;
    color: rgba(255, 255, 255, 0.65);
    box-sizing: border-box;
    cursor: pointer;
}

.achievement_tabs > .checked {
    border-bottom: 2px solid #fff;
    color: #fff;
}

.achievement_tabs > div > img{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
 }

 .achievement_tabs > div > span {
    vertical-align: middle;
 }

.item_card {
    height: 273px;
    width: 332px;
    background: #fff;
    cursor: pointer;
}

.item_card:hover {
    transform: scale(1.01);
    box-shadow: 0 4px 8px #ccc;
}

.item_card img{
    height: 175px;
    width: 100%;
    object-fit: cover;
}

.item_card .item_card_bottom {
    height: 98px;
    padding: 12px 20px 0 20px;
}

.item_card_title {
    font-size: 16px;
    font-weight: 400;
    height: 48px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 限制为两行 */
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: rgba(0, 0, 0, 1);
}

.item_card_info {
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 20px;
    background: url('../images/icon_index_card_title.png') no-repeat left center;
    background-size: 16px 16px;
}

.index_modal_height_box{
    min-height: 945px;
}

.index_modal_bottom {
    display: flex;
    gap: 24px;
    padding: 39px 0;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.look_more {
    display: flex;
    justify-content: center;
}

.look_more_btn {
    display: block;
    width: 96px;
    height: 36px;
    opacity: 1;
    border-radius: 19px;
    background: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    color: rgba(111, 195, 122, 1);
    border-radius: 19px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.index_link {
    display: flex;
    gap: 24px;
    width: 1400px;
    margin: 0 auto;
    justify-content: space-between;
    padding: 60px 0;
}

.index_link > a {
    display: block;
    height: 60px;
    width: 33%;
    border-radius: 4px;
    background: rgba(230, 235, 240, 1);
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.85);
    box-sizing: border-box;
    text-align: center;
    line-height: 60px;
    padding: 0 36px;
}

.index_link > a > img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 12px;
    display: inline-block;
}

.index_link > a > span {
    vertical-align: middle;
}

@keyframes btnScale {
    0% {
        transform: scale(1);
        opacity: .8;
    }

    50% {
        transform: scale(1.05);
        opacity: 1;
    }

    100% {
        transform: scale(1);
        opacity: .8;
    }
}

.el-message-box {
    width: 350px;
}

.unsupported-browser-alert a.browser-link {
    color: #409EFF;
    text-decoration: none;
    font-weight: bold;
    transition: color 0.3s;
}

.unsupported-browser-alert a.browser-link:hover {
    color: #66b1ff;
    text-decoration: underline;
}

/* 确保弹窗内容可交互 */
.unsupported-browser-alert {
    pointer-events: auto !important;
}

/* 禁用页面其他部分 */
body.blocked-page {
    pointer-events: none;
    opacity: 0.7;
    position: relative;
}

body.blocked-page::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9998;
}

.item_card2 {
    width: 332px;
    height: 240px;
    background: #fff;
    cursor: pointer;
    box-shadow: 0 0 20px #eee;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 40px 24px 0 24px;
    position: relative;
  }
  
  .item_card2::after {
    position: absolute;
    content: attr(data-state);
    display: block;
    top: 0;
    right: 0;
    width: 76px;
    height: 28px;
    opacity: 1;
    border-radius: 0px 5px 0px 14px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 28px;
    background: linear-gradient(90deg, #6FC37A 0%, #0C82BD 100%);
  }
  
  .item_card2:hover {
    transform: scale(1.01);
  }
  
  .item_card2 > .item_card_title2{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 32px;
    height: 64px;
    margin-bottom: 12px;
    color: #000;
  }
  
  .item_card_labels2 {
    height: 52px;
    margin-bottom: 24px;
  }
  
  .item_card_labels2 > .item_card_label2 {
    height: 22px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.45);
  }
  
  .item_card_label2:nth-of-type(1) > span:nth-last-of-type(1){
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.15);;
    font-size: 12px;
    font-weight: 400;
    height: 22px;
    box-sizing: border-box;
    padding: 0 8px;
    line-height: 20px;
  }
  
  .item_card_label2:nth-of-type(1) {
    margin-bottom: 8px;
  }
  
  .item_card_label2:nth-last-of-type(1) > span:nth-last-of-type(1) {
    color: #000000;
  }
  
  .item_card2 > .item_card_bottom2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .card_bottom_person2{
    font-size: 16px;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #000;
    width: calc(100% - 110px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .card_bottom_person2 > img {
    width: 24px;
    height: 24px;
    object-fit: cover;
  }
  
  .card_bottom_date2 {
    font-size: 12px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.45);
    width: 100px;
  }

  .popover_box{
    height: 200px;
    overflow-y: scroll;
  }
  .popover_box .popover_box_li{
    height: 32px;
    cursor: pointer;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    line-height: 32px;
  }

  .popover_box .popover_box_li:hover {
    color: #409eff;
  }

  .popover_box_loading{
    text-align: center;
    padding: 20px;
    color: #999;
  }
  .no-more {
    text-align: center;
    padding: 20px;
    color: #999;
  }
  