.banner-style {
    width: 100%;
}

.banner-img {
    width: 100%;
}

.info-item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 80%;
    /* padding: 0 20px 56px 20px; */
    padding: 20px 15px;
    margin-bottom: 60px;
    border-bottom: 1px solid #dde0e6;
    transition: all 0.3s ease-in-out;
    /* border: 1px solid #f5f5f5; */
}

/* .info-item-box:hover {
    border: 1px solid #dedede;
    background-color: rgb(245, 245, 245);
} */
.info-item-box:first-of-type{
    margin-top: 30px;
}
.info-item-box .right-img:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}

.info-item-box .right-img {
    width: 36%;
    margin-right: 8px;
    overflow: hidden;
}

.info-item-box .right-img img {
    width: 100%;
}

.info-item-box .right-box {
    display: flex;
    width: 63%;
}

.info-item-box .right-left-box {
    width: 80px;
    height: 76px;
    background-color: #ffffff;
    border: solid 1px #cacaca;
    border-radius: 2px;
    margin-right: 36px;
    text-align: center;
    font-size: 14px;
}

.info-item-box .num-style {
    margin-bottom: 6px;
    font-size: 36px;
}

.info-item-box .right-right-box {
    width: 90%;
    font-size: 14px;
    color: #33383a;
}

.info-item-box .right-right-box .title1 {
    margin-bottom: 28px;
    font-size: 20px;
    color: #33383a;
    transition: all 0.5s ease-in-out;
}
.info-item-box:hover .right-right-box .title1 {
    color: #0088d4;

}

.info-item-box .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    margin-top: 50px;
    background-color: #0088d4;
}


/* 分页 */

.xiaocms-page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 47px;
    text-align: center;
    margin: 60px auto;
}

.xiaocms-page a {
    display: inline-block;
    width: 47px;
    height: 47px;
    line-height: 47px;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #f3f3f5;
    background-color: #f3f3f5;
    color: #33383a;
}

.xiaocms-page .img-box:first-of-type {
    margin-left: 10px;
}

.xiaocms-page .img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    background-color: #0088d4;
    border: 1px solid #f3f3f5 #0088d4;
}
.small-view{
    display: none;
}
.big-view{
    display: block;
}

@media screen and (max-width: 768px) {
    .first-nav-box {
        height: 49px;
        line-height: 49px;
        font-size: 14px;
    }
   
    .info-item-box .right-right-box .title1 {
        margin-bottom: 10px;
        font-size: 15px;
    }
    .content-style {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .info-item-box .right-right-box .title1 {
        margin-bottom: 10px !important;
        font-size: 15px !important;
    }
    .info-item-box .img-box {
        width: 25px;
        height: 25px;
        margin-top: 10px;
    }
    .info-item-box .right-right-box .title1 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .info-item-box .right-left-box {
        width: 67px;
        height: 47px;
        margin-right: 10px;
        font-size: 14px;
    }
    .info-item-box {
        padding: 15px 10px 15px 10px;
        margin-bottom: 20px;
    }
    .info-item-box .num-style {
        margin-bottom: 0;
        font-size: 19px;
    }
    .info-item-box .right-right-box {
        width: 100%;
        font-size: 14px;
        color: #33383a;
    }
    .img-box img{
        width: 8px;
    }
    .xiaocms-page a {
       
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .xiaocms-page .img-box {
       
        width: 35px;
        height: 35px;
     
    }
    .xiaocms-page .img-box img{
        width: 9px;
    }
}

@media screen  and (max-width: 992px) {
    .flex-between{
        width: 80%;
    }
    .small-view{
        display: block;
    }
    .big-view{
        display: none;
    }
    .first-nav-box {
        height: 100px;
        line-height: 49px;
        font-size: 14px;
    }
    .info-item-box .right-right-box .title1 {
        margin-bottom: 15px;
        font-size: 19px;
    }
    .info-item-box .img-box {
        margin-top: 18px;
    }
    .content-style {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
    }
    .info-item-box {
        display: block;
    }
    .info-item-box .right-img {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .info-item-box .right-box {
        display: flex;
        width: 100%;
    }
}