/**!
 * 中国许昌-通用二级页
 * author: wangkai;
 */


/* main */

.ewb-main-part {
    padding-top: 0;
}


/* 左侧 */

.ewb-left {
    min-height: 720px;
    border: 1px solid #e5e5e5;
    background: url(../images/menu_pic.jpg) center bottom no-repeat;
}

.ewb-menu-hd {
    margin: -1px -1px 0 -1px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #015293;
}

.ewb-menu-tt {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.wb-tree {
    padding: 15px 15px 0 15px;
	height: 400px;
    overflow: auto;
}

.wb-tree-items {
    margin-bottom: 12px;
}

.wb-tree-item {
    cursor: pointer;
    margin-bottom: 2px;
}

.wb-tree-tt {
    color: #2885cc;
}

.wb-tree-node, .wb-tree-sub a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 15px;
    color: #2885cc;
    font-weight: bold;
    padding-left: 20px;
    background-color: #e6f4ff;
    white-space:nowrap; 
    overflow:hidden; 
    text-overflow:ellipsis;
}

.wb-tree-iconr {
    float: right;
    width: 15px;
    height: 13px;
    margin-top: 12px;
    margin-right: 15px;
    background: url(../images/wblistr.png) no-repeat;
}

.wb-tree-sub {
    display: none;
    padding-top: 2px;
}

.wb-tree-item>a {
    font-weight: normal;
    color: #333;
    background-color: #f0f0f0;
}

.wb-tree-item>a:hover {
    background-color: #ffecc2;
}

.wb-tree-item .last {
    margin-bottom: 0;
}

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

.current .wb-tree-node {
    background-color: #129be2;
}

.current .wb-tree-iconr {
    width: 13px;
    height: 15px;
    margin-right: 16px;
    margin-top: 11px;
    background: url(../images/wblistrh.png) no-repeat;
}

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

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-menu-tt {
        font-size: 14px;
    }
    .wb-tree-node, .wb-tree-sub a {
        font-size: 13px;
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .ewb-left {
        height: auto;
        background: none;
    }
    .ewb-menu-tt {
        font-size: 13px;
    }
    .wb-tree-node, .wb-tree-sub a {
        font-size: 12px;
    }
}

/* 右侧 */



.ewb-right {
    padding-top: 7px;
    min-height: 688px;
    border-top: 2px solid #015293;
}

/* 公共标题样式 */

.ewb-cm-hd {
    height: 33px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.ewb-cm-hd.h281 {
    height: 281px;
}

.ewb-cm-tt {
    float: left;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #5d5d5d;
    position: relative;
}

.ewb-cm-tt.notice-ml {
    margin-left: 26px;
}

.ewb-tab-icon {
    display: none;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -5px;
    width: 9px;
    height: 5px;
    background: url(../images/tab_icon.png);
}

.ewb-cm-tt.current {
    color: #015293;
    border-bottom: 2px solid #015293;
}

.ewb-cm-tt.current .ewb-tab-icon {
    display: block;
}

.ewb-drop-hd {
    height: 34px;
    line-height: 34px;
    position: relative;
}

.ewb-drop-hd.has-border {
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #e5e5e5;
}

.ewb-drop-tt {
    float: left;
    padding-left: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #5d5d5d;
}

.ewb-drop-tt.current {
    color: #015293;
    background: url(../images/tt_icon.jpg) left center no-repeat;
}

.ewb-drop-tt.work-left {
    margin-left: 18px;
}

.ewb-sub-hd {
    height: 32px;
    line-height: 32px;
    border-bottom: 2px solid #015293;
    position: relative;
}

.ewb-sub-tt {
    float: left;
    padding: 0 14px;
    font-size: 16px;
    font-weight: bold;
    color: #5d5d5d;
}

.ewb-sub-tt.current {
    color: #015293;
}

/* 公共列表样式 */



/* 信息列表 */
.ewb-list {
    padding-top: 7px;
}

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

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

.ewb-nodate .ewb-list-name {
    width: 100%;
}

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

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


.ewb-info-list {
    padding: 12px 5px 12px 0;
}
.ewb-info-list  p{
	line-height:25px;
}
/* 分页 */

.ewb-page {
    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;
}

@media (max-width: 767px) {
    .ewb-right {
        margin-top: 10px;
    }
    .ewb-list-name {
        width: 60%;
    }
}


/* 新增css样式 开始 */

@media (max-width: 767px) {
    .ewb-left {
        min-height: auto;
    }
    .wb-tree {
        height: auto;
    }
}

/* 结束 */


/* 0213 */
.ewb-zyhd ul li h3 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
}

.ewb-zyhd ul li h3 a {
    color: #515151;
}

.ewb-zyhd ul li p {
    font-size: 16px;
    line-height: 34px;
    text-indent: 2em;
}

.ewb-zyhd ul li p span {
    float: right;
    font-size: 14px;
}

.ewb-more{
    display: block;
    text-align: right;
    margin-right: 25px;
    font-size: 14px;
    color: #cb0100;
    margin-top: 6px;
}


.jiceng-card span {
	display: inline-block;
	min-width: 360px;
	color: #888;
	font-size: 0.9375em;
	line-height: 2em;
}
.jiceng-card span.single-row {
	display: inline-block;
	min-width: 100%;
	color: #888;
	font-size: 0.9375em;
	line-height: 2em;
}
.jiceng-card span:before {
	content: attr(label) "：";
}
.content-wrap .jiceng-card {
	border: 1px solid #E2EBF6;
	background-color: #F8FCFE;
	padding: 12px 24px;
}
.content-wrap .jiceng-card span {
	width: 49%;
}

.span5{
	width: 20% !important;
}
.span15{
	width: 76.7% !important;
}