﻿.report
{
    padding-top: .8rem;
    padding-bottom: .8rem;
}
.report_flex
{
    margin: 0 -.25rem;
}
.report_flex .item
{
    margin-bottom: .33rem;
    padding: 0 .25rem;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}
.report_flex .item .scale_box
{
    height: 3.2rem;
}
.report_flex .item .line1
{
    margin-top: .13rem;
    text-align: center;
    transition: var(--tran_03);
}
.report_flex .item:hover .line1
{
    font-weight: bold;
    color: var(--c);
}/* 工会建设 */
.w1600
{
    width: 16rem;
    margin: 0 auto;
}
.jianshe_content
{
    color: #333;
    font-size: .18rem;
    line-height: 1.8;
    padding-top: 1rem;
    margin-bottom: .6rem;
}
.jianshe_imgbox
{
    padding-bottom: .4rem;
}
.jianshe_img_item
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.jianshe_img_overflow
{
    height: 4.5rem;
    overflow: hidden;
    margin-bottom: .4rem;
}
.jianshe_img_overflow img
{
    width: 100%;
    height: 100%;
    transition: linear .35s;
}
.jianshe_img_overflow:hover img
{
    transform: scale(1.05);
}
.jianshe_img_item .jianshe_img_overflow:nth-child(1)
{
    width: 9rem;
}
.jianshe_img_item .jianshe_img_overflow:nth-child(2)
{
    width: 6.6rem;
}
.jianshe_img_item .jianshe_img_overflow:nth-child(3)
{
    width: 100%;
}
.jianshe_img_item:nth-child(2n) .jianshe_img_overflow:nth-child(1)
{
    width: 6.6rem;
}
.jianshe_img_item:nth-child(2n) .jianshe_img_overflow:nth-child(2)
{
    width: 9rem;
}/* 工会建设结束 *//* 政策与实践 */
.zhengce-column
{
    padding-top: 1rem;
}
.zhengce_item
{
    width: 100%;
    height: 3rem;
    position: relative;
}
.zhengce_item img
{
    width: 100%;
    height: 100%;
}
.zhengce_item .zhengce_msg
{
    width: 100%;
    padding: .15rem 2rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.zhengce_title
{
    font-size: .3rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: .3rem;
    text-align: center;
}
.zhengce_text
{
    width: 100%;
    font-size: .18rem;
    color: #fff;
    line-height: 1.8;
}
.zhengce_listbox
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: .4rem;
    padding-top: .8rem;
}
.zhengce_item_item
{
    width: 7.7rem;
    height: 4rem;
    background: #f6f6f6;
    padding: .7rem .5rem .66rem .5rem;
    margin-bottom: .6rem;
}
.zhengce_item_item img
{
    width: .7rem;
    height: .7rem;
}
.zhengce_item_msg
{
    margin-top: .3rem;
}
.zhengce_item_title
{
    font-weight: bold;
    font-size: .3rem;
    color: #333;
    margin-bottom: .2rem;
}
.zhengce_item_text
{
    color: #333;
    font-size: .18rem;
    line-height: 2;
}
@media only screen and (max-width: 1024px)
{
    .report_flex .item
    {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .w1600
    {
        width: 100%;
    }
    .zhengce_item .zhengce_msg
    {
        padding: .15rem 15px;
    }
    .zhengce-column
    {
        padding-top: .5rem;
    }
    .zhengce_text, .zhengce_item_text
    {
        font-size: 12px;
    }
}
