* {
    margin: 0;
    padding: 0;
}
.content {
    width: 1200px;
    margin: 0 auto;
    background: #f4f4f4;
    height: 220px;
    padding-top: 55px;
    overflow: hidden;
    display: flex;
    margin-top: 190px;
    margin-bottom: 100px;
}
.left {
    width: 379px;
    border-right: #ddd solid 1px;
    height: 160px;
    text-align: center;
    line-height: 160px;
}
.right {
    padding-left: 52px;
}
ul li {
    font-size: 14px;
    padding-left: 26px;
    position: relative;
    margin-bottom: 15px;
    list-style: none;
}
ul li img {
    position: absolute;
    left: 0px;
    top: 4px;
}