.sarch_btn{
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    color: #1489FF;

}
.search_box{
    height: 60px;
    border-radius: 4px;
    border: 1.9992px solid #1489FF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    background-color: #ffffff;
}
.search_img{
    width: 22px;
    height: 22px;

}
.search_img img{
    width: 100%;
    height: 100%;
    vertical-align: top;
}
.sarch_input{
    flex: 1;
    height: 100%;
    margin: 0 24px;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: rgba(0, 0, 0, 1);
    border: 0;
    outline: none;
}   
.search_jg{
    color: rgba(172, 172, 172, 1);
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    margin-top: 8px;
}
.search_cen{
    padding-top: 88px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.mt80{
    margin-top: 128px;
}
.w1114{
    width: 1114px;

}

/* æœç´¢å¼¹çª— */
.search_bgc{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}
.search_cen2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 88px ;
    padding-bottom: 144px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF),
    linear-gradient(360deg, rgba(175, 175, 175, 0) 58.54%, rgba(175, 175, 175, 0.2) 105.23%);
    margin-top: 120px;
}
.sarch_x{
    width: 21px;
    height: 21px;
    left: calc(100% - 120px);
    top: 50%;
    transform: translateY(-50%);
}
.sarch_x img{
    width: 100%;
    height: 100%;
    vertical-align: top;
    

}
/* 分页*/
.search_page{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    align-items: baseline;
}
.search_page_tol{
    font-size: 14px;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.4);

}
.search_page_li{
    border: 1.0008px solid rgba(217, 217, 217, 1);
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    line-height: 32px;
    height: 32px;
    min-width: 32px;
    margin-left: 8px;
    border-radius: 4px;
    color: rgba(170, 170, 170, 1);
    margin-bottom: 4.8px;

}
.search_page_li_act{
    background: #1489FF;

    color: rgba(255, 255, 255, 1);
    border: 0;
}
.search_page_btn{
    border: 1.0008px solid rgba(217, 217, 217, 1);
    height: 32px;
    width: 32px;
    margin-left: 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search_page_btn svg{
    width: 12px;
    height: 12px;
}


.moremore{
    text-align: center;
    margin-top: 40px;
 }
.moremore a {
    display: inline-block;
    padding: 12px 48px;
    font-size: 18px;
    color: #fff;
    background-color: #1489FF;
    border-radius: 2.4px;
}
/* main*/
.new_cen{
    margin: 42px auto;
    width: 1200px;
}

.new_cen2{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 36px;
}
.new_cen2_L{
    background-color: #ffffff;
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding: 30px;
    overflow: hidden;
    
}
.list_li{
    min-width: 182px;
    display: flex;
    align-items: center;
    padding: 36px 0;
    border-bottom: 1px solid #DDDDE3;
    overflow: hidden;
}
.list_li:last-child{
    border: 0;
}
.list_L{
    display: flex;
    align-items: center;
    height: 109.9992px;
    padding-left: 22px;
    padding-right: 36px;
    border-right: 1px solid #DDDDE3;
    margin-right: 36px;
    flex: none;
    min-width: 210px;
}
.list_hao{
    font-size: 48px;
    font-weight: 200;
    color: #000000;
}
.list_hao span{
    font-family: Rany;
    font-size: 48px;
    font-weight: 600;
    color: #000000;

}
.list_y {
    padding-top: 4.8px;
}
.list_y p{
    font-family: Rany;
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    text-align: left;

}
.list_name{
    font-size: 18px;
    font-weight: 600;
    line-height: 28.8px;
    text-align: left;
    color: #000000;
    margin-left: 0;
}
.list_js{
    font-weight: 400;
    line-height: 25.2px;
    text-align: left;
    color: #737587;
    margin-top: 4.8px;
    font-size: 15.9992px;
    word-break: break-all;
}
.list_R{
    height: 109.9992px;
    flex: 1;
}
.list_btn{
    left: 0;
    bottom: 0;
    font-size: 13.9992px;
    font-weight: 600;
    line-height: 25.2px;
    text-align: left;
    color: #1489FF;

}





@media screen and (max-width:1024px) {

    .w1114{
        width: 90%;
    
    }
    .search_box {
        height: 2rem;
        padding: 0 0.5rem;
    }
    .sarch_btn {
        font-size: 0.63rem;
    }
    .mt80 {
        margin-top: 1rem;
    }
    .search_img {
        width: 0.9167rem;
        height: 0.9167rem;
    }
    .sarch_input {
        margin: 0 1rem;
        padding: 0 0.2083rem;
        font-size: 0.6667rem;

    }
    .search_cen2 {
        width: 100%;
        padding-top: 3rem;
        padding-bottom: 3rem;
        margin-top: 3.3333rem;
    }
    .sarch_x{
        left: calc(100% - 3rem);
    }
    .sarch_x{
        width: 0.6rem;
        height: 0.6rem;
    }
    .search_jg {
        font-size: 0.5rem;
        margin-top: 0.3333rem;
    }
    .list_name {
        font-size: 0.75rem;
        line-height: 1.2rem;
    }
    .list_js {
        font-size: 0.5833rem;
        line-height: 1.05rem;
        margin-top: 0.2rem;
    }
    .list_btn {
        font-size: 0.5833rem;
        line-height: 1.05rem;

    }
    .search_page_li {
        font-size: 0.5833rem;
        line-height: 1.3333rem;
        height: 1.3333rem;
        min-width: 1.3333rem;
        margin-left: 0.3333rem;
        border-radius: 0.1667rem;
        margin-bottom: 0.2rem;
    }
    .search_page_tol {
        font-size: 0.5833rem;
        
    }
    .search_page_btn {
        height: 1.3333rem;
        width: 1.3333rem;
        margin-left: 0.3333rem;
        border-radius: 0.1667rem;
    }
    .moremore{
        margin-top: 1rem;
     }
    .moremore a {
        padding: 0.5rem 2rem;
        font-size: 0.75rem;
        border-radius: 0.1rem;
    }
    .new_cen {
        margin: 1rem auto;
        width: 90%;
    }
    .new_cen2 {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }
    .new_cen2_L {
        width: 100%;
        padding: 1rem;
    }
    .list_li {
        padding: 1rem 0;
        min-width: 7.5833rem;
    }
    .list_L {
        height: 4.5833rem;
        padding-right: 0.5rem;
        margin-right: 0.5rem;
        padding-left: 0;
        min-width: 4.5833rem;
    }
    .list_hao {
        font-size: 1rem;
    }
    .list_hao span {
        font-size: 1rem;
    }
    .list_y {
        padding-top: 4.8px;
    }
    .list_y p {
        font-size: 0.6rem;
    }
    .list_R {
        height: 4.5833rem;
    }
    .list_name {
        font-size: 0.75rem;
        line-height: 1.2rem;
    }
    .list_js {
        font-size: 0.5833rem;
        line-height: 1.05rem;
        margin-top: 0.2rem;
    }
    .list_btn {
        font-size: 0.5833rem;
        line-height: 1.05rem;
    }
}