.serach_form {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 20px;
}


.report_main {
    margin: 50px auto;
}



.report_left {
    background-color: #fff;
    box-shadow: 5px 5px 20px #eee;
    padding: 20px;

}

.report_right {
    background-color: #fff;
    box-shadow: 5px 5px 20px #eee;
}

.left_fixed {
    position: fixed;
    width: 230px;
    top: 120px;
    z-index: 999;
}


.report_option h3 {
    font-size: 16px;
    color: #666;
}

.option_item {
    padding: 15px 0 15px 5px;
    margin-bottom: 20px;
}

.option_item li {
    float: left;
    padding: 8px 12px;
    margin: 6px 8px;
    border: 1px solid #eee;
    cursor: pointer;
}

.option_item li.hover {
    background-color: #3498db;
    color: #fff;
}


.report_px {
    background-color: #fff;
    box-shadow: 5px 5px 20px #eee;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.report_px li {
    float: left;
    padding: 15px 20px;
    cursor: pointer;
    /* border-right: 1px solid #eee; */
}

.report_px li.hover {
    color: #3498db;
}


.report_lists {
    background-color: #fff;
    box-shadow: 5px 5px 20px #eee;
    padding: 20px;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.report_lists .report_item {
    border-bottom: 1px solid #eee;
    background-color: #fff;
    padding: 26px 0;
}

.report_lists .report_item:hover {
    background: #efefef;
    cursor: pointer;
}



.report_item .i_imgBox {
    height: 150px;
    overflow: hidden;
}

.report_item .i_imgBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease-out 0s;
}

.report_item:hover .i_imgBox img {
    transform: scale(1.2);
}


.report_item .i_info {
    padding: 15px 20px;
    line-height: 1.6;
}

.report_item .i_info h2 {
    font-size: 18px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.report_item .i_info .i_attr {
    padding-top: 10px;
}

.report_item .i_info .i_attr span {
    color: #bbb;
}

.report_item .i_info .i_attr samp {
    color: #f28668;
    padding-right: 5px;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}



.item_box_lists {
    margin-bottom: 60px;
}

#flow_lists {
    column-count: 3;
    /* 列数 */
    column-gap: 16px;
}

#flow_lists>div {
    break-inside: avoid;
    padding: 8px;

    /* clear: both;
    overflow: hidden; */
}



#flow_lists .layui-flow-more {
    width: 100%;
}


.hot_item {
    /* border: 1px solid #ddd; */
    box-shadow: 5px 5px 5px #ddd;
    background-color: #fff;
    height: auto;
}

.hot_item:hover {
    background: #efefef;
    cursor: pointer;
    box-shadow: 5px 5px 5px #ccc;
}

.hot_item .i_imgBox {
    height: auto;
    overflow: hidden;
    background: #eee;
}


/* .hot_item .i_imgBox.size_1 {
    height: 337px;
}

.hot_item .i_imgBox.size_2 {
    height: 270px;
} */


.hot_item .i_imgBox img {
    width: 100%;
    height: auto;
    object-fit: contain;
    transition: all .3s ease-out 0s;
}

.recommend_box .i_imgBox img {
    height: 260px;
    object-fit: cover;
}

.hot_item:hover .i_imgBox img {
    transform: scale(1.2);
}


.hot_item .i_info {
    padding: 15px 20px;
    line-height: 1.6;
    /* height: 160px; */
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}

.hot_item .i_info>div {
    width: 100%;
}

.hot_item .i_info h2 {
    font-size: 16px;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hot_item .i_type {
    padding-top: 10px;
}

.hot_item .i_type span {
    display: inline-block;
    background-color: #eee;
    border-radius: 10px;
    color: #f28668;
    padding: 2px 6px;
    margin-bottom: 5px;
    font-size: 12px;
}

.hot_item .fr {
    float: right;
}

.hot_item samp {
    color: #bbb;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

.hot_item samp.ts {
    float: right;
    color:#666;
}

.hot_item .layui-icon {
    font-size: 18px;
    padding-top: 5px;
    color: #999;
}




.show-box {
    padding: 30px 0;
}

.show-content {
    background: #fff;
    padding: 20px;
    min-height: 500px;
    position: relative;
}

.fun-left {
    position: absolute;
    top: 100px;
    left: -80px;
}

.fun-left li {
    width: 70px;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
    padding: 5px 0 5px 15px;
    color: #00a0e9;
    margin-bottom: 15px;
}

.fun-left li a {
    color: #00a0e9;
}

.title_box {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.title_box h2 span {
    float: right;
    color: #999;
    font-size: 12px;
    font-weight: normal;
}

.title_box .t_tabs {
    color: #999;
}


.title_box .i_imgBox img {
    width: 90%;
    height: auto;
    border: 1px solid #ddd;
    object-fit: contain;
    max-height: 170px;
}


.user_info {
    background: #fff;
    text-align: center;
    padding: 20px;
}

.user_avater img {
    border-radius: 50%;
    object-fit: cover;
}

.user_avater p {
    padding: 5px 0;
}

.user_info ul {
    padding-top: 20px;
}

.user_info ul li {
    padding: 10px 0;
    border-top: 1px solid #ddd;

}


.btn_box {
    text-align: center;
    padding: 30px 0;
}

.btn_box p {
    padding: 10px;
}






.images_show {
    height: 750px;
    padding: 20px 0;
}

.images_show .swiper {
    width: 100%;
    height: 100%;
}

.images_show .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.images_show .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.images_show .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.images_show .swiper-slide {
    background-size: cover;
    background-position: center;
}

.images_show .mySwiper2 {
    height: 80%;
    width: 100%;
}

.images_show .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.images_show .mySwiper .swiper-slide {
    width: 20%;
    height: 100%;
    opacity: 0.4;
}

.images_show .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
}

.images_show .swiper-button-next,
.images_show .swiper-button-prev {
    color: #00a0e9;
}




.hot_box {
    padding: 50px 0;
}

.column_item {
    text-align: center;
    padding: 30px 0;
}

.column_item span {
    color: #bbb;
    font-weight: normal;
}




/* 手机端 */
@media screen and (max-width: 768px) {

    .serach_box {
        height: 80px;
        background-color: #3498db;
    }

    .report_main {
        margin-top: 20px;
    }

    .report_lists {
        background: #efefef;
        padding: 0;
        margin: 0;
    }

    .report_lists .report_item {
        padding: 0;
        margin-bottom: 10px;
    }




    .report_item .i_info .i_attr p {
        display: inline-block;
        padding-right: 10px;
    }


    #lists-laypage {
        text-align: center;
    }


    #flow_lists {
        column-count: 1;
        /* 列数 */
        column-gap: 16px;
    }


    .hot_box {
        padding: 0;
    }

    .hot_box .hot_lists {
        margin: 0;
    }
}
