/* css 重置 */
.news_lists ul { list-style: none ; }
.news_lists img { border: none; }
.news_lists a { blr: expression(this.onFocus=this.blur()); outline: none; }

/*本例css*/
.news_lists {width: 380px; height: 215px;  position: relative; overflow:hidden;}
.news_list_title{ height:32px; line-height:32px; display:block; overflow:hidden; margin-bottom:10px;}

.news_item_content
{
    line-height:22px;
    width:380px;
    height:145px;
}

.news_item_content img{ float:left; display:block; margin:8px 0px;}
.news_item_content .showInfor{
	float:left;
	width:210px;
	margin-left:15px;
	line-height:22px;
	color:#666;}
	
.news_item_content .showInfor h3 a{
	font-size:14px;
	font-family:"微软雅黑";
	color:#474747;
	line-height:30px;}

/*数字按钮样式*/
.news_lists .num 
{ 
    overflow:hidden; 
    height: 25px; 
    position: absolute; 
    top:0px; 
    right: 0px; 
    zoom:1; 
    z-index:30;
}
.news_lists .num ul{margin:0; padding:0;}
.news_lists .num li { width: 11px; height: 12px; line-height: 12px; text-align: center; 
                      font-weight: 400; font-family: "微软雅黑", Arial; color: #666666; 
                      cursor:pointer; float: left; padding:0px;margin:0 2px;
                      background:url(../images/index2_51.png) no-repeat 1px center;
                      }
.news_lists .num li.on{width: 11px; padding:0px; margin:0 2px; background:url(../images/index2_51.png) no-repeat right center; 
                        color:#035CAC;font-family: "微软雅黑", Arial;} /*当前项*/


/*上一个  下一个*/
.news_lists .prev,
.news_lists .next { display: none; width: 40px; height: 100px; background: url(../images/btn.png) no-repeat; position: absolute; top: 50px;}
.news_lists .prev { left: 0; }
.news_lists .next { right: 0; background-position: right }

/*NewList.aspx*/
.News_list ul{ margin:15px auto; overflow:hidden; display:block; width:740px; margin-left:20px;}
.News_list ul li{ width:725px; overflow:hidden; margin-top:5px; height:25px; }
.News_list ul li a{ padding-left:15px; width:468px; height:25px;  color:#676767;  line-height:25px; font-size:14px; overflow:hidden;text-overflow:ellipsis;}
.News_list ul li a:hover span{color:#55bb00; text-decoration:underline;}
.News_list ul li a:hover{color:#55bb00; text-decoration:underline;}
.News_list ul li a span{height:25px; width:168px; line-height:25px;  float:right; font-size:14px; text-align:right;}
/*NewList.aspx*/

/*NewInfo.aspx*/
.detail {width:740px;float:left;  margin-left:20px; }
.Newcontent {width:100%; font-size:26px;color:#535353;  font-weight:normal; text-align:center;}
.NewData { width:100%;height:25px;  font-size:14px; text-align:center; line-height:25px; margin-top:10px; color:#8c8c8c }
.NewData span{ margin-left:20px;}
.d_content2{float:left;width:735px; margin-top:30px;  padding-bottom:60px; line-height:25px;}
.d_content2 img{max-width:743px;}
.nextlog {border-top:1px dashed #c8c8c8;clear:both;margin-top:50px;padding-top:40px;}
.nextlog p{ color:#676767; font-size:14px;font-weight:bold;width:770px; padding-bottom:20px;}
.nextlog a{ color:#535353; font-size:14px;}
.nextlog a:hover{color:#55bb00; text-decoration:underline;  }
/*NewInfo.aspx*/
