.homeBody {
    position: relative;
}
#carouselExampleIndicators{
    height: 840px;
}
/*头部标题公告样式*/
.pageTitleBox {
    position: relative;
    padding: 30px 0 20px 0;
    /*margin-bottom: 40px;*/
    text-align: center;
}
.chinese{
    display: none;
}
.pageTitle {
    font-size: 32px;
    font-weight: bold;
    color: #2e2020;
}

.pageTitle span {
    font-size: 32px;
    color: #a11823;
    font-weight: bold;
}

i{
    font-style: normal;
}
.pageTitleLine {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 56px;
    border-bottom: 4px solid #a11823;
}

/*第二页样式 新闻*/
.newsAnnoun {
    padding: 0 4.2vw 40px;
    background-color: #ffffff;
}

.newsAnnounContent {
    margin-top: 20px;
}

.newsAnnounContent .newsBox {
    padding: 30px 30px 14px;
    width: 32%;
    /*min-width: 400px;*/
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-top: 5px solid #a11823;
    border-radius: 8px;
}

.newsTitleBox {
    margin-bottom: 20px;
}

.newsTitleBox .newsTitle {
    font-size: 24px;
    font-weight: bold;
    color: #a11823;
}

.newsTitleBox .newsTitle span {
    font-size: 16px;
    color: #bfbfbf;
}

.newsTitleBox .moreNews a {
    font-size: 14px;
    color: #bfbfbf;
}

.newsTitleBox .moreNews .iconfont {
    font-size: 20px;
    color: #bfbfbf;
}

.newsTitleBox .moreNews:hover {
    color: #a11823;
}

.newsTitleBox .moreNews:hover .iconfont {
    color: #a11823;
}
.newsImgBox{
    position: relative;
}
.new-title{
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 495px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 18px;
    padding: 5px 20px;
    font-weight: 700;
}
.newsImgBox img {
    width: 100%;
    max-width: 495px;
    height: 242px;
}

.newsBox ul li {
    padding: 20px 0;
    border-bottom: 1px dashed #d9d9d9;
}

.newsContent {
    width: 80%;
    font-size: 16px;
    color: #2e2020;
    cursor: pointer;
}

.newsContent a:hover {
    color: #a11823;
    text-decoration: none;
}

.newsContent .icon-yuanxuankuang1 {
    margin-right: 3px;
    color: #a11823;
    font-weight: 700;
}

.newsContent a {
    font-size: 16px;
    color: #2e2020;
    cursor: pointer;
}
.nav-tabs .nav-link{
    border: none !important;
}
.newsTime {
    font-size: 14px;
    color: #999999;
}
.newsAnnoun ul.mobile-news-tabs{
    display: none;
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
    box-sizing: border-box;
    margin-top: 10px;
    border-bottom: 2px solid #A11823;
}
.newsAnnoun ul.mobile-news-tabs li{
    color: #666;
    padding: 8px 14px;
}
.newsAnnoun ul.mobile-news-tabs li.active{
    color: #FFFFFF;
    background: #A11823;
    border-radius: 4px 4px 0 0;
}
.mobile-news-tabs-box{
    display: none;
    /*position: relative;*/
}
/*.mobile-news-tabs-box .left_link{*/
/*    position: absolute;*/
/*    right: 0px;*/
/*    top: 8px;*/
/*    color: #CBCBCB;*/
/*}*/
.newsAnnounContent .newsBox:nth-child(2) {
    border-top: 5px solid #62a502;
}

.newsAnnounContent .newsBox:nth-child(2) .newsTitle,
.newsAnnounContent .newsBox:nth-child(2) .newsContent a:hover,
.newsAnnounContent .newsBox:nth-child(2) .moreNews:hover .iconfont,
.newsAnnounContent .newsBox:nth-child(2) .moreNews a:hover,
.newsAnnounContent .newsBox:nth-child(2) .newsContent .icon-yuanxuankuang1 {
    color: #62a502;
}

.newsAnnounContent .newsBox:nth-child(3) {
    border-top: 5px solid #097294;
}

.newsAnnounContent .newsBox:nth-child(3) .newsTitle,
.newsAnnounContent .newsBox:nth-child(3) .newsContent a:hover,
.newsAnnounContent .newsBox:nth-child(3) .moreNews:hover .iconfont,
.newsAnnounContent .newsBox:nth-child(3) .moreNews a:hover,
.newsAnnounContent .newsBox:nth-child(3) .newsContent .icon-yuanxuankuang1 {
    color: #097294;
}
.newsAnnounContent .newsBox.mobile-news-show{
    display: block;
}
/*第三页样式 数据库*/
.dataBase {
    padding: 0 4.2vw 60px;
}

.dataBaseContent .dataBaseBox {
    position: relative;
    padding: 20px 30px 33px;
    box-sizing: border-box;
    width: 32%;
    background-color: #ffffff;
    border-radius: 8px;
    border-bottom: 6px solid #e3e4e8;
}

.dataBaseContent .dataBaseBox:nth-child(2) {
    margin-top: 40px;
}

.dataBaseContent .dataBaseBox .dataBaseImgBox {
    position: absolute;
    right: 0;
    bottom: 10%;
}

.dataBaseContent .dataBaseBox .dataBaseMore a {
    margin-left: 27px;
    font-size: 16px;
    color: #a11823;
    cursor: pointer;
}

.dataBaseContent .dataBaseBox .dataBaseMore .iconfont {
    font-size: 26px;
    color: #a11823;
}

.dataBase .dataBaseContent .baseTitleImg {
    margin-right: 10px;
}

.dataBase .dataBaseContent .baseTitle {
    margin-bottom: 28px;
    padding-bottom: 5px;
    font-size: 24px;
    font-weight: bold;
    color: #2e2020;
    border-bottom: 1px solid #e0e0e0;
}

.dataBase .dataBaseContent .dataBaseBox ul li {
    padding-bottom: 20px;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
}
.dataBase .dataBaseContent .dataBaseBox ul li a {
    font-size: 16px;
    color: #666666;
}
.dataBase .dataBaseContent .dataBaseBox ul li:hover a {
    color: #a11823;
}
.dataBase .dataBaseContent .dataBaseBox ul li img {
    margin-left: 7px;
}

.dataBase .dataBaseContent .dataBaseBox ul li:before {
    content: "●";
    color: #a11823;
    margin-right: 14px;
    font-size: 20px;
}

.dataBaseContent .dataBaseBox .dataBaseMore:hover,
.dataBaseContent .dataBaseBox .dataBaseMore:hover .iconfont {
    color: #970f1a;
}

/*第四页样式 活动*/
.activityPage {
    position: relative;
    padding: 60px 4.2vw;
}

.activityPage .leftActBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 34%;
    height: 100%;
    background-color: #2e3339;
}

.activityPage .rightActBg {
    position: absolute;
    top: 0;
    right: 0;
    width: 66%;
    height: 100%;
    background-color: #890b0f;
}

.activityPage .activityBox {
    position: relative;
    z-index: 2;
    background-color: #ffffff;
    box-shadow: 0px 3px 32px 0px rgba(141, 141, 141, 0.15);
    border-radius: 8px;
}
.activityPage .activityBox .activityUl .activityLi {
    padding: 40px 40px 48px;
    width: 33.33%;
    height: 100%;
}

.activityPage .activityBox .activityUl .activityLi:nth-child(1) {
    width: 66.66%;
    border-right: 1px solid #e6e6e6;
}

/*.activityPage .activityBox .activityUl .activityLi:nth-child(2) {*/
/*    border-left: 1px solid #e6e6e6;*/
/*}*/

.activityPage .activityBox .activityTitleBox {
    margin-bottom: 20px;
}

.activityPage .activityBox .activityTitleBox .activityTitle {
    font-size: 32px;
    font-weight: bold;
    color: #202020;
}

.activityPage .activityBox .activityTitleBox .activityTitle .activityColor {
    font-size: 32px;
    font-weight: bold;
    color: #a11823;
}

.activityPage .activityBox .activityTitleBox .activityMore {
    cursor: pointer;
    font-size: 14px;
    color: #a11823;
}

.activityPage .activityBox .activityTitleBox .activityMore a{
    font-size: 14px;
    color: #a11823;
}

.activityPage .activityBox .activityTitleBox .activityMore .iconfont {
    font-size: 28px;
    line-height: 19px;
    color: #a11823;
}

.activityPage .activityBox .activityTitleBox .activityMore .iconfont a{
    color: #a11823;
}

.activityPage .activityBox .swiperBox {
    margin-top: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.activityPage .activityBox .swiperBox img {
    width: 100%;
}

.activityPage .activityBox .rucLibShow {
    cursor: pointer;
    box-sizing: border-box;
    padding: 15px 20px 18px 9px;
    border-bottom: 1px dashed #d9d9d9;
}

.activityPage .activityBox .rucLibShow .rucLibShowTitle {
    width: 100%;
    font-size: 16px;
    color: #202020;
    margin-bottom: 10px;
}

.activityPage .activityBox .rucLibShow .rucLibShowTitle a {
    font-size: 16px;
    color: #202020;

}
.activityPage .activityBox .rucLibShow .rucLibShowTitle a:hover{
    color: #a11823;
}
.activityPage .activityBox .rucLibShow .rucLibShowTitle .iconfont {
    color: #a11823;
    font-weight: 700;
    margin-right: 10px;
}

.activityPage .activityBox .rucLibShow span {
    padding-left: 25px;
    color: #999999;
}

.activityPage .activityBox .actCalendar .calendarBox,
.activityPage .activityBox .actCalendar .activityList {
    width: 50%;
}
.activityList .abstract{
    background-color: #FCF8F0;
    border-radius: 4px;
    color: #EA7400;
    font-size: 14px;
    line-height: 25px;
    padding: 20px;
}
.activityList .abstract p{
    font-size: 16px;
    display: flex;
    align-items: center;
}
.activityList .abstract p span{
    margin-left: 5px;
}
.activityList .abstract .abstract-content{
    color: #A59D9D;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* 控制显示行数 */
    overflow: hidden;
    text-overflow: ellipsis; /* 使用省略号表示多余部分 */
}
.activityPage .activityBox .actCalendar .activityList {
    padding-left: 40px;
}
.activityPage .activityBox .actCalendar .activityList ul{
    max-height: 610px;
    overflow-y: auto;
}
.activityPage .activityBox .actCalendar .activityList ul li {
    margin: 5px 0 40px 0;
}

.activetest{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.activePublic{
    /*display: flex;*/
}
.activityPage .activityBox .activityList .activityTime {
    position: relative;
    width: 80px;
    height: 80px;
    background-color: #f7ebec;
    border-radius: 4px;
    margin-right: 6px;
}
.activityPage .activityBox .activityList .activityTime .imgBox{
    position: absolute;
    top: -5px;
    left: 0;
}
.activityPage .activityBox .activityList .activityTime .activityDay {
    font-size: 30px;
    font-family: DDIN-Bold;
    color: #a11823;
}

.activityPage .activityBox .activityList .activityTime .activityMonth {
    font-size: 16px;
    font-family: DDIN-Bold;
    color: #a11823;
}

.activityPage .activityBox .activityList .activityContent {
    width: 68%;
    flex: 1;
}

.activityPage .activityBox .activityList .activityContent .activityName {
    padding-bottom: 2px;
    width: 100%;
    color: #202020;
    font-size: 16px;
    cursor: pointer;
}

.activityPage .activityBox .activityList .activityContent .activityName a{
    color: #202020;
    font-size: 16px;
}

.activityPage .activityBox .activityList .activityContent .activityName:hover a{
    color: #a11823;
}

.activityPage .activityBox .activityList .activityContent p {
    color: #999999;
    margin-top: 8px;
}

.activityPage .activityBox .activityList .activityContent p .iconfont {
    margin-right: 8px;
}

.activityPage .activitySwiperBox {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.activityPage .carousel-indicators {
    justify-content: flex-end;
    margin-right: 22px;
    margin-bottom: 25px;
}
.d-img{
    width: 100%;
    max-width: 495px;
    height: 242px;
}
.activityPage .carousel-indicators li {
    width: 10px;
    height: 10px;
    background: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.activityPage .swiperMaskBox {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 8px 16px;
    max-width: 495px;
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.35);
}

.activityPage .swiperMaskBox a{
    font-size: 16px;
    color: #ffffff;
}

.activityPage .swiperMaskBox .iconfont a{
    margin-right: 10px;
    font-size: 20px;
    color: #ffffff;
}

/*第五页 特藏*/
.specialReserBox {
    position: relative;
    padding: 40px 80px;

}
.specialReserContent{
    display: flex;
    overflow: auto;
}
.specialReserContent::-webkit-scrollbar{
    display: none;
}
.content_page{
    flex-shrink: 0;
    width: 100%;
}

.specialReserBox ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;

}
.specialReserBox ul li {
    position: relative;
    width: 19%;
    border-radius: 8px;
    overflow: hidden;
    flex-shrink: 0;
    margin: 0 5px 20px;
}

.specialReserBox ul li img {
    width: 330px;
    height: 220px;
}
.specialReserBox ul li .bottomMask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 27%;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    color: #ffffff;
}

.specialReserBox ul li .bottomMask a{
    font-size: 18px;
    color: #ffffff;
}
.left_special_arrow , .right_special_arrow{
    background: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    display: none;
}
.left_special_arrow i {
    font-size: 30px;
    color: #A11823;
}
.right_special_arrow i{
    font-size: 30px;
    color: #A11823;
}
.left_special_arrow{
    left: 45px;
}
.right_special_arrow{
    right: 85px;
}
@keyframes fullMaskShow {
    0% {
        top: 100%;
    }

    25% {
        top: 75%;
    }

    50% {
        top: 50%;
    }

    75% {
        top: 25%;
    }

    100% {
        top: 0%;
    }
}

.specialReserBox ul li .fullMask {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: rgba(137, 11, 15, 0.85);
    font-size: 18px;
    color: #ffffff;
}

.specialReserBox ul li .fullMask a{
    font-size: 18px;
    color: #ffffff;
}

.specialReserBox ul li:hover .bottomMask {
    display: none;
}

.specialReserBox ul li:hover .fullMask {
    animation: fullMaskShow 0.3s linear forwards;
}

/*第六页 新书推荐*/
.newBookRecom {
    background-color: #ffffff;
    position: relative;
}

.newBookRecom .newbookListBox {
    width: 91%;
    margin: 40px auto;
}

.newBookRecom .newbookListBox {
    /*padding: 0 42px;*/
    display: flex;
    overflow-x: auto;
}

.newBookRecom  .preBook,
.newBookRecom  .nextBook {
    position: absolute;
    top: 30%;
    /*display: none;*/
    background-color: #fff;
    cursor: pointer;
}

.newBookRecom  .preBook {
    left: 80px;
}

.newBookRecom  .iconfont {
    color: #A11823;
    font-size: 36px;
    cursor: pointer;
}

.newBookRecom  .nextBook {
    right: 80px;
}

.newBookRecom  .newbookListBox::-webkit-scrollbar{
    display: none;
}

.newBookRecom .newbookListBox ul {
    width: 100%;
    flex-shrink: 0;
    /*margin-right: 40px;*/
    padding: 0 30px;
}

.newBookRecom .newbookListBox ul li {
    width: 165px;
    margin-right: 20px;
    padding: 0 10px;
}
.newBookRecom .newbookListBox .newbookImg {
    border-radius: 8px;
    overflow: hidden;
    width: 160px;
    height: 184px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ebebeb;
}

.newBookRecom .newbookListBox .newbookImg img {
    max-width: 156px;
    max-height: 160px;
}

.newBookRecom .newbookListBox .newbookTitle {
    width: 100%;
    min-height: 50px;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #2e2020;
    cursor: pointer;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newBookRecom .newbookListBox .newbookTitle a {
    font-size: 16px;
    color: #2e2020;
}

.newBookRecom .newbookListBox ul li:hover .newbookTitle{
    color: #a11823;
}

.newBookRecom .newbookListBox .newbookAuthor {
    width: 100%;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newBookRecom .moreNewbookRecom {
    margin: 0 auto;
    width: 160px;
    height: 40px;
    border: 1px solid rgba(161, 24, 35, 0.5);
    border-radius: 2px;
    color: #a11823;
    cursor: pointer;
}

.newBookRecom .moreNewbookRecom a{
    color: #a11823;
}

.newBookRecom .moreNewbookRecom:hover a{
    background-color: #a11823;
    color: #ffffff;
}
.newBookRecom .moreNewbookRecom:hover{
    background-color: #a11823;
}
.newBookRecom .moreNewbookRecom:hover .iconfont {
    color: #ffffff;
}

.newBookRecom .moreNewbookRecom .iconfont {
    font-size: 28px;
    color: #a11823;
}

.newBookRecom .moreNewbookRecom .iconfont a{
    font-size: 28px;
    color: #a11823;
}

.newBookRecom {
    position: relative;
    padding-bottom: 160px;
}

.newBookRecom .newbookNumber {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 30px;
    width: 79%;
    background-color: #ffffff;
    transform: translate(-50%, 50%);
}
.newBookRecom .newbookNumber .icon-arrow-drop-right-line {
    font-size: 28px;
}

.newBookRecom .newbookNumber .rucLibNumberBox span {
    font-size: 14px;
    color: #a11823;
}

.newBookRecom .newbookNumber .rucLibNumber {
    margin-bottom: 40px;
}
.newBookRecom .newbookNumber .rucLibNumber .moreNumber a,
.newBookRecom .newbookNumber .rucLibNumber .icon-arrow-drop-right-line  {
    color: #212529;
}

.newBookRecom .newbookNumber .rucLibNumber:hover .moreNumber {
    cursor: pointer;
}

.newBookRecom .newbookNumber .rucLibNumber:hover .moreNumber a,
.newBookRecom .newbookNumber .rucLibNumber:hover .icon-arrow-drop-right-line {
    color: #a11823;
}

.newBookRecom .newbookNumber .rucLibNumberBox .numberColor {
    font-size: 50px;
    font-family: DDIN-Bold;
    color: #a11823;
    line-height: 1;
}

.newBookRecom .newbookNumber .rucLibNumberBox {
    margin-bottom: 25px;
}

.newBookRecom .newbookNumber p {
    text-align: center;
    color: #2e2020;
    font-size: 16px;
}

.bgBlack {
    height: 121px;
    background-color: #262626;
}

.datepicker-container {}

.datepicker-container .datepicker {
    width: 100%;
}

.datepicker-container .table-condensed {
    width: 100%;
}

.datepicker-container .datepicker .datepicker-days .table-condensed thead tr:nth-child(3) {
    height: 93px;
    border: 1px solid #d6d6d6;
    border-top: 10px solid #a11823;
    border-bottom: none;
}

.datepicker-container .datepicker .datepicker-days .table-condensed thead tr:nth-child(2) {
    height: 93px;
}

.datepicker-container .datepicker .datepicker-days .table-condensed thead tr:nth-child(3) th {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #202020;
}

.datepicker-container .datepicker .datepicker-days .table-condensed thead tr:nth-child(2) th {
    font-size: 32px;
    font-family: DDIN-Bold;
    font-weight: bold;
    color: #202020;
}

.datepicker-container .datepicker .datepicker-days .table-condensed thead tr:nth-child(2) .prev {
    color: #cccccc;
}

.datepicker-container .datepicker .datepicker-days .table-condensed thead tr:nth-child(2) .next {
    color: #cccccc;
}

.datepicker-container .datepicker .datepicker-days .table-condensed tbody tr td {
    font-size: 22px;
    font-family: DDIN-Bold;
    font-weight: 400;
}

.datepicker-container .datepicker .datepicker-days .table-condensed tbody tr {
    height: 50px;
}

.datepicker-container .datepicker .datepicker-days .table-condensed tbody tr .active {
    background-color: #a11823 !important;
    background-image: none;
}

.datepicker-container .datepicker .datepicker-days .table-condensed tbody {
    border: 1px solid #d6d6d6;
    border-top: none;
}
.hasData {
    position: relative;
}
.hasData:after {
    content: '';
    position: absolute;
    top:50%;
    left:50%;
    transform: translateY(14px) translateX(-50%);
    width:6px;
    height:6px;
    border-radius: 3px;
    background: #EA9A10;
}

.calendarBox-tips {
    margin: 40px auto 20px;
    text-align: center;

}

.calendarBox-tips span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #BFBFBF;
}

.calendarBox-today {
    text-align: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.calendarBox-today span {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.listTips .accordion .card .card-header {
    background: #fff;
    padding: 20px;
}
.listTips .accordion .card .card-header h2 {
    cursor: pointer;
}
.listTips .accordion .card .card-header h2 div span {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2E2020;
}

.listTips .accordion .card .card-body {
    padding: 0;
}

.listTips .accordion .card .card-body div {
    padding: 10px 10px 10px 40px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #595959;
    cursor: pointer;
}

.listTips .accordion .card .card-body div a{
    font-weight: 400;
    color: #595959;
    font-size: 16px;
}

.listTips .accordion .card .card-body div:hover {
    background: #F2F2F2;
    color: #A11823;
}

.listTips .accordion .card .card-body div:hover a{
    background: #F2F2F2;
    color: #A11823;
    text-decoration: none;
}

.mobile-new-book{
    display: none;
}
ul.mobile-new-book-list{
    flex-wrap: wrap;
}
ul.mobile-new-book-list li{
    width: 25%;
    margin: 15px;
}
ul.mobile-new-book-list li a{
    font-size: 16px;
    color: #2e2020;
}

ul.mobile-new-book-list li:hover .newbookTitle{
    color: #a11823;
}
ul.mobile-new-book-list li .newbookImg{
    width: 100%;
    height: 120px;
    overflow: hidden;
    border-radius: 2px;
    margin-bottom: 10px;
    border: 1px solid #D9D9D9;
}
ul.mobile-new-book-list li .newbookImg img{
    max-height: 120px;
}
ul.mobile-new-book-list li .newbookAuthor{
    color: #999999;
    font-size: 12px;
}
.side_nav{
    position: fixed;
    top: 50%;
    right: -75px;
    transform: translateY(-50%);
    width: 75px;
    transition: all .5s;
    z-index: 5;
}
.side_nav .side_nav_list .side_nav_item{
    padding: 10px;
    min-width: 80px;
    min-height: 75px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 2px 16px 0px rgba(90,90,90,0.15);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    cursor: pointer;
    position: relative;
}
.new-activity{
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
}
.side_nav .side_nav_list .side_nav_item i{
    font-size: 24px;
    color: #A11823;
}
.side_nav .side_nav_list .side_nav_item:hover{
    background: #f7f1f1;
}
.side_nav .side_nav_list .side_nav_item span{
    font-size: 12px;
    color: #A11823;
}
/*.side_nav_item img{*/
/*    width: 24px;*/
/*    margin-bottom: 5px;*/
/*}*/
.side_nav_item span{
    word-break: break-word;
}

.side-hidden{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    color: #A11823;
    cursor: pointer;
}
.side-hidden span{
    color: #A11823;
}
.side_active{
    background: #A11823 !important;
}
.side_active span{
    color: #FFFFFF !important;
}
.side_show{
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 45px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(90,90,90,0.15);
    cursor: pointer;
    text-align: center;
    line-height: 50px;
    display: none;
    transition: all .5s;
    z-index: 5;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.side_show i{
    font-size: 20px;
    color:#A11823;
}
.dialog-box{
    position: absolute;
    left: 220px;
    top: 135px;
    width: 620px;
    height: 586px;
    background: #FFFFFF;
    z-index: 100;
    display: none;
}
.open-dialog{
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 101;
    cursor: pointer;
}
.icon-close-dialog{
    color: #07c05f !important;
    font-weight: normal !important;
    font-size: 20px;
}
.dialogBox{
    width: 100%;
    height: 100%;
    padding: 20px 10px;
}
.dislognone{
    display: none !important;
}
video{
    height: 840px ;
}
.swiper img{
    max-width: 100%;
    height: 840px;
    max-height:840px;
}

@media screen and (max-width: 850px){
    #carouselExampleIndicators{
        height: auto;
    }
    video{
        height: auto;
    }
    .swiper img{
        height: 210px;
    }
    .swiperBox .swiper video {
        height: 210px;
    }
    .mobile-news-tabs-box{
        display: block;
        position: relative;
    }
    .mobile-news-tabs-box .left_link{
        display: none;
        position: absolute;
        right: 0px;
        top: 8px;
        color: #CBCBCB;
    }
    .pageTitleBox {
        padding: 10px 0 6px 0;
    }
    .pageTitle,.pageTitle span{
        font-weight: bold;
        font-size: 20px;
    }
    .newsAnnounContent{
        margin-top: 15px;
    }
    .newsAnnounContent .newsBox{
        padding: 0;
        min-width: 0;
        width: 100%;
        border: none;
        display: none;
    }
    .newsAnnounContent .newsBox:first-child{
        display: block;
    }
    .newsAnnounContent .newsBox:nth-child(2),.newsAnnounContent .newsBox:nth-child(3){
        border: none;
    }
    .newsAnnoun {
        padding: 0 15px 60px;
    }
    .newsAnnoun ul.mobile-news-tabs{
        display: flex;
    }
    .pageTitleLine{
        width: 30px;
        border-bottom: 2px solid #a11823;
    }
    .newsTitleBox{
        display: none!important;
    }
    .activityPage .activityBox .activityUl{
        flex-wrap: wrap;
    }
    .activityPage .activityBox .activityUl .activityLi:nth-child(1){
        width: 100%;
    }
    .activityPage .activityBox .activityUl .activityLi{
        width: 100%;
        padding: 20px 15px 20px 15px;
        border-bottom: 1px solid #e6e6e6;
    }
    .activityPage .activityBox .actCalendar{
        flex-wrap: wrap;
    }
    .activityPage .activityBox .actCalendar .calendarBox{
        width: 100%;
    }
    .activityPage .activityBox .actCalendar .activityList{
        padding: 0;
        width: 100%;
    }
    .datepicker-container .datepicker .datepicker-days .table-condensed thead tr:nth-child(2){
        height: 44px;
    }
    .datepicker-container .datepicker .datepicker-days .table-condensed thead tr:nth-child(2) th{
        font-size: 18px;
    }
    .activityPage .activityBox .activityTitleBox{
        margin-bottom: 10px;
    }
    .activityPage .activityBox .activityTitleBox .activityTitle,.activityPage .activityBox .activityTitleBox .activityTitle .activityColor{
        font-size: 20px;
    }
    .datepicker-container .datepicker .datepicker-days .table-condensed tbody tr {
        height: 32px;
    }
    .datepicker-container .datepicker .datepicker-days .table-condensed thead tr:nth-child(3){
        height: 44px;
    }
    .datepicker-container .datepicker .datepicker-days .table-condensed tbody tr td{
        font-size: 16px;
    }
    .calendarBox-tips,.calendarBox-today{
        display: none;
    }
    .activityPage .activitySwiperBox{
        display: none;
    }
    .activityPage .activityBox .activityList .activityContent p{
        margin-top: 4px;
    }
    .activityPage .activityBox .actCalendar .activityList ul li {
        margin: 10px 0 10px 0;
    }
    .activityPage .activityBox .activityList .activityTime .activityDay{
        font-size: 20px;
    }
    .activityPage .activityBox .rucLibShow{
        padding: 10px 8px 10px 0;
    }
    .hasData:after{
        transform: translateY(8px) translateX(-50%);
    }
    .activityPage .activityBox .rucLibShow .rucLibShowTitle{
        margin-bottom: 5px;
    }
    .dataBaseContent{
        flex-wrap: wrap;
    }
    .dataBaseContent .dataBaseBox{
        width: 100%;
        padding: 15px;
        margin-top: 15px;
    }
    .dataBaseContent .dataBaseBox:nth-child(2){
        margin-top: 15px;
    }
    .dataBase {
        padding: 0 15px 25px;
    }
    .dataBase .dataBaseContent .baseTitle{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .dataBase .dataBaseContent .baseTitleImg img{
        width: 24px;
    }
    .dataBase .dataBaseContent .dataBaseBox ul li{
        font-size: 14px;
        padding-bottom: 4px;
    }
    .dataBase .dataBaseContent .dataBaseBox ul li a{
        font-size: 14px;
        color: #666666;
    }
    .dataBase .dataBaseContent .dataBaseBox ul li:hover a{
        color: #a11823;
    }
    .dataBase .dataBaseContent .dataBaseBox ul li img{
        width: 40px;
    }
    .specialReserBox{
        padding: 15px;
    }
    .specialReserBox ul li{
        width: 47%;
    }
    .specialReserBox ul li .bottomMask a{
        font-size: 14px;
    }
    .specialReserBox ul li .bottomMask{
        font-size: 14px;
        height: 38%;
    }
    .newBookRecom{
        padding-bottom: 144px;
    }
    .newBookRecom .newbookListBox{
        display: none;
    }
    .newbookNumber ul.data-count-box{
        flex-wrap: wrap;
    }
    .newbookNumber ul.data-count-box li{
        width: 50%;
        margin-bottom: 14px;
    }
    .newBookRecom .newbookNumber{
        padding: 15px;
        width: calc(100% - 30px);
        border-radius: 0 0 4px 4px;
        border-top: 1px solid #e6e6e6;
    }
    .newBookRecom .newbookNumber .rucLibNumberBox{
        margin-bottom: 5px;
    }
    .newBookRecom .newbookNumber .rucLibNumberBox .numberColor{
        font-size: 22px;
    }
    .newBookRecom .newbookNumber p{
        font-size: 12px;
    }
    .mobile-new-book{
        display: block;
    }
    .newBookRecom .moreNewbookRecom{
        width: 114px;
        height: 28px;
    }
    .newBookRecom .moreNewbookRecom a{
        font-size: 12px;
    }
    .newBookRecom .moreNewbookRecom .iconfont{
        font-size: 20px;
    }
    .specialReserContent{
        display: block;
    }
    .left_special_arrow , .right_special_arrow{
        display: none !important;
    }
    .side_nav{
        display: none;
    }
    .side_show{
        display: none !important;
    }
    .newBookRecom  .preBook{
        display: none;
    }
    .newBookRecom .nextBook{
        display: none;
    }
    /*.newsImgBox img{*/
    /*    width: 100%;*/
    /*}*/

    .specialReserBox ul li img{
        width: 100%;
        height: 115px;
    }
}


@media (max-width: 1280px) and (min-width: 960px) {
    .swiper img{
        max-width: 100%;
        height: auto;
        max-height:700px;
    }
}
/*@media (max-width: 1600px) and (min-width: 1280px) {*/
/*    .swiper img{*/
/*        max-height: 800px;*/
/*    }*/
/*}*/
/*修改bootstrap样式*/
.fade:not(.show) {
    opacity: 1 !important;
}


@media (min-width: 1930px){
    .newBookRecom .newbookListBox ul li{
        width: 10%;
    }
    .specialReserBox ul li img{
        width: 100%;
    }
    .newsImgBox img{
        max-width: 100%;
    }
    .new-title{
        max-width: 100%;
    }
}
