﻿/* CSS Document */
body > div{text-align:left;} 

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td, /* table elements 表格元素 */
img/* img elements 图片元素 */{
border:medium none;
margin: 0;
padding: 0;
}
/** 设置默认字体 **/
body,button, input, select, textarea {
font: 12px/1.5 '宋体',tahoma, Srial, helvetica, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
em{font-style:normal;}
/** 重置列表元素 **/
ul, ol { list-style: none; }
/** 重置超链接元素 **/
a { text-decoration: none; color:#333;}
a:hover { text-decoration: underline; cursor:pointer;}
/** 重置图片元素 **/
img{ border:0px;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 通用属性 */
.fl{float:left; display:inline;}
.fr{float:right; display:inline;}

.BR{clear:both;height:0px;line-height:0px;font-size:0px}
.BR_5{clear:both;height:5px;line-height:5px;font-size:0px}
.BR_10{clear:both;height:10px;line-height:10px;font-size:0px}
.BR_15{clear:both;height:15px;line-height:15px;font-size:0px}
.BR_20{clear:both;height:20px;line-height:20px;font-size:0px}
.BR_line{border-bottom:1px dashed #999999;clear:both;font-size:0px;height:5px;line-height:0px;margin:0 0 5px 0}
.BR_line01{border-bottom:1px dashed #999999;clear:both;font-size:0px;height:5px;line-height:0px;margin:0 0 5px 0}
.BR_line02{border-bottom:1px dashed #999999;clear:both;font-size:0px;height:5px;line-height:0px;margin:0 0 5px 0}


.page_a{
	padding: 30px 0 30px;
	font-family: simsun;
	text-align: center
}
.page_a li {
	display: inline
}
.page_a li strong {
	margin-left: 5px;
	font-weight: normal
}
.page_a a {
	padding: 10px 13px;
	border: 1px solid #CCC;
	background: #fff;
	color: #A4A4A4;
	line-height: 18px
}
.page_a li.thisclass, .page_a a:hover {
	padding: 10px 13px;
	border: 1px solid #0f7edd;
	background: #0f7edd;
	color: #fff;
	text-decoration: none
}
.con_left_a input{
border:1px solid #f2f2f2;
margin-bottom:10px;
}
.con_left_a select{
margin-bottom:10px;
}