/*主办机构*/
.wrap1 {
	padding: 0;
}

.wrap2{
	background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/ai/oneflag/2025/8.png) no-repeat center;
	background-position: bottom left;
	background-size: cover;
	height: 1700px;
}
.org{
	width: 860px;
	margin: 0 auto;
	color: #fff;
}
.org h2{
	font-size: 32px;
	color:#fff;
	margin: 10px 0;
}
.org h3{
	padding: 10px 0;
}
.org .logo{
	width: 113px;
    float: left;
    padding: 10px;
}
.org .msg{
    line-height: 1.7;
    color:#fff;
    padding: 0 10px;
}

a{
	display: inline-block;
	color:#fff;
}

.ourBrand ul li a{
	background: #fff;
	width: 100%;
}

@media screen and (max-width:768px) {
	.wrap2{
	    background: url(https://hrflagfile.oss-cn-hangzhou.aliyuncs.com/Web/ai/oneflag/2025/8m.png) no-repeat center;
	    background-size: contain;
		background-position: bottom;
	    height: 2300px;
		background-color: #1E4C20;
	}
	.org{
		width: 100%;
	}
	.org h2{
		font-size: 26px;
	}
	.org .msg{
		font-size: 13px;
		line-height: 2;
		letter-spacing: 0.5px;
		text-align: justify;
	}
}