html {
  scroll-behavior: smooth;
}
.jgsz #l-container {
    background: linear-gradient(180deg, rgba(193,227,246,0.3) , transparent 70%);
}

.jgsz_right {
    width: 75.39%;
    float: right;
}

.jgszbox {
    justify-content: space-between;
    margin-top: 0.55rem;
    position: relative;
}

.sub-item_jgsz .column-name {
    font-size: 0.29rem;
    font-weight: bold;
    color: rgba(20,20,20,0.38);
    transition: all 0.3s ease;
}

.sub-item_jgsz img {
    width: 0.49rem;
    height: 0.32rem;
    object-fit: contain;
    transform: translateX(-5px);
    display: none;
}

.sub-item_jgsz:hover img ,.sub-item_jgsz.selected img{
    display: inline-block;
}

.sub-item_jgsz:hover .column-name,.sub-item_jgsz.selected .column-name {
    font-size: 0.37rem;
    color: #111111;
}
.sub-item_jgsz {
    margin-bottom: 0.66rem;
}
.news_wz {
    font-size: 0.22rem;
}

.news_list3 li.news:nth-child(odd) {
    width: 40.36%;
}

.news_list3 li.news:nth-child(even) {
    width: 56.63%;
}

.news_list3 li.news {
    float: left;
    margin-bottom: 0.45rem;
}

.news_list3 {
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #B1D1E2;
    margin-bottom: 0.6rem;
}

.listbox {
    width: 21.24%;
    min-height: 3rem;
    position: sticky;
    top: 0;
    float: left;
}
.wp_subcolumn_list .wp_sublist .sublist_title {
    display: none;
}
@media screen and (max-width: 999px) {
  .news_wz{display:flex;gap:5px;align-items: flex-end;}
  ul.jgsz_list_col{padding:10px;}
  .sub-item_jgsz{float: left;width: 50%;height: 30px;}
  .jgszbox{flex-direction: column;}
  .listbox,.jgsz_right {
    width: 100%;
    position: static;
}

}

@media screen and (max-width: 767px) {
 .news_list3  li.news:nth-child(odd),li.news:nth-child(even){
    width: 100%;float:none;
  }

}

@media screen and (max-width: 443px) {
  .news_wz{line-height:1.4;}
  .news_wz{align-items: center;}
}