/*默认样式*/

.body_con {
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0;
}

#tipPaneNode #pre,
#tipPaneNode #next {
    float: right;
    margin-right: 20px;
}


.body_left {
    width: 320px;
    height: 640px;
    display: inline-block;
    vertical-align: top;
    background: #333951;
    position: relative;
    font-size: 18px;
    color: #fff;
    overflow: auto;
}


.body_right {
    width: calc(100% - 320px);
    height: 640px;
    /*display: inline-block;*/
    /*vertical-align: top;*/
    background: #f3faff;
    font-size: 18px;
    /*color: #999;*/
    /*text-align: center;*/
    /*line-height: 900px;*/
    border: 1px solid #151b32;
    float: right;
    overflow: auto;
}

.body_right p {
    font-family: 宋体;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.body_right .p1 {
    font-size: 26px;
    text-align: center;
}

.body_right .p2 {
    text-indent: 30px;
}


/*  top  */
/* top 陈鹏 */
#navigation {
    max-width: 1024px;
    margin: 0 auto;
}

/* top 插件 */
.hl_nav {
    background-color: #A90105;
    position: relative;
    color: #ffffff;
    min-width: 1200px;
    height: 50px;
}

.hl_nav a {
    display: block;
    text-decoration: none;
}

.hl_nav .nav_list {
    margin: 0 auto;
    width: 1024px;
    z-index: 2;
    padding: 0;
    list-style: none;
    overflow: hidden;
    height: 50px;
}

.hl_nav .nav_list > li {
    padding: 0;
    float: left;
    margin: 0;
    width: 10%;
    text-align: center;
    height: 50px;
}

.hl_nav .nav_head {
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 16px;
    position: relative;
}

.hl_nav .nav_list > li > ul {
    position: absolute;
    width: auto;
    height: 40px;
    top: 50px;
    z-index: 2;
    padding: 0;
    margin: 0;
    line-height: 40px;
    list-style: none;
    overflow: hidden;
    display: none;
}

.hl_nav .nav_list > li.active {
    background-color: #870003;
}

.hl_nav .nav_list > li:hover {
    background-color: #870003;
}

.hl_nav .nav_list > li:hover > ul {
    display: block;
}

.hl_nav .nav_list:hover {
    height: 90px;
}

.hl_nav .nav_list:hover + .shade {
    display: block;
}

/* top end */

/* title */
#titlePaneNode {
    width: 100%;
    max-height: 100px;
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 8px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    left: 0;
    top: 0;
    border: 2px dotted rgba(255, 255, 255, 0);
}

#titlePaneNode a {
    text-decoration: none;
}

#chnTitleLabelNode {
    font-size: 40px;
    font-family: 楷体;
    color: rgb(169, 1, 5);
    cursor: pointer;
}

#engTitleLabelNode {
    font-size: 18px;
    font-family: 'Times New Roman';
    color: rgb(175, 175, 175);
    cursor: pointer;
}

#tipPaneNode {
    padding: 8px 8px 0px;
    width: 100%;
    max-height: 100px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    left: 0;
    top: 0;
    border: 2px solid rgba(255, 255, 255, 0);
}

#tipPaneNode span {
    font-size: 18px;
    font-family: 'Times New Roman';
    /*color: rgb(175, 175, 175);*/
    cursor: pointer;
}

/* title end */

