@charset "utf-8";
/* Public */
html,
body {
	min-height : 100%;
}
.icon-navItem1 {
	background-position-x : 0;
}
.icon-navItem2 {
	background-position-x : -40px;
}
.icon-navItem3 {
	background-position-x : -80px;
}
.icon-navItem4 {
	background-position-x : -120px;
}
.icon-mainMenu-1 {
	background-image : url(../images/mainMenu1.png);
}
.icon-mainMenu-2 {
	background-image : url(../images/mainMenu2.png);
}
.icon-mainMenu-3 {
	background-image : url(../images/mainMenu3.png);
}
.icon-mainMenu-4 {
	background-image : url(../images/mainMenu4.png);
}
.icon-mainMenu-5 {
	background-image : url(../images/mainMenu5.png);
}
.icon-mlzn1 {
	background-image : url(../images/mlzn1.png);
}
.icon-mlzn2 {
	background-image : url(../images/mlzn2.png);
}
.icon-mlzn3 {
	background-image : url(../images/mlzn3.png);
}
/*页面头*/
.ds-username-label,
.ds-edit-label{
	margin-right: 10px;
}
.ds-exit-label,
.ds-edit-label{
	border-radius:3px;
	padding:2px 3px;
	border:1px solid transparent;
}
.ds-username,
.ds-edit {
	padding-left : 18px;
	display : inline-block;
	vertical-align : middle;
	margin-right : 20px;
	margin-right : 0px;
}
.ds-username{
	background : url(../images/icon_username.png) no-repeat left center;
}
.ds-edit{
	background : url(../images/edit_004_16.png) no-repeat left center;
}
.ds-username em,
.ds-edit em {
	font-size : 12px;
	color : white;
	background : url(../images/icon_arrow_select.png) no-repeat right center;
	background : none;
}

.ds-exit-label:hover,
.ds-edit-label:hover{
	background:#88BDFF;
}
.ds-username em:hover{
	text-decoration: underline;
}
/* 组件 · 表单输入框 */
.input-block {
	position : relative;
	display : inline-block;
	-moz-box-sizing : border-box;
	     box-sizing : border-box;
	height : 30px;
	vertical-align : middle;
	border : solid 1px #D2D2D2;
	border-radius : 2px;
	overflow : hidden;
}
.input-block > .input-txt,
.input-block > .input-date {
	-moz-box-sizing : border-box;
	     box-sizing : border-box;
	padding-left : 6px;
	width : 100%;
	height : 28px;
	line-height : 28px;
	border : none;
	background : transparent;
	outline : transparent;
}
.input-block > .input-date {
	background : url(../images/icon_calendar.png) 95% center no-repeat;
}
.input-label {
	padding : 0 10px;
	font-size : 14px;
	line-height : 30px;
	color : #333333;
	vertical-align : top;
}

/* 组件 · 下拉菜单 */
.select-box {
	position : relative;
	display : inline-block;
	-moz-box-sizing : border-box;
	     box-sizing : border-box;
	width : 150px;
	height : 30px;
	vertical-align : middle;
	background : url(../images/icon_select.png) 97% center no-repeat;
	border : solid 1px #D2D2D2;
}
.select-txt {
	display : block;
	padding-left : 10px;
	height : 30px;
	font-size : 14px;
	color : #666666;
	line-height : 30px;
}
.select-box select {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	opacity : 0;
	filter : alpha(opacity=0);
	cursor : pointer;
}

/* For "index.html" by Zjx @2016-12-05 */
.contain {
	position : relative;
	width : 1000px;
	margin : 0 auto;
}
.logo {
	display : block;
	width : 480px;
	height : 130px;
	background : url(../images/logo.png) left center no-repeat;
}
/* 
 * 暂时注释掉nav部分样式
.nav {
	position : absolute;
	top : 0;
	right : 0;
}
.nav li {
	float : left;
	width : 115px;
	height : 100px;
}
.nav li a {
	display : block;
	-moz-box-sizing : border-box;
	     box-sizing : border-box;
	width : 100%;
	height : 100%;
	padding : 20px 0 0;
	text-align : center;
	background : transparent;
	text-decoration : none;
}
.nav li a .icon {
	width : 40px;
	height : 40px;
	background-image : url(../images/navItems.png);
	background-position-y : 0;
	transition : all 0.3s;
}
.nav li a:hover,
.nav li a.on {
	background : url(../images/navItem-on.png) center top no-repeat;
}
.nav li a:hover .icon,
.nav li a.on .icon {
	background-position-y : -40px;
}
.nav li a p {
	height : 20px;
	font-size : 15px;
	color : #B2C0DC;
	line-height : 20px;
}
.nav li a:hover p,
.nav li a.on p {
	color : #FFFFFF;
}
 */
.index-mod {
	margin-bottom : 10px;
	background : rgba(0,0,0,0.3);
	border : solid 1px rgba(255,255,255,0.5);
}
.index-hd {
	height : 50px;
	text-align : center;
}
.index-hd .tit {
	position : relative;
	display : inline-block;
	height : 50px;
	line-height : 50px;
	font-size : 15px;
	color : #FFFFFF;
	font-weight : bold;
}
.index-hd .tit:before {
	content : "";
	position : absolute;
	top : 50%;
	left : 0;
	width : 110px;
	height : 5px;
	transform : translateX(-130px);
	background : url(../images/titBg-left.png) right center no-repeat;
}
.index-hd .tit:after {
	content : "";
	position : absolute;
	top : 50%;
	right : 0;
	width : 110px;
	height : 5px;
	transform : translateX(130px);
	background : url(../images/titBg-right.png) left center no-repeat;
}
.index-bd {
	padding : 0 23px 25px;
}
.mainMenu li {
	width : 20%;
}
.mainMenu li a {
	position : relative;
	display : block;
	height : 130px;
	text-align : center;
	text-decoration : none;
	overflow : hidden;
}
.mainMenu li a:before {
	content : "";
	position : absolute;
	top : 0;
	left : 0;
	z-index : 0;
	width : 100%;
	height : 100%;
	background-color : rgba(255,255,255,0.15);
	transform : translate(-15%, -180%) rotate(-30deg);
	transition : all 0.3s;
}
.mainMenu li a:after {
	content : "";
	position : absolute;
	top : 0;
	left : 0;
	z-index : 0;
	width : 100%;
	height : 100%;
	background-color : rgba(255,255,255,0.15);
	transform : translate(-15%, 180%) rotate(30deg);
	transition : all 0.3s;
	transition-delay : 0.3s;
}
.mainMenu li a:hover:before,
.mainMenu li a:hover:after {
	transform : translate(0, 0);
}
.mainMenu li a .icon {
	position : relative;
	z-index : 1;
	-moz-box-sizing : border-box;
	     box-sizing : border-box;
	margin : 15px 0 10px;
	width : 65px;
	height : 65px;
	border : solid 1px #FFFFFF;
	border-radius : 50%;
}
.mainMenu li a p {
	position : relative;
	z-index : 1;
	height : 24px;
	line-height : 24px;
	font-size : 14px;
	color : #FFFFFF;
}

/*名录指南*/
.mlzn {
	width : 447px;
	height : 149px;
	background : url(../images/mlzn_bg.png);
}
.mlzn > li {
	position : relative;
	float : left;
	width : 142px;
	height : 149px;
	cursor : pointer;
}
.mlzn-hd {
	display : block;
	margin : 0 10px;
	height : 100px;
	text-align : center;
}
.mlzn-hd .icon {
	margin : 20px 0 10px;
	width : 40px;
	height : 40px;
}
.mlzn-hd p {
	font-size : 14px;
}
.mlzn-bd {
	position : absolute;
	bottom : 0;
	left : 0;
	width : 100%;
}
.mlzn-bd h6 {
	margin : 0 6px 5px;
	height : 30px;
	font-size : 14px;
	color : #333333;
	font-weight : bold;
	line-height : 30px;
	text-align : center;
}
.mlzn-bd p {
	margin : 0 8px 6px;
	font-size : 12px;
	color : #333333;
	line-height : 14px;
}
.mlzn > li:hover .mlzn-pop {
	display : block;
}
.mlzn-pop {
	position : absolute;
	top : 0;
	left : 100%;
	z-index : 9;
	display : none;
	-moz-box-sizing : border-box;
	     box-sizing : border-box;
	padding : 10px;
	width : 320px;
	background-color : #DAEEFF;
}
.mlzn-pop:before {
	content : "";
	position : absolute;
	top : 35px;
	left : -7px;
	width : 0;
	height : 0;
	border-top : solid 7px transparent;
	border-bottom : solid 7px transparent;
	border-right : solid 7px #DAEEFF;
}
.mlzn-pop-tit {
	height : 20px;
	line-height : 20px;
	color : #3661A8;
	font-size : 14px;
	font-weight : bold;
}
.mlzn-pop ul li {
	display : inline-block;
	margin : 6px 0;
	height : 15px;
	border-right : solid 1px #666666;
}
.mlzn-pop ul li a {
	padding : 0 10px;
	line-height : 15px;
	color : #666666;
	text-decoration : none;
}
.mlzn-pop ul li a:hover {
	color : #FF7C12;
}

.line {
	clear : both;
	margin : 15px 0;
	width : 100%;
	height : 1px;
	background-color : rgba(255,255,255,0.5);
}

.sblx {
	padding-top : 10px;
}
.sblx p {
	height : 32px;
	line-height : 32px;
	color : #FFFFFF;
	font-size : 18px;
	font-weight : bold;
}
.btn-bgs {
	display : block;
	float : right;
	*margin-top : 32px;
	width : 261px;
	height : 32px;
	line-height : 32px;
	text-align : center;
	background : url(../images/btn-bgs.png);
	cursor : pointer;
}

/* 进度查询 */
.query-group {
	position : relative;
	margin : 10px 25px;
	height : 40px;
}
.input-query {
	position : absolute;
	top : 0;
	left : 0;
	z-index : 0;
	-moz-box-sizing : border-box;
	     box-sizing : border-box;
	padding-left : 25px;
	padding-right : 70px;
	width : 100%;
	height : 40px;
	color : rgba(0,0,0,0.5);
	background-color : rgba(255,255,255,0.3);
	border : solid 1px rgba(255,255,255,0.5);
	border-radius : 40px;
	outline : none;
}
.btn-query {
	position : absolute;
	top : 0;
	right : 0;
	z-index : 1;
	width : 70px;
	height : 40px;
	border : none;
	color : #FFFFFF;
	background-color : #4066A4;
	border-radius : 0 40px 40px 0;
	outline : none;
	cursor : pointer;
}
.btn-query:hover {
	background-color : #729EE6;
}

.tips {
	width : 100%;
	height : 162px;
	text-align : center;
	line-height : 162px;
}
.tips p {
	display : inline-block;
	padding-left : 115px;
	height : 77px;
	line-height : 77px;
	font-size : 14px;
	color : #DDDDDD;
	background : url(../images/tips.png) left center no-repeat;
}

#table_scroll_wraper {
	position : relative;
	margin-top : 21px;
	height : 150px;
	overflow : hidden;
}
#table_scroll_wraper table {
	width : 100%;
	text-align : center;
	color : #FFFFFF;
}
#table_scroll_wraper table td {
	width : 80px;
}
#table_scroll_wraper table .project-name {
	width : 287px;
	text-indent : 30px;
	text-align : left;
}
#table_scroll_hd {
	position : absolute;
	top : 0;
	left : 0;
}
#table_scroll_bd {
	margin-top : 30px;
}
#table_scroll_hd td {
	height : 30px;
	color : #DBE8F7;
	font-size : 14px;
	font-weight : normal;
	background-color : #3F6285;
}
#table_scroll_bd td {
	height : 39px;
	color : #FFFFFF;
	border-bottom : dashed 1px rgba(255,255,255,0.7);
}

/* Footer */
.footer {
	padding-top : 30px;
}
.footer p {
	height : 20px;
	line-height : 20px;
	font-size : 12px;
	color : #BFCEE4;
	text-align : center;
}


/* For "content.html" by Zjx @2016-12-05 */
.content {
	width : 100%;
	background-color : #F3F3F3;
	border-top : solid 4px #133A78;
}
.content-box {
	position : relative;
	-moz-box-sizing : border-box;
	     box-sizing : border-box;
	margin : 0 auto;
	padding : 0 15px;
	width : 1000px;
	background-color : #FFFFFF;
	overflow : hidden;
}

/* Main Tab */
.main-tab {
	position : relative;
}
.main-thd {
	height : 35px;
	background-color : #EEEEEE;
}
.main-thd li {
	position : relative;
	display : inline-block;
	padding : 0 30px;
	height : 35px;
	font-size : 14px;
	color : #666666;
	line-height : 35px;
	cursor : pointer;
}
.main-thd li:hover,
.main-thd li.on {
	color : #FFFFFF;
	background-color : #458AD7;
}
.main-thd li:after {
	content : "";
	position : absolute;
	display : none;
	top : 100%;
	left : 50%;
	margin-left : -5px;
	width : 0;
	height : 0;
	border-top : solid 5px #458AD7;
	border-left : solid 5px transparent;
	border-right : solid 5px transparent;
}
.main-thd li:hover:after,
.main-thd li.on:after {
	display : block;
}
.main-tbd .con {
	overflow : hidden;
}

.table-2 {
	margin : 20px 0 30px;
	width : 100%;
	font-size : 14px;
}
.table-2 .tit {
	width : 80px;
	color : #3778C2;
	text-align : right;
	vertical-align : top;
}
.table-2 td {
	padding : 10px 0;
}
.table-2 td p {
	margin-bottom : 10px;
	color : #444444;
	font-size : 14px;
	line-height : 28px;
}
.table-2 td h5 {
	margin-bottom : 10px;
	font-size : 14px;
	color : #FF7F21;
	font-weight : bold;
}
.ww-btn-primary {
	display : inline-block;
	padding : 0 30px;
	height : 35px;
	font-family : "微软雅黑";
	font-size : 14px;
	color : #FFFFFF;
	background-color : #458AD7;
	border : none;
	outline : none;
	cursor : pointer;
}
.ww-btn-primary:hover {
	background-color : #57B72D;
}

.list-1 li {
	height : 54px;
	border-bottom : dashed 1px #CCCCCC;
}
.list-1 li a {
	display : block;
	padding-left : 20px;
	height : 54px;
	line-height : 54px;
	font-size : 14px;
	color : #666666;
	text-decoration : none;
	background : url(../images/listItem.png) left center no-repeat;
}
.list-1 li a:hover {
	color : #357FD1;
	background : url(../images/listItem_on.png) left center no-repeat;
}

/* For "wenzhang.html" By Zjx @2014-12-06 */
.wenzhang {
	padding : 25px;
	text-align : center;
}
.wenzhang .title {
	font-size : 20px;
	font-weight : bold;
	color : #333333;
	margin-bottom : 10px;
}
.wenzhang .sub-tit {
	font-size : 12px;
	color : #999999;
}
.cut-line {
	clear : both;
	margin : 20px 0;
	width : 100%;
	height : 0;
	border-bottom : dashed 1px #CCCCCC;
}
.wenzhang > p {
	margin-bottom : 15px;
	font-size : 14px;
	color : #666666;
	text-align : left;
}
/*列表页面，查询部分*/
.search-options {
	display : block;
}
.so-line {
	padding : 0 0 10px;
	height : 30px;
	margin:5px 0px;
	vertical-align:middle;
}
button[type=button].query-btn,
button[type=button].btn-highSearch,
.btn-highSearch,
.query-btn
 {
	font-family : Microsoft Yahei;
	display : inline-block;
	margin-left : 10px;
	padding : 0;
	width : 90px;
	height : 30px;
	border : none;
	text-align : left;
	color : #FFFFFF;
	font-size : 14px;
	line-height : 30px;
	vertical-align : middle;
	border-radius : 2px;
	cursor : pointer;
	outline : none;
}
button[type=button].btn-highSearch,
.btn-highSearch {
	color:#fff;
	text-indent : 10px;
	background : #39BC15 url(../images/icon_arrowUp_w.png) 72px center no-repeat;
}
button[type=button].btn-highSearch.on,
.btn-highSearch.on {
	text-indent : 10px;
	background : #39BC15 url(../images/icon_arrowDown_w.png) 72px center no-repeat;
}
button[type=button].btn-highSearch:hover,
.btn-highSearch:hover {
	background-color : #62E43F;
}
button[type=button].query-btn,
.query-btn 
{
	text-indent : 35px;
	background : #228EE1 url(../images/icon_search_w.png) 15px center no-repeat;
}
a.btn{
	background-color : #228EE1;	
	text-align:center;
	color:#fff;
	width:initial;
	padding:0px 10px;
	height : 30px;
	line-height : 28px;
	font-size : 14px;
}
a.btn:hover,a.btn:focus{
	color:#fff;
	background-color : #43A6F3;
}
button[type=button].query-btn:hover,
.query-btn:hover{
	background-color : #43A6F3;
}

.search-options > .so-line > label {
	padding-right : 10px;
	font-size : 14px;
	color : #333333;
	vertical-align : middle;
}
.search-options > .so-line > input{
	box-sizing: border-box;
    padding-left: 6px;
    height: 30px;
    vertical-align: middle;
    border: solid 1px #D2D2D2;
    border-radius: 2px;
    line-height: 28px;
    background: transparent;
    outline: transparent;
}
.search-options > .so-line .magic-radio+label{
	padding-left:0px;
}
.search-options > .so-line .magic-checkbox+label:before, 
.search-options > .so-line .magic-radio+label:before
{
	content: none;
}
.search-options > .so-line .magic-checkbox+label:after, 
.search-options > .so-line .magic-radio+label:after
{
	content: none;
}
.search-options > .so-line > div[date-picker]{
	padding: 0;
	display:inline-block;
	vertical-align: middle;
}
.search-options > .so-line > div[date-picker] input{
	background-color: #f8f8f8;
	border: solid 1px #D2D2D2;
}
.search-options > .so-line > div[date-picker] span.input-group-addon{
	margin-left:-34px;
	background-color: transparent;
	border: none;
	display:inline-block;
	position:relative;
	z-index:33;
}
.search-options > .so-line > div[date-picker] .icon-datepicket{
	background: url(../images/icon_calendar.png)no-repeat center;
}
.search-options > .so-line > codeset > div{
	display:inline-block;
	min-width:190px;
	vertical-align: middle;
	width:100%;
}
.search-options > .so-line > codeset > div{
	width:220px;
}
.search-options > .so-line > codeset .ui-select-container .ui-select-toggle{
	
	border: 1px solid #D2D2D2;
}
.search-options > .so-line > codeset > div input.form-control{
	border:none;
	border: 1px solid #D2D2D2;
	border-radius:0px;
}
/* 
.magic-checkbox+label:before, .magic-radio+label:before{
	top:-2px;
}
.magic-checkbox+label:after{
	top:-1px;
}
 */
.option-list {
	display : inline-block;
	height : 30px;
	vertical-align : middle;
}
.option-list li {
	display : inline-block;
	margin : 5px 10px 5px 0;
	padding : 0 10px;
	height : 20px;
	font-size : 14px;
	color : #666666;
	line-height : 20px;
	text-align : center;
	border-radius : 2px;
	cursor : pointer;
}
.option-list li.active {
	color : #FFFFFF;
	background-color : #FC8B2E;
}

.table-3 {
	margin : 0 -10px;
	width : 1000px;
}
.table-3 th {
	padding : 0 10px;
	height : 40px;
	font-size : 14px;
	font-weight : bold;
	color : #4C6489;
	text-align : center;
	background-color : #D9E3F1;
}
.table-3 td {
	padding : 0 10px;
	height : 80px;
	font-size : 14px;
	color : #666666;
	border-bottom : dashed 1px #CCCCCC;
}
.table-3 .tc {
	text-align : center;
}
.table-3 .blue {
	color : #228EE1;
}
.table-3 .green {
	color : #47B329;
}
.table-3 .orange {
	color : #FF6A10;
}
.ui-grid-header-cell-wrapper{
	padding: 0 10px;
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #4C6489;
    text-align: center;
    background-color: #D9E3F1;
   
}
.ui-grid-cell-contents{
	 
	outline:none;
}
.ui-grid-row:nth-child(odd) .ui-grid-cell,
.ui-grid-row:nth-child(even) .ui-grid-cell{
	padding: 0 10px;
    font-size: 14px;
    color: #666666;
    border-bottom: dashed 1px #CCCCCC;
    
   /*  display: -webkit-box; 必须结合的属性 ，将对象作为弹性伸缩盒子模型显示 。
	-webkit-box-orient 必须结合的属性 ，设置或检索伸缩盒对象的子元素的排列方式 。
	text-overflow: ellipsis;，可以用来多行文本的情况下，用省略号“…”隐藏超出范围的文本 。*/
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	
}
.ui-grid-row:nth-child(even) .ui-grid-click, .color-ext .ui-grid-row:nth-child(even) .ui-grid-click,
.ui-grid-row:nth-child(odd) .ui-grid-click, .color-ext .ui-grid-row:nth-child(odd) .ui-grid-click{
	background-color: #D9E3F1;
}
.ui-grid-hover {
    background: #D9E3F1 !important;
}
/*分页*/
.pages {
	padding-top : 20px;
	padding-bottom : 50px;
}
.pages span {
	display : inline-block;
	height : 25px;
	line-height : 25px;
	font-size : 14px;
	color : #666666;
}
.pages span em {
	font-weight : bold;
	color : #F6652C;
}
.page-list {
	float : right;
}
.page-list li {
	float : left;
	margin-left : 5px;
	padding : 0 10px;
	height : 25px;
	line-height : 25px;
	font-size : 14px;
	color : #FFFFFF;
	background-color : #228EE1;
	cursor : pointer;
}
.page-list li.disabled {
	color : #666666;
	background-color : #EEEEEE;
	cursor : not-allowed;
}
.page-list label {
	float : left;
	display : block;
	margin-left : 5px;
	height : 25px;
	line-height : 25px;
}
.page-list input[type="text"] {
	float : left;
	display : block;
	-moz-box-sizing : border-box;
	     box-sizing : border-box;
	margin-left : 5px;
	width : 40px;
	height : 25px;
	line-height : 25px;
	border : solid 1px #DDDDDD;
}
.btn-changepage {
	float : left;
	display : block;
	-moz-box-sizing : border-box;
	     box-sizing : border-box;
	margin-left : 5px;
	width : 40px;
	height : 25px;
	font-family : "微软雅黑";
	font-size : 14px;
	color : #FFFFFF;
	border : none;
	outline : none;
	cursor : pointer;
	background-color : #228EE1;
}

/* For "政策法规.html" By Zjx @2016-12-6 */
.left-menu {
	position : absolute;
	top : 10px;
	left : 10px;
	width : 220px;
}
.left-menu h4 {
	padding-left : 15px;
	height : 45px;
	line-height : 45px;
	font-size : 16px;
	color : #FFFFFF;
	background-color : #20ACE6;
}
.left-menu li a {
	position : relative;
	display : block;
	padding-left : 30px;
	height : 45px;
	line-height : 45px;
	font-size : 14px;
	color : #666666;
	text-decoration : none;
	background-color : #F6F6F6;
	border-bottom : solid 1px #FFFFFF;
}
.left-menu li a:before {
	content : "";
	position : absolute;
	top : 50%;
	left : 15px;
	margin-top : -3px;
	width : 0;
	height : 0;
	border-left : solid 3px #666666;
	border-top : solid 3px transparent;
	border-bottom : solid 3px transparent;
}
.left-menu li a:hover {
	background-color : #75C3F1;
	color : #FFFFFF;
	border-bottom : #75C3F1;
}
.left-menu li a:hover:before {
	border-left : solid 3px #FFFFFF;
}

.right-cont {
	margin-left : 230px;
	min-height: 400px;
}
.table-4 {
	width : 100%;
}
.table-4 td {
	padding : 5px;
	font-size : 14px;
	color : #666666;
}
.table-4 td.tit {
	width : 140px;
	text-align : right;
	vertical-align : middle;
}

.table-4 .select-box {
	width : 600px;
	height : 40px;
}
.table-4 .select-box .select-txt {
	height : 40px;
	line-height : 40px;
}
.table-4 .txtarea {
	-moz-box-sizing : border-box;
	     box-sizing : border-box;
	width : 600px;
	height : 100px;
	border : solid 1px #CCCCCC;
}
.table-4 .btn-primary {
	margin-right : 10px;
}


/* For "审批公示.html" By Zjx @2016-12-06 */
.list-mod {
	margin-bottom : 20px;
}
.list-hd {
	position : relative;
	margin-bottom : 20px;
	padding-left : 10px;
	height : 35px;
	line-height : 35px;
	font-size : 16px;
	color : #333333;
	background-color : #EEEEEE;
	border-left : solid 5px #458AD7;
}
.list-hd .more {
	position : absolute;
	top : 0;
	right : 10px;
	display : block;
	width : 35px;
	line-height : 35px;
	font-size : 12px;
	color : #999999;
}
.list-bd {
	position : relative;
}
.list-bd img {
	position : absolute;
	top : 0;
	left : 0;
	width : 220px;
	height : 200px;
}
.list-bd > .news-list,
.list-tbd {
	margin-left : 250px;
}
.news-list li {
	height : 34px;
}
.news-list li a {
	display : block;
	padding-left : 25px;
	height : 34px;
	line-height : 34px;
	font-size : 14px;
	color : #666666;
	background : url(../images/listItem.png) left center no-repeat;
}
.news-list li.em a{
	background : url(../images/listItem_em_2.png) left center no-repeat;
}
.news-list li a:hover {
	color : #458AD7;
	background : url(../images/listItem_on.png) left center no-repeat;
}
.news-list li a span {
	float : right;
	margin-left : 10px;
	*margin-top : -34px;
	display : block;
	height : 34px;
	line-height : 34px;
	color : #999999;
}
.news-list li a:hover span {
	color : #458AD7;
}

.list-thd {
	margin-bottom : 10px;
	height : 15px;
}
.list-thd li {
	display : inline-block;
	margin-right : 10px;
	padding-right : 10px;
	height : 15px;
	line-height : 15px;
	font-size : 14px;
	color : #666666;
	border-right : solid 1px #666666;
	cursor : pointer;
}
.list-thd li:last-of-type {
	border-right : none;
}
.list-thd li:hover,
.list-thd li.on {
	font-weight : bold;
	color : #458AD7;
}
.list-tbd {
	height : 204px;
}

/*网上办事（审批公示）_列表.html by swz*/
.right-cont-tit {
	border-left : 5px solid #20ACE6;
	height : 45px;
	background : #EDEDED;
}
.right-cont-tit span {
	font-size : 16px;
	color : #393939;
	line-height : 45px;
	padding-left : 10px;
}
.right-cont-list {
	padding : 10px 0 20px;
	border-bottom : 1px dashed #D5D5D5;
}

/*网上办事（审批公示）_列表详情.html by swz*/
.article h1 {
	color : #393939;
	font-size : 24px;
	text-align : center;
}
.article h2 {
	text-align : center;
	color : #818181;
	border-bottom : 1px solid #E5E5E5;
	padding : 15px 0 25px;
	font-size : 14px;
}
.article h2 span {
	margin : 0 20px;
}
.article h2 span i {
	cursor : pointer;
}
.article h2 span i.on {
	color : #1D85E6;
	font-weight : bold;
}
.article h2 span i + i {
	margin-left : 10px;
}

.article-ctn {
	padding-top : 15px;
}
.article-ctn p {
	color : #393939;
	font-size : 14px;
	line-height : 2.5;
}
.article-ctn p.article-tips {
	color : #8C8C8C;
	line-height : 1.8;
	margin-top : 20px;
}

.article-table {
	border-collapse : collapse;
	border : 1px solid #E0E0E0;
	margin-top : 15px;
}
.article-table tr td {
	border-right : 1px solid #E0E0E0;
	border-bottom : 1px solid #E0E0E0;
	height : 50px;
	color : #393939;
	padding : 0 10px;
	font-size : 14px;
}
.article-table tr td.td-hd {
	text-align : right;
	width : 20%;
	color : #696969;
}
.article-table tr td span {
	color : #1F6FE6;
}


/*==============================================================================*/
.home-page {
	background : #EFF5FB url(../images/top_bg_rx.jpg) repeat-x;
}
.ds-wrapper {
	background : url(../images/top_bg.png) no-repeat center top;
}
.ds-container {
	background : #EFF5FB;
}
.ds-main {
	width : 1000px;
	margin : 0 auto;
}
.ds-main-box {
	position : relative;
	padding : 10px 10px;
	padding-bottom:30px;
	background-color : #FFFFFF;
	overflow : visible;
}

.ds-head {
	position : relative;
	width : 1000px;
	margin : 0 auto;
	overflow : hidden;
}
.ds-tools {
	position : absolute;
	right : 0;
	top : 0;
	font-size : 0;
}
.ds-tools a {
	display : inline-block;
	width : 20px;
	height : 20px;
	vertical-align : middle;
}
.ds-tools a + a {
	margin-left : 20px;
}
.ds-mail {
	background : url(../images/icon_mails.png) no-repeat center;
	position : relative;
}
.ds-mail i {
	position : absolute;
	right : -10px;
	top : -8px;
	background : url(../images/icon_rectangle.png) no-repeat;
	width : 20px;
	height : 14px;
	color : white;
	text-align : center;
	line-height : 14px;
	font-size : 12px;
}
.ds-exit {
	background : url(../images/icon_exit_new.png) no-repeat center;
}

.ds-foot {
	border-top : 3px solid #97CAFF;
	background : white;
	position : relative;
	padding : 38px 0;
	z-index:-1;
}
.ds-foot p {
	color : #595959;
	text-align : center;
}
.img-erm {
	position : absolute;
	left : 50%;
	top : 50%;
	margin-left : 280px;
	margin-top : -42px;
}

/* Zjx */


/* 面包屑导航 */
.ds-breadmenu {
	height : 40px;
	background : url(../images/icon-home.png) left 12px no-repeat;
	padding : 10px 0 10px 20px;
}
.ds-breadmenu > li {
	float : left;
}
.ds-breadmenu > li > a,
.ds-breadmenu > li > span {
	display : block;
	float : left;
	height : 20px;
	line-height : 20px;
	font-size : 14px;
	color : #A2A8B4;
	cursor : pointer;
}
.ds-breadmenu > li > span {
	padding : 0 5px;
	cursor : default;
}
.ds-breadmenu > li.current > a {
	color : #338FF2;
}

/* 步骤切换 */

.ds-main-tab > .ds-main-hd {
	padding : 10px 0 20px;
}

.ds-stepList {
	margin : 0 auto;
	text-align : center;
}
.ds-stepItem {
	position : relative;
	display : inline-block;
	*display : inline;
	*zoom : 1;
	margin : 0 5px;
	width : 182px;
	height : 40px;
	background-image : url(../images/step_bg.png);
	-ms-background-position-x : 0;
	    background-position-x : 0;
	-ms-background-position-y : 0;
	    background-position-y : 0;
	cursor : pointer;
}
.ds-stepItem.done {
	-ms-background-position-y : -80px;
	    background-position-y : -80px;
}
.ds-stepItem.on {
	-ms-background-position-y : -40px;
	    background-position-y : -40px;
}
.ds-stepItem > span {
	position : absolute;
	top : 0;
	left : 0;
	width : 30px;
	height : 40px;
	font-family : "Arial";
	font-size : 20px;
	color : #FFFFFF;
	line-height : 40px;
	text-indent : 10px;
	text-align : left;
	font-weight : bold;
}
.ds-stepItem > p {
	margin-left : 30px;
	height : 40px;
	line-height : 40px;
	font-size : 15px;
	color : #FFFFFF;
	text-align : center;
}

/* Sub Tab */
.ds-sub-tab {
	background-color : #FFFFFF;
}
.ds-sub-hd {
	height : 40px;
	background-color : #F8F8F8;
}
.ds-sub-hd li {
	float : left;
	height : 40px;
	border-right : solid 1px #EAEAEA;
	cursor : pointer;
}
.ds-sub-hd li > span {
	display : block;
	padding : 0 30px;
	height : 38px;
	font-size : 14px;
	color : #3D535C;
	line-height : 38px;
	border-top : solid 2px transparent;
}
.ds-sub-hd li:hover,
.ds-sub-hd li.on {
	background-color : #FFFFFF;
}
.ds-sub-hd li:hover > span,
.ds-sub-hd li.on > span {
	font-weight : bold;
	border-top-color : #FFBF00;
}
.ds-tips {
	padding-left : 15px;
	height : 40px;
	font-size : 15px;
	color : #FF8600;
	line-height : 40px;
	border-bottom : solid 1px #EAEAEA;
}
.ds-main-tit .ds-tips{
	line-height : 30px;
	border-bottom : none;
}
.ds-edit-title {
	margin-left : 15px;
	padding-left : 25px;
	height : 50px;
	line-height : 50px;
	font-size : 14px;
	color : #556C68;
	font-weight : bold;
	background : url(../images/Calendar.png) 0 center no-repeat;
}
.ds-slidebox > .hd {
	position : relative;
	padding : 0 15px;
	height : 40px;
	background-color : #A9C5E4;
	margin-bottom:3px;
}
.ds-slidebox > .hd > h4 {
	height : 40px;
	font-size : 14px;
	color : #FFFFFF;
	font-weight : bold;
	line-height : 40px;
}
.ds-slidebtn {
	position : absolute;
	top : 0;
	right : 0;
	width : 40px;
	height : 40px;
	background : url(../images/slideTop.png) center no-repeat;
	cursor : pointer;
}
.ds-slidebox.on .ds-slidebtn {
	position : absolute;
	top : 0;
	right : 0;
	width : 40px;
	height : 40px;
	background : url(../images/slideBot.png) center no-repeat;
	cursor : pointer;
}
.ds-slidebox > .bd {
	padding : 10px 20px;
}
.table>tbody>tr>td, 
.table>tbody>tr>th, 
.table>tfoot>tr>td, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>thead>tr>th{
	padding: 0px;
	vertical-align:middle;
}
.table.table-bordered>tbody>tr>td, 
.table.table-bordered>tbody>tr>th, 
.table.table-bordered>tfoot>tr>td, 
.table.table-bordered>tfoot>tr>th, 
.table.table-bordered>thead>tr>td, 
.table.table-bordered>thead>tr>th{
	padding: 5px;
}
.table-bordered>thead>tr>th {
    border-bottom-width: 1px;
}

.ds-baseInfo-table > thead > tr > th,
.ds-baseInfo-table > tbody > tr > th,
.ds-baseInfo-table > tbody > tr > td {
	height:45px;
	vertical-align:middle;
	border-top:0px;
}
.table.ds-baseInfo-table>tbody>tr>td, 
.table.ds-baseInfo-table>tbody>tr>th, 
.table.ds-baseInfo-table>tfoot>tr>td, 
.table.ds-baseInfo-table>tfoot>tr>th, 
.table.ds-baseInfo-table>thead>tr>td, 
.table.ds-baseInfo-table>thead>tr>th{
	border:0px;
	vertical-align:middle;
}
.ds-baseInfo-table .tit {
	padding-right : 10px;
	height : 36px;
	font-size : 14px;
	font-weight:normal;
	color : #556C68;
	line-height : 36px;
	text-align : right;
	vertical-align : top;
	white-space: nowrap;
}
.ds-baseInfo-table thead .tit{
	text-align:center;
	font-weight:bold;
}
.ds-baseInfo-table .tit > .bt {
	padding-right : 5px;
	color : #FF5E3A;
}

.ds-reg-table {
	width : 100%;
	border-top : solid 1px #DAE0E8;
	border-left : solid 1px #DAE0E8;
}
.ds-reg-table > thead > tr > th{
	text-align:center;
}
.ds-reg-table th,
.ds-reg-table td {
	padding : 0;
	border-right : solid 1px #DAE0E8;
	border-bottom : solid 1px #DAE0E8;
}
.ds-reg-table th {
	height : 40px;
	font-size : 14px;
	color : #2383DD;
	font-weight : bold;
	text-align : center;
	background-color : #F3FFFD;
}
.ds-reg-table td {
	padding-left : 25px;
	height : 40px;
}

/* 文本框及日期输入框 */
.ds-input-box {
	position : relative;
	height : 36px;
}
.ds-input-box > jl-list input,
.ds-input-box > div[jl-list] input,
.ds-input-box > input[type="password"],
.ds-input-box > input[type="text"] {
	*margin-left : -10px;
	width : 100%;
	height : 34px;
	line-height : 24px;
	font-size : 14px;
	color : #333333;
	text-indent : 8px;
	background-color : #F8FAFC;
	border : 1px solid #DAE0E8;
	border-radius : 2px;
}
.ds-input-box > input[type="password"].validatebox-invalid{
    border-color: #ffa8a8;
    background-color: #fff3f3;
    color: #000;
}
div[jl-list] input{}
.ds-input-box > input[type="text"]:focus,
.ds-input-box > input[type="password"]:focus {
	background-color : #FFFFFF;
	outline : solid 1px #65BFF3;
}
.ds-input-box > .ds-input-date {
	background-image : url(../images/icon-date.png);
	background-position : 96% center;
	background-repeat : no-repeat;
}


.ds-input-box > input[type="text"][disabled]{
	border-color:#F8FAFC;
	border : 1px solid #F8FAFC;
    border-color: #F8FAFC !important;
}
.ds-input-box > .form-control[disabled], 
.ds-input-box > .form-control[readonly], 
.ds-input-box > fieldset[disabled].form-control{
	border-color:#F8FAFC;
}
.ds-input-box > div[date-picker] > div .form-control[disabled]{
	background-color: #F8FAFC;
	border-color:#F8FAFC;
	border : 1px solid #F8FAFC;
    border-color: #F8FAFC !important;
}
/* 复选框 */
.ds-checkbox {
	float : left;
	display : block;
	margin-right : 16px;
	height : 16px;
}
.ds-checkbox > input[type="checkbox"] {
	display : none;
}
.ds-check-icon {
	display : block;
	float : left;
	width : 16px;
	height : 16px;
	background : url(../images/check.png);
	cursor : pointer;
}
.ds-check-icon.on {
	background : url(../images/checked.png);
}
.ds-check-txt {
	float : left;
	padding : 0 8px;
	height : 16px;
	line-height : 16px;
	font-size : 14px;
	color : #333333;
}

/* 单选框 */
.ds-radiobox {
	float : left;
	display : block;
	margin-right : 16px;
	height : 16px;
}
.ds-radiobox > input[type="radio"] {
	display : none;
}
.ds-radio-icon {
	display : block;
	float : left;
	width : 16px;
	height : 16px;
	background : url(../images/radio.png);
	cursor : pointer;
}
.ds-radio-icon.on {
	background : url(../images/radio_on.png);
}
.ds-radio-txt {
	float : left;
	padding : 0 8px;
	height : 16px;
	line-height : 16px;
	font-size : 14px;
	color : #333333;
}

/* 下拉菜单 */
.ds-selectbox {
	position : relative;
	display : block;
	margin-right : 10px;
	float : left;
	width : 148px;
	height : 34px;
	background : #F8FAFC url(../images/select-icon.png) 93% center no-repeat;
	border : solid 1px #DAE0E8;
	border-radius : 2px;
}
.ds-select-txt {
	display : block;
	height : 34px;
	font-size : 14px;
	color : #333333;
	text-indent : 10px;
	line-height : 34px;
}
.ds-selectbox > select {
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 100%;
	z-index : 1;
	opacity : 0;
	filter : alpha(opacity=0);
}

/* 按钮组 */
.ds-btn-group {
	margin : 15px 0;
	height : 36px;
	text-align : center;
}
.ds-btn-group > .ds-btn {
	display : inline-block;
	margin : 0 15px;
	width : 118px;
	height : 34px;
	line-height : 34px;
	font-size : 16px;
	border : solid 1px #6AA2D9;
	border-radius : 3px;
	cursor : pointer;
}
.ds-btn-group > .ds-btn:hover {
	color : #FFFFFF;
	background-color : #2F93F6;
	border : solid 1px #2F93F6;
}
.ds-btn-new{
	background:url(../../common/images/new-001-32.png) center no-repeat;
	height:32px;
	width:32px;
	opacity:0.5;
}

.ds-btn-new02{
	background:url(../../common/images/new002.png) center no-repeat;
	height:25px;
	width:25px;
	opacity:1.0;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}

.ds-btn-new02:hover{
	opacity:0.5;
}

.ds-btn-new03{
	background:url(../../common/images/new003.png) center no-repeat;
	height:25px;
	width:25px;
	opacity:1.0;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
}

.ds-btn-new03:hover{
	opacity:0.5;
}

.ds-btn-new:hover{
	opacity:1.0;
}

.ds-btn-delete{
	background:url(../../common/images/delete-003-32.png) center no-repeat;
	height:32px;
	width:32px;
	opacity:0.5;
}
.ds-btn{
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #FFFFFF;
    background-color: #228EE1;
    cursor: default;
    vertical-align:middle;
}
.ds-btn:hover,
.ds-btn-delete:hover{
	opacity:1.0;
}

.btn.disabled, 
.btn[disabled], 
fieldset[disabled] .btn,
.btn.disabled:hover, 
.btn[disabled]:hover, 
fieldset[disabled] .btn:hover

{
	border-color:#bbb;
	color:#bbb;
}
	

/* For "regidit.html" */
.ds-reg-tit {
	margin-bottom : 20px;
	padding-left : 30px;
	height : 20px;
	font-size : 18px;
	font-weight : bold;
	color : #333333;
	line-height : 20px;
	background : url(../images/add-user-male.png) 0 center no-repeat;
}

.ds-reg-bd {
	padding : 20px;
	background-color : #FFFFFF;
}
.ds-reg-step {
	margin : 40px 0 61px;
	border-top : solid 1px #CBD0D6;
}
.ds-reg-step > li {
	position : relative;
	top : -22px;
	float : left;
	width : 20%;
	text-align : center;
	cursor : pointer;
}
.ds-reg-step > li > span {
	display : inline-block;
	width : 44px;
	height : 44px;
	font-family : "Arial";
	font-size : 20px;
	color : #FFFFFF;
	line-height : 44px;
	font-weight : bold;
	background-image : url(../images/reg-step.png);
	-ms-background-position-x : 0;
	    background-position-x : 0;
	-ms-background-position-y : 0;
	    background-position-y : 0;
}
.ds-reg-step > li.done > span {
	-ms-background-position-y : -88px;
	    background-position-y : -88px;
}
.ds-reg-step > li > p {
	margin-top : 10px;
	font-size : 14px;
	color : #333333;
}
.ds-reg-step > li:hover > span,
.ds-reg-step > li.on > span {
	-ms-background-position-y : -44px;
	    background-position-y : -44px;
}
.ds-next-btn {
	display : inline-block;
	margin : 0 auto;
	height : 36px;
	font-size : 16px;
	color : #FFFFFF;
	text-align : center;
	background-color : #308AE8;
	border-radius : 3px;
	cursor : pointer;
	padding:5px 15px;
}
.ds-next-btn:hover {
	background-color : #3B9AFE;
}

/* For "qyxx.html" */
.ds-qyxx-tit {
	position : relative;
	margin-bottom : 20px;
	height : 30px;
}
.ds-qyxx-tit > h1 {
	float : left;
	padding-left : 30px;
	height : 30px;
	font-size : 18px;
	color : #333333;
	font-weight : bold;
	line-height : 30px;
	background : url(../images/note.png) 0 center no-repeat;
}
.print-btn {
	display : block;
	float : right;
	height : 30px;
	font-size : 14px;
	color : #FFFFFF;
	line-height : 30px;
	text-align : center;
	background-color : #2891F3;
	border-radius : 3px;
	cursor : pointer;
	margin-right:5px;
	min-width:70px;
	padding:0px 5px;
}
.print-btn:hover {
	background-color : #2D98FB;
}

.ds-qyxx-table {
	margin-bottom : 50px;
	width : 100%;
	background-color : #FAFCFC;
}
.ds-qyxx-table th,
.ds-qyxx-table td {
	padding-left : 10px;
	height : 40px;
	font-size : 14px;
	color : #000000;
	border-bottom : solid 1px #EAEAEA;
}
.ds-qyxx-table .tit ,
.ds-qyxx-table th
{
	color : #556C68;
	font-weight:normal;
	text-align : right;
}
.ds-qyxx-table tbody th : after{
	content:":";
}
.ds-qyxx-table .ds-input-box > input[type="text"],
.ds-qyxx-table .ui-select-container .btn-default[disabled]
{
	color: #000;
}

.ds-input-box > input[type="text"].validatebox-invalid{
	background-repeat: no-repeat;
    background-position: right center;
    border-color: #ffa8a8;
    background-color: #fff3f3;
    color: #000;
}
.ds-input-box > input[type="text"].validatebox-invalid:focus {
	background-color : #FFFFFF;
	border-color:#DAE0E8;
	outline : solid 1px #65BFF3;
}
.ui-grid-contents-wrapper .ui-grid-render-container-body div.ui-grid-canvas{
	height:30px;
}
.ui-grid-contents-wrapper .ui-grid-render-container-body div.ui-grid-canvas .ui-grid-row,
.ui-grid-contents-wrapper .ui-grid-render-container-body div.ui-grid-canvas .ui-grid-row .ui-grid-cell
{
	height:30px;
}
.ui-grid-contents-wrapper .ui-grid-render-container-body div.ui-grid-canvas .ui-grid-row{}
.grid1497316188619 .ui-grid-row, .grid1497316188619 .ui-grid-cell, .grid1497316188619 .ui-grid-cell .ui-grid-vertical-bar{
	
}
.btnTop { position: fixed; right: 2%; bottom: 2%; cursor: pointer; opacity: .7; z-index: 9; }
.btnTop:hover { opacity: 1;}
.imageTop { height: 72px; height: 72px;}