/* CSS Document */
/* 顶部工具条*/
#top{
	height: 28px;
	line-height: 28px;
	border-bottom: 1px solid #dfdfdf;
	background: #f8f8f8;
	font-size: 12px;
}
.topL{}
/*右边*/
.topR{
}

/*头部 s*/
#header{
	overflow: hidden;
	}
#header .logo{
	margin-top: 10px;
}
#header .logo img{
	display: block;
}
#header .nav{
	color: #FFF;
	font-family: \5FAE\8F6F\96C5\9ED1;
	line-height: 26px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff3333;
	background-color: #2d85d8;
	background-image: url(/Template/images/bg-nav.png);
	background-repeat: repeat-x;
	height: 46px;
	overflow: hidden;
	margin-top: 1px;
}
#header .nav ul{}
#header .nav ul li{
	float: left;
	font-size: 16px;
	font-weight: bold;
	line-height: 46px;
	height: 46px;
	background-image: url(/Template/images/liline.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#header .nav ul li.none{
	background-image: none;
}
#header .nav ul li a{
	color: #EEEEEE;
	padding-right: 40px;
	padding-left: 35px;
	display: block;
}
#header .nav ul li a:hover{
	background-color: #FFFFFF;
	color: #003399;
}
/*头部e*/

/*顶部分广告s*/
#topad{
	margin-top: 5px;
	font-size: 12px;
	line-height: 22px;
}
#topad a{
	font-size: 12px;
}
/*顶部分广告e*/
/*主体内容s*/
#main{
	margin-top: 0px;
	background-color: #FFF;
}
#main .indexad{
	margin-top: 20px;
	margin-bottom: 10px;
}
/*首页列表*/
#main .inlist{}
#main .inlist .item{
	width: 320px;
	float: left;
	margin-right: 17px;
	margin-bottom: 20px;
}
#main .inlist .item2{
	width: 657px;
}
#main .inlist .item .item-title{
	position: relative;
	font-weight: bold;
	padding-left: 30px;
	line-height: 40px;
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	background-image: url(/Template/images/bg-title.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#main .inlist .item2 .item-title{
	background-image: url(/Template/images/bg-title2.png);
	}
#main .inlist .item .item-title span{
	position: absolute;
	right: 10px;
	font-size: 12px;
	font-weight: normal;
}
#main .inlist .item .item-title span a{
	color: #999;
}
#main .inlist .item .item-body{
	padding: 10px;
	font-size: 13px;
}
#main .inlist .item .item-body ul{}
#main .inlist .item .item-body ul li{
	background-image: url(/Template/images/icon-1.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	white-space:nowrap; 
    text-overflow:ellipsis; 
    overflow: hidden; 
}
#main .inlist .item .item-body ul li.nonedot{
	background-image: none;
	list-style-type: none;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	}

/*侧边栏*/
#main .sidebar{
	width: 220px;
	overflow: hidden;
}
#main .sidebar .frame{
	border-top: 3px solid #049;
	margin-bottom: 15px;
	}
#main .sidebar h3.sTitle{
	height: 35px;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
	padding-left: 10px;
	background-image: url(/Template/images/bg-sidebar-title.png);
	background-repeat: repeat-x;
	font-size: 14px;
	}
#main .sidebar .sBody{
	margin: 15px;
	font-size: 12px;
}
#main .sidebar .sBody ul{}
#main .sidebar .sBody ul li{
	font-size: 14px;
	line-height: 30px;
	background-image: url(/Template/images/artarrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
#main .sidebar .sBody ul li.none{
	border-bottom-style: none;
}
/*右侧内容*/
#main .content{
	width:760px;}
	
/*面包屑*/
#main .content .crumb{
	font-size: 12px;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEE;
}
#main .content .crumb a{
	color: #999;
}
/*新闻列表*/
#main .content .list{
	padding-top: 20px;
	padding-bottom: 20px;
}
#main .content .list ul{}
#main .content .list ul li{
	line-height: 30px;
	background-image: url(/Template/images/artarrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	margin-right: 10px;
	margin-left: 10px;
	position: relative;
}
#main .content .list ul li span{
	font-size: 12px;
	color: #CCC;
	position: absolute;
	right: 0px;
}
#main .content .list ul li.line{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	height: 15px;
	margin-bottom: 15px;
	background-image: none;
	margin-right: 0px;
	margin-left: 0px;
}
#main .content .list ul.img{}
#main .content .list ul.img li{
	text-align: center;
	display: block;
	float: left;
	width: 33%;
	background-image: none;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#main .content .list ul.img li img{
	height: 60px;
	width: 180px;
	border: 1px solid #eee;
}
/*新闻列表分页*/
#main .content .list .fengye{font-size: 12px;}
/*新闻内容页*/
#main .content .show{
	margin-top: 20px;
	margin-bottom: 50px;
	margin-right: 10px;
	margin-left: 10px;
}
#main .content .show h2.show-title{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
#main .content .show h2.align-left{
	text-align: left;
	}
#main .content .show .show-mark{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: center;
	font-size: 12px;
	color: #999;
	line-height: 25px;
	margin-bottom: 20px;
}
#main .content .show .show-content{}
#main .content .show .show-content img{max-width:600px;}
#main .content .show .show-back{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	padding-top: 10px;
}
#main .content .show .show-share{}
#main .content .show table.annex{
	font-size: 12px;
}

/*主体内容e*/

/*会员企业s*/
.member{ font-size:12px;}
.member .member-title{
	font-weight: bold;
	padding-left: 25px;
	line-height: 41px;
	background-image: url(/Template/images/member-title.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 41px;
	font-size: 14px;
	position: relative;
}
.member .member-title span{
	font-size: 12px;
	color: #999;
	position: absolute;
	right: 15px;
	font-weight: normal;
	bottom: 0px;
	line-height: 22px;
}
.member .member-title span a{
	color: #999;
	}
.member .member-body{
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #e6e6e6;
	border-bottom-color: #e6e6e6;
	border-left-color: #e6e6e6;
	background-color: #FFF;
}
/*会员企业e*/
/*推荐企业s*/
.company{
	width: 310px;
	float: left;
	margin-right: 17px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eee;
	margin-bottom: 7px;
	padding-bottom: 7px;
}
.noline{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.company .companyname{
	font-weight: bold;
}
.company .companyintro{
	font-size: 12px;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	color: #CCC;
}
/*推荐企业e*/
/*底部友情链接*/
#friendlink{
	margin-top: 40px;
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	padding-top: 20px;
}
/*底部版权*/
#footer{
	margin-top: 20px;
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	color: #666;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #ff3333;
	}
#footer a{
	font-size: 12px;
	line-height: 24px;
	color: #666;
}
#footer span.copy{
	font-family: Verdana, Geneva, sans-serif;
}
#footer .erweima{
	margin-top: 10px;
}

.item-ad{}
.item-ad-l{
	width:94px;
	}
.item-ad-r{
	width:210px;
	}
.item-ad-r li{
	overflow: hidden;
	width: 210px;
	line-height: 27px;
	height: 27px;
}
.item-ad-r a{
	font-size: 12px;
}