/* u65b0u95fbu5217u8868u54cdu5e94u5f0fu6837u5f0f */
.newsListB .ward {
    max-width: 1060px;
    margin: 0 auto;
}

.newsListCon {
    margin-top: 30px;
}

.newsListUL li {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    transition: all 0.3s;
}

.newsListUL li:hover {
    background-color: #f9f9f9;
}

.newsListUL li a {
    display: flex;
    align-items: center;
}

.newsListUL li .imgB {
    width: 220px;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
    margin-right: 20px;
}

.newsListUL li .imgB img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.newsListUL li:hover .imgB img {
    transform: scale(1.05);
}

.newsListUL li .newsListR {
    flex: 1;
}

.newsListUL li .newsListR h4 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: color 0.3s;
}

.newsListUL li:hover .newsListR h4 {
    color: #0071bc;
}

.newsListUL li .newsListR p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
    height: 67px;
    overflow: hidden;
}

.newsListUL li .newsListR span {
    color: #999;
    font-size: 14px;
}

.loadmore {
    text-align: center;
    padding: 20px 0;
    color: #999;
    font-size: 14px;
}

/* u641cu7d22u6846u6837u5f0fu4f18u5316 */
.IndSearchForm {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    width: 100%;
}

.IndSearchForm .selectBox {
    position: relative;
    margin-right: 15px;
}

.IndSearchForm .inputCase {
    background: #fff;
    border-radius: 4px;
    padding: 0 15px;
    height: 40px;
    min-width: 100px;
    cursor: pointer;
}

.IndSearchForm .IndInp {
    flex: 1;
    background: #fff;
    border-radius: 4px;
    padding: 0 15px;
    height: 40px;
}

.IndSearchForm .btn-wrap button {
    background: #0071bc;
    color: #fff;
    height: 40px;
    border: none;
    border-radius: 4px;
    padding: 0 20px;
    cursor: pointer;
    transition: background 0.3s;
}

.IndSearchForm .btn-wrap button:hover {
    background: #005a99;
}

@media screen and (max-width: 768px) {
    .IndSearchForm {
        flex-direction: column;
    }
    
    .IndSearchForm .selectBox, 
    .IndSearchForm .IndInp {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    
    .newsListUL li a {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .newsListUL li .imgB {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
