body {
    background: #ddd;
    margin: 0 auto;
    font: normal 14px/1.2 'Helvetica Neue', 'Arial'
}

* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

/* Pre hide sections with JavaScript on
--- */
h3 + div {
    display: none;
}

/* Event example
--- */
pre#event-log {
    /*background: #fafacc;*/
    padding: 10px;
    display: block;
    margin: 0 auto;
    font-size: 16px;
}

/* 陳鵬自己設置 */
@font-face {
    font-family: 'ipa';
    src: url('../fonts/IpaP_20121103.ttf') format('truetype');
}

fieldset {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 10px;
}

fieldset legend {
    margin-left: 20px;
}

table {
    width: 950px;
    height: 60px;
    border: 1px solid #000000;
    border-collapse: collapse;
    text-align: center;
    margin: 0 auto;
}

table thead {
    background-color: #EEEEEE;
}

table td {
    border: 1px solid #000000;
    font-size: 18px;
    font-family: ipa;
}

table td a {
    text-decoration: none;
}

.container {
    width: 1024px;
    margin: 0 auto;
    margin-top: 15px;
    position: relative;
}

.container:after {
    content: '';
    display: block;
    clear: both;
}

.container > div {
    float: left;
}

.container .input {
    position: relative;
    width: 300px;
    height: 44px;
    border-top: #ccc solid 1px;
    border-right: none;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-radius: 4px 0 0 4px;
    margin-top: 40px;
}

.container .input > input {
    outline: none;
    border: none;
    padding: 0 80px 0 10px;
    margin: 0;
    height: 44px;
    width: 210px;
    color: #333;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
}

.container .input > input::-webkit-input-placeholder {
    color: #999;
}

.container .search {
    width: 89px;
    height: 46px;
    background-color: #08f;
    background-image: url("../images/search.png");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    margin-top: 40px;
}

#titlePaneNode {
    margin: 8px;
    padding: 8px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    left: 0;
    top: 0;
    border: 2px dotted rgba(255, 255, 255, 0);
    float: left;
    margin-right: 20px;
}

#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;
}

#main_container {
    background-color: #FFFFFF;
    /* height: 675px; */
    height: 780px;
    max-width: 1024px;
    margin: 0 auto;
}

/* footer 可以作为一个范本 2022 10 31 陈鹏 */
.min_1380 {
    min-width: 1380px;
    margin: 0 auto;
}

.w_1380 {
    width: 1380px;
    margin: 0 auto;
}

.footer {
    background-color: #3e3e3e;
    color: #a7a7a7;
    font-size: 12px;
    text-align: center;
    line-height: 2em;
    margin: 0 auto;
}

.footer .footer {
    padding: 1.5em 0;
}

.footer a {
    color: #a7a7a7;
}

.footer a:hover {
    color: #fff;
}

.footer p {
    padding: 0;
    margin: 0 auto;
}
/* footer 结束 */

/* top 导航 开始 */
/* top 陈鹏 */
#navigation {
    max-width: 1024px;
    margin: 0 auto;
}

.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 导航结束 */


/* 新手风琴伸缩框css开始 */
.tree {
    width: calc(100% - 2px);
    height: 630px;
    /* height: 100%; */
    border: 1px solid #2c3b41;
    background-color: #FFFFFF;
    overflow: auto;
}

.tree .item .title {
    text-decoration: none;
    width: 100%;
    height: 20px;
    line-height: 20px;
    display: block;
    padding: 10px 0;
    color: #000000;
    font-family: ipa, 宋体;
    font-size: 20px;
    font-weight: bolder;
    position: relative;
    border-top: 1px solid #c6d8f0;
    border-bottom: 1px solid #c6d8f0;
}

.tree .item .title span {
    margin-left: 30px;
}

.tree li a.title:hover {
    background-color: #f7f7f7;
}

.tree .item .title b {
    position: absolute;
    left: 10px;
    transition: all ease 0.6s;
}

.up {
    transform: rotate(0deg);
}

.down {
    transform: rotate(180deg);
}

.tree .p_item {
    width: 970px;
    margin: 0 auto;
}

.tree .p_item a.title {
    padding: 3px 0 0 10px;
    color: white;
    box-sizing: border-box;
    /*width: 150px;*/
    height: 30px;
    display: block;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6);
}
/* 新手风琴伸缩框css结束 */
