body .content-header .img {
    position: relative;
}

.our-view {
    padding-bottom: 12.5rem;
}

.our-view .title-small {
    padding: 0 3.75rem;
    margin: 5.5625rem 0 0.6875rem;
}

.our-view-bg {
    width: 100%;
}

.our-view-list {
    width: 62.5rem;
    margin: 7.5rem auto 0;
}

.our-view-list li {
    /*border-bottom: 0.0625rem solid #5F5E5E;*/
    /*padding-bottom: 4.125rem;*/
    /*margin-bottom: 4.125rem;*/
}

.our-view-list-item {
    position: relative;
    cursor: pointer;
    width: 28.125rem;
    border-bottom: 0.0625rem solid #5F5E5E;
    padding-bottom: 4.125rem;
    margin-bottom: 4.125rem;
}

.our-view-list li .our-view-list-item:nth-child(2n):after {
    content: '';
    position: absolute;
    bottom: -0.0625rem;
    left: -101px;
    right: 0;
    width: 101px;
    height: 0.0625rem;
    background: #5F5E5E;
    display: inline-block;
}

.our-view-list li img {
    width: 100%;
    height: 17.875rem;
    margin-bottom: 1.25rem;
}

.our-view-list li .title {
    font-size: 1.375rem;
    line-height: 1.625rem;
}

.our-view-list li .sub-title {
    height: 3.5rem;
    font-size: 0.875rem;
    line-height: 1.75rem;
    display:-webkit-box;
    text-overflow:ellipsis;
    overflow:hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient:vertical;
    color: #8E8E8F;
    margin-top: 0.6875rem;
}