/*clist*/
.wm_ylist{padding:30px 0 50px;position:relative;overflow:hidden;}
.wm_ylist .wmy_ul{}
.wm_ylist .wmy_ul .wmy_li{margin-top:20px;width:calc(50% - 10px);margin-left:20px;position:relative;background:var(--backgroundColor);overflow:hidden;}
.wm_ylist .wmy_ul .wmy_li:nth-child(odd){margin-left:0;}
.wm_ylist .wmy_ul .wmy_li .wmy_img{width:100%;padding-bottom:46%;position:relative;overflow:hidden;}
.wm_ylist .wmy_ul .wmy_li .wmy_txt{padding:25px 20px 20px;}
.wm_ylist .wmy_ul .wmy_li .wmy_txt p{font-size:16px;line-height:1.8;color:var(--fontColor);}
.wm_ylist .wmy_ul .wmy_li .wmy_txt p:first-child{font-size:22px;margin-bottom:10px;color:var(--titleColor);line-height:1.5;}
.wm_ylist .wmy_ul .wmy_li .wmy_txt p:nth-child(2){overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:3.6em;}
.wm_ylist .wmy_ul .wmy_li .wmy_txt span{font-size:14px;height:18px;line-height:18px;margin-top:15px;color:#000;display:inline-block;}
.wm_ylist .wmy_ul .wmy_li .wmy_txt span i{font-size:15px;margin-left:16px;opacity:0;color:var(--schemeColor);}
.wm_ylist .wmy_ul .wmy_li:hover p:first-child{color:var(--schemeColor);}
.wm_ylist .wmy_ul .wmy_li:hover .wmy_txt span{color:var(--schemeColor);}
.wm_ylist .wmy_ul .wmy_li:hover .wmy_txt span i{margin-left:6px;opacity:1;}

@media screen and (max-width:1299px){
	.wm_ylist{padding:20px 0 30px;}
	.wm_ylist .wmy_ul .wmy_li{margin-top:10px;width:calc(50% - 5px);margin-left:10px;}
	.wm_ylist .wmy_ul .wmy_li .wmy_txt{padding:17px 15px 15px;}
	.wm_ylist .wmy_ul .wmy_li .wmy_txt p{font-size:15px;}
	.wm_ylist .wmy_ul .wmy_li .wmy_txt p:first-child{font-size:18px;margin-bottom:8px;font-weight:bold;}
	.wm_ylist .wmy_ul .wmy_li .wmy_txt span{margin-top:12px;}
}

@media screen and (max-width:1023px){
	.wm_ylist{padding:10px 0 20px;}
	.wm_ylist .wmy_ul .wmy_li .wmy_txt{padding:15px 12px 12px;}
	.wm_ylist .wmy_ul .wmy_li .wmy_txt p{font-size:14px;}
	.wm_ylist .wmy_ul .wmy_li .wmy_txt p:first-child{font-size:16px;margin-bottom:6px;}
	.wm_ylist .wmy_ul .wmy_li .wmy_txt span{margin-top:10px;}
}

@media screen and (max-width:767px){
	.wm_ylist .wmy_ul .wmy_li{width:100%;margin-left:0;}
	.wm_ylist .wmy_ul .wmy_li .wmy_txt{padding:10px 8px 8px;}
	.wm_ylist .wmy_ul .wmy_li .wmy_txt p:first-child{font-size:16px;height:26px;line-height:26px;margin-bottom:7px;}
	.wm_ylist .wmy_ul .wmy_li .wmy_txt span{margin-top:10px;}
}

/*yshow*/
.wm_yshow{background:#F8F9FA;padding:50px 0;position:relative;}
.wm_yshow .wmys_top{background:#FFF;}
.wm_yshow .wmys_top .wmyst_l{width:50%;padding:20px 15px;}
.wm_yshow .wmys_top .wmyst_l p{font-size:16px;color:#666;line-height:26px;}
.wm_yshow .wmys_top .wmyst_l h1{font-size:26px;color:#333;font-weight:bold;line-height:1.5;}
.wm_yshow .wmys_top .wmyst_l em{display:block;height:1px;background:#efefef;margin:15px 0 23px;position:relative;}
.wm_yshow .wmys_top .wmyst_l em:before{content:'';width:60px;height:3px;position:absolute;left:0;top:-1px;background:var(--schemeColor);}
.wm_yshow .wmys_top .wmyst_l a{font-size:14px;color:var(--schemeColor);border:1px solid var(--schemeColor);height:37px;line-height:35px;border-radius:40px;text-align:center;margin-top:15px;width:150px;}
.wm_yshow .wmys_top .wmyst_l a:hover{background:var(--schemeColor);color:#FFF;}
.wm_yshow .wmys_top .wmyst_r{width:50%;}
.wm_yshow .wmys_top .wmyst_r .wmyst_img{position:relative;width:100%;height:100%;min-height:337px;}
.wm_yshow .wmys_top .wmyst_r .wmyst_img img{}
.wm_yshow .wmys_con{margin-top:30px;}
.wm_yshow .wmys_con .wmysc_l{width:calc(100% - 360px);padding-right:25px;}
.wm_yshow .wmys_con .wmysc_l .wmysc_lc{background:#FFF;}
.wm_yshow .wmys_con .wmysc_l .wmysc_lc .wmysc_tit{font-size:18px;font-weight:bold;border-bottom:1px solid var(--schemeColor);height:60px;line-height:60px;padding-left:25px;}
.wm_yshow .wmys_con .wmysc_l .wmysc_lc .wmysc_txt{line-height:2;font-size:15px;color:#626262;padding:32px 25px 20px;}
.wm_yshow .wmys_con .wmysc_l .wmysc_lc .wmysc_txt h2{font-size:18px;}
.wm_yshow .wmys_con .wmysc_l .wmysc_lc .wmysc_txt>*+*{margin-top:10px;white-space:normal;}
.wm_yshow .wmys_con .wmysc_l .wmysc_lc .wmysc_txt img{margin:0 auto;display:block;max-width:100%;height:auto;}
.wm_yshow .wmys_con .wmysc_r{width:360px;padding:26px 22px;background:#FFF;height:100%;top:90px;
	position:-webkit-sticky;
    position:sticky;
}
.wm_yshow .wmys_con .wmysc_r .wmysc_rt{font-size:20px;color:#333;border-left:5px solid #A11C22;padding-left:8px;font-weight:bold;}
.wm_yshow .wmys_con .wmysc_r .wmysc_ul{padding-top:12px;}
.wm_yshow .wmys_con .wmysc_r .wmysc_ul a{margin-top:10px;background:#F8F9FA;padding:10px 40px 10px 20px;position:relative;min-height:48px;}
.wm_yshow .wmys_con .wmysc_r .wmysc_ul a:before{content:'';width:2px;height:100%;position:absolute;left:0;top:0;background:#A11C22;}
.wm_yshow .wmys_con .wmysc_r .wmysc_ul a:after{content:'';width:8px;height:8px;border-top:1px solid #333;border-right:1px solid #333;position:absolute;right:20px;top:50%;
	-webkit-transform:rotate(45deg) translateY(-50%);
	-moz-transform:rotate(45deg) translateY(-50%);
	-ms-transform:rotate(45deg) translateY(-50%);
	transform:rotate(45deg) translateY(-50%);
}
.wm_yshow .wmys_con .wmysc_r .wmysc_ul a span{font-size:16px;line-height:1.6;position:relative;}
.wm_yshow .wmys_con .wmysc_r .wmysc_ul a:hover{background:#A11C22;color:#FFF;}
.wm_yshow .wmys_con .wmysc_r .wmysc_ul a:hover:after{border-color:#FFF;}

@media screen and (max-width:1359px){
	.wm_yshow{padding:30px 0;}
	.wm_yshow .wmys_top .wmyst_l{padding:17px 12px;}
	.wm_yshow .wmys_top .wmyst_l p{font-size:14px;}
	.wm_yshow .wmys_top .wmyst_l h1{font-size:20px;}
	.wm_yshow .wmys_top .wmyst_l em{margin:10px 0 15px;}
	.wm_yshow .wmys_top .wmyst_l em:before{width:46px;}
	.wm_yshow .wmys_top .wmyst_l a{height:32px;line-height:30px;margin-top:10px;width:140px;}
	.wm_yshow .wmys_top .wmyst_r .wmyst_img{min-height:300px;}
	.wm_yshow .wmys_con{margin-top:20px;}
	.wm_yshow .wmys_con .wmysc_l{width:calc(100% - 256px);padding-right:15px;}
	.wm_yshow .wmys_con .wmysc_l .wmysc_lc .wmysc_tit{font-size:16px;height:50px;line-height:50px;padding-left:15px;}
	.wm_yshow .wmys_con .wmysc_l .wmysc_lc .wmysc_txt{line-height:1.65;font-size:14px;padding:15px 15px 10px;}
	.wm_yshow .wmys_con .wmysc_l .wmysc_lc .wmysc_txt h2{font-size:16px;}
	.wm_yshow .wmys_con .wmysc_l .wmysc_lc .wmysc_txt>*+*{margin-top:6px;}
	.wm_yshow .wmys_con .wmysc_r{width:256px;padding:18px 12px;}
	.wm_yshow .wmys_con .wmysc_r .wmysc_rt{font-size:16px;border-left-width:3px;padding-left:5px}
	.wm_yshow .wmys_con .wmysc_r .wmysc_ul{padding-top:8px;}
	.wm_yshow .wmys_con .wmysc_r .wmysc_ul a{margin-top:6px;padding:6px 30px 6px 10px;}
	.wm_yshow .wmys_con .wmysc_r .wmysc_ul a span{font-size:14px;}
	.wm_yshow .wmys_con .wmysc_r .wmysc_ul a:after{width:6px;height:6px;right:12px;top:12px;}
}

@media screen and (max-width:1023px){
	.wm_yshow{padding:20px 0;}
	.wm_yshow .wmys_top{
		-webkit-box-orient:vertical;
		-webkit-box-direction:reverse;
		-ms-flex-direction:column-reverse;
		flex-direction:column-reverse;
	}
	.wm_yshow .wmys_top .wmyst_l{padding:13px 10px;width:100%;}
	.wm_yshow .wmys_top .wmyst_l p{line-height:24px;}
	.wm_yshow .wmys_top .wmyst_l h1{font-size:18px;height:26px;line-height:26px;}
	.wm_yshow .wmys_top .wmyst_l p:nth-child(3){height:auto;overflow-y:hidden;}
	.wm_yshow .wmys_top .wmyst_l em{margin:8px 0 12px;}
	.wm_yshow .wmys_top .wmyst_l em:before{width:40px;}
	.wm_yshow .wmys_top .wmyst_l a{margin-top:10px;}
	.wm_yshow .wmys_top .wmyst_r{width:100%;}
	.wm_yshow .wmys_top .wmyst_r .wmyst_img{min-height:auto;}
	.wm_yshow .wmys_top .wmyst_r .wmyst_img img{position:relative;}
	.wm_yshow .wmys_con{margin-top:15px;}
	.wm_yshow .wmys_con .wmysc_l{width:100%;padding-right:0;}
	.wm_yshow .wmys_con .wmysc_l .wmysc_lc .wmysc_tit{padding-left:12px;}
	.wm_yshow .wmys_con .wmysc_l .wmysc_lc .wmysc_txt{padding:12px 12px 10px;}
	.wm_yshow .wmys_con .wmysc_r{width:100%;margin-top:20px;}
}

@media screen and (max-width:767px){
	.kbl_yshow .kbly_top .kblyt_l{padding:12px 10px;}
	.kbl_yshow .kbly_con .kblyc_l .kblyc_lc .kblyc_tit{padding-left:10px;}
	.kbl_yshow .kbly_con .kblyc_l .kblyc_lc .kblyc_txt{padding:10px;}
	.kbl_yshow .kbly_con .kblyc_l .kblyc_lc .fanye{padding:10px 10px;}
}


