@charset "gb2312";
/* CSS Document */
/** body **/
body {
	/** 清除内外边距 **/
	margin:0px;
	padding:0px;
	/** 设置默认字体 **/
	font-family: "Microsoft YaHei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", Heiti, "黑体", Helvetica, Tahoma, Arial, sans-serif;
	/** 设置默认字体大小 **/
	font-size:14px;
	color:#333333;
	background:#fff8f8;
}
/** 重置列表元素 **/
ul, ol {
	list-style: none;
}
/** 重置超链接元素 **/
a {
	text-decoration: none;
	color:#000;
}

/*a:link {color:#FF0000;}		 未被访问的链接 */
/*a:visited {color:#00FF00;}	 已被访问的链接 */
/* a:hover {color:#0099FF;text-decoration: none;}	鼠标指针移动到链接上 */
/*a:active {color:#0000FF;}	 正在被点击的链接 */

/** 重置图片元素 **/
img {
	border:0px;
}
/** 浮动元素 **/
.fl {
	float:left
}
.fr {
	float:right
}
.clear {
	clear:both;
	height:0px !important;
	width:0px !important;
}
/**隐藏**/
.none{
  display: none;
}
/** 鼠标变手 **/
.pointer{cursor:pointer;}
/** 区域居中 **/
.center{ 
width:1008px;
/**代表对象上下间隔为0px,左右间隔根据对象宽度自适应。 **/
margin:0px auto;
}
/** 文本居左 **/
.tl{
	text-align:left;
}
/** 文本居中 **/
.tc{
	text-align:center;
}
/** 文本居右 **/
.tr{
	text-align:right;
}
/** 块垂直居上 **/
.vt{
	vertical-align:top;
}
/** 块垂直居中 **/
.vm{
	vertical-align:middle;
}

/** 雪碧图例子 淘汰或用icon **/ 
.mian_icon{
  background-image: url('../../img/web/mian_icon.png');
}

/* 某图标 浅色 */
.mian_icon_one{
  background-position: -12px -9px;
}

/* 某图标 深色 */
.mian_icon_one:hover{
  background-position: -69px -9px;
}

/* 文本超出换点 以块元素长度*/
.text_intercept{
	/* 内容会被修剪，并且其余内容是不可见的 */
    overflow: hidden;
	/* 显示省略符号来代表被修剪的文本 */
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;/
    -moz-text-overflow: ellipsis;
	/*文本不会换行，文本会在在同一行上继续，直到遇到 <br> 标签为止*/
    white-space: nowrap;
	/* 
	扩展知识
	-o代表opera浏览器私有属性
	-moz代表firefox浏览器私有属性
	-ms代表IE浏览器私有属性
	-webkit代表chrome、safari私有属性
	*/
}
/*****/
@charset "utf-8";

/* CSS Document by cjy */


/*基本样式**/

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a {
	margin: 0;
	padding: 0;
	font: 12px/16px "微软雅黑";
}

html {
	display: inline-block;
	width: 100%;
}

img {
	border: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	border: 0;
}

strong {
	font-weight: bold;
}

ul,
ol,
li,
dt,
dd {
	list-style: none;
}

em,
i {
	font-style: normal;
}

.dis-in-b {
	display: inline-block;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.dis_in_b {
	display: inline-block;
}
body{
	background: #efefee;
}

.center{
	width:1200px;
	/**代表对象上下间隔为0px,左右间隔根据对象宽度自适应。 **/
	margin:0px auto;
}

.top .part-one{
	height:40px;
	background:#fff;
	line-height:40px;
	font-size:12px;
}
.top .part-one .left{
	width:60%;
	float:left;
}
.top .part-one .left ul{
	margin:0px;
	padding:0px;
}
.top .part-one .left ul li{
	float:left;
}
.top .part-one  ul li{
	line-height: 40px;
}
.top .part-one .right{
	float:right;
	width:40%;
}
.top .part-one .right ul{
	margin:0px;
	padding:0px;
}
.top .part-one .right ul li{
	float:left;
}
.weibo-hover{position:absolute;display:none;}
.weibo{position:relative;height: 20px;width: 20px;display: inline-block;top: 5px;}
.weibo:hover .weibo-hover{display:block;left:0;top:20px}
.weibo-hover{z-index:9999999;}
.weixin-hover{position:absolute;display:none}
.weixin{position:relative;height: 20px;width: 20px;display: inline-block;top: 5px;}
.weixin:hover .weixin-hover{display:block;left:0;top:20px}
.weixin-hover{z-index:9999999;}
.sjb-hover{position:absolute;display:none}
.sjb{position:relative;height: 20px;width: 20px;display: inline-block;top: 5px;}
.sjb:hover .sjb-hover{display:block;left:0;top:20px}
.ajb-hover{z-index:9999999;}
.top_add  .sjb {margin-left:10px;}
.icon {
	background-image: url(imgicon.png);
}
.icon-wb {
	background-position: -29px -18px;
}
.icon-wx {
	background-position: -66px -18px;
}
.icon-sjb {
	background-position: -98px -18px;
}
.icon-ss {
	background-position: -566px -75px;
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	top: 12px;
	left: 6px;
}
.part-two{
	height: 250px;text-align: center;background-image: url(images20150319c.jpg);
}
	.part-three{
		height:84px;
	}
.part-three .one{
	height:40px; background-color:#db1c1c;
}
.top .part-three .one ul{
	margin:0px;
	padding:0px;
	height:40px;
	overflow: hidden;
}
.top .part-three .one ul li{
	float:left;
	width:126px;
	height:40px;
	position:relative;
}
.top .part-three .one ul li a{
	width:78px;
	height:40px;
	text-align:left;
	color:#fff;
	line-height:40px;
	display:inline-block;
	font-weight:bold;
	padding-left:46px;
}
.top .part-three .one ul li a:hover{
	width:78px;
	height:40px;
	text-align:left;
	color:#fff;
	line-height:40px;
	display:inline-block;
	background:#c90a0a;
	font-weight:bold;
	padding-left:46px;
}
.part-three .two{
	height:44px;
	overflow: hidden;
}
.top .part-three .two ul{
	margin:0px;
	padding:0px;
	height:44px;
}
.top .part-three .two ul li{
	float:left;
	height:44px;
	line-height:44px;
	font-size:12px;
}
.top .part-three .two ul li a{
	height:44px;
	text-align:center;
	color:#333;
	display:inline-block;
}
.top .part-three .two ul li a:hover{
	height:44px;
	text-align:center;
	color:#c30;
	display:inline-block;
	text-decoration: underline;
}
.icon-one-1 {
	background-position: -24px -76px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}
.icon-one-2 {
	background-position: -63px -75px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}
.icon-one-3 {
	background-position: -103px -75px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}
.icon-one-4 {
	background-position: -142px -75px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}
.icon-one-5 {
	background-position: -183px -74px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}
.icon-one-6 {
	background-position: -221px -75px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}
.icon-one-7 {
	background-position: -260px -75px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}
.icon-one-8 {
	background-position: -300px -75px;
	width:18px;
	height:18px;
	display:block;
	position:absolute;
	top: 11px;
	left: 15px;
}

	 .main .part-five{

	 }
.main .part-five .tab{
	width: 143px;
	height: 32px;
	background-color: #ff5d1f;
	text-align: center;
	float: left;
	line-height: 32px;
	color: #fff;
	margin-left: 1px;
}
.main .part-five .active{
	background-color: #d63b00;
	font-weight: bold;
}
.main .part-five .form{
	margin:10px 0px 10px 19px;
	overflow: hidden;
}
.main .part-five .form .text{
	width: 140px;
	height: 43px;
	line-height: 43px;
	font-size: 13px;
	float: left;
}
.main .gzjg{
	height: 140px;
	background: url(images/2016newpj-banner-tit.png) no-repeat;
	width: 1200px;
}
.main .gzjg .div1 {
	font: 50px/140px "微软雅黑";
	cursor: pointer;
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	width: 1200px;
}
.main .mbx {
	height: 42px;
	background-color: #f7f7f7;
	font: bold 14px/42px "微软雅黑";
	text-align: left;
	padding: 0 20px;
	color: #666666;
	border-bottom: 1px solid #efefef;
}

	.bottom{
		height:100px;
		background-color:#fcfcfc;
	}
.bottom .left{
	float:left; width:206px;
}
.bottom .right{
	float:left; width:802px;
}

/**共同部分*/


.content {
	width: 1200px;
	margin: 0 auto;
}
.content .gzjg {
	height: 140px;
	background: url(images2016newpj-banner-tit.png) no-repeat;
	width: 1200px;
}

.content .gzjg a {
	color: #FFFFFF;
	text-align: center;
	display: inline-block;
	width: 1200px;
}

.content .mbx {
	height: 42px;
	background-color: #f7f7f7;
	font: bold 14px/42px "微软雅黑";
	text-align: left;
	padding: 0 20px;
	color: #666666;
	border-bottom: 1px solid #efefef;
}

.content .mbx a {
	color: #666666;
	font: 14px/42px "微软雅黑";
}

.content .mbx a:hover {
	color: #368cff;
}
/* ==头部== */



.nav-search {
	margin-top: 240px;
}

.nav {
	background: url(../images/2016pjq_nav_bg.gif) no-repeat right center;
}

.nav ul {
	background: url(../images/2016pjq_nav_ul.gif);
}

.nav ul li {
	float: left;
}

.nav li {
	background: url(../images/2016pjq_nav_a.gif) left no-repeat;
}

.nav a {
	display: inline-block;
	float: left;
	height: 50px;
	font: bold 18px/46px "微软雅黑";
	color: #FFFFFF;
	padding: 0 36px;
	margin-left: 3px;
}

.nav a:hover,
.nav a.a2:hover,
.nav a.a7:hover {
	background-color: #DFDFDF;
	color: #167F00;
}

.nav a.a1 {
	width: 58px;
	padding: 0;
	margin-left: 0;
	background: url(../images/2016pjq_nav_a11.png) center center no-repeat;
}

.nav li.li1 {
	background: url(../images/2016pjq_nav_bgli2.png);
	margin-top: -1px;
}

.nav a.a7 {
	background: url(../images/2016pjq_nav_a7.gif) right no-repeat;
}

.search {
	height: 30px;
	padding: 10px 0;
}

.search .rr {
	width: 160px;
	height: 28px;
	padding-left: 10px;
	border: 1px solid #60870d;
	border-right: none;
	font: 12px/28px Arial, Helvetica, sans-serif;
	color: #333;
	outline: none;
}

.search .btn {
	width: 70px;
	height: 30px;
	border: none;
	background: url(../images/2016pjq_nav_btn.gif) no-repeat;
	cursor: pointer;
}

.nav_second {
	background: #dfdfdf;
	height: 100%;
	width: 1200px;
	float: left;
}

.nav_second ul {
	text-align: center;
	padding: 10px 0;
	width: 1100px;
	margin: 0 auto;
}

.nav_second ul a {
	font: 15px/30px "微软雅黑";
	font-weight: bold;
	color: #368cff;
}

.nav_second ul a:hover {
	color: #358325;
}

.weibo-logo,
.weixin-logo {
	position: relative;
	top: 6px;
}


/* ==主体== */

.news-tt {
	height: 40px;
	background: #dfdfdf;
	width: 1200px;
	margin: 0 auto;
}

.news-tt p {
	background: #dfdfdf;
	padding-left: 20px;
	font: 14px/40px Arial, Helvetica, sans-serif;
	color: #368cff;
}

.news-tt p a {
	font: 14px/40px Arial, Helvetica, sans-serif;
	color: #368cff;
}

.news-tt p a:hover {
	color: #f60;
}

.gov-media-contact {
	/*float: left;*/
	margin-right: 20px;
}

.news-tt .times {
	background: url(../images/pjq_ico07.gif) no-repeat left center;
	padding-left: 20px;
	color: #368cff;
	float: left;
	width: 220px;
	padding-bottom: 2px;
	height: 38px;
	margin-left: 20px;
}

.gov-media-contact span,
.gov-media-contact span a {
	margin-left: 5px;
	color: #368cff;
	font: 14px/40px Arial, Helvetica, sans-serif;
}


/*二维码*/

.js_ewm {
	padding-top: 30px;
	position: absolute;
	/*top: 360px;*/
	left: 9px;
	width: 250px;
	text-align: center;
	height: 135px;
	background: rgb(223, 223, 223);
}

.js_ewm .ldzc_tzzn {
	font: 14px/26px Arial, Helvetica, sans-serif;
	text-align: center;
	width: 250px;
}


/*底部**/

.bottom {
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}

.bottom p,
.footer p a {
	font: 12px/24px Arial, Helvetica, sans-serif;
	color: #5f7185
}

.bottom p a:hover {
	color: #f60;
}
@charset "utf-8";

/* CSS Document by cjy */


/*概览和细缆*/

.nr {
	width: 100%;
	background-color: #FFFFFF;
}
.nrgxl-l{
	width: 220px;
	padding: 30px 40px;
}
.nrgxl-l .lm dd.left-menu {
	background: url(../images/2016newpj-left-libg2.png) no-repeat;
	width: 220px;
}
.nrgxl-l .lm dd.left-menu .text {
	font:18px/60px "微软雅黑";
	color: #333333;
	padding-left: 38px;
	width: 162px;
	display: inline-block;
	height: 59px;
}
.nrgxl-l .lm dd.left-menu a.add{
}
.nrgxl-l .lm dd.left-menu a.zhankai-jian{
}
.nrgxl-l .lm dd.left-menu.cur a,.nrgxl-l .lm dd.left-menu a:hover{
	color: #e40a30;
}
.nrgxl-l .clj {
	margin-top: 10px;
}
.nrgxl-l .clj ul li.left-menu {
	background: #dc4545;
	width: 220px;
	height: 60px;
	margin-bottom: 4px;
}
.nrgxl-l .clj ul li.left-menu a {
	font:bold 20px/60px "微软雅黑";
	color: #FFFFFF;
	margin-left: 17px;
	padding-left: 53px;
	display: inline-block;
}
.nrgxl-l .clj ul li.left-menu a.a1 {
	background: url(images2016newpj-left-wsbs.png) center left no-repeat;
}
.nrgxl-l .clj ul li.left-menu a.a2 {
	background: url(images2016newpj-left-qzqd.png) center left no-repeat;
}
.nrgxl-l .clj ul li.left-menu a.a3 {
	background: url(images2016newpj-left-hdzx.png) center left no-repeat;
}

.nrgxl-l .lm .zlm {
	display: none;
	border: 1px solid #efefef;

}
.nrgxl-l .lm  .zlm dd.left-menu {
	height: 50px;
	background: #FFFFFF;
	border-bottom: 1px solid #efefef;
	width: 218px;
}
.nrgxl-l .lm  .zlm dd.left-menu a {
	font: 16px/50px "微软雅黑";
	color: #516173;
	margin-left: 40px;
	padding-left: 20px;
	background: url(../images/2016newpj-left-lia.png) center left no-repeat;
	width: 140px;
	height: 50px;
}
.nrgxl-r {
	width: 846px;
	padding: 30px 10px;
}
.nrgxl-r p {
	font: 16px/32px "微软雅黑";
	color: #333333;
	padding: 14px 0;
}
.nrgxl-r .lb ul li.left-menu a {
	font: 16px/36px "微软雅黑";
	color: #333333;
	background: url(../images/2016newpj-lb-lia.png) center left no-repeat;
	padding-left: 12px;
}
.nrgxl-r .lb ul li.left-menu a:hover {
	color: #e40a30;
}
.nrgxl-r .lb ul li.left-menu a span {
	float: right;
	padding-right: 4px;
}
/**分页**/
.page {
	padding:0 10px;
	height:80px;
	color:#333;
	font:14px/49px ""微软雅黑"";
	overflow:hidden;

}
.page a {
	padding:0 2px 0 2px;
	margin:2px;
	color:#313030;
	text-decoration:none;
	font:14px/49px ""微软雅黑"";
}
.page a:hover {
	color:#f65d00;
}
.page span {
	padding:0 5px;
}
.page input.tz {
	width:54px;
	height:20px;
	text-align:center;
	font:14px/49px ""微软雅黑"";
	color:#333;
	padding-bottom:3px;
	padding:2px 0 0 0\9;
	cursor:pointer;
}
.page select {
	_margin-top:5px;
}
.page-right {
	font:14px/49px ""微软雅黑"";
}

/**信息公开概览*/
.nrgxl-r  .lb table {

	text-align: center;

}
.nrgxl-r  .lb table thead{
	height: 46px;
	background-color: #f7f7f7;
	font:  16px/46px "微软雅黑";
	text-align: center;
	color: #333333;
	border-bottom: 1px solid #efefef;
	width: 100%;
}
.nrgxl-r  .lb table thead th{
	height: 46px;
	font:  16px/46px "微软雅黑";
	text-align: left;
	color: #333333;
	text-align: center;

}
.nrgxl-r  .lb  tr td:first-child{
	background: url(../images/2016newpj-lb-lia1.png) center left no-repeat;
	padding-left: 10px;
}
.nrgxl-r  .lb  tr td:nth-child(2){

	text-align: left;
}
.nrgxl-r  .lb table td,.nrgxl-r  .lb table td a {
	font: 16px/36px "微软雅黑";
	color: #333333;
}
.nrgxl-r  .lb table td a:hover {
	color: #e40a30;
}

/**信息公开概览2*/
.nrgxl-l .lm .zfxxgk-lj li.left-menu {
	width: 220px;
	background-color: #e07373;
	height: 30px;
	margin-bottom: 1px;
}
.nrgxl-l .lm .zfxxgk-lj li.left-menu a{
	font:14px/30px "微软雅黑";
	color:#FFFFFF;
	padding: 0 0 0 20px;
	margin-right: 12px;
	height: 30px;
	width: 185px;
}
.nrgxl-l .lm .zfxxgk-lj li.left-menu a:hover{
	color: #e40a30;

}
.zhankai-jian{
	background: url(images2016newpj-left-li-jian.png) center right no-repeat;
}

/* */
.lm > dl > dd.dd , .lm > dl > dd > dl.dd {
	border-bottom: #dcdcdc 1px solid;
}
dd.dd.left-menu:hover, dl.dd.left-menu:hover,dd.dd.left-menu a:hover,dl.dd.left-menu a:hover{
	color: #FFF;
}
.zlm dd.dd.left-menu:hover {
	background: #dc4545;
}
.zlm dd.dd.left-menu a:hover {
	color: #FFF;
}
.nrgxl-l .lm .curr1 ,.nrgxl-l .lm .curr1 > a{
	color: #FFF;
}
.nrgxl-l .lm .curr1 p{
}
.nrgxl-l .lm .zlm dd.curr2.left-menu {
	background: #dc4545;
}
.nrgxl-l .lm .zlm dd.curr2.left-menu a {
	color: #FFF;
}
.jiahao {
	display: inline-block;
	float: right;
	width: 100px;
	height: 57px;
}
.clj ul li.left-menu:hover {
	background-color: #c62626;
}
/*目录页*/
.publicTable{ border-collapse:collapse; width:96%; margin:10px auto; }
.publicTable td{ border:1px solid #C3E1C4; line-height:20px; padding:8px 0; text-align:center; }
.publicTable .even td{ background:#f5fff5; }
.publicTable .title{  font-weight:bold; color:#333;  }
.publicTable .title .name{ text-align:center; }
.publicTable .index{ width:80px; }
.publicTable .dept{width:70px;}
.publicTable .num{ width:145px; }
.publicTable .date{ width:80px;float: none;color: #333;}
.publicTable .type{ width:80px; }
.publicTable .name{ text-align:left; padding:5px 8px; }
.publicTable .name a{display: block;overflow: hidden;height: 20px;}
/* eApp_guide */
.eApp_guide{ padding:20px;}
.eApp_guide h4{ font-size:30px; text-align:center; font-family: "黑体" !important; color:#cd0600; line-height:30px; border-bottom:1px solid #e2e2e2; padding:0 0 20px 0; margin-bottom:20px;}
.eApp_guide p{ line-height:24px;}

/* pubList */
.pubList .hd{ height:34px; line-height:34px; overflow:hidden; background:url(imagesgovbgPubList.png) no-repeat;}
.pubList .hd li{ font-size:14px; float:left; margin:0 6px 0 18px; width:150px; text-align:center; overflow:hidden; _display:inline;}
.pubList .hd a{ color:#737272;}
.pubList .hd li.on{overflow:hidden; background:url(imagesgovbtnPubList.png) no-repeat 0 2px;}
.pubList .hd li.on a{font-weight:bold; color:#cd0600;}
.pubList .hd span{float:right;}
.pubList .bd table, .pubList .bd table td{ border:1px solid #dfdfdf; border-collapse:collapse;}
.pubList .bd table td{ height:26px; line-height:26px; text-align:center;}
.pubList .bd .two td{ background:#fafafa;}

/* leaderList */
.leaderList{ width:698px; margin:25px auto; }
.leaderList .hd{ height:34px; overflow:hidden; background:url(imagesbg.png) no-repeat 0px -2046px;}
.leaderList .hd ul{ padding-left:33px;}
.leaderList .hd li{ float:left; width:79px; height:34px; text-align:center; padding-right:26px;}
.leaderList .hd li a{display:block; width:79px; height:34px;line-height: 30px;background: url(imageszwLdBtn.gif) 0 -40px no-repeat;font-weight: bold;}
.leaderList .hd li.on{ cursor:pointer;}
.leaderList .hd li.on a{ display:block; width:79px; height:34px; color:#fff; font-weight:bold;background: url(imageszwLdBtn.gif) 0 0 no-repeat;}
.leaderList .hd li.last{ background:none;}
.leaderList .bd .picList{ padding-top:20px;overflow: hidden;}
.leaderList .bd .picList li{ width:153px;text-align:center; float:left; }
.leaderList .bd .picList li .pic img{ width:120px; height:150px; padding:4px; border:1px solid #dfdfdf; }
.leaderList .bd .picList li .pic a:hover img{ border-color:#aaa; }
.leaderList .bd .picList li .title{ padding:5px 0 10px;}
/*政务公开-特殊列表提示*/
.zwgkTipList{}
.zwgkTipList .tipBox{display:none; width:450px; height:auto; float:left; overflow:hidden; border:1px solid #ddd; background-color:white;}
.zwgkTipList .tipBox table{width:100%; float:left; border-collapse:collapse; }
.zwgkTipList .tipBox table td{ background-color:#fafafa; line-height:18px; padding:2px 5px; height:22px; line-height:22px; width:48%; text-align:left; border-bottom:0; font-size:12px; }
.zwgkTipList{}
.zwgkTipList li.on .tipBox{ display:block;  position:absolute; z-index:100;}
.zwgkTipList td.on .tipBox{ display:block;  position:absolute; z-index:100;}
/* url_方块样式分页 */
.page{ font-size:12px; clear:both; }
.page a,.page span{ display:inline-block; *display:inline; zoom:1; line-height:20px; vertical-align:middle; }
.page a,.page a:active{ display:inline-block; *display:inline; zoom:1; border:1px solid #c5c5c5; padding:0 6px;}
.page a:hover {border:1px solid #04850E; text-decoration:none; color:#04850E;}
.page span.current, .page b a{background:#04850E; border:1px solid #04850E; color:#fff !important; font-weight:bold; padding:0 6px; }
.page span.disabled {border:1px solid #c5c5c5; padding:0 6px; color:#999;}
.page input{ border:1px solid #c5c5c5; background:#fff; width:30px; height:20px; line-height:20px; vertical-align:middle; }
.page select{ margin:0 5px; background:#fff; border:1px solid #c5c5c5; vertical-align:middle; }
