@charset "gb2312"; /* N169.com IDC AutomaticProcedure CSS Standard */

/* 调试用样式 */

/* Automatic Menu */

/* 菜单外层容器样式 */
#menucontainer{
	height: 55px;
	width: 1200px;
	margin: 0 auto;
}

/* 一级菜单主体UL样式 */
#menucontainer #nav {padding: 0px; width: 1200px;height: 55px; margin:0px;);
	background-repeat: no-repeat;
	background-position: left center;} 

/* 一级菜单项目样式 */
#menucontainer #nav li {
	text-align:left;
	float: left;
	width: 133px;
	height: 55px;
	list-style-type: none;
	Padding:0;
	margin: 0;
} 

/* 一级菜单项目如果有边框或分隔线应用此样式 如果没有可以设空 */ 
#menucontainer .navmenuline {
	background-image: url(images/Menu_line.gif);
	background-repeat: no-repeat;
	background-position: right center;
	}

/* 一级菜单链接样式 Width值与一级li相同 */
#menucontainer #nav a {
	display: block;
	width: 133px;
	text-align:center;
	font-size: 21px;
	line-height:55px;
	text-decoration:none;
	height:55px;
	font-family: "微软雅黑", "黑体";
	font-weight: bold;
} 
#menucontainer #nav a:link {color:#fcf1da;} 
#menucontainer #nav a:visited {color:#fcf1da;}
#menucontainer #nav a:hover{color:#603d00;background:#e3a73d;}

/* 二级菜单样式控制 ul与li的width 值保持一致 */
#menucontainer #nav li ul {float: left; text-align:left; left: -999em; width: 133px; position: absolute; padding:0; margin: 0px;} 
#menucontainer #nav li ul li{
	width: 133px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	height: 40px;
} 

/* 二级菜单链接样式 Width值与二级li保持一致 */ 

#menucontainer #nav li ul a{
	font-size: 14px;
	font-weight: normal;
	color: #ffffff;
	text-align: center;
	width: 133px;
	text-decoration: none;
	height: 40px;
	line-height: 40px;
	background-color: #e3a73d;
	white-space: nowrap;
	display: block;
} 
#menucontainer #nav li ul a:visited {color:#ffffff;} 
#menucontainer #nav li ul a:hover {color:#a66a00;background:#ffe6bb;font-weight: bold; }

/* JS用到的类不要删除 */ 
#menucontainer #nav li:hover ul {left: auto;} 
#menucontainer #nav li.sfhover ul {left: auto;} 


/* 菜单结束 */

/* 友情链接样式 */
#HomeLinks {
	height: 20px;
	margin: 8px 0 0 0px;
	padding: 0px;
}

#HomeLinks Ul {
	margin: 0px;
	padding: 0px;
}

#HomeLinks Ul li {
	float: left;
	margin-top: 8px;
	margin-right: 10px;
	padding-right: 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	list-style-type: none;
}

/* 产品分类样式结束 */

/* 内页列表栏目输出 */
#inssubmenu {margin:0px;}

#inssubmenu img {
	height: 50px;
	width: 50px;
	margin-right: 10px;
	vertical-align: middle;
}
#inssubmenu #nav li {
	list-style-type: none;
	margin: 0px;
	paddgin:0;
}

#inssubmenu #nav .navmenuline {
}
#inssubmenu #nav .nowsubmenu a { color:#fff7e7; background-color:#bd9444;}
#inssubmenu #nav .nowsubmenu a:visited { color:#fff7e7; background-color:#bd9444;}
#inssubmenu #nav .nowsubmenu a:hover { color:#fff7e7; background-color:#bd9444;}
#inssubmenu #nav .nowsubmenu a:active { color:#fff7e7; background-color:#bd9444;}

#inssubmenu #nav li a {
	color: #714400;
	background-color: #d9a64d;
	white-space: nowrap;
	font-size: 18px;
	font-family: "微软雅黑", "黑体";
	display: block;
	height: 40px;
	line-height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcba79;
	text-indent: 60px;
	background-image: url(images/insSubmenu_dot.png);
	background-repeat: no-repeat;
	background-position: 30px center;
}
#inssubmenu #nav li a:visited {color:#714400;}
#inssubmenu #nav li a:hover {color:#f00;background-color:#f5e2bd;}
#inssubmenu #nav li a:active {color:#714400;}


#inssubmenu #nav {
	margin: 0px;
	padding: 0px;
}



/* 您所在的位置输出样式开始 */

/* #NowPage定义位置外层样式,#NowPage span 上层与当前位置样式(可加背景图片),a样式控制(如与页面其它链接样式相同可删除) */

#NowPage {
	margin: 0 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dedede;
	}
#NowPage h1 {
	text-align: right;
	font-size: 12px;
	color: #666;
	padding: 0px;
	margin: 0;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
}
#NowPage h1 span {
	margin-left: 8px;
	color: #666;
}
#NowPage span {	margin-left: 5px;	margin-right: 5px;}
#NowPage a {color:#666;text-decoration:none;}
#NowPage a:visited {color:#666;}
#NowPage a:hover {color:#ba2636;}
#NowPage a:active {color:#ba2636;}


/* 栏目名称 */


#NowPage2 {
	height: 40px;	font-size: 26px;
	font-weight: normal;
	margin: 20px 0 0 0;
	color: #406618;
	font-family: 黑体;
	text-align: center;
}
#NowPage2 h1 {

}

/* 您所在的位置输出样式结束 */

/* 新闻列表开始 */

/* #NewsList定义外层样式空为默认,UL设置列表宽度,Li设置列表条目样式,span设置时间样式,a设置链接样式(如与页面其它链接样式相同可删除) */
#NewsList {margin-left: 30px;margin-right: 30px;margin-top: 30px;margin-bottom:20px;}
#NewsList ul {	margin: 0px;	padding: 0px;}
#NewsList ul li {
height: 30px;
Font-size: 16px;
list-style-type: none;	
background-image: url(images/dot_list.gif);	
background-repeat: no-repeat;	
background-position: left 2px; 
padding:0px 0 0 20px;
margin: 0px 0 14px 0;
border-bottom-width: 1px;	
border-bottom-style: dashed;	
border-bottom-color: #ccc;	
}
#NewsList ul li span {
	font-family: Verdana, Geneva, sans-serif;	
	font-size: 10px;	
	color: #999;	
	margin-left: 15px;
	}
	
#NewsList ul li a {color:#333;text-decoration:none;}
#NewsList ul li a:visited {color:#333;text-decoration:none;}
#NewsList ul li a:hover {color:#ba2636;text-decoration:none;}
#NewsList ul li a:active {color:#ba2636;text-decoration:none;}
	
	
	


/* 新闻列表结束 */

/* 首页新闻列表开始 */

/* #NewsListHome定义外层样式空为默认,UL设置列表宽度,Li设置列表条目样式,span设置时间样式,a设置链接样式控制文字列表的宽度(警告!此样式不要删除,如删除可能引起列表工作不正常! Warning:Don't Delete) */
#NewsListHome {
	text-align: left;
	margin: 0;
}
#NewsListHome ul {
	margin: 0px;
	padding: 0px;
}
#NewsListHome ul li {
	list-style-type: none;
	margin: 0px;
	padding: 0 0 0 8px;
	float: left;
	width: 515px;
	background-image: url(images/n_d.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#NewsListHome ul li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin: 4px 0 0 8px;
	float: left;
}
#NewsListHome a {
	font-size: 16px;
	text-decoration: none;
	width: 23em;
	overflow: hidden;
	white-space: nowrap;
	display: block;
		float: left;
	text-overflow: ellipsis;
	font-family: "微软雅黑", "黑体";
}

/* 双排 */

#NewsListHomeTwo {
	margin: 10px 0 0 12px;
	text-align: left;
}
#NewsListHomeTwo ul {
	margin: 0px;
	padding: 0px;
}
#NewsListHomeTwo ul li {
	width: 190px;
	list-style-type: none;
	background-image: url(images/dot_red2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 8px;
	margin: 0px;
	height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow:ellipsis;	
}
#NewsListHomeTwo ul li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin-left: 15px;
}
#NewsListHomeTwo a {
	color:#704f24;
	text-decoration:none;
}
#NewsListHomeTwo a:visited {color:#00589e;}
#NewsListHomeTwo a:hover {color:#ba2636;}
#NewsListHomeTwo a:active {color:#ba2636;}

/* 公告栏，不限定字数 */

#homegg {
	width: 190px;
	height: 225px;
	margin: 12px 0 0 0px;
	text-align: left;
	overflow: hidden;
}
#homegg ul {
	margin: 0px;
	padding: 0px;
}
#homegg ul li {
	list-style-type: none;
	background-image: url(images/dot_red2.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding: 0 0 0 8px;
	margin: 0 0 8px 0;
}
#homegg ul li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin-left: 15px;
}
#homegg a {
	color:#704f24;
	text-decoration:none;
}
#homegg a:visited {color:#00589e;}
#homegg a:hover {color:#ba2636;}
#homegg a:active {color:#ba2636;}

/* 手动菜单 */
#MenuHome {
	width: 960px;
	margin: 0px auto 0 auto;
	text-align: left;
}
#MenuHome ul {
	margin: 19px 0 0 0px;
	padding: 0px;
}
#MenuHome ul li {
	list-style-type: none;
	padding: 0 20px 0 0px;
	margin: 0px;
	height: 20px;
	float: left;
	font-size: 14px;
	font-weight: bold;
}
#MenuHome ul li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin-left: 15px;
}
#MenuHome a {
	color: #FFF;
	text-decoration: none;
}
#MenuHome a:visited {
	color:#FFF;

}
#MenuHome a:hover {
	color: #FC0;
}
#MenuHome a:active {color:#ba2636;}


/* 首页新闻列表结束 */


/* 首页图片列表输出控制开始 */

/* #PictureListHome定义外框宽与高,#PictureListHome .picturelist定义每个图片列表框宽高样式,第3行定义图片框高度与宽度(请设置成正方形),第4.5.6行请不要删除与更改,#PictureListHome .picturelist .picturelistt定义图片注释文字样式 */
#PictureListHome {
	width: 210px;
	margin: 0px;
	padding: 0px;
}
#PictureListHome .picturelist {
	height: 105px;
	margin: 5px 0 0 0;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #a9b593;
}
#PictureListHome .picturelist .picturelistp {
	width:80px;
	height:100px;
	float: left;
}
#PictureListHome .picturelist .picturelistp img {
	width: 75px;
	height: 100px;
}
#PictureListHome .picturelist .picturelistt {
	text-align: center;
	height: 22px;
	float: right;
	width: 122px;
	background-image: url(images/Star_p_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
}

#PictureListHome .picturelist .picturelistt p{
	margin: 0;
}
#PictureListHome .picturelist .picturelistt a {color:#FFF;text-decoration:none; margin:5px 0 0 0;}
#PictureListHome .picturelist .picturelistt a:visited {color:#FFF;text-decoration:none;}
#PictureListHome .picturelist .picturelistt a:hover {color:#FFCC00;text-decoration:none;}
#PictureListHome .picturelist .picturelistt a:active {color:#ba2636;text-decoration:none;}

#PictureListHome .picturelist .picturelisttx {
	float: right;
	width: 120px;
	height: 70px;
	overflow: hidden;
}

/* 首页图片列表输出控制结束 */


/* 图片列表页输出控制开始 */
/* #PictureList定义外框宽与高,#PictureList .picturelist定义每个图片列表框宽高样式,第3行定义图片框高度与宽度(请设置成正方形),第4.5.6行请不要删除与更改,#PictureListHome ,.picturelist .picturelistt定义图片注释文字样式 */

#PictureList {
	min-height: 800px;
	margin: 40px 0 0 10px;
	padding: 0px;
}
#PictureList .picturelist {
	width: 270px;
	height: 200px;
	float: left;
	margin: 10px 0 0 0;
	text-align:center;
}
#PictureList .picturelist .picturelistp{
	width:270px;
	height:175px;
	
}
#PictureList .picturelist .picturelistp{
	overflow:hidden;
	text-align:center;
}
#PictureList .picturelist .picturelistp img {
	width:260px;
	height:170px;
	border: 1px solid #ccc;
}
#PictureList .picturelist .picturelistt {	text-align: center;}

/* 人物样式 */

#PictureListman {
	min-height: 800px;
	margin: 40px 0 0 30px;
	padding: 0px;
}
#PictureListman .picturelist {
	width: 142px;
	height: 240px;
	float: left;
	margin-right: 15px;
	margin-top: 10px;
}
#PictureListman .picturelist .picturelistp, #PictureListman .picturelist .picturelistp div {
	width:142px;
	height:200px;
}
#PictureListman .picturelist .picturelistp div {
	overflow:hidden;
	text-align:center;
}
#PictureListman .picturelist .picturelistp div p img {
	width:140px;
	height:185px;
	border: 1px solid #ccc;
}
#PictureListman .picturelist .picturelistp div p {
	margin: 0px;	
	padding: 0px;
	}
#PictureListman .picturelist .picturelistt {	text-align: center;}
/* 图片列表页输出控制结束 */


/* 产品图片列表输出控制开始 */

/* #ProductList定义外框宽与高,#ProductList .picturelist定义每行产品列表框宽高样式,第3行定义图片框高度与宽度(请设置成正方形),第4.5.6.7行请不要删除与更改,#PictureListHome , .picturelist .picturelistt定义产品信息框样式, h1 定义产品信息标题样式 ,p 定义产品信息详细样式 */
#ProductList {
	margin: 20px;
	padding: 0px;

	}
#ProductList .picturelist {	
	height: 160px;		
	margin: 10px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #960;
	}
	
#ProductList .picturelist .picturelistp {	
	width:120px;	
	height:150px;	
	}
#ProductList .picturelist .picturelistp {	float: left;}
	
#ProductList .picturelist .picturelistp img {	
	width:100px;
	height:150px;
}
	
#ProductList .picturelist .picturelistt {	float: left;	width: 620px;	height: 140px;}
#ProductList .picturelist .picturelistt .title {
	text-align: left;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	font-family: "微软雅黑";
	}
#ProductList .picturelist .picturelistt .infor {
	font-size:12px;
	text-align: left;
	line-height: 17px;
	padding: 0px;
	margin: 0px;
	height: 128px;
	overflow: hidden;
	}

/* 领导列表 */

#ldpic {
	height: 680px;
	margin: 20px 0 0 20px;
	padding: 0px;
}
#ldpic .picturelist {
	width: 680px;
	height: 200px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #369;
	padding-bottom: 20px;
}
#ldpic .picturelist .picturelistp, #ldpic .picturelist .picturelistp div {	
	width:140px;	
	height:200px;	
	background-color: #f4f4f4;
	}
#ldpic .picturelist .picturelistp {	float: left;}
#ldpic .picturelist .picturelistp div {
	overflow:hidden;
	text-align:center;
	}
#ldpic .picturelist .picturelistp div  p img {
	width:140px;	
	height:200px;	
}
#ldpic .picturelist .picturelistp div  p {
	margin: 0px;	
	padding: 0px;
	}
#ldpic .picturelist .picturelistt {
	float: right;
	width: 520px;
	height: 200px;
	overflow:hidden;
}
#ldpic .picturelist .picturelistt h1 {
	text-align: left;
	padding: 0px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #69C;
	margin: 0 0 10px 0;
	height: 30px;
	font-family: "黑体";
	}
#ldpic .picturelist .picturelistt p {	
	font-size: 12px;
	text-align: left;	
	line-height: 16px;	
	padding: 0px;	
	margin: 0px;
	}





/* 新闻详细页输出控制开始 */

/* #NewsType 定义外框样式,#NewsType .NewsTitle 定义 标题样式 , #NewsType .NewsTimes 定义时间点击等信息块 #NewsType .NewsContent定义文字样式  */

#NewsType {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom:20px;
	}
#NewsType .NewsTitle {
	text-align: center;	
	font-family: "黑体";	
	font-size: 26px;
	line-height: 30px;
	padding-top: 10px;	
	padding-bottom: 20px;	
	margin-bottom: 10px;	
	}
#NewsType .NewsTimes {	color: #b49962;	text-align: center;	height: 30px; line-height: 30px; background-color: #e5d8bd;}
#NewsType .NewsContent {	min-height: 550px;	padding: 10px;	font-size: 14px;	line-height: 150%;}

#JumpPage {
	text-align: center;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #ededed;
	padding-top: 10px;
}

/* 公司 */

#ComNewsType {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 30px;
	margin-bottom:20px;
	}
#ComNewsType .NewsTitle {
	text-align: center;	
	font-family: "黑体";	
	font-size: 21px;	
	padding-top: 10px;	
	padding-bottom: 20px;	
	margin-bottom: 10px;	
	border-bottom-width: 1px;	
	border-bottom-style: dashed;	
	border-bottom-color: #CCC;
	}
#ComNewsType .NewsTimes {
	display:none;	
	color: #999;	
	text-align: 
	center;	
	margin-bottom: 10px;
	}
#ComNewsType .NewsContent {	
	min-height: 300px;	
	padding: 10px;	
	font-size: 14px;	
	line-height: 150%;
	}

/* 新闻详细页输出控制结束 */

/* 新闻列表页翻页控制开始*/
#listpage {
	color:#666;
	text-align: center;
	clear: both;
	background-image: url(images/page_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	line-height: 30px;
	margin: 20px 0 20px 0;
	padding: 0px;
	height: 30px;
}
#listpage span {	
	margin-left: 30px;	
	font-family: Verdana, Geneva, sans-serif;	
	letter-spacing: 5px;	
	color: #F00;
	}
#listpage a {	color:#666;	text-decoration:none;} 
#listpage a:visited {	color:#666;} 
#listpage a:hover {	color:#000;}
#listpage a:active {color:#FFCC00;}

/* 新闻列表页翻页控制结束*/

/*首页新闻内容输出控制开始*/
#homenewsbox {
	height: 145px;
	line-height: 16px;
	overflow: hidden;
	margin: 5px 0 0 110px;
}
#homenewsbox p {	margin: 0 0 8px 0; padding:0;}

/* 公司简介 */

#homenewsbox2 {
	width: 230px;
	height: 170px;
	line-height: 16px;
	overflow: hidden;
	margin: 5px 0 0 10px;
}
#homenewsbox2 p {	margin: 0 0 8px 0; padding:0;}


#copyrightbox {
	margin-left: 250px;
	margin-top: 70px;
	margin-bottom: 20px;
	color: #060;
}

/*首页新闻内容输出控制结束*/

/* 首页带首条图片及内容块输出控制开始，带时间 */
#homenewshot {height: 260px;width: 405px;	margin: 0 0 0 10px;}
#homenewshot h3 {float: left;margin: 0px;padding: 0px;width: 205px;height:160px;}
#homenewshot h3 img {width: 200px;height:145px;margin:8px 0 0 0;}
#homenewshot h1 {
	padding: 0px;
	width: 405px;
	height: 25px;
	font-family: "楷体";
	font-size: 18px;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#homenewshot h1 a {color:#d40000;text-decoration:none;}
#homenewshot h1 a:visited {color:#d40000;text-decoration:none;}
#homenewshot h1 a:hover {color:#f00;text-decoration:none;}
#homenewshot h1 a:active {color:#ba2636;text-decoration:none;}
#homenewshot h2 {
	width: 405px;
	height: 48px;
	font-size: 12px;
	font-weight: normal;
	color: #999;
	margin: 10px 0 0 0;
	overflow: hidden;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	line-height: 18px;
	font-family: "宋体";
}
#homenewshot h2 p {margin:0; padding:0;}
#homenewshot ul {
	width: 405px;
	margin: 5px 0 0 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #CCC;
}
#homenewshot ul li {
	list-style-type: none;
	white-space: nowrap;
	background-image: url(images/dot_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#homenewshot ul li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin-left: 4px;
	}
#homenewshot ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	width: 28em;
	overflow:hidden;
	white-space: nowrap;
	display: block;
	float: left;
	text-overflow:ellipsis;
	}


/* 公告 */

/* 列表第一条红色 */
#HomeNewsHotList {height: 180px;width: 470px;	margin: 0 0 0 10px;}
#HomeNewsHotList h3 {display:none;}
#HomeNewsHotList h3 img {}
#HomeNewsHotList h1 {
	padding: 0px;
	width: 470px;
	height: 22px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
	background-image: url(images/dot_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}
#HomeNewsHotList h1 a {color:#d40000;text-decoration:none;}
#HomeNewsHotList h1 a:visited {color:#d40000;text-decoration:none;}
#HomeNewsHotList h1 a:hover {color:#f00;text-decoration:none;}
#HomeNewsHotList h1 a:active {color:#ba2636;text-decoration:none;}
#HomeNewsHotList h2 {
	display:none;
}
#HomeNewsHotList h2 p {margin:0; padding:0;}
#HomeNewsHotList ul {
	margin: 0;
	padding: 0px;
}
#HomeNewsHotList ul li {
	width: 470px;
	list-style-type: none;
	white-space: nowrap;
	background-image: url(images/dot_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	height: 16px;
	margin: 0 0 8px 0;
	padding: 0 0 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
#HomeNewsHotList ul li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin-left: 4px;
	display:none;
	}

/* 带图片 */
#HomeNewsHotPhoto {height: 390px;width: 336px;	margin: 10px 0 0 0;text-align: left;}
#HomeNewsHotPhoto h3 {margin:0;padding:0;}
#HomeNewsHotPhoto h3 img {width: 336px;height:200px;margin:0px 0 0 0;}
#HomeNewsHotPhoto h1 {
	padding: 0px;
	width: 340px;
	height: 23px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 8px 0 0 0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	text-align: center;
}
#HomeNewsHotPhoto h1 a {color:#d40000;text-decoration:none;}
#HomeNewsHotPhoto h1 a:visited {color:#d40000;text-decoration:none;}
#HomeNewsHotPhoto h1 a:hover {color:#f00;text-decoration:none;}
#HomeNewsHotPhoto h1 a:active {color:#ba2636;text-decoration:none;}
#HomeNewsHotPhoto h2 {
	display:none;
}
#HomeNewsHotPhoto h2 p {margin:0; padding:0;}
#HomeNewsHotPhoto ul {
	margin: 10px 0 0 0;
	padding: 0px;
}
#HomeNewsHotPhoto ul li {
	width: 336px;
	list-style-type: none;
	white-space: nowrap;
	background-image: url(images/dot_new.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
}
#HomeNewsHotPhoto ul li span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	margin-left: 4px;
	display: none;
	}
#HomeNewsHotPhoto ul li a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	}

/* 首页带首条图片及内容块输出控制结束 */

/* 首页横滚动控制开始 */
#roll {	height: 170px;margin: 10px 0px;}
#roll #content, #roll #content1 {height: 170px;}
#roll ul {margin: 0px;	padding: 0px;}
#roll ul li {
	list-style-type: none;	
	width: 250px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin: 0 5px 0 0;
	overflow: hidden;	
	white-space: nowrap;
	text-overflow:ellipsis;
	font-family: Arial;
	text-align: center;
	}
#roll ul li img {
	width: 250px;
	height: 150px;
	}
	

/* 首页横滚动控制结束 */

/* 首页竖滚动控制开始 */
#roll3 {width: 150px;height: 250px;}
#roll3 ul {margin: 0px;	padding: 0px;}
#roll3 ul li {margin: 0px;padding-top: 2px;padding-right: 0px;padding-bottom: 2px;padding-left: 0px;width: 150px;list-style-type: none;overflow: hidden;white-space: nowrap;}
#roll3 #content,#roll3 #content1 {width: 150px;}
/* 首页竖滚动控制开始 */
.blbox1 {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #b4d5e8;
	border-right-color: #b4d5e8;
	border-bottom-color: #b4d5e8;
	border-left-color: #b4d5e8;
}

/* 搜索样式 */

#SearchList {
	margin: 30px 30px 40px 30px;
	padding: 0px;
	text-align: left;
}
#SearchList ul {
	margin: 0px;
	padding: 0px;
}
#SearchList ul li {
	height: 25px;
	background-image: url(images/dot2.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px 0 0px 25px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	margin: 0 0 15px 0;
	font-size: 14px;
}
.searchfl {
	font-weight: bold;
	margin-right: 15px;
}
.timebox {
	margin:0 0 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
}

/* 通用样式开始 */

body {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #5f3d00;
	background-color: #fcf1da;
}
td {
	font-size: 12px;
}


img {
border: none;
}

a {
	color: #5f3d00;
	text-decoration: none;
}
a:visited {
	color: #5f3d00;
	text-decoration: none;
}
a:hover {
	color: #842f00;
	text-decoration: none;
}
a:active {
	color: #5f3d00;
	text-decoration: none;
}

a.w {color:#FFF;text-decoration:none;}
a.w:visited {color:#FFF;text-decoration:none;}
a.w:hover {color:#FC0;text-decoration:none;}
a.w:active {color:#ba2636;text-decoration:none;}

.boxt1 {
	margin-top: 1px;
}
.boxt5 {
	margin-top: 5px;
}
.boxt8 {
	margin-top: 8px;
}
.boxt10 {
	margin-top: 10px;
}
.boxt12 {
	margin-top: 12px;
}
.boxt15 {
	margin-top: 15px;
}
.boxt18 {
	margin-top: 18px;
}
.boxt20 {
	margin-top: 20px;
}
.boxt25 {
	margin-top: 25px;
}


.F14b {
	font-size: 14px;
	font-weight: bold;
}
.F14 {
	font-size: 14px;
}
.Fb {
	font-weight: bold;
}
.Fw {
	color: #FFF;
}.headlogobox {
	width: 500px;
	float: left;
}
.headtelbox {
	width: 555px;
	float: right;
	background-image: url(images/Head_bg.jpg);
	height: 104px;
	background-repeat: no-repeat;
	background-position: left top;
}
.headtelbox .telnomberbox {
	text-align: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #F60;
	padding-top: 3px;
}
.headtelbox .telnomberbox span {
	margin-right: 40px;
}
.topbarbox {
	line-height: 30px;
	width: 1210px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
.homectsbox {
	border-top-width: 3px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #1966c2;
	border-right-color: #afcde5;
	border-bottom-color: #afcde5;
	border-left-color: #afcde5;
}
.homectsboxtd {
	background-image: url(images/homectsbox_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.homectsboxtd table tr td img {
	margin-left: 10px;
}
.Homextsboxmore1 {
	line-height: 39px;
	background-image: url(images/Homextsbox_bg.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 39px;
	overflow: hidden;
	font-size: 14px;
	text-align: right;
}
.Homextsboxmore1 a {color:#2359b5;text-decoration:none;}
.Homextsboxmore1 a:visited {color:#2359b5;text-decoration:none;}
.Homextsboxmore1 a:hover {color:#f00;text-decoration:none;}
.Homextsboxmore1 a:active {color:#ba2636;text-decoration:none;}
.Homextsboxmore2 {
	line-height: 39px;
	background-image: url(images/Homextsbox_bg.gif);
	background-repeat: no-repeat;
	background-position: right -39px;
	height: 39px;
	overflow: hidden;
	font-size: 14px;
	text-align: right;
}
.Homextsboxmore2 a {color:#5bbc21;text-decoration:none;}
.Homextsboxmore2 a:visited {color:#5bbc21;text-decoration:none;}
.Homextsboxmore2 a:hover {color:#f00;text-decoration:none;}
.Homextsboxmore2 a:active {color:#ba2636;text-decoration:none;}
.Homextsboxmore3 {
	line-height: 39px;
	background-image: url(images/Homextsbox_bg.gif);
	background-repeat: no-repeat;
	background-position: right -78px;
	height: 39px;
	overflow: hidden;
	font-size: 14px;
	text-align: right;
}
.Homextsboxmore3 a {color:#cb39aa;text-decoration:none;}
.Homextsboxmore3 a:visited {color:#cb39aa;text-decoration:none;}
.Homextsboxmore3 a:hover {color:#f00;text-decoration:none;}
.Homextsboxmore3 a:active {color:#ba2636;text-decoration:none;}
.Homextsboxmore4 {
	line-height: 39px;
	background-image: url(images/Homextsbox_bg.gif);
	background-repeat: no-repeat;
	background-position: right -117px;
	height: 39px;
	overflow: hidden;
	font-size: 14px;
	text-align: right;
}
.Homextsboxmore4 a {color:#ed9412;text-decoration:none;}
.Homextsboxmore4 a:visited {color:#ed9412;text-decoration:none;}
.Homextsboxmore4 a:hover {color:#f00;text-decoration:none;}
.Homextsboxmore4 a:active {color:#ba2636;text-decoration:none;}
.Homextsboxmore5 {
	line-height: 39px;
	background-image: url(images/Homextsbox_bg.gif);
	background-repeat: no-repeat;
	background-position: right -156px;
	height: 39px;
	overflow: hidden;
	font-size: 14px;
	text-align: right;
}
.Homextsboxmore5 a {color:#28b5ad;text-decoration:none;}
.Homextsboxmore5 a:visited {color:#28b5ad;text-decoration:none;}
.Homextsboxmore5 a:hover {color:#f00;text-decoration:none;}
.Homextsboxmore5 a:active {color:#ba2636;text-decoration:none;}.copybox {
	text-align: center;
	line-height: 20px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #1966c2;
	padding-top: 20px;
	padding-bottom: 20px;
}
#thisSortRemark {
	margin:20px;
	padding:0;
	font-family:"微软雅黑";
	font-size:16px;
	line-height: 180%;
	text-indent: 32px;
}
#thisSortRemark h1 {
	font-size: 28px;
	line-height: 160%;
	font-weight: normal;
	text-indent: 0;
}
#thisSortRemark h2 {font-size:24px;line-height:160%;font-weight: normal;text-indent: 0px;}
#thisSortRemark h3 {font-size:20px;line-height:160%;font-weight: normal;text-indent: 0px;}
#thisSortRemark h4 {font-size:18px;line-height:160%;font-weight: normal;text-indent: 0px;}
#thisSortRemark h5 {font-size:16px;line-height:160%;font-weight: normal;text-indent: 0px;}
#thisSortRemark h6 {font-size:14px;line-height:160%;font-weight: normal;text-indent: 0px;}

#thisLogoBox {
	margin: 10px 0 0 0;
}
.inscomtitlebox {
	font-family: "微软雅黑";
	font-size: 28px;
	text-align: center;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDDFF5;
}
#InsSortRemark {
	font-family: "微软雅黑";
	font-size: 14px;
	margin: 20px;
	line-height: 150%;
}
.iconbox {
	background-image: url(images/Icon_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 186px;
	margin: 20px 0 0 0 ;
	padding: 0px;
}
.Head {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.Headrbox {
	width: 350px;
	float: right;
}
.searchs {
	width: 100%;
	height: 34px;
	border: 1px solid #ccb88d;
}

.homeqywh {
	background-image: url(images/qywh.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 280px;
	margin: 25px 0 0 0 ;
}
.Footer {
	background-image: url(images/Footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	padding: 25px 0;
}
.Footer p {
	margin: 0px;
	padding: 10px 0;
}
.SubMenubox {
	background-image: url(images/R_ico_menu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 200px;
	margin: 0 0 10px 0 ;
}
.SubMenubox .title {

	height:50px;
	line-height: 50px;
	margin: 0 0 0 60px;
	font-size: 21px;
	font-family: "微软雅黑", "黑体";
	font-weight: bold;
	text-align: left;
	color: #fff0d2;

}

.ricoimg {
	margin: 0px 0 0 0px;
	padding: 0px;
}
.contactbox {
	margin: 20px;
	font-size: 14px;
	line-height: 28px;
	font-family: "微软雅黑";
}
.ListTitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BF7A01;
	height: 50px;
	font-size: 26px;
	font-family: "微软雅黑";
	clear: both;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 20px;
}
.listkesbox {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 5px;
}
.clear {
	clear: both;
}

.listkesbox ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.listkesbox ul li {
	float: left;
}
.listkesbox ul li a {
	color: #FFF;
	display: block;
	white-space: nowrap;
	padding: 0px;
	background-color: #BF7A01;
	margin-right: 0px;
	margin-top: 10px;
	width: 124px;
	text-align: center;
	height: 36px;
	line-height: 36px;
	margin-left: 15px;
	margin-bottom: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
}
.listkesbox ul li a:visited {color:#FFF;}
.listkesbox ul li a:hover {
	color: #FFF;
	background-color: #C30;
}
.listkesbox ul li a:active {color:#ba2636;}
/* 投票 */
#NewsListtp {margin:0px 40px 0px 40px;}
#NewsListtp ul {	margin: 0px;	padding: 0px;}
#NewsListtp ul li {	Font-size: 14px;	list-style-type: none;	background-image: url(images/dot4.gif);	background-repeat: no-repeat;	background-position: left 0px; padding-left: 25px;padding-top:3px;margin-top: 7px;margin-bottom: 14px;	border-bottom-width: 1px;	border-bottom-style: dashed;	border-bottom-color: #ccc;	padding-bottom: 10px;}
#NewsListtp ul li span {	font-family: Verdana, Geneva, sans-serif;	font-size: 10px;	color: #999;	margin-left: 15px;}

#rating h1 {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 30px;
	background-color: #e9dbbe;
	height: 30px;
	text-indent: 10px;
}
#rating ul {
	margin: 10px 0 0 25px;
	padding: 0px;
}
#rating ul li {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	line-height: 30px;
	height: 30px;
}
.votesubbox {
	text-align: center;
	margin: 20px;
}
#ratingTitle {
	font-family: "微软雅黑";
	font-size: 28px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	padding: 20px 0 0 0;
}.homexxbox {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}

/* 新闻列表-搜索 */

#SearchList {margin:50px 40px 30px 40px;}
#SearchList ul {	margin: 0px;	padding: 0px;}
#SearchList ul li {	Font-size: 14px;	list-style-type: none;	background-image: url(images/dot4.gif);	background-repeat: no-repeat;	background-position: left 0px; padding-left: 25px;padding-top:3px;margin-top: 7px;margin-bottom: 14px;	border-bottom-width: 1px;	border-bottom-style: dashed;	border-bottom-color: #ccc;	padding-bottom: 10px;}
#SearchList ul li span {	font-family: Verdana, Geneva, sans-serif;	font-size: 10px;	color: #999;	margin-left: 15px;}
