#news{
    padding-top: 192px;
}
.news-background{
    width: 100%;
}
.news-background img{
    width: 100%;
    height: 100%;
}
.news-content{
    padding: 226px 12.4% 182px 12.4%;
}
.headline{
    font-size: 36px;
    line-height: 42px;
    color: #333333;
}
.m35{
    margin-bottom: 35px;
}

.news-content ul{
    display: flex;
    gap: 26px;
    /* width: 100%; */
    justify-content: space-between;
}
.news-content ul li{
    width: 32%;
    padding: 23px 23px 30px 23px;
    background-color: #fff;
}
.news-item{
    display: block;
    width: 100%;
    height: 100%;
}
.news-content li:hover .new-title{
   
    color:rgb(30, 80, 174);

}
.news-content li:hover {
    border-radius: 4px;
    box-shadow: 0 0 22px rgba(0, 0, 0, .12);
}
/* .news-item:hover .new-title{
    color:rgb(30, 80, 174);
} */
.news-content li:hover .newImg{
    transform: scale(1.1);
    transition: transform 0.3s ease;
}
/* .news-item:hover .newImg{
    transform: scale(1.1);
    transition: transform 0.3s ease;

} */
.img-scale{
    overflow: hidden;
}
.newImg{
    width: 100%;
    transition: transform 0.3s ease;
}
.particulars-content{
    padding-top: 20px;
}
.new-title{
    color: #000;
    line-height: 24px;
    margin-bottom: 3px;
}
.date{
    line-height: 24px;
    color: #999;
}
.news-content-box{
    margin-top: 13px;
    color: #666;
    line-height: 24px;
}
.arrow{
    margin-top: 31px;
    text-align: right;
}

/* 分页样式 */
.pagination_compon_wrap{
    align-items: center;
    display: flex;
    font-size: 14px;
    height: 60px;
    justify-content: center;
    margin-top: 10px;
    white-space: nowrap;
}
.pagination_pager_1{
    border: 1px solid #e3e2e8;
    height: 36px;
    line-height: 36px;
    margin-left: -1px;
    padding: 0;
    text-align: center;
    width: 36px;

}
.pagination_total{
    color: #333;
    font-size: 14px;
    margin: 0 10px;
}
.pagination_input_mobi{
    background-color: transparent;
    border: 1px solid #e3e2e8;
    border-radius: 2px;
    color: #333;
    font-size: 14px;
    outline: none;
    padding: 0 8px;
    text-indent: 0;
    text-overflow: ellipsis;
    transition: all .2s;
    width: 60px;
    box-sizing: border-box;
    display: inline-block;
    height: 36px;
    text-align: center;
}

.pagination_btn_2 {
    background-color: transparent;
    border: 1px solid #e3e2e8;
    border-radius: 2px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 36px;
    line-height: 0;
    outline: 0;
    padding: 0 13px;
    position: relative;
    user-select: none;
    white-space: nowrap;
}
.jz_theme_bg_hover_color:hover{
    background-color: #1e50ae;
    color: #fff;
}
.pagination_jump_confirm {
    margin-left: 12px;
    transition: all .2s;
}
/* 隐藏 Chrome 和 Safari 的箭头 */
.pagination_input_mobi::-webkit-inner-spin-button,
.pagination_input_mobi::-webkit-outer-spin-button {
    -webkit-appearance: none; /* 隐藏箭头 */
    margin: 0; /* 去除默认边距 */
}

/* 隐藏 Firefox 的箭头 */
.pagination_input_mobi {
    -moz-appearance: textfield; /* 将输入框样式设置为文本框 */
}
