.searchBox {
    width: 95%;
    max-width: 1320px;
    height: 120px;
    background: linear-gradient(232deg, #3690DE 0%, #1957BA 100%);
    border-radius: 10px;
    margin: 67px auto 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.searchBox::before{
    position: absolute;
    content: "";
    width:138px;
    height: 120px;
    background: url(https://www.hebei616.org.cn/web/enterprise/images/searchBoxLeft.png) left top/100% 100%;
    left: 0;
    top: 0;
}
.searchBox::after{
    position: absolute;
    content: "";
    width:106px;
    height: 94px;
    background: url(https://www.hebei616.org.cn/web/enterprise/images/searchBoxRight.png) left top/100% 100%;
    right:0;
    bottom: 0;
}
.search {
    width: 73%;
    max-width: 967px;
    height: 64px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #0A4CB6;
    position: relative;
    z-index: 10;
}

.searchBtn {
    width: 16%;
    max-width: 213px;
    height: 64px;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    letter-spacing: 8px;
    background: #0A4CB6;
    border-radius: 0px 10px 10px 0px;
    position: relative;
    z-index: 10;
}

.search img {
    width: 15px;
    margin-left: 30px;
    margin-right: 7px;
}

.search input {
    font-size: 16px;
    flex: 1;
    height: 100%;
    outline: none;
    border: none;
}

.search input::-webkit-input-placeholder {
    color: #999999;
}

.selectBox {
    width: 95%;
    max-width: 1320px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    margin-bottom: 10px;
}

.selectBox .label {
    width: 70px;
    margin-top: 5px;
}

.selectBox .content {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
}

.selectBox span {
    cursor: pointer;
    margin-right: 10px;
    padding: 5px 10px;
    white-space: nowrap;
    border-radius: 5px;
}

.selectBox span.active {
    background: rgba(48, 120, 240);
    color: #fff;
}

.wxfwList {

    width: 95%;
    max-width: 1320px;
    margin: 53px auto 0;
    display: flex;
    flex-wrap: wrap;



}


.wxfwList .wxfwLi {
    width: 100%;

    margin-bottom: 20px;
    align-items: center;
    display: flex;
    justify-content: space-between;


    border-radius: 10px;
    box-shadow: 0 6px 16px 0 rgb(0 0 0 / 6%);
    border-radius: 8px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 5%;
}

.wxfwLi:hover {
    box-shadow: 0 6px 16px 0 rgb(5 120 220 / 33%);
    border-radius: 8px;
}

.wxfwList .wxfwLi:nth-child(3) {
    margin-right: 0;
}

.wzfwTitle {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-right: 27px;
}

.wzfwTitle1 {
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.wzfwImg {
    overflow: hidden;
    width: 160px;
    height: 92px;
    background: #D8D8D8;
    border-radius: 10px;
    margin-right: 16px;
    margin-left: 20px;
}

.wxfwLiName {
    width: 40%;
}

.productList {
    width: calc(60% - 180px);
    display: flex;
    justify-content: flex-end;
}
.productList_list{
    width: 30%;
    margin-left: 1%;
}
.productList .noproductList {
    width: 200px;
    text-align: center;
}
.productList .noproductList img{
    width: 150px;
    margin: 0 auto;
}
.kong{
    margin: 0 auto;
}
.footer {
    margin-top: 72px;
}

.wrapper {
    box-shadow: none;
}

.pages {
    width: 90%;
    max-width: 1200px;
    height: 195px;
    margin: 0 auto;
    font-size: 28px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.el-pagination button{
    font-size: 16px;
    padding: 0px 15px;
    border-radius: 6px 6px 6px 6px;
    color: #7482A5;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ccc;
    margin: 0 10px;
}
.el-pager li{
    font-size: 16px;
    padding: 0px 15px;
    border-radius: 6px 6px 6px 6px;
    color: #7482A5;
    border: 1px solid #ccc;
    margin: 0 10px;
    height: 40px;
    line-height: 40px;
}
.el-pager li.active{
    color: #0A4CB6;
    border: 1px solid #0A4CB6;
}
@media screen and (max-width: 800px) {
    .pages {
        width: auto;
        height: 120px;
        font-size: 16px;
      }
      .selectBox{
        flex-wrap: wrap;
      }
      .selectBox .label{
        margin-bottom: 20px;
      }
      .wxfwLiName{
        width: 100%;
      }
      .productList{
        width: 100%;
      }
}