.search-title-bg {
	width: 100%;
	height: 320px;
	min-height: 320px;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 50px;
	position: relative;
}
.search-title-bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.search-column {
	font-size: 40px;
	font-weight: bold;
	color: #005197;
	position: absolute;
	bottom: 0;
	left: 0;
}
.search-content {
	max-width: 1440px;
	padding: 0 50px;
	margin: 0 auto;
    min-height: 500px;
}
.search_input{
    border: none;       /* 移除边框 */
    outline: none;      /* 移除点击时的外边框高亮 */
    background: none;   /* 移除背景颜色 */
    padding: 0;         /* 移除内边距 */
    margin: 0;          /* 移除外边距 */
    box-shadow: none;   /* 移除阴影 */
    appearance: none;  
    text-align: center;
    width: 100%;
    font-size: 18px;
    line-height: 2;
}
.search_box{
    width: 100%;
    border-bottom:2px solid #005197 ;
    position: relative;
}
.search_box .ZCQJ_ICON_search{
    position: absolute;
    display:inline-block;
    width: 40px;
    font-size: 24px;
    line-height: 2;
    color: #005197;
    top: -14px;
    right: 0;
    cursor: pointer;
}
.search_data{
    width: 100%;
    padding: 40px 0;
    font-size: 14px;
    font-weight: 500;
   
}
.search_result{
    font-size: 16px;
    margin: 20px 0;
}
.search_result span{
    color: red;
    font-weight: bold;
}

.search_list{
    width: 100%;
    display: flex;
    flex-direction: column; 
    gap: 40px;
}
.search_list li{
    border-bottom:1px solid #B5B5B5;
    padding: 0 0 20px 0;
}

.search-date{
    font-size: 14px;
    line-height: 2;
    color: #B5B5B5;
}
.search_list h2{
    font-size: 20px;
    line-height: 2;
    font-weight: 700;
}
.search_list .s{
    color: #FF4040;
}
.search_no{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
  
}
.search_no span{
    font-size: 100px;
    color: #B5B5B5
}
@media only screen and (max-width: 1000px) {
    .search-title-bg{
        height: 200px;
        min-height: 200px;
        padding: 0 20px;
    }
    .search-column{
        left: auto;
    }
    .search-content{
        padding: 50px 20px;
    }
}