/**!
 * 襄城县二级页
 * author: xuyang;
 * date:2017-04-10
 */


/* left */

.ewb-left {
    min-height: 601px;
    background-color: #fff;
}

.ewb-left.letter{
   margin-left:-10px;
}

.ewb-left-hd {
    height: 34px;
    line-height: 34px;
    background-color: #fbe9e5;
}

.ewb-left-tt {
    display: block;
    width: 110px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: url(../images/left_hd_bg.jpg) repeat-x;
}

.ewb-left-bd {
    min-height: 665px;
    border: 1px solid #ddd;
    background: url(../images/left_bd.jpg) 1px bottom no-repeat;
}

.ewb-left-letter-bd{
    min-height: 748px;
    border: 1px solid #ddd;
    background: url(../images/left_bd.jpg) 1px bottom no-repeat;
}
.wb-tree-tt {
    color: #333;
}

.wb-tree-node, .wb-tree-sub a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
}

.wb-tree-iconl {
    float: left;
    width: 14px;
    height: 10px;
    margin-top: 13px;
    margin-left: 20px;
    margin-right: 10px;
    background: url(../images/wblist.png) no-repeat;
}

.wb-tree-iconr {
    float: right;
    width: 7px;
    height: 12px;
    margin-top: 12px;
    margin-right: 12px;
    background: url(../images/wblistrh.png) no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
    padding-left: 44px;
    font-size: 12px;
    background-color: #f6f6f6;
}

.wb-tree-item>a:hover {
    font-weight: bold;
    background-color: #eb4417;
    color: #fff;
}

.current .wb-tree-iconr {
    width: 12px;
    height: 7px;
    margin-top: 15px;
    margin-right: 10px;
    background: url(../images/wblistr.png) no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.current .wb-tree-tt {
    font-weight: bold;
}

/* right */

.ewb-right {
    min-height: 699px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.ewb-right-letter {
    height: 780px;
    border: 1px solid #ddd;
    background-color: #fff;
}

.ewb-r-hd {
    padding-left: 15px;
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #a4c0e4;
}

.ewb-r-split {
    padding: 0 6px;
}

.ewb-r-col {
    color: #ff0000;
}

.ewb-r-hd a {
    color: #333;
}

.ewb-r-bd {
    padding: 10px 15px 0;
}

.ewb-com-item {
    height: 30px;
    line-height: 30px;
    vertical-align: top;
    background: url(../images/item_icon.jpg) left center no-repeat;
}

.ewb-com-item:hover {
    background: url(../images/item_iconh.jpg) left center no-repeat;
}

.ewb-com-block {
    margin-right: 80px;
    padding-left: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ewb-com-item a {
    color: #333;
}

.ewb-com-item span {
    margin-top: -30px;
    color: #666;
}

.ewb-com-item:hover a, .ewb-com-item:hover span {
    color: #ff0000;
}

/* 分页 */

.ewb-page {
   /* margin-top: 34px;*/
    text-align: center;
}

.ewb-page-items {
    margin-top: 10px;
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    min-width: 36px;
    *width: 36px;
    margin-right: 4px;
    font-size: 12px;
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
	line-height:22px;
}

.ewb-page-li>a {
    display: block;
    color: #555;
    height: 19px;
    line-height: 19px;
    padding: 0 8px;
    border: 1px solid #dfdfdf;
}

.ewb-page-li.current>a {
	margin-top:3px;
    border: 0;
    color: #0030cc;
}

.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: 19px;
    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;
}

/* 1125新增 */
.ewb-mb30 {
	margin-bottom: 30px;
}

.wb-tree-sub .wb-tree-items a{
padding-left: 35px;
}
/* old */
.oldModel .ewb-r-hd{height: 40px;line-height: 40px;font-size: 28px;}
.oldModel .ewb-r-hd span:nth-child(2){font-size: 28px !important;}
.oldModel .ewb-article-tt{font-size: 34px;}
.oldModel .ewb-article-content,.oldModel .ewb-article-content p{font-size: 28px !important;line-height: 1.5 !important;}
.oldModel .ewb-r-bd div:nth-child(3)>a div{font-size: 28px !important;width: 170px !important;height: 40px !important;}
.oldModel .ewb-left-hd{height: 48px;line-height: 48px;}
.oldModel .ewb-left-tt{font-size: 28px;background-size: 100% 100%;width: 140px;}

.oldModel .ewb-com-block{margin-right: 170px;}
.oldModel .ewb-com-item{font-size: 28px;height: 52px;line-height: 52px;}
.oldModel .ewb-com-item span{margin-top: -50px;}

.oldModel .ewb-page-li{font-size: 28px;line-height: 30px;}
.oldModel .ewb-page-li>a{height: 30px;line-height: 30px;font-size: 28px;}
.oldModel .ewb-page-input{height: 30px;line-height: 30px;}
.oldModel .ewb-page-li.ewb-page-noborder>span{height: 30px;line-height: 30px;}