﻿/* 公共样式 */
body { font-family: "微软雅黑", "黑体"  ;margin:0;  padding:0;  font-size:14px; color:#666;}
div,form,img,ul,ol,li,dl,dt,dd,p {margin: 0; padding: 0; border: 0; }
li,dl{list-style-type:none;}
h1,h2,h3,h4,h5,h6 { margin:0; padding:0;font-size:12px; font-weight:normal;}
.clear{height:0px;line-height:0px;font-size:0px;overflow:hidden;clear:both;}
a { text-decoration:none}
a:link {color: #666; text-decoration:none;}
a:visited {color: #666;text-decoration:none;}
a:hover {color: #e75001; text-decoration:underline; text-decoration:none}

/*草案征集*/
.searchCondition select {font-size:16px; height:40px;line-height:40px;border:1px solid #e5e5e5;border-radius:5px;color:#555}
.searchCondition input {font-size:16px; height:40px;line-height:40px;border:1px solid #e5e5e5;border-radius:5px;color:#555}
.searchCondition select:focus {
    outline: none;
}
.searchCondition input:focus {
outline:none;
}

.searchCondition .btnsubmit {
    font-size: 18px;
    width: 80px;
    height: 36px;
    background-color: #fe8b01;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border: none;
}

.searchCondition .btnreset {
    font-size: 18px;
    width: 80px;
    height: 36px;
    background-color: #fff;
    line-height: 36px;
    text-align: center;
    color: #333;
    border: 1px solid #ccc;
}
.xxgkSearh{ display:block; width:100%; height:auto;}
.xxgkSearh_title{ display:block; width:100%; height:44px; line-height:44px; background:url(http://www.xuhui.gov.cn/Nimages/xxgk2018/fgw_dot.png) left bottom repeat-x;}
.xxgkSearh_title span{ display:block; float:left;/* width:10%;*/ height:42px; line-height:42px; border-bottom:2px solid #ea0000; font-size:18px; color:#1843ae; font-weight:bold; text-align:center;padding:0 1%;}
.xxgkSearh_cont{ display:block; width:100%; height:auto;}
.xxgkSearh_cont li{ display:block; width:100%; padding:10px 2%; height:90px; line-height:45px;font-size:18px; border-bottom:1px dashed  #e5e5e5;}
.xxgkSearh_cont li a{ display:block; float:left;}

.xxgkSearh_cont li .row {width:100%;float:left;color:#aaa;font-size:14px;line-height:24px;padding:0 15px;}
.xxgkSearh_cont li .row span {display:block;width:49%;float:left; }
.xxgkSearh_cont li .row span font {width:20%;display:inline-block;
    }

.turnpage{ display:block; width:100%; margin:15px 0; text-align:right;}
.turnpage span{ padding:5px 10px; background-color:#e5e5e5; cursor:pointer; margin-left:0.3%;}
#turnpage_now{ background-color:#6e95f9; color:#fff;}


/*互动交流*/
.hdjl{ display:block; width:81.8%; padding:40px 9%; height:auto; border:1px solid #e5e5e5; margin-top:50px; position:relative;}
.hdjl_title{ display:block; width:10%; height:40px; background-color:#fe8b01; font-size:16px; color:#fff; text-align:center; line-height:40px; position:absolute; left:3%; top:-20px;}
.data1 td{ font-size:18px; color:#666; height:60px; line-height:60px;}
.data1 td .input1{ font-size:18px; color:#666; width:95%; height:32px; line-height:32px; border:1px solid #bbbbbb;}

.data2 td{ font-size:18px; color:#666; line-height:60px;}
.data2 td .input2{ font-size:18px; color:#666; width:95%; height:auto; border:1px solid #bbbbbb; margin-top:14px;}
.data2 td .input1{ font-size:18px; color:#666; width:95%; height:32px; line-height:32px; border:1px solid #bbbbbb;}

.submit{ display:block; width:15%; height:36px; line-height:36px;}
.submit a:link,.submit a:visited{ display:block; width:100%; height:36px; line-height:36px; text-align:center; background-color:#fe8b01; color:#fff;}
.submit a:hover{ display:block; width:100%; height:36px; line-height:36px; text-align:center; background-color:#e60012; color:#fff;}
.red {color:#e75001;}


.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}

/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}




