@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;
	background_radio: 2
}

.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_show {
	margin-left: auto;
	margin-right: auto;
	width: 100%
}

.jh_blog_show .p_gridbox::after {
	content: '';
	clear: left;
	display: block
}

.jh_blog_show>div>.p_gridbox {
	width: 100%;
	overflow: hidden;
	position: static
}

.jh_blog_show>div>.p_gridCell {
	float: left;
	position: static
}

.jh_blog_show>.p_gridbox.signal {
	min-height: inherit
}

.jh_blog_show>.p_gridbox.signal>.p_gridCell {
	min-height: inherit !important
}

@media screen and (max-width:768px) {
	.jh_blog_show>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

@media screen and (min-width: 769px) {
	.jh_blog_show>.p_gridbox>.p_gridCell:nth-child(1n + 1) {
		width: 100%;
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 0rem;
		margin-bottom: 0rem;
		clear: left
	}
}

.jh_blog_show_content {
	min-height: 300px;
	display-radio: 1;
	background-color: rgba(243, 243, 243, 0.5);
	padding-top: 60px;
	padding-bottom: 60px;
	background_radio: 2
}

.jh_blog_show_content .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_blog_show_content .e_container-1>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.jh_blog_show_content .e_container-1 .cbox-1-0 {
	flex: 0 0 70%
}

.jh_blog_show_content .e_container-1 .cbox-1-1 {
	margin-left: 3%
}

.jh_blog_show_content .e_text-3 {
	line-height: normal;
	font_radio: 2;
	font-size: 20px;
	font-family: "fa1c040b-ee58-4620-ad77-209efac6cab8";
	font-weight: bold;
	color: rgba(68, 68, 68, 1);
	display-radio: 1;
	margin-bottom: 30px
}

.jh_blog_show_content .e_loop-4 .p_list {
	display: flex;
	flex-wrap: wrap
}

.jh_blog_show_content .e_loop-4 .p_loopitem {
	flex: 0 0 33.3%;
	position: relative
}

.jh_blog_show_content .e_loop-4 .p_page {
	text-align: center
}

.jh_blog_show_content .e_loop-4 .p_filter_wrapper {
	width: 100%;
	font-size: 13px
}

.jh_blog_show_content .e_loop-4 .p_kv_wrapper {
	display: flex;
	flex-wrap: nowrap;
	line-height: 24px;
	margin: 15px 0
}

.jh_blog_show_content .e_loop-4 .p_filter_key {
	width: 70px;
	overflow: hidden;
	margin-right: 10px;
	font-weight: bold;
	color: #333333;
	font-size: 12px
}

.jh_blog_show_content .e_loop-4 .p_v_item {
	display: inline-block;
	padding: 0 3px;
	cursor: pointer;
	font-size: 13px;
	color: #555555;
	margin-right: 30px
}

.jh_blog_show_content .e_loop-4 .p_active {
	color: #fff;
	background-color: #409EFF;
	border-radius: 2px
}

.jh_blog_show_content .e_loop-4 .p_result_item {
	position: relative;
	padding: 3px 20px 3px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px
}

.jh_blog_show_content .e_loop-4 .p_filter_close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px;
	font-style: normal;
	font-size: 16px;
	margin-top: -5px;
	cursor: pointer
}

.jh_blog_show_content .e_loop-4 .multSelect {
	font-size: 13px;
	position: relative
}

.jh_blog_show_content .e_loop-4 .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_show_content .e_loop-4 .multSelect.is-invalid .inputWrap {
	border-color: #dc3545
}

.jh_blog_show_content .e_loop-4 .multSelect ul {
	padding: 0 5px;
	margin: 0;
	padding-right: 35px
}

.jh_blog_show_content .e_loop-4 .multSelect ul,
li {
	list-style: none
}

.jh_blog_show_content .e_loop-4 .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_show_content .e_loop-4 .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_show_content .e_loop-4 .multSelect .multSelect-option>div {
	line-height: 24px;
	cursor: pointer;
	padding: 0 10px
}

.jh_blog_show_content .e_loop-4 .multSelect .multSelect-option>div.selected {
	color: #409eff
}

.jh_blog_show_content .e_loop-4 .multSelect .multSelect-option>div:hover {
	color: #409eff;
	background: #f3f6f9
}

.jh_blog_show_content .e_loop-4 .multSelect .fa-close {
	font-style: normal;
	font-size: 12px;
	padding: 0 5px 0 7px
}

.jh_blog_show_content .e_loop-4 .multSelect .inputWrap>.fa svg {
	fill: #666;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 0;
	top: calc(50% - 3px)
}

.jh_blog_show_content .e_loop-4 .multSelect .inputWrap>.fa-down svg {
	transform: rotate(-90deg)
}

.jh_blog_show_content .e_loop-4 .multSelect .inputWrap>.fa-up svg {
	transform: rotate(90deg)
}

.jh_blog_show_content .e_loop-4 .multSelect .placeholder {
	line-height: 40px;
	padding-left: 10px;
	color: #aaa;
	position: absolute;
	left: 0;
	top: 0
}

.jh_blog_show_content .e_loop-4 .p_filter_select {
	width: 110px;
	height: 24px;
	padding: 0;
	border: 1px solid #DCDFE6
}

.jh_blog_show_content .e_loop-4 .p_normal_start {
	display: inline;
	width: 60px;
	height: 22px
}

.jh_blog_show_content .e_loop-4 .p_date_start {
	display: inline;
	width: 105px;
	height: 22px
}

.jh_blog_show_content .e_loop-4 .p_normal_end {
	display: inline;
	width: 60px;
	height: 22px;
	margin-right: 5px
}

.jh_blog_show_content .e_loop-4 .p_date_end {
	display: inline;
	width: 105px;
	height: 22px;
	margin-right: 5px
}

.jh_blog_show_content .e_loop-4 .p_split {
	margin: 0 5px
}

.jh_blog_show_content .e_loop-4 .p_normal {
	margin-right: 16px
}

.jh_blog_show_content .e_loop-4 {
	background_radio: 1;
	margin-top: 0px
}

.jh_blog_show_content .e_richText-15 div {
	line-height: 28px
}

.jh_blog_show_content .e_text-7 {
	line-height: 1.5;
	font_radio: 2;
	font-size: 18px;
	color: rgba(68, 68, 68, 1);
	font-weight: normal;
	display-radio: -webkit-box;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-family: "fa1c040b-ee58-4620-ad77-209efac6cab8"
}

.jh_blog_show_content .e_timeFormat-8 {
	min-height: 20px;
	font_radio: 2;
	display-radio: 1;
	font-size: 14px;
	color: #ccc;
	line-height: 1.5;
	font-family: "fa1c040b-ee58-4620-ad77-209efac6cab8";
	margin-top: 5px
}

.jh_blog_show_content .e_container-9 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex;
	padding-top: 5%;
	padding-bottom: 5%;
	padding-left: 6%;
	padding-right: 6%;
	background-color: rgba(255, 255, 255, 1);
	background_radio: 2
}

.jh_blog_show_content .e_container-9>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.jh_blog_show_content .e_line-11 {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(221, 221, 221, 1);
	height: 1px
}

.jh_blog_show_content .e_container-12 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	display-radio: flex
}

.jh_blog_show_content .e_container-12>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.jh_blog_show_content .e_container-13 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	display-radio: flex
}

.jh_blog_show_content .e_container-13>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.jh_blog_show_content .e_container-13 .cbox-13-1 {
	flex: 0 0 auto
}

.jh_blog_show_content .e_richText-15 img {
	width: 100%;
	max-width: 800px;
	margin: auto;
	text-align: center
}

.jh_blog_show_content .e_richText-15 div img {
	text-align: center
}

.jh_blog_show_content .e_container-13 .cbox-13-0 {
	flex: 0 0 auto
}

.jh_blog_show_content .e_container-14 {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	padding-top: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	background-color: rgba(245, 245, 245, 1);
	margin-top: 20px;
	display-radio: flex
}

.jh_blog_show_content .e_container-14>.p_item {
	flex: 1;
	max-width: 100%;
	max-height: 100%
}

.jh_blog_show_content .e_richText-15 {
	font_radio: 2;
	font-size: 16px;
	color: rgba(85, 85, 85, 1);
	line-height: 2;
	margin-top: 20px;
	display-radio: 1;
	font-family: "fa1c040b-ee58-4620-ad77-209efac6cab8"
}

.jh_blog_show_content .e_richText-15 p {
	padding-bottom: 15px;
	font-size: 16px !important;
	line-height: 2 !important
}

.jh_blog_show_content .e_richText-15 p span {
	padding-bottom: 15px;
	font-size: 16px !important;
	line-height: 2 !important
}

.jh_blog_show_content .e_text-16 {
	display-radio: 1;
	font_radio: 2;
	font-size: 14px;
	color: rgba(90, 90, 90, 1);
	line-height: 1.8;
	font-family: "fa1c040b-ee58-4620-ad77-209efac6cab8"
}

.jh_blog_show_content .e_timeFormat-17 {
	min-height: 20px;
	font_radio: 2;
	font-size: 14px;
	color: rgba(90, 90, 90, 1);
	line-height: 1.5;
	display-radio: 1;
	font-family: "fa1c040b-ee58-4620-ad77-209efac6cab8"
}

.jh_blog_show_content .e_text-18 {
	display-radio: 1;
	font_radio: 2;
	font-size: 14px;
	color: rgba(90, 90, 90, 1);
	line-height: 1.5;
	font-family: "fa1c040b-ee58-4620-ad77-209efac6cab8"
}

.jh_blog_show_content .e_container-2 {
	display-radio: 1;
	padding-top: 8%;
	padding-left: 8%;
	padding-right: 8%;
	padding-bottom: 8%;
	border-color: rgba(255, 255, 255, 1);
	background-color: rgba(255, 255, 255, 1)
}

.jh_blog_show_content .e_container-5 {
	display-radio: 1;
	margin-bottom: 20px
}

.jh_blog_show_content .e_container-5:hover .e_text-7 {
	color: #0062b7
}

.jh_blog_show_content .btn:focus {
	box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 0%)
}

.jh_blog_show_content .e_line-24 {
	display-radio: 1;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: rgba(221, 221, 221, 1)
}

.jh_blog_show_content .e_image-25 {
	overflow: hidden;
	display-radio: 1;
	margin-top: 10px
}

.jh_blog_show_content .e_image-25 img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.jh_blog_show_content .e_button-26 {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	box-sizing: border-box;
	width: 160px;
	padding: 8px;
	background_radio: 2;
	border_radio: 2;
	font_radio: 2;
	radius_radio: 2;
	display-radio: block;
	margin-top: 3%;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(5, 136, 234, 1);
	font-size: 16px;
	font-family: "fa1c040b-ee58-4620-ad77-209efac6cab8";
	border-style: solid;
	border-width: 0px;
	border-color: rgba(5, 136, 234, 1);
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	color: rgba(255, 255, 255, 1);
	background: #31396f;
	box-shadow: 0px 10px 30px rgb(0, 0, 0, 0.1);
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3%
}

.jh_blog_show_content .e_button-26 span {
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	outline: 0;
	margin: 0px;
	overflow: hidden
}

.jh_blog_show_content .e_button-26::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	transition: all .3s;
	z-index: 0;
	opacity: 0;
	top: 0;
	left: 0px
}

.jh_blog_show_content .e_button-26:hover::after {
	opacity: 1
}

.jh_blog_show_content .e_button-26:hover {
	background: #fff;
	color: rgba(5, 136, 234, 1);
	border-style: solid;
	border-width: 2px;
	border-color: rgba(5, 136, 234, 1);
	box-shadow: 0px 10px 30px rgb(0, 0, 0, 0.05);
	background-color: #fff
}

.jh_blog_show_content .e_h1-27 {
	font_radio: 2;
	display-radio: 1;
	font-size: 26px;
	font-family: "fa1c040b-ee58-4620-ad77-209efac6cab8";
	line-height: 1.5;
	text-align: center;
	color: rgba(0, 0, 0, 1);
	font-weight: bold
}

@media screen and (max-width:768px) {
	.jh_blog_show_content .e_container-1 {
		flex-direction: column;
		display-radio: 1;
		width: 90%
	}

	.jh_blog_show_content .e_container-1 .cbox-1-1 {
		flex: 0 0 auto;
		margin-left: 0%
	}

	.jh_blog_show_content .e_richText-15 img {
		width: 100% !important;
		height: auto !important;
		text-indent: 0px !important
	}

	.jh_blog_show_content .e_richText-15 p {
		text-indent: 0px !important
	}

	.jh_blog_show_content .e_loop-4 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}

	.jh_blog_show_content .e_richText-15 {
		font_radio: 2;
		font-size: 14px;
		line-height: 1.8;
		display-radio: 1;
		margin-top: 15px
	}

	.jh_blog_show_content {
		display-radio: 1;
		padding-top: 6%;
		padding-bottom: 6%
	}

	.jh_blog_show_content .e_text-16 {
		display-radio: -webkit-box;
		font_radio: 1;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden
	}

	.jh_blog_show_content .e_container-9 {
		display-radio: 1;
		padding-top: 5%;
		padding-bottom: 5%;
		padding-left: 3%;
		padding-right: 3%;
		margin-bottom: 30px;
		margin-top: 0px
	}

	.jh_blog_show_content .e_container-2 {
		display-radio: 1;
		padding-top: 5%;
		padding-bottom: 5%;
		padding-left: 5%;
		padding-right: 5%
	}

	.jh_blog_show_content .e_text-3 {
		display-radio: 1;
		font_radio: 2;
		font-size: 20px;
		color: #333333;
		line-height: 1.5;
		font-family: "54cef8f9-02f3-4194-a564-5fb8c2570ce6"
	}

	.jh_blog_show_content .e_line-11 {
		display-radio: 1;
		margin-top: 8px;
		margin-bottom: 8px
	}

	.jh_blog_show_content .e_container-14 {
		display-radio: 1;
		margin-top: 10px
	}

	.jh_blog_show_content .e_text-7 {
		font_radio: 2;
		display-radio: 1;
		font-size: 15px;
		color: rgba(51, 51, 51, 1);
		line-height: normal;
		font-weight: normal;
		text-align: left
	}

	.jh_blog_show_content .e_line-24 {
		display-radio: 1;
		margin-bottom: 0px;
		padding-top: 0px;
		margin-top: 10px
	}

	.jh_blog_show_content .e_container-5 {
		display-radio: 1;
		margin-bottom: 10px
	}

	.jh_blog_show_content .e_timeFormat-8 {
		font_radio: 1;
		display-radio: 1;
		margin-bottom: 0px
	}

	.jh_blog_show_content .e_button-26 {
		background_radio: 1;
		border_radio: 1;
		font_radio: 2;
		radius_radio: 1;
		display-radio: 1;
		font-size: 14px;
		width: 136px
	}

	.jh_blog_show_content .e_image-25 {
		display-radio: 1
	}
}

@media screen and (min-width: 769px) {
	.jh_blog_show_content .e_loop-4 .p_loopitem {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: calc(100% / 1)
	}
}
