.news-list {
    margin: 0 -7px;
}
.news-list .item {
    width: 25%;
    padding: 0 7px;
}
.news-list .item:nth-child(4n+1) {
    clear: left;
}
.news-list .box {
    margin: 0 auto 30px;
    position: relative;
    padding: 0 5px;
}
.news-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .txt {
    position: relative;
    padding: 20px 0 0;
}
.news-header .date,
.news-list .txt .date {
    float: left;
    position: relative;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 0.5;
    padding: 18px 9.424px 18px;
    margin-right: 15px;
    background: #555555;
    font-family: 'Cormorant Garamond',serif;
    transition: all 0.3s ease;
    z-index: 2;
}
.news-header .date small,
.news-list .txt .date small{
    font-size: 40px;
    display: block;
    font-weight: 600;
    line-height: 0.6;
}
.news-list .box .txt .date::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #777777;
    left: 0;
    top: 0;
    transition: all 0.3s ease;
    z-index: -1;
}
.news-list .box:hover .txt .date::before {
    width: 100%;
}
.news-header .date2{
    position: absolute;
    right: 0;
    color: #555;
    font-size: 20px;
    border: 1px solid #ddd;
    padding: 15px 9.424px 21px;
    font-family: 'Cormorant Garamond',serif;
}
.news-list .name {
    position: relative;
    height: 55px;
    margin: 0;
    font-size: 18px;
    color: #555555;
    font-weight: 500;
    letter-spacing: 0.35px;
    line-height: 1.45;
    top: 7px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}
.news-list .box:hover .name {
    color: #777777;
}
.news-list .description {
    position: relative;
    color: #999;
    font-size: 14px;
    letter-spacing: 0.35px;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 45px;
    margin: 20px 0;
    transition: all 0.3s ease;
}
.news-list .box:hover .description {
    color: #777777;
}
.news-header {
    max-width: 1280px;
    margin: 0 auto;
    border-bottom: solid 1px #ddd;
    position: relative;
    padding: 0 0 15px;
    line-height: 1.5;
}
.news-header .title {
    float: right;
    width: calc(100% - 130px);
    padding-right: 60px;
    margin-top: 10px;
    font-weight: 500;
    color: #555;
    font-size: 22px;
    margin: 0;
}
.news-detail {
    padding: 30px 0;
}
.news-detail .editor {
    max-width: 1280px;
    margin: 0 auto;
}
@media screen and (max-width: 1280px) {
    .news-list {
        margin: 0 -10px;
    }
    .news-list .item {
        padding: 0 10px;
    }
}
@media screen and (max-width: 1000px) {
    .news-list .item {
        width: 50%;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .news-list .item:nth-child(odd){
        border-left:none;
    }
    .news-list .name {
        font-size: 16px;
        height: 48px;
        margin: 0 0 15px;
    }
    .news-header .date,
    .news-header .date2,
    .news-list .txt .date {
        padding: 13px 9.424px 13px;
    }
    .news-list .description {
        margin: 10px 0 0;
    }
    .news-header .title {
        font-size: 18px;
    }
}
@media screen and (max-width: 767px) {
    .news-list .box {
        margin: 0 auto 30px;
    }
}
@media screen and (max-width: 580px) {
    .news-list li+li {
        border-left: none;
    }
    .news-header .date{
        float: none;
        width: 48px;
        display: block;
        margin-bottom: 10px;
    }
    .news-header .title{
        float: none;
        width: 100%;
        padding-right: 0;
    }
    .news-header .date2 {
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
    }
}