.box2025020116410082 {
    position: relative;
    width:100%;
    margin-bottom:20px;
    float: left;
    background-color:#fff;
}
.box2025020116410082 .boxtr {
    margin-bottom: 20px;
}
.box2025020116410082 .boxboder {
    /* border:1px solid #dddddd; */
}
.box2025020116410082 .picbox {
    padding-bottom: 100%;
    /*margin: 30px;*/
}
.box2025020116410082 .boxtitle {
    /* background-color:#eeeeee; */
	font-weight: bold;
}
.box2025020116410082 .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;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box2025020116410082 .boxtitle2 a {
    color: #fff;
}
.box2025020116410082 .picbox {
    transition: 0.5s all;
}
.box2025020116410082 .picbox:hover {
    transform: scale(1.1);
}