﻿/**!
 * 中国许昌-政务公开二级
 * author: wangkai;
 */


/* main */

.ewb-main-part {
    padding-top: 0;
}

.ewb-location {
    padding-bottom: 15px;
    padding-top: 15px;
}


/* 左侧 */

.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: 0px solid #94202d;
    border-bottom: 0;
    text-align: center;
}

.ewb-menu-hd.one {
    left: -1px;
}

.ewb-menu-hd.two {
    left: 33%;
    display:none;
}

.ewb-menu-hd.three {
    right: -1px;
    display:none;
}

.ewb-menu-tt {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #94202d;
}

.ewb-menu-tt.current {
    /* color: #94202d;
    background-color: #fff; */
    width: 200px;
}

.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-bak {
    padding-top: 7px;
    height: 842px;
    border-top: 2px solid #94202d;
}
.ewb-right {
    padding-top: 7px;
    height: 842px;
    border-top: 2px solid #1786e1;
}

.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: rgba(255, 230, 230, 0.31);
}

.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: 14%;
    left: 26%;
    padding: 5px 0;
    border: 2px solid #94202d;
    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: 66%;
    text-align: left;
    color: #3f3f3f;
}

.ewb-drop-detail ul li.long p {
    width: 83%;
}

@media (max-width: 979px) {
    .ewb-catalog-table table {
        font-size: 12px;
    }
    .ewb-drop-detail ul li {
        line-height: 22px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-drop-detail ul li {
        width: 100%;
    }
    .ewb-drop-detail ul li p, .ewb-drop-detail ul li.long p {
        width: 76%;
    }
}

@media (max-width: 767px) {
    .table-responsive {
        width: 100%;
    }
    .ewb-catalog-table table {
        margin: 0 auto;
        width: 726px;
    }
    .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: #94202d;
}

.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;
}

/* 0715新增 */
.ewb-location p {
	padding-left: 37px;
	color: #666;
	background: url(../images/location_ico.png) 13px center no-repeat;
}
.ewb-location p span {
    color: #65a708;
}
.ewb-location p a {
    color: #666;
}
.ewb-cm-tt {
    color: #c73a0d;
    border-bottom: 2px solid #94202d;
    float: left;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    color: #94202d;
}