@charset "utf-8";
/*初始化*/
* { margin: 0px; padding: 0px; }
body { font-family: "微软雅黑"; font-size: 12px; color: #000; line-height: 24px; }
a { color: #000; text-decoration: none; }
a:hover { text-decoration: underline; }
ol, ul, li { list-style-type: none; }
img { border: none; }
/*检索*/
.SearchOfInput { color: #666666; font-size: 12px;width:190px;}
.rowOfSearchNew { line-height: 28px; background: url(img/b_1.gif); width: 688px; height: 28px; overflow: hidden; margin-bottom: 10px; }
.searchTipNew { font-weight: bold; color: #5F5F5F; padding: 4px 8px; }
.advanceSearch { margin-left: 8px; text-decoration: underline; color: #216799; cursor: pointer; }
.searchbtn1 {width:40px;height:20px;background:url(../img/bg_a2.jpg) no-repeat bottom;border:0;position: relative;top:6px;margin-left:5px;}
/*当前位置*/
.rowOfCurrentPosition { margin: 10px 0px; padding: 4px 8px; color: #9F9F9F; }
.rowOfCurrentPosition span { margin: 0px 10px; }

/*数据列表*/
#dataShow { background: #FFF; display: none; width: 510px; padding: 10px; position: absolute; left: 154px;border:1px solid #CCCCCC;}
.dataBox { height: 650px; overflow-x: hidden; overflow-y: auto; }
.dataList { background: #FFF; }
.dataList th { font-size: 16px; line-height: 30px; background: #DBF3FB; }
.dataList td { height: 35px; overflow:  hidden; padding: 0px 5px; font-size:12px; }
.dataList .xh { width: 40px; }
.dataList .cwrq { width: 105px; }
.dataList .fwrq { width: 150px; }
.dataList .fbrq { width: 105px; }
.dataList .info { line-height: 20px; padding: 5px; }
.dataList .info ul { display: none; }

/*分页*/
.pageInfo { font-size: 14px; text-align: center; padding-top: 10px; }
.pageInfo span { margin: 0px 2px; }
.nav_page_detail { float: left; }
.nav_pagenum, .nav_recordnum, .nav_pagesize { font-weight: bold; color: #C00; margin: 0px 5px; }

.nav_page { color: blue; border: 1px solid silver; padding: 0px 5px; }
.nav_currpage { color: #FFF; background:  #2D65B4; }
.nav_go_pre, .nav_go_next { border: 1px solid silver; padding: 0px 5px; }
.nav_go_pre:hover { background:  #2D65B4; }
.nav_go_pre:hover a { color: #FFF; }
.nav_go_next:hover { background:  #2D65B4; }
.nav_go_next:hover a { color: #FFF; }






