@keyframes bannerimg {
	from {
		transform: scale(1.2)
	}

	to {
		transform: scale(1)
	}
}

@keyframes puBanner {
	from {
		transform: translateY(100px);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}
.jh_ny_banner {
	min-height: 0px;
	display-radio: 1;
	background_radio: 2;
	margin-top: 0px
}

.jh_ny_banner .e_bannerA-2 .swiper-wrapper {}

.jh_ny_banner .e_bannerA-2 .swiper-slide {
	height: 100%;
	position: relative
}

.jh_ny_banner .e_bannerA-2 .p_img {
	width: 100%;
	height: 100%
}

.jh_ny_banner .e_bannerA-2 .p_img:before {
	background: linear-gradient(90deg, rgb(0 73 137), rgba(0, 0, 0, 0));
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	top: 0px;
	display: block;
	z-index: 2;
	width: 100%
}

.jh_ny_banner .e_bannerA-2 .p_img a {
	pointer-events: none
}

.jh_ny_banner .e_bannerA-2 .p_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: bannerimg 2s
}

.jh_ny_banner .e_bannerA-2 .custom-bullet {
	background: #ccc
}

.jh_ny_banner .e_bannerA-2 .p_info {
	width: 100%;
	max-width: 1600px;
	padding: 0 20px;
	position: absolute;
	left: 50%;
	top: 58%;
	z-index: 9;
	display: flex;
	transform: translate(-50%, -20%);
	align-items: center
}

.jh_ny_banner .e_bannerA-2 .p_info div {
	width: 100%;
	display: flex;
	flex-flow: column;
	flex-direction: column-reverse;
	position: relative;
	padding-bottom: 40px
}

.jh_ny_banner .e_bannerA-2 .p_info div:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #0181cc;
	border-radius: 50%;
	position: absolute;
	left: 0;
	bottom: 0;
	top: 70%;
	animation: puBanner 1.7s
}

.jh_ny_banner .e_bannerA-2 .p_info div:after {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 10px;
	bottom: 0;
	top: 70%;
	opacity: 0.6;
	animation: puBanner 1.7s
}

.jh_ny_banner .e_bannerA-2 .p_subtitle {
	line-height: 2;
	padding: 5px 0
}

.jh_ny_banner .e_bannerA-2 .swiper-container-vertical {
	height: 400px
}

.jh_ny_banner .e_bannerA-2 .p_video {
	width: 100%;
	height: 100%;
	z-index: 3;
	overflow: hidden;
	margin-right: 0;
	margin-left: auto;
	position: relative
}

.jh_ny_banner .e_bannerA-2 .p_video .videoContent {
	width: 100%;
	height: 100%
}

.jh_ny_banner .e_bannerA-2 .p_video video {
	width: 100%;
	height: 100%;
	background: #000
}

.jh_ny_banner .e_bannerA-2 .p_videoPoster {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer
}

.jh_ny_banner .e_bannerA-2 .p_videoPoster::before {
	content: " ";
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url('../image/playVideo.png') no-repeat center center
}

.jh_ny_banner .e_bannerA-2 .p_videoPoster img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.jh_ny_banner .e_bannerA-2 .p_videoInfo {
	display: none
}

.jh_ny_banner .e_bannerA-2 .p_info h2 {
	animation: puBanner 1s;
	font-size: 2.5rem
}

.jh_ny_banner .e_bannerA-2 .p_info h6 {
	animation: puBanner 1.3s
}

.jh_ny_banner .e_bannerA-2 .p_info p {
	animation: puBanner 1.5s;
	text-transform: uppercase
}

.jh_ny_banner .swiper-slide {
	display: none
}

.jh_ny_banner .swiper-slide.swiper-slide-active {
	display: block !important
}

.jh_ny_banner .e_bannerA-2 {
	background_radio: 1;
	display-radio: 1
}

@media screen and (max-width:768px) {
	.jh_ny_banner .e_bannerA-2 .swiper-wrapper {
		height: 18vh;
		margin-top: 0px
	}

	.jh_ny_banner .e_bannerA-2 .p_img a {
		background: #000;
		display: block;
		width: 100%;
		height: 100%
	}

	.jh_ny_banner .e_bannerA-2 .p_img img {
		display: block
	}

	.jh_ny_banner .e_bannerA-2 .p_info {
		width: 100%;
		max-width: 1600px;
		padding: 0 20px;
		position: absolute;
		left: 50%;
		top: 55%;
		z-index: 9;
		display: flex;
		transform: translate(-50%, -20%);
		align-items: center
	}

	.jh_ny_banner .e_bannerA-2 .p_info h2 {
		font-size: 18px
	}

	.jh_ny_banner .e_bannerA-2 .p_info h6 {
		font-size: 14px
	}

	.jh_ny_banner .e_bannerA-2 .p_info div {
		padding-bottom: 10px
	}
}

.jh_category_nav {
	min-height: 0px;
	background-color: rgba(239, 241, 245, 1);
	padding-top: 15px;
	padding-bottom: 15px;
	display-radio: 1
}

.jh_category_nav .e_container-1 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display-radio: flex;
	background_radio: 1
}

.jh_category_nav .e_container-1>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.jh_category_nav .e_breadcrumb-2 .p_breadcrumbItem {
	position: relative
}

.jh_category_nav .e_breadcrumb-2 .icon {
	width: 12px;
	height: 12px
}

.jh_category_nav .e_breadcrumb-2 .p_breadcrumbItem:not(:first-child) {
	padding: 0 3px 0 15px
}

.jh_category_nav .e_breadcrumb-2 .p_breadcrumbItem:not(:first-child)::before {
	content: '>';
	position: absolute;
	left: 3px;
	color: #999
}

.jh_category_nav .e_breadcrumb-2 .p_breadcrumb {
	display: flex
}

.jh_category_nav .e_breadcrumb-2 .p_showTitle {
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 5px;
	border: 1px solid transparent
}

.jh_category_nav .e_breadcrumb-2 .siblings::after {
	content: '>';
	display: flex;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	transform: rotateZ(90deg);
	cursor: pointer;
	color: #ccc
}

.jh_category_nav .e_breadcrumb-2 .siblings.active {
	border: 1px solid #dee2e6
}

.jh_category_nav .e_breadcrumb-2 .siblings.active::after {
	transform: rotateZ(-90deg)
}

.jh_category_nav .e_breadcrumb-2 .p_slide {
	position: absolute;
	left: 18px;
	min-width: 100%;
	padding: 5px;
	display: none;
	z-index: 999
}

.jh_category_nav .e_breadcrumb-2 .p_sibling {
	display: block;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden
}

.jh_category_nav .e_breadcrumb-2 {
	background_radio: 2;
	background-color: rgba(255, 255, 255, 0)
}

.jh_category_nav .e_loop-3 .p_list {
	display: flex;
	flex-wrap: wrap
}

.jh_category_nav .e_loop-3 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

.jh_category_nav .e_loop-3 .p_page {
	text-align: center
}

.jh_category_nav .e_loop-3 .p_filter_wrapper {
	width: 100%
}

.jh_category_nav .e_loop-3 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap
}

.jh_category_nav .e_loop-3 .p_filter_key {
	line-height: 40px;
	margin-right: 10px;
	font-weight: bold
}

.jh_category_nav .e_loop-3 .p_v_item {
	display: inline-block;
	margin: 0 5px;
	line-height: 40px;
	cursor: pointer
}

.jh_category_nav .e_loop-3 .p_active {
	color: blueviolet
}

.jh_category_nav .e_loop-3 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

.jh_category_nav .e_loop-3 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

.jh_category_nav .e_loop-3 .multSelect {
	font-size: 14px;
	position: relative
}

.jh_category_nav .e_loop-3 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 40px;
	border: 1px solid #ccc;
	border-radius: 3px;
	position: relative;
	cursor: pointer
}

.jh_category_nav .e_loop-3 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

.jh_category_nav .e_loop-3 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

.jh_category_nav .e_loop-3 .multSelect ul,
li {
	list-style: none
}

.jh_category_nav .e_loop-3 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 3px 5px;
	margin: 5px 5px 5px 0;
	border-radius: 5px
}

.jh_category_nav .e_loop-3 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #ccc;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

.jh_category_nav .e_loop-3 .multSelect .multSelect-option>div {
	line-height: 35px;
	cursor: pointer;
	padding: 0 10px
}

.jh_category_nav .e_loop-3 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

.jh_category_nav .e_loop-3 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

.jh_category_nav .e_loop-3 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

.jh_category_nav .e_loop-3 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: calc(50% - 8px)
}

.jh_category_nav .e_loop-3 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

.jh_category_nav .e_loop-3 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

.jh_category_nav .e_loop-3 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

.jh_category_nav .e_loop-3 .p_filter_select {
	width: 150px
}

.jh_category_nav .e_loop-3 .p_normal_start,
.jh_category_nav .e_loop-3 .p_date_start {
	display: inline;
	width: 100px
}

.jh_category_nav .e_loop-3 .p_normal_end,
.jh_category_nav .e_loop-3 .p_date_end {
	display: inline;
	width: 100px
}

.jh_category_nav .e_loop-3 .p_split {
	margin: 0 5px
}

.jh_category_nav .e_loop-3 .p_normal {
	margin-right: 16px
}

.jh_category_nav .e_loop-3 {
	background_radio: 1;
	margin-left: auto;
	margin-right: auto;
	transition-property: all;
	max-width: none
}

.jh_category_nav .e_loop-3 .cbox-3:nth-child(odd) {
	flex: 0 0 auto
}

.jh_category_nav .e_loop-3 .cbox-3:nth-child(even) {
	flex: 0 0 auto;
	align-items: center
}

.jh_category_nav .e_text-4 {
	line-height: normal;
	font_radio: 2;
	display-radio: 1;
	font-family: "fa1c040b-ee58-4620-ad77-209efac6cab8";
	font-size: 16px
}

.jh_category_nav .e_text-4 a {
	display: block;
	padding: 10px 35px;
	background: #fff;
	border-radius: 0px;
	border: 1px solid #eee;
	font-size: 16px;
	transition: all .5s ease
}

.jh_category_nav .e_text-4 a:hover {
	background: #0860A7;
	color: #fff
}

.jh_category_nav .e_text-4 a.on {
	background: #0860A7;
	color: #fff
}

.jh_category_nav .e_container-1 .cbox-1-1 {
	flex: 0 0 auto;
	align-self: center
}

@media screen and (max-width:768px) {
	.jh_category_nav .e_container-1 .cbox-1-1 {
		display: none
	}

	.jh_category_nav {
		padding-top: 10px;
		padding-bottom: 5px
	}

	.jh_category_nav .e_loop-3 .p_loopitem {
		position: static;
		display: inline-block;
		width: auto;
		margin: 0 5px;
		vertical-align: top
	}

	.jh_category_nav .e_loop-3 .p_loopitem:first-child {
		margin-left: 20px
	}

	.jh_category_nav .e_loop-3 .p_loopitem:last-child {
		margin-right: 20px
	}

	.jh_category_nav .e_loop-3 .p_list {
		font-size: 0;
		display: inline-block;
		margin: 0 auto;
		padding: 0px;
		text-align: center;
		width: 100%;
		overflow-x: auto;
		flex-wrap: nowrap;
		justify-content: center;
		overflow-y: hidden;
		white-space: nowrap
	}

	.jh_category_nav .e_text-4 a {
		font-size: 14px;
		text-align: center;
		padding: 10px 20px
	}
}

@media screen and (min-width: 769px) {
	.jh_category_nav .e_loop-3 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex: 0 0 auto;
		margin-right: 15px
	}
}

.jh_blog_list {
	min-height: 300px;
	padding-top: 2%;
	padding-bottom: 4%;
	background-color: rgba(243, 243, 243, 0.6);
	display-radio: 1;
	background_radio: 2
}

.jh_blog_list .e_loop-1 .p_list {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	/*解决无缝滚动在循环体多列展示问题  */
	max-width: 100%
		/* 解决无缝滚动在循环体多列展示问题 */
}

.jh_blog_list .e_loop-1 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

.jh_blog_list .e_loop-1 .p_page {
	text-align: center
}

.jh_blog_list .e_loop-1 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

.jh_blog_list .e_loop-1 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 40px;
	margin: 15px 0
}

.jh_blog_list .e_loop-1 .p_filter_key {
	/* min-width:80px;
 */
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

.jh_blog_list .e_loop-1 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

.jh_blog_list .e_loop-1 .p_active .p_fbutton {
	color: #fff;
	background-color: cornflowerblue
		/* border-radius:2px;
 */
}

.jh_blog_list .e_loop-1 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

.jh_blog_list .e_loop-1 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

.jh_blog_list .e_loop-1 .p_s_option {}

.jh_blog_list .e_loop-1 .multSelect {
	font-size: 13px;
	position: relative
}

.jh_blog_list .e_loop-1 .multSelect .inputWrap {
	width: 100%;
	min-width: 100px;
	min-height: 24px;
	border: 1px solid #DCDFE6;
	border-radius: 3px;
	position: relative;
	cursor: pointer;
	background: white
}

.jh_blog_list .e_loop-1 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

.jh_blog_list .e_loop-1 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

.jh_blog_list .e_loop-1 .multSelect ul,
li {
	list-style: none
}

.jh_blog_list .e_loop-1 .multSelect li {
	display: inline-block;
	background: #edf0f3;
	color: #92969c;
	padding: 0px 5px;
	margin: 1px 5px 1px 0;
	border-radius: 5px;
	line-height: 16px
}

.jh_blog_list .e_loop-1 .multSelect .multSelect-option {
	width: 100%;
	border: 1px solid #DCDFE6;
	border-radius: 2px;
	border-top: 0;
	max-height: 200px;
	overflow-y: scroll;
	position: absolute;
	height: 0;
	opacity: 0;
	z-index: 9;
	background: #fff
}

.jh_blog_list .e_loop-1 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

.jh_blog_list .e_loop-1 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

.jh_blog_list .e_loop-1 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

.jh_blog_list .e_loop-1 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

.jh_blog_list .e_loop-1 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

.jh_blog_list .e_loop-1 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

.jh_blog_list .e_loop-1 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

.jh_blog_list .e_loop-1 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

/* .jh_blog_list .e_loop-1 .p_filter_close::before {
	content: "\2716";
}
*/
/* .jh_blog_list .e_loop-1 .p_filter_select {
	width: 110px;
	height: 24px;
	padding: 0;
	border: 1px solid #DCDFE6;
}
*/
.jh_blog_list .e_loop-1 .p_normal_start {
	display: inline;
	width: 60px;
	height: 22px
}

.jh_blog_list .e_loop-1 .p_date_start {
	display: inline;
	width: 105px;
	height: 22px
}

.jh_blog_list .e_loop-1 .p_normal_end {
	display: inline;
	width: 60px;
	height: 22px;
	margin-right: 5px
}

.jh_blog_list .e_loop-1 .p_date_end {
	display: inline;
	width: 105px;
	height: 22px;
	margin-right: 5px
}

.jh_blog_list .e_loop-1 .p_split {
	margin: 0 5px
}

.jh_blog_list .e_loop-1 .p_normal {
	margin-right: 16px
}

.jh_blog_list .e_loop-1 .p_fbutton {
	background-color: #007bff;
	border: 1px solid #409EFF;
	text-decoration: none;
	color: white;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

.jh_blog_list .e_loop-1 .input-check,
.jh_blog_list .e_loop-1 .input-radio {
	margin: 0 5px;
	vertical-align: text-top
}

.jh_blog_list .e_loop-1 .position-left {
	display: flex
}

.jh_blog_list .e_loop-1 .position-right {
	display: flex;
	flex-direction: row-reverse
}

.jh_blog_list .e_loop-1 .position-top {
	/* display:flex;
 */
}

.jh_blog_list .e_loop-1 .position-bottom {
	display: flex;
	flex-direction: column-reverse
}

.jh_blog_list .e_loop-1 .p_mbutton {
	border: 1px solid #409EFF;
	text-decoration: none;
	color: #409EFF;
	font-size: 14px;
	text-align: center;
	padding: 10px 25px;
	position: relative;
	overflow: hidden
}

.jh_blog_list .e_loop-1 .p_mbutton:after {
	content: "";
	display: none;
	width: 16px;
	height: 16px;
	background-color: #409eff;
	-webkit-transform: skewY(-45deg);
	transform: skewY(360deg);
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1
}

.jh_blog_list .e_container-4 .cbox-4-0 .e_text-11 {
	color: #333;
	font-size: 24px;
	font-family: "ae34bf6f-1d68-4484-8f24-275fac475039";
	line-height: 110%
}

.jh_blog_list .e_loop-1 .p_mbutton::before {
	content: "";
	display: none;
	width: 6px;
	height: 9px;
	border-right: #ffffff solid 2px;
	border-bottom: #ffffff solid 2px;
	-webkit-transform: rotate(35deg);
	transform: rotate(35deg);
	position: absolute;
	bottom: 5px;
	right: 4px;
	z-index: 2
}

.jh_blog_list .e_loop-1 .p_active .p_mbutton::before {
	display: block
}

.jh_blog_list .e_loop-1 .p_active .p_mbutton::after {
	display: block
}

.jh_blog_list .e_loop-1 {
	width: 90%;
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	display-radio: 1
}

.jh_blog_list .e_container-2 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-top: 0px;
	margin-bottom: 25px;
	align-items: center;
	background-color: rgba(255, 255, 255, 1);
	transition: all .5s ease;
	margin-top: 25px;
	display-radio: flex;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px
}

.jh_blog_list .e_container-2:hover {
	box-shadow: 0 23px 90px -5px rgb(29 56 72 / 17%);
	background: #fff;
	background-color: #fff
}

.jh_blog_list .e_container-2:hover .e_image-3 img {
	transform: scale(1.1)
}

.jh_blog_list .e_container-2:hover .e_text-11 {
	color: #31396f
}

.jh_blog_list .e_container-2:hover .e_timeFormat-10 {
	color: #31396f
}

.jh_blog_list .e_container-2:hover .e_timeFormat-9 {
	color: #31396f
}

.jh_blog_list .e_container-2:hover .e_text-8 {
	color: #31396f
}

.jh_blog_list .e_container-2:hover .e_timeFormat-6 {
	color: #31396f
}

.jh_blog_list .e_container-2 .p_item {
	flex: 1;
	max-width: 100%
}

.jh_blog_list .e_container-2 .cbox-2-0 {
	flex: 0 0 28%;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	align-items: center
}

.jh_blog_list .e_container-2 .cbox-2-1 {
	flex: 0 0 72%
}

.e_container-7:hover .jh_blog_list .e_image-3 img {
	transform: scale(1.1)
}

.jh_blog_list .e_image-3 {
	overflow: hidden;
	display-radio: 1
}

.jh_blog_list .e_image-3 a {
	display: block;
	width: 100%;
	padding-bottom: 65%;
	position: relative;
	height: 0;
	overflow: hidden
}

.jh_blog_list .e_image-3 img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	transform: scale(1);
	transition: all .5s ease
}

.jh_blog_list .e_container-4 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	padding-top: 5%;
	padding-left: 5%;
	padding-bottom: 5%;
	padding-right: 5%;
	justify-content: space-between;
	display-radio: flex;
	background_radio: 1
}

.jh_blog_list .e_container-4 .p_item {
	flex: 1;
	max-width: 100%
}

.jh_blog_list .e_container-4 .cbox-4-0 {
	padding-left: 20px;
	padding-right: 20px;
	flex: 0 0 72%
}

.jh_blog_list .e_container-4 .cbox-4-1 {
	flex: 0 0 auto
}

.jh_blog_list .e_container-5 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

.jh_blog_list .e_container-5>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.e_container-7:hover .jh_blog_list .e_timeFormat-6 {
	color: #004ba5
}

.jh_blog_list .e_timeFormat-6 {
	min-height: 20px;
	font_radio: 2;
	padding-left: 0px;
	font-size: 56px;
	color: rgba(102, 102, 102, 1);
	line-height: 1.2;
	transition: all .5s ease;
	font-family: Impact;
	text-align: center
}

.jh_blog_list .e_container-7 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%
}

.jh_blog_list .e_container-7>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.e_container-7:hover .jh_blog_list .e_text-8 {
	color: #c40c06
}

.jh_blog_list .e_text-8 {
	line-height: 1.6;
	font_radio: 2;
	transition: all .5s ease;
	font-size: 18px;
	font-family: Arial;
	color: rgba(102, 102, 102, 1);
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px
}

.e_container-7:hover .jh_blog_list .e_timeFormat-9 {
	color: #c40c06
}

.jh_blog_list .e_timeFormat-9 {
	min-height: 20px;
	font_radio: 2;
	padding-left: 0px;
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	line-height: 1.6;
	transition: all .5s ease;
	font-family: Arial;
	font-weight: bold
}

.e_container-7:hover .jh_blog_list .e_timeFormat-10 {
	color: #c40c06
}

.jh_blog_list .e_timeFormat-10 {
	min-height: 20px;
	font_radio: 2;
	padding-left: 0px;
	font-size: 16px;
	color: rgba(102, 102, 102, 1);
	line-height: 1.6;
	transition: all .5s ease;
	font-family: Arial;
	font-weight: bold
}

.e_container-7:hover .jh_blog_list .e_text-11 {
	color: rgba(112, 112, 112, 1);
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	font-size: 28px;
	font-family: "ae34bf6f-1d68-4484-8f24-275fac475039";
	font-weight: normal;
	font_radio: 1;
	line-height: normal;
	transition: all .2s ease;
	display-radio: 1;
	margin-bottom: 20px;
	text-align: left;
	-webkit-line-clamp: 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.jh_blog_list .e_text-12 {
	font_radio: 2;
	font-size: 15px;
	color: rgba(112, 112, 112, 1);
	line-height: 1.6;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display-radio: -webkit-box;
	margin-top: 20px
}

.jh_blog_list .e_container-7 .cbox-7-0 {
	flex: 0 0 auto
}

.jh_blog_list .e_container-7 .cbox-7-1 {
	flex: 0 0 auto
}

.jh_blog_list .e_container-7 .cbox-7-2 {
	flex: 0 0 auto
}

@media screen and (max-width:768px) {
	.jh_blog_list {
		padding-top: 20px;
		padding-bottom: 20px;
		display-radio: 1
	}

	.jh_blog_list .e_loop-1 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}

	.jh_blog_list .p_page {
		margin-top: 0px !important
	}

	.jh_blog_list .e_container-4 .cbox-4-0 .e_text-11 {
		font-size: 16px !important;
		color: #333;
		font-family: "ae34bf6f-1d68-4484-8f24-275fac475039";
		margin-bottom: 5px;
		padding-top: 0px
	}

	.jh_blog_list .e_container-2 .cbox-2-0 {
		width: 100%;
		flex: 0 0 auto
	}

	.jh_blog_list .e_container-2 {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		display-radio: flex;
		margin-top: 0px
	}

	.jh_blog_list .e_container-4 {
		padding-top: 20px;
		padding-left: 10px;
		padding-bottom: 20px;
		padding-right: 10px;
		background_radio: 1;
		display-radio: 1;
		flex-direction: column
	}

	.jh_blog_list .e_container-4 .p_item {
		padding-left: 0px;
		padding-right: 0px
	}

	.jh_blog_list .e_timeFormat-6 {
		font_radio: 2;
		color: #666666;
		line-height: 1.5;
		font-size: 24px;
		display-radio: 1
	}

	.jh_blog_list .e_text-8 {
		font_radio: 2;
		font-size: 14px;
		color: #333333;
		line-height: 1.6
	}

	.jh_blog_list .e_timeFormat-9 {
		font_radio: 2;
		font-size: 14px;
		color: #666666;
		line-height: 1.5
	}

	.jh_blog_list .e_timeFormat-10 {
		font_radio: 2;
		font-size: 14px;
		color: #666666;
		line-height: 1.5
	}

	.jh_blog_list .e_text-11 {
		font_radio: 2;
		padding-top: 10px;
		padding-bottom: 0px;
		display-radio: -webkit-box;
		font-size: 20px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		margin-bottom: 10px
	}

	.jh_blog_list .e_text-12 {
		font_radio: 2;
		display-radio: 1;
		margin-top: 0px;
		font-size: 12px
	}

	.jh_blog_list .e_loop-1 {
		display-radio: 1;
		width: 90%;
		margin-top: 2%
	}

	.jh_blog_list .e_image-3 {
		display-radio: 1
	}

	.jh_blog_list .e_container-5 {
		background_radio: 1;
		display-radio: 1;
		display: none
	}
}

@media screen and (min-width: 769px) {
	.jh_blog_list .e_loop-1 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
}

@media screen and (max-width: 1024px) and (min-width: 769px) {}

@media screen and (max-width: 1199px) and (min-width: 1025px) {
	.jh_blog_list .e_text-11 {
		font_radio: 2;
		display-radio: 1;
		font-size: 24px;
		color: rgba(112, 112, 112, 1);
		line-height: normal;
		font-weight: normal;
		text-align: left;
		font-family: "54cef8f9-02f3-4194-a564-5fb8c2570ce6"
	}

	.jh_blog_list .e_container-4 {
		display-radio: 1
	}

	.jh_blog_list .e_container-4 .cbox-4-0 {
		flex: 0 0 80%
	}

	.jh_blog_list .e_image-3 {
		display-radio: 1
	}

	.jh_blog_list .e_container-4 .cbox-4-0 .e_text-11 {
		font-size: 20px
	}

	.jh_blog_list .e_timeFormat-6 {
		font_radio: 2;
		display-radio: 1;
		font-size: 36px
	}
}