.content {
    width: 1200px;
    min-height: 800px;
    margin: auto;
    margin-bottom: 66px;
}

.one {
    border-bottom: 1px solid #ccc;
}

.one:nth-child(2) .one-title {
    margin-top: 0px;
}

.one-title {
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    text-align: left;
    font-family: PingFangSC-Semibold;
    margin-top: 29px;
    margin-bottom: 15px;
    position: relative;
}

.one-title::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 18px;
    background-color: rgba(9, 110, 121, 1);
    top: 2px;
}

.one-title span {
    margin-left: 16px;
}

.tow {
    font-size: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.tow-title,
.three {
    display: inline-block;
    vertical-align: middle;
}

.tow-title {
    width: 179px;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    text-align: center;
    font-family: PingFangSC-Regular;

}

.three {
    font-size: 0;
    width: 1020px;
}

.tow div.three div.three-content {
    border-bottom: 1px solid #ccc;
}

.three-title,
.three-like {
    display: inline-block;
    vertical-align: middle;
}

.three-title {
    width: 300px;
    height: 40px;
    color: rgba(51, 51, 51, 1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-Regular;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    padding: 5px 10px;
    line-height: 40px;
}

.three-like {
    width: 677px;
    height: 40px;
    color: rgba(0, 116, 123, 1);
    font-size: 14px;
    text-align: left;
    font-family: PingFangSC-Regular;
    border-right: 1px solid #ccc;
    padding: 5px 10px;
    line-height: 40px;
}



.tow div.three div.three-content:last-child {

    border-bottom: 0px solid #ccc;
}