.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);
    z-index: 2;
}
.news-list .box:hover{
    border-color: #EEEEEE;
    box-shadow: 20px 20px 40px rgb(0 0 0 / 10%);
}
.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);
     opacity:0.8;
}
.news-list .txt {
    padding: 0 20px 30px;
}
.news-list .date {
    display: block;
    background: #FFFFFF;
    width: 130px;
    line-height: 44px;
    text-align: center;
    color: #2A180F;
    font-weight: 500;
    font-size: 16px;
    box-shadow: 5px 5px 10px rgba(150,140,112,.3);
    margin: -11px auto 25px;
    position: relative;
    z-index: 2;
    transition: all 0.3s ease;
}
.news-list .box:hover .date{
    background: #5c5c5c;
    color: #fff;
    box-shadow: 5px 5px 10px rgba(150,140,112,0);
} 
.news-list .name {
    color: #5c5c5c;
    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: #666;
    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: #999;
}
.news-list .box:hover .description {
    color: #0D1319;
}
.news-detail {
    border: 1px solid #666;
    padding: 0 6% 60px;
}
.news-detail .date {
    display: block;
    background: #666;
    width: 130px;
    line-height: 30px;
    text-align: center;
    color: #E4E0D3;
    font-size: 17px;
    margin: 0 auto 25px;
}
.news-detail .title {
    color: #333;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
}
.news-detail .title:after {
    content: '';
    display: block;
    border-top: 3px solid #888;
    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;
    }
    /*20250319/*.news-list .pic {
    display: none;
    }*/
    .news-list .item {
        width: 100%;
    }
}