#ztzl{
    max-width: 1200px;
    margin: auto;
    padding-top: 29px;
}
.content-title-left img{
    width: 20px;
    height: 23px;
}
.content-title>img{
    width: 34px;
    height: 25px;
}
.lian-jie-title{
    font-size: 22px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #3767E7;
    line-height: 18px;
    margin-left: 20px;
}
.dir{
    height: 1px;
    background: #EFF1F4;
    margin-top: 22px;
    margin-bottom: 21px
}
.history-column-content {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    justify-content: flex-start;
}
.history-column-item {
    background: #FFFFFF;
    box-shadow: 0px 2px 12px 0px rgba(176,182,192,0.15);
    border-radius: 5px;
    margin-top: 32px;
    cursor: pointer;
    width: 386px;
    margin: 0 21px 32px 0;
}
.history-column-item:nth-child(3n) {
    margin-right: 0;
}
.history-column-item-img {
    width: 100%;
    height: 227px;
    object-fit: cover;
}
.history-column-item-name {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    height: 50px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
}
.page {
    display: flex;
    width: 100%;
    margin-top: 70px;
    margin-bottom: 69px;
    flex-direction: column;
    align-items: flex-end;
}

.el-pagination.is-background .el-pager li.is-active {
    background: #3767E7;
}
.total{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #666666;
    margin-left: 5px;
    margin-right: 30px;
}
.page-box{
        display: flex;
        justify-content: center;
    }
.total-page{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #333333;
}
@media (max-width: 1200px) {
    #ztzl{
        padding: 12px;
    }
}
@media (width: 1024px) {
    .history-column-content{
        padding: 12px;
        justify-content: flex-start;
        margin: auto;
        margin-bottom: 32px;
       }
       .history-column-item {
        background: #FFFFFF;
        box-shadow: 0px 2px 12px 0px rgba(176,182,192,0.15);
        border-radius: 5px;
        cursor: pointer;
        width: 310px;
    }
}
@media (max-width: 1000px) {
    .history-column-content{
        padding: 12px;
        justify-content: space-between;
       }
}
@media (max-width: 900px) {
   .history-column-content{
    padding: 12px;
    justify-content: space-between;
   }
   
   .page{
        display: inline;
        text-align: center;
        margin-top: 12px;
    }
    .total{
        margin-top: 12px;
    }
    .total-page{
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .collect-state{
        margin-bottom: 12px;
    }
    .el-pagination{
        display: flex;
        justify-content: center;
        margin-top: 12px;
    }
    #ztzl{
        padding: 12px;
    }
    .history-column-item {
        background: #FFFFFF;
        box-shadow: 0px 2px 12px 0px rgba(176,182,192,0.15);
        border-radius: 5px;
        margin-top: 32px;
        cursor: pointer;
        width: 376px;
        margin: 0 0 32px 0;
    }
   
}
@media (max-width: 800px) {
    .lian-jie-title{
        font-size: 18px;
    }
    .content-title-left img{
        width: 18px;
        height: 18px;
    }
    .content-title>img{
        width: 28px;
        height: 20px;
    }
    .history-column-item {
        background: #FFFFFF;
        box-shadow: 0px 2px 12px 0px rgba(176,182,192,0.15);
        border-radius: 5px;
        margin-top: 32px;
        cursor: pointer;
        width: 354px;
        margin: 0 0 32px 0;
    }
    .history-column-content{
        padding: 12px;
        justify-content: space-between;
       }
}
@media (max-width: 600px) {
    .history-column-item {
        background: #FFFFFF;
        box-shadow: 0px 2px 12px 0px rgba(176,182,192,0.15);
        border-radius: 5px;
        margin-top: 32px;
        cursor: pointer;
        width: 368px;
        margin: auto;
        margin-bottom: 32px;
    }
    .history-column-item:nth-child(3n) {
        margin:auto;
    }
    .history-column-content{
        padding: 12px;
        justify-content: space-between;
       }
}
.breadcrumb{
    display: flex
  }
  .topath-style{
    cursor: pointer;
  }
  