@charset "utf-8";
.lb {
    width: 1300px;
    margin: 0px auto;
    float: none;
    background: #fff;
    clear:both;
    position: relative;
    overflow: hidden;
    margin-top :20px;
    padding:20px 20px;
}
.left{float:left;}
.right{float:right;}
.list {}

.list_box1 {
    width: 300px;
}

.title_er {
    display: block;
    font-size: 16px;
    color: #00447C;
    border-bottom: 1px #CCCCCC solid;
    height: 30px;
    line-height: 30px;
    margin-top: 0px;
    font-weight: 900;
}

.list_box1 dl dd {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin-bottom: 10px;
}

.list_box1 dl dd a {
    background: #f2f0f0;
    text-align: center;
}

.list_box1 dl dd a:hover {
    background: #2965a4;
    color: #fff;
}

.list_box1 dl dd a {
    display: block;
    width: 100%
}
.list_box1 .ztree ul li {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 14px;
    text-align: left;
    white-space: nowrap;
    outline: 0;
}

.list_box2 {
    width: 900px;
}

.list_more a {
    color: #656565;
    font-size: 12px;
    font-weight: 100
}

.list_box2 ul li {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #CCCCCC dotted;
}

.page {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    height: 45px;
    padding-top: 10px;
    margin-top: 20px;
     margin-bottom: 10px;
}

.page a {
    font-size: 12px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    color: #5c6d7e;
    BACKGROUND-COLOR: #ecf0f1;
    TEXT-DECORATION: none;
    border: 1px solid #acb4b5;
    cursor: pointer;
    FONT-FAMILY: "Lucida Sans Unicode", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
}

.page a:hover {
    background: #b7001d;
    color: #fff;
}

.page a.cu {
    background: #FF6600;
    color: #fff;
}

.page a.no {
    background: #ecf0f1;
    color: #999999;
}

.zTreeDemoBackground{height:350px;}
.mar_bottom {
    margin-bottom: 20px;
}


 .ztree {
    overflow: auto;
    height: 350px;
}

.li_ico {
    color: #dd0000;
    margin-right: 5px;
}
.date {
    float: right;
    color: #999;
    font-size: 12px;
}
.list_box2 ul li a {
    width: 700px;
    overflow: hidden;
    display: block;
    height: 45px;
    line-height: 45px;
}