@charset "utf-8";
/* CSS Document */
/* reset.css */
body,h1,h2,h3,h4,h5,h6,p,dl,dd,ul,ol,form,input,textarea,th,td,li{margin:0;padding:0;
    font-family: "微软雅黑", "Microsoft YaHei", "黑体简体", "Arial regular,helvetica regular", serif !important;}
em{font-style:normal}
li{list-style:none}
a{text-decoration:none}
img{border:none; vertical-align:top;}
table{border-collapse:collapse;border-spacing:0}
textarea{ resize:none; overflow:auto;}
input,textarea{outline:none;}
h1,h2,h3,h4,h5,h6,select
{
	font-weight: normal;
    font-family: "微软雅黑", "Microsoft YaHei", "黑体简体", "Arial regular,helvetica regular", serif;
}
input,textarea{
	background-color: #ffffff;
	background-image: none;
	-moz-border-radius: 3px; /* Firefox */
  	-webkit-border-radius: 3px; /* Safari 和 Chrome */
  	border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
  	color:#424242;
  	height:30px;
	border: 1px solid #bdbdbd;
	font-size:14px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
.describe{
	padding-left:155px;
	width:660px;
}
/* end reset.css */

/*public.css*/
.clearFix
{
   zoom:1;
}
.clearFix:after
{
   content: "";
   display:block;
   clear:both;
}
.fl{float:left;}
.fr{float: right;}
body{
	font-family: "Microsoft YaHei","黑体简体","Arial regular,helvetica regular"!important;
    -webkit-text-size-adjust: 100%;
	background-color:#fff!important;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}
.redcolor{
	color: #f44336;
}
a{
     text-decoration: none;
 }
 
 a:hover {
     text-decoration: none;
 }
    
.tcdPageCode {
   padding: 15px 0px;
   text-align: left;
   color: #ccc;
   text-align: center;
   display: inline-block;
}
.tcdPageCode a {
   display: inline-block;
   color: #9e9e9e;
   display: inline-block;
   height: 30px;
   line-height: 30px;
  	font-size:14px;
   border: 1px solid #e1e1e1;
   margin: 0 5px;
   -moz-border-radius: 3px; /* Firefox */
   -webkit-border-radius: 3px; /* Safari 和 Chrome */
    border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    vertical-align: middle;
    width:30px;
}
.pageTxt{
    color: #9e9e9e;
    font-size: 14px;
    line-height: 30px;
    padding-left:5px;
}
.firstPage,
.prevPage,
.nextPage,
.lastPage{
    font-family: 宋体;
}
.tcdPageCode a:hover {
    text-decoration: none;
    border: 1px solid #1e88e5;
    color:#1e88e5;
}
.pageGo{
   	width:38px;
   	height:28px;
   	margin-left:10px;
   	text-align: center;
   	color:#9e9e9e;
   	vertical-align: middle;
   	line-height:30px;
}
.tcdPageCode span.current {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #fff;
    background-color: #1e88e5;
    border: 1px solid #1e88e5;
    -moz-border-radius: 3px; /* Firefox */
  	-webkit-border-radius: 3px; /* Safari 和 Chrome */
  	border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    vertical-align: middle;
    width: 30px;
    font-size: 14px;
}
.go{
   	display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 10px;
    color: #fff;
    background-color: #1e88e5;
    border: 1px solid #1e88e5;
    -moz-border-radius: 3px; /* Firefox */
  	-webkit-border-radius: 3px; /* Safari 和 Chrome */
  	border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    width: 30px;
    font-size: 14px;
    cursor: pointer;
    margin-left:10px;
   	vertical-align: middle;
}
.tcdPageCode span.disabled {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size:14px;
    width:30px;
    margin: 0 5px;
    color: #9e9e9e;
    background: #f8f8f8;
    border: 1px solid #e1e1e1;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari 和 Chrome */
    border-radius: 3px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
    vertical-align: middle;
    font-family: 宋体;
}
.sortP{
	margin:0 5px;
}