﻿/**!
 * 中国&#36259;&#30475;&#51;&#54;&#53;&#97;&#112;&#112;&#19979;&#36733;&#95;&#51;&#54;&#53;&#98;&#101;&#116;&#29616;&#22330;&#28378;&#29699;&#95;&#51;&#54;&#53;&#29616;&#22312;&#36824;&#33021;&#23433;&#20840;&#25552;&#27454;&#21527;-政务公开二级
 * author: wangkai;
 */


/* main */

.ewb-main-part {
    padding-top: 0;
}

.ewb-location {
    padding-bottom: 3px;
}


/* 左侧 */

.ewb-left {
    padding-top: 47px;
    height: 802px;
    border: 1px solid #e5e5e5;
    position: relative;
}

.ewb-menu-hd {
    position: absolute;
    top: -1px;
    width: 33.3333333%;
    height: 39px;
    line-height: 39px;
    border: 1px solid #015293;
    border-bottom: 0;
    text-align: center;
}

.ewb-menu-hd.one {
    left: -1px;
}

.ewb-menu-hd.two {
    left: 33%;
    /* 0721修改,暂时隐藏 */
    display:none;
}

.ewb-menu-hd.three {
    right: -1px;
    /* 0721修改,暂时隐藏 */
    display:none;
}

.ewb-menu-tt {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #015293;
}

.ewb-menu-tt.current {
    /* color: #015293;
    background-color: #fff; */
    color: #fff;
    background-color: #015293;
    width: 258px;
}

.ewb-menu-list {
    padding: 0 1px;
}

.ewb-menu-list li {
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    background: url(../images/menu_sx_middle.png) 8% center no-repeat;
}

.ewb-menu-list li.first {
    background: url(../images/menu_sx_top.png) 8% center no-repeat;
}

.ewb-menu-list li.end {
    background: url(../images/menu_sx_bottom.png) 8% center no-repeat;
}

.ewb-menu-name {
    display: block;
    padding-left: 36%;
    color: #333;
    background: url(../images/file_icon.jpg) 26% center no-repeat;
}

.ewb-menu-list li:hover, .ewb-menu-list li.current {
    background-color: #dfedfc;
}

/* 新增 */
.ewb-zd{
	height: 790px;
	overflow: hidden;
    margin-top:20px;
    display:none;
}

.ewb-nb{
	height: 790px;
	overflow: hidden;
    margin-top:20px;
    display:none;
}

.ewb-zc{
	height: 790px;
	overflow: hidden;
    margin-top:20px;
    display:none;
}

.table-responsive{
	overflow: hidden;
}


@media (max-width: 979px) {
    .ewb-menu-name {
        font-size: 12px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-menu-tt {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .ewb-left {
        height: auto;
    }
    .ewb-menu-tt {
        font-size: 12px;
    }
    .ewb-menu-name {
        padding-left: 28%;
        background: url(../images/file_icon.jpg) 20% center no-repeat;
    }
    
   /*  新增 */
   .ewb-menu-hd {
       width: 100%;
    }
    .ewb-menu-tt.current {
        width: 100%;
    }
    
    .ewb-right {
        height: auto !important;
    }
    
      /* 新增 */
     .ewb-zd{
	  height:auto;
	  overflow: hidden;
      margin-top:20px;
      display:none;
   }
   
     .ewb-nb{
	  height:auto;
	  overflow: hidden;
      margin-top:20px;
      display:none;
   }
   
     .ewb-zc{
	  height:auto;
	  overflow: hidden;
      margin-top:20px;
      display:none;
   }

    
}


/* 右侧 */

.ewb-right {
    padding-top: 7px;
    height: 842px;
    border-top: 2px solid #015293;
}

.ewb-catalog-btn {
    float: right;
    margin: 0 5px 0 8px;
    width: 7%;
    height: 28px;
    font-weight: bold;
    color: #fff;
    background-color: #006cc3;
    border: 0;
    cursor: pointer;
}

.ewb-catalog-input {
    float: right;
    padding-left: 7px;
    width: 23%;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5;
}

.ewb-tt-label {
    float: right;
    margin-right: 2px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    color: #505050;
}

@media (max-width: 979px) {
    .ewb-catalog-btn, .ewb-catalog-input, .ewb-tt-label {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .ewb-catalog-btn {
        width: 15%;
    }
    .ewb-right {
        margin-top: 10px;
    }
}

.ewb-catalog-table {
    padding-top: 2px;
    position: relative;
    z-index: 900;
}

.ewb-catalog-table table {
    width: 100%;
    table-layout: fixed;
    font-size: 15px;
}

.ewb-catalog-table table th {
    height: 38px;
    text-align: center;
    font-weight: bold;
    background-color: #e3eef8;
}

.ewb-catalog-table table td {
    height: 36px;
    text-align: center;
}

.ewb-catalog-table table .ewb-even td {
    background-color: #f6f6f6;
}

.ewb-catalog-table table tbody tr:hover td {
    background-color: #f8f8e6;
}

.ewb-catalog-table table td span, .ewb-catalog-table table td a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-catalog-table table td a {
    color: #333;
    padding-left: 4%;
    text-align: left;
}

.ewb-has-detail:hover .ewb-infoname {
    color: #f00;
}

.ewb-drop-detail {
    display: none;
    position: absolute;
    right: 5%;
    left: 40%;
    padding: 5px 0;
    border: 2px solid #015293;
    background-color: #fff;
    z-index: 900;
}

.ewb-drop-detail ul {
    width: 100%;
}

.ewb-drop-detail ul li {
    float: left;
    width: 50%;
    *width: 49.5%;
    line-height: 24px;
    font-size: 12px;
    vertical-align: top;
}

.ewb-drop-detail ul li.long {
    width: 100%;
}

.ewb-drop-detail ul li label {
    float: left;
    width: 76px;
    text-align: right;
    font-weight: bold;
    color: #f00;
}

.ewb-drop-detail ul li p {
    float: left;
    width: 60%;
    text-align: left;
    color: #3f3f3f;
}

.ewb-drop-detail ul li.long p {
    /* width: 83%; */
}

@media (max-width: 979px) {
    .ewb-catalog-table table {
        font-size: 14px;
    }
    .ewb-drop-detail ul li {
        line-height: 22px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-drop-detail ul li {
        width: 50%;
    }
    .ewb-drop-detail ul li p, .ewb-drop-detail ul li.long p {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
    }
    .ewb-catalog-table table {
        margin: 0 auto;
    }
    .ewb-drop-detail {
        left: 1%;
        right: 1%;
    }
    .ewb-drop-detail ul li {
        width: 100%;
    }
    .ewb-drop-detail ul li label {
        width: 70px;
    }
    .ewb-drop-detail ul li p, .ewb-drop-detail ul li.long p {
        width: 74%;
    }
}


/* 分页 */

.ewb-page {
    margin-top: 15px;
    text-align: center;
}

.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;
}

.ewb-page-li.current>a {
    border: 0;
    color: #ff0000;
}

.ewb-page-li.ewb-page-noborder>span {
    display: block;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    border: 0;
    color: #666;
    font-family: "Simsun";
}

.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-hover>a {
    font-family: "Simsun";
}

.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;
}

/* 0721新增 */
/*.clearfix p {
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}*/
.clearfix p {
    overflow: hidden;
    text-overflow: ellipsis;
}

.showlistdisplay {
	display:none;
}

.ewb-website-item {
	line-height: 40px;
    width: 120px;
	height: 40px;
    background: url("../images/webicon.jpg") left center no-repeat;
	display: block;
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis;
}

.ewb-website-items {
    padding: 10px 0 16px 28px;
}

.ewb-website-itemsnew {
    padding: 10px 10px 16px 28px;
}

.ewb-website-item a {
	color: #333;
    padding-left: 10px;
    overflow: hidden;
}

.ewb-cm-ttsubpage {
	float: left;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    position: relative;
}

.ewb-cm-ttsubpage.current {
    color: #333;
    border-bottom: 2px solid #015293;
}

/* 0925新增 */
.ewb-catalog-inputnew {
    float: right;
    padding-left: 7px;
    width: 10%;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    margin-right: 7px;
    display:none;
}

.ewb-tt-labelnew {
    float: right;
    margin-right: 2px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    color: #505050;
    display:none;
}

.ewb-zcjdzjk{
	margin-left: 20px;
    cursor: pointer;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    color: #505050;
    display:none;
}

@media  (max-width: 560px) {
	.ewb-catalog-inputnew{
		display: none !important; 
	}
	.ewb-tt-labelnew{
		display:none !important;
	}	
	
}

@media  (max-width: 767px) {
	.ewb-scrqth{
		display: none !important; 
	}
	.ewb-xxmcth{
		width: 76% !important;
	}
	.ewb-scrqtd{
		display: none !important; 
	}
	
}

#dzywj{
	border-top: 2px solid #ccc;
}

#swwj{
	border-top: 2px solid #ccc;
}

#szfzddh{
	border-top: 2px solid #ccc;
}
.pstyle{
		width: 700px; 
		/* padding: 0px 60px 0px 60px;  */
		/*height: auto !important; */
		height: 300px; 
		min-height: 660px;
    	overflow: auto;
		overflow-x:hidden;
	}
	.pstyle p{
	    LINE-HEIGHT: 150%;
	    FONT-FAMILY: 宋体;
	    FONT-SIZE: 12pt;
		overflow:visible !important;
	    /* text-indent:2em */
	}
	#infocontent{
		background:white;
	}
	
	.ewb-info-tt {
    width: 730px;
    /* font-size: 32px; */
    text-align: center;
    margin: 0px;
    padding: 0px;
    margin-top: 38px;
    margin-bottom: 38px;
    color: #2d66a5;
    font-weight: 600;
    font-size: 32pt;
    font-family: 微软雅黑;
}
.zfxxgk_zdgkc .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    margin: 0 auto;
    text-align: center;
    background: #e7e7e7;
    float: left;
    margin-top: 10px;
    margin-left: 340px;
    margin-bottom: 22px;
}
.zfxxgk_zdgkc .more a {
    color: #333;
}

	
.zfxxgk_zdgktit {
    width: 100%;
    height: 33px;
    float: left;
    border-bottom: 2px solid #ccc;
}

.zfxxgk_zdgktit a {
    height: 33px;
    line-height: 31px;
    background-color: #2d66a3;
    display: block;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding: 0px 20px;
    min-width: 70px;
}

.ewb-list-node-new {
    padding-left: 11px;
    height: 30px;
    line-height: 30px;
    /* background: url(../images/dian.png) left center no-repeat; */
    vertical-align: top;
}
.ewb-list-namenew {
    float: left;
    width: 70%;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.zfxxgk_zdgkc {
    float: left;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 95%;
    padding: 0 20px;
}

.backwhite {
    display: block;
    overflow: auto;
    background: white;
    height: 964px;
    overflow-x: hidden;
}

.zfxxgk_ndbgct {
    width: fit-content;
    padding: 0 15px;
    height: 40px;
    background-color: rgb(45,102,165);
    /* float: left; */
    line-height: 40px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    font-family: "微软雅黑";
}
.nblist{
	cursor: default;
    width: 220px;
    float: left;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    padding-left: 15px;
    border-left: 2px solid #e8e8e8;
}
.nblist a {
    color: black;
}

.backwhite-new {
    background: white;
}