.content-header{
    /*border-bottom: 2px solid rgba(42, 105, 207, 1);*/
    justify-content: space-between
}
/*带左侧蓝条*/
.content-header .title{
    position: relative;
    opacity: 1;
    /** 文本1 */
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 26px;
    color: rgba(42, 105, 207, 1);
    text-align: left;
    vertical-align: top;
    padding-left: 10px;
    margin-bottom: 10px;
    display: inline-block; /* 将元素变为 inline-block，以适应文本高度 */
    border-left: 2px solid rgba(42, 105, 207, 1);
}

.content-header .index-title{
    position: relative;
    opacity: 1;
    /** 文本1 */
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0px;
    color: rgba(42, 105, 207, 1);
    text-align: left;
    vertical-align: top;
    margin-bottom: -2px;
    display: inline-block; /* 将元素变为 inline-block，以适应文本高度 */
    border-bottom: 2px solid rgba(42, 105, 207, 1);
}

.more {
    display: flex; /* 使用 flex 布局 */
    justify-content: center; /* 水平居中 */
    align-items: center; /* 垂直居中 */

    letter-spacing: 0px;
    color: rgba(0, 62, 158, 1);
    text-align: left;


}

/*.content-header .title::before {*/
/*    content: ''; !* 创建伪元素 *!*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    height: 100%; !* 伪元素的高度等于文本内容的高度 *!*/
/*    border-left: 2px solid rgba(42, 105, 207, 1); !* 设置左侧边框 *!*/
/*}*/
.more-search-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 4px 8px;
    width: 400px;
    background-color: #f9fdfb;
    height:40px;
    margin-right: 16px;
}


.more-search-container .search-input {
    flex: 1;
    border: none;
    outline: none;
    font-size: 14px;
    background: transparent;
}

.more-search-container .icon-button {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    padding: 0 6px;
}

.more-search-container .icon-button:hover {
    color: #000;
}


.search-more{
    background-color: rgba(0, 78, 204, 1);
    width:110px;
}
