body {
    width: 100%;
    /* min-height: 1080px; */
    /* height: 100vh; */
    background: url(../images/tyx.png) no-repeat;
    background-color: #f5f7fb;
}

.header-logo {
    margin: 40px 120px;
}

.header-logo img {
    width: 490px;
    height: 55px;
    object-fit: cover;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.container .contop {
    position: relative;
    width: 100%;
    /* height: 540px; */
    padding-top: 30px;
    background: url(../images/bzdt.png) no-repeat;
}

.container h1 {
    font-weight: 500;
    font-size: 38px;
    color: #333333;
    text-align: center;
}

.container .contop .consearch {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    height: 150px;
}

.container .contop .search-box {
    width: 54.4%;
    height: 70px;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    /* 启用弹性布局 */
    align-items: center;
    position: relative;
    /* 垂直居中 */
    padding: 0 30px;
    /* 内边距，避免内容贴边 */
    box-sizing: border-box;
    border: 1px solid #ddd;
}
/* 阻止 Chrome 自动填充背景色 */
input:-internal-autofill-selected,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-image: none !important;
    background-color: transparent !important;
    -webkit-text-fill-color: #333 !important;
    box-shadow: 0 0 0 1000px white inset !important;
    transition: background-color 0s !important;
}
/* 输入框样式 */
.container .contop .search-box input {
    flex: 1;
    font-size: 16px;
    padding: 0;
    background: transparent;
    color: #333;
    height: 100%;
}

/* 搜索按钮样式 */
.container .contop .search-box .sear_button1 {
    position: absolute;
    right: 25px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 10px;
    /* 图标与输入框间距 */
}

/* 图标样式 */
.container .contop .search-box .sear_button1 img {
    width: 24px;
    height: 24px;
    object-fit: cover;
}

.container .contop .sear_button2 {
    width: 200px;
    height: 70px;
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #18A8FE 0%, #0275FF 100%);
    border-radius: 12px;
    border: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.33)) 1 1;
}


.container .contop .nrbox {
    width: 100%;
    padding: 40px;
    background: #FFFFFF;
    border-radius: 16px;
    backdrop-filter: blur(17px);
    margin-top: 40px;
}

.container .contop .nrbox .nrbox-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
}

.container .contop .nrbox .nrbox-top .ss {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
}

.container .contop .nrbox .nrbox-top .jg {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

.container .contop .nrbox .nrbox-top .jg span {
    color: #333333;
}

.filter-group {
    display: flex;
    align-items: center;
    margin: 20px 0;
    gap: 48px;
}

.filter-group select {
    padding: 8px 0px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    border: none;
}

.container .contop .nrbox .nrbox-bottom .mc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* 搜索结果列表项 hover 效果 */
.search-list {
    transition: all 0.3s ease;
    border-radius: 6px;
    padding: 12px 8px;
    margin: 8px 0;
    border: 1px solid transparent;
}

.search-list:hover {
    background-color: #f8fcff;
    border-color: #18A8FE;
    box-shadow: 0 2px 12px rgba(24, 168, 254, 0.15);
}

.search-list .search-title {
    margin: 0 0 16px;
}

.search-list .search-title a {
    display: inline-block;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 10px;
}

.search-list .search-info a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 150px;
}

.search-list .search-info .search-time {
    min-width: 100px;
    text-align: end;
}

.search-list .search-info .search-des,
.search-list .search-info .search-time {
    font-weight: 400;
    font-size: 14px;
    color: #999999;
}

#kkpager {
    margin-top: 90px;
}

.footer {
    height: 82px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    text-align: center;
    margin-top: 32px;
}

/* 高亮样式 */
.highlight {
    color: #16a5fe;
    font-weight: bold;
}