.block_newslist{
    background: #f5f5f5;
    padding: 30px 0;
}
.block_newslist .block_title{
    background: url(../images/icon-ke.png) repeat-x scroll bottom center;
	margin-bottom: 20px;
    height: 35px;
}
.block_newslist .block_title > a{
    background: url(../images/icon-title.png) no-repeat scroll left 2px;
    border-bottom: 3px solid #00832a;
	color: #00832a;
    font-size: 18px;
	font-weight: bold;
    padding: 0 0 12px 40px;
	text-transform: uppercase;
}
.block_newslist .block_title ul{
    float: right;
}
.block_newslist .block_title ul li{
    background: url(../images/icon-cat.png) no-repeat scroll left center;
    display: inline-block;
    padding-left: 8px;
    margin-left: 15px;
}
.block_newslist .block_title ul li a{
    color: #333;
    font-size: 16px;
	font-weight: normal;
}
.block_newslist .block_title ul li:hover a{
    color: #00832a;
}
.news-item-first {
    border-bottom: 4px solid #d92b39;
    width: 51.3%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}
.news-item-first .heading {
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
}
.news-item-first .heading a{
    color: #fff;
    font-size: 18px;
	font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.news-item-first p{
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    margin-right: 28px;
}
.news-item-first .viewmore {
    background: #d92b39;
    color: #fff;
    font-size: 32px;
    position: absolute;
    height: 37px;
    width: 40px;
    right: 0;
    bottom: 0;
    line-height: normal;
    text-align: center;
}
.news-item{
    width: 48%;
    float: right;
    margin-bottom: 9px;
}
.news-item .image{
    float: left;
    margin-right: 20px;
}
.news-item .heading {
    margin-bottom: 8px;
}
.news-item .heading a{
    color: #333;
    font-size: 16px;
	font-weight: bold;
}
.news-item-first:hover .heading a,
.news-item:hover .heading a{
    color: #00832a;
}
.news-item p{
    color: #333;
    font-size: 14px;
}
@media screen and (max-width:668px){
    .news-item-first,.news-item{
        width: 100%;
        margin-bottom: 20px;
    }
    .block_newslist .block_title ul{
        display: none;
    }
}