﻿@charset "utf-8";
/*css reset*/
html {
	color: #000;
	background: #FFF;
}
body, div, dl, dt, dd, ul, ol, li, h5, h6, code, form, fieldset, legend, input, select, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, optgroup {
	font-style: inherit;
	font-weight: inherit;
}
del, ins {
	text-decoration: none;
}
li {
	list-style: none;
}
caption, th {
	text-align: left;
}
h2 {
	padding:0;
	margin:0;
}
h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
/*because legend doesn't inherit in IE */
legend {
	color: #000;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input {
	padding:1px 0;
}
/*@purpose To enable resizing for IE *//*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
*font-size: 100%;
}
/*css reset -end*//*网站css*//*===================================================================*/
html {
	height:100%;
} /*remove bug*/
body {
	color: #555;
	font-size:12px;
	height:100%;
	text-align:center;
    font-family:"Microsoft YaHei",SimSun,"Segoe UI",Verdana,Arial,Sans-Serif;
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
}
a {
	color: #555;
}
a:hover {
	color: #333333;
}
a:focus {
	outline:none;
}
.e {
    border-bottom: 1px dotted #CACACA;
    padding: 5px 0;
}
.e td {
	border-bottom: 1px dotted #CACACA;
	padding-top: 5px;
	padding-right: 2;
	padding-bottom: 5px;
	padding-left: 2;
}
p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}
img {
	border:0;
	margin:0;
}
.gap1 {
	clear:both;
	height:7px;
	font-size:1px;
}
.over .title a, .over .text a {
	display:block;
	width:100%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.star {
	padding-left:2px;
	color:#f00;
}
/*clear*/
.clear {
	visibility: hidden;
	background: #fff;
	color: #fff;
	clear: both;
	margin: 0;
}
.none {
	display:none;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.inline {
	display:inline;
}
.inline li {
	display:inline;
}
.none {
	display:none;
}
/*main css*/
#main {
	width: 1003px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*顶部工具栏*/
.link {
	height:35px;
	line-height:35px;
	color:#838383;
}
.link a, .link, .link a:visited {
	color:#838383;
}
.link .thislink {
	float:right;
	margin-right:10px;
}
.link li {
	float:left;
	height:35px;
	line-height:35px;
	margin-left:14px;
}
#head {
	height:98px;
}
#head h1, #key {
	float:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#head h1 a, #key a {
	display:block;
	background:url(../images/logo.png) no-repeat;
	width:207px;
	height:98px;
	text-indent:-1000px;
}
#head span#description {
	float:right;
}
#head span#description a {
	background:url(../images/head_tel.jpg) no-repeat;
	width:358px;
	height:98px;
	display:block;
	text-indent:-10000px;
}
#menu {
	width: 1003px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#menu ul {
	height: 45px;
	background-image: url(../images/menubg.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-left: 20px;
}
#menu li {
	display:inline;
	font-weight:bold;
}
#menu li a {
	display:block;
	text-align:center;
	color: #FFFFFF;
	margin-top: 2px;
	padding-right: 25px;
	padding-left: 25px;
	line-height: 33px;
	height: 33px;
	font-size: 14px;
	float: left;
}
#menu li a:hover, #menu li .selected {
	background:url(../images/menuhover.png) no-repeat top center;
	color:#003;
	text-decoration:none;
}
/*搜索*/
.searchitem {
	line-height:26px;
}
.searchitem .keyword {
	background:url(../images/view.gif) no-repeat left center;
	padding:2px 0 3px 22px;
	width:80%;
}
.searchitem .submit {
	margin-left:10px;
	margin-right:10px;
	background:url(../images/template1/submit.png) repeat-x;
	border-top:1px solid #ddd;
	border-left:1px solid #ddd;
	border-right:1px ridge #ddd;
	border-bottom:1px ridge #ddd;
	padding:2px 3px 0px 3px;
	font-size:12px;
}
/*/搜索*/

/*navstate 状态栏*/
#nav {
	padding-left:15px;
	height:29px;
	line-height:29px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/BdTit.png);
	background-repeat: repeat-x;
	margin-bottom: 8px;
}
#nav a {
	color:#555;
}
#nav ul {
	display:inline;
}
#nav li {
	display:inline;
	padding-left:25px;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
}
#nav li.pos {
	background:none;
	padding-left:0px;
}
#nav li.index {
	background:none;
	padding-left:0px;
}
/*main*/
.banen {
	width:990px;
	overflow:hidden;
	height: 260px;
	background-image: url(../images/benan.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#l {
	float:left;
	width:738px;
	overflow:hidden;
	display:inline;
}
#l1 {
	float:left;
	width:252px;
	overflow:hidden;
	display:inline;
}
#r {
	float:right;
	width:252px;
	overflow:hidden;
	display:inline;
}
#r1 {
	float:right;
	width:456px;
	border: 1px solid #FFF;
	height: 280px;
	margin-left: 10px;
}
.rf_a{float: left;}
.rf_a li .title {font-weight: bold;line-height: 28px;height: 28px;width: 100%;font-size: 14px;}
.rf_a li .readme {margin-bottom: 5px;line-height: 18px;width: 100%;}
.rf_b{float: left;padding-top: 46px;padding-bottom: 46px;}
.rf_c{float: left;}
.rf_c li .title {font-weight: bold;line-height: 28px;height: 28px;width: 100%;font-size: 14px;}
.rf_c li .readme {margin-bottom: 5px;line-height: 18px;width: 100%;}
.rf_a_a li{
	width: 100px;
	height: 130px;
	padding-left: 33px;
	padding-top: 10px;
	background-image: url(../images/go1_1.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.rf_a_b li{
	width: 100px;
	height: 130px;
	padding-left: 33px;
	padding-top: 10px;
	background-image: url(../images/go2.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.rf_a_c li{
	width: 100px;
	height: 130px;
	padding-top: 10px;
	text-align: right;
	padding-right: 33px;
	background-image: url(../images/go3.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.rf_a_d li{
	width: 100px;
	height: 130px;
	padding-top: 10px;
	text-align: right;
	padding-right: 33px;
	background-image: url(../images/go4.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

/*content*/

.content {
	word-break:break-all;
	word-wrap:break-word;
	padding: 20px;
}
.Content h3 {
	font-size: 14px;
	color: #09F;
}
.endContent {
	height: 1%;
	border: 1px solid #999999;
	padding: 19px 19px 9px 19px;
}
.endContent h1 {
	font-size: 14px;
	text-align: center;
}
.endContent h3 {
	font-size: 14px;
	color: #09F;
}
.endContent ul {
	text-indent: 26px;
}
.sm {
	text-align: center;
	padding-top: 5px 0px 5px 0px;
}
.summary {
	border: 1px dashed #999999;
	background-color: #FFFFFF;
	line-height: 23px;
	font-size: 12px;
	margin: 0px 0px 10px 0px;
	padding: 10px 5px 10px 5px;
	text-indent: 29px;
}
.more {
	margin-right: 16px;
	width: 41px;
	position: relative;
	float: right;
	margin-top: 10px;
	top: -30px;
}
#focus {
	padding: 2px;
}
.content a {
	text-decoration:underline;
}
.cont {
	height: 71px;
	width: 760px;
	border: 1px solid #CCCCCC;
	background-image: url(../images/cont.jpg);
	background-repeat: no-repeat;
	margin-bottom: 6px;
}
.cont p {
	padding:8px 80px 0px 180px;
}
/*样式*/
#c1 {
	float:left;
	overflow:hidden;
	display:inline;
	width: 738px;
}
#c2 {
	float:right;
	overflow:hidden;
	display:inline;
	margin: 0px;
	padding: 0px;
	width: 252px;
}
#c3 {
	float:left;
	overflow:hidden;
	display:inline;
	width: 252px;
}
#c4 {
	float:right;
	overflow:hidden;
	display:inline;
	margin: 0px;
	padding: 0px;
	width: 738px;
}
.c5 {
	float:left;
	overflow:hidden;
	display:inline;
	margin: 0px;
	padding: 0px;
	width: 375px;
}
.c6 {
	float:right;
	overflow:hidden;
	display:inline;
	margin: 0px;
	padding: 0px;
	width: 375px;
}
/*网站建设*/
.ser {
	height:1%;
}
.ser li {
	display:inline;
	float:left;
	width: 180px;
	padding-right: 1px;
}
.ser li .preimg {
	float:left;
	width:179px;
	display:inline;
	height: 125px;
}
.ser li .title {
	padding:5px 0;
	text-align: center;
	font-weight: bold;
}
.ser li .info {
	float:left;
	line-height:21px;
	width: 167px;
	padding-right: 6px;
	padding-left: 6px;
}
#c8{
	width: 1002px;
	display:inline;
	overflow: hidden;
}
.wangzhan {
	padding-left:0px;
	height:1%;
}
.wangzhan li {
	display:inline;
	float:left;
	width: 299px;
	background-color: #FFF;
	border: 1px solid #CCC;
	margin: 13px;
	height: 236px;
}
.wangzhan li .preimg {
	float:left;
	width:299px;
	display:inline;
	height: 121px;
}
.wangzhan li .title, .wangzhan li .title a {
	padding:5px 0;
	font-weight: bold;
	font-size: 14px;
	color: #09F;
}
.wangzhan li .info {
	float:left;
	line-height:21px;
	width: 267px;
	padding-right: 10px;
	padding-left: 10px;
}
.wangzhan_1 {
	background-image: url(../images/webdesign_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #CCC;
	height: 284px;
}
.wangzhan_1 li {
	float:left;
	padding-left: 10px;
	width: 210px;
	margin-right: 10px;
	margin-left: 10px;
}
.wangzhan_1 li .title {
	font-weight: bold;
	line-height: 28px;
	padding-left: 45px;
	font-size: 14px;
	padding-top: 10px;
}
.wangzhan_1 li .readme {
	margin-bottom: 5px;
	background-image: url(../images/inBg.png);
	background-repeat: repeat-x;
	line-height: 21px;
	width: 95%;
	padding: 10px;
}
/*分类样式*/
.class {
	background-image: url(../images/leftbg.jpg);
	background-repeat: repeat-y;
	width: 249px;
	border: 1px solid #CCCCCC;
	padding-bottom: 10px;
}
.class h2 {
	text-align:center;
	font-weight:bold;
	background-image: url(../images/about02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	line-height: 39px;
}
.class ul {
	width: auto;
}
.class li a:visited {
	color:#666666;
	font-weight:bold;
}
.class li {
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
.class li a {
	text-align: center;
}
.class li a:hover, .class li .selected {
	color: #09F;
	text-decoration: none;
	display: block;
}
/*深度是1的分类样式,也就是二级分类*/
.class .d0 {
	text-align:center;
	font-weight:bold;
	background-image: url(../images/about02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	line-height: 39px;
	height: 39px;
	margin-top: 10px;
}
.class .d1 {
	width:199px;
	text-align: center;
	background-image: url(../images/class2.png);
	background-repeat: no-repeat;
	line-height: 25px;
	margin-left: 25px;
}
.class .d2 {
	position:relative;
	background:url(../images/class.gif) no-repeat 28px -1px;
	padding-left:50px;
}
.class1 {
	background-image: url(../images/leftbg.jpg);
	background-repeat: repeat-y;
	width: 249px;
	border: 1px solid #CCCCCC;
}
.class1 h2 {
	margin-bottom:10px;
	text-align:center;
	font-weight:bold;
	padding-left: 18px;
	background-image: url(../images/about02.jpg);
	background-position: center;
	background-repeat: no-repeat;
	line-height: 39px;
	height: 39px;
	margin-top: 10px;
	font-size: 14px;
}
.class1 ul {
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
}
.class1 li a:visited {
	color:#666666;
	font-weight:bold;
}
.class1 li {
	font-weight: bold;
	margin-top: 10px;
	text-align: center;
}
.class1 li a {
	text-align: center;
}
.class1 li a:hover, .class1 li .selected {
	color: #09F;
	text-decoration: none;
	display: block;
}
/*深度是1的分类样式,也就是二级分类*/
.class1 .d0 {
	width:199px;
	text-align: center;
	background-image: url(../images/class2.png);
	background-repeat: no-repeat;
	line-height: 25px;
	margin-left: 25px;
}
.class1 .d2 {
	position:relative;
	background:url(../images/class.gif) no-repeat 28px -1px;
	padding-left:50px;
}
/*频道首页宣传区*/
.listbar {
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	background-image: url(../images/BdTit.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.listbar h2 {
	padding-left:27px;
	line-height:38px;
	height: 41px;
}
.listbar h2, .listbar h2 a {
	font-weight:bold;
	color:#333;
	font-size: 14px;
}
.listbar span, .listbar span a {
	padding-left:10px;
	line-height:28px;
	height: 28px;
	font-family: Arial;
	font-size: 10px;
	color: #666;
}
.listbar ul {
	padding-right: 5px;
	padding-left: 5px;
}
.bar {
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
	background-image: url(../images/BdTit.png);
	background-repeat: repeat-x;
	background-position: top;
}
.bar h2{
	padding-left:10px;
	line-height:28px;
	background: url(../images/title_bg01.jpg) no-repeat left;
	border-bottom: 1px solid #CCCCCC;
	margin: 1px 0px 1px 1px;
	height: 28px;
	font-size: 12px;
}
.bar h2, .bar h2 a {
	font-weight:bold;
	color:#FFFFFF;
}
.bar ul {
	padding-right: 3px;
	padding-left: 3px;
}
/*左侧记录列表*/
.sidebar {
	text-overflow:ellipsis;
	overflow:hidden;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.sidebar li {
	padding-left:1px;
	border-bottom:1px dashed #ddd;
	width: 100px;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.sidebar .depth0 {
	padding: 10px;
	width: auto;
	float: left;
}
.sidebar .depth1 {
	padding: 10px;
	float: left;
	width: auto;
}
.sidebar .depth2 {
	position:relative;
	background:url(../images/class.gif) no-repeat 28px -1px;
	padding-left:50px;
}
.th {
	padding-left:10px;
	line-height:28px;
	background-image: url(../images/title_bg01.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-position: left;
	margin-left: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
	height: 28px;
}
/*List*/
.list1 li {
	padding-left: 20px;
	background-image: url(../images/dot4.gif);
	background-repeat: no-repeat;
	background-position: 2px 3px;
	line-height: 25px;
	padding-right: 1px;
	height: 25px;
}
/*list1_1 带下载和查看*/
.list1_1 li {
	padding-left: 20px;
	background: url(../images/dot4.gif) no-repeat;
	background-position: 2px 3px;
	line-height: 28px;
	padding-right: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	width: 40%;
}
.list1_1 li a {
	display:inline;
	float:left;
}
.list1_1 li a.title {
	width:300px;
}
.list1_1 li a.view {
	width:60px;
}
/*list2*/
.list2 li {
	float:left;
	padding-left:15px;
	width:98%;
	height:28px;
	line-height:28px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.list2 .title {
	display:inline;
	float:left;
	width:80%;
}
.list2 .title a {
	padding-left:16px;
	background-image: url(../images/dot4.gif);
	background-repeat: no-repeat;
	background-position: 0px -2px;
}
.list2 .time {
	display:inline;
	float:left;
	width:16%;
	text-align:center;
}
.list2 span, .list2 span a {
	font-size: 12px;

}
.list3 {
	padding-left:0px;
	text-align:center;
	height:1%;
}
.list3 li {
	display:inline;
	float:left;
	padding: 10px 15px 10px 15px;
}
.list3 li .title {
	padding:5px 0;
}
/*list4*/
.list4 li {
	display:inline;
	float:left;
	margin:15px 0px 0px 20px;
	padding:10px 0px 0px 20px;
	border: 1px dashed #ddd;
}
.list4 li .preimg {
	float:left;
	width:150px;
	display:inline;
}
.list4 li .info {
	float:left;
	width:265px;
	line-height:18px;
}
/*list5*/

.list5 li {
	float:left;
	padding-left: 20px;
}
.list5 li .title {
	font-weight: bold;
	line-height: 28px;
	height: 28px;
	width: 80%;
}
.list5 li .readme {
	margin-bottom: 5px;
	background-image: url(../images/inBg.png);
	background-repeat: repeat-x;
	border: 1px dashed #CCCCCC;
	line-height: 18px;
	width: 95%;
	padding: 10px;
}
/*list6 留言评论*/
.list6 li {
	padding:8px 0 12px 0;
	border-top:1px dotted #ddd;
}
.list6 li.li2 {
	margin-left:30px;
}
.list6 .title, .list6 .retitle {
	margin-bottom:12px;
	font-weight:bold;
	color:#808080;
}
.list6 .body {
	margin-bottom:8px;
}
.list6 .reply a {
	display:block;
	width:60px;
	padding:3px 0 4px 12px;
	background:url(../images/button_bg2.gif) no-repeat;
	letter-spacing: 4px;
}
.list7 {
	padding:10px 15px 15px 15px;
	line-height: 23px;
}
.list7 img {
	float:left;
	margin:0 7px 2px 0;
}
/*list10-标题+内容*/
.list10 li {
	padding:8px 0 12px 0;
	border-top:1px dotted #ddd;
}
.list10 li .title {
	margin-bottom:12px;
	font-weight:bold;
	color:#808080;
}
.list10 li .retitle{
	text-indent: 4px;
}

/*list11-图片-标题+时间+介绍*/
.list11 li {
	padding:8px 0 12px 0;
}
.list11 .preimg {
	float:left;
	width:230px;
	display:inline;
	border: 1px solid #333;
	padding: 2px;
	height: 130px;
}
.list11 .info {
	float: left;
	height: 28px;
	width: 100%;
	line-height: 28px;
}
.list11 .title {
	float: left;
	width: 70%;
}
.list11 .title a {
	font-weight: bold;
	color: #000;
	font-size: 12px;
}
.list11 .title a:hover {
	color: #09F;
}
.list11 .time {
	float: left;
	color: #09F;
	width: 25%;
}
.list11 .retitle {
	color:#808080;
	text-align: left;
}
/*list20 普通的左浮动*/
.list20 li {
	display:inline;
	margin-right:10px;
	float:left;
}
/*list30 管理选择的下拉菜单
.list30 p {
	padding:2px 5px;
	border-bottom:1px dashed #ccc;
	
}*/
.top_link {
	background:url(../images/tip_bg.jpg) no-repeat;
	height: 75px;
	width: 218px;
	padding-left: 3px;
}
.top_link li {
	background: url(../images/top_link.jpg) no-repeat;
	height: 22px;
	width: 100px;
	margin: 10px 3px 0px 3px;
	float: left;
	line-height: 22px;
	text-align: center;
}
/*分类词*/
.smgs {
	width: 700px;
}
.smgs .d0 {
	background: url(../images/smgs.jpg) no-repeat;
	height: 25px;
	width: 91px;
	float: left;
	line-height: 25px;
	text-align: center;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: bold;
}
.smgs .d1 {
	padding-left:15px;
	width:123px;
	height:28px;
	line-height:28px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #eee;
	text-align: left;
	float: left;
	margin-top: 7px;
	font-weight: bold;
}
.smgs .d1 a:hover{
	color:#fff;
	text-decoration:none;
	background-color: #09F;
}
/*关键词*/
.tags li {
	display:inline;
	margin-right:5px;
}
.group {
	margin:0 0 15px 0;
}
.group .thisbody {
	background:#fff;
	border:1px dashed #7bcbef;
	border-top:0;
	padding:15px;
	height:1%;
}
.group .item {
	width:47%;
	overflow:hidden;
	float:left;
	margin-right:15px;
	height:200px;
	display:inline;
}
.group h1 {
	font-weight:bold;
	color:#fff;
	font-size:12px;
	background:url(../images/template1/column2_nav.png) no-repeat;
	padding-left:30px;
	height:27px;
	line-height:27px;
}
.group h2 {
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #7bcbef;
	padding:8px 0 3px 18px;
	margin-bottom:8px;
	background:url(../images/template1/arrow2.png) no-repeat -4px 3px;
}
.group li {
	height:26px;
	line-height:26px;
	padding:0px 0 0px 0px;
	border-bottom:1px dotted #c2c2c2;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
/*翻页部分*/
.page {
	height:20px;
	padding:15px 0 5px 0;
}
.page a {
	text-decoration:none;
}
.page a:hover {
	text-decoration:underline;
}
.page em {
	color:#f00;
	font-style:normal;
	line-height: 20px;
	height: 20px;
	width: 10px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
	border: 1px solid #FF0000;
	padding-right: 5px;
	padding-left: 5px;
}
.page cite {
	font-style:normal;
	height: 18px;
	width: 10px;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
	border: 1px solid #0066FF;
}
/*底部*/.bottomline {
	background:#f8c300;
	height:5px;
}
.foot {
	height:140px;
	text-align: center;
	background-image: url(../images/foot.jpg);
	background-repeat: repeat-x;
	padding-top: 20px;
}
.foot p {
	line-height:20px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
}
.foot, .foot a {
	color: #333333;
	text-decoration: none;
}
.footnva {
	padding:6px;
}
.footnva li {
	display:inline;
	padding-right:10px;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
/*页脚声明文件*/
/*页脚声明文件*/
.links {
	padding-bottom:10px;
	line-height: 28px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #CCC;
	background-image: url(../images/BdTit.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.links h2 {
	line-height:38px;
	height: 41px;
}
.links h2, .links h2 a {
	font-weight:bold;
	color:#333;
	font-size: 14px;
}
.links span, .links span a {
	padding-left:10px;
	line-height:28px;
	height: 28px;
	font-family: Arial;
	font-size: 10px;
	color: #666;
}
.links li {
	display:inline;
	padding-right:10px;
}
.footercon {
	height:232px;
	background-image: url(../images/footbg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#tempvalue, .tempvalue {
	display:none;
}
/*首页内容*/
.indexcontent {
	border:1px solid #030;
}
/*首页flash*/
.flash {
	width:738px;
	height:331px;
	float:left;
}
/**********/
/*网友评论*/
.comman {
	border: 1px solid #CCCCCC;
	margin-bottom: 8px;
}
.comman .th, .comman .th a {
	background-image: url(../images/BdTit.png);
	background-repeat: repeat-x;
	font-weight:bold;
	color:#666666;
	padding-left: 30px;
	height: 29px;
	line-height: 29px;
}
.comman .content {
	border:1px dashed #7bcbef;
	border-top:0;
	padding:15px;
}
.comman form input, .comman textarea {
	border:1px solid #ddd;
}
.comman form {
	border:2px solid #eaeaea;
	border-top:0;
	background:#fbfbfb;
	padding:10px;
}
.comman h2 {
	font-size:12px;
	text-align:center;
	border:2px solid #eaeaea;
	padding:5px 0;
	background:#f7f7f7;
	margin:25px 0 0 0;
}
.comman form div {
	padding-bottom:8px;
}
.comman h3 {
	font-size:12px;
}
.comman .content {
	margin:10px 0 10px 0;
	border-bottom:1px dashed #ddd;
	padding-bottom:5px;
}
/*广告*/
.ad {
	margin:0 0 15px 0;
}
.ad p {
	margin:0;
	padding:0;
}
/*登录框*/
.userlogin {
	padding:10px;
}

