.jour-box{
	padding: 46px 0px;
}
.jour-top{
	margin-bottom: 30px;
}
.jourt-tit{
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
.jour-sub{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-bottom: 30px;
}
.jour-txt>p{
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 20px;
}
.fwe{
	/* font-weight: 600; */
}

/*  */
.jour-ulo>li{
	width: 384px;
	height: 359px;
	border-width: 1px;
	border-color: rgb( 229, 229, 229 );
	border-style: solid;
	background-color: rgb( 255, 255, 255 );
	float: left;
	margin-right: 22px;
	margin-bottom: 20px;
}
.jour-ult>li{
	width: 283px;
	height: 359px;
	border-width: 1px;
	border-color: rgb( 229, 229, 229 );
	border-style: solid;
	background-color: rgb( 255, 255, 255 );
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.jour-ulo>li:nth-child(3n){
	margin-right: 0;
}
.jour-ult>li:nth-child(4n){
	margin-right: 0;
}
.jour-img{
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.jour-txtbox{
	padding: 20px;
}
.jour-tit{
	font-size: 18px;
	color: #0064a9;
	margin-bottom: 10px;
}
.jour-txt{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.jour-txts>p{
	font-size: 14px;
	color: #333333;
	line-height: 24px;
}