body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin: 0; padding: 0;}
    a {
        text-decoration:none;
        color: #333;
        outline: none;
    }
    ul {
        list-style:none;
    }
    
    .mainContent {
    position: relative;
    zoom: 1;
    width: 770px;
    float: right;
}
.mainBox {
    padding: 20px 30px;
    overflow: hidden;
    background-color: white;
    border-radius: 5px;
}
.mainBox .mHd {
    margin-top: 16px;
    height: 34px;
    line-height: 34px;
    border-bottom: 2px solid #eee;
}
.mainBox .mHd h3 {
    position: relative;
    z-index: 1;
    width: auto;
    float: left;
    margin: 0 10px -1px 0;
    padding: 0 18px 1px;
    height: 34px;
    line-height: 34px;
    font-size: 16px;
    border-bottom: none;
   color:#2d66a5;
}

.mainBox .mBd {
    padding: 20px 0 0;
    overflow: hidden;
}
.nodePageList {
    overflow: hidden;
}
.nodePageList li {
    width: 50%;
    float: left;
    margin: 0 0 10px;
    padding: 0 10px;
    box-sizing: border-box;
}
.nodePageList li a {
    display: block;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.nodePageList li a:hover {
    text-decoration: none;
       border: 1px solid #006dac;
    background: #2D66A5;
    color: white;
}
}
.hgsjnav ul{
    overflow: hidden;
}

.hgsjnav a{
    float: left;
    width: 200px;
    background: #fff;
    color: #2D66A5;
    font-weight: bold;
    text-align: center;
    margin-right: 4px;
cursor: pointer;
}
.hgsjnav .hover{
    color: white;
    background-color: #2D66A5;
cursor: pointer;
}