.nav-wrap {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 9.3333vw;
	background: #f7f6f5;
}

.nav-item-wrap {
	width: 100%;
	height: 9.3333vw;
	line-height: 9.3333vw;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2.6667vw;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.release-item {
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: center;
	cursor: pointer;
	color: #363636;
}

.release-active {
	color: #f19437;
	position: relative;
}

.release-active::after {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 0;
	content: "";
	height: 1.0667vw;
	width: 5.3333vw;
	background: #f19437;
	border-radius: 1.3333vw;
}

.content-children {
	width: 100%;
	/* padding: 0 2.6667vw; */
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
}

.item-appear {
	width: 100%;
	height: 40vw;
}

.item-pic {
	width: 100%;
	height: 100%;
}

.des {
	padding: 3.2vw 0;
}

.head-por {
	width: 8vw;
	height: 8vw;
	border-radius: 100%;
	background: gray;
	margin-right: 2.6667vw;
}

.item-basic-info {
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.item-info {
	margin-top: 2.6667vw;
}

nav {
	width: 100%;
	overflow-y: auto;
	height: 10.6667vw;
	background: #f7f6f5;
	margin-top: 15vw;
}

.release-item {
	cursor: pointer;
	display: inline-block;
	min-width: 24vw;
	height: 10.6667vw;
	text-align: center;
	box-sizing: content-box;
	padding: 0 2.6667vw;
	line-height: 10.6667vw;
	font-size: 4vw;
}

#ul {
	display: flex;
	justify-content: space-between;
	height: 10.6667vw;

	/* overflow: hidden;
    min-width: 100%; */
}

.content-children section {
	display: none;
}

.release-content-active {
	display: block !important;
}

/* 志愿风采 */
.vol-item {
	box-sizing: border-box;
	width: 100%;
	padding-top: 2.6667vw;
}

.vol-img {
	box-sizing: border-box;
	width: 100%;
	padding: 2.6667vw;
	box-shadow: 0px 2px 6px 0px rgba(142, 142, 142, 0.35);
}

.vol-img img {
	width: 100%;
}

.vol-tiitle {
	font-size: 3.7333vw;
	font-weight: 700;
	margin-top: 1.3333vw;
	margin-bottom: 1.3333vw;
}

.vol-content {
	font-size: 3.2vw;
	color: #bababa;
}

/* 新增导航 */
.release-navigation-wrap {
	width: 100%;
	padding-top: 2vw;
	padding-bottom: 2vw;
	overflow-x: auto;
	background: #fff;
}

.release-navigation-wrap a {
	color: #f19437;
}

.one-release-navigation,
.two-release-navigation {
	box-sizing: border-box;
	/* padding-left: 2.6667vw; */
	/* display: flex; */
	/* justify-content: space-around; */
	/* width: 86.6667vw; */
	overflow-x: auto;
	display: flex;
	justify-content: space-between;
	/* overflow: hidden; */
}

.two-nav-item,
.one-nav-item {
	box-sizing: border-box;
	min-width: 16.6667vw;
	cursor: pointer;
	display: inline-block;
	padding: 1.3333vw 2vw;
	text-align: center;
	border: 1px solid #175a9e;
	margin: 0 1.3333vw;
	border-radius: 1.3333vw;
	color: #175a9e;
}

.release-navigation-active {
	color: #fff;
	background: url(./../images/addReletwonavActive.png) no-repeat;
	background-size: 100% 100%;
	border-color: rgba(142, 142, 142, 0);
}

.subset-active {
	display: block !important;
}

.two-subset-wrap,
.subset-wrap {
	display: none;
}

.assi-item {
	box-shadow: 0px 0px 5px #888888;
	padding-bottom: 2.6667vw;
}
