h2 {
	margin: 0;
}

.img_top {
	width: 100%;
	position: relative;
}
.img_top img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.img_top .mobile_banner {
	display: none;
	position: relative;
}
.img_top .contact_us_btn {
    padding: 10px 30px;
    display: flex;
	align-items: center;
	color: #333;
    font-size: 24px;
    font-weight: 200;
    position: absolute;
    bottom: 26%;
    left: 50%;
	transform: translate(-50%);
	border: 1px solid #fff;
	color: #fff;
    border-radius: 4px;
}
.img_top .contact_us_btn .btn_icon {
	width: 24px;
	height: 20px;
	display: inline-block;
	object-fit: cover;
	margin-left: 14px;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image: url(../index/icon-more_w.png);
}
.top_text {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.top_text strong {
	color: #fff !important;
	line-height: 55px;
}

.input-group {
	margin-top: 20px;
}

.search_box {
	margin-top: 50px;
	width: 100%;
	display: none;
}

.search_box p {
	line-height: 32px;
}

.input-group input {
	border-radius: 40px;
	height: 3vw;
	min-height: 30px;
	max-height: 50px;
	background-clip: inherit
}

.btn {
	background-color: #f5f7fa;
	border-radius: 40px;
	height: 3vw;
	width: 3vw;
	min-width: 30px;
	min-height: 30px;
	max-height: 50px;
	max-width: 50px;
	background-image: url('../image/搜索点击.png');
	background-size: 50%;
	background-position: center;
	/* 仅水平居中 */
	background-repeat: no-repeat;
	border-left: 1px solid #e9e9e9;
}

.btn img {
	min-height: auto;
	height: 70% !important;
	width: 70%;
}

.content {
	width: 100%;
	border: 0;
	position: relative;
}

.content_box {
	width: 100%;
	margin: 0 auto;
	max-width: 1320px;
	margin-bottom: 6%;
	padding: 3% 3%;
	box-sizing: border-box;
}

.content_box .p-3 {
	padding: 10px !important;
}

/* #e1e1e1 */
.dashed {
	background: repeating-linear-gradient(to right, #e1e1e1, #e1e1e1 15px, transparent 12px, transparent 20px);
	/* 创建一条虚线背景 */
	height: 1px;
	/* 设置元素的高度为1像素 */
	width: 100%;
	/* 设置元素的宽度为100% */
}

.content_title {
	width: 100%;
	padding: 150px 0 50px;
}

.filter_box {
	z-index: 1;
	position: absolute;
	top: -38px;
	left: 50%;
	transform: translateX(-50%);
	background-color: #fff;
	white-space: nowrap;
	width: calc(66% - 40px);
	max-width: 1320px;
	border-radius: 50px;
}

.common_documents {
	padding: 10px;
}

.tag_title {
	font-family: "微软雅黑", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	text-align: center;
}

.tags {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	text-align: center;
	padding: 3px 15px;
}

.tag {
	border-radius: 50px;
    padding: 6px;
    background-color: #f5f7fa;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    min-width: 95px;
}

.tagactive {
	color: #fff;
	background-color: rgb(64, 158, 255);
}

.tag:hover {
	color: #fff;
	background-color: rgb(64, 158, 255);
}

.tag.tag_avtice {
	color: #fff;
	background-color: rgb(64, 158, 255);
}

.detalis-list-item {
	border-bottom: 1px solid #efefef;
	margin: 20px 0;
	padding: 15px;
	text-align: left;
}

.detalis-list-item:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.detalis-list-item:hover .list-item-desc strong,
.detalis-list-item:hover .todetail {
	color: #cf261c;
}

.list-item-desc {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	margin: 10px 0;
	position: relative;
	cursor: pointer;
}

.desc-info {
	text-indent: 30px;
	font-size: 14px;
	color: #555555;
	line-height: 30px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 55px !important;
}

.desc-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 10px);
	padding: 5px 0 5px 20px;
	position: absolute;
	bottom: -20px;
	left: 0;
}

.todetail {
	width: 132px;
	height: 32px;
	font-size: 14px;
	padding: 0 25px;
	color: #3A9DFF;
	text-align: center;
}

.desctimer {
	gap: 40px;
}

.desc-bottom a {
	color: #407fdd !important;
	cursor: pointer;
	text-decoration: underline;
}

.list-item-img {
	min-width: 300px;
	max-height: 200px;
	padding: 10px;
}

.list-item-img img {
	width: 100%;
	height: 100%;
}

.desctimer p {
	font-size: 14px;
	color: #555555;
}

.card {
	border: 0;
	border-radius: 10px;
	margin-bottom: 20px;
}

.card {
	overflow: hidden;
}

.card:hover {
	cursor: pointer;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.18);
}

.card-text {
	font-size: 18px;
}

.filter_documents {
	display: none;
	width: 100%;
	padding: 150px 0 50px;
}

.word_box {
	cursor: pointer;
}

.word_box:hover h6 {
	color: red;
}

.download {
	cursor: pointer;
}
#pagination {
	display: none;
}

@media (min-width:1024px) {
	.details-list-item {
		flex-wrap: wrap;
	}
	
}

@media screen and (max-width: 1330px) {
	.filter_box {
		top: -25px
	}
}

@media screen and (max-width: 1136px) {
	.filter_box {
		top: -20px
	}
}

@media screen and (max-width: 1120px) {
	.filter_box {
		top: -10px
	}

	.content_box {
		padding: 7% 3%;
	}
}

@media (max-width: 1280px) {
	.img_top .contact_us_btn {
		padding: 10px 24px;
		font-size: 18px;
		bottom: 24%;
	}
	.img_top .contact_us_btn .btn_icon {
		width: 18px;
		height: 16px;
	}
}
@media screen and (max-width: 1024px) {
	.input-group {
		margin-top: 0;
	}

	.filter_box {
		position: relative;
		border-radius: 10px !important;
		width: 100% !important;
	}

	.content_title {
		padding: 150px 0 50px
	}

	.filter_documents {
		padding-top: 50px;
	}

	.content_box {
		padding: 7% 3%;
		overflow: hidden;
	}
}

@media screen and (max-width: 769px) {
	.img_top .mobile_banner {
		display: block;
	}
	.tag_title {
		text-align: left;
	}
	.desc-bottom {
		color: #555;
		padding: 5px 0 5px 12px;
	}

	.desc-bottom .todetail {
		padding: 0;
		text-align: left;
	}
  .img_top .pc_banner {
		display: none;
	}
	.img_top .mobile_banner {
		display: block;
	}
}
@media (max-width: 567px) {
	.img_top .contact_us_btn {
		padding: 6px 24px;
		font-size: 14px;
	}
	.img_top .contact_us_btn .btn_icon {
		width: 14px;
		height: 12px;
		margin-left: 10px;
	}
}