


.new-intro .wp-large {
	max-width: unset;

}



.new-intro .principal-actor {
	margin-bottom: 1.1rem;
	padding: 0.8rem 0;
	position: relative;

}

.new-intro .principal-actor::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 100vw;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	background-color: #f5f5f5;
	z-index: 0;
}

.new-intro .principal-actor > * {
	position: relative;
	z-index: 1;
}

.new-intro .principal-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 1.4rem;
	margin-top: 0.3rem;
	position: relative;
	min-height: 5rem;
	padding-right: 2.6rem;
	padding-left: 2.6rem;
}

.new-intro .principal-content::before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.5rem;
	height: 4.4rem;
	background-color: #EAEBE9;
}

.new-intro .principal-content > .principal-img,
.new-intro .principal-content > .principal-info {
	position: relative;
	z-index: 1;
}

.new-intro .principal-actor .tit-center {
	text-align: center;
}

.new-intro .principal-actor .tit-center .text {
	max-width: 4.27rem;
	margin: 0.19rem auto 0 auto;
}

.new-intro .principal-actor .tit-center .text p {
	font-size: 0.14rem;
	line-height: 0.27rem;
	color: #525A63FF;
}

.new-intro .principal-content > .principal-img {
	width: 3.27rem;
	height: 5rem;
	position: relative;
}

.new-intro .principal-img > img {
	width: 100%;
	height: auto;
	display: block;
}

.new-intro .principal-content > .principal-info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	padding: 0.4rem 0 0.7rem 0;
	height: 4.8rem;
	box-sizing: border-box;
}

.new-intro .principal-info > h4 {
	font-size: 0.28rem;
	font-weight: bold;
	line-height: 0.37rem;
	margin-bottom: 0.13rem;
	color: #131C28FF;
}

.new-intro .principal-info > .info-text {

}

.new-intro .principal-info .info-text > p {
	line-height: 0.35rem;
	color: #666;
	font-size: 0.18rem;
}

.new-intro .principal-info > .more-btn {
	display: inline-block;
	padding: 0.08rem 0.35rem;
	background-color: transparent;
	border: 1px solid #756039FF;
	color: #756039FF;
	font-size: 0.16rem;
	line-height: 0.31rem;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	width: 2.4rem;
	margin-top: 0.3rem;
}

.new-intro .principal-info .more-btn:hover {
	background-color: #756039;
	border-color: #756039;
	color: #fff;
}

.new-intro .principal-info .more-btn > i {
	margin-left: 0.08rem;
	font-size: 12px;
}

.new-intro .principal-info .more-btn .arrow-icon {
	width: 0.2rem;
	height: 0.2rem;
	margin-left: 0.08rem;
	vertical-align: middle;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.new-intro .principal-info .more-btn:hover .arrow-icon {
	-webkit-transform: translate(0.05rem, -0.05rem);
	        transform: translate(0.05rem, -0.05rem);
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
}

.new-intro .main-actor-section {
	padding: 0.6rem 0;
	text-align: center;
	margin: 0 auto 1.2rem auto;
	max-width: 14rem;
}

.new-intro .main-actor-list {
	--col-gap: 0.24rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	gap: var(--col-gap);
	margin-top: 0.5rem;
}

.new-intro .main-actor-list > li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 3.27rem;
	    -ms-flex: 0 0 3.27rem;
	        flex: 0 0 3.27rem;
	box-sizing: border-box;
	position: relative;
}

.new-intro .main-actor-list > li::before {
	content: '';
	position: absolute;
	left: calc(var(--col-gap) / -2);
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #b2b5b5;
}

.new-intro .main-actor-list > li:nth-child(4n + 1)::before {
	display: none;
}

.new-intro .main-actor-list .img-ovh {
	width: 3.27rem;
	height: 5rem;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.new-intro .main-actor-list .img-ovh > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.new-intro .main-actor-list > li > a > h3 {
	font-size: 18px;
	position: relative;
	line-height: 1;
	margin-top: 0.2rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	text-align: left;
	padding: 0 0.08rem;
}

.new-intro .main-actor-list .ico-link {
	position: static;
	opacity: 1;
	-webkit-transform: none;
	        transform: none;
	font-size: 16px;
	margin-left: 0.08rem;
	color: #999;
}

.new-intro .actor-detail-section {
	padding: 0.6rem 0;
	text-align: center;
	margin: 0 auto;
	max-width: 14rem;
}

.new-intro .actor-grid {
	--col-gap: 0.24rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-column-gap: var(--col-gap);
	   -moz-column-gap: var(--col-gap);
	        column-gap: var(--col-gap);
	row-gap: 0.45rem;
	margin-top: 0.5rem;
}

.new-intro .actor-grid > li {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 3.27rem;
	    -ms-flex: 0 0 3.27rem;
	        flex: 0 0 3.27rem;
	box-sizing: border-box;
	position: relative;
}

.new-intro .actor-grid > li::before {
	content: '';
	position: absolute;
	left: calc(var(--col-gap) / -2);
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #b2b5b5;
}

.new-intro .actor-grid > li:nth-child(4n + 1)::before {
	display: none;
}

.new-intro .actor-grid .img-ovh {
	width: 3.27rem;
	height: 5rem;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

.new-intro .actor-grid .img-ovh > img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}

.new-intro .actor-grid > li > a > h4 {
	font-size: 16px;
	margin-top: 0.15rem;
	color: #333;
	text-align: left;
	padding: 0 0.08rem;
}

@media screen and (max-width: 768px) {
	.new-intro .wp-large {
		padding-left: 0.3rem;
		padding-right: 0.3rem;
	}

	.new-intro .principal-actor {
		margin-bottom: 0.8rem;
		padding: 0.4rem 0;
	}

	.new-intro .principal-actor::before {
		display: none;
	}

	.new-intro .principal-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		min-height: 0;
		background-color: #EAEBE9;
		border-radius: 0.12rem;
		overflow: hidden;
		gap: 0;
		margin-top: 0.2rem;
		padding: 0;
	}

	.new-intro .principal-content::before {
		display: none;
	}

	.new-intro .principal-content > .principal-img {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
        width: 100%;
        height: auto;
		position: relative;
	}

	.new-intro .principal-img > img {
		width: 100%;
		height: auto;
		display: block;
	}

	.new-intro .principal-content > .principal-info {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		height: auto;
		padding: 0.3rem 0.25rem 0.35rem;
	}

	.new-intro .principal-info > h4 {
		font-size: 0.36rem;
		line-height: 0.45rem;
		margin-bottom: 0.15rem;
		text-align: left;
	}

	.new-intro .principal-info .info-text > p {
		font-size: 0.13rem;
		line-height: 0.24rem;
		margin-bottom: 0.1rem;
	}

	.new-intro .principal-info .info-text > p:last-child {
		margin-bottom: 0;
	}

	.new-intro .principal-info > .more-btn {
		width: 2rem;
		font-size: 0.14rem;
		line-height: 0.28rem;
		padding: 0.06rem 0.3rem;
		margin-top: 0.2rem;
	}

	.new-intro .principal-actor .tit-center .text {
		max-width: 100%;
		margin: 0.15rem auto 0 auto;
		padding: 0 0.2rem;
	}

	.new-intro .principal-actor .tit-center .text p {
		font-size: 0.13rem;
		line-height: 0.24rem;
	}

	.new-intro .main-actor-section {
		padding: 0.4rem 0;
		margin: 0 auto 0.8rem auto;
	}

	.new-intro .main-actor-list {
		--col-gap: 0.2rem;
		gap: var(--col-gap);
		margin-top: 0.4rem;
	}

	.new-intro .main-actor-list > li,
	.new-intro .actor-grid > li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(50% - var(--col-gap) / 2);
		    -ms-flex: 0 0 calc(50% - var(--col-gap) / 2);
		        flex: 0 0 calc(50% - var(--col-gap) / 2);
		max-width: calc(50% - var(--col-gap) / 2);
	}

	.new-intro .main-actor-list > li::before,
	.new-intro .actor-grid > li::before {
		display: none;
	}

	.new-intro .main-actor-list .img-ovh,
	.new-intro .actor-grid .img-ovh {
		width: 100%;
		height: 0;
		padding-top: 160%;
		border-radius: 0.08rem;
		overflow: hidden;
	}

	.new-intro .main-actor-list > li > a > h3 {
		font-size: 0.3rem;
		margin-top: 0.12rem;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		text-align: center;
	}

	.new-intro .main-actor-list .ico-link {
		display: none;
	}

	.new-intro .actor-detail-section {
		padding: 0.4rem 0;
	}

	.new-intro .actor-grid {
		--col-gap: 0.2rem;
		row-gap: 0.35rem;
		margin-top: 0.4rem;
	}

	.new-intro .actor-grid > li > a > h4 {
		font-size: 0.3rem;
		line-height: 0.4rem;
		margin-top: 0.12rem;
		text-align: center;
	}

	.new-intro .t2.tit-center h3 {
		font-size: 0.28rem;
	}

	.new-intro .page {
		margin-top: 0.4rem;
	}

	.new-intro .page a,
	.new-intro .page span {
		font-size: 0.14rem;
		min-width: 0.35rem;
		height: 0.35rem;
		line-height: 0.35rem;
	}
}

@media screen and (max-width: 480px) {
	.new-intro .wp-large {
		padding-left: 0.2rem;
		padding-right: 0.2rem;
	}

	.new-intro .principal-info > h4 {
		font-size: 0.32rem;
	}

	.new-intro .principal-info .info-text > p {
		font-size: 0.2rem;
		line-height: 0.3rem;
	}

	.new-intro .principal-actor .tit-center .text p {
		font-size: 0.3rem;
		line-height: 0.4rem;
	}

	.new-intro .t2.tit-center h3 {
		font-size: 0.4rem;
	}

	.new-intro .main-actor-list > li,
	.new-intro .actor-grid > li {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		    -ms-flex: 0 0 100%;
		        flex: 0 0 100%;
		max-width: 100%;
	}

	.new-intro .main-actor-list .img-ovh,
	.new-intro .actor-grid .img-ovh {
		padding-top: 150%;
	}
}




/* 管理团队页面 start  */
.team-list-page .new-intro .team-section .t2 .text {
	max-width: 8rem;
	margin: 0.15rem auto 0 auto;
}

.team-list-page .new-intro .team-section .t2 .text p {
	font-size: 0.14rem;
	line-height: 0.27rem;
	color: #525A63;
}

.team-list-page .new-intro .team-list {
	margin-top: 0.8rem;
}

.team-list-page .new-intro .team-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0;
	margin-bottom: 0.8rem;
}


.team-list-page .new-intro .team-item.reverse {
	flex-direction: row-reverse;

}

/* .team-list-page .new-intro .team-item.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
} */

.team-list-page .new-intro .team-item > .team-img {
	width: 4rem;
	height: 5.5rem;
	position: relative;
	overflow: hidden;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 4rem;
	    -ms-flex: 0 0 4rem;
	        flex: 0 0 4rem;
}

.team-list-page .new-intro .team-item .team-img > img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center top;
	   object-position: center top;
	display: block;
}

.team-list-page .new-intro .team-item > .team-info {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;

	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5rem;
	padding: 0.5rem 0.64rem;
	background-color: #EAEAE8;
	box-sizing: border-box;
	height: 4.49rem;
}



.team-list-page .new-intro .team-item.reverse .team-info {
	justify-content: flex-start;
	padding-left: 0.64rem;

}






.team-list-page .new-intro .team-item .info-base {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-width: 3.1rem;
}




.team-list-page .new-intro .team-info .info-base h4 {
	font-size: 0.4rem;
	line-height: 0.53rem;
	margin-bottom: 0.3rem;
	color: #756039FF;
}

.team-list-page .new-intro .team-info .info-base .team-title {
	font-size: 0.2rem;
	line-height: 0.26rem;
	margin-bottom: 0.35rem;
	color: #756039FF;
	font-weight: 500;
}


.team-list-page .new-intro .team-info .team-desc > li {
	font-size: 0.17rem;
	line-height: 0.35rem;
	color: #666;
	position: relative;
	padding-left: 0.28rem;
	
}

.team-list-page .new-intro .team-info .team-desc > li {
	list-style: none;
}

.team-list-page .new-intro .team-info .team-desc > li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.12rem;
	width: 0.06rem;
	height: 0.06rem;
	background-image: url('../images/team-list01.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

@media screen and (max-width: 768px) {
	.team-list-page .new-intro .team-section .t2 .text p {
		font-size: 12px;
	}

	.team-list-page .new-intro .team-item,
	.team-list-page .new-intro .team-item.reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		padding: 0.6rem 0.4rem;
	}

	.team-list-page .new-intro .team-item > .team-img {
		width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		height: auto;
		margin-bottom: 0.4rem;
	}

	.team-list-page .new-intro .team-item .team-info,
	.team-list-page .new-intro .team-item .team-info.reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column;
		gap: 0.5rem;
		-webkit-box-pack: start;
		-webkit-justify-content: flex-start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		padding: 0.4rem !important;
		background-color: #EAEAE8;
		width: 100%;
		box-sizing: border-box;
	}

	.team-list-page .new-intro .team-info .info-base h4 {
		font-size: 0.5rem;
		line-height: 0.5rem;
	}


	.team-list-page .new-intro .team-info .info-base .team-title {
		font-size: 0.3rem;
		line-height: 0.35rem;
	}

	.team-list-page .new-intro .team-info > .team-title {
		font-size: 15px;
	}

	.team-list-page .new-intro .team-info .team-desc > li {
		font-size: 13px;
		line-height: 1.6;
	}
}
/* 管理团队页面 end  */
