@import url("list_common.css");
.mainBox .rightMain {
    width: 800px;
}

.mainBox .rightMain .contBox {
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    width: 100%;
    flex-wrap: wrap;
}

.mainBox .rightMain .contBox .item {
    width: 332px;
    height: 230px;
    /* margin-right: 90px; */
    position: relative;
    padding-left: 68px;
}

.mainBox .rightMain .contBox .item:nth-child(2n) {
    margin-right: 10px;
}

.mainBox .rightMain .contBox .item:nth-child(n+3) {
    margin-top: 40px;
}

.mainBox .rightMain .contBox .item a {
    display: block;
}

.mainBox .rightMain .contBox .item .bj {
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 1;
}

.mainBox .rightMain .contBox .item .imgBox {
    width: 264px;
    height: 160px;
    overflow: hidden;
    margin-bottom: 10px;
}

.mainBox .rightMain .contBox .item .imgBox img {
    width: 100%;
    transition: all 500ms;
    display: block;
}

.mainBox .rightMain .contBox .item a:hover .imgBox img {
    transform: scale(1.1);
}

.mainBox .rightMain .contBox .item .titBox {
    display: flex;
    justify-content: space-between;
}

.mainBox .rightMain .contBox .item .titBox h6 {
    display: block;
    width: calc(100% - 105px);
    font-size: 19px;
    color: #131010;
    font-family: "syhtB";
    line-height: 100%;
}

.mainBox .rightMain .contBox .item .titBox span {
    height: 25px;
    width: 95px;
    background: url(../img/jiaoshi_icon_arr.jpg) no-repeat left center #b70404;
    text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 14px;
    padding-left: 13px;
}

.mainBox .rightMain .contBox .item p {
    font-size: 14px;
    color: #131010;
    margin-top: 7px;
    line-height: 100%;
}

.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;
}