

/*
 *
 * 重置样式，此文件可以新增常用的样式，但是不能改动已有的--jc
 *
 *
 * */
*{
	margin:0px;
	padding:0px;
	font-family: "微软雅黑";
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}


/* 统一等宽字体 */

small {
	font-size: 12px;
}


/* 小于 12px 的中文很难阅读，让 small 正常化 */

ul,
ol {
	list-style: none;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
img {
	vertical-align: middle;
}

legend {
	color: #000;
}

/* for ie6 */
fieldset,
img {
	border: 0;
}


/* img 搭车：让链接里的 img 无边框 */

button,
input,
select,
textarea {
	font-size: 100%;
}


/* 使得表单元素在 ie 下能继承字体大小 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*  清除浮动   */
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear_f{
	overflow: hidden;
}
.clear_a:after{
	content: "";
	clear: both;
	display: block;
	height: 0;
}

.clear_bo{
	clear: both;
}
.clear_a>div,
.clear_a>img,
.clear_a>li,
.clear_a>ul,
.clear_a>a,
.clear_a>span,
.clear_a>dt,
.clear_a>label,
.clear_a>dd,
.clear_a>dl{
	float: left;
}
/*  圆角   */
.bor3{
	border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
}
.bor7{
	border-radius:3px;
}
.bor5{
	border-radius:3px;
}
.bor50{
	border-radius:50%;
}

/*  字体大小 */
.fs12{
	font-size:12px;
	font-family: "黑体" !important;
}
.fs14{font-size:14px  !important;}
.fs16{font-size:16px !important;}
.fs18{font-size:18px;}
.fs20{font-size:20px;}
.fs24{font-size:24px;}
.fs26{font-size:26px;}
.fs28{font-size:28px;}
.fs32{font-size:32px;}

/* 字体粗细  */
.fw100{font-weight:100;}
.fw600{font-weight:600;}
.fwb{font-weight:bold;}

/*  外边距  */
.m0{margin:0;}
.m10{margin:10px;}
.m0a{margin:0 auto;}
.m20{margin:20px;}
.m020{margin:0 20px;}
.m030{margin:0 30px;}


.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt25{margin-top:25px;}
.mt30{margin-top:30px;}
.mt60{margin-top: 60px;}
.mt80{margin-top: 80px;}
.mt250{margin-top:250px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}

.mr10{margin-right:10px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr50{margin-right:50px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}
.mb100{margin-bottom:100px;}
/*  内边距   */
.p0{padding:0;}
.p10{padding:10px;}
.p20{padding:20px;}
.p010{padding:0 10px;}
.p020{padding:0 20px;}
.p030{padding:0 30px;}
.pd10_20{padding:10px 20px;}
.p15-0{padding:15px 0;}
.pl15{padding-left:15px;}
.pl10{padding-left:10px;}

/*  文字溢出省略号  */
.textell{
	width: 95%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;}

/* 文字居中   */
.textC{
	text-align: center;
}
.textL{text-align:left;}
.textR{text-align:right;}


/*  display  */
.disN{display:none;}
.disB{display:block;}
.disl{
	display: inline-block;
}
/* 下划线 */
.line_none{
	text-decoration: none;
}
.line{
	text-decoration: underline;
}
/*  其余  */
/*.overhidden{overflow:hidden;}*/
.relative{position: relative;}
.w100{
	width:100% }
/*主色*/
.bgcolaec86a{
	background-color:#aec86a;
}
.bgcolf7f8fa{
	background-color:#f7f8fa;
}
.bgcole8e8ec{
	background-color:#e8e8ec;
}
.bgfff{
	background-color:#FFFFFF;
}
.colaec86a{
	color:#aec86a;
}
.col66abec{
	color:#66abec !important;
}
.col6eafed{
	color:#6eafed !important;
}
.colf34e4e{
	color:#f34e4e;
}
.colfff{
	color: #FFFFFF;
}
.col96a1a9{
	color:#96a1a9;
}

.borcbcbcb{
	border:1px solid #cbcbcb;
}
.borRcbcbcb{
	border-right:1px solid #cbcbcb !important;
}
.borBcbcbcb{
	border-bottom:1px solid #cbcbcb;
}
.bor_L_B{
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
}
.bor0{
	border:none;
}
.borB0{
	border-bottom:none;
}
.borR0{
	border-right:none;
}
.outline{
	outline:none;
}

/*-------------------*/

.content_body{
	background-color:#ffffff;
	min-height:400px;
	overflow-y: hidden;
}
#content {
	width: 1201px;
	min-height: 838px;
}
aside {
	min-height: 836px;
	width: 208px;
	margin-right:20px;
	background-color: #FFFFFF;
}
#right_bar1,
#right_bar{
	width: 968px !important;
	min-height: 836px;
	background-color: #FFFFFF;
}
body{
	background-color:#F6F7F9;
	padding-bottom: 50px;
}
#pdt_top .sel>input{
	background-color: transparent;
}
.yesORno>div:hover,
#pdt_top .sel:hover{
	background-color: #E8E8EC;
}
td>a:hover{
	text-decoration:underline;
	cursor: pointer;
}
.ahover:hover{
	text-decoration:underline;
	cursor: pointer;
}
#pdt_top .btn:hover{
	background-color:#8ba83e;
	cursor: pointer;
}
tbody tr:hover{
	background:#e8e8ec !important;
}
.pointer{
	cursor:pointer;
}
#pdt_top .btn{
	line-height:21px !important;
}
#pdt_top .sel{
	width: 85px !important;
	padding: 0 25px 0 0px !important;
}
#pdt_top input{
	width:70px;
	height:30px !important;
	line-height: 28px !important;
}
#pdt_top,
#pdt_list{
	width: 968px !important;
	font-size: 12px !important;
}
#pdt_top .title{
	margin:30px 0 88px 0;
	font-size: 14px !important;
}
#pdt_list .list,
table{
	width:910px !important;
}
.banx{
	width: 910px !important;
}
#right_bar1 .banx{
	width: 850px !important;
}


/*分页样式*/
.pagebox .turnInput{
	height: 30px;
	line-height: 30px;
	width: 70px;
	border-radius: 5px;
	border: 1px solid #cbcbcb;
	outline: 0px;
	text-align: center;
}

.pagebox .turnBtn{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	color: #a6c95b;
	border: 1px solid #a6c95b;
	border-radius: 5px;
	width: 50px;
	text-align: center;
	margin: 0 10px;
	cursor: pointer;
}
.pagebox .previousTurn{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 0 10px;
	border-radius: 5px;
	color: #fff;
	background: #a6c95b;
	text-align: center;
	cursor: pointer;
	width: 30px;

}
.pagebox .pages{
	display: inline-block;
	height: 30px;
	line-height: 30px;
}

/*--------jquery validate验证样式-------*/
.validateError{
	color: red;
}
.validateErrorDiy{
	color: red;
}
table{
	 table-layout:fixed;
}
/*td{*/
	/*width:98%;*/
	/*overflow:hidden;*/
	/*text-overflow:ellipsis;*/
	/*white-space:nowrap;*/
/*}*/
.color999999 {
	color: #999999 !important;
}
.bordcdcdc {
	border: 1px solid #dcdcdc;
}
.input1 .common_select>a{ text-decoration:none;position: absolute;
	right: 0;}


.btn_ganer{
	width: 57px;
	height: 30px;
	line-height: 15px;
	color: #0bc3a7;
	cursor: pointer;
	padding-left: 65px;
	margin-top: 10px;
	position: relative;
}
.btn_ganer .show-hide{
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 23px;
	left:10px;
	background: #fff;
	z-index:999;
	text-align: center;
}
.btn_ganer .show-hide a{
	display: block;
	line-height: 30px;
	border-bottom: 1px solid #eee;
	color: #5e5e5e;
	padding: 0 0 0 15px;
	text-decoration: none;
	margin-bottom: 4px !important;
}
.btn_ganer .show-hide a:hover{
	border-bottom: 1px solid #0bc3a7;
}