﻿html {
    color: #000;
    background: #FFF;
}

blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: auto;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:after, q:before {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    font-family: "Microsoft YaHei";
    font-size: 14px;
    /* color: #333333; */
    background: url('../images/sub_bg.jpg') center top no-repeat #dfebf9;
    min-width: 1280px;
}

button, input, select, textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

code, kbd, pre, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after, .clearfix:before {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.row {
    margin-left: -20px;
    *zoom: 1;
}

.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0;
}

.row:after {
    clear: both;
}

[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
}

.container {
    margin: 0 auto;
    width: 1100px;
}

.span1 {
    float: left;
    width: 36px;
}

.span2 {
    float: left;
    width: 92px;
}

.span3 {
    float: left;
    width: 148px;
}

.span4 {
    float: left;
    width: 204px;
}

.span5 {
    float: left;
    width: 260px;
}

.span6 {
    float: left;
    width: 316px;
}

.span7 {
    float: left;
    width: 372px;
}

.span8 {
    float: left;
    width: 428px;
}

.span9 {
    float: left;
    width: 484px;
}

.span10 {
    float: left;
    width: 540px;
}

.span11 {
    float: left;
    width: 596px;
}

.span12 {
    float: left;
    width: 652px;
}

.span13 {
    float: left;
    width: 708px;
}

.span14 {
    float: left;
    width: 764px;
}

.span15 {
    float: left;
    width: 820px;
}

/*双公示宽度*/
.span15-sgs {
    float: left;
    width: 900px;
}

.span16 {
    float: left;
    width: 876px;
}

.span17 {
    float: left;
    width: 932px;
}

.span18 {
    float: left;
    width: 988px;
}

.span19 {
    float: left;
    width: 1044px;
}

.span20 {
    float: left;
    width: 1100px;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-mt20 {
    margin-top: 20px;
}

.ewb-mt30 {
    margin-top: 30px;
}

input, button {
    font-family: "Microsoft YaHei";
    outline: 0;
}


/* 子页面通用样式 */

.ewb-container {
	margin: 0 auto;
	width: 1194px;
}

.ewb-top {
    height: 171px;
    background: url('../images/top_x_s.png') repeat-x;
}

/* logo */

.ewb-logo {
    float: left;
    margin: 65px 0 0 4px;
    width: 122px;
    height: 65px;
}

/* nav */

.ewb-nav {
    float: left;
    margin: 63px 0 0 30px;
}

.ewb-nav li {
    float: left;
    vertical-align: top;
}

.ewb-nav-node {
    margin: 0 12px;
}

.ewb-nav-name {
    float: left;
    padding: 15px 12px 0 12px;
    height: 52px;
    line-height: 52px;
    font-family: "Microsoft YaHei";
    font-size: 24px;
    color: #fff;
}

.ewb-nav-name:hover,
.ewb-nav-name.current {
    background: url('../images/nav_n_bg.png') repeat-x;
}

.ewb-nav-sx {
    margin-top: 23px;
    width: 1px;
    height: 36px;
    background: url('../images/nav_sx.png');
}

/* search */

.ewb-search {
    float: right;
    margin-top: 84px;
    width: 315px;
    height: 40px;
}

.ewb-sh-txt {
    float: left;
    padding-left: 10px;
    width: 246px;
    height: 40px;
    line-height: 40px;
    border: 0;
    border-radius: 3px 0 0 3px;
    font-family: "Microsoft YaHei";
}

.placeholder {
    color: #999;
}

.ewb-sh-btn {
    float: left;
    width: 59px;
    height: 40px;
    border: 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
    background: url('../images/sh_btn.png') center center no-repeat #c01a1b
}

.ewb-sh-btn:hover {
    background-color: #f39800;
}

/* footer */

.ewb-footer {
    height: 175px;
    border-top: 4px solid #d9dadb;
    background-color: #42464a;
    position: relative;
}

.ewb-footer-content {
    padding: 46px 0 0 158px;
    line-height: 28px;
    color: #fff;
}

.ewb-footer-icon {
    position: absolute;
    display: block;
    left: 50%;
}

.ewb-fi1 {
    top: 57px;
    margin-left: -600px;
    width: 80px;
    height: 80px;
}

.ewb-fi2 {
    top: 59px;
    margin-left: 316px;
    width: 51px;
    height: 57px;
}

.ewb-fi3 {
    top: 69px;
    margin-left: 488px;
    width: 110px;
    height: 55px;
}

.ewb-footer-icon img {
    display: block;/* 
    width: 100%;
    height: 100%; */
}

/* 当前位置 */

.ewb-location {
    padding: 24px 0 20px 0;
    line-height: 32px;
}

.ewb-location p {
    padding-left: 50px;
    color: #666;
    background: url(../images/location_ico.png) 20px center no-repeat;
}

.ewb-location a {
    color: #666;
}

.ewb-location span {
    color: #c01a1b;
}

/* 左右距离 */

.ewb-pl20 {
    padding-left: 20px;
}

.ewb-pr20 {
    padding-right: 20px;
}

/* 左侧树 */

.wb-tree-items {
    margin-top: 10px;
}

.wb-tree-items:first-child {
    margin-top: 0;
}

.wb-tree-tt {
    color: #c01a1b;
    font-size: 16px;
}

.wb-tree-node {
    display: block;
    height: 44px;
    line-height: 44px;
    padding-left: 57px;
    border: 1px solid #dc7d7e;
    background: url(../images/tree_ico.png) 29px center no-repeat #ffe9e9;
}

.wb-tree-iconl {
    float: right;
    margin: 16px 14px 0 0;
    width: 12px;
    height: 12px;
    *margin-top: -28px;
    background: url("../images/stab_ico.png");
}

.current .wb-tree-tt {
    color: #fff;
}

.current .wb-tree-node {
    border: 1px solid #c01a1b;
    background: url(../images/tree_ico_cur.png) 29px center no-repeat #c01a1b;
}

.current .wb-tree-iconl {
    /*background: url("../images/stab_ico_cur.png");*/
}

.wb-tree-sub {
    display: none;
    padding: 12px 0 5px 0;
}

.wb-three-node {
    margin-top: 10px;
    height: 27px;
    line-height: 27px;
    border-radius: 12px;
    padding-left: 88px;
    background: url(../images/tree_ico_sub.png) 58px center no-repeat #e8e8e8;
}

.wb-tree-item:first-child .wb-three-node {
    margin-top: 0;
}

.wb-three-tt {
    font-size: 14px;
    color: #333;
}

.wb-three-tt.current {
    color: #c01a1b;
}

.wb-tree-subicon {
    float: right;
    margin: 7px 32px 0 0;
    width: 12px;
    height: 12px;
    *margin-top: -20px;
    background: url("../images/stab_ico_sub.png");
}

.wb-tree-item.current .wb-three-tt {
    color: #c01a1b;
}

.wb-tree-item.current .wb-tree-subicon {
    background: url("../images/stab_ico_sub_cur.png");
}

.current .wb-tree-sub {
    display: block;
}

.wb-four-sub {
    display: none;
    padding: 4px 0 3px 0;
}

.wb-tree-item.current .wb-four-sub {
    display: block;
}

.wb-four-sub>li {
    line-height: 32px;
    vertical-align: top;
    background: url(../images/tree_dian.jpg) 90px center no-repeat;
}

.wb-four-sub>li>a {
    padding-left: 100px;
    font-size: 14px;
    color: #333;
}

.wb-four-sub>li>a:hover, .wb-four-sub>li>a.current {
    color: #c01a1b;
}

/* 下载中心 */

.ewb-download-center {
    margin-top: 10px;
    display: block;
}

.ewb-download-center img {
    display: block;
    width: 100%;
}


/* 栏目公共样式 */

.ewb-column-hd {
    height: 44px;
    border-top: 2px solid #d9d9d9;
    background-color: #f7f7f7;
}

.ewb-column-tt {
    float: left;
    margin-top: -2px;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    border-top: 2px solid #d9d9d9;
    font-size: 16px;
    color: #333;
}

.ewb-column-tt.current {
    font-weight: bold;
    border-top: 2px solid #c01a1b;
}

/* 公共列表样式 */

.ewb-list-node {
    padding-left: 11px;
    height: 35px;
    line-height: 35px;
    vertical-align: top;
    background: url(../images/list_dian.png) left center no-repeat;
}

.ewb-list-node:hover {
    background: url(../images/list_dian_hover.png) left center no-repeat;
}

.ewb-list-name {
    float: left;
    width: 75%;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-list-date {
    float: right;
    color: #999;
}

.ewb-list-node:hover .ewb-list-name, .ewb-list-node:hover .ewb-list-date {
    color: #c01a1b;
}

/* 分页 */

.ewb-page {
    text-align: right;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 14px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
    margin: 0 3px 6px;
    padding: 0 10px;
}

.ewb-page-li.current>a {
    border: 0;
    color: #c01a1b;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
}

.ewb-page-num {
    *width: 60px;
}

.ewb-page-li.ewb-page-num>span {
    padding: 0 5px;
    font-weight: bold;
}

.ewb-page-input {
    width: 38px;
    height: 24px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 24px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-hover {
    *width: 60px;
}

.ewb-page-go {
    margin-left: 2px;
}

.ewb-page-hover:hover>a, .ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 6px;
}

.ewb-page-goto {
    margin-right: 0;
}

.ewb-page-li.ewb-page-goto>span {
    padding: 0 6px 0 0;
    text-align: right;
}

.ewb-page-inpt {
    margin-left: -2px;
}

.ewb-page-li.ewb-page-ellipsis>span {
    padding: 0 17px 0 16px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #555;
}

/* subnav */

.ewb-subnav {
	height: 95px;
}

.ewb-logoname {
	float: left;
	margin: 34px 0 0 20px;
	width: 421px;
	height: 35px;
}

.ewb-nav-link {
	float: right;
	margin: 36px 10px 0 0;
	height: 32px;
	line-height: 32px;
}

.ewb-nav-link a {
	float: left;
	margin-left: 30px;
	padding-left: 34px;
	font-size: 18px;
	color: #000;
}

.ewb-nl-ico1 {
	background: url('../images/nl_ico1.png') left center no-repeat;
}

.ewb-nl-ico2 {
	background: url('../images/nl_ico2.png') left center no-repeat;
}

.ewb-nl-ico3 {
	background: url('../images/nl_ico3.png') 2px center no-repeat;
}

.ewb-nl-ico4 {
	background: url('../images/nl_ico4.png') 2px center no-repeat;
}

/* 子页内容 */

.ewb-content {
	padding-top: 10px;
	background: url('../images/content_bg.png') repeat;
}

.ewb-content-box {
	margin: 0 10px;
	/* padding: 10px 0; */
	background-color: #fff;
}

/*住建微博标题*/
.ewb-article-tt {
    line-height: 42px;
    text-align: center;
    font-size: 24px;
}

/* 咨询投诉保障制度 */

.ewb-bzzd {
    padding: 44px 40px 94px 40px;
    border: 1px solid #d9d9d9;
}

.ewb-bzzd-tt {
    padding-bottom: 20px;
    line-height: 44px;
    text-align: center;
    border-bottom: 2px solid #efeeee;
    font-size: 24px;
}

.ewb-bzzd-info {
    margin-top: 29px;
}

.ewb-bzzd-content {
    line-height: 30px;
    text-indent: 2em;
}

.ewb-letter-sh {
    float: right;
}

.ewb-letter-shbtn {
    float: right;
    margin: 7px 20px 0 0;
    width: 56px;
    height: 30px;
    border: 0;
    color: #fff;
    cursor: pointer;
    background-color: #ffae00;
}

.ewb-letter-shbtn:hover {
    background-color: #ff7e00;
}

.ewb-letter-shtxt {
    float: right;
    margin-top: 7px;
    padding-left: 13px;
    width: 177px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d4d4d4;
    border-right: 0;
}


.ewb-info-table {
    margin-top: 20px;
    width: 100%;
    table-layout: fixed;
}

.ewb-twd1 {
    width: 30%;
}

.ewb-twd2 {
    width: 6%;
}

.ewb-twd3 {
    width: 22%;
}

.ewb-info-table th {
    height: 46px;
    text-align: center;
    font-weight: bold;
    background-color: #ffe9e9;
}

.ewb-info-table td {
    height: 47px;
    text-align: center;
    border-bottom: 1px dashed #d9d9d9;
}

.ewb-info-table tbody tr:first-child td {
    padding-top: 7px;
}

.ewb-info-table td a,
.ewb-info-table td span {
    display: block;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-info-table td a {
    width: 92%;
    padding-left: 15px;
    text-align: left;
}

.ewb-info-table tbody tr:hover a,
.ewb-info-table tbody tr:hover span {
    color: #c01a1b;
}

.ewb-page {
    margin-top: 20px;
}


.ewb-mail-detail {
    width: 100%;
}

.ewb-mail-detail td {
    border: 1px solid #d9d9d9;
}

.ewb-mail-tt {
    background-color: #ffe9e9;
}

.ewb-mail-tt label {
    display: block;
    margin-right: 15px;
    text-align: right;
}

.ewb-mail-content {
    padding: 11px 17px;
    line-height: 22px;
}

.ewb-mail-content span {
    display: block;
}

#DirectorPage{padding: 15px 20px;text-align: right;color: #ccc;clear: both; font-size:12px;}
#DirectorPage a{display: inline-block;color: #4c4c4c;display: inline-block;height: 20px;	line-height: 20px;	padding: 3px 10px;border:#dfdfdf 1px solid;	margin: 0 2px;vertical-align: middle;font-size: 12px;border-radius: 4px;}
#DirectorPage a:hover{text-decoration: none;border: 1px solid #428bca;}
#DirectorPage span.current{display: inline-block;height: 20px;line-height: 20px;padding: 4px 10px;margin: 0 2px;color: #fff; background:#3b89c8;border-radius: 4px;vertical-align: middle;}
#DirectorPage span.disabled{display: inline-block;height: 20px;line-height: 20px;padding: 3px 10px;margin: 0 2px;	color: #bfbfbf;background: #f2f2f2;border: 1px solid #bfbfbf;vertical-align: middle;}
#DirectorPage span.pagecount{padding: 0 10px;font-size: 12px;color: #999999;margin-right: -30px;vertical-align:middle;}
#DirectorPage span.countYe{color: #4C4C4C;font-size: 12px;margin-left: 30px;vertical-align:middle;}
#DirectorPage span.countYe input{outline: none;border: 1px solid #ddd;height: 20px;padding: 3px 10px;width: 25px;margin: 0 5px; vertical-align:middle;}
#DirectorPage a.turndown{padding: 3px 10px;}



/* 政策法规分类 */
.ewb-zcfgfl{float:right;height:28px;margin-top:8px;margin-right:20px;}