#max_box{
    background:url("../image/library/guanwang.jpg");
    min-width: 1184px;
}
.contentBox{
    width: 1184px;
    margin: 0 auto;
}
input{
    outline:none !important;
    border:none !important;
}
input:focus{
    border:none !important;
}
/*layu按钮样式*/
.layui-layer-btn{
    display: flex !important;
    justify-content: space-between !important;
}
.layui-layer-btn0{

}
/*头部样式*/
.header{
    background: #FFFFFF;
    width: 100%;
    height: 83px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}
.header>img{
    width: 280px;
    height: 48px;
    margin-top: 23px;
    margin-left: 45px;
}
.header>ul{
  /*  width: 452px;*/
    height: 78px;
    display: flex;
    margin-left: 384px;
}
.header>ul>li{
    width: 89px;
    height: 83px;
    cursor: pointer;
    border-left: 1px solid #dedede;
}
.header>ul>li>div{
    width: 89px;
    height: 78px;
    text-align: center;
}
.header>ul>li:nth-of-type(1)>div{
    border-bottom: 5px solid #bfb8db;
}
.header>ul>li:nth-of-type(2)>div{
    border-bottom: 5px solid #bfb8db;
}
.header>ul>li:nth-of-type(3)>div{
    border-bottom: 5px solid #c8d4eb;
}
.header>ul>li:nth-of-type(4)>div{
    border-bottom: 5px solid #daf3eb;
}
.header>ul>li:nth-of-type(5)>div{
    border-bottom: 5px solid #deedf8;
}
.header>ul>li>div>img{
    width: 25px;
    height: 25px;
    margin-top: 11px;
}
.header>ul>li>div>p{
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    margin-top: 11px;
}
.header>ul>li>div:nth-of-type(1):hover{
    background:  #8386a1;
}
.header>ul>li>div:nth-of-type(2){
    border-bottom:5px solid #8386a1;
}
.header>ul>li>div:hover{
    border-bottom:5px solid #8386a1;
}
/*图书馆搜索和登录样式*/
.loginBox{
    width:100%;
    height:47px;
    background:url("../image/library/guanwang(11).png") no-repeat;
    padding-top: 19px;
    display: flex;
    justify-content: space-between;
}
.loginBox>div{
    display: flex;
}
.serachIpt2{
    width: 340px;
    height: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 3px 0px
    rgba(33, 23, 20, 0.1);
    margin-left: 37px;
    margin-right: 3px;
    text-indent: 23px;
}
.serachBtnBox{
    width: 40px;
    height: 30px;
    background-color: #8386a1;
}
.serachBtn{
    width: 17px;
    height: 17px;
    margin-left: 11px;
    margin-top: 6px;
}
.login-box{
    margin-top: 5px;
    display: flex;
}
.login-box>div{
    height: 21px;
    line-height: 20px;
    display: flex;
    color:#888888;
}
.login-box>div:nth-of-type(1){
    border-left: 2px solid #8386a1;
    padding-left: 10px;
    font-size: 14px;
    margin-right: 29px;
}
.login-box>div>input{
    width: 104px;
    height: 21px;
    margin-left: 4px;
    text-indent:12px;
}
.login-box>div:nth-of-type(2){
   margin-right: 29px;
}
.login-box>div:nth-of-type(3){
    width: 194px;
}
.login-box>div:nth-of-type(3)>div{
    display: flex;
}
.login-box>div:nth-of-type(3)>div>input{
    width: 64px;
    height: 21px;
    margin-left: 4px;
    text-indent:12px;
}
.login-box>div:nth-of-type(3)>div>img{
    width: 64px;
    height: 21px;
}
.login-box>div:last-of-type>p{
    width: 75px;
    height: 21px;
    font-size: 13px;
    background-color: #8386a1;
    border-radius: 2px;
    line-height: 21px;
    text-align: center;
    color: #FFFFFF;
    margin-left: 15px;
    margin-right: 32px;
}
/* 登陆后的用户信息*/
.userInfo{
    height: 36px;
    display: flex;
    font-size: 14px;
    margin-top: 3px;
}
.userInfo>p>span{
    color: #e60406;
    display: inline-block;
    margin-left: 9px;
    margin-right: 9px;
}
.userInfo>div{
    width: 77px;
    height: 36px;
    background-color: transparent;
    border: 1px solid #b5b7c4;
    border-radius: 4px;
    text-align: center;
    color: #b5b7c4;
    line-height: 36px;
    margin-top: -8px;
    cursor: pointer;
}
.userInfo>div:nth-of-type(1){
    margin-left: 23px;
}
.userInfo>div:nth-of-type(2){
    margin-left: 4px;
    margin-right: 28px;
}
/*主体内容*/
.news{
    width: 100%;
    margin: 0 auto;
    display: flex;
    background: #FFFFFF;
    padding-bottom: 25px;
}
.swiperBox{
    width: 497px;
    height: 290px;
    margin-left: 36px;
    padding-top: 24px;
}
.swiper-container{
    width: 100%;
    height: 100%;
    background-image: url(img/indexDefault.jpg);
    --swiper-theme-color: #ffffff;
    --swiper-pagination-color: #ffffff;
}
.swiper-pagination-bullet-active{
    opacity: 1;
    background: #ff ffff !important;
}
.swiper-pagination{
    width: 497px;
    height: 20px;
}
.swiperText{
    width: 497px;
    height: 36px;
    background-color: rgba(3,6,28,0.5);
    display: flex;
    position: relative;
    top: -43px;
    z-index: 2;
    color: #FFFFFF;
}
.swiperText2{
    position: relative;
    top: 0px;
}
.swiperText>p{
    height: 36px;
    line-height: 32px;
    margin-left: 16px;
    max-width: 410px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.swiper-pagination{
    margin-top: 8px;
    text-align: left;
   /* margin-left: 424px;*/
    width: 64px;
}
.swiper-pagination-bullet{
    margin-right: 8px;
}
/*新闻内容*/
.newsText{
    width: 564px;
    height: 284px;
    margin-left: 42px;
    margin-top: 30px;
}
.newsTitle{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.newsTitle>div:nth-of-type(1){
    height: 26px;
    font-weight: bold;
    display: flex;
}
.newsTitle>div>p{
    width: 0px;
    height: 12px;
    border-left: 2px solid #8386a1;
    margin-top: 6px;
    margin-right: 11px;
}
.more1{
    height: 26px;
    line-height: 28px;
    margin-right: 14px;
    color: #8386a1;
    font-size: 14px;
}
.newsContent{
    width: 555px;
    height: 20px;
    margin-left: 13px;
}
.newsContent>p:nth-of-type(1){
    overflow: hidden;
    text-overflow:ellipsis ;
    white-space: nowrap;
    width: 262px;
    height: 15px;
    line-height: 15px;
    font-size: 15px;
    font-weight: bold;
    color: #8386a1;
    cursor: pointer;
}
.newsContent>p:nth-of-type(2){
    margin-top: 16px;
    width: 555px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    letter-spacing: 0px;
    text-indent: 2em;
    cursor: pointer;
}
.newsLine{
    width: 560px;
    height: 2px;
    margin-left: -1px;
    background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 50%);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    margin-top: 13px;
}
.newsList{
    margin-left: -1px;
    margin-top: 3px;
    width: 560px;
}
.newsList>li{
    width: 543px;
    height: 34px;
    overflow: hidden;
    text-overflow:ellipsis ;
    white-space: nowrap;
    font-size: 12px;
    padding-left: 18px;
    background:#ffffff;
    line-height:34px;
    cursor: pointer;
}
.newsList>li:hover{
    background:#f1f2f9;
}
/*中心轮播图*/
.swiperTow{
    width: 100%;
    height: 84px;
    background-color: #f4f4f4;
    margin:0 auto ;
}
.swiperTowBorder{
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #b6b6b6 0%, #b6b6b6 50%, transparent 50%);
    background-size: 8px 2px;
    background-repeat: repeat-x;
}
.swiper2{
    width: 1110px;
    margin: 0 auto;
    height: 80px;
    display: flex;
}
.swiper-container2{
    width: 1008px;
    height: 51px;
    margin:0 auto;
    margin-top: 17px;
    overflow: hidden;
}
.swiper-button-next1{
    width: 13px;
    height: 22px;
    margin-top: 32px;
}
.swiper-button-prev1{
    width: 13px;
    height: 22px;
    font-size: 13px;
    margin-top: 32px;
}
.slideStyle{
    line-height: 51px;
    text-align: center;
    font-size: 15px;
    background:#8386a1;
    color: #FFFFFF;
}
.slideStyle>span{
    display: inline-block;
    font-size: 10px;
    margin-left: 14px;
}
.slideStyle>span>kong{
    display: inline-block;
    width: 10px;
    height: 2px;
}
/*活动版块*/
.activityBox{
    width: 100%;
    margin: 0 auto;
    padding-top: 28px;
    background: #FFFFFF;
}
.activity2{
    margin-left:37px;
    width: 1115px;
}
.activityHeader{
    width: 1115px;
    height: 34px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #eeeeee;
}
.activityHeader>div:nth-of-type(1){
    width: 72px;
    height: 31px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    border-top: 3px solid #8386a1;
    border-left: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
    border-bottom: 1px solid #FFFFFF;
}
.more2{
    height: 45px;
    height: 31px;
    line-height: 28px;
    margin-right: 14px;
    color: #8386a1;
    font-size: 14px;
    cursor: pointer;
}

.activityContent{
    width: 100%;
    height: 227px;
    display: flex;
    margin-top: 8px;
}
.activityContent>ul:nth-of-type(1){
    width: 77px;
    height: 227px;
    background:#f4f4f4;
}
.activityContent>ul:nth-of-type(1)>li{
    width: 84px;
    background:#FFFFFF;
    display: flex;
    cursor: pointer;
}
.activityDeta{
    height: 100px;
    width: 77px;
    background:#e4e7fa;
    border-radius: 5px 5px 0px 0px;
}
.triangle{
    margin-top: 39px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 7px solid #e4e7fa;
    border-bottom: 8px solid transparent;
}
.activityDeta>div{
    width: 77px;
    font-size: 11px;
    height: 11px;
    line-height: 11px;
    color: #333333;
    text-align: center;
}
.activityDeta>div:nth-of-type(1){
    margin-top: 13px;

}
.activityDeta>p{
    font-size: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #8386a1;
    margin-top: 8px;
    margin-bottom: 8px;
}
.Deta{
    width: 77px;
    height: 29px;
    line-height: 29px;
    font-size: 12px;
    background: #f4f4f4;
    text-align: center;
    border-bottom: 1px solid  #a7d0ac;
}
.activityContent>ul>li:last-of-type>.Deta{
    border-bottom: 0px !important;
}
.activityImg{
    width: 224px;
    height: 227px;
    background-color: #e2e2e2;
    margin-left: 10px;
}
.activityIntroduction{
    width: 795px;
    height: 212px;
    background-color: #f4f4f4;
    margin-left: 9px;
    padding-top: 15px;
    cursor: pointer;
}
.activityTheme{
    margin-left: 22px;
    display: flex;
    margin-bottom: 17px;
}
.activityContent>ul:nth-of-type(2){
    position: relative;
    display: flex;
    top: 10px;
    left: -215px;
    width: 30%;
}
.activityContent>ul:nth-of-type(2)>li{
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    background: rgba(0,0,0,0.2);
    cursor: pointer;
}
.conceal{
    line-height:10px !important;
}
.themeName{
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    font-weight: bold;
    color: #282828;
}
.themeConetent{
    height: 14px;
    background: 680px;
    font-size: 14px;
    line-height: 14px;
    color: #8386a1;
    margin-left: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contentImg{
    width: 1115px;
    margin: 0 auto;
    height: 101px;
    margin-top: 9px;
    border-top: 1px solid #eeeeee;
}
.contentImg>img{
    width: 100%;
    height: 101px;
}
.webMapBox{
    margin-top: 11px;
    width: 1115px;
    margin: 0 auto;
    margin-top: 11px;
    background: url("../image/library/guanwang(17).png");
    padding-top: 41px;
    padding-bottom: 24px;
}
.webMap{
    margin-left: 100px;
}
.webMapHeader{
    width: 108px;
    height: 18px;
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}
.webMap>ul{
    margin-top: 29px;
    display: flex;
}
.webMap>ul>li{
    margin-right: 80px;
}
.webMap>ul>li>ul>li{
    margin-bottom: 17px;
    font-size: 13px;
    height: 13px;
    line-height: 13px;
    cursor: pointer;
}
.copyright{
    width: 500px;
    height: 13px;
    font-size: 13px;
    line-height: 13px;
    color: #333333;
    margin:0 auto ;
    margin-top: 17px;
    text-align: center;
    padding-bottom: 21px;
}


