/*主办方*/
.page_org .wrap {
	padding: 0;
	background: url(../imgs/pc/bg6.jpg) no-repeat center;
	background-size: cover;
	min-height: 960px;
	margin-top: 110px;
}
.page_org .wrap .mask {
	height: 100%;
    padding: 50px 0;
	background: rgba(0, 0, 0, .4);
}
.page_org .wrap .content {
	width: 860px;
	margin: 0 auto;
	color: #fff;
}
.page_org .wrap h2{
	font-size: 30px;
	line-height: 2;
	font-weight: bold;
}
.page_org .wrap h5{
	font-size: 18px;
	padding: 10px 0;
}
.page_org .wrap .logo {
	width: 140px;
	height: auto;
}
.page_org .wrap .msg {
	font-weight: lighter;
	line-height: 26px;
	padding-bottom: 20px;
	font-size: 14px;
    text-align: justify;
}
@media (max-width: 768px) {
	.page_org .wrap {
		padding: 0;
		background: url(../imgs/m/6.jpg) no-repeat center;
		background-size: cover;
		height: auto;
		margin-top: 50px;
	}
	.page_org .wrap .content {
		width: 100%;
		padding: 0 15px;
	}
	.page_org .wrap .msg{
		font-weight: normal;
	}
	.page_org .wrap h3{
		font-weight: normal;
	}
	.page_org .wrap h2 {
		font-size: 20px;
	}
	.page_org .wrap h5 {
		font-size: 15px;
		padding: 10px 0;
		font-weight: normal;
	}
}