@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Microsoft YaHei';
	min-width: 1200px;
	background: #ececec;
}

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-top: 1px solid #ffffff;
}
h1,h2,h3,h4,h5,h6{
	font-weight: lighter;
}
.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: #01afaa;
	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;
}
.page_low{
	left:0;
}
#paging_list {
	clear: both;
	display: table;
    margin: 10px auto;
}

.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: 66px;
/* 	margin-top: 10px; */
	border-bottom: 1px dashed grey;
	padding-bottom: 10px;
/* 	margin-left: 30px; */
	margin: 10px;
}

.newsdiv_img {
	float: left;
	width: 150px;
	/* padding-right: 95px; */
	height: 110px;
	margin-right: 30px;
}

.news_img {
	width: 150px;
	height: 110px;
}

.newsdiv_content {
	margin-top:6px;
	float: left;
	width: 766px;
	margin-left:20px;
	height: 66px;
}

.contentdiv_title {
	width:100%;
	margin-bottom: 5px;
}
.content_title_time{
	 float:right;
	 font-size:15px; 
	 color:#666;
}
.content_title {
	text-decoration: none;
	color: #333333;
	font-size: 16px;
}

.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%;
    margin-top:20px;
}
	/* 时间外框 */

#triangle-down {
	position: absolute;
	top: 16px;
	left: 24px;
    	display: inline-block;
          border-top: 8px solid transparent;
          border-bottom: 8px solid transparent;
          border-left: 8px solid transparent;
          border-right: 8px solid;
} 
#triangle-in {
	position: absolute;
	top: 16px;
	left: 26px;
	z-index: 999;
    display: inline-block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid #fff;
} 
#box{
	position: absolute;
	width:100px;
	height: 30px;
	border: 1px solid;
	top: 8px;
	left:40px;
	border-radius: 3px;
}
#miao{
	position: relative;
	width:150px;
	height: 20px;
	margin-top: -18px;
    margin-left: -8px;
}
span{
	line-height: 30px;
	text-align: center;
	margin-left: 5px; 
}
#circle{
	position: absolute;
	top:17px;
	border: 2px solid;
	width: 10px;
	height: 10px;
	background:#fff;
	border-radius: 50px;
}
