.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 #9C8064;
    position: relative;
}
.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 .pic img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}
.news-list .box:hover .pic img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news-list .txt {
    padding: 0 20px 18px;
}
.news-list .date {
    display: block;
    background: url('../../images/common/news/date_bg.png');
    width: 130px;
    line-height: 30px;
    text-align: center;
    color: #E4E0D3;
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 17px;
    margin: 0 auto 15px;
}
.news-list .name {
    color: #9C8064;
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 25px;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    
    margin-bottom: 10px;
}
.news-list .description {
    color: #aaa;
    font-size: 13px;
    line-height: 1.5;
    max-height: 75px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
}
.news-list .box:hover .description {
    color: #E4D9C2;
}

.news-detail {
    border: 1px solid #BF9D7A;
    padding: 0 6% 60px;
}
.news-detail .date {
    display: block;
    background: url('../../images/common/news/date_bg.png');
    width: 130px;
    line-height: 30px;
    text-align: center;
    color: #E4E0D3;
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 17px;
    margin: 0 auto 25px;
}
.news-detail .title {
    color: #9C8064;
    font-family: 'Times New Roman', Times, Georgia, serif;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    line-height: 1.2;
}
.news-detail .title:after {
    content: '';
    display: block;
    border-top: 3px solid #9C8064;
    width: 60px;
    margin: 45px auto 30px;
}

@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%;
    }
}
