.news-list {
    margin: 0 -10px -30px;
}
.news-list .item {
    width: 25%;
    padding: 0 10px;
}
.news-list .item a {
    max-width: 247px;
    margin: 0 auto 50px;
    position: relative;
}
.news-list a:hover .newspic {
    opacity: .6;
}
.news-list .title {
    color: #666666;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
    overflow: hidden;
    font-weight: bold;
}

.newspic {
	 text-align: center;
    border-bottom: 1px solid #fff;
    outline: 1px solid #C7C7C7;
    padding: 3px;}

.news-list .title:hover {
    color: #72A401;
}
.news-list .date {
    display: inline-block;
     color: #fff;
     font-size: 12px;
     font-weight: bold;
     margin: 10px 0;
     width: 90px;
     background: #00bfff; /* Old browsers */
     background: -moz-linear-gradient(top, #00bfff 0%, #0080ff 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(top, #00bfff 0%,#0080ff 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, #00bfff 0%,#0080ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     border-radius: 30px;
     text-align: center;
}
.news-list .description {
    line-height: 1.4;
    overflow: hidden;
    height: 36px;
}

.news-header {
    padding-left: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
}
.news-header .date {
    display: inline-block;
     color: #fff;
     font-size: 12px;
     font-weight: bold;
     margin: 10px 0;
     width: 90px;
     background: #00bfff; /* Old browsers */
     background: -moz-linear-gradient(top, #00bfff 0%, #0080ff 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(top, #00bfff 0%,#0080ff 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(to bottom, #00bfff 0%,#0080ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     border-radius: 30px;
     text-align: center;
	  padding: 3px;
}
.news-header .title {
    color: #373737;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;
}


.newstxt{
	width:50%;
}

@media screen and (max-width: 1240px) {
    .news-list .item {
        width: 33.33%;
    }
}
@media screen and (max-width: 700px) {
    .news-list .item {
        width: 50%;
    }
}
@media screen and (max-width: 400px) {
    .news-list .item {
        width: auto;
        float: none;
    }
    .news-list .pic {
        height: auto;
    }
}