@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Microsoft YaHei';
	min-width: 1200px;
	background: #ebebeb;
}

img {
	border: 0px
}

a {
	text-decoration: none;
	margin: 0;
	font-family: 'Microsoft YaHei';
}

.shownewsbox {
	width: 747px;
	margin: 40px 42.5px 30px 42.5px;
}

.shownewsbox ul {
	width: 100%;
}

.shownewsbox li {
	height: 150px;
	border-left: 2px solid #0A8849;
	border-top: 1px solid #ffffff;
}

.shownewsbox li time {
	position: absolute;
	margin-left: -0.8%;
	margin-top: -20px;
	font-size: 14px;
	background: url(../img/newsList1.png) no-repeat;
	height: 50px;
	line-height: 300%;
	width: 94px;
	text-align: center;
	color: #206903;
	padding-left: 27px;
}

.shownewsbox li h3 a {
	color: #333333;
	text-decoration: none;
	font-size: 16px;
}

.shownewsbox li h3 {
	margin-left: 3%;
	margin-top: 25px;
	margin-bottom: 5px;
	border: 1px solid #ffffff;
}

.shownewsbox li h6 a {
	margin-left: 3%;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size:14px;
	color:#666666;
}

#paging_list {
	position:absolute;
	bottom:40px;
	margin-left: 260px;
	clear: both;
}

.page {
	font-size: 12px;
}

a.page {
	text-decoration: none;
	color: #000000;
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	margin: 0 3px;
	background-color: #f0f0f0;
	border: #cccccc solid 1px;
}

a.page:hover {
	text-decoration: none;
	color: #ff6600;
}

a.page-curr {
	text-decoration: none;
	color: #ff6600;
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	margin: 0 3px;
	background-color: #ffffff;
	border: #ff6600 solid 1px;
	color: #ff6600
}

/* ---------------v2-------------------------- */
.rightdiv_news {
	width: 810px;
	height: 40px;
/* 	margin-top: 10px; */
	border-bottom: 1px dashed #cccbcb;
/* 	margin-left: 30px; */
	margin: 10px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.newsdiv_img {
	float: left;
	width: 150px;
	/* padding-right: 95px; */
	height: 110px;
	margin-right: 30px;
}

.news_img {
	width: 150px;
	height: 110px;
}

.newsdiv_content {
	float: left;
	width: 766px;
	margin-left:20px;
}

.contentdiv_title {
	width:100%;
	margin-bottom: 5px;
}
.content_title_time{
	 float:right;
	 font-size:15px; 
	 color:#666;
    line-height: 40px
}
.content_title {
	text-decoration: none;
	color: #333333;
	font-size: 16px;
	line-height: 40px;
}

.content_description {
	color: #666666;
	font-size: 12px;
}

.contentdiv_more {
	width: 100%;
	margin-top: 5px;
}

.content_more {
	text-decoration: none;
	color: #333333;
}

#listtime_page {
    display: table;
    margin: 10px auto;
}
.contentdiv_title_v3 {
	width:100%;
}
.page_low{
	min-width: 832px;
	max-width:832px;
	position: absolute;
	bottom:0px;
}