header {
    width: 100%;
    height: 60px;
    background-color: #0CBAA0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
}

.centerContent {
    width: 100%;
 /*210403   width: 1200px;*/
 margin: 0 auto;
}

.logo {
    float: left;
    display: block;
    margin-right: 38px;
}

.centerContent .mainTitle {
    float: left;
    font-size: 18px;
    line-height: 60px;
    color: #FFFFFF;
}

.quick_entry {
    float: right;
    width: 682px;
    margin-top: 16px;
}

.quick_entry p {
    float: left;
    color: #FFFFFF;
    line-height: 30px;
}

.quick_entry ul li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.quick_entry ul li a {
    display: block;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    color: #333333;
    background: #B6DBD5;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.quick_entry ul li a:hover {
    background: #ffffff;
}

.backHome {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    margin-left: 43px;
}

.main {
    width: 100%;
 /*210403   width: 1200px;*/
 margin: 0px auto;
}

.navLayer {
    width: 100%;
    /* height: 40px; */
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(22, 22, 22, 0.18);
    margin-top: 80px;
    margin-bottom: 15px;
}

.navLayer ul {
    width: 100%;
 /*210403   width: 1200px;*/
    margin: 0 auto;
}

.navLayer ul li {
    list-style: none;
    float: left;
    font-size: 20px;
    margin-right: 10px;
    line-height: 40px;
}

.navLayer ul li a {
    color: #666666;
}


/*修改日期：2020-9-23
修改人：陈良爱
修改内容：新增滚动条样式*/

.digitalLibLeftNav {
    /* position: relative; */
    float: left;
    width: 306px;
    height: 100%;/*642px;*/
    overflow-y: auto;
    box-sizing: border-box;
    background: #364150;
}


/*修改日期：2020-9-23
修改人：陈良爱
修改内容：新增滚动条样式*/

.digitalLibLeftNav::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px #364150;
    border-radius: 6px;
    background-color: #364150;
}

.digitalLibLeftNav::-webkit-scrollbar {
    width: 6px;
    background-color: #364150;
}

.digitalLibLeftNav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px #7E8591;
    background-color: #7E8591;
}


/*-------------------------------*/


/*修改日期：2020-9-23
修改人：陈良爱
修改内容：width,margin-bottom,height,overflow*/

.digitalLibList {
    margin-left: 7px;
    margin-top: 7px;
    margin-bottom: 7px;
    height: auto;
    overflow: hidden;
}

.digitalLibList .listTitle {
    color: #CBCBCB;
    height: 30px;
    line-height: 32px;
    font-size: 16px;
    background: url(../images/booksTitleIcon.png) 6px 6px #5C6675 no-repeat;
    padding-left: 30px;
    margin-top: 2px;
    margin-bottom: 2px;
    cursor: pointer;
}

.digitalLibList .listTitle.tCurr {
    color: #ffffff;
    background: url(../images/booksTitleIcon.png) 6px 6px #0BB99F no-repeat;
}

.secondLevel {
    display: none;
}

.digitalLibList a {
    position: relative;
    display: block;
    width: 272px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px;
    padding-left: 26px;
    background: url(../images/booksListIcon.png) 8px 7px #2A3442 no-repeat;
    color: #CBCBCB;
    font-size: 14px;
}

.digitalLibList a:hover {
    color: #53C3B3;
    background: url(../images/booksListIconCurr.png) 8px 7px #2A3442 no-repeat;
}

.digitalLibList a.aCurr {
    color: #53C3B3;
    background: url(../images/booksListIconCurr.png) 8px 7px #2A3442 no-repeat;
}

.digitalLibList a.aCurr i {
    background: url(../images/booksListIconCurr.png) no-repeat;
}

.digitalLibList a.aCurr:hover i {
    background: url(../images/booksListIconCurr.png) no-repeat;
}

/*修改日期：2020-9-27
修改人：陈良爱
修改内容：digitalLibContent背景修改*/

.digitalLibContent {
    float: left;
    /*margin-left: 5px;*/
    width: calc(100% - 326px);
    /* 210403 width: 868px;*/
    /* 210403 height: 100%; *//*610px;*/
    background: url(../images/contentBg.png) left top no-repeat;
    padding: 5px 0px 5px 5px;
    background-size: cover;
}


/*
.digitalLibContent {
    float: left;
    margin-left: 20px;
    width: 856px;
    height: 610px;
    background: #EDEDED;
    padding: 16px 0px 16px 16px;
}
*/

/*新加样式*/


/*数字图书馆入口首页面*/

.digital_Lib_Banner {
    width: 100%;
    height: 352px;
}

.contentBox {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: url(../images/contentBg.png) 0 -100px no-repeat;
    background-size: cover;
}

.mainBox {
    /*n 210403 width: 100%;*/ 
    width: 1200px;
 margin: 0px auto;
}

.moreResource2 {
    color: #53C3B3;
}

.moreResource {
    font-size: 16px;
    font-weight: normal;
    line-height: 40px;
}

.moreResource i {
    margin-right: 5px;
}

.moreResource i img {
    vertical-align: top;
    margin-top: 5px;
}

.moduleBox {
    position: relative;
    float: left;
    width: 300px;
    height: 166px;
}

.moduleBox a {
    color: #FFFFFF;
}

.moduleTitle {
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    /* transition: bottom .3s; */
    transition: ease-in-out 0.3s;
}

.moduleBox:hover p {
    font-size: 18px;
    font-weight: bold;
}

.blueBg {
    background: rgb(84, 196, 179);
}

.grayBg {
    background: #4E4E4E;
}

.bottomPos {
    position: absolute;
    bottom: 0;
}

.topPos {
    position: absolute;
    bottom: 0;
}


/* .moduleHover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 166px;
} */

.moduleBox a:hover p.moduleTitle {
    height: 166px;
    line-height: 166px;
}


/*banner样式*/

.bannerPc {
    text-align: center;
    height: 352px;
}

.bannerPc ul,
.bannerPc li {
    margin: 0;
    padding: 0;
    list-style: none
}

.bannerPc a {
    display: block
}

.bannerPc img {
    /* max-width: 100%; */
    vertical-align: middle
}

.banner-osSlider {
    width: 100%;
    height: 352px;
    margin: 0 auto
}

.banner-osSlider .slider-btn-prev,
.banner-osSlider .slider-btn-next {
    position: absolute;
    z-index: 99;
    cursor: pointer;
    width: 40px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background: url(../images/slide_bPc.png) no-repeat;
    text-indent: -9999px;
    overflow: hidden;
    visibility: hidden
}

.banner-osSlider:hover .slider-btn-prev,
.banner-osSlider:hover .slider-btn-next {
    visibility: visible
}

.banner-osSlider .slider-btn-prev {
    left: 50px;
    background-position: 0 0
}

.banner-osSlider .slider-btn-next {
    right: 50px;
    background-position: -40px 0
}

.banner-osSlider .slider-nav {
    position: absolute;
    z-index: 99;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center
}

.banner-osSlider .slider-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    background: #fff;
    opacity: .5;
    box-sizing: border-box;
    vertical-align: middle;
    text-indent: -9999px;
    overflow: hidden;
    margin: 0 5px
}

.banner-osSlider .slider-nav li.active {
    width: 34px;
    height: 10px;
    background: #54C4B3;
    border-radius: 5px;
    opacity: 1;
}

.banner-osSlider .cvNode img {
    max-width: none
}

.maskBox {
    position: absolute;
    z-index: 88;
    width: 100%;
    height: 352px;
    background: rgba(0, 0, 0, .31);
}

.digital_Lib_bannerTxt {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    margin-left: -119px;
    margin-top: -35.3px;
}