.mingshi {
	width: 1200px;
	margin: auto;
}

.guoyi-title {
	padding: 60px 200px 40px;
	padding-bottom: 0;
	margin-bottom: 40px;
	height: 70px;
	border-bottom: 1px solid #d2d2d2;
	position: relative;
	font-size: 30px;
	font-family: fontCn;
	text-align: center;
}

.guoyi-title::after {
	content: '';
	width: 36px;
	height: 10px;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	bottom: -5px;
	transform: translate(-50%, 0);
}

.mingshi-info .mingshi-img {
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 100px;
	border: 1px solid #ccc;
	transition: all 0.8s;
	transform-origin: center;
	object-fit: cover;
	overflow: hidden;
	display: flex;
	align-items: center;
	display: block;
	margin: auto;
}

.mingshi-info .mingshi-img img {
	width: 100px;
	height: 100px;
	transition: all 0.8s;
	display: block;
	margin: auto;
	transform-origin: center;
	object-fit: cover;
}

.mingshi-info .mingshi-img:hover img {
	transform: scale(1.2);
}

.mingshi-name {
	font-size: 16px;
	text-decoration: none;
	color: #3f3f3f;
	text-align: center;
	margin: 10px 0;
}

.mingshi-name:hover {
	color: #337ab7;
	text-decoration: underline;
}

.mingshi-content {
	font-size: 13px;
	color: #8b8786;
	text-align: center;
	word-break: break-all;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.guoyi-title1 {
	padding-top: 60px;
	height: 70px;
	position: relative;
	font-size: 30px;
	font-family: fontCn;
	text-align: center;
}

.zheng {
	background-image: url('../img/bird-bg.jpg');
	background-size: 100% 700px;
	height: 700px;
}

.zheng-con {
	width: 1200px;
	box-sizing: border-box;
	margin: auto;
	background-color: #fff;
	padding: 30px;
	box-sizing: border-box;
}

.xiaobiao {
	font-size: 12px;
	color: #439ebb;
	white-space: nowrap;
	/* 禁止文本换行 */
	overflow: hidden;
	/* 隐藏超出容器的文本 */
	text-overflow: ellipsis;
	/* 使用省略号表示溢出的文本 */
}

.xiaobiao:hover {
	text-decoration: underline;
}

.zhengLeft {
	width: 660px;
}

.zheng-left {
	display: flex;
	padding: 10px;
}

.zheng-left img {
	width: 85px;
	height: 70px;
	object-fit: cover;
	margin-left: 20px;
}

.zheng-con {
	display: flex;
	justify-content: space-between;
}

.zhengrq {
	width: 80px;
	height: 40px;
	border-right: 1px solid #dddddd;
	margin-right: 20px;
}

.zhengrq p {
	width: 80px;
}

.zheng-date {
	font-size: 20px;
	color: #333333;
}

.zheng-year {
	font-size: 16px;
	color: #cccccc;
}

.zheng-text {
	flex: 1;
	min-width: 0;
	/* 关键：允许文字容器被压缩 */
}

.zheng-title {
	color: #3f3f3f;
	font-size: 16px;
	margin-bottom: 8px;
}

.zheng-neirong {
	font-size: 12px;
	color: #959595;
	margin-bottom: 5px;
	word-break: break-all;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 5px;
}

.tuijianSlide {
	height: 420px;
}

.chao-img {
	width: 100%;
	height: 420px;
	overflow: hidden;
}

.tuijianSlide img {
	width: 100%;
	height: 420px;
	display: block;
	margin-bottom: 10px;
	object-fit: cover;
}

.tuijianSlide:hover img {
	transform: scale(1.2);
}

.tuijianSlide div {
	display: flex;
}

.tuijianSlide .wenzi {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-left: 5px;
}

.tuijian {
	font-size: 16px;
	color: #b5080e;
}

.zhuanjia {
	width: 1200px;
	margin: auto;
}

.zhuanjia-list {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 30px;
}

.notice-board {
	position: relative;
	overflow: hidden;
	height: 240px;
}

.notice-list {
	list-style: none;
	margin: 0;
	padding: 0;
	animation: scroll 10s linear infinite;
}

.notice-list li {
	padding-left: 20px;
	color: #fff;
	line-height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.notice-board:hover .notice-list {
	animation-play-state: paused;
}

@keyframes scroll {
	0% {
		transform: translateY(0);
	}

	100% {
		transform: translateY(-50%);
	}
}

.mingyi-one {
	width: 270px;
	height: 470px;
	background-color: #ed4f44;
	padding: 20px;
	box-sizing: border-box;
}

.one-title {
	font-size: 16px;
	height: 40px;
	color: #fff;
	display: inline-block;
	margin: 5px 0 0 18px;
}

.ming-img {
	height: 146px;
	overflow: hidden;
	margin-bottom: 10px;
}

.ming-img img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s ease;
	transform-origin: center;
	margin: auto;
	display: block;
}

.ming-img img:hover {
	transform: scale(1.2);
	transition: transform 0.8s ease;
}

.one-title {}

.guwen {
	display: flex;
}

.guwen-left {
	padding-right: 30px;
	flex: 1;
}

.guwen-sousou {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}

.guwen-sou {
	display: flex;
}

.guwen-sou input {
	flex-grow: 1;
	border-radius: 20px 0 0 20px;
	outline: 0;
	border: 0;
	padding-left: 40px;
	background-color: #eeeeee;
	font-size: 16px;
}

.guwen-sou p {
	background-color: #ed4f44;
	height: 44px;
	width: 85px;
	color: #fff;
	border-radius: 0 20px 20px 0;
	cursor: pointer;
	text-align: center;
	line-height: 44px;
}

.yaowen {
	width: 1200px;
	margin: auto;
	padding-bottom: 40px;
}

.yaowen-feng {
	width: 220px;
	margin-right: 40px;
}

.yaowen-img {
	width: 220px;
	height: 330px;
	overflow: hidden;
}

.yaowen-img img {
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s ease;
	transform-origin: center;
	margin: auto;
	display: block;
}

.yaowen-img img:hover {
	transform: scale(1.2);
	transition: transform 0.8s ease;
}

.yaowen-miao {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	margin: 10px 0;
}

.yaowen-title {
	font-size: 13px;
	color: #3f3f3f;
	white-space: nowrap;
	/* 禁止文本换行 */
	overflow: hidden;
	/* 隐藏超出容器的文本 */
	text-overflow: ellipsis;
	/* 使用省略号表示溢出的文本 */
	flex: 1;
}

.yaowen-tu>p {
	display: inline-block;
	color: #fff;
	background-color: #dc2924;
	padding: 2px 10px;
	font-size: 12px;
	border-radius: 10px;
	cursor: pointer;
}

.yaowen-date {
	color: #9b9b9b;
	font-size: 12px;
}

.yaowen-list {
	width: 315px;
	margin-right: 40px
}

.yaowen-list div {
	display: flex;
	line-height: 35px;
	padding-left: 20px;
}

.yaowen-list p {
	color: #05747b;
}

.yaowen-list span {
	flex: 1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.baoming {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 0;
}

.canhui {
	background-color: #00a1cb;
	padding: 8px 50px;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	margin: 0 5px;
	cursor: pointer;
}

.shenban {
	background-color: #ef5553;
	padding: 8px 50px;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	margin: 0 5px;
	cursor: pointer;
}

.wenzi:hover {
	color: #337ab7;
	text-decoration: underline;
}

.huanyinghezuo {
	height: 453px;
}

.flex-y-center {
	align-items: center;
}

.flex-x-center {
	justify-content: center;
}

.flex-col {
	flex-direction: column;
}

.keep-flex {
	display: flex;
}

.huanyinghezuo .fixed-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/guoyifeng.jpg) no-repeat;
	background-size: cover;
	z-index: -1;
}

.huanyinghezuo .title {
	font-size: 40px;
	font-family: fontCn;
	margin-bottom: 20px;
}

.huanyinghezuo .subtitle {
	width: 700px;
	text-align: center;
	line-height: 35px;
	margin-bottom: 40px;
}

.huanyinghezuo .button2 {
	display: inline-block;
	padding: 10px 60px;
	color: #fff;
	border-radius: 10px;
	background: #dc2924;
	cursor: pointer;
}

.huodong {
	font-size: 12px;
	width: 800px;
	margin: auto;
	display: flex;
	justify-content: flex-end;
	margin-top: 10px;
	padding-bottom: 30px;
}

.huodong div {
	margin-left: 20px;
}

.huodong img {
	width: 30px;
	object-fit: cover;
	display: block;
	margin: auto;
}

.hezuohuoban {
	width: 1200px;
	margin: auto;
	padding: 60px;
}

.hezuo div {
	width: 110px;
	height: 110px;
	border: 2px solid #f1f1f1;
}

.hezuo img {
	width: 110px;
	height: 110px;
	transition: transform 0.8s ease;
	transform-origin: center;
}

.hezuo img:hover {
	transform: scale(1.2);
	transition: transform 0.8s ease;
}

.lianjie a:hover {
	color: #337ab7;
	text-decoration: underline;
}

.shizheng-four {
	display: flex;
}

.tuijianSwiper {
	width: 452px;
	display: block;
}

.tuijianSlide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 420px;
	opacity: 0;
	transition: opacity 1s ease-in-out;
	pointer-events: none;
}

.tuijianSlide.active {
	opacity: 1;
	pointer-events: auto;
}

.tuijianSlide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.8s ease;
	transform-origin: center;
}

.tuijianSwiper .slide img:hover {
	transform: scale(1.2);
	transition: transform 0.8s ease;
}

.slideshow-container {
	display: grid;
	/* 叠放 + 由子项撑高 */
	width: 800px;
	margin: auto;
	overflow: hidden;
}

.slide {
  grid-area: 1/1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  pointer-events: none;
  z-index: 0; /* 新增：让非 active 的 slide 沉下去 */
}

.slide.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 1; /* 新增：让 active 的 slide 浮上来 */
}

.tupiangaodu {
	width: 100%;
	height: 380px;
	overflow: hidden;
	pointer-events: auto;
}

.tupiangaodu img {
	width: 100%;
	height: 380px;
	object-fit: cover;
	transition: transform .8s ease;
	transform-origin: center;
}

.tupiangaodu:hover img {
	transform: scale(1.2);
}

.lunbo {
	width: 800px;
	margin: auto;
	font-size: 16px;
	color: #3f3f3f;
}

.big-lunboNum {
	font-size: 30px;
	color: #b5080e;
}

.lunbotitle {
	font-size: 16px;
	color: #3f3f3f;
}

.lunbotitle:hover {
	color: #337ab7;
	text-decoration: underline;
}



@media screen and (max-width: 768px) {
	.mingshi {
		width: 100%;
		margin: auto;
	}

	.zheng-con {
		width: 100%;
		box-sizing: border-box;
		margin: auto;
		background-color: #fff;
		padding: 30px;
		box-sizing: border-box;
	}

	.zhuanjia {
		width: 100%;
		margin: auto;
	}

	.hezuohuoban {
		width: 100%;
		margin: auto;
		padding: 60px;
	}

	.yaowen {
		width: 100%;
		margin: auto;
		padding-bottom: 40px;
	}

	.shizheng-four {
		display: block;
	}

	.shizheng-four .yaowen-feng:nth-child(3) {
		display: none;
	}

	.shizheng-four .yaowen-list:nth-child(4) {
		display: none;
	}

	.yaowen-feng {
		width: 100%;
		margin-right: 40px;
	}

	.yaowen-img {
		width: 100%;
		padding: 0 10px;
		height: 330px;
		box-sizing: border-box;
	}

	.yaowen-img img {
		width: 100%;
		height: 100%;
	}

	.yaowen-miao {
		padding: 0 10px;
	}

	.yaowen-tu>p {
		display: none;
	}

	.guoyi-title {
		padding: 0;
		padding-top: 15px;
		margin: 0 10px;
		margin-bottom: 10px;
	}

	.slideshow-container {
		width: 100%;
	}

	.tupiangaodu {
		width: 100%;
		height: 200px;
	}

	.slide {
		width: 100%;
	}

	.slide img {
		height: 200px;
	}

	.lunbo {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.huodong {
		width: 100%;
	}

	.guoyi-title1 {
		padding: 0;
		padding-top: 40px;
		margin: 0 10px;
	}

	.zheng {
		background-image: url('../img/bird-bg.jpg');
		background-repeat: no-repeat;
		background-size: 100% 110px;
		height: auto;
	}

	.zheng-con {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
		display: block;
	}

	.zhengLeft {
		width: 100%;
	}

	.zhengrq {
		display: none;
	}

	.zheng-right {
		width: 100%;
		color: #3f3f3f;
	}

	.zheng-right img {
		width: 100%;
		height: 200px;
		object-fit: cover;
	}

	.zhuanjia {
		width: 100%;
		margin: auto;
	}

	.zhuanjia-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 30px;
	}

	.guwen {
		display: block;
	}

	.guwen-left {
		padding: 0 10px;
	}

	.guwen-sousou {
		display: block;
	}

	.mingyi-one {
		width: calc(100% - 20px);
		/* 父级宽度 - 左右 10px 边距 */
		margin-left: 10px;
		margin-right: 10px;
		height: 470px;
		background-color: #ed4f44;
		padding: 20px;
		margin-top: 50px;
		box-sizing: border-box;
	}

	.yaowen .guoyi-title {
		padding-top: 50px;
	}

	.huanyinghezuo {
		overflow: hidden;
	}

	.huanyinghezuo .subtitle {
		width: 100%;
	}

	.hezuohuoban {
		padding: 0;
	}

	.hezuo {
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 30px;
	}


	.tuijianSwiper {
		width: 100%;
	}


}