#list .mui-table-view-cell.mui-active {
	background-color: #ffffff;
}

#list .nMore {
	width: 100%;
	height: 25px;
	line-height: 25px;
	border-bottom: solid 1px #59ab2d;
	position: relative;
	margin-top: 7px;
}

#list .nMore a {
	display: inline;
	background: #59ab2d;
	color: #FFFFFF;
	font-size: 12px;
	position: relative;
	top: 0px;
	padding: 4px 8px;
	letter-spacing: 1px;
	position: relative;
	z-index: 2;
	border: solid 1px #59ab2d;
	transition: all .3s;
	-moz-transform: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	margin: 0;
	text-transform: uppercase;
}


/**/

.mui-table h4,
.mui-table h5,
.mui-table .mui-h5,
.mui-table .mui-h6,
.mui-table p {
	margin-top: 0;
}

#list li {
	padding: 0;
	padding-top: 10px;
	width: 100%;
	padding-bottom: 5px;
}

#list .mui-table p.mui-h6 {
	color: #AFAFAF;
	letter-spacing: 1px;
	font-size: 12px;
	height: 31px;
}

.mui-table h4 {
	line-height: 21px;
	font-weight: 500;
}

.mui-table-view:before,
.mui-table-view:after {
	left: 100%;
}

.mui-table-view-cell:before,
.mui-table-view-cell:after {
	background: #FFFFFF;
	width: 100%;
}

.news-list {
	clear: both;
	background: #feffed;
	margin-bottom: 20px;
}

.news-list img {
	width: 100%;
	max-width: 100%;
	height: 90px;
}

.new-content {
	max-width: 100%;
}

.news-list .mui-col-xs-8 {
	vertical-align: top;
	padding-left: 10px;
	padding-top: 2px;
	letter-spacing: 1px;
}

.news-list .mui-col-xs-8 h5 {
	color: #565656;
	font-weight: bold;
	height: 20PX;
	line-height: 20PX;
	font-size: 15px;
	letter-spacing: 1px;
}

.news-list .mui-col-xs-8 p {
	line-height: 16px;
	letter-spacing: 1px;
}

#list h6 {
	display: none;
}

#list .date {
	width: 100%;
	padding: 5px 0;
}

#list .date .day {
	text-align: center;
	font-size: 25px;
	color: #656565;
}

#list .date .year_month {
	text-align: center;
	font-size: 14px;
	letter-spacing: 2px;
	color: #656565;
	padding-top: 5px;
}