.news-list {
    margin: 0 -6px;
}

.news-list .item {
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
}

.news-list .item:nth-child(4n+1) {
    clear: left;
}

.news-list .box {
    margin: 0 auto 30px;
    padding: 39px 35px 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 300px;
    position: relative;
    text-align: center;
    background: #F7F7F5;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .box:before{
    content: '';
    width: 100%;
    height: 0%;
    background: url(../../images/common/news/bg.jpg);
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.news-list .box:hover{
    background: transparent;
}
.news-list .box:hover:before{
    height: 100%;
}

.news-list .item:nth-child(4n+1) .box {
}

.news-list .pic {
    position: relative;
    overflow: hidden;
    max-width: 220px;
    margin: 0 auto;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.news-list .date {
    display: inline-block;
    color: #6A3906;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0.05em;
    padding: 22px 0 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    font-family: 'Crimson Text', serif;
}
.news-list .date:before{
    content: '[';
    margin-right: 5px;
}
.news-list .date:after{
    content: ']';
    margin-left: 5px;
}


.news-list .name {
    color: #6A3906;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0px 0 2px;
    height: 24px;
}

.news-list .box:hover .name {
}

.news-list .description {
    color: #878787;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 21px;
}

.news-detail .title {
    color: #5F370A;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 0 15px;
}

.news-detail .date {
    display: block;
    color: #6A3906;
    font-size: 14px;
    letter-spacing: 0.05em;
    background: #FBC82B;
    line-height: 21px;
    text-align: center;
    padding: 1px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    width: 130px;
    margin: 0 auto 30px;
    font-family: 'Crimson Text', 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;
    }
    .news-list .name {
        font-size: 16px;
        margin: 8px 0 3px;
        height: auto;
    }
    .news-list .description {
        font-size: 14px;
    }
    .news-list .box {
        margin: 0 auto 15px;
        padding: 5px 5%;
    }
    .news-detail .title {
        font-size: 15px;
        margin: 0 0 10px;
    }
    .news-detail .date {
        margin: 0 auto 10px;
    }
    .news-detail .editor {
        padding: 13px 0;
    }
}

@media screen and (max-width: 767px) {
    .news-list .item{
        padding: 0;
    }
    .news-list .date{
        padding: 10px 0 0;
    }
}

@media screen and (max-width: 580px) {}
