.report {
	padding-top: 0.8rem;
	padding-bottom: 0.8rem;
}

.report_flex {
	margin: 0 -0.25rem;
}

.report_flex .item {
	margin-bottom: 0.33rem;
	padding: 0 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: 0.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: #333333;
	font-size: 0.18rem;
	line-height: 1.8;
	padding-top: 1rem;
	margin-bottom: 0.6rem;
}

.jianshe_imgbox {
	padding-bottom: 0.4rem;
}

.jianshe_img_item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.jianshe_img_overflow {
	height: 4.5rem;
	overflow: hidden;
	margin-bottom: 0.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: 0.15rem 2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.zhengce_title {
	font-size: 0.3rem;
	color: #fff;
	font-weight: bold;
	margin-bottom: 0.3rem;
	text-align: center;
}

.zhengce_text {
	width: 100%;
	font-size: 0.18rem;
	color: #fff;
	line-height: 1.8;
}
.zhengce_listbox{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 0.4rem;
	padding-top: 0.8rem;
}
.zhengce_item_item{
	width: 7.7rem;
	height: 4rem;
	background: #F6F6F6;
	padding: 0.7rem 0.5rem 0.66rem 0.5rem;
	margin-bottom: 0.6rem;
}
.zhengce_item_item img{
	width: 0.7rem;
	height: 0.7rem;
}
.zhengce_item_msg{
	margin-top: 0.3rem;
}

.zhengce_item_title{
	font-weight: bold;
	font-size: 0.3rem;
	color: #333333;
	margin-bottom: 0.2rem;
}
.zhengce_item_text{
	color: #333333;
	font-size: 0.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: 0.15rem 15px;
    }
    .zhengce-column{
        padding-top: 0.5rem;
    }
    .zhengce_text,.zhengce_item_text{
        font-size: 12px;
    }
}
