.news-list {
   margin: 0 -25px;
}

.newspage .news-list .item {
    width: 33%;
    padding: 0 25px;
	display: table-cell;
}

.news-list .box {
    margin: 0 auto 40px;
    line-height: 1.65;
    overflow: hidden;
    max-width: 320px;
	display: block;
}

.news-list .pic {
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.news-list .pic:before {
    content: '';
    display: block;
    border: 5px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.news-list .box:hover .pic:before {
    opacity: 0.6;
}

.news-list .box:hover .txt {
    background: #F2FAF6;
}

.news-list .date {
    display: inline-table;
    color: #fff;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    background: #708836;
    padding: 5px 10px;
    vertical-align: middle;
    width: 50px;
    height: 70px;
    margin: 0 15px 0 0;
}

.news-list .date small {
    display: block;
    font-size: 18px;
    line-height: 11px;
    margin-top: 11px;
    color: #ffff00;
    
}

.news-list li .news-text {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 90px);
	 margin-left: 15px;
	 text-align: left;
}

.news-list .name {
    color: #5F5F5F;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 29px;
}

.news-list a:hover .name {
    color: #708836;
}

.news-list .description {
    color: #888;
    letter-spacing: 0;
     height: 4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    position: relative;
	text-align: left;
}

.news-header {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 32px;
    text-align: center;
}

.news-header .date {
    display: inline-block;
    color: #fff;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    background: #EEA9A9;
    padding: 5px 10px;
    vertical-align: middle;
    width: 50px;
    height: 70px;
    margin: 0 15px 0 0;
}

.news-header .date small {
    display: block;
    font-size: 18px;
    line-height: 23px;
    margin-top: 5px;
    color: #333;
}

.news-header .title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
    color: #5F5F5F;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 0 0;
    display: block;
}

.news-detail {
    padding-bottom: 20px;
}

@media screen and (max-width: 1400px) {
    .news-list {
       margin: 0 ;
	  width:100%;
    }
    .news-list .item {
        float: left;
        width: 50%;
        padding: 0 7px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .news-list .box {
        max-width: 320px;
        text-align: center;
    }
    .news-list .pic {
        float: none;
        width: auto;
    }
    .news-list .txt {
        margin: 5px 0 0;
        padding: 15px 15px 20px;
    }
    .news-list .date {
        position: static;
        height: auto;
        font-size: 35px;
      /*  margin: 0 0 6px;*/
    }
    .news-header,
    .news-header .date,
    .news-header .title {
        display: block;
    }
    .news-header .date {
        width: 88px;
        height: 80px;
        font-size: 28px;
        line-height: 1;
        margin: 0 auto 10px;
        padding: 14px 0 0;
    }
    .news-header .date small {
        font-size: 14px;
        line-height: inherit;
    }
    .news-header .title {
        padding: 0;
        text-align: center;
        font-size: 21px;
    }
}

@media screen and (max-width: 520px) {
    .news-list .item {
        width: 100%;
    }
}

.news-detail {
    border-bottom: 1px dashed #ccc;
    padding: 40px 0;
}

.news-title {
    border-top: 1px solid #E6E4E3;
    border-bottom: 1px solid #E6E4E3;
    color: rgb(21, 169, 255);
    font-size: 18px;
    margin: 0;
    padding: 17px 0px 17px 0px;
    
}
.news-date {
    margin: 0 0 50px auto;
}
.news-list li .date, .news-date {
	font-family: 'Merriweather', serif;
    color: #fff;
    background: #FF732F;
    font-size: 22px;
    width: 70px;
    line-height: 35px;
    display: block;
    text-align: center;
    margin: 0 0 7px;
    float: left;
	height: 80px;
}
.news-editor {
    position: relative;
}
.news-editor .news-p {
    
}


.news-date1{
	color: #fff;
    background: #FF732F;
	float: right;
    width: 100px;
    font-size: 15px;
    display: block;
	text-align: center;
	line-height: 30px;
}













