
/* 左侧菜单 */
.ewb-menu{
	margin-top: 10px;
    background: #fff;
}

.ewb-menu-hd {
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    background: #e5eefb;
}

.ewb-menu-tt {
    float: left;
    background: url('../images/public_hd_bg.jpg') right center no-repeat #0094ff;
}

.ewb-menu-tt a {
    display: block;
    padding-right: 38px;
    height: 33px;
    font-size: 16px;
    color: #fff;
    padding-left: 42px;
}

.wb-border{
    border:1px solid #ddd;
}

.wb-subbg{
    background:url(../images/wbsubbg.jpg) center bottom no-repeat;
}
.wb-menu-bd{
    height: 559px;
}

.wb-tree-tt{
   color:#333;
   display: block;
}
.wb-tree-node,
.wb-tree-sub a{
    display:block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    cursor: pointer;
    border-bottom:1px solid #ddd;
    background: #fff;
}

.wb-tree-node:hover{
	background: #d9ebff;
}

.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{
    background-color:#519ff4;
    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;
}

/* 右侧 */

.ewb-info{
	border: 1px solid #ddd;
	background: #fff;
	margin-top: 10px;
}

.ewb-location{
	border-bottom: 1px solid #a4c0e4;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	padding-left: 16px;
}

.ewb-red{
	color: #ff0000;
}

.ewb-location a{
	color: #333;
}

.ewb-blue{
	color: #006fc5;
}
.ewb-info-bd{
	padding: 10px 15px 0 15px;
	min-height: 547px;
	
}
.ewb-info-bd-single{
	padding: 10px 15px 0 15px;
   /*  height: 547px; */
        min-height: 547px;
    overflow-x: scroll;
    /* width: 800px; */
    white-space: nowrap;
}

.ewb-info-item {
    line-height: 30px;
    font-size: 14px;
    vertical-align: top;
}

.ewb-info-item a {
    display: block;
    color: #333;
    float: left;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 8px;
    background: url('../images/info_icon.jpg') left center no-repeat;
}

.ewb-date {
    float: right;
    color: #666;
}

.ewb-info-item:hover a {
    color: #ff0000;
    background-image: url('../images/info_iconh.jpg');
}

.ewb-info-item:hover .ewb-date {
    color: #ff0000;
}

/* 分页 */

.ewb-page {
    text-align: center;
}

.ewb-page-items {
    margin-top: 20px;
    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: #0030cc;
}

.ewb-page-li.current {
    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: 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: 979px){
    .ewb-info-bd,
    .wb-menu-bd{
        padding-bottom: 10px;
        height: auto;
        background: none;
    }
}