th,
td,
button,
input,
select,
textarea,
div,
span,
ul,
li {
	font-size: 0.18rem;
	font-family: "SiYuan";
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	display: block;
}

::-webkit-scrollbar {
	display: none;
	width: 0 !important;
}



@media screen and (min-width: 991px) {
	.box {
		width: 100vw;
		padding-top: 0.8rem;
	}
	
	.content {
		padding: 0 2.4rem 5rem;
		background-image: url("../img/organization-bg.jpg");
		background-repeat: no-repeat;
		background-position: bottom; 
		background-size: 100%;
		box-sizing: border-box;
	}
	
	.content-box {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.content-box .content-pic {
		height: 3.83rem;
		width: 11.4rem;
		margin-bottom: 0.8rem;
	}
	.content-box .content-pic1 {
		display: none;
	}
	
	.content-box .first-detail {
		font-size: 0.18rem;
		color: #333333;
		line-height: 0.4rem;
		text-indent: 2em;
		margin-bottom: 0.5rem;
	}
}


@media (max-width:991px) {
	.box {
		width: 100vw;
		padding-top: 0.8rem;
	}
	
	.content {
		padding: 0 15px;
		background-image: url("../img/organization-bg.png");
		background-repeat: no-repeat;
		background-position: bottom; 
		background-size: 100%;
	}
	
	.content-box {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-bottom: 118px;
	}
	
	.content-box .content-pic {
		display: none;
	}
	.content-box .content-pic1 {
		width: 100%;
		margin-bottom: 40px;
	}
	
	.content-box .first-detail {
		font-size: 13px;
		color: #333333;
		line-height: 23px;
		text-indent: 2em;
		margin-bottom: 20px;
	}
}