.main-box {
    width: 1280px;
    min-height: 300px;
    margin: 0 auto 80px auto;
}

.contant-title {
    height: 52px;
    color: #262626;
    font-weight: medium;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    border-bottom: 1px solid #f0f0f0;
}

.photo-list {
    padding: 42px 0;
    margin-bottom: 48px;
    box-sizing: border-box;
}

.photo-item {
    height: 52px;
    margin-top: 32px;
}

.photo-item {
    height: 316px;
}

.photo-item img {
    width: 405px;
}

.photo-item p {
    width: 403px;
    height: 58px;
    border: 1px solid #D9D9D9;
}

.tip-yellow {
    position: relative;
}

.tip-yellow::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #F4CB3F;
    position: absolute;
    top: 23px;
    left: 0;
}

.tip-blue {
    position: relative;
}

.tip-blue::after {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #116291;
    position: absolute;
    top: 23px;
    left: 0;
}

.layui-box {
    margin: 0 auto;
}