/*秒过首页*/
Body{
    width:100%;
    height:100%;
    font-weight: 500;
    justify-content: flex-start;
    font-size:16px;
    font-family: Arial,sans-serif;
}

.top{
    width:100%;
    min-height: 35px;
    background-image: url('../images/headerbg.gif');
}
.topLine{
    width:1px;
    background-color: #666;
    height:20px;
    border-right:1px solid #fff;
}

.top1{
    color:#4977b4;
    flex:1;
    font-size:16px;
    width:200px;
    text-align: center;
}
.top2{
    width:300px;
    font-size:16px;
}

.main{
    width:100%;
    align-items: flex-start;
    border-bottom: 1px solid #999;
}

.menu{
    width:100%;
    background-image: url('../images/headerbg.gif');
    color:#4977b4;
    height:23px;
    text-align: left;
    border-bottom: 1px solid ;
    justify-content: flex-start;
}
.menu1{
    margin-left: 20px;
}

.tree{
    width:220px;
    font-size:16px;
}

.mainLine{
    width:12px;
    background-color: #ccc;
    line-height:782px;
    font-size:16px;
    color:#999;
    cursor: pointer;
    text-align: center;
}

#treeRight{
    display: none;
}

.main1{
    flex:1;
}

.iframeCss{
    width:100%;
    overflow-y: scroll;
}