/**!
 * 许昌市建设局二级
 * author: shenyh;
 */


/* 左侧 */

.ewb-menu {
    border: 1px solid #ebebeb;
    background: url(../images/left-bg.jpg) left bottom no-repeat #fff;
}

.ewb-menu-hd {
    height: 26px;
    padding-top: 10px;
    background: url(../images/left-hd-icon.png) 14px 9px no-repeat #ed6756;
    border-bottom: 1px solid #dbe1e4;
}

.ewb-menu-tt {
    padding-left: 44px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.ewb-menu-bd {
    min-height: 650px;
    overflow: hidden;
}

.wb-tree-items {
    margin-top: 5px;
    cursor: pointer;
}

.wb-tree-items>a {
    display: block;
    height: 44px;
    line-height: 44px;
    padding-left: 50px;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    background: url(../images/left-icon.png) 20px 12px no-repeat #eef4f7;
}

.wb-tree-items>a:hover {
    color: #EB0101;
}

/* 右侧 */

.ewb-home {
    height: 28px;
    line-height: 28px;
    padding-left: 16px;
    color: #FF7E00;
    border: 1px solid #e7e7e7;
    background-color: #f7f7f7;
}

.ewb-home a {
    color: #FF7E00;
}

.ewb-home .cur {
    color: #ed503b;
}

.ewb-sub-hd {
    border: 1px solid #ebebeb;
    border-top: 2px solid #ed503b;
    background-color: #f9f9f9;
    height: 30px;
}

.ewb-sub-hd a {
    display: block;
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    border-right: 1px solid #dcdcdc;
    color: #333;
    background: url(../images/subtt.jpg) repeat-x;
}

.ewb-sub-bd {
    min-height: 615px;
    border: 1px solid #ebebeb;
    border-top: none;
    background-color: #fff;
    overflow: hidden;
}

.ewb-news {
    margin: 10px 10px 0 10px;
}

.ewb-news-tt {
    height: 32px;
    line-height: 32px;
    border-left: 2px solid #EB0101;
    background-color: #f3f3f3;
    padding-left: 10px;
}

.ewb-news-tt a {
    font-weight: bold;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #ed1d00;
}

/* 信息列表 */
.ewb-sub-bd .wb-data-item{
	padding-top: 0;
	padding-left: 0;
}
.ewb-sub-bd .wb-data-list {
    line-height: 28px;
    border-bottom: 1px dashed #dbdbdb;
    background: url("../images/slistimg.jpg") 5px center no-repeat;
}

.ewb-sub-bd .wb-data-date {
    margin-top: -28px;
    padding-right: 0;
}

.wb-data-list:hover .wb-data-infor a {
    color: #EB0101;
}


/* 适老化 */
 
.oldModel .ewb-menu-hd {
    height: 40px;
    background: url(../images/left-hd-icon.png) 14px 15px no-repeat #ed6756;
}
.oldModel .ewb-home {
    height: 40px;
    line-height: 40px;
}
.oldModel .ewb-sub-hd {
    height: 40px;
    line-height: 40px;
}
.oldModel .ewb-sub-hd a {
    height: 40px;
    line-height: 40px;
}
.oldModel .ewb-sub-bd {
    padding-bottom: 10px;
}