.search_section{
    overflow: hidden;
}
.search_section .wrap{
    width: 1200px;
    margin: 175px auto 84px;
}
.search_section .wrap .sear_border{
    width: 482px;
    height: 54px;
    background: #FFFFFF;
    border: 1px solid #ECECEC;
    opacity: 1;
    border-radius: 27px;
    margin: 0 auto 37px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px 0 34px;
}
.search_section .wrap .sear_border input{
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.search_section .wrap .sear_border img{
    cursor: pointer;
}
.search_section .wrap .classify{
    display: flex;
    align-items: center;
    padding: 0 0 14px 0;
    border-bottom: 1px solid rgba(236, 236, 236, 1);
}
.search_section .wrap .classify a{
    font-size: 16px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #666666;
}
.search_section .wrap .classify a:not(:last-child) {
    margin: 0 37px 0 0;
}
.search_section .wrap .classify a.on{
    color: #c19c66;
}
.search_section .wrap .content{
    padding: 0 40px;
    margin: 66px 0 0 0;
}
.search_section .wrap .content a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px 23px 0;
    margin: 0 0 33px 0;
    border-bottom: 1px solid rgba(236, 236, 236, 1);
}
.search_section .wrap .content a p{
    font-size: 18px;
    font-family: PingFang SC r;
    font-weight: 400;
    color: #333333;
}
.search_section .wrap .content a .iconfont{
    color: rgba(153, 153, 153, 1);
    font-size: 18px;
    font-weight: bold;
}

.search_section .wrap .click_paging{
    margin: 70px 0 0 0;
    display: flex;
    justify-content: center;
    min-height: 61px;
}
.search_section .wrap .click_paging .item{
    width: 54px;
    height: 54px;
    border: 1px solid rgba(0,0,0,0.39);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: rgba(51, 51, 51, 0.39);
    cursor: pointer;
    transition: 0.4s;
}
.search_section .wrap .click_paging .item:not(:last-child) {
    margin: 0 6px 0 0;
}
.search_section .wrap .click_paging .item.on{
    width: 61px;
    height: 61px;
    border: 1px solid rgba(0,0,0,0.37);
    color: #333;
}

.search_section .wrap .click_paging .item:hover{
    border: 1px solid rgba(0,0,0,0.37);
    color: #333;
    transform: scale(1.15);
    transform-origin: top center;
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.search_section .wrap{
        width: 90%;
    }
    .search_section .wrap .content {
        margin-top: 40px;
        padding: 0 30px;
    }
    .search_section .wrap .content a {
        padding-bottom: 15px;
    }
    .search_section .wrap {
        margin-top: 140px;
    }
    .search_section .wrap .content a p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}



@media screen and (max-width: 1024px){
    .search_section .wrap {
        width: 100%;
        padding: 0 30px;
    }
    .search_section .wrap .content{
        padding: 0;
    }
}



@media screen and (max-width: 820px){
    .search_section .wrap .content a p {
        font-size: 14px;
    }
    .search_section .wrap .content a {
        margin-bottom: 20px;
    }
    .search_section .wrap {
        margin-top: 100px;
    }
    .search_section .wrap .sear_border {
        width: 440px;
        height: 50px;
        padding: 0 20px;
    }

}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
    .search_section .wrap .content a p{
        text-overflow:ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 90%;
    }
    .search_section .wrap .classify a {
        font-size: 14px;
    }
    .search_section .wrap .content {
        margin-top: 30px;
    }
    .search_section .wrap .classify a:not(:last-child) {
        margin: 0 25px 0 0;
    }
    .search_section .wrap .sear_border img{
        width: 20px;
    }
    .search_section .wrap .content a {
        padding-right: 0;
    }
    .search_section .wrap .sear_border{
        width: 100%;
    }
    .search_section .wrap .classify{
        overflow-x: scroll;
    }
    .search_section .wrap .classify::-webkit-scrollbar{
        display: none;
    }
    .search_section .wrap .classify a{
        white-space: nowrap;
    }
    .search_section .wrap {
        padding: 0 20px;
    }
    .search_section .wrap .sear_border{
        height: 40px;
    }
    .search_section .wrap .content a .iconfont {
        font-size: 14px;
    }
}


@media screen and (max-width: 414px){
	
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 