.news-list {
    margin: 0 -6px;
}

.news-list .item {
    width: 25%;
}

.news-list .item:nth-child(4n+1) {
    clear: left;
}

.news-list .box {
    /* margin: 0 auto 50px; */
    margin: 0 auto;
    padding: 25px 10%;
    position: relative;
    border: 1px #eee solid;
    border-left: none;
}

.news-list li:first-of-type .box:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #eee;
}

.news-list .box:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#936649), to(#936649)), -webkit-gradient(linear, left top, left bottom, from(#936649), to(#936649)), -webkit-gradient(linear, right top, left top, from(#936649), to(#936649)), -webkit-gradient(linear, left bottom, left top, from(#936649), to(#936649));
    background-image: -webkit-linear-gradient(left, #936649 0%, #936649 100%), -webkit-linear-gradient(top, #936649 0%, #936649 100%), -webkit-linear-gradient(right, #936649 0%, #936649 100%), -webkit-linear-gradient(bottom, #936649 0%, #936649 100%);
    background-image: -o-linear-gradient(left, #936649 0%, #936649 100%), -o-linear-gradient(top, #936649 0%, #936649 100%), -o-linear-gradient(right, #936649 0%, #936649 100%), -o-linear-gradient(bottom, #936649 0%, #936649 100%);
    background-image: linear-gradient(to right, #936649 0%, #936649 100%), linear-gradient(to bottom, #936649 0%, #936649 100%), linear-gradient(to left, #936649 0%, #936649 100%), linear-gradient(to top, #936649 0%, #936649 100%);
    background-position: left top, right top, right bottom, left bottom;
    background-size: 0 1px, 1px 0, 0 1px, 1px 0;
    background-repeat: no-repeat;
    transition: all .5s ease;
}

.news-list .box:hover:after {
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    transition: all .5s ease;
}

.news-list .box .btn {
    color: #666666;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    display: block;
    width: 49%;
    height: 30px;
    bottom: 0px;
    text-align: center;
    margin: 15px auto 0;
    transition: all 0.3s ease;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.news-list .box:hover .btn {
    width: 80%;
    color: #936649;
    transition: all 0.3s ease;
}

.news-list .box .btn span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .5s ease;
}

.news-list .box:hover .btn span {
    left: 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #936649;
    transition: all .5s ease;
}

.news-list .box .btn:before {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 0 3px 7px;
    border-color: transparent transparent transparent #936649;
}

.news-list .box:hover .btn:before {
    right: 15px;
    opacity: 1;
    transition: all .5s ease;
}

.news-list .box .btn:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: #936649;
    transition: all .5s ease;
}

.news-list .box:hover .btn:after {
    opacity: 1;
    border-width: 5px 0 5px 8px;
}

.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 .item:nth-child(4n+1) .box {
    background: none;
}

.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 220px;
    margin: 0 auto;
    border: 2px solid #DDD;
    border-radius: 50%;
}

.news-list .box .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
}

.news-list .box:hover .pic img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -o-transform: scale(1.3);
    -ms-transform: scale(1.3);
}

.news-list .date {
    display: block;
    color: #634F4A;
    font-size: 12px;
    letter-spacing: 0.1em;
    padding: 20px 0 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.news-list .name {
    color: #5EA5B7;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 3px;
    height: 26px;
}

.news-list .description {
    color: #888;
    font-size: 14px;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 23px;
}

.news-detail .title {
    color: #444;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 0 15px;
}

.news-detail .date {
    display: block;
    color: #634F4A;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 20px;
    text-align: center;
    padding: 0 15px;
    border-radius: 10px;
    width: 132px;
    margin: 0 auto 30px;
    font-family: 'Poppins', sans-serif;
}

.news-detail .editor {
    background: url('../../images/common/border_dot_h.png') repeat-x;
    padding: 28px 0;
}

@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(2n+1) .box {
        background: none;
    }
}

@media screen and (max-width: 767px) {
    .news-list .box {
        margin-bottom: 30px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 580px) {
    .news-list .item {
        width: 100%;
    }

    .news-list .item:nth-child(n) {
        clear: none;
    }

    .news-list .item:nth-child(n) .box {
        background: none;
    }
}