.news-list {
    margin: 0 -1.5%;
}
.news-list .item {
    width: 25%;
    padding: 0 1.5%;
}
.news-list .item .btn.more{
    display:none !important;
}
.news-list .box {
    max-width: 300px;
    margin: 0 auto 40px;
    /*border: 1px solid #CCC;*/
	position:relative;
    padding: 9px;
}
.news-list .box .cover{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	font-size:0;
}
.news-list .pic {
    position: relative;
    overflow: hidden;
}
.news-list .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);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-list .box:hover .pic img {
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.news-list .txt {
    position: relative;
    padding: 15px 0 20px;
}
.news-list .date {
    display:none !important;
    text-align: left;
    color: #D80000;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 6px;
}
.news-list .name a{
    color: #211813;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 6px;
    height: 27px;
}
.news-list .description a{
    clear: both;
    color: #777777;
    font-size: 13px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
.btn.more a{
    padding:13px 0;
}
.news-detail .title {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 auto 10px;
}

.news-detail .date {
    display: none;
    color: #D80000;
    font-size: 13px;
    font-weight: bold;
}
.news-detail .editor {
    margin-top: 40px;
}

@media screen and (max-width: 1200px) {
    .news-list {
        margin: 0 -1%;
    }
    .news-list .item {
        padding: 0 1%;
    }
}
@media screen and (max-width: 1000px) {
    .news-list {
        max-width: 800px;
        margin: 0 auto;
    }
    .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 .txt {
    padding: 10px 0 15px;
}
}
@media screen and (max-width: 767px) {
    .news-list {
        margin: 0 -7px;
    }
    .news-list .item {
        padding: 0 7px;
    }
    .news-list .box {
        margin-bottom: 20px;
    }
    .news-detail .title {
        font-size: 18px;
    }
    .news-detail .editor {
        margin-top: 0px;
    }
}
@media screen and (max-width: 580px) {
    .news-list .item {
        width: 50%;
    }
    .news-list .item:nth-child(n) {
        clear: none;
    }
}