/* CSS Document */

html,body,div,form,input,ul,li,h1,h2,h3,h4,h5,h6,dl,dt,dd,p,table,tr,td{ padding:0; margin:0;}
body{ font:12px/1.6 Tahoma, Geneva, sans-serif;}
a{ text-decoration:none; color:#00F;}
ul,li{ list-style:none;}
li,h1,h2,h3,h4,h5,h6{ font-size:14px; font-weight:normal;}
img,input,textarea,select{ vertical-align:middle;}
div{ margin:0 auto;}

.clear{ clear:both; height:0; overflow:hidden; display:block; float:none;}



/* 列表 */
.z_list{ border:#dddddd 1px solid;}
.z_list li{ line-height:80px; border-bottom:#eee solid 1px; cursor:pointer;}
.z_list li.h{ background:#f4f7ff; line-height:45px;}
.z_list li b{ display:inline-block; width:9%; line-height:20px; font-weight:normal; font-size:12px; vertical-align:middle; text-align:center;}
.z_list .do{ text-align:left;}
.z_list .do a{ margin-right:0px; color:#00F;}



/* 内容编辑 */
.z_content{ clear:both;}
.z_content li{ line-height:36px; border-bottom:#eee solid 1px;}
.z_content b{ display:inline-block; width:150px; font-weight:normal; font-size:12px; padding-left:6px;}
.z_content i{ color:#F00; font-style:normal;}
.z_content span{ color:#666; font-size:12px;}
.z_content .inp{ height:24px; line-height:24px; padding-left:4px; width:500px;}
.z_content .txt{ width:500px; height:50px;}
.z_content .btn{ height:28px; width:60px;}
.z_content .btn2{ height:30px; width:100px;}
.z_content .btn_more a{ display:inline-block; line-height:30px; padding:0 20px; border:#ddd solid 1px; color:#060;}
.z_content .btn_more a:hover{ background:#E1ECFD;}


/* 分页 */
.z_page{ text-align:center; padding:20px 0; clear:both; cursor:pointer;}
.z_page a{ display:inline-block; text-align:center; line-height:26px; padding:0 10px; color:#444; border:#CCC solid 1px;}
.z_page a:hover{ background:#F4F5FF;}

/*后加样式*/
.box_a{ border:#cccccc 1px solid; padding:5px 10px;}
.in_nav2{ padding:12px 0 12px 10px; background:#f2f2f2; border-bottom:#d3d3d3 1px solid; margin-bottom:10px;}
.in_nav2 .nav_list li{ float:left;}
.in_nav2 .nav_list li a{ display:block; width:82px; height:32px; line-height:32px; text-align:center; color:#2c3741; font-size:14px; margin-right:18px; background:url(../images/nav_bt.png) no-repeat;}
.in_nav2 .nav_list li a:hover{ background:url(../images/nav_bt_on.png) no-repeat; color:#ffffff;}

.top_search{line-height:50px; height:50px; font-size:14px;}

.top_search input[type="text"]{ width:150px; height:28px; line-height:28px; border:#b4b4b4 1px solid; margin-right:10px; margin-left:5px;}
.top_search select{ height:30px; line-height:30px; border:#b4b4b4 1px solid; margin-right:10px; margin-left:5px;}
.top_search input[type="submit"]{ background:url(../images/search_bt.png) no-repeat; width:82px; height:32px; border:0; text-indent:-9999px;}
