.yy_right {
    width: 900px;
}
.yy_box {
    width: 100%;
}
.yy_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.yy_box ul li{
    width: 48%;
    margin-bottom: 25px;
}

.yy_box ul li:hover .yy_name {
    background-color: #eb001b;
    color: #ffffff;
}


.yy_box ul li .yy_img{
    display: flex;
    align-items: center;
    width: 100%;
    height: 283px;
    overflow: hidden;
}

.yy_box ul li .yy_img img{
    width: 100%;
}

.yy_box ul li .yy_name{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 56px;
    font-size: 18px;
    color: #000000;
    background-color: #f1f1f1;
}

/* .centre .centre_left .nav_left.centre_ons>.nav_left_top>a>h1 {
    color: #000;
    font-weight: 700;
} */