.box20220222113032 {
    position: relative;
    width:100%;
    margin-bottom:20px;
    float: left;
    background-color:#fff;
}
.box20220222113032 .boxtr {
    margin-bottom: 20px;
}
.box20220222113032 .boxboder {
    border:1px solid #dddddd;
}
.box20220222113032 .picbox {
    padding-bottom: 100%;
    /*margin: 30px;*/
}
.box20220222113032 .boxtitle {
    background-color:#eeeeee;
}
.box20220222113032 .boxtitle2 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 0;
    background-color: #d80a17;
    opacity: 1;
    color: #FFF;
    font-size: 16px;
    text-align:center;
    padding: 0px;
    overflow: hidden;
}
.box20220222113032 .boxtitle2 a {
    color: #fff;
}
.box20220222113032 .picbox {
    transition: 0.5s all;
}
.box20220222113032 .picbox:hover {
    transform: scale(1.1);
}