.newsList{
	margin: 0px;
	padding: 0px;
}
.oneNew{
	margin: 0px 0px 10px 0px;
	padding: 10px 20px 10px 10px;
	position:relative;
	background: #f2f2f2;
	transition: background 0.2s linear 0s;
	-webkit-transition: background 0.2s linear 0s;
	-o-transition: background 0.2s linear 0s;
}


.photocont{
	margin:0;
	width:200px;
	height:150px;
	display:inline-block;
	float:left;
	overflow:hidden;
	margin-right: 20px;
	margin-bottom:10px;
}

.oneNew img{

}


.oneNew:hover{
	background: #fafafa;
	cursor:pointer;
}


.oneNew p, .oneNew a{
	text-align: justify;
	color: #0b2859;
	outline:none;
}

.oneNew h4 a{
	font-weight:bold;
	color: #0b2859;
	text-decoration:none;
	transition: color 0.25s linear 0s;
	-webkit-transition: color 0.25s linear 0s;
	-o-transition: color 0.25s linear 0s;
}

.oneNew:hover h4 a{
	color: #d40000;
}


.oneNew a img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease
}


.oneNew:hover a img {
    transform:scale(1.1);
    -ms-transform:scale(1.1); /* IE 9 */
    -moz-transform:scale(1.1); /* Firefox */
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -o-transform:scale(1.1); /* Opera */
}

.oneNew p.simg{
	min-height: 63px;
	margin-top:7px;
}
.oneNew p a:hover, .oneNew p a:focus{
	text-decoration:none;
}
.oneNew h4{
	margin-top:-2px;
	margin-bottom: 0px;
}
.oneNew .meta,
.oneNew .meta a{
	color: #929292;
}

.oneNew .meta{
	display:block;
	
}

.newsInnerLabel{
	font-size: 24px ;
	font-weight: bold;
	line-height:29px;
	margin: 0px 0px 5px 0px;
	text-transform:none;
}
.newsInnerDate{
	color: #929292;
	margin-bottom:20px;
}
.newsInnerPicture{
	display: block;
	float: left;
	margin: 3px 20px 0px 0px;
	padding: 0px;
	border: 1px solid #eee;
}
.newsInnerPicture p{
	margin: 0px;
	padding: 0px 0px 3px 0px;
	text-align: center;
	color: #666;
	font-size: 13px;
}
.newsInnerBack{
	
}

.newsInnerBack a{
}

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

a.archive{
	display:inline-block;
	height:40px;
	line-height:38px;
	background: #0b2859;
	color: #fff;
	font-weight:bold;
	padding:0 28px;
	border: none;
	cursor:pointer;
	float:right;
	margin:20px 0 5px;
	text-decoration:none;
}

a.archive:hover, a.archive:focus{
	background: #d40000;
	color: #fff;
}

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

.newsContent{
	margin-top:0px;
}

.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;
}

.link2all a{
	display:inline-block;
	height:40px;
	line-height:38px;
	background: #0b2859;
	color: #fff;
	font-weight:bold;
	padding:0 28px;
	border: none;
	cursor:pointer;
	float:right;
	margin:20px 0 5px;
	transition:background 0.25s ease;
	-webkit-transition:background 0.25s ease;
	text-decoration:none;
}

.link2all a:hover, .link2all a:focus{
	background: #d40000;
	color: #fff;
}
.cf{
	margin-top:12px;
}



