.box20220222113032 {
    position: relative;
    width:100%;
    margin-bottom:20px;
    float: left;
	background-color:#f5f5f5;
    /*background-color:red;*/
}
.box20220222113032 .boxtr {
    margin-bottom: 20px;
}
.box20220222113032 .boxboder {
    /*border:1px solid #dddddd;*/
}
.box20220222113032 .picbox {
    padding-bottom: 60%;
    /*margin: 30px;*/
	margin-bottom: 1.4rem;
}
.box20220222113032 .boxtitle {
    /*background-color:#eeeeee;*/
}
.box20220222113032 .more {
	margin-top: 15px;
	display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
    background-color: transparent;
    border: 1px solid #333;
    color: #666;
}
.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);
}