﻿/**!
 * 中国&#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%;
}

.ewb-menu-hd.three {
    right: -1px;
}

.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;
}

.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;
}

@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-right {
    padding-top: 7px;
}

.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;
}

.noborder td:hover{
	background-color:#FFF !important;
}

.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: 35%;
    padding: 5px 0;
    border: 2px solid #015293;
    background-color: #fff;
    z-index: 900;
    /* margin-left: 70px; */
}

.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: 66%;
    text-align: left;
    color: #3f3f3f;
}

.ewb-drop-detail ul li.long p {
    width: 83%;
}

@media (max-width: 979px) {
    .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: 600px) {
    .table-responsive {
        width: 100%;
    }
    .ewb-catalog-table table {
        margin: 0 auto;
      /*   width: 726px; */
         width: 100%;
    }
    .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%;
    }
    .wb-page-li{
       display:none;
    }
    .wb-page-family{
      display:block !important;
    }
    .current{
      display:block !important;
    }
     .ewb-xxname{
	  width:76%  !important;
    }
     .ewb-scrq{
       display:none !important;;
     }
      .ewb-xxnr{
         width:76%; 
     }
     .ewb-rqnr{
        display:none !important;;
     }
}


/* 分页 */

.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;
}


.span19{
width: 788px;	
}

/* 0710新增 */
.clearfix p{
    height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
}

.wb-page-li a{
	text-align: center  !important;;
}

/* 0925更新 */
.long p{
    width: 80% !important;
    height: auto;
    /* white-space: pre-wrap;
    overflow: hidden; */
}

.ewb-has-detail a{
	cursor: pointer;
}

/*0222更新*/

.ewb-xxname{
	width:63%; 
}

 .ewb-scrq{
    width:13%;	
 }
 
  .ewb-xxnr{
     width:63%; 
  }
  
  .ewb-rqnr{
     width:13%;	
  }
  

}