﻿/**!
 * 中国许昌-通用二级页
 * 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-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;
}

/*20221227左侧栏目菜单三级*/
.wb-three-subs{
	padding-left: 20px;
	padding-right: 20px;
    background: #f0f0f0;
}
.wb-three-subs li{
	border-bottom:1px solid #ffffff;
}
.wb-three-subs li >a{	
    background: #f0f0f0;
	font-size:14px;
	line-height:30px;
	height:30px;
}