
.header {
    display: none;
}

.noShou {
    display: block;
}

.local {
    padding: 0 calc((100% - 1200px)/2);
}

.local a, .local .arrow {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 56px;
}

.list {
    padding: 0 calc((100% - 1200px)/2) 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #EDEDED;
}

.list .left {
    width: 290px;
    margin-right: 19px;
}

.list .left ul li {
    line-height: 62px;
    background: #F3F3F3;
    padding: 0 27px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}

.list .left ul li:first-child {
    display: block;
    background: #0464CA;
    font-size: 30px;
    line-height: 68px;
    color: #FFF;
    font-family: PingFang SC;
    font-weight: 800;
    margin-bottom: 3px;
    text-align: center;
    padding: 0;
}

.list .left ul li a {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 22px;
    color: #666;
    width: 100%;
    height: 100%;
    display: block;
}

.list .left ul .showLi {
    background: #2886EA;
}

.list .left ul li .show {
    color: #FFFFFF;
}

.list .left ul li img {
    width: 11px;
    height: 18px;
}

.list .right {
    width: calc(100% - 309px);
}

.list .noleft {
    width: 100% !important;
}

.list .right .top {
    padding: 13px 0;
    border-bottom: 1px solid #115DB2;
    display: flex;
}

.list .right .top span {
    font-size: 26px;
    color: #000;
    position: relative;
    margin-right: 45px;
}

.list .right .top a:last-of-type span {
    margin-right: 0;
}

.fontweight {
    font-weight: bold;
}

.list .right .top img {
    width: 118px;
    height: 9px;
    margin-top: 15px;
    margin-left: 18px;
}

.listBar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 0 25px 15px;
}

.listBar .book-tab {
    width: 204px;
    height: 322px;
    margin-right: 15px;
    margin-bottom: 10px;
}

.listBar .book-tab:nth-child(4n) {
    margin-right: 0;
}

.listBar .book-tab img {
    width: 100%;
    height: 289px;
    object-fit: cover;
 }

 .listBar .book-tab p {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    margin: 0;
    line-height: 40px;
    text-align: left;
    padding-left: 7px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
    cursor: pointer;
 }

 .listBar .book-tab p:hover {
    color: #0464CA;
 }

@media screen and (max-width: 768px) {
    .local {
        padding: 0 .2rem;
    }

    .list {
        padding: .2rem;
        display: block;
    }

    .list .right {
        width: 100%;
    }

    .list .left {
        width: 100%;
        margin-right: 0;
    }

    .list .left ul li:first-child {
        font-size: .3rem;
    }

    .list .left ul li {
        line-height: .6rem;
    }

    .list .left ul li a {
        font-size: .24rem;
    }

    .list .right .top {
        padding: .2rem 0;
    }

    .listBar span {
        font-size: .16rem;
        line-height: .76rem;
    }

    .listBar a {
        font-size: .20rem;
        line-height: .76rem;
    }

    .listBar {
        justify-content: space-between;
        padding: .2rem 0;
    }

    .listBar .book-tab {
        width: 2rem;
        height: 3.5rem;
        margin-right: 0; 
        margin-bottom: .2rem;
    }

    .listBar .book-tab p {
        font-size: .2rem;
        line-height: .4rem;
    }

    .listBar .book-tab img {
        width: 100%;
        height: 2.9rem;
        object-fit: cover;
    }
}