#news-date {
		font-size: 14px;
		color: #757474;
}
/* full list */
.single-news p{
	font:14px/1.75 RobotoLight, sans-serif;
	color:#000;
}
.box-content .news-view-list,
.box-content .news-view-table {
		display: table;
}
.home .news-view-list .news-view-row {
		display: inline-block;
    width: 100%;
    float: none;
	box-sizing:border-box;
	margin-bottom: 10px;
}
.news-view-list .news-view-row {
		display: inline-block;
    width: 50%;
    float: left;
	box-sizing:border-box;
	margin-bottom: 10px;
}
.home .news-view-list .news-view-row:nth-child(2n){
	padding-left:0px;
}
.news-view-list .news-view-row:nth-child(2n){
	padding-left:25px;
}
.news-view-list .news-view-cell {
		display: table-cell;
		vertical-align: top;
}
.news-view-list .news-view-cell img {
		padding: 0px 8px 0px 0px;
}
.news-view-list .news-view-cell .news-caption {
		margin-bottom: 9px;
	    margin-top: 5px;
}
.news-button {
    margin-top: 10px;
}
.news-button a{
    text-decoration: none;
    font: 13px RobotoRegular, sans-serif;
    color: #fff;
    display: inline-block;
    background-color: #ffaa00;
    width: 89px;
    height: 31px;
    line-height: 31px;
    text-align: center;
}
.news-view-list .news-view-cell .news-caption a {
		margin-bottom: 10px;
		color:#04bc79;
}
.news-view-list .news-view-cell .news-caption a span {
		font:16px RobotoRegular, sans-serif;
		color:#000;
}
.news-view-list .news-view-cell .news-date {
		font: 14px RobotoLight, sans-serif;
		color: #757474;
}
.home .news-view-list .news-view-cell .news-description p {
		line-height: 1.3;
}
.news-view-list .news-view-cell .news-description p {
		margin: 0px;
		font-size:14px;
		line-height: 1.75;
}
/* table view */
.news-view-table .news-view-cell {
		display: table-cell;
		vertical-align: top;
		width: 25%;
}
.news-view-table .news-view-cell img {
		float: left;
		padding: 0px 6px 0px 6px;
}
.news-view-table .news-view-cell .news-date {
		font-size: 11px;
		color: rgb(153, 153, 153);
		line-height: 1.4em;
}
/* short list */
.news-view-short .news-date {
		color: #999999;
        line-height: 1.2em;	
}
.news-view-short {
		margin-bottom: 8px;
}
/*column-left*/
#column-left .box.news-box{
	width:100%;
	padding:0;
	margin:0;
}
#column-left .news-box .box-heading:before, #column-left .news-box .box-heading:after{
	content:none;
}
#column-left .news-box .box-heading > span{
	background:none;
}
#column-left .news-box .box-content ul {
    margin: 0;
    font-size: 9px;
    color: #04bc79;
    padding: 11px 0 0 22px;
}
#column-left .news-box .box-content > ul > li {
    font-size: 20px;
    margin-bottom: 6px;
}
#column-left .news-box .box-content > ul > li > a {
    font-size: 15px;
    color: #04bc79;
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
}
#column-left .news-box .box-content > ul > li > a > span {
    color: #000;
}






















