.part6 {
    padding: 20px 0 76px;
}

.part6 .layout {
    position: relative;
}

.part6 .layout ul li {
    float: left;
    margin-right: 12px;
    margin-top: 20px;
}

.part6 .layout ul li:nth-child(4n) {
    margin-right: 0;
}

.part6 .layout ul li:nth-child(1),
.part6 .layout ul li:nth-child(2),
.part6 .layout ul li:nth-child(3),
.part6 .layout ul li:nth-child(4) {
    margin-top: 0;
}

.part6 .layout ul li:hover a .detail .title {
    color: #0FA651;
}

.part6 .layout ul li a {
    display: block;
}

.part6 .layout ul li a .imgbox {
    width: 290px;
    height: 162px;
    overflow: hidden;
}

.part6 .layout ul li a .imgbox img {
    width: 100%;
    height: 100%;
}

.part6 .layout ul li a .detail {
    width: 290px;
    padding: 16px 12px;
    background: #f2f2f2;
    border-radius: 0px 0px 8px 8px;
}

.part6 .layout ul li a .detail .title {
    width: 266px;
    height: 48px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

.part6 .layout ul li a .detail .writer {
    margin-top: 16px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
}

.part6 .layout .more {
    position: absolute;
    top: 24px;
    right: 0;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 16px;
    color: #666666;
}