@charset "UTF-8";

/* CSS Document */


/*----------------------------------列表页----------------------------------*/

.header {
    height: 133px;
    background-image: url(../images/topred.png);
    background-repeat: no-repeat;
}

.header_xdhsfx {
    height: 89px;
    background-image: url(../images/xdhsfx.jpg);
    background-repeat: no-repeat;
}

.header_prsxjd {
    height: 89px;
    background-image: url(../images/prsxjd.jpg);
    background-repeat: no-repeat;
}

.header_wlsxjd {
    height: 89px;
    background-image: url(../images/wlsxjd.jpg);
    background-repeat: no-repeat;
}

.header_kjsxjd {
    height: 89px;
    background-image: url(../images/kjsxjd.jpg);
    background-repeat: no-repeat;
}

.main {
    padding: 19px;
}

.m_left {
    width: 270px;
    border: 1px solid #ddd;
    background: #fbfbfb;
    padding: 20px 0;
    height: 561px;
    overflow-y: scroll;
    margin-right: 18px;
}

.m_right {
    width: 950px;
    border: 1px solid #ddd;
    background: #fbfbfb;
}

.curPositon {
    border-bottom: 1px solid #ddd;
    height: 40px;
    line-height: 44px;
    margin: 0 20px;
}

.welc {
    width: 1920px;
    height: 1000px;
    position: relative;
}

.box {
    height: 547px;
    padding-bottom: 10px;
    overflow-y: scroll;
    margin: 4px 0 0 20px;
}


/*树形菜单*/

.CNLTreeMenu {
    font-size: 14px;
    color: #666;
}

.CNLTreeMenu a {
    color: #666;
}

.CNLTreeMenu img.s {
    cursor: pointer;
    vertical-align: middle;
}

.CNLTreeMenu a:hover {
    text-decoration: none;
}

.Closed ul {
    display: none;
}

.Child img.s {
    background: none;
    cursor: default;
}

.all {
    margin-left: 18px;
}

#CNLTreeMenu3 ul {
    margin: 10px 0 0 17px;
}

#CNLTreeMenu3 ul li {
    margin: 0 0 10px 0;
}

#CNLTreeMenu3 img.s {
    width: 30px;
    height: 18px;
}

#CNLTreeMenu3 .Opened img.s {
    background: url("../images/opened.gif") no-repeat left top;
}

#CNLTreeMenu3 .Closed img.s {
    background: url("../images/closed.gif") no-repeat left top;
}

#CNLTreeMenu3 .Child img.s {
    background: url("../images/child.gif") no-repeat left top;
    width: 16px;
}

.login_box {
    position: fixed;
    z-index: 9999;
    width: 400px;
    height: 200px;
    background: #fff;
    top: 200px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.login_box .ipt {
    height: 23px;
    border: 1px solid #ddd;
    width: 200px;
    line-height: 23px;
}

.login_box span {
    display: block;
    width: 60px;
    float: left;
    font-size: 14px;
    line-height: 23px;
    text-align: right;
}

.login_box li {
    margin-top: 10px;
}

.login_box h3 {
    height: 30px;
    line-height: 30px;
    color: #666;
    padding-left: 10px;
    font-size: 16px;
    background: #ddd;
}

.login_ipt {
    padding: 20px 0 0 50px;
}

.submit,
.close_ipt {
    display: block;
    float: left;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #666;
    background: #ccc;
    border-radius: 3px;
    margin: 10px 5px 0 60px;
    cursor: pointer;
}

.close_ipt {
    margin-left: 0;
}

.submit:hover,
.close_ipt:hover {
    background: #eee;
    color: #666;
    text-decoration: none;
}

.body_con {
    display: none;
}
