.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%;
    position: relative;
    background-image:linear-gradient(to right, #dbdbdb 1px, transparent 1px);
  background-repeat: repeat-y;
  background-size: 1px 100%;
  background-position: left center;
}

 
.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: 0;
}
 
.news-list .date {
    display: block;
    
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 10px 0 6px;
    background: #004398;
    border-radius: 0;
    padding: 10px;
    max-width: 125px;
    text-align: center;
    margin: 0 auto;
    margin-top: -30px;
    z-index: 2;
    position: relative;
}

 

.news-list .name {
   color: #333333;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.06em;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 10px;
    height: 26px;
}

.news-list .box:hover .name {
    color: #004398;
}

.news-list .description {
      color: #888;
    font-size: 15px;
    letter-spacing: 1px;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 23px;
}

.news-detail .title {
     color: #333333;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 0.06em;
    text-align: center;
    margin: 0 0 15px;
}

.news-detail .date {
     
    width: 132px;
    margin: 0 auto 30px;

    display: block;
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    
    background: #004398;
    border-radius: 0;
    padding: 10px;
    max-width: 125px;
    text-align: center;
  
    position: relative;
}

 

.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;
    }
}

@media screen and (max-width: 767px) {
    .news-list .box {}
}

@media screen and (max-width: 484px) {
    .news-list .box {
        padding: 5px 3%;
    }
}
