@charset "gb2312";
/* 初始化样式 */
/*---------------------内外边距为0*/
	body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote { margin:0; padding:0; }
/*---------------------列表类初始化*/
	ul, ol, li { list-style-type: none; }
/*---------------------输入框 选择框*/
	input, textarea, select { vertical-align:middle; }
/*---------------------默认段落*/
	p { text-align: justify; }
/*---------------------默认斜体字体为正常*/
	address, caption, cite, code, dfn, em, th, var { font-style:normal; }
/*---------------------默认链接样式*/
	a { color: #000; text-decoration:none; cursor: pointer; }
a:hover { color: #990000; text-decoration:none; }
/*---------------------初始化标题标签*/
	h1 { font-size: 28px; }
h2 { font-size: 18px; }
h3 { font-size: 15px;  }
h4 { font-size: 12px; }
h5 { font-size: 12px; }
/*---------------------图片边框设置为0*/
	fieldset, img { border: 0; }
/*---------------------图片垂直居中 避免IE6二个像素BUG*/
	img { vertical-align: middle; }
/* ---------------------取消获取焦点时的虚线框 */
	:focus { outline: 0; }
/*-----------------------------------------------公共样式-----------------------------------------------*/
/*---------------------清除浮动*/
	.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.clearfix { *+height:1%;}
.cl, .clear { clear:both; height:0; overflow:hidden; }
/*---------------------左右浮动*/
	.fl { float: left; }
.fr { float: right; }
/*---------------------左中右对齐*/
	.al { text-align: left; }
.ac { text-align: center; }
.ar { text-align: right; }
/*---------------------外边距*/
	.mt5 { margin-top:5px; }
.mt10 { margin-top:10px; }
.mt15 { margin-top:15px; }
.mt20 { margin-top:20px; }
/*---------------------广告*/
	.ad { margin-bottom: 10px; clear: both; }
/*--------------------------------------page 分页-----------------------------------*/
/*列表分页样式 蓝色*/
	.page_blue { clear: both; text-align: center; }
.page_blue a, .page_blue em { border: 1px solid #bbe1f1; line-height: 20px; height: 20px; padding-right: 8px; padding-left: 8px; display: inline-block; color: #175FAE; margin-right: 5px; background-color: #f4f9ff; }
.page_blue a:hover, .page_blue b a { background-color: #DFEFFF; }
.page_blue p { display: inline; margin-left: 8px; }
.page_blue select { margin-right: 5px; margin-left: 5px; }
/*列表分页样式 黄色*/
	.page_yellow { clear: both; text-align: center; }
.page_yellow a, .page_yellow em { border: 1px solid #FFDD99; line-height: 20px; height: 20px; padding-right: 8px; padding-left: 8px; display: inline-block; color: #990000; margin-right: 5px; background-color: #FFF9EC; }
.page_yellow a:hover, .pageyellow b a { background-color: #FFEFCE; }
.page_yellow p { display: inline; margin-left: 8px; }
.page_yellow p select { }
/*列表分页样式 绿色*/
	.page_green { clear: both; text-align: center; }
.page_green a, .page_green em { border: 1px solid #adcd3c; line-height: 20px; height: 20px; padding-right: 8px; padding-left: 8px; display: inline-block; color: #509A23; margin-right: 5px; background-color: #F0FBEB; }
.page_green a:hover, .page_green b a { background-color: #C9F1B8; }
.page_green p { display: inline; margin-left: 8px; }
.page_green select { margin-right: 5px; margin-left: 5px; }
/*列表分页样式 蓝色*/
	.page_gray { clear: both; text-align: center; }
.page_gray a, .page_gray em { border: 1px solid #CCC; line-height: 20px; height: 20px; padding-right: 8px; padding-left: 8px; display: inline-block; color: #666; margin-right: 5px; background-color: #FFF; }
.page_gray a:hover, .page_gray b a { background-color: #ddd; }
.page_gray p { display: inline; margin-left: 8px; }
.page_gray select { margin-right: 5px; margin-left: 5px; }
/*----------------------------------------表格样式----------------------------------------*/
/*---------------------蓝色表格*/
	.table_blue { margin-right: auto; margin-left: auto; background-color: #CAE3FF; }
.table_blue td { background-color: #f4f9ff; line-height: 22px; height: 22px; padding-right: 10px; padding-left: 10px; padding-top: 5px; padding-bottom: 5px; text-align: center; }
.table_blue .firstTd { background-color: #E8F5FE; font-weight: bold; }
/*---------------------黄色表格*/
	.table_yellow { margin-right: auto; margin-left: auto; background-color: #FFE8BA; }
.table_yellow td { background-color: #FFFFF7; line-height: 30px; height: 30px; }
	
/*----------------------------------------lable中的select input 样式----------------------------------------*/

/*---------------------按钮*/
	.input_btn { line-height: 22px; height: 22px; background-image: url(lyzqc_img/index/btn_input.png); background-repeat: no-repeat; background-position: left top; width: 65px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; cursor: pointer; background-color: transparent; display: inline; font-size: 12px; }
/*---------------------文本输入框*/
	.input_txt { line-height: 18px; height: 18px; color: #878787; border-top: 1px solid #9b9b9b; border-bottom: 1px solid #dddccc; border-left: 1px solid #9b9b9b; border-right: 1px solid #dddccc; display: inline; width: 150px; padding-top: 0px; padding-right: 2px; padding-bottom: 0px; padding-left: 2px; font-size: 12px; }
/*---------------------选项框*/
	.select_option { display: inline; font-size: 12px; }
/*----------------------------------------动易内置样式 不可更改类名 属性值可更改----------------------------------------*/

/***********整站分页************/
.class_page { height:20px; text-align:center; padding:20px 0px; }
.page_css, .class_page { text-align:center; padding:15px 0; }
.page_css a, .class_page a { display:inline-block; border:1px solid #a8c1ce; padding:3px 8px; color:#4a89a9; line-height:100%; }
.page_css a:hover, .class_page a:hover { color:#fff; border:1px solid #4081A1; background:#62A1DF; }
.page_css b a, .class_page b a { color:#fff; border:1px solid #4081A1; background:#62A1DF; }
/*---------------------输入提交文字按钮*/
	.input_button { height: 22px; line-height: 22px; width: 65px; text-align: center; cursor: pointer; background-image: url(lyzqc_img/index/btn_input.png); background-repeat: no-repeat; background-position: left top; border:none; }
/*---------------------文本框*/
	.inputxt { color: #878787; height: 20px; line-height: 20px; padding: 0px 2px; border-top: 1px solid #9b9b9b; border-bottom: 1px solid #dddccc; border-left: 1px solid #9b9b9b; border-right: 1px solid #dddccc; }
.inputxt, select, .input_button { display: inline; margin-right: 10px; }
.inputtext { margin-right: 5px; }
/*---------------------高级搜索表单*/
	#main_search { line-height:150%; }
#main_search ul { background:none; border:none; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; }
#main_search li { float: none; width: 100%; text-align: left; height: 24px; background: none; font-size: 12px; margin-top: 20px }
#main_search li input {  height:24px; line-height:24px;}
#main_search li input#Submit { margin-left: 46%; height: 30px; display: block; }
/*---------------------日历样式*/
	#calroot * { margin:0; padding:0; background:none; }
#calroot span { line-height:normal; }
#calroot { margin-top:-1px; width:198px; padding:2px; background-color:#fff; border:1px solid #ccc; -moz-border-radius:5px; -webkit-border-radius:5px; -moz-box-shadow: 0 0 15px #666; -webkit-box-shadow: 0 0 15px #666; }
/* head. contains title, prev/next month controls and possible month/year selectors */
#calhead { padding:2px 0; height:22px; }
#caltitle { font-size:14px; color:#0150D1; float:left; text-align:center; width:155px; line-height:20px; text-shadow:0 1px 0 #ddd; }
#calnext, #calprev { display:block; width:20px; height:20px; background:transparent url(lyzqc_img/index/Previous.gif) no-repeat scroll center center; float:left; cursor:pointer; }
#calnext { background-image:url(lyzqc_img/index/next.gif); float:right; }
#calprev.caldisabled, #calnext.caldisabled { visibility:hidden; }
/* names of the days */
#caldays { height:14px; border-bottom:1px solid #ddd; }
#caldays span { display:block; float:left; width:28px; text-align:center; }
/* container for weeks */
#calweeks { background-color:#fff; margin-top:4px; }
/* single week */
#calroot .calweek { clear:left; height:22px; }
/* single day */
#calroot .calweek a { display:block; float:left; width:27px; height:20px; text-decoration:none; margin-left:1px; text-align:center; line-height:20px; color:#666; -moz-border-radius:3px; -webkit-border-radius:3px; }
/* different states */
#calroot .calweek a:hover, #calroot .calfocus { background-color:#ddd; }
/* sunday */
#calroot a.calsun { color:red; }
/* offmonth day */
#calroot a.caloff { color:#ccc; }
#calroot a.caloff:hover { background-color:rgb(245, 245, 250); }
/* unselecteble day */
#calroot a.caldisabled { background-color:#efefef !important; color:#ccc !important; cursor:default; }
/* current day */
#calroot #calcurrent { background-color:#498CE2; color:#fff; }
/* today */
#calroot #caltoday { background-color:#333; color:#fff; }
.article_page li.next { background:url("lyzqc_img/images/icon7.gif") no-repeat scroll left center transparent; }
/*--------------------在线用户列表表格*/
	#EgvOnLine { border: medium none; font-size: 12px; font-weight: normal; color: #000; text-align: center; background-attachment: scroll; background-color: #cae3ff; background-image: none; background-repeat: repeat; background-position: 0 0; }
#EgvOnLine td { line-height: 27px; background-attachment: scroll; background-color: #FFF; background-image: none; background-repeat: repeat; background-position: 0 0; color: #000; }
/*---------------------数据列表样式三*/
	.table_style { }
.table_style tr td { word-break:break-all; overflow:auto; text-align:left; background:url(imagestd_bg.jpg) repeat-x; padding-top: 5px; padding-right: 12px; padding-bottom: 5px; padding-left: 12px; }
.table_style tr td em { font-style:normal; line-height:24px; border-bottom:solid 1px #333; }
.table_style tr.first td { background:none; }
.table_style tr.first td .inputxt { width: 219px; }
.table_style tr td.ok_tab { padding-right:15px; text-align:right; width: 80px !important; }
.table_style tr td table tr td { background:none; padding:0px 10px 0px 0px; }
.ok_bottom { padding-top:8px; text-align: center; }
/*---------------------提交按钮*/
	.submit_button_two, .submit_button_three, .submit_button_four, .submit_button_five, .submit_button_six, .submit_button_seven, .submit_button_eight, .submit_button_nine, .submit_button_ten { height: 26px; line-height: 26px; padding: 0px 5px; font-size: 13px; background: #fff url(images/submit_button.gif) no-repeat left 0px; width: 44px; text-align: center; font-size: 12px; border: none; cursor: pointer; margin: 0px 3px; }
.submit_button_six { width: 102px; background: #fff url(images/submit_button.gif) no-repeat left -123px; }
/*---------------------匿名投稿页面的文字样式 这是加了隐藏属性*/
	.anonymouscontent_top { border-color:#E2E2E2; border-right:1px solid #E2E2E2; border-style:solid; border-width:1px; height:59px; display: none; }
.anonymouscontent_top h3 { font-size:18px; padding-left:35px; padding-top:23px; }
/*---------------------自定义表单的上传文件弹出窗口样式*/
	.overlay { border: 1px solid #d9d9d9; background: #FFFFFF; }
.overlay .overlay_header { height: 29px; line-height: 29px; padding: 0 10px; color: #666666; position: relative; background: url(userimagesoverlay_header_background.gif) repeat; }
.overlay .overlay_header_title_sign { width: 10px; height: 8px; top: 11px; position: absolute; background: url(userimagesoverlay_header_title_sign.gif) no-repeat; }
.overlay .overlay_header_title { font-size: 12px; padding-left: 18px; background-image: none !important; padding-right: 0px !important; line-height:30px !important; height: 30px !important; border: none !important; }
.overlay .overlay_header_background_right { width: 159px; height: 29px; top: 0; right: 0; position: absolute; background: url(userimagesoverlay_header_background_right.gif) no-repeat; }
.overlay a.overlay_header_close { display: block; right:8px; top:11px; width: 8px; height: 8px; position: absolute; cursor:pointer; background: url(userimagesoverlay_header_close_sign.gif) no-repeat; }
.overlay .overlay_body { padding: 10px; }

