.home-section {
    width: 100%;
}

/* 新增下拉箭头样式 */
.select-wrapper::after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    pointer-events: none;
  }
  
  
  /* 调整select样式 */
  .searchTypes {
    width: 100%;
    /* padding: 10px 35px 10px 15px; */
    border: 0;
    /* border-radius: 6px; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    pointer-events: none;
    /* color: red; */
    color: #637684;
  }
  
  .select-wrapper {
    position: relative;
    width: 22.26vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.25vw;
    background: #F3F3F3;
  }


  /* 选择模态框 */
.select-modal {
    position: fixed;
    bottom: -54.65vw;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    z-index: 1002;
    /* padding: 20px; */
    box-shadow: -1px 0px 18px 2px rgba(0, 0, 0, 0.45);
    border-radius: 2.55vw 2.55vw 0px 0px;
    height: 54.65vw;
  }
  .select-modal .modal-tips{
    margin: 5.62vw 0 0 5.11vw;
    color: #666666;
    font-weight: 400;
    font-size: 3.95vw;
  }
  .select-modal .modal-options{
    display: flex;
    flex-wrap: wrap;
    /* justify-items: center; */
    width: 100%;
    align-items: center;
    /* flex-direction: column; */
    height: 80%;
    text-align: center;
  }
  

  .select-modal.active {
    transform: translateY(-100%);
  }
  
  .select-modal .modal-option {
    cursor: pointer;
    /* width: 87px; */
    height: 50%;
    /* font-family: Roboto; */
    font-weight: 400;
    font-size: 4.88vw;
    color: #0054A6;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .select-modal .modal-option:first-child {
    border-bottom: 1px solid #F1E8E2;;
  }

  .home-section .home-search{
    background: #D9D9D9;
    padding: 2.32vw 1.39vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 97.22%;
    height: 11.62vw;
  }

  .home-section .home-search .search-btn{
    width: 15.6vw;
    height: 100%;
    background: #FAC747;
    border-radius: 0px 26px 26px 0px;
    font-size: 3.48vw;
    color: #214560;
    font-weight: 400;
    border: 0;
  }
  .home-section .home-search .search-input{
    height: 100%;
    border-radius: 26px 0px 0px 26px;
    border: 0;
    padding-left: 3%;
    background: #F3F3F3;
    font-size: 3.72vw;
    flex: 1;
  }

.home-section .home-search .search-input::placeholder { 
    font-size: 3.72vw;
    color: #AFAFAF;
}
.expo_list .item{
    display: none;
}
.expo_list .mobile-item{
    background: #FFFFFF;
    display: flex;
    margin-top: 1.86vw;
    box-shadow: 0px 0px 2.55vw 0px rgba(228, 228, 228, 0.35);
    margin: 0 1.16vw 1.86vw 1.62vw;
}
.expo_list .mobile-item a{
    width: 100%;
}

.expo_list .mobile-item .item-content{
    padding: 6.51vw 3.02vw;
    width: 97.06%;
}
.expo_list .mobile-item .item-content .item-head{
    display: flex;
    align-items: center;
}
.expo_list .mobile-item .item-content .item-head .item-line{
    width: 4.18vw;
    height: 1.16vw;
    background: #FAC747;
}
.expo_list .mobile-item .item-content .item-head .item-date{
    font-weight: 400;
    font-size: 3.25vw;
    color: #00B3FD;
    margin-left: 2.09vw;
}
.expo_list .mobile-item .item-content .item-title{
    font-weight: bold;
    font-size: 4.88vw;
    color: #0054A6;
    margin-top: 2.79vw;
    line-height: 4.88vw;
}
.expo_list .mobile-item .item-content .item-descs{
    margin-top: 5.34vw;
    display: flex;
}

.expo_list .mobile-item .item-content .item-descs .item-desc{
    font-weight: 400;
    font-size: 3.72vw;
    color: #666666;
    line-height: 5.34vw;
    width: 62.34%;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    height: 21.06vw;
}

.expo_list .mobile-item .item-content .item-descs .item-logo{
    width: 33.66%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2%;
}

.expo_list .mobile-item .item-content .item-descs .item-logo img{
    max-width: 100%;
}
.expo_list .mobile-item:first-child{
 
    margin-top: 0vw;
}

.mobile-browse-expo-more{
    width: 97.06%;
    margin: 2.09vw 1.16vw 5.11vw 1.62vw;
    /* height: 10.23vw; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration-line: underline;
    color: #0054A6;
    font-weight: 400;
    font-size: 3.72vw;
    padding: 3.48vw 0;
    background: #ffffff;
}
.mobile-browse-expo-more a{
    color: #0054A6;
}

.mobile-browse-news-more{
    font-weight: 400;
    font-size: 3.2VW;
    color: #FAC747;
    line-height: 4.8VW;
    text-decoration-line: underline;
    display: flex;
    padding: 7.33vw 0;
    justify-content: center;
}

.mobile-browse-news-more a{
   
    color: #FAC747;
    
}



.home-content{
    flex-wrap: wrap;
    display: flex;
}

.home-content .left-section{
    width: 100%;
}

.home-content .right-section{
    width: 100%;
}
.home-content .right-section .right-img{
    display: none;
}

.home-content .right-section .box{
    box-shadow: 1px 1px 3px 0px rgba(33, 69, 96, 0.45);
    background: #637684;
} 

.home-content .right-section .box .box-title{
    font-weight: bold;
    font-size: 6.93vw;
    line-height: 6.93vw;
    color: #FFFFFF;
    padding: 10.13vw 0 5.06vw 0;
    text-align: center;
}

.home-content .right-section .box .box-line{
        height: 1.06vw;
        background: #7D8A93;
        border-radius: 4px;
        width: 10.66vw;
        display: flex;
        margin: 0 auto;
        /* justify-self: center; */
}

.home-content .right-section .box .item{
    color: #FFFFFF;
    padding: 3.2vw 0;
}
.home-content .right-section .box .item a{
    color: #FFFFFF;
}
.home-content .right-section .box .item .news-title{
    line-height: 4.8vw;
    font-size: 3.73vw;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-left: 5.46vw;
    padding-right: 2.66vw;
}

.home-content .right-section .box .item .news-title::after{
    content: "";
    position: absolute;
    left: 2.66vw;
    width: 1.2vw;
    height: 1.3vw;
    top: 1.3vw;
    background-color: #ffffff;
}

.home-content .right-section .box .item .time{
    font-weight: 400;
    font-size: 3.2vw;
    color: #8BC9F1;
    line-height: 2.4vw;
    margin-top: 2.13vw;
    padding-left: 5.46vw;
}
.pageyf{
    display: none;
}
.page-count{
    display: none;
}

.web_locomotive{
    display: none;
}
.ad-index-mobile-item{
    margin: 0.23vw 1.16vw 1.86vw 1.62vw;
    width: 97.22%;
}

.search-form{
    width: 100%;
    height: 100%;
    display: flex;
}


