html,
body {
    background: #fff !important;
}

.hj-title {
    display: flex;
    align-items: center;
}

.hj-title span:nth-child(1) {
    padding: 10px 15px;
    background: #015be6;
    margin-right: 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}

.hj-content {
    width: 95%;
    height: 420px;
    margin: 0 auto;
    padding-left: 10px;
    border-left: 3px solid #015be6;
    padding-top: 10px;
    position: relative;
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between; */

}

.hj-content li {
    margin-bottom: 10px;
    width: 325px;
    height: 195px;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    cursor: zoom-in;
}
.hj-content li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hj-content li:nth-of-type(1) {
    left: 10px;
    top: 10px;
    border-top-left-radius: 5px;
}

.hj-content li:nth-of-type(2) {
    left: 10px;
    top: 210px;
    border-bottom-left-radius: 5px;
}

.hj-content li:nth-of-type(3) {
    left: 51%;
    transform: translateX(-50%);
    top: 10px;
    width: 475px;
    height: 395px;
}

.hj-content li:nth-of-type(3) img {
    width: 475px;
    height: 395px;
    object-fit: cover;
}

.hj-content li:nth-of-type(4) {
    right: -10px;
    top: 10px;
    border-top-right-radius: 5px;
}

.hj-content li:nth-of-type(5) {
    right: -10px;
    top: 210px;
    border-bottom-right-radius: 5px;
}