.boke-container{
    background: url('/img/boke_bg.png') no-repeat center center;
    background-size: cover;
    padding-top: 30px;
}
.boke-box{
    min-width: 1200px;
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
}
.boke-left{
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    background-color: #fff;
}
.boke-left-top{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    position: relative;
    padding: 20px;
}
.boke-left-top span{
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 10px;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    border-bottom: 2px solid #71a5ff;
    line-height: 34px;
}
.boke-left-content{
    padding:0 20px;
    margin-top: 30px;
}
.boke-right{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.boke-right-item{
    border-radius: 5px;
    background-color: #fff;
    padding: 20px 10px;
}
.boke-right-top{
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.boke-right-top i{
    margin-right: 5px;
    font-size: 24px;
    color: #ff6928;
}

.boke-bianqian {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.boke-bianqian>a{
    font-size: 14px;
    color: #ff6928;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding:5px 10px;
    border-radius: 10px;
}

.boke-bianqian>a:hover{
    cursor: pointer;
    background-color: #eee;
}

.boke-right-content ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.boke-right-content ul li{
    margin: 0;
    line-height: 24px;
    margin-bottom:20px;
    position: relative;
    list-style: decimal;
    list-style-position: inside;
    padding: 0 10px;
}

.boke-right-content ul li a{
    text-decoration: none;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-indent: 2ch;
    font-weight: 500;
}

.boke-right-content ul li a:hover{
    cursor: pointer;
    color: #3399FF;
}
.boke-right-top .icon-cailiaoxihuan{
    width: 24px;
    height: 24.67px;
}

.boke-right-content ul li img{
    width: 100%;
    height:130px;
    object-fit: cover;
    opacity: 1;
    border-radius: 5px;
}
.cailiaoxihuan-content ul li{
    list-style: none;
}
.cailiaoxihuan-content ul li a{
    position: absolute;
    left: 0;
    bottom: 30px;
    color: #fff;
    background-color: #2b2b2bc4;
    padding: 5px 10px;
    display: block;
}
.cailiaoxihuan-content ul li a:hover{
    color: #fff;
    background-color: #000;
}
.cailiaoxihuan-content ul li:hover img{
    transition: transform 0.2s ease-in-out;
    transform: scale(1.05);
}
.boke-left-content ul{
    padding: 0;
    list-style: none;
    margin: 0;
}
.boke-left-content ul li{
    margin: 0;
    line-height: 24px;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.boke-left-content ul li img{
    width: 200px;
    height:140px;
    object-fit: cover;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border-radius: 3px;
}
.boke-left-content ul li img:hover{
    cursor: pointer;
    transition: transform 0.2s ease-in-out;
    transform: scale(1.05);
}



.boke-left-content ul li>div{
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    padding-bottom: 30px;
}
.boke-left-content ul li div h3{
    font-size: 16px;
    color: #333;
    margin: 0;
}
.boke-left-content ul li div h3 a{
    text-decoration: none;
    color: #333;
}
.boke-left-content ul li div h3 a:hover{
    cursor: pointer;
    color: #3399FF;
}
.boke-left-content ul li div p{
    margin: 0;
}
.boke-left-content-p{
    color: #555;
    font-size: 14px;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.boke-left-content-bottom{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    color: #555;
    font-size: 12px;
    /* font-weight: 200; */
}
/* 分页 */
#boke-left-content-pages{
    text-align: center;
    margin-top: 80px;
}
.layui-laypage a, .layui-laypage span{
    display: inline-block;
    vertical-align: middle;
    padding: 0 25px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #333;
    font-size: 14px;
}
.layui-laypage a:hover{
    color: #1E9FFF;
}