* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: "iconfont"; /* Project id 4964679 */
  src: url('//at.alicdn.com/t/c/font_4964679_m9231288cc.woff2?t=1751684299776') format('woff2'),
       url('//at.alicdn.com/t/c/font_4964679_m9231288cc.woff?t=1751684299776') format('woff'),
       url('//at.alicdn.com/t/c/font_4964679_m9231288cc.ttf?t=1751684299776') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-remen:before {
  content: "\e8c9";
}

.icon-weizi:before {
  content: "\e67d";
}

.icon-dianzan:before {
  content: "\e600";
}

.icon-pinglun:before {
  content: "\e891";
}

.icon-yuedu:before {
  content: "\e639";
}

header {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 99999;
	transition: 0.2s;
	background: #fff;
}

header .logo {
	left: 200px;
	top: 0;
	z-index: 1;

	width: 20%;
	height: 100%;
}

header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

header .logo a img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

header .pc {
	display: flex;
	align-items: center;
	height: 100%;
	width: 60%;
}

.pc ul {
	display: flex;
	height: 100%;
	width: 100%;
}

.pc ul li {
	height: 100%;
	width: 15%;
}

.pc ul li a {
	font-size: 16px;
	display: block;
	height: 100%;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.2s;
}

.pc ul li a:hover {
	text-decoration: none;
	cursor: pointer;
	background-color: #1874EF;
	color: #fff;
}

#sp_menu {
	display: none;
}

/**/
header .ic_o {
	display: none;
}
main {
	width: 100%;
	overflow: hidden;
}

/*bg*/
.bg_canvans {
	height: auto;
	display: flex;
	position: relative;
	flex-direction: column;
	box-sizing: border-box;
	margin: 0 auto;
	width: 75rem;
	min-width: 75rem;
}

/* 	栏目导航 */
.cms-bread {
	display: flex;
	padding: 20px 0;
	align-items: center;
	font-size: 16px;
	color: #666;
	width: 100%;
}

.cms-bread span {
	display: flex;
	align-items: center;
	padding: 20px 0;
	font-size: 12px;
	color: #666;
}

.cms-bread a {
	color: #666;
	padding: 0 8px;
	max-width: 100px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 16px;
}

/*栏目导航 End*/
.list-container {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;

}

.nav-field {
	margin-bottom: 30px;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	margin-bottom: 30px;
	height: auto;
	color: #252d31;
	display: flex;
	flex-wrap: wrap;

}

.nav-ul {
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	line-height: 50px;
	overflow: hidden;
	background-color: #eee;
	margin-bottom: 1.875rem;

}

.nav-ul li {
	float: left;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-size: 14px;
	cursor: pointer;
	padding: 0 20px;
}

.nav-ul li:nth-child(1) {
	margin-left: 20px;
	padding-left: 20px;
	background-color: #007BFF;
	border-radius: 4px;
	color: #fff;
}

.nav-content {
	width: 100%;
	overflow: hidden;

}

.nav-swiper {
	width: 584px;
	margin-right: 32px;
	float: left;
	height: 386px;
	position: relative;
}

.swiper-container {
	width: 584px;
	height: 386px;
	overflow: hidden;
}

.swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide a{
	display: block;
	height: 100%;
	width: 100%;
}
.swiper-slide img {
	display: block;
	height: 100%;
	width: 100%;
}
.swiper-button-next,.swiper-button-prev{
	color: #fff!important;
}
.nav-content-list {
	width: 584px;
	height: 386px;
	float: right;
}

.list-ul {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
}

.list-ul li {
	width: 100%;
	height: 80px;
	overflow: hidden;
	margin-bottom: 10px;
}

.list-ul li:hover .right-text a {
	color: #007AFF;
}

.list-li-cont {
	width: 100%;
	height: 100%;
	display: flex;
}

.list-li-img {
	width: 100px;
	height: 80px;
	overflow: hidden;
}

.list-li-img img {
	display: block;
	width: 100%;
	height: 100%;
}

.list-li-cont .right-text {
	width: 484px;
	height: 80px;
	display: flex;
	padding-left: 20px;
	flex-direction: column;
}

.right-text a {
	display: block;
	height: 56px;
	width: 100%;
	color: #000;
	font-size: 16px;
	display: block;
	line-height: 26px;
	height: 52px;
	display: -webkit-box;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.right-text p {
	height: 24px;
	font-size: 14px;
	color: #999;
	padding-top: 4px;
}

.right-text p span:nth-child(2) {
	margin: 0 20px;
}

/*滚动条美化*/
::-webkit-scrollbar {
	width: 8px;
	/* 垂直滚动条宽度 */
	height: 8px;
	/* 水平滚动条高度 */
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* 滚动条轨道背景 */
	border-radius: 4px;
}

::-webkit-scrollbar-thumb {
	background: #c1c1c1;
	/* 滚动条滑块颜色 */
	border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
	background: #a1a1a1;
	/* 鼠标悬停时滑块颜色 */
}

::-webkit-scrollbar-thumb:active {
	background: #818181;
	/* 鼠标点击时滑块颜色 */
}

/* 自定义主题滚动条 */
.list-ul ::-webkit-scrollbar-thumb {
	background: #3B82F6;
	/* 使用主色调作为滚动条颜色 */
}

.list-ul ::-webkit-scrollbar-thumb:hover {
	background: #2563EB;
}

.list-ul ::-webkit-scrollbar-thumb:active {
	background: #1D4ED8;
}

/*end*/

/*资讯列表*/

.container-view {
	display: flex;
	width: 100%;
	height: auto;
}

.container-left {
	width: 895px;
	margin-right: 10px;

}

.zixun-title-view {
	display: flex;
	border-bottom: 1px solid #ccc;
	height: 44px;
	justify-content: space-between;
	align-items: center;
}

.zixun-title-view-left {
	background: none;
	color: #1d2428;
	font-size: 24px;
	border-bottom: 1px solid #e8eded;
	font-weight: 400
}

.rightdate {
	margin-right: 15px;
}

.zixun-list-ul {}

.zixun-list-ul li {
	display: flex;
	height: 168px;
	padding: 10px 0;
	border-bottom: 1px solid #999999;
}
.zixun-list-li-a{
	display: block;
	width: 100%;
	height: 100%;
}
.zixun-list-li .list-li-cont .list-li-img {
	height: 100%;
	width: 200px;
	overflow: hidden;
}

.zixun-list-li-cont {
	width: 100%;
	height: 100%;
	display: flex;
}

.zixun-list-li-img {
	height: 100%;
	width: 200px;
	overflow: hidden;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 4px;
	box-shadow: #b5b4b4 0px 0px 4px;
}

.zixun-list-li-img img {
	display: block;
	width: 100%;
	height: 100%;
}

.zixun-right-text {
	height: 100%;
	flex: 1;
	display: flex;
	padding-left: 20px;
	flex-direction: column;
}
.zixun-right-text p {
	width: 100%;	
	flex-grow: 1;
	overflow: hidden;
	display: -webkit-box;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.right-text-h1 {
	height: 56px;
	width: 100%;
	color: #000 ;
	font-size: 20px;
	line-height: 26px;
	font-weight: 400;
	display: -webkit-box;
	overflow: hidden;
	word-break: break-all;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.zixun-list-li-cont:hover .right-text-h1 {
	color: #007AFF;
}

.zixun-right-text p span:nth-child(2) {
	margin: 0 20px;
}

.zixun-bottom {
	height: 1.25rem;
	margin: auto 0;
	display: flex;
}

.zixun-bottom:hover {
	cursor: pointer;
}

.zixun-yuedu,
.zixun-pinglun,
.zixun-dianzan {
	color: #999;
	height: 20px;
	font-size: 14px;
	vertical-align: middle;
	margin-right: 15px;
}

.zixun-bottom span {
	color: #999;
	font-size: 14px;
	vertical-align: middle;
	margin: 0 4px;
}


/*右边热点文章*/
.container-right {
	width: 380px;
	height: auto;

}

.zixun-hot {
	border: 1px #d3d2d2 solid;
	width: 100%;
	height: auto;
}

.zixun-hot .titie {
	font-size: 24px;
	color: #000000;
	background-color: #f9f9f9;
	height: 3rem;
	line-height: 3rem;
	padding: 0 1rem;
	margin-bottom: 0;
}

.zixun-hot-ul {
	padding: 0 1rem;
	width: 100%;
	height: auto;
}

.zixun-hot-ul li {
	flex-wrap: nowrap;
	overflow: hidden;
	padding: 0.625rem 0;
	border-bottom: 1px solid #eeeeee;
}

.zixun-hot-ul li a {
	height: 100%;
	width: 100%;
	display: block;
}

.ph {

	display: block;
	width: 18px;
	height: 18px;
	line-height: 1.125rem;
	background-color: #dadada;
	color: #ffffff;
	text-align: center;
	float: left;
}

.ph:nth-child(1) {
	background-color: #ffa009;
}

.ph-text {
	max-width: 17.5rem;
	margin-left: 10px;
	overflow: hidden;
	line-height: 1.125rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}

/*End*/
/*End*/
.pagination {
	margin: 20px 0;
	display: flex;
	gap: 5px;
	justify-content: center;
}

.page-item {
	padding: 8px 12px;
	border: 1px solid #ddd;
	cursor: pointer;
	border-radius: 4px;
}

.page-item.active {
	background: #007bff;
	color: white;
	border-color: #007bff;
}

.page-item.disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

footer {
	/* margin-top: 150px; */
	padding: 45px 30px 0 30px;
}

footer .inner_footer_top {
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

footer .inner_footer_top .logo {
	width: 230px;
}

footer .inner_footer_top .wrap_info {
	width: 968px;
	padding-top: 0;
	padding-left: 20px;
}

.bottom_line {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
}

footer .inner_footer_top .wrap_info .name {
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 13px;
}

footer .inner_footer_top .wrap_info .address {
	font-size: 13px;
}

footer .inner_footer_top .wrap_info .tel_fax {
	font-size: 13px;
}

.footer_nav01 {
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap
}

footer .inner_footer_top .wrap_info li {
	margin-right: 30px;
	margin-top: 0;
}

footer .inner_footer_top .wrap_info li a:hover {
	color: #858282;
}

footer .inner_footer_bottom {
	max-width: 1300px;
	margin: 20px auto 50px auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .inner_footer_bottom ul.footer_nav02 {
	padding-left: 0;
}

footer .inner_footer_bottom ul.footer_nav02 li:not(:last-child) {
	margin-right: 13px;
	padding-right: 13px;
}

footer .inner_footer_bottom ul.footer_nav02 li.icon_blank {
	position: relative;
}

footer .inner_footer_bottom ul.footer_nav02 li.icon_blank:after {
	position: absolute;
	right: 0;
	top: 6px;
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	background-size: contain;
}

footer .inner_footer_bottom ul.footer_nav02 li a {
	font-size: 12px;
}

footer .inner_footer_bottom small {
	margin-top: 0;
}

@media screen and (max-width: 768px) {
	body{
		
		width: 100%;
	}
	header {
		width: 100%;
		height: 60px;
	}

	header .ic_o {
		display: block;
		width: 65%;
		height: 100%;
	}

	.ic_box {
		width: 50px;
		height: 50px;
		background: #fff;
		display: inline-block;
		position: fixed;
		right: 0;
		top: 0;
		width: 50px;
		height: 50px;
		vertical-align: middle;
		text-align: center;
		z-index: 100;
	}

	.hm-icon {
		display: block;
		position: absolute;
		top: 50%;
		left: 45%;
		width: 24px;
		height: 2px;
		margin: -1px 0 0 -9px;
		background: #333;
		transition: 0.2s;
	}

	.hm-icon:after {
		margin-top: 6px;
	}

	.hm-icon:before {
		margin-top: -8px;
	}

	.hm-icon:before,
	.hm-icon:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: 24px;
		height: 2px;
		background: #333;
		transition: 0.4s;
	}

	#sp_menu {
		position: fixed;
		top: 0;
		display: none;
		z-index: 11;
		width: 100vw;
		height: 100%;
		background-color: #1874EF;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
		overflow-scrolling: touch;
	}

	#sp_menu .inner {
		height: 100%;
		position: relative;
		padding: 46px;
	}

	#sp_menu .inner nav {
		position: relative;
		margin-bottom: 50px;
	}

	#sp_menu .inner nav ul li {
		margin-bottom: 20px;
	}

	#sp_menu .inner nav ul li a {
		color: #fff;
		font-weight: 700;
		font-size: 18px;
		display: block;
	}

	#sp_menu .inner small {
		display: block;
		font-size: 10px;
		color: #fff;
		padding-bottom: 40px;
	}

	.clicked #sp_menu {
		background: none;
	}

	.clicked .hm-icon:before,
	.clicked .hm-icon:after {
		background: #fff;
	}

	.close {

		background: transparent;
	}

	.close:before,
	.close:after {
		margin-top: 0;
	}

	.close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
	}

	.close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
	}

	header .logo {
		width: 50%;
	}
	header .pc {
		display: none;
	}
	/*main*/
		main {
			width: 100%;
			margin-top: 60px;			
			overflow: hidden;
			
		}
	
		.bg_canvans {
			display: flex;
			align-items: center;
			justify-content: center;
			position: relative;
			width: 100%;
			height: auto;
			min-width: 100%;	
			overflow: hidden;
			
		}
		.cms-bread{
			width: 100%;
			padding: 5px 10px;
			
		}
		.cms-bread span{
			padding: 0;
		}

	/*新增内容*/
		.list-container{
			width: 100%;
		}
		.nav-field{
			display: none;
		}
		.container-left{
			width: 100%;
			margin: 0;
		}
		.zixun-title-view{
			display: none;
		}
		.container-right{
			display: none;
		}
		.zixun-list-ul{
			margin: 0 10px;
		}
		.zixun-list-ul li{
			height: 140px;
			padding: 0;
			margin-top: 5px;
			
		}
		.zixun-list-li-img{
			width: 100px;
			height: 100px;
			padding: 0;
			border-radius: 0;
		}
		.zixun-right-text{
			height: 130px;
		}
		.right-text-h1{
			font-size: 14px;
			font-weight: 600;
			-webkit-line-clamp: 1;
			height: 50px;
			color: #000000;
		}
		.zixun-right-text p{
			    width: 100%;
			    color: #666;
			    flex-grow: 1;
			    overflow: hidden;
			    display: -webkit-box;
			    word-break: break-all;
			    text-overflow: ellipsis;
			    -webkit-line-clamp: 2;
			    -webkit-box-orient: vertical;
		}
		/*End*/

	/*footer*/
	footer {
		padding: 10px 30px 0px 30px;
	}

	footer .logo {
		display: none;
	}

	footer .inner_footer_top .wrap_info {
		width: 100%;
		padding-left: 0;
	}

	.footer_nav01 li {
		margin: 0 !important;
	}

	.footer_nav01 li a {
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		display: block;
		position: relative;
		padding-left: 15px;
		letter-spacing: 0.1em;
		transition: 0.2s;
	}

	.inner_footer_bottom {
		margin: 0;
		font-size: 10px;
	}
}
