body{
    margin: 0;
    padding: 0;
    a{
        text-decoration: none;
    }
}
.bg-ff{
    background-color: #fff;
}
.opacity10{
    opacity: 0.1;
}
.opacity20{
    opacity: 0.2;
}
.opacity30{
    opacity: 0.3;
}
.opacity40{
    opacity: 0.4;
}
.opacity50{
    opacity: 0.5;
}
.opacity60{
    opacity: 0.6;
}
.opacity70{
    opacity: 0.7;
}
.opacity80{
    opacity: 0.8;
}
.opacity90{
    opacity: 0.9;
}
.opacity100{
    opacity: 1;
}
.border-radius-4{
    border-radius: 4px;
}
.border-radius-6{
    border-radius: 6px;
}
.border-radius-8{
    border-radius: 8px;
}
.border-radius-10{
    border-radius: 10px;
}
.border-radius-20{
    border-radius: 20px;
}
.border-radius-30{
    border-radius: 30px;
}
.border-radius-40{
    border-radius: 40px;
}
.border-radius-45{
    border-radius: 45px;
}
.border-radius-50{
    border-radius: 50%;
}

.flex{
    display: flex;
}
.row-between{
    justify-content: space-between;
}
.row-center{
    justify-content: center;
}
.row-right{
    justify-content: flex-end;
}
.row-left{
    justify-content: flex-start;
}
.flex-col{
    flex-direction: column;
}
.col-center{
    align-items: center;
}
.col-top{
    align-items: flex-start;
}
.col-bottom{
    align-items: flex-end;
}
.width-100{
    width: 100%;
}
.m-t-10{
    margin-top: 10px;
}
.m-t-12{
    margin-top: 12px;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-24{
    margin-top: 24px;
}
.m-t-30{
    margin-top: 30px;
}
.m-t-40{
    margin-top: 40px;
}
.m-t-50{
    margin-top: 50px;
}
.m-t-60{
    margin-top: 60px;
}



 /* 内容 */
            .ab_center {
                width: 1200px;
                margin: 150px auto 50px;
                border-radius: 8px;
                background: #fff;
                box-shadow: 1px 2px 3px 2px #eee;}
        
            .weizhi {
                width: 100%;
                height: 72px;
                line-height: 72px;
                border-bottom: 1px solid #B36350;
                margin: 0 auto;
                color: #656565;
                text-align: left;
                padding: 0 20px;
                box-sizing: border-box;
                font-size: 14px;}
        
            .weizhi a {
                color: #656565;
                font-size: 14px;}
        
            .nr_center_content {
                margin: 30px auto;
                width: 96%;
                text-align: justify;
                line-height: 28px;
             }
        
            .title-text {
                line-height: 35px;
                font-size: 29px;
                text-align: center;
                font-weight: bold;}
        
            .date_x {
                background: #eaeaea;
                width: 60%;
                height: 44px;
                line-height: 44px;
                text-align: center;
                margin: 40px auto;}
        
            .date_x span {
                margin-left: 20px;}
        
            /* 内容 */
            /* 侧栏列表 */
            .about {
                width: 1200px;
                margin-left: auto;
                margin-right: auto;
                margin-top: 150px;
                display: flex;}
        
            .ab_left {
                width: 220px;
                height: 600px;
                float: left;
                margin-right: 40px;
                background-color: #fff;
                border-radius: 6px;}
        
            .ab_right {
                width: 940px;
                background-color: #fff;}
        
            .cl_tou {
                float: left;
                width: 220px;
                height: 66px;
                line-height: 66px;
                text-align: center;
                font-size: 22px;
                color: #fff;
                font-weight: bold;
                background: #B36350;
                border-radius: 4px 4px 0 0;}
        
            .cl_lie {
                float: left;
                width: 100%;
                height: 500px;}
        
            .activ {
                background: #F0F2F7;
                height: 56px;
                width: 100%;
                line-height: 56px;
                display: block;
                text-align: center;
                box-sizing: border-box;
                color: #B36350 !important;}
        
            .cl_lie a:hover {
                background: #F0F2F7;
                color: #B36350;}
        
            .cl_lie a {
                height: 56px;
                width: 100%;
                line-height: 56px;
                display: block;
                text-align: center;
                box-sizing: border-box;
                color: #333;}
        
            /* ************** */
            .liebiao {
                margin: 30px auto;
                width: 95%;
                padding: 0px;}
        
            .liebiao li {
                font-size: 16px;
                height: 50px;
                line-height: 50px;
                border-bottom: 1px dashed #F0F2F7;
                width: 100%;
                display: flex;
                justify-content: space-between;}
        
            .liebiao li a {
                display: flex;
                width: 88%;
                align-items: center;
                color: #333;}
        
            .liebiao li span {
                float: right;
                color: #999;
                font-size: 13px;}
        
            .liebiao li i {
                background: #B36350;
                width: 6px;
                height: 6px;
                margin-right: 20px;}
        
            .liebiao li a:hover {
                color: #B36350;}
        
            .liebiao .img1 {
                display: flex;
                justify-content: space-between;
                align-items: center;
                color: #333;
                margin-top: 30px;}
        
            .liebiao .img1 img {
                border-radius: 6px;
                width: 180px;
                height: 110px;
border: 1px solid #eee;
object-fit: contain;
}
        
            .liebiao .div1 {
                width: 680px;
                display: flex;
                flex-direction: column;}
        
            .liebiao .div1 div {
                height: 40px;
                font-size: 13px;
                margin: 8px 0;}
        
            .liebiao .div1 span {
                font-size: 13px;
                color: #B36350;}
        
            .liebiao .div1:hover strong {
                color: #B36350;}
        
            .liebiao .img1:hover strong {
                transition: transform .5s;
                color: #B36350;}
        
            /* 侧栏列表 */








.all{
 
    background-image: url(../images/allbg.png);
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: rgba(244,241,239,1);
        overflow: hidden;
   
}
.banner{
    width: 100%;
    height: 100%;
    position: relative;
}
.navbox{
    width: 100%;
    height: 110px;
    background-color: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
.logo img{
    width: 320px;
    height: 60px;
    margin-left: 100px;
}
.nav{
    height: 100%;
margin-right: 100px;
}
.nav-item{
    color: #fff;
    opacity: 0.8;
    font-size: 22px;
    margin-right: 58px;
    transition: all 0.3s ease; /* 添加过渡效果 */
    cursor: pointer;
    position: relative;
}
.nav-item a{
    color: #fff;
}
.navactive{
    font-weight: 600;
    color: #fff;
    opacity: 1;
}
/* 默认第一个 .nav-item 下方显示白线 */
/* .nav-item:first-child::after {
   
} */
.navactive::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 2px;
    background-color: white; /* 白线颜色 */
}
.loginbutton{
    width: 100px;
    height: 36px;
    border-radius: 45px;
    background-color: #fff;
    margin-right: 100px;
}
.loginbutton img{
    width: 20px;
    height: 18px;
}
.loginbutton .login_text{
    color: rgb(179, 99, 80);
    font-size: 16px;
    margin-left: 8px;
}


/* 鼠标悬停时显示白线和加粗字体 */
.nav-item:hover::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 2px;
    background-color: white; /* 白线颜色 */
}

.nav-item:hover {
    font-weight: bold; /* 字体加粗 */
    color: #fff;
    opacity: 1;
}

.content{
    width:1400px;
    height: auto;
    margin: -240px auto 0;
}
.search{
    height: 200px;
    background-color: rgba(0,0,0,0.2);
    border-radius: 10px;
    position: relative;
    z-index: 1000;
    padding: 40px 60px;
    box-sizing: border-box; 
}
.search-item-first{
    width: 95px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: rgb(179, 99, 80);
    font-size: 17px;
    margin-right: 10px;
}
.search-item{
    width: 100px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: rgb(179, 99, 80);
    font-size: 17px;
    color: #fff;
    border-radius: 5px 5px 0 0;
    cursor: pointer;
    margin-right: 6px;
    font-weight: 600;
}
.search-item:hover{
    color: rgb(179, 99, 80);
    background-color: #fff;
    font-weight: 600;
}
.quanbu{
    width: 116px;
    height: 54px;
    background-color: rgba(0,0,0,0.04);
    border-radius: 3px 0 0 3px;
    margin-right: 10px;
    line-height: 54px;
    position: relative;
    cursor: pointer;
}
.xiala{
    width: 116px;
    height: 54px;
    background-color: #fff;
    border-radius: 8px;
    margin-right: 10px;
    line-height: 54px;
    position: absolute;
    bottom: -58px;
    left: -8px;
    z-index: 1;
    text-align: center;
    line-height: 54px;
    font-size: 15px;
    color: rgb(179, 99, 80);
    display: none;
}
.quanbutext{
    font-size: 17px;
    color: #000;
}
.sanjiao{
    width: 12px;
    height: 12px;
    margin-left: 15px;
}
.up{
    display: none;
}
.searchinput{
    width: 100%;
    height: 100%;
}
.searchinput-input{
    width: 100%;
    height: 52px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-size: 16px;
    color: #000;
}
.searchbtn{
    width: 100px;
    height: 54px;
    background-color: rgb(179, 99, 80);
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

/* 服务公示------------------------- */
.fuwugongshi{
    width: 100%;
    height: 330px;
    margin-top: 30px;
}
.gongshileft{
    width: 760px;
    height: 330px;
    background-image: linear-gradient(360deg, #FFFFFF00 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);;
    padding: 24px;
    box-sizing: border-box;
}
.gongshitop{
    width: 100%;
    height: 105px;
}
.gongshitext{
    width: 100%;
    height: 100%;
    flex: 1;
    margin-right: 30px;
    position: relative;
}
.gongshitext img{
    width: 90px;
    height: 103px;
    position: absolute;
    top: 0;
    left: 0;
}
.gongshitext .gongshitext-text{
    color: #000;
    opacity: 0.8;
    font-size: 36px;
    left: 100px;
    line-height: 103px;
    margin-left: 30px;
}
.more{
    width: 72px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #B36350;
    font-size: 14px;
    font-weight: 600;
    color: #B36350;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}
.more a{
    color: #B36350;
}
.more:hover{
    background-color: #B36350;
}
.more:hover a{
    color: #fff;
}
.gongshilistbox{
    width: 100%;
    height: 176px;
    display: flex;
    flex-wrap: wrap;
}
.gongshilistbox a{
    width: 48%;
}
.gongshiitem{
    width: 100%;
    height: 46px;
    border-bottom: 0.5px solid rgba(0,0,0,0.04);
}
.gongshilistbox a:nth-child(2n){
    margin-left: 4%;
}
.gongshilistbox a:nth-child(7) .gongshiitem{
    border-bottom: none;
}
.gongshilistbox a:nth-child(8) .gongshiitem{
    border-bottom: none;
}
.gongshiitem:hover div{
    color: #B36350;
}
.dian{
    width: 5px;
    height: 5px;
    background-color: #000;
    opacity: 0.4;
    border-radius: 50%;
}
.itemleft{
    flex: 1;
}
.itemlefttext{
    width: 250px;
    overflow: hidden;
     
    font-size: 17px;
    color: #000;
    opacity: 0.8;
    letter-spacing: 1px;
    margin-left: 10px;
}
.gongshitime{
    width: 50px;
    height: 100%;
    font-size: 16px;
    color: #000;
    opacity: 0.5;
    line-height: 46px;
}

.gongshimenu{
    width: 480px;
    height: 330px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    padding: 0px 10px;
}
.menuitem{
    width: 142px;
    height: 155px;
    border-radius: 8px;
    padding: 10px 11px 10px 10px;
    cursor: default;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.menuitem:nth-child(1){
    background-color: rgb(186, 179, 168);
}
.menuitem:nth-child(2){
    background-color: rgb(197, 175, 137)
}
.menuitem:nth-child(3){
    background-color: rgb(168, 169, 155)
}
.menuitem:nth-child(4){
    background-color: rgb(190, 134, 121);
}
.menuitem:nth-child(5){
    background-color: rgb(140, 170, 187)
}
.menuitem:nth-child(6){
    background-color: rgb(197, 175, 137)
}
.menuxontent{
    border-radius: 5px;
    border: 1px dashed rgba(255,255,255,0.4);
    width: 100%;
    height: 100%;   
}   
.menuxontent img{
    width: 70px;
    height: 70px;
}
.menuxontent-text{
    font-size: 17px;
    color: #fff;
    opacity: 0.8;
    margin-top: 6px;
    letter-spacing: 1px;
}

.menuitem:hover{
    transform: translateY(-10px);
}
.morebox{
    width: 120px;
    height: 330px;
}
.ban{
    width: 90px;
    height: 103px;
    position: relative;
}
.ban img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.bantext{
    color: #000;
    opacity: 0.8;
    font-size: 36px;
    margin-top: 25px;
    margin-left: 20px;
}

/* 资 */
.zi{
    width: 100%;
    height: 600px;
    padding: 20px 0px;
    box-sizing: border-box;
    /* background-color: #fff; */
    margin-top: 120px;
}
.zi_menu{
    width: 100%;
    height: 50px;
}
.zi_menu_item{
    width: 98px;
    height: 50px;
    border-radius: 8px;
    margin-right: 15px;
    font-size: 18px;
    letter-spacing: 1px;
    color: rgba(0,0,0,0.8);
    cursor: pointer;
}
.active{
    background-color: rgb(179, 99, 80);
    color: #fff;
border-radius: 5px 5px 0 0;
}
.zi_menu_item:hover{
    background-color: rgb(179, 99, 80);
    color: #fff;
}
.zicontent{
    width: 100%;
    height: 470px;
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
    border-radius: 10px;
    padding-top: 10px;
    box-sizing: border-box; 
}
.zicontent_left{
    width: 510px;
    height: 450px;
    background-color: #fff;
    border-radius: 10px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.zicontent_left:hover{
    transform: translateY(-10px);
}
.zicontent_left img{
    width: 100%;
    height: 270px;
    border-radius: 10px 10px 0 0;
}
.left_textbox{
    width: 100%;
    height: 180px;
    padding: 25px;
    box-sizing: border-box;
    position: relative;
}
.left_textbox_title{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    opacity: 0.8;
    letter-spacing: 1px;
    margin-top: 10px;
}
.left_textbox_text{
    font-size: 16px;
    color: #000;
    opacity: 0.6;
    letter-spacing: 0.5px;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.readnum{
    margin-top: 20px;
}
.readnum img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.readnumtext{
    font-size: 16px;
    color: #000;
    opacity: 0.6;
    letter-spacing: 0.5px;
}
.left_textbox .date{
    width: 90px;
    height: 90px;
    background-color: rgb(179, 99, 80);
    border-radius: 8px;
    position: absolute;
    top: -70px;
    left: 25px;
}
.date_day{
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}
.date_yearmonth{
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.5px;  
    font-weight: 600;
}

.zicontent_right{
    width: 720px;
    height: 470px;
}
.zitabchange{
    display: none;
}
.zitabchange:first-child{
    display: contents;
}
.zicontent_right_item{
    width: 100%;
    height: 156px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
}
.zicontent_right_item:last-child{
    border-bottom: none;
}
.zicontent_right_item:hover{
    background-color: #fff;
    border: none;
    border-radius: 10px;
    transform: translateY(-10px);
}
.zicontent_right_item_title{
    width: 100%;
    font-size: 18px;
    color: #000;
    font-weight: 600;
    opacity: 0.8;
    letter-spacing: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zicontent_right_item_text{
    font-size: 16px;
    color: #000;
    opacity: 0.6;
    letter-spacing: 0.5px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.timeread{
    width: 100%;
    height: auto;
    margin-top: 15px;
}
.timeread .time img{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.timeread .timereadtext{
    font-size: 14px;
    color: #000;
    opacity: 0.6;
}
.timeread .read {
    margin-left: 40px;
}
.timeread .read img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.timeread .timereadtext{
    font-size: 14px;
    color: #000;
    opacity: 0.6;
}

.huo{
    width: 100%;
    height: 680px;
    padding: 60px 0px;
    box-sizing: border-box;
    margin-top: 0px;
}
.huocontent{
    width: 1260px;
    height: 485px;
    padding: 20px 0px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    display: none;
}
.huocontent:first-child{
    display: inline-flex;
}
.huoitem{
    width: 620px;
    height: 212px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.huoitem:hover{
    transform: translateY(-10px);
}
.huoitem img{
    width: 264px;
    height: 100%;
    border-radius: 10px 0 0 10px;
    object-fit: cover;
}
.huoitem_right{
    width: 356px;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
}
.huoitem_right_title{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    opacity: 0.8;
    letter-spacing: 0.5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.huoitem_right_text{
    font-size: 16px;
    color: #000;
    opacity: 0.4;
    letter-spacing: 0.5px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 35px;
    margin-bottom: 15px;
}
.huoitem_right_time{
    font-size: 16px;
    color: #000;
    opacity: 0.6;
    margin-top: 5px;
}
.status{
    width: 70px;
    height: 30px;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 10px 0 10px 0;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
}
.wks{
    background-color: rgb(255, 151, 30)
}
.jxz{
    background-color: rgb(117, 200, 73)
}
.yjs{
    background-color: rgba(0, 0, 0, 0.4)
}

/* 出版社 ---------------*/
.banshe{
    width: 100%;
    height: 510px;
    background-color: #fff;
    background-image: url(../images/banshebg.png);
    background-size: cover;
    padding: 90px 0px;
    box-sizing: border-box;
}
.banshecontent{
    width: 1400px;
    height: 100%;
    margin: 0 auto;
}
.bansheitembox{
    width: 1260px;
    height: 250px;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    
    align-content: space-between;
    padding: 10px 0px;
    display: none;
}
.bansheitembox:first-child{
    display: inline-flex;
}
.bansheitem{
    width: 295px;
    height: 115px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
margin-right: 20px;
}
.bansheitem:hover{
    transform: scale(1.1);
}
.bansheitem img{
    width: 100%;
    height: 100%;
    
    border-radius: 8px;
}

/* 第二内容 ---------------*/
.secend{
    width: 100%;
}
.secendcontent{
    width: 1400px;
    margin: 0px auto;
}
.zhancontent{
    width: 100%;
    height: 720px;
    margin-top: 20px;
    padding: 80px 0px;
    box-sizing: border-box;
}

.zhanitembox{
    width: 1270px;
    height: 495px;
    padding: 10px 30px 10px 0px;
    margin-top: 10px;
    display: none;
}
.zhanitembox:first-child{
    display: inline-flex;
}
.zhan_item{
    width: 224px;
    height: 475px;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
margin-right:20px;
}
.zhan_item:hover{
    transform: translateY(-10px);
    background-color: #fff;
}
.zhan_item .topimg{
    width: 100%;
    height: 332px;
    position: relative;
}
.zhan_item .topimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px 8px 0 0;
}
.zhan_item .topimg .read{
    width: 100%;
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.zhan_item .topimg .read img{
    width: 20px;
    height: 20px;
    margin-right: 5px;
}
.zhan_item .topimg .readtext{
    font-size: 14px;
    color: #fff;
}
.zhan_item .bottom{
    width: 100%;
    height: 143px;
    padding: 10px 15px;
    box-sizing: border-box;
}
.zhan_item .bottom_title{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    opacity: 0.8;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}  
.zhan_item .bottom_text{
    font-size: 16px;
    color: #000;
    opacity: 0.6;
    margin-top: 10px;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}

/* 借阅排行，新书推荐 ---------------*/
.jieyuexinshubox{
    width: 100%;
    height: 920px;
    padding: 50px 0px;
    box-sizing: border-box;
}
.jieyue{
    width: 368px;
    height: 820px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
    background-image: linear-gradient(360deg, #FFFFFF00 0%, rgba(255, 255, 255, 1) 100%);
}
.jieyue_title{
    width: 100%;
    height: 105px;
}
.jieyue_title_left{
    flex: 1;
    height: 105px;
    position: relative;
}
.jieyue_title_left_text{
    font-size: 28px;
    color: #000;
    letter-spacing: 0.5px;
    line-height: 105px;
    margin-left: 30px;
}
.jieyue_title_left img{
    width: 90px;
    height: 103px;
    margin-left: 10px;
    position: absolute;
    top: 0px;
    left: 0;
    /* padding-left: 30px; */
    box-sizing: border-box;
}
.jieyueitem:nth-child(-n+4){
    width: 100%;
    height: 112px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding: 5px;
    box-sizing: border-box;
}
.jieyueitem:nth-child(-n+4) .num{
    color: rgb(179, 99, 80);
    font-size: 28px;
    font-weight: 600;
}
.jieyueitem:nth-child(-n+4) img{
    width: 70px;
    height: 90px;
    border-radius: 6px;
    margin-left: 10px;
}
.jieyueitem:nth-child(-n+4) .book{
    flex: 1;
    height: 100%;
    margin-left: 20px;
}
.jieyueitem:nth-child(-n+4) .book .bookname{
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jieyueitem:nth-child(-n+4) .book .bookread{
    font-size: 17px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 10px;
}
.jieyueitem:nth-child(-n+4) .book .bookread span{
    color: rgb(179, 99, 80);
}


.fourhou .jieyueitem{
    width: 100%;
    height: 66px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    padding: 5px;
    box-sizing: border-box;
}
.jieyueitem:nth-child(-n+4):hover .book .bookname{
    color: rgb(179, 99, 80);
}
.jieyueitem:nth-child(-n+4):hover .book .bookread{
    color: rgb(179, 99, 80);
}
.fourhou .jieyueitem:hover .itemleft .bookname{
    color: rgb(179, 99, 80);
}
.fourhou .jieyueitem:hover .bookread{
    color: rgb(179, 99, 80);
}
.fourhou .jieyueitem .itemleft{
    flex: 1;
    height: 100%;
}
.fourhou .jieyueitem .itemleft .num{
    font-size: 28px;
    color: rgb(179, 99, 80);
    font-weight: 600;
}
.fourhou .jieyueitem .itemleft .bookname{
    font-size: 18px;
    color: #000;
    font-weight: 600;
    opacity: 0.8;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fourhou .jieyueitem .bookread{
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
}
.fourhou:last-child .jieyueitem{
    border-bottom: none;
}

.tuijian{
    width: 982px;
    height: 820px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    box-sizing: border-box;
    background-image: linear-gradient(360deg, #FFFFFF00 0%, rgba(255, 255, 255, 1) 100%);
}
.tuijianbox{
    width: 100%;
    height: 675px;
    display: flex;
    flex-wrap: wrap;
    
    align-content: space-between;
    padding: 10px;
    box-sizing: border-box;
}
.tuijianitem{
    width: 208px;
    height: 337.5px;
    border-radius: 8px;
    overflow: hidden;
margin-right:20px;
}
.tuijianitemimg{
    width: 208px;
    height: 260px;
    overflow: hidden;
}
.tuijianitem img{
    width: 208px;
    height: 260px;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tuijianitem:hover img{
    transform: scale(1.1);
}
.tuijianitem:hover .tuijianitemtext,
.tuijianitem:hover .tuijianitemtext_author{
    color: rgb(179, 99, 80);
}
.tuijianitemtext{
    width: 100%;
    font-size: 18px;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 8px;
}
.tuijianitemtext_author{
    width: 100%;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 8px;
}

/* 数据统计 ---------------*/
.tongjistats{
    width: 100%;
    height: 878px;
    padding: 70px 0px;
    box-sizing: border-box;
}
.tongjistats_title{
    width: 100%;
    height: 105px;
    font-size: 28px;
    color: #000;
    letter-spacing: 0.5px;
    position: relative;
    line-height: 105px;
}
.tongjistats_title img{
    width: 100px;
    height: 103px;
    position: absolute;
    top: 0;
    left: 0;
}
.tongjistats_content{
    width: 100%;
    height: 612px;
    padding: 15px;
    box-sizing: border-box;
}
.tongjistats_content_item{
    width: 680px;
    height: 100%;
    background-image:linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.tongjistats_content_item_item{
    width: 100%;
    height: 145px;
    padding: 30px;
    box-sizing: border-box;
}

.tongjistats_content_item_item img{
    width: 80px;
    height: 80px;
}
.tongjistats_content_item_item_right{
    flex: 1;
    height: 100%;
    margin-left: 20px;
}
.tongjistats_content_item_item_right .rightcon .rightconnum{
    width: 150px;
    font-size: 28px;
    color: rgb(179, 99, 80);
    font-weight: 600;
}
.tongjistats_content_item_item_right .rightcon .rightcondanwei{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    margin-left: 10px;
}
.tongjistats_content_item_item_right .rightname{
    font-size: 21px;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 5px;  
}

/* 底部 ---------------*/
.footer{
    width: 100%;
    height: 420px;
    background-color: rgba(141, 124, 95, 1);
    position: relative;
}
.footer_content{
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 80px 0px;
    box-sizing: border-box;
}

.footer_content_item{
    height: 100%;
}
.footer_logo{
    width: 274px;
    height: 54px;
    margin-bottom: 20px;
}
.leftitem{
    width: 100%;
    height: 50px;
}
.leftitem img{
    width: 22px;
    height: 22px;
    margin-right: 15px;
}
.footer_text{
    font-size: 17px;
    color: #fff;
    cursor: default;
}

.cylianjie{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2;
}
.lianjie_xian{
    width: 50px;
    height: 4px;
    background-color: #fff;
    margin-top: 10px;
}
.lianjiebox{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-content: start;
    margin-top: 40px;
    padding-right: 20px;
    box-sizing: border-box;
}
.lianjiebox_item{
    margin-right: 40px;
    margin-bottom: 20px;
}
.lianjiebox_item a{
    font-size: 18px;
    color: #fff;
}

.ercode{
    width: 100px;
    height: 130px;
    margin-right: 50px;
    margin-top: 50px;
}
.ercodeimg{
    width: 100%;
    height: 100px;
}
.ercode_text{
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
    margin-top: 20px;
}

.footer_bottom{
    width: 100%;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    line-height: 50px;
    color: #fff;

}





.flex1{
    flex: 1;
}







