/* tab标签开始 */
.wzkind-slide-nav{
	justify-content: flex-start;
	margin: 0.18rem 0;
}
/* tab标签结束 */


/* 内容区域开始 */
.newlistbox {
	background: #f4f5f6;
}

.newlistbox .wp-cont {
	display: grid;
	/*grid-template-columns: 1fr 1.45rem;*/
	grid-template-columns: 1fr;
	gap: 0.2625rem;
	align-items: flex-start;
}

.s-dongtai{
	background: none;
}

.s-dongtai .pcswiper{
	padding: 0;
	margin: 0;
}

.newlistbox .wp-cont .newleft ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0.3125rem 0.2625rem;
}

.newlistbox .wp-cont .newright {
	background: #fff;
	border-radius: 0.125rem 0 0.125rem 0;
	padding: 0.1625rem 0.15rem 0.125rem 0.12rem;
}



/* 右侧日期开始 */
.newlistbox .wp-cont .newright h5 {
	color: #000000;
	font-size: var(--f22);
	line-height: 1.5;
	margin-bottom: 1.2em;
}

.newlistbox .wp-cont .newright .yearbox {
	padding: 0.14rem 0 0.09rem 0.025rem;
	position: relative;
}

.newlistbox .wp-cont .newright .yearbox .swiper-button-white {
	left: 0;
}

.newlistbox .wp-cont .newright .yearbox .swiper-button-white i {
	font-size: var(--f16);
	color: #949494;
}

.newlistbox .wp-cont .newright .yearbox .swiper-button-white:hover i {
	color: #c80a14;
}

.newlistbox .wp-cont .newright .yearbox .nextyear {
	top: auto;
	/* bottom: .05rem; */
	background: transparent;
	box-shadow: none;
	bottom: 0;
	width: auto;
	height: auto;
	display: inline-block;
	/* transform: translateX(-50%); */
	margin: 0;
}

.newlistbox .wp-cont .newright .yearbox .prevyear {
	bottom: auto;
	/* top: .0875rem; */
	top: 0;
	transform: rotate(-180deg);
	background: transparent;
	box-shadow: none;
	width: auto;
	height: auto;
	display: inline-block;
	margin: 0;
}

.newlistbox .wp-cont .newright #year-swiper {
	height: 1.7rem;
}

.newlistbox .wp-cont .newright ul li {
	display: flex;
	align-items: flex-start;
	position: relative;
}

.newlistbox .wp-cont .newright ul li::before,
.newlistbox .wp-cont .newright ul li::after {
	content: '';
	position: absolute;
	height: 100%;
	width: auto;
	left: 0;
	background: url(../images/yearline.png)no-repeat;
	background-size: auto 100%;
	aspect-ratio: 100/131;
	transition: all .5s;
}
	

.newlistbox .wp-cont .newright ul li a {
	color: #6c6c6c;
	font-size: var(--f20);
	/* line-height: 1.5; */
	padding-left: 0.285rem;
	font-family: 'num-font';
	position: relative;
}

.newlistbox .wp-cont .newright ul li::after{
	background: url(../images/yearh.png) no-repeat;
	background-size: auto 100%;
	/* background-position-x: -5rem; */
	left: -100%;
}

.newlistbox .wp-cont .newright ul li.swiper-slide-active::after,
.newlistbox .wp-cont .newright ul li:hover::after{
	left: 0;
}

.newlistbox .wp-cont .newright ul li.swiper-slide-active a,
.newlistbox .wp-cont .newright ul li:hover a {
	color: #c80a14;
}

.newlistbox .wp-cont .newright ul li a span {
	font-size: 12px;
	color: #6c6c6c !important;
}
/* 右侧日期结束 */

.newlistbox .wp-cont .newleft ul li{
    transition: all .5s;
}
.newlistbox .wp-cont .newleft ul li:hover {
	box-shadow: 0px 0px 117px rgba(106, 106, 106, 0.26);
}

/* 内容区域结束 */

/*tag banner的span 颜色*/
.tag_span{
	color: var(--themeColor);
	font-size: var(--f42);
	font-weight: bold;

}
/*结束*/