@charset "utf-8";
/* CSS Document */

body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,a,input,dl,dt,dd {
	margin:0;
	padding:0;
	font-family:"????","??",arial,verdana,sans-serif;
	color:#606060;
}
img {
 border:none;
}
ol,ul,ol li,ul li {
	list-style:none;
}
a {
	text-decoration:none;
}

/*clearfix*/
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	zoom:1;
}
.container {
	width:980px;
	margin:0 auto;
}

#dataTable {
	width:960px;
}
.dataArea {
  overflow:hidden;
}
.dataArea table {
	border-top:1px solid #dadada;
	border-left:1px solid #dadada;
	border-bottom:1px solid #dadada;
	font-size:12px;
	text-align:center;
}
.dataArea table th {
	border-right:1px solid #fff;
	border-top:1px solid #fff;
	background:#1278a7;
	color:#fff;
	padding:5px 0;
	font-weight:normal;
}
.dataArea table th.last {
	border-right:1px solid #dadada;
}
.dataArea table th.c1 {
	background:#c9d3e8;
}
.dataArea table th.c2 {
	background:#ccdbdc;
}
.dataArea table th.c3 {
	background:#b1c5da;
}
.dataArea table th.c4 {
	background:#bdccd9;
}
.dataArea table td {
	border-right:1px solid #dadada;
	padding:5px 0;
}
.dataArea table td span.up {
	color:#ff0000;
}
.dataArea table td span.down {
	color:#007e0c;
}
.dataArea table tr.last td {
	background:#e0e5ed;
	color:#2e2e2e;
}
.dataArea table tr:nth-child(even) {
	background:#f1f2f4;
}

.titTpye {
    border-bottom: 1px solid #dadada;
    font-size: 16px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    position: relative;
}
.titTpye span {
    border-bottom: 1px solid #e60021;
    color: #333;
    display: inline-block;
    height: 30px;
    padding: 0 3px;
}
.titTpye a.more {
    display: block;
    height: 18px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 48px;
	line-height:18px;
	text-align:right;
	font-size:14px;
}


.tabSel {
	overflow:hidden;
	margin-bottom:20px;
}
.tabSel li {
	width:46%;
	display:block;
	float:left;
}
.tabSel li:last-child {
	float:right;
}
.tabSel li a {
	border:1px solid #2872A1;
	text-align:center;
	display:block;
	font-size:14px;
	height:26px;
	line-height:26px;
	background:#fff;
	color:#222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
}
.tabSel li.active a {
	background:#2872A1;
	color:#fff;
}
.cateArea {
	overflow:hidden;
}
.cateArea li.active a,
.cateArea a.active {
	background:#2872A1;
	color:#fff;
}
.cateList {
	overflow:hidden;
	margin-right:-15px;
}
.allCate {
	border:1px solid #2872A1;
	text-align:center;
	display:block;
	font-size:14px;
	height:26px;
	line-height:26px;
	background:#fff;
	color:#222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
	width:22%;
	margin-bottom:15px;
}
.cateList li {
	width:25%;
	display:block;
	float:left;
	padding:0 15px 15px 0;
	box-sizing:border-box;
}
.cateList1 li:nth-child(4n) {
	padding-right:0;
}
.cateList li a {
	border:1px solid #2872A1;
	text-align:center;
	display:block;
	font-size:14px;
	height:26px;
	line-height:26px;
	background:#fff;
	color:#222;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
}
.btnArea {
	margin-bottom:20px;
}
.btnArea input {
	display:block;
	width:100%;
	border:none;
	background:#DCEDF7;
	color:#2872A1;
	text-align:center;
	font-size:14px;
	height:28px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
}

.tipS {
	font-size:14px;
	line-height:1.5;
	margin-bottom:10px;
}
.dateSel {
	overflow:hidden;
	margin-bottom:20px;
}
.dateSel dl {
	float:left;
	width:130px;
}
.dateSel dl dt {
	font-size:14px;
	color:#2872A1;
}
.dateSel dl dd input {
	width:100px;
	height:22px;
}


/* add by zx*/
.cateArea .searchTxt {
	display:block;
	width:80%;
	padding:0 5px;
	height:26px;
	line-height:26px;
	border-right:1px solid #5397a6;
	border-left:1px solid #5397a6;
	border-top:1px solid #5397a6;
	border-bottom:1px solid #5397a6;
}

.resultList {
	padding:0 20px 20px 20px;
	height:550px;
	overflow-y:auto;
}
.resultList li {
	border-bottom:1px dotted #ccc;
	padding:20px 0;
	line-height:24px;
}
.resultList li span {
	color:#333;
	margin-right:20px;
}

