    .searchField_form .form-control {
        font-size: 20px;
        padding-left: 0;
        padding-right: 0;
        border-radius: 0;
        border: 0;
        color: #111;
        border-bottom: 2px solid #111;
    }
    input::placeholder {
        color: grey;
    }
    .form-control {
        display: block;
        width: 100%;
        height: auto;
        padding: 15px 30px;
        font-size: 20px;
        font-weight: 400;
        line-height: 1.5;
        color: #495057;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ced4da;
        border-radius: 10px;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    }
    .search_page_input {
        position: relative;
    
    
        width: 80%;
                width: 960px;
        margin: 0 auto;
        max-width: calc(100% - 2rem);
    }
    .search_page_input .form-control {
        font-size: 14px;
        padding-left: 0;
        padding-right: 0px;
        box-sizing: border-box;
        border-radius: 0;
        width: 100%;
        border-radius: 0;
        border: 0;
        color: #111;
        background-color: transparent;
        text-transform: capitalize;
        border-bottom: 1px solid #D3D3D3
    }
    .search_page_input .btn {
        background-image: url(https://www-cdn.kyjia.com/wwwstorage/public/images/cn/header/search_icon_1.svg);
        background-size:17px  auto;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        display: inline-block;
        font-weight: 400;
        color: #212529;
        text-align: center;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
           padding: 15px 30px 15px 8px;
        font-size: 15px;
        line-height: 1.5;
        border-radius: 10px;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        cursor: pointer;
    }
     .search_page_input .btn:hover {
    background-image: url(https://www-cdn.kyjia.com/wwwstorage/public/images/cn/header/search_icon_2.svg) !important;
}
    .search_page_title{
        text-align: center;
        font-size: 30px;
        /* font-family: "MontserratRegular"; */
        padding-bottom: 10px;
        font-family: "HYQiHeiX1-55W";
    }
    #search_page{
        position: relative;
        background-color: #fafafa;
        padding: 40px 0 20px;
        margin-bottom: 0;
        margin-top: 15px;
    }
    .news_container .pageContent{
        width: 960px;
        margin: 0 auto;
        max-width: calc(100% - 2rem);
    }
    .multi-line-ellipsis p{
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 10px;
    display: inline-block;
    padding-top: 10px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;  /* 控制最多显示3行 */
  overflow: hidden;
  text-overflow: ellipsis;
    }
    .search_result_box li{
        font-size: 14px;
    line-height: 28px;
    line-height: 26px;
    color: #646464;
    margin-top: 20px;
    }
     .search_result_box li>a{
            font-size: 16px;
    color: #003863;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 26px;
     }
 #search_result .nums {
    margin-top: 35px;
    display: flex
;
    justify-content: center;
    align-items: center;
    width: 100%;
}
 .nums .middle {
    display: flex
;
    justify-content: center;
    align-items: center;
}
.nums .middle .num.active {
    background: linear-gradient(to right, #006ac0, #00b0f3);
    color: #fff;
}
.nums .middle .num {
    cursor: pointer;
    width: 38px;
    height: 38px;
    text-align: center;
    margin: 8px;
    color: #003863;
    font-size: 18px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.nums .middle .num {
    cursor: pointer;
    width: 38px;
    height: 38px;
    text-align: center;
    margin: 8px;
    color: #003863;
    font-size: 18px;
    display: flex
;
    justify-content: center;
    align-items: center;

    border-radius: 50%;
}
.nums .right {
    cursor: pointer;
}
 .nums .right img {
    width: 9px;
    padding: 20px;
}
.search_result_box{
    padding-bottom: 80px;
}
@media screen and (max-width: 980px) {
  #search_page .container{
      max-width: calc(100% - 2rem);
    margin: 0 auto;
  }
  .search_page_input {
    position: relative;
    width: 960px;
    margin: 0 auto;
    max-width: calc(98%);
}
}