.each_choose{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 68px;
}
.each_choose li img{
    width:282px;
    height: 154px;
    background: #ccc;
    margin-bottom: 15px;
    cursor: pointer;
}
.each_choose li p{
    text-align: center;
    font-size: 26px;
    cursor: pointer;
}