

.machinetype_box{
    margin-top: 30px;
}
.machinetype_box>a{
    font-size: 25px;
    font-weight: 700;
}
.type_item{
    font-size: 0;
}
.type_item a{
    display: inline-block;
    margin-top:21px;
    color: rgb(31, 31, 31);
    font-size: 17px;
    font-weight: 400;
    /* width: 180px; */
    border: 1.5px solid rgb(204, 204, 204);
    border-radius: 4px;
    text-align: center;
    margin-right: 20px;
    padding: 10px 15px;

}
/* 分类列表页 */
.zimu_box{
    font-size: 0;
}
.zimu_box a{
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
    width: 30px;
    height: 30px;
    color: #1F1F1F;
    margin-right: 18px;
    border: 1px solid rgb(130, 140, 160);
    text-align: center;
    margin-top: 18px;
   
}
.zimu_box a.new{
    color: #0067CE;
    border-color: rgb(0, 103, 206);
}
.resultList{
    margin-top: 20px;
    line-height: 32px;
    /* text-align: justify; */
}
.resultList a{
    color: rgb(31, 31, 31);
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -1px;
    text-align: left;
    margin-right: 36px;
    white-space: nowrap;
    display: inline-block;
}
.resultList a:hover{
    color: #0067CE;
}

/* 分页 */
.pagination li{
    display: inline-block;
    font-size: 12px;
}
.pagination{
    margin-top:30px;
    overflow: hidden;
    text-align: center;
}
.pagination .page-link{
    display:inline-block;
    width: 32px;
    height: 32px;
    border-radius: 2px;
    background: rgb(250, 250, 250);
    color: #666;
    line-height: 32px;
    margin-right: 15px;
    font-size: 17px;
    text-align: center;
}
.pagination .noitem{
    background:none;
}
.pagination .active{
    background: rgb(247, 171, 0);
    color: #fff;

}
.pagenum{
    width: 48px;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 4px;
    background: rgb(250, 250, 250);
    margin:0 10px;
    outline: none;
    font-size: 17px;
    color: #666;
}