.newsList{
	margin: -15px 0 20px 0;
	padding: 0px;
}

.border_top{
	border-top:1px solid #e5eaeb;
	padding-top:30px;
	margin-top:-25px;
}
.oneNew{
	margin: 0px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	position:relative;
	transition: background-color 0.2s ease;
}

.arrow_active{
	display:none;
	margin:0;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../../img/white_green_arrow.png');
	position:absolute;
	width:50px;
	height:50px;
	bottom:10px;
	right:10px;
}

.oneNew:hover{
	background-color: #eaeef0;
	cursor:pointer;
	background-repeat: no-repeat;
}

.oneNew:hover .arrow_active{
	display:block;
}


.oneNew .photo_container{
	float:left;
	margin:0;
	width:240px;
	min-height:180px;
	margin-right: 20px;
	border:1px solid #f5f5f5;
}

.oneNew:hover .photo_container{
	border:1px solid #eaeaea;
}
.oneNew img{
filter: url('../../libs/grayscale/filters.svg#grayscale'); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(1); /* Webkit Nightlies & Google Chrome Canary */
}

.oneNew:hover img{
filter: none; /* Applies to FF + IE */
-webkit-filter: grayscale(0);
}
.oneNew p, .oneNew a{
	text-align: justify;
	color:#555;
	text-decoration:none;
	outline:none;
}
.oneNew p.simg{
	min-height: 63px;
}
.oneNew p a:hover{
	text-decoration:none;
}
.oneNew h4{
	font-size:20px;
	font-weight:600;
	margin-top:0px;
	margin-bottom: 8px;
	text-decoration:none;
	line-height:26px;
}


.oneNew:hover h4 a, .oneNew:hover .meta div{
	color: #008b52;
}

.oneNew .meta{
	display:inline-block;
	position:absolute;
	left:23px;
	top:18px;
	width:80px;
	height:80px;
	background: #eaeef0;
	text-align:center;
}

.oneNew .meta div{
	color: #333;
	font-weight:600;
	font-size:11px;
}

.oneNew .meta .date_day{
	font-size:38px;
	margin-top:17px;
	margin-bottom:8px;
}



.newsInnerLabel{
	font-weight: normal;
	font-size: 22px;
	line-height:28px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 6px;
}
.newsInnerDate{
	font-weight: normal;
	padding: 0px 16px 5px 0px;
	color: #008b52;
	margin: 0px;
}
.newsInnerPicture{
	display: block;
	float: left;
	margin: 20px 20px 15px 0px;
	border: 1px solid #f1f1f1;
}
.newsInnerPicture p{
	margin: 0px;
	padding: 3px 0px 3px 0px;
	text-align: center;
	color: #666;
	font-style: italic;
	font-size: 10px;
}
.newsInnerBack{
	margin-top: 10px;
	margin-bottom: 10px;
	display:inline-block;
	float:right;
	padding-bottom:18px;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-image: url('../../img/shadow_smallest.png');
}


.newsInnerBack a{
	display:inline-block;
	padding:15px 20px;
	background: #008b52;
	color: #fff;
}

.newsInnerModD{
	color: #999999;
	font-size: 10px;
}

.archive {
	text-align: left;
}

.newsContent, .newsContent p, .newsContent td, .newsContent div{
}

.aTitle {
	margin-bottom: 15px;
	padding-left:10px;
	
}
.newsInnerShare{
	text-align: right;
}
.newsInnerShare div{
	display: inline-block;
}

.newscomcount{
	color: #8E8E8E;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('../../img/comment.png');
	padding: 0 0 5px 20px;
	margin-bottom: 20px;
}


.block_news_date {
	font-size:11px;
	color:#8e8e8e;
}

.block_news_title a, .block_news_title a:hover{
	color:#ffffff;
	text-decoration:none;
}

.block_single_news {
	border-bottom:1px solid #A4A393;
	padding-bottom:5px;
}

.block_news_more a, .block_news_more a:hover{
	color:#ffffff;
	text-decoration:none;
}

table.addstable, table.addstable td {
	border:0;
	padding-left:0;
}
table.addstable tr:hover td, table.addstable tbody tr:hover th {
	background-color: #fff !important;
}
table.newsInnerAddstable tr:hover td, table.newsInnerAdstable tbody tr:hover th {
	background-color:#fff !important;
}
table.newsInnerAddstable, table.newsInnerAddstable tr, table.newsInnerAddstable td {
	border:none;
	padding-left:0;
}


#newssort{
	margin: -10px 0 40px 0px;
	overflow: hidden;
	height:35px;
	overflow:visible;
}


#newssort .seltitle {
	display:inline-block;
	float:left;
	margin:0 5px 0 0;
}
#newssort ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display:inline-block;
	float:left;
	margin-top:-7px;
}
#newssort ul li {
	float: left;
	margin: 0 1px 0 0;
	padding: 3px 8px;
	background-image:none;
}

#newssort ul li a{
	color: #555;
	padding:4px 8px;
	border-radius:3px;
	text-decoration:none;
	transition: background-color 0.2s ease;
	outline:none;
	display:inline-block;
}
#newssort ul li a.sel {
	color: #fff;
	background:#008b52;
	font-weight:600;
}

#newssort ul li a:hover {
	color: #fff;
	background:#008b52;
	font-weight:600;
}
.archive_month {
	float:left;
	width:100%;
	background: #F5F5F5;
	padding: 4px 0;
	border: 1px solid #EAEAEA;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-khtml-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.archive_month a {
	padding: 3px 8px;
}
.archive_month a.sel {
	color: #2c3e50;
}