.whkt_wrapper{
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}
.whkt_banner img{
	width: 1200px;
	height: 240px;
	margin-bottom: 20px;
}
.indexsjl_ltitle{
	position: relative;
	 width: 1200px;
	 height: 42px;
	 background-image: url(../images/jlxy_ltitle.png);
	 background-size: 100% 100%;
	 justify-content: space-between;
	 margin-bottom: 30px;
}
.indexsjl_ltitles{
	display: flex;
	width: 160px;
	height: 42px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
}
.indexsjl_moer{
	display: block;
	position: absolute;
	width: 60px;
	height: 16px;
	top: 0;
	right: 0px;
}
.indexsjl_moer img{
	width: 60px;
	height: 16px;
}
.whkt_tab{
	display: flex;
	justify-content: space-between;
	border-bottom: 2px solid #DC282A;
	margin-bottom: 20px;
}
.whkt_tabs{
	width: 285px;
	height: 60px;
	border: 1px solid #ECEEF4;
	box-sizing: border-box;
	padding: 6px 4px;
	cursor: pointer;
}
.whkt_xname{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border-top: 2px solid #DC282A;
	border-bottom: 2px solid #fff;
	font-size: 18px;
	color: #666;
}
.whkt_bcolor{
	background-color: #DC282A;
}
.whkt_bcolor .whkt_xname{
	color: #fff;
}
.whkt_list{
	display: flex;
	flex-wrap: wrap;
}
.whkt_li{
	width: 285px;
	height: 220px;
	box-sizing: border-box;
	border: 1px solid #ECEEF4;
	padding: 10px 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	cursor: pointer;
}
.whkt_li:nth-child(4n){
	margin-right: 0px;
}
.whkt_img{
	width: 265px;
	height: 150px;
	background-color: #DC282A;
	margin-bottom: 10px;
}
.whkt_img img{
	width: 265px;
	height: 150px;
}
.whkt_li p{
	width: 265px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 500;
	color: #000;
	margin-bottom: 8px;
}