/*主办机构*/

.wrap1 {
	width:100%;
	height:1210px;    
    background: url(../imgs/2023pc/11.png) no-repeat center;
    background-size: cover;
	background-position: left bottom; 
    margin-top:0;
}
.safewidth{
	width: 100%;
	height:1210px;
	padding: 20px 0;
	background: rgba(0, 0, 0, .3);
}
.org{
	width: 1200px;
	padding-top: 60px;
	margin:0 auto;
}
.org h2{
	color: #fff;
	padding: 10px 0;
	font-size: 35px;
	font-family: impact;
	line-height: 1;
}
.org h3{
	color: #fff;
	font-size: 35px;
	font-family: impact;
	letter-spacing: 2px;
	padding: 10px 0;
}
.content{
	width:70%;
	margin-right: 10%;
	padding:10px 0;
	margin:0 auto;
	
}
.content h2{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color:#fff;
}
.content h3{
	margin:0 auto;
	color:#fff;
	text-align: center;
	font-size: 16px;
}


@media screen and (max-width:768px) {
	.wrap1{
	    background: url(../imgs/2023pc/11.1.png) no-repeat center;
	    background-size: cover;
	    height:1050px;
	}
	.org{
		width: 100%;
		padding-top: 30px;
	}
	.org h2{
		color: #fff;
		padding: 10px 0;
		font-size: 27px;
		font-family: impact;
		line-height: 1;
	}
	.org h3{
		color: #fff;
		font-size: 24px;
		font-family: impact;
		letter-spacing: 2px;
	}
	.content h2{
		text-align: center;
		font-size: 20px;
	}
	.content h3{
		text-align: center;
		font-size: 15px;
	}
	/*.org h2{
		color: #555;
	}
	.org h3{
		color: #555;
	}*/
}