/* 头部样式开始 */
.pblic_header {
	height: 350px;
	background: url(../images/bk_header.png) no-repeat top center;
	background-size: cover;
}

.pblic_header_content {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}

.pblic_header_content a {
	text-decoration: none;
	color: white;
	font-weight: bold;
    text-decoration: none;
}

.pblic_header_content a:hover {
	color: #003388;
}
/* 头部样式结束 */

a {
	text-decoration: none;
}

.container {
	width: 1200px;
	margin: 0 auto;
}

.zlsjxd-title {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.public-content {
	display: flex;
	justify-content: space-between;
}

.public-left {
	width: 49%;
}

.public-right {
	width: 49%;
}

.public-span-content {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.public-span {
	width: 80%;
	display: flex;
	align-items: center;
}

.public-span-main {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	font-size: 20px;
	text-decoration: none;
	color: black;
}

.public-doi {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #5FBFFD;
	margin-right: 10px;
}

.slider-container {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}

.slider {
	/*display: flex;
	width: 400%;*/
	height: 100%;
	transition: transform 0.8s ease-in-out;
}

.slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.slide-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide-content {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	color: white;
	text-align: left;
}

.slide-title {
	font-size: 1.5rem;
	margin-bottom: 10px;
}

.slide-description {
	font-size: 1rem;
	opacity: 0.9;
	margin-left: 15px;
}

.indicators {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	gap: 10px;
	position: absolute;
	top: 80%;
	right: 3%;
}

.indicator {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: white;
	cursor: pointer;
	transition: all 0.3s ease;
}

.indicator.active {
	background: red;
	transform: scale(1.2);
}

.zlsjxd-content {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 25px;
    margin-bottom: 80px;
}

.zlsjxd-content>a {
	background: #FFFFFF;

	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.3);
	text-decoration: none;
	color: black;
}

.zlsjxd-content-title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 54px;
}

.zlsjxd-content-img>img {
	width: 100%;
    height: 210px;
}


/* 公共底部css重写 */
.ft-txt {
    padding-left: 0px !important;
}

.foot-b .content {
    display: flex;
    align-items: center;
}
.ft-txt ul {
	list-style: none !important;
}

.ft-txt li {
    padding-left: 0 !important;
}

.ft-txt li::before {
    display: none
}
