.crumbs{
	background: #F9F9F9;
	padding:35px 0 20px 0;
	font-size: 16px;
	font-weight: 400;
	color: #4D4D4D;
}
.crumbs a{
	font-size: 18px;
	color: #4D4D4D;
}
.news{
	background: #F9F9F9;
	padding-bottom: 80px;
}
.news .row>div.fl{
	width:75%;
	background: #FFFFFF;
	border: 1px solid #CDCDCD;
	padding:15px;
}
.news .news-list>a{
	display: block;
	width:100%;
	border-bottom: 1px solid #CDCDCD;
	padding: 15px 0;
}
.news .news-list>a:last-child{

	border-bottom: none;
}
.news .news-list>a>div.fl{
	width:28%;
}
.news .news-list>a>div.fl img{
    max-width: 100%;
    height:170px;
}
.news .news-list>a>div.fr{
	margin-top:10px;
	width:70%;
}
.news .news-list>a>div.fr>h2{
	color: #666666;
    font-weight: 600;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .news-list>a>div.fr>p{
	margin:10px 0;
	color: #808080;
    font-size: 14px;
}
.news .news-list>a>div.fr>p>span{
	color: #F47D2F;
}
.news .news-list>a>div.fr>div{
	margin:10px 0;
	color: #808080;
    font-size: 14px;
}

@media all and (max-width:768px){
	.news .row>div.fl {
	    width: 100%;
	    padding: 5px;
	}

	.news .news-list>a>div.fr>p {
	    display: none;
	}
	.news .news-list>a>div.fl {
	    display: none;
	}
	.news .news-list>a>div.fr {
	    width: 100%;
	}

}