li {
	list-style: none;
}

.zcwd {
	margin: 0 auto;
	min-width: 1300px;
	background: #effdff url(http://www.gxzf.gov.cn/material/zt/2024/wdpp/images/bg.png) no-repeat top center;
	background-size: 1920px;
}

.wd_main {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
	width: 1230px;
	height: 828px;
	background: url(http://www.gxzf.gov.cn/material/zt/2024/wdpp/images/main.png);
}

.t_img {
	margin: 40px 0 20px 0;
}

.wd_box {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.wd_tit {
	display: flex;
}

.wd_tit li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 222px;
	height: 83px;
	font-size: 28px;
	color: #6e6e6e;
	font-weight: 700;
	cursor: pointer;
}

.wd_tit li img {
	margin-right: 10px;
	width: 42px;
}

.wd_tit li:nth-child(1) {
	margin-right: 112px;
}

.wd_tit .active {
	background: #f3fbff;
	color: #0777ff;
}

.wd_tit .active::before {
	position: absolute;
	content: '';
	left: -110px;
	width: 110px;
	height: 82px;
	background: url(http://www.gxzf.gov.cn/material/zt/2024/wdpp/images/left.png);
}

.wd_tit .active::after {
	position: absolute;
	content: '';
	right: -110px;
	width: 110px;
	height: 82px;
	background: url(http://www.gxzf.gov.cn/material/zt/2024/wdpp/images/right.png);
}

/* 问答内容页 */
.wd_content {
	padding: 30px 20px 35px 45px;
	width: 1072px;
	height: 461px;
	background: linear-gradient(to bottom, #f3fbff, transparent);
	border-radius: 10px;

}

.wd_content ul::-webkit-scrollbar {
	width: 6px;
}

.wd_content ul::-webkit-scrollbar-track {
	background-color: #dbf2ff;
	opacity: 0.2;
}

.wd_content ul::-webkit-scrollbar-thumb {
	background-color: #8fe8d2;
	border-radius: 10px;
}

.wd_content ul .wd_content_tit {
	font-size: 20px;
	color: #525252;
	font-weight: 700;
	margin-bottom: 10px;

}

.wd_content ul {
	overflow-y: auto;
	height: 461px;
	scroll-behavior: smooth;
	/* 使滚动平滑 */
}

.wd_content .wd_content_li {
	display: flex;
	align-items: center;
	padding-left: 20px;
	width: 1000px;
	height: 60px;
	background-color: #fff;
	border-radius: 5px;
	font-size: 18px;
	line-height: 16px;
	margin-bottom: 30px;
}

.wd_content_tit span,
.wd_content_li span {
	font-weight: normal;
	color: #575757;
}

.wd_content_li .showData {
	display: flex;
	align-items: center;
	font-size: 16px;
	min-width: 200px;
	height: 100%;

}

.wd_content_li .dateicon {
	margin-right: 8px;
}

.el-date-editor {
	display: flex !important;
	align-items: center;
	height: 100%;
	font-size: 18px !important;
}

.el-input,
.el-select {
	flex: 1;
	width: auto
}

.el-input__inner {
	border: none !important;
	font-size: 18px !important
}

.el-icon-date:before {
	display: block !important;
	content: '' !important;
	width: 18px;
	height: 18px;
	background: url(http://www.gxzf.gov.cn/material/zt/2024/wdpp/images/date.png);
}

.el-input__icon {
	display: flex !important;
	align-items: center;
}

.el-icon-d-arrow-left:before {
	content: "上一年" !important;
}

.el-icon-arrow-left:before {
	content: "<" !important;
	margin-left: 10px;
}

.el-icon-arrow-right:before {
	content: ">" !important;
	margin-right: 10px;
}

.el-icon-d-arrow-right:before {

	content: "下一年" !important;
}

.el-form-item__content {
	display: flex;
	justify-content: center;
	margin-left: 0 !important;
}

.el-input__suffix {
	margin-right: 20px;
}

.el-icon-arrow-up:before {
	display: block;
	content: '' !important;

	width: 21px;
	height: 10px;
	background: url(http://www.gxzf.gov.cn/material/zt/2024/wdpp/images/downarrow.png);
}

/* 列表 */
.result {
	position: relative;
	/* width: 100%; */
	padding: 30px 20px 20px 20px;
	margin-top: 20px;
	height: 535px;
	background: #fff;
	border-radius: 5px;
	font-size: 18px;
}

.result .total {
	top: -35px;
	left: 0px;
	position: absolute;

}

.result a {
	text-decoration: none;

	color: #000;
}
.result a:hover{
	color: #0777ff;
}
.result .item {
	padding-left: 10px;
	position: relative;
	margin-bottom: 24px;
	font-size: 22px;
	    overflow: hidden;
	    white-space: nowrap;
	    text-overflow: ellipsis;
}

.result .item::after {
	content: '';
	position: absolute;
	top: 14px;
	left: 0;
	width: 3px;
	height: 3px;
	background-color: #000;
	border-radius: 50%;
}
.el-pagination {
    display: flex;
    justify-content: center;
	    height: 35px !important;
	    overflow: hidden;
	}
	.el-pager li{
		font-size: 18px;
	}
	.result .el-icon-arrow-right:before{
		font-size: 18px;
	}
	.result .el-icon-arrow-left:before{
		font-size: 18px;
	}