﻿/*======网页属性设定：页边距、字体及颜色（在没有具体规定的情况下适用）、主体页面位置（左中右）、整体页面背景=*/
body,div,dl,dt,dd,ul,li,h1,h2,h3,p{ padding: 0; margin: 0; }
ul { list-style:none;}
input{outline:none;-webkit-appearance: none;}
textarea{resize:none} 
img { border:0px;}
body{
	margin:0 auto;
	font-size:12px;
	text-align: left;
	background-color: #FFF;
	font-family: Microsoft YaHei;
}
/*========基本表格设置：在没有具体规定的情况下适用=*/
td{
	font-family: Microsoft YaHei;
	text-decoration: none;
	color:#666;
	line-height: 150%;
}
/*==========链接基本样式：在没有具体规定的情况下适用=*/
a{
	text-decoration: none;outline: none;blr:expression(this.onFocus=this.blur());
	color:#333;

}
a:hover{

	color:#167bbe;
	text-decoration: none
}
/*============页面整体设定：边距、位置、宽度等=*/
#pageset{
	margin:auto;

}
/*===========页面头部=*/
#top_bj{
	position:relative;/*顶部元素定位祖先*/
	width:100%;
	height:129px;
	MARGIN:0 0 0px 0;
	background-color: #fff;
}
#top{
    position:absolute;
	z-index:25;
	top:0px;
	left:50%;
	width:1240px;
	height:94px;
	margin-left:-620px;  /*设置为宽度的一半*/
	margin-top:0px;   /*设置为高度的一半*/
} 
#logo a{/*网站标题位置*/
    margin:17px 0px 0px 5px;
	float:left;
	width:518px;
	height:53px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#search {
	margin:44px 0px 0px 0px;
	float: right;
	border: 1px solid #ddd;
    }
.inp_srh {
	width:170px;
	height:24px;
	padding-left:5px;
	color: #666;
	line-height:24px;
	border:0px solid #cbcbcb;
	font-family: Microsoft YaHei;
	background-color: transparent;
}
.btn_srh { width:24px; height:18px; background:url(images/search.png) 0 0 no-repeat; border:none; cursor:pointer; text-indent:-999em;}
#search * { vertical-align:middle;}
#nav_bj{/*导航栏整体背景*/
	position:absolute;
	width:100%;
	z-index:25;
	top:94px;
	height:35px;
	background-color: #167bbe;
}
#nav{/*导航栏整体背景*/
    position:absolute;
	z-index:90;
	top:94px;
	left:50%;
	margin-left:-620px;  /*设置为宽度的一半*/
	margin-top:0px;   /*设置为高度的一半*/
	width:1240px;
	height:35px;
}
#top_banner{
	position:relative;/*顶部元素定位祖先*/
	width:100%;
	height:682px;
	MARGIN:auto;
}
#list_banner{
	width:100%;
	height:347px;
	MARGIN:0px auto 0px auto;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #fff;
}
/*===========页面底部=*/
#bottom{
	width:100%;
	padding:15px 0 20px 0;
	margin: auto;
	text-align: center;
	background-color:#333;
}
#bottom dl dt{ height:24px; line-height:24px;color:#8f8f8f;}
#bottom dl dt a{ color: #8f8f8f;}
#bottom dl dd{ padding:1px 0; color:#8f8f8f; line-height:2;}
#bottom dl dd a{ color: #8f8f8f;}
/*===========页面主体设定=*/
#content{
	margin:auto;
	WIDTH:1240px;
	padding:10px 0 20px 0;
	overflow: hidden;
	background-color:#FFF;
}
/*============主要内容区=*/
#mainarea{
	MARGIN:0 0px 0 0;
	display:inline;
	TEXT-ALIGN: left;
	WIDTH:1010px;
	float: right;
	overflow: hidden;/*保持高度自适应，适应FIREFOX*/
}
/*===========边栏设定=*/
#sidearea{
	WIDTH:210px;
	float: left;
	MARGIN:0 0 0 0px;
	overflow: hidden;
	}
/*===========边栏信息=*/
.sidearea_box{ width:210px;float:left; margin:14px 0 0 0;}
.sidearea_box h2 {
	height:30px;
	font-size:14px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #167bbe;
}
.sidearea_box h2 span {
	float:left;
	height:30px;
	font-family:"Microsoft YaHei";
	padding-left:0px;
	line-height:30px;
	font-weight: normal;
	color: #167bbe;
	}
.sidearea_box_con {
	padding:5px 0 0 0;
	overflow:hidden;
}
.sidearea_box_con ul { margin-top:0px;}
.sidearea_box_con ul li {
	line-height:25px;
	height:25px;
	padding:0;
	overflow: hidden;/*===========根据宽度显示字数=*/
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*===========边栏二级栏目样式=*/
.class_box{ width:210px;float:left; margin:0 0 0px 0; }
.class_box h2 {
	height:45px;
	font-size:18px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #167bbe;
}
.class_box h2 span {
	float:left;
	height:45px;
	font-family:"Microsoft YaHei";
	padding-left:0px;
	line-height:45px;
	font-weight: bold;
	color:#167bbe;
	}
.class_con {
	padding:0px;
	overflow:hidden;
}
.class_con dl { }
.class_con dl dt a{
	height:32px;
	line-height:32px;
	color:#fff;
	display:block;
	text-align: left;
	padding:0 0 0 15px;
	margin:0 0 1px 0;
	font-size:14px;
	text-decoration: none;
	background-color:#167bbe;
}
.class_con dl dt a:hover{
	color: #fff;
	text-decoration: none;
	background-color: #F90;
}
#ddt{
	color:#fff;
	padding:0 0 0 15px;
	display:block;
	background-color:#F90;
}



/*===========详细内容样式=*/
#place{ /*-当前位置-*/
    width:1240px;
	HEIGHT: 24px;
	TEXT-ALIGN: left;
	padding:0 0 0 0px;;
	font-size: 12px;
	line-height:24px;
	font-family:Verdana;
	color: #999;
	margin:0 0 0px 5px;
}
#place i{ /*-当前位置home图标-*/ margin:0 5px 0 0; color:#167bbe;}
#place a{ /*-当前位置-*/
	font-family:Verdana;
	color: #999;
}
/*-----------内容区样式-*/
#detail_a{ /*-内容区顶部-*/
	height:45px;
	padding:0 0 0px 0px;
	font-size:18px;
	font-family: "Microsoft YaHei";
	COLOR:#167bbe;
	margin:0 0 0 0;
	line-height:45px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#detail_a span{ /*-内容区顶部-*/
	line-height: inherit;
	padding:0px 0 0 10px; 
	font-size: 14px;
	COLOR: #999;
	font-family: "Microsoft YaHei";
}
#detail_b{
	/*background-image: url(images/list_bj.gif);*/
	font-family: "Microsoft YaHei";
	padding:20px 0 0 0;
	line-height:1.9;
	font-size: 14px;/*直接内容基础字号*/
	min-height:500px;                
    _height:500px;
}
#detail_c{
	OVERFLOW: hidden;
	HEIGHT: 15px;
	display:none;
}

/*---------详细信息显示样式：标题、属性、内容-*/
#info_title{
	COLOR:#333;
	TEXT-ALIGN: left;
	font-size:20px;
	line-height:150%;
	font-family:Microsoft YaHei;
	}
#info_pro{
	HEIGHT: 26px;
	TEXT-ALIGN: left;
	padding:0;
	font-size: 12px;
	line-height:26px;
	margin:5px 0 20px 0;
	color:#167bbe;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#info_content{
	WIDTH:100%;
	line-height: 180%;
	TEXT-ALIGN:left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left:0px;
	font-size: 14px;/*新闻或图片详细内容基础字号*/
	color: #333;
}

/*==========新闻栏目样式=*/
#news_list{ padding:0px; }
#news_list ul li{
	padding-left:0px;
	line-height:2.8;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-size:14px;
}
#news_list ul li span {
	float: right;
	color:#666;
	width:80px;
	text-align: left;
}
/*===========图片栏目图片样式=*/
#image_view{
	MARGIN: 0 15px 0 0px;
	padding:5px;
	border: 1px solid #ddd;
}
/*==========图片栏目图片尺寸=*/
#image_size1{
	WIDTH:240px;
	height:160px;
	BORDER: 0px solid;
}
#image_title1{
	WIDTH:600px;
	HEIGHT:26px;
	margin:20px 0 0 0;
	COLOR: #709900;
	TEXT-ALIGN: left;
	font-size: 18px;
	line-height:26px;
	font-weight: normal;
}
#image_title1 a{
	COLOR: #034c50;
}
#image_date1{
	COLOR:#666;
	HEIGHT:26px;
	line-height:26px;
}
#image_intro1{
	WIDTH:700px;
	HEIGHT: 155px;
	TEXT-ALIGN: left;
	font-size: 12px;
	COLOR: #666;
	line-height:20px;
}
#image_size2{
	WIDTH:485px;
	height:350px;
}
#image_title2{
	WIDTH:485px;
	HEIGHT:35px;
	COLOR: #5C5C61;
	TEXT-ALIGN:center;
	padding: 5px 0 0 0;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#image_size3{
	WIDTH:314px;
	height:230px;
	BORDER: 0px solid;
}
#image_title3{
	WIDTH:314px;
	HEIGHT:35px;
	COLOR: #ffffff;
	TEXT-ALIGN: center;
	padding:10px 0 0 0;
	font-size: 12px;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#image_size4{
	WIDTH:229px;
	height:170px;
	BORDER: 0px solid;
}
#image_title4{
	WIDTH:229px;
	HEIGHT:35px;
	COLOR: #ffffff;
	TEXT-ALIGN: center;
	padding:5px 0 0 0;
	font-size: 12px;
   overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*--------------------------------------------------------------------------------【分页样式】*/
#view_page{
	TEXT-ALIGN: center;
	font-size: 14px;
	padding:40px 0 5px 0;
}
a.LnkPgPl{
	font-size:14px;
	margin:1px;
	line-height: 26px;
	padding: 8px;
	height:26px;
	background-color:#F5F5F5;
}
a:hover.LnkPgPl{
	color:#fff;text-decoration: none;background-color:#167bbe;
}
.LnkPgPR {
	font-size:14px;
	line-height: 26px;
	margin:1px;
	padding: 8px;
	height:26px;
	color:#fff;
	background-color: #167bbe;
}
a:hover.LnkPgPR {
	color:#fff;
	text-decoration: none;
}
a.LnkPN{
	font-size:14px;
	margin:1px;
	line-height: 26px;
	padding: 8px;
	height:26px;background-color:#F5F5F5;
}
a:hover.LnkPN{
	color:#fff;
	text-decoration: none;background-color:#167bbe;
}
/*==============留言板细节样式=*/
#message_button{
	WIDTH:100%;
	HEIGHT: 50px;
    float:center;
}
#message_read{
	WIDTH:100%;
	HEIGHT: 25px;
	padding-top: 13px;
}
#message_write{
	WIDTH:100%;
	HEIGHT: 25px;
		padding-top: 13px;
}
/*==============二级栏目列表设定=*/

.news_box { margin-bottom:15px; }
.news_box h2 {
	font-size:14px;
	border: 1px solid #d5eaf8;
	background-color: #f0f9ff;
	}
.news_box h2 span {
`	float:left;
	height:28px;
	font-family:"Microsoft YaHei";
	padding-left:10px;
	line-height:28px;
	font-weight: normal;
	color: #306aab;
}
.news_more{
	float: right;
	font-size:20px;
	padding:0 5px 0 0;
	font-weight: bold;
}
.news_more a{
	color: #cda244;
	font-family:Verdana;
	line-height:25px;
	
}
.news_more a:hover{
	color: #ffa92e;
}
.news_con {
	padding:5px 0 0 0;


}
.news_con ul {margin-top:0px;}
.news_con ul li {
	padding:0;
	height:26px;
	line-height:26px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #e2e2e2;
	font-size: 12px;
}
.news_con ul li span {
	float:right;
	width:70px;
	color:#666;
	line-height:26px;
	text-align: left;
}