.container {
    width: 90%;
    margin: 40px auto;
    display: block;
    max-width: 1200px;
}
.bg-value {
    background: #fff;
}
.notice-detail-value .textAlign {
    line-height: 1.5;
    font-size: 16px;
    color: #333;
}
.notice-detail-value .textAlign h1 {
    font-size: 24px;
    color: #262626;
    text-align: center;
}
.notice-detail-value .textAlign h3 {
    font-size: 14px;
    color: #999;
    text-align: center;
    padding: 20px 0;
}

.other-info {
    padding-bottom: 20px;
}
.other-info li{
    display: flex;
    align-items: center;
}


/* 拍卖标的 */
.section_index3 {
    width: 90%;
    max-width: 1200px;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.section_index3 .title1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.section_index3 .title1 .title1Img {
    width: 215px;
}

.section_index3 .title1 .more {
    font-size: 18px;
    letter-spacing: 1px;
    color: #c30e23;
    font-weight: bold;
}

.auctionBd {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.auctionBd .auctionBdList {
    width: 24%;
    height: 347px;
    border: solid 1px #dbdbdb;
    box-sizing: border-box;
    margin-top:20px;
    margin-right: calc(4%/3);
}
.auctionBd .auctionBdList:hover{
    transform: scale(1.05 );
}
.auctionBd .auctionBdList:nth-of-type(4n){
    margin-right: 0;
}
.auctionBd .auctionBdList .auctionBdListImg {
    width: 100%;
    height: 191px;
    background-color: #f7f7f7;
}

.auctionBd .auctionBdList .auctionBdListImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.auctionBd .auctionBdList .auctionBdListCon {
    width: 90%;
    height: calc(100% - 240px);
    padding: 0 5%;
}

.auctionBdList .auctionBdListCon .auctionBdListTitle {

    color: #333;
    font-size: 14px;
    height: 40px;
    line-height: 20px;
    text-align: left;
    margin: 10px 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.auctionBdList .auctionBdListCon .money {
    margin-bottom: 6px;
    height: 21px;
    line-height: 21px;
}

.auctionBdList .auctionBdListCon .moneyNum {
    padding-left: 6px;
    font-size: 18px;
    color: #d6363b;
}

.auctionBdList .auctionBdListCon .Time {
    line-height: 20px;
    height: 20px;
}

.auctionBd .auctionBdList .lot-state-div {

    border-top: 1px solid #eee;
    width: 90%;
    padding:0 5%;
    height: 38px;
    line-height: 38px;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.lot-state-div .num-apply {
    float: left;
    font-size: 12px;

}

.lot-state-div .num-apply em,
.lot-state-div .num-auction em {
    padding: 0 0 0 20px;
    overflow: hidden;
    text-align: right;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
}
.lot-state-div .num-auction{
    width: 80px;
    height: 20px;
    font-size: 12px;
    padding: 0 10px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    background: #d6363b;

}

@media only screen and (max-width:1400px) {
    .section_index1 .Indexleft,.auction{
        width: 70%;
    }
    .section_index1 .IndexRight,.procedure{
        width: 28%;
    }

}
@media only screen and (max-width:1200px) {
    .auction .auctionList .auctionListImg{
        width:  60%;
    }
    .auction .auctionList .auctionListInfo{
        width: 40%;
    }
    .auctionBd .auctionBdList{
        width: 30%;
        margin-right: calc(10%/3);
    }
    .auctionBd .auctionBdList:nth-of-type(4n){
        margin-right: calc(10%/3);
    }
    .auctionBd .auctionBdList:nth-of-type(3n){
        margin-right: 0;
    }
}
@media only screen and (max-width:1100px) {
    .section_index1 .Indexleft, .auction{
        width: 100%;
    }
    .section_index1 .IndexRight, .procedure{
        width: 100%;
        margin-top: 20px;
        height: auto;
    }
    .procedure{
        display: flex;
        flex-wrap: wrap;
    }
    .procedure .procedureTitle{
        width: 100%;
    }
    .procedure .procedureTitle img{
        width: 200px;
        margin: 10px auto;
    }

    .procedureImg::after{
        display: none;
    }
    .procedure .procedureImg{

    }
}
@media only screen and (max-width:900px) {
    .auction .auctionList{
        height: auto;
        padding-bottom: 30px;
    }
    .auction .auctionList .auctionListImg{
        width: 100%;
    }
    .auction .auctionList .auctionListInfo{
        width: 100%;
    }
    .auction .auctionList .auctionListInfo .people-lot{
        bottom: -30px;
    }
    .auctionBd .auctionBdList{
        width: 48%;
        margin-right: 2%;
    }
    .auctionBd .auctionBdList:nth-of-type(3n){
        margin-right: 2%;
    }
    .auctionBd .auctionBdList:nth-of-type(2n){
        margin-right: 0%;
    }
}
@media only screen and (max-width:414px) {
    .auctionBd .auctionBdList{
        width: 100%;
        margin-right: 0;

    }
    .auctionBd .auctionBdList:nth-of-type(3n){
        margin-right: 0;
    }
    .section_index1 .Indexleft .navimg a{
        width: 48%;
        margin-top: 10px;
    }
}

.showNone,.auctionBd,.GonggaoShow{
    display: none;
}