/* 重置css文件 */
@import "reset.css";
/* @import "fonts.css"; */


/* 左侧导航栏 */
#leftSide {
    width: 260px;
    background-color: white;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

#leftSide .waveBg {
    width: 100%;
    height: 200px;
    background-color: #1F88DD;
}

#leftSide .head {
    width: 120px;
    height: 120px;
    display: block;
    font-size: 0;
    margin: -60px auto 0 auto;
}

#leftSide .head .logo {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 5px white solid;
    box-sizing: border-box;
}

#leftSide .sitName {
    width: 100%;
    height: 25px;
    font-size: 18px;
    font-family: HanziPen SC, HanziPen SC-Bold;
    font-weight: 700;
    text-align: center;
    color: #0d0033;
    line-height: 25px;
    margin: 30px 0 25px 0;
}

#leftSide .linkModule li {
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-family: HanziPen SC, HanziPen SC-Regular;
    font-weight: 400;
    text-align: center;
    color: #161616;
    line-height: 20px;
    margin-top: 15px;
}

#leftSide .linkModule li.active {
    font-family: HanziPen SC, HanziPen SC-Bold;
    font-weight: 700;
}

#leftSide .linkModule li a:hover {
    border-bottom: 1px #1F88DD solid;
    font-family: HanziPen SC, HanziPen SC-Bold;
    font-weight: 700;
    color: #1F88DD;
    padding-bottom: 1px;
}

#leftSide .linkSplit {
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 14px;
    color: #0d0033;
    margin-top: 20px;
    font-family: HanziPen SC, HanziPen SC-Regular;
    font-weight: 400;
    line-height: 20px;
}

#leftSide .linkSplit a:hover {
    border-bottom: 1px #1F88DD solid;
    font-family: HanziPen SC, HanziPen SC-Bold;
    font-weight: 700;
    color: #1F88DD;
    padding-bottom: 1px;
}

#leftSide .linkThird {
    height: 36px;
    margin-top: 65px;
    text-align: center;
}

#leftSide .linkThird img {
    width: 36px;
    height: 36px;
    margin: 0 6px;
}

/* 右侧内容区域 */
#rightContent {
    position: absolute;
    left: 260px;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    scroll-behavior: auto;
}


#contentArea {
    width: 100%;
    min-height: 92%;
}

#rightContent .bottomTip {
    height: 8%;
    color: #0d0033;
    position: relative;
}

#rightContent .bottomTip a {
    width: 100%;
    height: 20px;
    display: block;
    font: 14px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    text-align: center;
}

#rightContent .bottomTip a:hover {
    text-decoration: underline;
    color: #1F88DD;
    padding-bottom: 1px;
}

/* 底部导航 */
#guidePage {
    width: 100%;
    height: 34px;
    text-align: center;
    line-height: 34px;
    padding: 60px 0;
}

#guidePage a {
    display: inline-block;
    margin: 0 10px;
}

#guidePage a.default {
    width: 20px;
    height: 30px;
    border-radius: 4px;
    font-size: 14px;
    margin-top: 2px;
    margin-bottom: 2px;
    color: white;
    font-weight: 400;
    background-color: #afafaf;
}

#guidePage a.active {
    width: 24px;
    height: 34px;
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #1F88DD;
}

#guidePage a.first,a.last {
    font-size: 16px;
    font-family: Hannotate SC, Hannotate SC-Bold;
    font-weight: 700;
    color: #afafaf;
    margin: 0 30px；
}

#guidePage a.isClick{
    color: #1F88DD;
}

#guidePage a.omit{
    margin: 0 20px;
}

