.mainImg {
    width: 100%;
}

.main_title {
    padding: 52px 0;
}

.list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.box1 {
    width: 390px;
    margin-bottom: 30px;
}

.subtitle span {
    font-size: 0.7rem;
    color: #9e9e9e;
    cursor: pointer;
    /* margin-bottom: 25px; */
    margin-bottom: 5px;
    /* margin-top: 18px; */
    display: inline-block;
}

.subtitle span:hover {
    text-decoration: underline;
}

.headline p {
    font-size: 1.3rem;
    font-weight: bolder !important;
    cursor: pointer;
    color: #9e9e9e;
}

.headline:hover p,
.headline:hover p {
    color: #353535;
    transition: all 0.5s;
}

.list li {
    margin-bottom: 88px;
}

.list img {
    width: 360px;
    height: 260px;
}

.main_title span a {
    margin-right: 20px;
    cursor: pointer;
    color: #000000;
}

.main_title span a:hover {
    color: #4dbd28;
    text-decoration: underline;
    padding-bottom: 5px;
    transition: all 0.5s;
}

.main img:hover {
    /* transform: scale(1.1); */
    transition: all 1s;
}