.zhsbh-title{
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.5;
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 10px;
}
.zhsbh-list{
    width: 90%;
    margin: 0 auto;
    margin-top: 22px;
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fit, 200px);
}
.zhsbh-list li{
    width: 200px;
    height: 260px;
    background: url("../images/bookbg.png") no-repeat;
    background-size: 100%;
    display: flex;
    margin-bottom: 50px;
}
.zhsbh-name{
    width: 36px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    writing-mode: vertical-lr;
    line-height: 36px;
    letter-spacing: 0.2em;
}
.zhsbh-pic{
    width: 164px;
    height: 240px;
    padding: 5px;
    box-sizing: border-box;
    border: 1px solid #BFBFBF;
    background: #fff;
}
.zhsbh-pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.zhsbh-banner{
    width: 100%;
    padding-top: 10px;
    border-top: 2px solid #e3e3e3;
    margin-bottom: 10px;
}
.zhsbh-banner img{
    width: 100%;
}
.zhsbh-zwname{
    width: 100%;
    margin: 0 auto;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #2b4087;
    border-bottom: 2px solid #e3e3e3;
    padding-bottom: 10px;
    position: relative;
}
.back{
    font-size: 14px;
    position: absolute;
    left: 0;
}
.back a{
    font-size: 14px;
    color: #2b4087;
    display: flex;
    align-items: center;
    height: 42px;
}
.back img{
    margin-right: 10px;
}
.zhsbh-zw{
    width: 100%;
    margin-top: 60px;
}
.zhsbh-gk{
    width: 90%;
    margin: 0 auto;
    display: flex;
    margin-bottom: 50px;
}
.zhsbh-post{
    width: 200px;
    height: 260px;
    background: url("../images/bookbg.png") no-repeat;
    background-size: 100%;
    display: flex;
    margin-right: 50px;
}
.zhsbh-gkjs-title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #2b4087;
    margin-bottom: 10px;
}
.zhsbh-gkjs-nr{
    font-size: 16px;
    line-height: 1.5;
    color: #3D3D3D;
}
.detail-pic{
    width: 100%;
    /* overflow-x: auto; */
    padding-bottom: 50px;
    border-bottom: 2px solid #e3e3e3;
}
.swiper-slide{
    width: auto;
    /* display: flex; */
}
.detail-piclist{
    height: 350px;
    float: left;
    /* flex: 0 0 auto; */
    margin-right: 40px;
}
.detail-piclist img{
    height: 350px;
}
.zhsbh-jtnr{
    width: 90%;
    margin: 0 auto;
    display: flex;
    margin-top: 50px;
}
.zhsbh-jtnr-title{
    width: 20%;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    color: #2b4087;
}
.zhsbh-jtnr-nr{
    width: 80%;
    font-size: 16px;
    line-height: 1.5;
    color: #3D3D3D;
    text-align: justify;
}


@media screen and (max-width: 768px) {
    .zhsbh-list{
        grid-template-columns: repeat(auto-fit, 150px);
    }
    .zhsbh-list li,.zhsbh-post{
        width: 150px;
        height: 195px;
    }
    .zhsbh-name{
        width: 27px;
        line-height: 27px;
    }
    .zhsbh-pic{
        width: 123px;
        height: 180px;
    }
    .zhsbh-gk{
        flex-wrap: wrap;
    }
    .back{
        position: relative;
    }
}