.news_list_frame1 {
	width: 800px;
	height: auto;
	border: 1px solid #EE6D22;}

.abc {
	border: 0px solid #EE6D22;}

.article_link {
	clear: both;
	margin-bottom: 30px;
	width: 812px;
	height: 16px;
	float: left;
	border: 0px solid #EE6D22;}

.article_abstract_link{
	clear: both;
	width: 812px;
	height: 16px;
	float: left;
	border: 0px solid #EE6D22;}
.article_abstract_link a {
	float:left;	
	font-size: 16px;
	line-height: 16px;
	color: #444444;
	text-decoration: none;
	float: left;
	margin-bottom: 30px;}
.article_abstract_link a:hover {
	color: #EE6D22;
	text-decoration: underline;}
.article_abstract_link p{
	float: right;}


.article_link a {
	float:left;	
	font-size: 16px;
	line-height: 16px;
	color: #444444;
	text-decoration: none;
	float: left;
	margin-bottom: 30px;}

.article_link a:hover {
	color: #EE6D22;
	text-decoration: underline;}

.article_link p {
	float: right;}
.article_front {
	float: left;
	width: 14px;
	height: 14px;
	margin-right:5px;
	background-color: #EE6D22;}
.article_front_link {
	clear: both;
	width: 792px;
	height: 20px;
	margin-bottom: 29px;
	border: 0px solid #EE6D22;}

.article_front_title {
	float: left;
	width: 20px;
	height: 20px;
	background-color: #EE6D22;}

.article_front_link p {
	font-size: 16px;
	color: #444444;}

.article_front_underline {
	clear: both;
	width: 792px;
	height: 1px;
	background: #EE6D22;}

.see_more {
	float: right;
	color: #eea355;
	text-decoration: none;}

.see_more a {
	color: #eea355;
	text-decoration: none;}

.see_more a:hover {
	color: #EE6D22;}

DIV.digg {
	clear: both;
	font-size: 16px;color: #969696;
	margin-top: 5px;
	float: left;
	text-align: center
;}

DIV.digg A {
	
	padding: 5px 11px;
	margin: 10px;
	color: #969696;
	font-size:14px;
	text-decoration: none;
	border:  1px solid #b1b1b1;}

DIV.digg A:hover {
	border:  1px solid #004aaf;
	background-color:#d5e3fa;
	color: #969696;}

DIV.digg A:active {
	border: #2f9bdc 1px solid;
	color: #969696;}

DIV .digg a.current {
	border: #ffffff 1px solid;
	font-weight: bold;
	color: #004aaf;}
DIV .digg a.current:hover {
	
	background-color:#ffffff;}
DIV.digg a.disabled {
	
	border:  1px solid #b1b1b1;
	
	
	margin: 10px ;
	font-family: "微软雅黑";
	color: #969696;}

DIV.digg a.disabled:hover {
	background-color:white;
	border:  1px solid #b1b1b1;
	margin: 10px;}

.totalRecords{font-size: 16px;margin-left: 30px;color: #969696;}
#SelectPage{border: 1px solid #969696;width:36px ;height: 22px;}


.jump {
	float: left;
	margin-left: 30px;
	line-height: 28px;
	border: 0px solid #EE6D22;
	width: ;}

.jump_text {
	border: 1px solid #969696;
	width: 36px;
	height: 28px;}

.contentabstract{
	clear:both;
	/*text-indent:20px;*/
	margin:10px 0px 30px 20px;}
.contentabstract a{
	font-size:14px;
	color:#969696;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	/** 将对象作为伸缩盒子模型显示 **/
	-webkit-box-orient: vertical;
	/** 设置或检索伸缩盒对象的子元素的排列方式 **/
	-webkit-line-clamp: 2;
	/** 显示的行数 **/
	overflow: hidden;}