@import url("list_common.css");
.mainBox .rightMain {
    width: 800px;
}

.mainBox .rightMain .infoBox {
    display: flex;
    justify-content: flex-start;
    overflow: hidden;
    width: 100%;
    flex-wrap: wrap;
}

.mainBox .rightMain .infoBox .item {
    width: 243px;
    /*height: 229px;*/
    position: relative;
    /*margin-bottom: 76px;*/
    margin-right: 35px;
    overflow: hidden;
}
.mainBox .rightMain .infoBox .item:nth-child(3n){
    margin-right: 0px;
}
.mainBox .rightMain .infoBox .item:nth-child(n+4){
    margin-top: 76px;
}



.mainBox .rightMain .infoBox .item .imgTxt {
    width: 243px;
    height: 152px;
    border: 1px solid #a0a0a0;
    overflow: hidden;
}

.mainBox .rightMain .infoBox .item .imgTxt .imgBox {
    width: 244px;
    height: 105px;
    overflow: hidden;
}
.mainBox .rightMain .infoBox .item .imgTxt .imgBox img{
    width: 100%;
    transition: all 500ms;
    /*height: 100%;*/
}
.mainBox .rightMain .infoBox .item:hover .imgTxt .imgBox img{
    transform: scale(1.1);
}

.mainBox .rightMain .infoBox .item .txtBox {
    width: 100%;
    height: 48px;
    background: #e5e5e5;
    padding: 0px 20px;
}

.mainBox .rightMain .infoBox .item .txtBox a {
    display: block;
    font-size: 14px;
    color: #131010;
    text-align: left;
    line-height: 48px;
}

.mainBox .rightMain .infoBox .item p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-top: 6px;
    margin-bottom: 10px;
    height: 48px;
}

.mainBox .rightMain .infoBox .item .actInfoBox {
    display: flex;
    justify-content: space-between;
}

.mainBox .rightMain .infoBox .item .actInfoBox span {
    font-size: 12px;
    color: #666;
}
.mainBox .rightMain .infoBox .item .actInfoBox span i{
    display: inline-block;
    margin-right: 3px;
}

.h54 {
    height: 54px;
}

.mainBoxBj .rightBj {
    width: 356px;
    height: 494px;
    position: absolute;
    right: 0px;
    bottom: -40px;
    z-index: 1;
    overflow: hidden;
}

.mainBoxBj .rightBj img {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.bigBj {
    position: absolute;
    width: 100%;
    max-width: 1837px;
    height: 1145px;
    background-image: url('../img/info_bg.png');
    background-repeat: no-repeat;
    top: -40px;
    left: 0;
    opacity: .02;
    z-index: 0;
}

.footer {
    height: 460px;
}