/*全局定义*/
@charset "utf-8";

html,
body {
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
}

html {
	text-align: left;
	background-color: #ffffff;
}

body {
	font-family: '宋体', Arial, '微软雅黑';
	color: #000000;
	font-size: 12px;
	margin: 0px;
}

input,
img {
	vertical-align: middle;
}

img {
	border: 0;
}

* {
	margin: 0;
	padding: 0;
}

/*前台网站常用，为自定义css，是自行编写的，可修改css样式名或内容****/
/*常用字体样式*/
.Arial12 {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
}

.h150 {
	line-height: 150%;
}

.h180 {
	line-height: 180%;
}

.h190 {
	line-height: 190%;
}

.h200 {
	line-height: 200%;
}

.hui12 {
	font-size: 12px;
	color: #666666;
}

.hui12a {
	font-size: 12px;
	font-family: Arial, '微软雅黑';
	color: #cccccc;
}

.hui12B {
	font-size: 12px;
	font-family: Arial, '微软雅黑';
	color: #666666;
	font-weight: bold;
}

.hui13B {
	font-size: 13px;
	font-family: Arial, '微软雅黑';
	color: #666666;
	font-weight: bold;
}

.hui16 {
	font-size: 15px;
	font-family: Arial, '微软雅黑';
	color: #666666;
	font-weight: bold;
}

.white12 {
	font-size: 12px;
	color: #ffffff;
}

.white12B {
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}

.white13 {
	font-size: 13px;
	color: #ffffff;
}

.white13B {
	font-size: 13px;
	color: #ffffff;
	font-weight: bold;
}

.white14B {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.black12B {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

.black12bspace {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	letter-spacing: 1px;
}

.black13B {
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}

.black14B {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.red12 {
	font-size: 12px;
	color: #ac3e3d;
}

.red12B {
	font-size: 12px;
	color: #ac3e3d;
	font-weight: bold;
}

.red13B {
	font-size: 13px;
	color: #ac3e3d;
	font-weight: bold;
}

.red14B {
	font-size: 14px;
	color: #c27676;
	font-weight: bold;
}

.blue12 {
	font-size: 12px;
	color: #0F71DF;
}

.blue12B {
	font-size: 12px;
	color: #0F71DF;
	font-weight: bold;
}

.blue13 {
	font-size: 13px;
	color: #0F71DF;
}

.blue13B {
	font-size: 13px;
	color: #0F71DF;
	font-weight: bold;
}

.blue14B {
	font-size: 14px;
	color: #0F71DF;
	font-weight: bold;
}

.yellow12 {
	font-size: 12px;
	color: #FF6600;
}

.yellow12B {
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}

.yellow13B {
	font-size: 13px;
	color: #FF6600;
	font-weight: bold;
}

.yellow14B {
	font-size: 14px;
	color: #FF6600;
	font-weight: bold;
}

.green12 {
	font-size: 12px;
	color: #346F0E;
}

.green12B {
	font-size: 12px;
	color: #346F0E;
	font-weight: bold;
}

.green14B {
	font-size: 14px;
	color: #118602;
	font-weight: bold;
}

.green16B {
	font-size: 16px;
	color: #319000;
	font-weight: bold;
}

.zi14 {
	font-size: 14px;
	color: #b81db9;
	font-weight: bold;
}

/*边框样式*/
.border {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.border1 {
	border-left: 1px solid #f4efef;
	border-right: 1px solid #f4efef;
}

/*输入框样式*/
.input {
	border: #cccccc 1px solid;
	background-color: #ffffff;
	height: 26px;
	font-size: 12px;
}

.textarea {
	border: #CCCCCC solid 1px;
	background-color: #FFFFFF;
	width: 98%;
	padding-left: 3px;
	font-size: 12px;
	margin: 1px;
}

/*链接样式*/
a:link,
a:visited {
	font-size: 12px;
	color: #cccccc;
	text-decoration: none;
}

a:hover,
a:active {
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
}

a.L12hui:link,
a.L12hui:visited {
	font-size: 12px;
	color: #999999;
	text-decoration: none;
}

a.L12hui:active,
a.L12hui:hover {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}

a.L12Bhui:link,
a.L12Bhui:visited {
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

a.L12Bhui:hover,
a.L12Bhui:active {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

a.L12white:link,
a.L12white:visited {
	font-size: 12px;
	color: #FFffff;
	text-decoration: none;
}

a.L12white:hover,
a.L12white:active {
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
}

a.L12Bwhite:link,
a.L12Bwhite:visited {
	font-size: 12px;
	font-weight: bold;
	color: #FFffff;
	text-decoration: none;
}

a.L12Bwhite:hover,
a.L12Bwhite:active {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

a.L13Bwhite:link,
a.L13Bwhite:visited {
	font-size: 13px;
	font-weight: bold;
	color: #FFffff;
	text-decoration: none;
}

a.L13Bwhite:hover,
a.L13Bwhite:active {
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

a.L12red:link,
a.L12red:visited {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

a.L12red:hover,
a.L12red:active {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}

a.L12blue:link,
a.L12blue:visited {
	font-size: 12px;
	color: #0F71DF;
	text-decoration: none;
}

a.L12blue:hover,
a.L12blue:active {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}

a.L13black:link,
a.L13black:visited {
	font-size: 13px;
	color: #333333;
	text-decoration: none;
}

a.L13black:hover,
a.L13black:active {
	font-size: 13px;
	color: #FF9900;
	text-decoration: none;
}

a.L13Bblack:link,
a.L13Bblack:visited {
	font-size: 13px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

a.L13Bblack:hover,
a.L13Bblack:active {
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

a.L13blue:link,
a.L13blue:visited {
	font-size: 13px;
	color: #0033CC;
	text-decoration: none;
}

a.L13blue:hover,
a.L13blue:active {
	font-size: 13px;
	color: #FF9900;
	text-decoration: none;
}

a.L13Bblue:link,
a.L13Bblue:visited {
	font-size: 13px;
	font-weight: bold;
	color: #0F71DF;
	text-decoration: none;
}

a.L13Bblue:hover,
a.L13Bblue:active {
	font-size: 13px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

a.L14Bblack:link,
a.L14Bblack:visited {
	font-size: 14px;
	color: #660000;
	text-decoration: none;
}

a.L14Bblack:hover,
a.L14Bblack:active {
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
}

a.L14red:link,
a.L14red:visited {
	font-size: 14px;
	color: #FF0000;
	text-decoration: none;
}

a.L14red:hover,
a.L14red:active {
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
}

a.L14blue:link,
a.L14blue:visited {
	font-size: 14px;
	color: #0033CC;
	text-decoration: none;
}

a.L14blue:hover,
a.L14blue:active {
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
}

a.L14green:link,
a.L14green:visited {
	font-size: 14px;
	color: #44A412;
	text-decoration: none;
}

a.L14green:hover,
a.L14green:active {
	font-size: 14px;
	color: #FF9900;
	text-decoration: none;
}

a.L14Bgreen:link,
a.L14Bgreen:visited {
	font-size: 14px;
	font-weight: bold;
	color: #44A412;
	text-decoration: none;
}

a.L14Bgreen:hover,
a.L14Bgreen:active {
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

a.L14Bwhite:link,
a.L14Bwhite:visited {
	font-size: 14px;
	font-weight: bold;
	color: #FFffff;
	text-decoration: none;
}

a.L14Bwhite:hover,
a.L14Bwhite:active {
	font-size: 14px;
	font-weight: bold;
	color: #FFffff;
	text-decoration: none;
}

a.L16green:link,
a.L16green:visited {
	font-size: 16px;
	font-weight: bold;
	color: #44A412;
	text-decoration: none;
}

a.L16green:hover,
a.L16green:active {
	font-size: 16px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}

/**********文章列表div输出**********/
/*如果要进行上下滚动，请设置高度*/
/*如果要进行左右滚动，请设置宽度*/
.article_list {
	width: 99%;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.article_list_col {
	overflow-x: hidden;
}

.article_list_col ul {
	width: 100%;
}

.article_list_col ul li {
	list-style: none;
	display: inline-block;
	float: left;
}

.article_list_col ul li img {
	margin-left: 5px;
	border: 0px;
}

.article_list_col ul li em {
	float: right;
	font-style: normal;
}

.article_list_col ul li div {
	float: left;
	width: 80%;
	line-height: 22px;
	text-indent: 28px;
	color: #666;
	margin: 10px;
}

.article_list_col a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.article_list_col a:hover {
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
}

/**********文章列表table输出**********/
.article_table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.article_table_col {}

.article_table_col tr {
	height: 25px;
}

.article_table_col td {
	list-style: none;
	height: 25px;
	padding: 5px;
	display: inline-block;
	float: left;
}

.article_table_col td em {
	float: right;
	font-style: normal;
}

.article_table_col td div {
	float: left;
	width: 80%;
	line-height: 20px;
	text-indent: 28px;
	color: #666;
	margin: 10px;
}

.article_table_col a {
	font-size: 12px;
	color: #666666;
	text-decoration: none;
}

.article_table_col a:hover {
	font-size: 12px;
	color: #ff9900;
	text-decoration: none;
}

/**********图片文章列表table输*********出*/
/*如果要进行上下滚动，请设置高度*/
/*如果要进行左右滚动，请设置宽度*/
.pic_table {
	width: 400;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	padding: 2px;
	border: 0px;
	float: left;
}

.pic_table table td {
	padding: 2px;
	vertical-align: top;
}

.pic_table table td div {
	text-align: left;
	width: 100%;
	line-height: 20px;
	color: #666;
	font-size: 13px;
}

.pic_table table td img {
	text-align: center;
}

.pic_table table td a {
	border: #dcdddd 1px solid;
	width: 150px;
	height: 112px;
	padding: 5px;
	display: block;
}

.pic_table table td a:hover {
	border: #d95803 1px solid;
}

.pic_table table td.title a {
	display: inline;
	border: none;
}

.pic_table table td.title a:hover {
	border: none;
}

.pic_table table .title {
	text-align: center;
	font-size: 12px;
}


/*只在投票标签中使用*/
.pic_table table .title_long {
	text-align: center;
	color: Green;
	font-size: 14px;
	font-weight: bold;
}

.pic_table table .title_name {
	text-align: center;
}

.pic_table table .title_name a {
	font-size: 14px;
	color: White;
}

.pic_table table .title_hits {
	text-align: center;
	font-size: 14px;
	color: Green;
	font-weight: bold;
}

.pic_table table .title_img {
	text-align: center;
}

/*********导航菜单主样式**********/
.menuClass {
	width: 975px;
	height: 34px;
	margin: 0 auto;
}

.menuClass ul {
	padding-left: 25px;
}

.menuClass ul li {
	background-image: url(bg_menu_1.jpg);
	width: 115px;
	height: 34px;
	line-height: 34px;
	float: left;
	display: block;
	text-align: center;
	position: relative;
}

.menuClass ul li .index {
	color: Black;
	background-color: #fff;
}

.menuClass ul li a {
	display: block;
	height: 34px;
	width: 115px;
	line-height: 34px;
	font-size: 14px;
	font-family: '微软雅黑', Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #Fff;
	text-decoration: none;
}

.menuClass ul li a:hover {
	background-image: url(bg_menu_2.jpg);
	color: #fff;
}

/*导航菜单主样式-锁定选择页面*/
.menuClass ul li span {
	width: 115px;
	height: 34px;
	line-height: 34px;
	float: left;
	display: block;
	text-align: center;
	position: relative;
	background-color: Green;
}

/*导航菜单的下拉菜单样式*/
.menuClass ul li ul {
	position: absolute;
	z-index: 99;
	left: -25px;
	top: 34px;
	display: none;
}

.menuClass ul li ul li {
	background-image: url(bg_menu_3.jpg);
	width: 115px;
	height: 28px;
	line-height: 28px;
}

.menuClass ul li ul li a {
	width: 115px;
	height: 34px;
	line-height: 34px;
	color: #Ff0;
	font-size: 12px;
}

.menuClass ul li ul li a:hover {
	background-image: url(bg_menu_4.jpg);
	width: 115px;
	height: 28px;
	line-height: 28px;
	font-size: 12px;
	color: #333;
}

/**********子栏目树样式**********/
.childclass {
	MARGIN-TOP: 15px;
	text-align: left;
}

.childclass ul {
	MARGIN: auto;
	WIDTH: 180px
}

.childclass ul li {
	BACKGROUND-IMAGE: url(list-menu-out.jpg);
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: "微软雅黑";
}

.childclass ul li a {
	LINE-HEIGHT: 25px;
	PADDING-LEFT: 30px;
	DISPLAY: block;
	HEIGHT: 25px
}

.childclass ul li a:hover {
	background-color: Red;
}

/*子栏目树样式-锁定选择页面*/
.childclass ul li a.on {
	background-color: Red;
	color: #fff;
	text-align: left;
	display: block;
	height: 25px;
}

/*子栏目树样式第二层样式*/
.childclass ul li ul li {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	PADDING-LEFT: 30px;
	MARGIN-TOP: 0px;
	CLEAR: both
}

.childclass ul li ul li a {
	LINE-HEIGHT: 25px;
	HEIGHT: 25px;
	COLOR: #ccc
}

.childclass ul li ul li a:hover {
	COLOR: #eb891a
}

/*子栏目树样式第二层样式-锁定选择页面*/
.childclass ul li ul li span {
	background-color: Orange;
	color: #eb891a;
	text-align: left;
	display: block;
	height: 25px;
}


/*以下为系统样式，不可更改样式名称，但可以更改样式中的内容*********************************************************************************************************/
/*相关文章*/
.correlative_list {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
}

.correlative_list_col {
	border: #ff0000 1px solid;
	overflow-x: hidden;
}

.correlative_list_col ul {
	width: 100%;
	margin: 10px;
}

.correlative_list_col ul li {
	list-style: none;
	display: inline-block;
	float: left;
}

.correlative_list_col ul li em {
	float: right;
	font-style: normal;
}

/*文章分页显示*/
.pageClass {
	text-align: center;
	padding: 40px;
	line-height: 22px;
	padding-left: 0px;
	padding-right: 0px;
	zoom: 1;
	font-family: "宋体";
	background: #fff;
	clear: both;
	padding-top: 40px;
	_font-family: tahoma;
}

.pageClass a {
	background-image: url(../system/sprites.png) !important;
	background-repeat: no-repeat;
}

.pageClass a {
	color: blue;
	padding: 0px;
	margin: 0px 1px;
	padding-left: 1px;
	padding-right: 0px;
	display: inline-block;
	background-position: 0px -217px;
	padding-top: 0px;
}

.pageClass a span {
	background-image: url(../system/sprites.png) !important;
	background-repeat: no-repeat;
}

.pageClass a span {
	padding: 0px;
	padding-left: 7px;
	padding-right: 8px;
	display: inline-block;
	background-position: right -217px;
	padding-top: 0px;
}

.pageClass strong {
	font-weight: 700;
}

.pageClass strong {
	background-image: url(../system/sprites.png) !important;
	background-repeat: no-repeat;
}

.pageClass strong {
	padding: 0px;
	margin: 0px 1px;
	padding-left: 1px;
	padding-right: 0px;
	display: inline-block;
	background-position: 0px -217px;
	padding-top: 0px;
}

.pageClass strong {
	background-position: 0px -173px;
	color: #fff;
	text-decoration: none;
}

.pageClass strong span {
	background-image: url(../system/sprites.png) !important;
	background-repeat: no-repeat;
}

.pageClass strong span {
	padding: 0px;
	padding-left: 7px;
	padding-right: 8px;
	display: inline-block;
	background-position: right -217px;
	padding-top: 0px;
}

.pageClass strong span {
	background-position: right -173px;
}

.pageClass a:hover {
	background-image: url(../system/sprites.png) !important;
	background-repeat: no-repeat;
}

.pageClass a:hover {
	background-position: 0px -173px;
	color: #fff;
	text-decoration: none;
}

.pageClass a:hover span {
	background-image: url(../system/sprites.png) !important;
	background-repeat: no-repeat;
}

.pageClass a:hover span {
	background-position: right -173px;
}

.pageClass a.prv {
	padding-left: 12px;
	background-position: 0px -261px;
	cursor: hand;
}

.pageClass a.prv:hover {
	background-position: 0px -284px;
	cursor: hand;
}

.pageClass a.next span {
	padding-right: 19px;
	background-position: right -261px;
	cursor: hand;
}

.pageClass a.next:hover span {
	background-position: right -284px;
	cursor: hand;
}

/**********文章评*********论*/
/*文章评论的输入框和提交按钮*/
#txtname {
	width: 80px;
}

.pl_input {
	width: 100%;
	background-color: #f7f7f7;
	text-align: left;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.pl_input .f-l {
	margin-left: 20px;
	width: 94%;
}

.pl_input .f-l h3 {
	font-size: 15px;
}

.pl_input .pl_title {
	padding: 10px 30px;
}

.pl_input .pl_bor textarea {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 94%;
	margin-bottom: 15px;
}

.pl_input .pl_btn {
	border-bottom: medium none;
	border-left: medium none;
	margin-top: 4px;
	width: 59px;
	background: url(../system/tijiao.gif) no-repeat;
	float: left;
	height: 30px;
	border-top: medium none;
	cursor: pointer;
	border-right: medium none
}

/*文章评论主体显示内容*/
.pl_show {
	background: #fff;
	width: 100%;
}

.pl_show .mode-comment {
	border: 1px solid #dadcdd;
	width: 100%;
}

/*文章评论的评论标题*/
.pl_show_title {
	background: url("../system/pl_bg_left.gif") no-repeat left top;
	padding-left: 10px;
}

.pl_show_title .right {
	background: url("../system/pl_bg.gif") no-repeat top right;
	height: 37px;
	line-height: 37px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: -2px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.pl_show_title span {
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #949494;
}

.pl_show_title b {
	color: #e8581f;
}

/*文章评论的评论列表*/
.pl_show_list {
	margin: 15px 20px;
	line-height: 25px;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 5px;
	padding-bottom: 10px;
	text-align: left;
}

.pl_show_list .pl_show_head {
	overflow: hidden;
	zoom: 1;
}

.pl_show_list .pl_show_head .f-l {
	float: left;
	color: #204e7d;
}

/**********留言**********/
/*留言提交表单*/
#txtcode {
	width: 80px;
}

.data {
	width: 960px;
	background-color: white;
	padding: 10px 0px 10px 0px;
}

.data tr {
	text-align: left;
	background-color: #ffffff;
}

.data td {
	height: 25px;
	border-collapse: collapse;
}

.data .left_width {
	width: 140px;
	height: 20px;
}

.data .tag_select {
	color: #000;
	color: #333333;
	font-size: 12px;
	cursor: pointer;
	vertical-align: middle;
	margin: 1px;
}

.data .input {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 12px;
	margin: 1px;
}

.data .textarea {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	width: 98%;
	padding-left: 3px;
	font-size: 12px;
	margin: 1px;
}

.data .pl_btn {
	color: #ffffff;
	background: #5d8bba;
	height: 22px;
	padding: 0px 3px 0px 3px;
	text-align: center;
	line-height: 22px;
	border-top: 1px solid #6499ce;
	border-left: 1px solid #6499ce;
	border-right: 1px solid #255789;
	border-bottom: 1px solid #255789;
}

.data .runcode {
	border: #CCCCCC solid 1px;
	background: url(../system/calendar.gif) no-repeat right top;
	background-repeat: repeat-x;
	cursor: pointer;
	height: 18px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 12px;
	margin: 1px;
}

/*留言多选框样式*/
.data .box div {
	border: 0px;
	padding: 2px 4px 2px 0px;
	display: block;
	float: left;
	margin: 2px 4px 2px 0px;
}

/*留言字段提示信息，如必填却未填的提示*/
.data .remark {
	color: red;
}


/*上传样式*/
.upload-box {
	position: relative;
	margin-right: 5px;
	background: white;
}

.upload-box .upload-progress {
	position: absolute;
	top: 0;
	left: 0;
	padding: 2px 5px;
	width: 115px;
	height: 26px;
	border: 1px solid #d7d7d7;
	background: #fff;
	overflow: hidden;
}

.upload-box .upload-progress .txt {
	display: block;
	padding-right: 10px;
	font-weight: normal;
	font-style: normal;
	font-size: 11px;
	line-height: 18px;
	height: 18px;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}

.upload-box .upload-progress .bar {
	position: relative;
	display: block;
	width: 112px;
	height: 4px;
	border: 1px solid #1da76b;
}

.upload-box .upload-progress .bar b {
	display: block;
	width: 0%;
	height: 4px;
	font-weight: normal;
	text-indent: -99em;
	background: #28B779;
	overflow: hidden;
}

.upload-file .delete_file {
	display: inline-block;
	width: 9px;
	height: 10px;
	margin-left: 5px;
	margin-top: 2px;
	vertical-align: middle;
	background: url(/21it/Theme/Js/swfupload/skin_icons.gif) no-repeat;
}

.upload-box .box {
	display: block;
	float: left;
}

.upload-box .box .fa {
	margin-left: 6px;
	line-height: 32px;
}

.upload-file {
	border: 0px;
	padding: 2px 4px 2px 0px;
	display: block;
	float: left;
	margin: 2px 4px 2px 0px;
}

.upload-file .upload-file img {
	margin-left: 4px;
}

.upload-path {
	width: 0px !important;
	padding: 0px !important;
	border: 0px !important;
}

.upload-box .upload-file-btn {
	width: 65px;
	color: #333;
	background: #fff;
	vertical-align: middle;
	margin-top: 0px;
	font-size: 12px;
	cursor: pointer;
}

.upload-box .upload-html5-btn {
	color: #333;
	background: #fff;
	margin: 4px 4px 4px 0px;
}

/*留言条目列表*/
.data_list {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-bottom: #999999 1px dashed;
	padding: 10px 0px 10px 0px;
}

.data_list tr {
	text-align: left;
	background-color: #ffffff;
}

.data_list td {
	height: 25px;
	border-collapse: collapse;
	padding: 0px 10px 0px 10px;
}

.data_list .yellow12b {
	color: #ff6600;
	font-weight: bold;
}

.data_list .red12b {
	color: red;
	font-weight: bold;
}

.data_list .red12 {
	color: red;
}

.data_list_title {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	background: url(../system/pl_bg.gif) repeat-x;
	text-align: left;
}

.data_list_title span {
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #949494;
}

.data_list_title b {
	color: #e8581f;
}

/*留言前台列表*/
.message_list {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-bottom: #999999 1px dashed;
	padding: 10px 0px 10px 0px;
}

.message_list .title {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	background: url(../system/pl_bg.gif) repeat-x;
	text-align: left;
}

.message_list tr {
	text-align: left;
	background-color: #ffffff;
}

.message_list td {
	height: 25px;
	border-collapse: collapse;
	padding: 0px 10px 0px 10px;
}

.message_list_title {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.message_list_title span {
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #949494;
}

.message_list_title b {
	color: #e8581f;
}

/*留言查询输入框和按钮样式*/
.msearch {
	width: 260px;
	border: 0px;
	float: left;
}

.msearch .list {
	width: 240px;
}

.msearch .list div {
	float: left;
	padding: 2px 4px 2px 0px;
	display: block;
	margin: 2px 0px 2px 0px;
	border: 0px;
}

.msearch .list .li_left {
	width: 80px;
	text-align: right;
}

.msearch .list .li_right {
	width: 120px;
}

.msearch .btn {
	width: 58px;
	height: 25px;
	border: none;
	color: #6a6969;
	font-size: 12px;
	cursor: pointer;
	padding: 2px 4px 2px 0px;
	margin: 2px 0px 2px 84px;
	border: 0px;
	cursor: hand;
}

/*会员前台列表*/
.members_list {
	width: 460px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	border-bottom: #999999 1px dashed;
	padding: 10px 0px 10px 0px;
}

.members_list .title {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	background: url(../system/pl_bg.gif) repeat-x;
	text-align: left;
}

.members_list tr {
	text-align: left;
	background-color: #ffffff;
}

.members_list td {
	height: 25px;
	border-collapse: collapse;
	padding: 0px 10px 0px 10px;
}

.members_list_title {
	height: 30px;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.members_list_title span {
	float: right;
	font-size: 12px;
	font-weight: normal;
	color: #949494;
}

.members_list_title b {
	color: #e8581f;
}

/*查询功能样式*/



/*查询输入框和按钮样式*/
.search {
	width: 460px;
	border: 0px;
}

.search div {
	border: 0px;
	padding: 2px 4px 2px 0px;
	display: block;
	float: left;
	margin: 2px 0px 2px 0px;
}

.search .sel {
	border: 0;
	height: 25px;
}

.search .sel select {
	border: 1px solid #b0b0b0;
	height: 20px;
}

.search .txt {
	width: 120px;
	border: 0;
	height: 25px;
}

.search .txt input {
	width: 115px;
	border: 1px solid #b0b0b0;
	height: 20px;
	font-size: 12px;
}

.search .btn {
	border: none;
	height: 25px;
	margin-top: 0px;
}

.search .btn img {
	width: 58px;
	height: 25px;
	border: none;
	color: #6a6969;
	font-size: 12px;
	cursor: pointer;
}

/*查询关键字样式*/
.search_keyword {
	color: red;
}

/*查询结果列表头部样式*/
.search_title {
	height: 40px;
	text-align: left;
}

/*查询结果列表整体样式*/
.search_list {
	border: 1px solid #93bbd1;
	padding: 3px;
}

/*查询结果列表奇数行样式 */
.search_list_odd {
	background-color: #ffffff;
	color: #000000;
	padding: 5px;
}

/*查询结果列表奇数行简介样式 */
.search_list_odd ul {
	border: 1px solid #93bbd1;
	text-indent: 20px;
	height: 50px;
	word-wrap: break-word;
}

/*查询结果列表偶数行样式 */
.search_list_even {
	background-color: #f1f1f1;
	color: #000000;
	padding: 5px;
}

/*查询结果列表偶数行简介样式 */
.search_list_even ul {
	border: 1px solid #93bbd1;
	text-indent: 20px;
	height: 50px;
	word-wrap: break-word;
}

/*防伪码查询输入框和按钮样式*/
.searchanticode {
	width: 460px;
	border: 0px;
}

.searchanticode div {
	border: 0px;
	padding: 2px 4px 2px 0px;
	display: block;
	float: left;
	margin: 2px 0px 2px 0px;
}

.searchanticode .sel {
	border: 0;
	height: 25px;
}

.searchanticode .sel select {
	border: 1px solid #b0b0b0;
	height: 20px;
}

.searchanticode .txt {
	width: 120px;
	border: 0;
	height: 25px;
}

.searchanticode .txt input {
	width: 115px;
	border: 1px solid #b0b0b0;
	height: 20px;
	font-size: 12px;
}

.searchanticode .btn {
	border: none;
	height: 25px;
	margin-top: 0px;
}

.searchanticode .btn img {
	width: 58px;
	height: 25px;
	border: none;
	color: #6a6969;
	font-size: 12px;
	cursor: pointer;
}

/*会员提交表单*/
.members_register {
	width: 960px;
	background-color: white;
	padding: 10px 0px 10px 0px;
}

.members_register tr {
	text-align: left;
	background-color: #ffffff;
}

.members_register td {
	height: 25px;
	border-collapse: collapse;
}

.members_register td span {
	color: Blue;
	font-size: 12px;
}

.members_register .left_width {
	width: 140px;
	height: 20px;
}

.members_register .tag_select {
	color: #000;
	color: #333333;
	font-size: 12px;
	cursor: pointer;
	vertical-align: middle;
	margin: 1px;
}

.members_register .input {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 12px;
	margin: 1px;
}

.members_register .textarea {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	width: 98%;
	padding-left: 3px;
	font-size: 12px;
	margin: 1px;
}

.members_register .runcode {
	border: #CCCCCC solid 1px;
	background: url(../system/calendar.gif) no-repeat right top;
	background-repeat: repeat-x;
	cursor: pointer;
	height: 18px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 12px;
	margin: 1px;
}

.members_register .regcode {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	width: 100px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 12px;
	margin: 1px;
}

.members_register .pl_btn {
	color: #ffffff;
	background: #5d8bba;
	height: 22px;
	padding: 0px 3px 0px 3px;
	text-align: center;
	line-height: 22px;
	border-top: 1px solid #6499ce;
	border-left: 1px solid #6499ce;
	border-right: 1px solid #255789;
	border-bottom: 1px solid #255789;
}

.members_register .box div {
	border: 0px;
	padding: 2px 4px 2px 0px;
	display: block;
	float: left;
	margin: 2px 4px 2px 0px;
}

.members_login_data {
	width: 400px;
	background-color: white;
	padding: 10px 0px 10px 0px;
}

.members_login_data .left_width {
	width: 140px;
	height: 20px;
	text-align: right;
}

.members_login_data .input {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	width: 200px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 12px;
	margin: 1px;
}

.members_login_data .password {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	width: 200px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 12px;
	margin: 1px;
}

.members_login_data .logincode {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	width: 100px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 12px;
	margin: 1px;
}

.members_login_data .pl_btn {
	color: #ffffff;
	background: #5d8bba;
	height: 22px;
	padding: 0px 3px 0px 3px;
	text-align: center;
	line-height: 22px;
	border-top: 1px solid #6499ce;
	border-left: 1px solid #6499ce;
	border-right: 1px solid #255789;
	border-bottom: 1px solid #255789;
}

.members_login_data .box div {
	border: 0px;
	padding: 2px 4px 2px 0px;
	display: block;
	float: left;
	margin: 2px 4px 2px 0px;
}

.members_login_data .other {
	width: 100%;
	clear: both;
}

.members_login_data .other div {
	border: 0px;
	padding: 0px 2px;
	line-height: 25px;
	display: block;
	float: left;
}


.members_login_easy {
	background-color: white;
	padding: 10px 0px 10px 0px;
}

.members_login_easy .left_width {
	height: 20px;
	text-align: right;
}

.members_login_easy .input {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	width: 60px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 12px;
	margin: 1px;
}

.members_login_easy .password {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	width: 60px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 12px;
	margin: 1px;
}

.members_login_easy .logincode {
	border: #cccccc solid 1px;
	background-color: #ffffff;
	background-repeat: repeat-x;
	height: 18px;
	width: 50px;
	vertical-align: middle;
	padding-left: 3px;
	font-size: 12px;
	margin: 1px;
}

.members_login_easy .pl_btn {
	color: #ffffff;
	background: #5d8bba;
	height: 22px;
	padding: 0px;
	text-align: center;
	line-height: 22px;
	border-top: 1px solid #6499ce;
	border-left: 1px solid #6499ce;
	border-right: 1px solid #255789;
	border-bottom: 1px solid #255789;
}

.members_login_easy .box div {
	border: 0px;
	display: block;
	float: left;
	margin: 2px;
}


/*120731版新增标签*/
/*图片文章属性*/
.picattribute {
	width: 200px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.picattribute ul {
	width: 100%;
}

.picattribute ul li {
	list-style: none;
	display: inline-block;
	float: left;
}

/*图片文章扩展*/
.picontent {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.picontent .title {
	width: 100%;
	height: 33px;
	border-bottom: #dddddd 1px solid;
	padding-left: 5px;
}

.picontent .SelectTab1 {
	width: 117px;
	height: 36px;
	vertical-align: middle;
	padding-top: 5px;
	margin-right: 5px;
	text-align: center;
	float: left;
	background-image: url(../article/tabs_on.gif) !important;
	background-repeat: no-repeat;
	cursor: pointer;
}

.picontent .SelectnoTab1 {
	width: 91px;
	height: 25px;
	vertical-align: middle;
	margin-top: 8px;
	text-align: center;
	padding-top: 5px;
	margin-right: 5px;
	float: left;
	background-image: url(../article/tabs_common.gif) !important;
	background-repeat: no-repeat;
	cursor: pointer;
}

.picontent .content {
	width: 780px;
}

.picontent .content div {
	padding: 10px 10px 5px 10px;
	width: 700px;
}

/*图片文章产品展示*/
#preview {
	float: none;
	margin: 20px auto;
	text-align: center;
}

.jqzoom {
	width: 350px;
	height: 350px;
	position: relative;
}

.jqzoom img {
	width: 350px;
	height: 350px;
}

.zoomdiv {
	left: 859px;
	height: 400px;
	width: 400px;
}

.list-h li {
	float: left;
}

#spec-n5 {
	width: 350px;
	height: 56px;
	padding-top: 6px;
	overflow: hidden;
}

#spec-left {
	background: url(../article/left.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

#spec-right {
	background: url(../article/right.gif) no-repeat;
	width: 10px;
	height: 45px;
	float: left;
	cursor: pointer;
	margin-top: 5px;
}

#spec-list {
	width: 325px;
	float: left;
	overflow: hidden;
	margin-left: 2px;
	display: inline;
}

#spec-list ul li {
	float: left;
	margin-right: 0px;
	display: inline;
	width: 62px;
}

#spec-list ul li img {
	padding: 2px;
	border: 1px solid #ccc;
	width: 50px;
	height: 50px;
}

.jqzoom {
	position: relative;
	padding: 0;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 1px;
	left: 0px;
	width: 400px;
	height: 400px;
	background: url(i/loading.gif) #fff no-repeat center center;
	border: 1px solid #e4e4e4;
	display: none;
	text-align: center;
	overflow: hidden;
}

.bigimg {
	width: 800px;
	height: 800px;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #fff 50% top no-repeat;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	cursor: move;
}

#spec-list {
	position: relative;
	width: 322px;
	margin-right: 6px;
}

#spec-list div {
	margin-top: 0;
	margin-left: -30px;
	*margin-left: 0;
}

/*对联广告样式 */
#leftCoupletsDiv,
#rightCoupletsDiv {
	width: 100px;
	height: 100px;
	background-color: #fff;
	position: absolute;
}

.itemFloat {
	width: 100px;
	height: auto;
	line-height: 5px
}

/*全屏广告样式，
在使用全屏广告时，样式中
.screenfull的宽
.screenfull .screenfcon 高
要同 广告管理 中设置的宽和高相同*/
.screenfull {
	POSITION: relative;
	MARGIN: 0px auto;
	WIDTH: 990px;
	background: #e8e8e8
}

.screenfull .screenfbtn {
	POSITION: absolute;
	WIDTH: 19px;
	DISPLAY: none;
	HEIGHT: 55px;
	TOP: 10px;
	right: -23px
}

.screenfull .screenfbtn A {
	DISPLAY: block;
	BACKGROUND: url(../system/screenbtn.png) no-repeat 0px 0px;
	HEIGHT: 55px;
	OVERFLOW: hidden
}

.screenfull .screenfbtn .screenfclose {
	BACKGROUND: url(../system/screenbtn.png) no-repeat -19px 0px
}

.screenfull .screenfcon {
	DISPLAY: none;
	HEIGHT: 500px;
}


/*多条件选择查询*/
.select_search {
	width: 800px;
	margin: auto;
}

.select_search .list {
	width: 800px;
	float: left;
}

/*栏目名称单独样式*/
.select_search .list .one label {
	MARGIN-TOP: 2px;
	PADDING: 3px;
	WIDTH: 70px;
	text-align: center;
	HEIGHT: 20px;
	VERTICAL-ALIGN: middle;
	OVERFLOW: hidden;
	CURSOR: pointer
}

.select_search .list .one label:hover {
	background-color: red;
	color: #fff;
}

.select_search .list .one .n {
	background-color: red;
	color: #fff;
}

/*栏目内容样式，全选择情况*/
.select_search .list li {
	margin: 5px;
	FLOAT: left;
}

.select_search .list li label {
	MARGIN-TOP: 2px;
	PADDING: 3px;
	WIDTH: 70px;
	text-align: center;
	HEIGHT: 20px;
	VERTICAL-ALIGN: middle;
	OVERFLOW: hidden;
	CURSOR: pointer
}

.select_search .list li label:hover {
	background-color: Blue;
	color: #fff;
}

/*如果选中了查询条件*/
.select_search .list li .n {
	background-color: Blue;
	color: #fff;
}

/*控件样式*/
.select_search .list li .txt {
	WIDTH: 70px;
	FLOAT: left;
}

.select_search .list li .but {
	WIDTH: 50px;
	FLOAT: left;
	cursor: pointer;
}

/*中间的- 号*/
.select_search .list li .f {
	margin: 3px;
	FLOAT: left;
}



/*问卷投票*/
.tmlbas {
	width: 1200px;
	margin: 35px auto 0;
	padding-bottom: 6px;
}

.tmlbas li {
	overflow: hidden;
}

.tmtibt {
	font-size: 18px;
	color: #605f5f;
	line-height: 31px;
}

.tmxxkp {
	margin: 20px 0 29px 32px;
	overflow: hidden;
}

.isvote label {
	width: 100% !important;
	margin: 10px;
}

.tmxxkp label {
	position: relative;
	width: 200px;
	float: left;
	cursor: pointer;
}

.tmxxkp span {
	display: block;
	margin: 0;
	padding: 0;
	width: 22px;
	height: 22px;
	background: url(/Images/article/green.png) no-repeat -120px 0px;
	border: none;
	cursor: pointer;
	float: left;
}

.tmxxkp span.on {
	background: url(/Images/article/green.png) no-repeat -168px 0px;
}

.tmxxkp span:hover {
	background: url(/Images/article/green.png) no-repeat -168px 0px;
}

.tmxxkp font {
	display: block;
	float: left;
	font-size: 18px;
	color: #605f5f;
	margin: -1px 0 0 23px;
}

.tmxxkp input {
	position: absolute;
	top: -20%;
	left: -20%;
	display: block;
	width: 140%;
	height: 140%;
	margin: 0px;
	padding: 0px;
	background: rgb(255, 255, 255);
	border: 0px;
	opacity: 0;
}

.tjanntp-btn {
	display: block;
	width: 180px;
	height: 34px;
	background: #2986D9;
	text-align: center;
	line-height: 34px;
	font-size: 18px !important;
	color: #fff;
	margin: 28px auto;
	border-radius: 8px;
	cursor: pointer;
}

.tmtqts {
	overflow: hidden;
	margin: 0 34px 0 0;
	display: none;
}

.tmlbas textarea {
	width: 1132px;
	height: 143px;
	border: 1px solid #C8C8C8;
	margin-left: 32px;
}

.tmtqts button {
	width: 119px;
	height: 27px;
	background: #2986D9;
	font-size: 18px;
	color: #fff;
	float: right;
	margin: 8px 0 30px 0;
	border-radius: 4px;
}

.vote-read-btn {
	display: block;
	text-align: center;
	color: #6c6c6c;
}

.vote-read-btn:hover {
	text-decoration: underline;
}


/*分页样式*/
.page {
	clear: both;
	line-height: 40px;
	text-align: center;
	padding: 10px 0px;
}

.page a,
.page span,
.page em {
	padding: 5px 10px;
	border: 1px solid #dee3e6;
	border-radius: 5px;
	margin: 0 5px;
}

.page span.on,
.page a:hover {
	background: #e54726;
	color: #fff;
}




/*会员登录网站*/

/*21it网站样式*/
UL {
	padding: 0px;
	margin: 0px;
}

DL {
	padding: 0px;
	margin: 0px;
}

DD {
	padding: 0px;
	margin: 0px;
}

H1 {
	padding: 0px;
	margin: 0px;
}

H2 {
	padding: 0px;
	margin: 0px;
}

H3 {
	padding: 0px;
	margin: 0px;
}

H4 {
	padding: 0px;
	margin: 0px;
}

H5 {
	padding: 0px;
	margin: 0px;
}

H6 {
	padding: 0px;
	margin: 0px;
}

FORM {
	padding: 0px;
	margin: 0px;
}

P {
	padding: 0px;
	margin: 0px;
}

UL {
	LIST-STYLE-TYPE: none;
	LIST-STYLE-IMAGE: none
}

LI {
	LIST-STYLE-TYPE: none;
	LIST-STYLE-IMAGE: none
}

IMG {
	border: 0px;
	font-size: 0px;
}

A {
	COLOR: #333333;
	TEXT-DECORATION: none
}

A:link {
	COLOR: #333333
}

A:visited {
	COLOR: #333333
}

A:hover {
	COLOR: #ff0000
}

A:active {
	COLOR: #ff6600
}


#head {
	margin: auto;
	WIDTH: 960px;
	BACKGROUND-COLOR: #0B0C0E;
}

#sub_menu {
	TEXT-ALIGN: right;
	COLOR: #999999;
	FONT-SIZE: 12px;
	margin-RIGHT: 20px;
	PADDING-TOP: 12px
}

#sub_menu A {
	COLOR: #999999
}

#sub_menu A:hover {
	COLOR: #eb8a1b
}

#logo {
	BACKGROUND-IMAGE: url(../UpLoadFiles/file/logo.jpg);
	WIDTH: 400px;
	BACKGROUND-REPEAT: no-repeat;
	HEIGHT: 40px;
	margin-LEFT: 25px
}

#tel {
	margin-TOP: -10px;
	WIDTH: 200px;
	FLOAT: right;
	HEIGHT: 26px;
	margin-RIGHT: 20px
}

#menubar {
	BACKGROUND-IMAGE: url(../UpLoadFiles/file/menu_bg.jpg);
	margin-TOP: 10px;
	WIDTH: 960px;
	BACKGROUND-REPEAT: repeat-x;
	HEIGHT: 34px
}

.nav {
	TEXT-ALIGN: center;
	FLOAT: right
}

.nav LI {
	BACKGROUND-IMAGE: url(../UpLoadFiles/file/menu_line.jpg);
	LINE-HEIGHT: 34px;
	WIDTH: 82px;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: right 50%;
	FLOAT: left;
	HEIGHT: 34px
}

.nav LI A {
	LINE-HEIGHT: 34px;
	WIDTH: 82px;
	DISPLAY: block;
	FONT-FAMILY: "微软雅黑", "宋体";
	HEIGHT: 34px;
	COLOR: #ffffff;
	FONT-SIZE: 14px
}

.nav LI A:visited {
	COLOR: #ffffff
}

.nav LI A:hover {
	BACKGROUND-IMAGE: url(../UpLoadFiles/file/menu_on.jpg);
	BACKGROUND-REPEAT: repeat-x;
	COLOR: #ffff00
}

.nav_on {
	BACKGROUND-IMAGE: url(../UpLoadFiles/file/menu_on.jpg);
	BACKGROUND-REPEAT: repeat-x;
	COLOR: #ffff00
}

.nav LI A:active {
	COLOR: #ff9900
}

#main {
	MARGIN: auto;
	WIDTH: 960px
}

.container {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

.container * {
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	PADDING-LEFT: 0px;
	PADDING-RIGHT: 0px;
	PADDING-TOP: 0px
}

.container {
	POSITION: relative;
	WIDTH: 960px;
	HEIGHT: 358px;
	OVERFLOW: hidden
}

.hotlink {
	LINE-HEIGHT: 22px;
	BACKGROUND-COLOR: #454545;
	WIDTH: 960px;
	HEIGHT: 35px;
	COLOR: #cccccc
}

.hotlink UL {
	PADDING-BOTTOM: 7px;
	PADDING-LEFT: 7px;
	PADDING-RIGHT: 7px;
	PADDING-TOP: 7px
}

.hotlink LI {
	BACKGROUND-IMAGE: url(../UpLoadFiles/file/hotlink_bg.jpg);
	TEXT-ALIGN: center;
	WIDTH: 130px;
	PADDING-RIGHT: 5px;
	BACKGROUND-REPEAT: no-repeat;
	FLOAT: left
}

.hotlink .newslist1 {
	background-image: none;
	width: 400px;
	float: right
}

.hotlink .newslist2 {
	LINE-HEIGHT: 18px;
	DISPLAY: inline
}

.grayA A:link {
	COLOR: #999999
}

.grayA A:visited {
	COLOR: #999999
}

.grayA A:hover {
	COLOR: #eb8a1b
}

.grayA A:active {
	COLOR: #ff6600
}

.blueA A {
	FONT-FAMILY: "微软雅黑", "宋体";
	FONT-SIZE: 15px
}

.blueA A:link {
	COLOR: #00579c
}

.blueA A:visited {
	COLOR: #00579c
}

.blueA A:hover {
	COLOR: #eb8a1b
}

.blueA A:active {
	COLOR: #ff6600
}

.blueA20 {
	FONT-FAMILY: "微软雅黑", "宋体";
	COLOR: #00579c;
	FONT-SIZE: 20px
}

.blueA20 A {
	FONT-FAMILY: "微软雅黑", "宋体";
	FONT-SIZE: 20px
}

.blueA20 A:link {
	COLOR: #00579c
}

.blueA20 A:visited {
	COLOR: #00579c
}

.blueA20 A:hover {
	COLOR: #eb8a1b
}

.blueA20 A:active {
	COLOR: #ff6600
}


.clearfloat {
	LINE-HEIGHT: 0px;
	HEIGHT: 0px;
	CLEAR: both;
	FONT-SIZE: 1px
}

#maincontent {
	BACKGROUND-IMAGE: url(../UpLoadFiles/file/main_buttom_bg.jpg);
	BORDER-BOTTOM: #dddddd 1px solid;
	BORDER-LEFT: #dddddd 1px solid;
	BACKGROUND-COLOR: #f0f0f0;
	MARGIN: auto;
	WIDTH: 958px;
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-POSITION: 50% bottom;
	HEIGHT: 210px;
	BORDER-TOP: #dddddd 1px solid;
	BORDER-RIGHT: #dddddd 1px solid
}

.box1 {
	BACKGROUND-IMAGE: url(../UpLoadFiles/file/box_bg.jpg);
	MARGIN-TOP: 15px;
	WIDTH: 300px;
	DISPLAY: inline;
	BACKGROUND-REPEAT: repeat-x;
	FLOAT: left;
	HEIGHT: 180px;
	MARGIN-LEFT: 15px
}

.newslist {
	LINE-HEIGHT: 22px;
	DISPLAY: block;
	FONT-FAMILY: "宋体";
	HEIGHT: 22px
}

.paddingbox {
	PADDING-BOTTOM: 10px;
	LINE-HEIGHT: 24px;
	PADDING-LEFT: 20px;
	PADDING-RIGHT: 20px;
	PADDING-TOP: 10px;
	text-align: left;
}

.efont_s {
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	FONT-SIZE: 9px
}

#footer {
	BACKGROUND-IMAGE: url(../UpLoadFiles/file/foot_bg.jpg);
	BACKGROUND-COLOR: #e1e1e1;
	MARGIN: auto;
	PADDING-LEFT: 12px;
	WIDTH: 948px;
	BACKGROUND-REPEAT: repeat-x;
	HEIGHT: 65px;
	COLOR: #666666;
	PADDING-TOP: 8px;
	text-align: left;
}

.songti {
	FONT-FAMILY: "宋体";
	COLOR: #666666;
	FONT-SIZE: 12px
}


#listbody {
	margin-left: auto;
	margin-right: auto;
	WIDTH: 960px;
	OVERFLOW: hidden
}

#listbody_center {
	BACKGROUND-IMAGE: url(../UpLoadFiles/file/list-box-bottom.jpg);
	BACKGROUND-COLOR: #ffffff;
	MIN-HEIGHT: 800px;
	WIDTH: 960px;
	DISPLAY: inline;
	BACKGROUND-REPEAT: repeat-x;
	BACKGROUND-POSITION: 50% bottom;
	FLOAT: left
}

.ShowPageTitle_right {
	TEXT-ALIGN: right;
	FLOAT: right
}

#listbody_menu {
	PADDING-BOTTOM: 10000px;
	BACKGROUND-COLOR: #525252;
	MARGIN: 5px 5px -10000px;
	WIDTH: 220px;
	DISPLAY: inline;
	FLOAT: left;
	OVERFLOW: hidden
}

.listbody_menu_main {
	MARGIN-TOP: 15px;
	text-align: left;
}

.listbody_menu_main UL {
	MARGIN: auto;
	WIDTH: 180px
}

.listbody_menu_main UL LI {
	BACKGROUND-IMAGE: url(../UpLoadFiles/file/list-menu-out.jpg);
	BACKGROUND-REPEAT: no-repeat;
	FONT-FAMILY: "微软雅黑";
}

.listbody_menu_main UL LI A {
	LINE-HEIGHT: 25px;
	PADDING-LEFT: 30px;
	DISPLAY: block;
	HEIGHT: 25px
}

.listbody_menu_main UL LI A:hover {
	BACKGROUND-IMAGE: url(../UpLoadFiles/file/list-menu-on.jpg);
	BACKGROUND-REPEAT: no-repeat
}

.listbody_menu_main UL LI UL LI {
	BACKGROUND: none transparent scroll repeat 0% 0%;
	MARGIN-TOP: 0px;
	CLEAR: both
}

.listbody_menu_main UL LI UL LI A {
	LINE-HEIGHT: 25px;
	BACKGROUND: none transparent scroll repeat 0% 0%;
	HEIGHT: 25px;
	COLOR: #ccc
}

.listbody_menu_main UL LI UL LI A:hover {
	COLOR: #eb891a
}

.main_show {
	FONT-FAMILY: "宋体";
	word-wrap: break-word;
	WIDTH: 500px;
}

#listbody_left_ad {
	PADDING-BOTTOM: 10px;
	MARGIN: auto;
	PADDING-LEFT: 10px;
	WIDTH: 180px;
	PADDING-RIGHT: 10px;
	HEIGHT: 0px;
	PADDING-TOP: 10px
}

#listbody_left-t1 {
	MARGIN: auto;
	WIDTH: 180px
}

#listbody_left-t2 {
	MARGIN: auto;
	WIDTH: 180px
}

#listbody_left-t2 .t2_content {
	PADDING-BOTTOM: 20px;
	PADDING-TOP: 10px
}

#listbody_left-t2 .t2_content LI {
	BACKGROUND-IMAGE: url(../UpLoadFiles/file/dot_hui.gif);
	LINE-HEIGHT: 30px;
	TEXT-INDENT: 12px;
	BACKGROUND-REPEAT: no-repeat;
	BACKGROUND-POSITION: left 50%;
	COLOR: #ffffff
}

#listbody_content {
	MARGIN: 5px 5px 5px 0px;
	WIDTH: 723px;
	DISPLAY: inline;
	FLOAT: left
}

#listbody_content_bar {
	BACKGROUND-IMAGE: url(../UpLoadFiles/file/listbody_content_barbg.jpg);
	LINE-HEIGHT: 30px;
	MARGIN-TOP: 5px;
	TEXT-INDENT: 20px;
	WIDTH: 723px;
	BACKGROUND-REPEAT: repeat-x;
	HEIGHT: 45px;
	PADDING-TOP: 10px
}

#listbody_content_show {
	PADDING-BOTTOM: 10px;
	LINE-HEIGHT: 200%;
	PADDING-LEFT: 30px;
	PADDING-RIGHT: 30px;
	FONT-FAMILY: "宋体";
	FONT-SIZE: 14px;
	PADDING-TOP: 10px
}

#listbody_content_show P {
	FONT-FAMILY: "宋体";
	COLOR: #333333;
	FONT-SIZE: 14px
}

#listbody_content_show SPAN {
	FONT-FAMILY: "宋体";
	COLOR: #333333;
	FONT-SIZE: 14px
}

#listbody_content_show TD {
	PADDING-BOTTOM: 6px;
	LINE-HEIGHT: 150%;
	PADDING-LEFT: 6px;
	PADDING-RIGHT: 6px;
	FONT-FAMILY: "宋体";
	COLOR: #333333;
	FONT-SIZE: 14px;
	PADDING-TOP: 6px
}

.witheA A:link {
	COLOR: #ffffff
}

.witheA A:visited {
	COLOR: #ffffff
}

.witheA A:hover {
	COLOR: #eb8a1b
}