/*organizer*/
.atd-wrap {
    width: 100%;
    position: relative;
    background: url("../imgs/主办机构.jpg") center no-repeat;
    background-size: cover;
    min-height: 1080px;
    background-attachment: fixed;
}
.six6 {
    width: 900px;
    margin: 0 auto;
}
.six6>h6 {
    display: inline-block;
    font-size: 17px;
    padding: 10px 250px 10px 15px;
    font-weight: bolder;
    color: #fff;
    background: url(../imgs/标题.svg) no-repeat;
    background-size: cover;
    margin-top: 30px;
}
.org{
	width: 900px;
	margin: 0 auto;
	color: #333;
    padding: 150px 15px;
    text-align: center;
}
.org h2{
	text-align: center;
	font-size: 50px;
	font-weight: normal;
	font-family: font143;
	text-align: center;
}
.org>img.atd{
	width: 120px;
	margin: 0 auto;
}
.org>img.hrflag{
	width: 140px;
	margin: 40px auto 0 auto;
}
.org .msg{
	margin-top: 20px;
	background: rgba(255,255,255,.5);
	padding: 20px;
    text-align: justify;
    text-justify: inter-ideograph;
	border-radius: 10px;
}
.org h3{
	font-size: 19px;
	text-align: center;
	margin-top: 40px;
}
.org .logoBlock{
	margin-top: 20px;
}

@media screen and (max-width:768px) {
	.atd-wrap {
		width: 100%;
		position: relative;
		background: none;
	}
	.atd-wrap:before {
        content: '';
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: url("../imgs/m主办机构.jpg") center no-repeat;
        background-size: cover;
        overflow: hidden;
    }
	.six6 {
        width: 100%;
    }
    .six6>h6 {
        font-size: 14px;
        padding: 8px 180px 8px 15px;
        margin-top: 0;
    }
	.org {
		width: 100%;
		padding-bottom: 50px;
		color: #555;
	}
	.org h2{
		font-size: 32px;
	}
	.org>img.atd{
		width: 100px;
	}
	.org>img.hrflag{
		width: 120px;
		margin: 20px auto 0 auto;
	}
	.org .msg{
		margin-top: 15px;
		padding: 15px;
	}
	.org h3{
		font-size: 17px;
		margin-top: 20px;
	}
	.org .logoBlock{
		margin-top: 15px;
	}
}
