.news-list {
    margin: 0 -15px;
}
.news-list .item {
    width: 25%;
    padding: 0 15px;
}
.news-list .item:nth-child(4n+1) {
    clear: left;
}
.news-list .box {
    max-width: 320px;
    margin: 0 auto 50px;
    overflow: hidden;
    border: 1px solid #EEEEEE;
    background: #FFFFFF;
      transition: all 0.3s ease;
    position: relative;
    box-shadow: 25px 25px 40px rgba(221,157,138,0);
}
.news-list .box:hover{
    border-color: #EFCDC4;
    box-shadow: 25px 25px 40px rgba(221,157,138,.4);
}
.news-list li .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 {
    padding: 0 20px 30px;
}

.news-list .date {
    display: block;
    background: #FFFFFF;
    width: 130px;
    line-height: 44px;
    text-align: center;
    color: #0D1319;
    font-family: Quicksand;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 5px 5px 10px rgba(150,140,112,.3);
    margin: -11px auto 35px;
    position: relative;
    z-index: 2;
      transition: all 0.3s ease;
}
.news-list .box:hover .date{
    background: #EFCDC4;
    box-shadow: 5px 5px 10px rgba(150,140,112,0);

} 
.news-list .name {
    color: #B39168;
    font-size: 20px;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 54px;
    font-weight: bold;
      transition: all 0.3s ease;
    margin-bottom: 10px;
}

.news-list .description {
    color: #0D1319;
    font-size: 14px;
    line-height: 1.5;
    height: 63px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease;
}
.news-list .box:hover .name {
    color: #0C1319;
}
.news-list .box:hover .description {
    color: #B39168;
}

.news-detail {
    padding: 0 6% 0px;
}
.news-detail .date {
    display: block;
    width: 130px;
    line-height: 44px;
    text-align: center;
    color: #0D1319;
    font-family: Quicksand;
    font-weight: 500;
    font-size: 16px;
    margin: -11px auto 10px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
    background: #EFCDC4;

} 
.news-detail .title {
    font-size: 25px;
    color: #B39168;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}


@media screen and (max-width: 1200px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1000px) {
    .news-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .news-list .item {
        width: 50%;
        margin-bottom:20px;
    }
    .news-list .item:nth-child(4n+1) {
        clear: none;
    }
    .news-list .item:nth-child(2n+1) {
        clear: left;
    }
    .news-detail {
        padding: 0 2% 10px;
    }
    .news-detail .date {
    width: 120px;
     line-height: 25px;
     font-size: 16px;
      margin: 0 auto 15px;
    }

.news-detail .title{
     font-size: 16px;
      margin: 0.2em 0 0;
}

.news-list .txt {
    padding: 0 0px 10px;
}
.news-list .box {
        margin-bottom: 10px;
    }
    .news-detail .title:after {
    margin:20px auto 12px;
}

}
@media screen and (max-width: 767px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .box {
        margin-bottom: 10px;
    }
    .news-detail {
        padding: 0 15px 10px;
    }
    .news-list .date{
         width: 120px;
        line-height: 25px;
        font-size: 16px;
        margin: 0 0 5px;
    }
    .news-list .description {
         margin:0 8px 0px;
    }
    .news-list .name {
    font-size: 16px;
    height: auto;
    margin:0 8px 5px;
    line-height: 1.45;
    }
    .news-list .pic {
    display: none;
    }
    .news-list .item {
        width: 100%;
    }
}
