.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;
    padding: 25px 10%;
    background: url('../../images/common/border_dot_v.png') repeat-y;
    position: relative;
}
.news-list .item .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 .pic:before {
    content: '';
    display: block;
    background: url('../../images/common/news/hover.png') 50% 60% no-repeat rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news-list .box:hover .pic:before {
    opacity: 1;
    background-position: 50% 50%;
}
.news-list .date {
    display: block;
    background: url('../../images/common/border_dot2_h.png') 0 100% repeat-x;
    color: #725333;
    font-size: 14px;
    letter-spacing: 0.05em;
    padding: 10px 0 6px;
}
.news-list .date:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/news/date_ic.png') no-repeat;
    width: 19px;
    height: 16px;
    margin: 0 6px 1px 0;
}
.news-list .name {
    color: #008B9F;
    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 .box:hover .name {
    color: #F94002;
}
.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: #5F370A;
    font-size: 20px;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 0 15px;
}
.news-detail .date {
    display: block;
    color: #725333;
    font-size: 12px;
    letter-spacing: 0.05em;
    background: #FAF4E7;
    line-height: 20px;
    text-align: center;
    padding: 0 15px;
    border-radius: 10px;
    width: 132px;
    margin: 0 auto 30px;
}
.news-detail .date:before {
    content: '';
    display: inline-block;
    vertical-align: text-bottom;
    background: url('../../images/common/news/date_ic.png') no-repeat;
    width: 19px;
    height: 16px;
    margin: 0 6px 1px 0;
}
.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 25px;
        padding: 5px 10%;
    }
    .news-detail .title {
        font-size: 15px;
        margin: 0 0 10px;
    }
    .news-detail .date {
        margin: 0 auto 10px;
    }
    .news-detail .editor {
        padding: 13px 0;
    }
}
