html {
	font-size: 100px;
}

@font-face {
	font-family: 'sy';
	src: url(font/SourceHanSansCN-Regular.otf)
}

body {
	font-family: 'sy';
	font-size: .16rem;
	background-color: #fff;
	color: #333;
	overflow-x: hidden
}

.rjhj-header-warp {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: #FFFFFF;
	z-index: 1000;
}

.rjhj-header-warp.fixed {
	box-shadow: 0px 5px 11px 0px rgba(171, 171, 171, 0.25);
}

.rjhj-header-warp .rjhj-contain-box,
.rjhj-nav-box .rjhj-contain-box {
	padding: 0;
	z-index: 5
}

.rjhj-header-warp>.rjhj-contain-box>.rjhj-contain-padding>.clearfix {
	display: flex;
	justify-items: center;
}

.rjhj-contain-box {
	max-width: 14.4rem;
	margin: 0 auto;
	padding: .4rem 0;
	position: relative;
	z-index: 2
}

.rjhj-footer-img .rjhj-contain-box {
	padding: .3rem 0
}

.rjhj-logo {
	width: 34%;
	transition: .3s
}

.rjhj-logo a {
	display: flex;
	height: 100%;
	align-items: center;
}

.rjhj-logo img {
	max-width: 100%;
}

.rjhj-header-right-box {
	width: 46%;
	margin-left: 20%;
}

.rjhj-nav-box {
	margin-right: .3rem;
}

.rjhj-nav li {
	float: left;
	width: 25%;
	position: relative;
	z-index: 999
}

.rjhj-nav>li>a {
	display: block;
	height: .91rem;
	line-height: .91rem;
	font-size: .2rem;
	color: #333;
	text-align: center;
	transition: .3s
}

.rjhj-nav>li>a::after {
	content: "";
	position: relative;
	width: 0;
	height: 4px;
	display: block;
	z-index: 100;
	background-color: #fff;
	transition: .3s ease-out all;
	left: 50%;
	top: .3rem;
	transform: translateX(-50%)
}

.rjhj-suNnav {
	position: absolute;
	left: 50%;
	top: 160%;
	min-width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, top .45s ease;
	transform: translateX(-50%);
	background: #FFFFFF;
	box-shadow: 0px 4px 10px 0px rgba(19, 52, 143, 0.08);
}

.rjhj-nav-box li.li3 .rjhj-suNnav {
	width: 185%;
}

.rjhj-nav-box li:hover .rjhj-suNnav {
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.rjhj-nav-box li .rjhj-suNnav li {
	width: 100%;
}

.rjhj-nav-box li .rjhj-suNnav li a {
	display: block;
	color: #333;
	font-size: .16rem;
	padding: .15rem;
	text-align: center
}

.rjhj-nav-box li.li3 .rjhj-suNnav li a {
	/* text-align: left; */
}

.rjhj-nav-box li .rjhj-suNnav li a:hover {
	color: #fff !important;
	background: #36B7AB
}

.rjhj-search-icon {
	width: .21rem;
	height: .21rem;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/search.png) no-repeat;
	transition: .3s;
	background-size: contain;
}

.rjhj-banner {
	position: relative;
	overflow: hidden;
	margin: .91rem 0 auto;
}

.rjhj-banner .swiper-slide {
	height: 6.7rem;
}

.rjhj-banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rjhj-banner .swiper-pagination {
	width: 100%;
	bottom: .2rem !important
}

.rjhj-banner .swiper-pagination-bullet {
	width: .16rem;
	height: .16rem;
	opacity: 1;
	background: rgba(255, 255, 255, 0.6);
	margin: 0 .12rem !important;
}

.rjhj-banner .swiper-pagination-bullet-active {
	width: .16rem;
	height: .16rem;
	background: #FFFFFF;
	opacity: 1;
}

.rjhj-xxxw-img-list:hover .txt {
	color: #36B7AB
}

.rjhj-xxxw-txt .txt {
	width: 100%;
	height: .25rem;
	line-height: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: .22rem;
	margin: .24rem 0 .11rem 0;
}

.rjhj-xxxw-txt .des {
	height: .5rem;
	line-height: .25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #777;
	font-size: .18rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.rjhj-xxxw-txt .more {
	margin-top: .1rem;
	font-size: .14rem
}

.rjhj-xxxw-img-list .img {
	height: 3.8rem;
	overflow: hidden;
	position: relative;
}

.rjhj-xxxw-img-list .img .time {
	position: absolute;
	left: .4rem;
	top: .0;
	background: #36B7AB;
	color: #fff;
	padding: .16rem;
	text-align: right;
}

.rjhj-xxxw-img-list .img .time .day {
	font-size: .26rem;
}

.rjhj-xxxw-img-list .img .time .year {
	font-size: .18rem;
	margin-top: .08rem;
}

.rjhj-xxxw-img-list .img img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	object-fit: cover;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.rjhj-xxxw-img-list:hover .img img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.rjhj-left {
	float: left;
	width: 41%;
}

.rjhj-right {
	float: right;
	width: 57%;
}

.rjhj-xxxw-box {
	margin-bottom: .6rem;
}

.rjhj-title-box {
	margin-bottom: .48rem;
	position: relative;
}

.rjhj-title {
	font-size: .3rem;
	color: #333333;
}

.rjhj-title img {
	max-width: 100%;
	height: .37rem;
	object-fit: contain;
	margin-right: .1rem;
	vertical-align: -.05rem;
}

.rjhj-title .en {
	font-size: .16rem;
	color: #777777;
	margin-left: .1rem;
	position: relative;
	padding-left: .1rem;
}

.rjhj-title .en::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .01rem;
	height: .2rem;
	background: #AAAAAA;
	margin-right: .1rem;
	display: block;
}

.rjhj-more {
	font-size: .18rem;
	color: #36B7AB;
	position: absolute;
	right: 0;
	bottom: 0;
}

.rjhj-more img {
	width: .12rem;
	height: .12rem;
	margin-left: .2rem;
	margin-left: .06rem;
}

.rjhj-xxxw-list li {
	margin-bottom: .2rem;
}

.rjhj-xxxw-list li a .img {
	width: 3.44rem;
	height: 2.3rem;
	overflow: hidden;
	float: left;
}

.rjhj-xxxw-list li a .img img {
	display: block;
	object-fit: cover;
	width: 3.44rem;
	height: 2.3rem;
	overflow: hidden;
	object-fit: cover;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.rjhj-xxxw-list li:hover a .img img {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.rjhj-xxxw-list li a .box {
	margin-left: 3.7rem;
}

.rjhj-xxxw-list li a .box .tit {
	font-size: .2rem;
	color: #333333;
	height: .5rem;
	line-height: .25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.rjhj-xxxw-list li a .box .des {
	font-size: .18rem;
	color: #777777;
	margin: .15rem 0 .3rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.rjhj-xxxw-list li a .box .time {
	text-align: right;
	font-size: .26rem;
	color: #333;
	position: relative;
}

.rjhj-xxxw-list li a .box .time::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3.11rem;
	height: .01rem;
	background-color: #F1F1F1;
}

.rjhj-xxxw-list li:hover a .box .tit {
	color: #36B7AB
}

.listPage .rjhj-list li {
	position: relative;
	border-bottom: solid .01rem #eee;
}

.listPage .rjhj-list li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: .04rem;
	background-color: #36B7AB;
	transition: .3s all;
}

.listPage .rjhj-list li:hover::after {
	width: 100%;

}

.listPage .rjhj-list li a {
	display: flex;
	align-items: center;
	padding: .27rem 0;

}

.listPage .rjhj-list li a {
	padding: .36rem 0 .3rem 0;
}

.listPage .rjhj-list li .time {
	width: .7rem;
	text-align: right;
	position: relative;
}

.listPage .rjhj-list li .time::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -.27rem;
	width: .7rem;
	height: .04rem;
	background: #36B7AB;
}

.listPage .rjhj-list li .time::after {
	bottom: -.3rem;
}

.listPage .rjhj-list li .time .day {
	font-size: .26rem;
	color: #36B7AB;
}

.listPage .rjhj-list li .time .year {
	font-size: .18rem;
	color: #36B7AB;
}

.listPage .rjhj-list li .box {
	width: 85%;
	margin-left: 4%;
}

.listPage .rjhj-list li .box {
	width: 78%;
}

.listPage .rjhj-list li:hover::before {
	display: block;
}

.listPage .rjhj-list li .box .tit {
	width: 100%;
	font-size: .2rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: .1rem;
}

.listPage .rjhj-list li .box .des {
	font-size: .16rem;
	color: #777777;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.listPage .rjhj-list li a:hover .tit,
.listPage .rjhj-list li a:hover .time {
	color: #36B7AB;
}

.kxss-tzgg-list {
	margin-top: .35rem;
}

.kxss-tzgg-list ul {
	margin-left: -2%;
}

.kxss-tzgg-list li {
	float: left;
	width: 31.33333333333333%;
	margin-left: 2%;
	margin-bottom: 2%;
	background: #FBFBFB;
	box-shadow: 0px 4px 6px 0px rgba(151, 150, 150, 0.25);
}

.kxss-tzgg-list li a {
	display: block;
	padding: .36rem .32rem;
}

.kxss-tzgg-list li a .tit {
	height: .5rem;
	line-height: .25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
	font-size: .18rem;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: .05rem
}

.kxss-tzgg-list .time {
	text-align: right;
	margin: .17rem 0 0 0;
	font-size: .18rem;
	color: #333333;
	position: relative;
}

.kxss-tzgg-list .time::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 72%;
	height: .01rem;
	background: #ECECEC;
}


.kxss-tzgg-list li a:hover .tit,
.kxss-tzgg-list li a:hover .time {
	color: #36B7AB
}

.rjhj-footer-box {
	background: linear-gradient(91deg, #36B7AB 0%, #009F91 100%);
	color: #fff;
	font-size: .16rem
}

.rjhj-footer-box .rjhj-contain-box {
	padding: .7rem 0 0 0;
}

.rjhj-footer-box .rjhj-contain-box .rjhj-contain-padding .item {
	display: flex;
	align-items: center;
	padding: 0 0 .3rem 0;
}

.rjhj-footer-left {
	width: 35%;
}

.rjhj-footer-left img {
	max-width: 100%;
}

.rjhj-footer-center {
	width: 20%;
	padding: 0 7.5%;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
}

.rjhj-footer-center1 {
	width: 20%;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}

.rjhj-footer-center1 li {
	margin: .12rem 0;
}

.rjhj-footer-center1 li a {
	color: rgba(255, 255, 255, 0.8);
}

.rjhj-footer-center1 li a:hover {
	color: rgba(255, 255, 255, 1);
}

.rjhj-footer-center p {
	margin: .12rem 0;
}

.rjhj-footer-box .rjhj-contain-box .rjhj-contain-padding .copyright {
	padding: .16rem 0;
	border-top: solid .01rem rgba(255, 255, 255, 0.3);
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	font-size: 14px;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #a3a3a3
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #a3a3a3
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #a3a3a3
}

.rjhj-ny-banner {
	height: 4.5rem;
	background-size: cover !important;
	background-position: top center !important;
	margin-top: .91rem;
}

.rjhj-ny-banner>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rjhj-ny-banner .rjhj-contain-box>.rjhj-contain-padding>.title {
	position: absolute;
	bottom: 1rem;
	left: 0
}

.rjhj-ny-banner .rjhj-contain-box>.rjhj-contain-padding>.title>.name {
	color: #fff;
	font-size: .48rem
}

.rjhj-ny-banner .rjhj-contain-box>.rjhj-contain-padding>.title>.en {
	color: #fff;
	font-size: .3rem;
	margin-left: .35rem
}

.outbox:before,
.outbox1:before {
	content: "";
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: middle
}

.outbox,
.nav-outbox,
.nav-outbox1 {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	background: rgba(0,0,0,.6);
	z-index: 100
}

.nav-outbox-close,
.nav-outbox-close:hover,
.nav-outbox-close1,
.nav-outbox-close1:hover {
	background: url(../images/close.png) no-repeat
}

.nav-outbox-close,
.nav-outbox-close1 {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	top: .1rem;
	cursor: pointer;
	z-index: 20;
	background-position: 0 0
}

.nav-outbox-close:hover,
.nav-outbox-close1:hover {
	background-position: 0 -16px
}

.rjhj-show-search-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: transparent;
	width: 8rem
}

.rjhj-show-search {
	width: 8rem;
	margin: 0 auto;
	padding: .2rem 0
}

.rjhj-input-text {
	float: left;
	width: 80%;
	height: .25rem;
	line-height: .25rem;
	padding: .14rem .3rem;
	font-family: "sy";
	font-size: .16rem;
	color: #333;
	outline: none;
	border-radius: 30px
}

.rjhj-input-button {
	float: left;
	padding: 0px .32rem;
	margin-left: -0.22rem;
	height: .53rem;
	line-height: 0.53rem;
	font-family: "sy";
	font-size: .16rem;
	color: #fff;
	outline: none;
	cursor: pointer;
	border-radius: 0 .3rem .3rem 0;
	background-color: #36B7AB
}

.rjhj-input-button:hover {
	background-color: #36B7AB
}

.listPageBar {
	margin: .4rem auto
}

.listPageBar table tr td:first-child {
	display: none
}

.listPageBar table tr td+td {
	width: 100%;
	text-align: center
}

.listPageBar table tr td+td+td {
	display: none
}

.listPageBar a,
.listPage span {
	font-family: "sy" !important;
}

.pb_sys_style1 .p_no_d {
	border: 1px solid #009F91 !important;
	color: #fff;
	background: linear-gradient(91deg, #36B7AB 0%, #009F91 100%) !important;
}

.navbar-toggle {
	display: none;
	position: fixed;
	width: 20px;
	padding: 0;
	border: none;
	z-index: 20000;
	background-color: transparent;
	background-image: none;
	right: .15rem;
	top: .25rem;
	cursor: pointer
}

.navbar-toggle.on {
	top: .3rem;
}

.navbar-toggle .icon-bar {
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	background: #fff;
	width: 100%;
	height: 2px;
	border-radius: 0;
	margin-top: 0.1rem;
	display: block
}

.navbar-toggle.on .icon-bar {
	background: #000;
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px;
}

.navbar-toggle.on .icon-bar.icon-bar1 {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-bottom: -12px;
}

.navbar-toggle.on .icon-bar.icon-bar2 {
	background: transparent
}

.navbar-toggle.on .icon-bar.icon-bar3 {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.rjhj-layer-box.on {
	height: 100%;
}

.navbar-toggle.active .icon-bar {
	/* background-color: rgba(14, 65, 156, .96); */
}

.rjhj-layer-box {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	background-color: #36B7AB;
}

.rjhj-layer-box .rjhj-nav {
	margin-top: .25rem;
}

.rjhj-layer-box.on .rjhj-layer-nav {
	display: block;
}

.rjhj-layer-nav .rjhj-layer-suNnav.on {
	display: block
}

.rjhj-layer-nav {
	display: none;
	margin-top: .9rem;
}

.rjhj-layer-nav li {
	margin: 0 .1rem;
	position: relative;
}

.rjhj-layer-nav li strong {
	color: #fff;
	position: absolute;
	right: .2rem;
	top: 0;
	font-size: .25rem;
	cursor: pointer;
	width: .4rem;
	height: .45rem;
	text-align: center;
	line-height: .4rem;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.rjhj-layer-nav li.li1 strong,
.rjhj-layer-nav li.li2 strong,
.rjhj-layer-nav li.li6 strong,
.rjhj-layer-nav li.li7 strong,
.rjhj-layer-nav li.li8 strong,
.rjhj-layer-nav li.li9 strong {
	display: none;
}

.rjhj-layer-nav li strong.on {
	transform: rotate(45deg)
}

.rjhj-layer-nav li a {
	display: block;
	padding: .1rem;
	color: #fff;
	font-size: 14px;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
}

.rjhj-layer-nav .rjhj-layer-suNnav {
	display: none;
}

.rjhj-layer-nav .rjhj-layer-suNnav li a {
	font-size: 12px;
	color: #fff;
	text-indent: .05rem;
}

.rjhj-layer-nav .rjhj-layer-suNnav li a:hover {
	color: #fff
}

.rjhj-layer-box.on .rjhj-layer-search {
	display: block;
}

.rjhj-layer-search {
	display: none;
	position: relative;
	padding: .1rem;
	margin-top: .2rem;
	transition: .6s;
}

.rjhj-layer-txt {
	width: 98%;
	height: .2rem;
	line-height: .2rem;
	padding: .1rem 1%;
	font-family: 'sy';
	font-size: 12px;
	color: #333;
	outline: none;
	background-color: #fff;
	border-radius: 5px;
}

.rjhj-layer-btn {
	width: .26rem;
	height: .26rem;
	display: block;
	background: url(../images/search.png) no-repeat top center;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: .2rem;
	right: .2rem;
	background-size: 80%;
}

.rjhj-ny-box {
	display: flex;
}

.rjhj-ny-left {
	width: 2.48rem;
}

.rjhj-ny-left-fixed {
	position: relative;
	padding-bottom: .6rem;
	background: #FBFBFB;
}

.rjhj-nav-name {
	height: 1.03rem;
	line-height: 1.03rem;
	font-size: .3rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background: linear-gradient(133deg, #4ACDC1 1%, #36B7AB 100%);
	position: relative;
	background-size: contain;
}

.rjhj-nav-name::before {
	content: "";
	position: absolute;
	left: .45rem;
	top: 50%;
	transform: translateY(-50%);
	width: .03rem;
	height: .21rem;
	background: #FFFFFF;
}

.nav .rjhj-nav-list>ul>li>a {
	font-size: .14rem;
	margin: 0;
}

.rjhj-nav-list>ul>li>a {
	position: relative;
	display: block;
	color: #333;
	padding: .24rem 0;
	margin: 0 .3rem;
	font-size: .2rem;
	border-bottom: solid .01rem #F0F0F0;
	text-align: center;
}

.zh .rjhj-nav-list>ul>li>a {
	font-size: .16rem;
}

.rjhj-nav-list>ul>li:last-child>a {
	border-bottom: none;
}

.rjhj-nav-list>ul>li>a:hover {
	color: #36B7AB;
}

.rjhj-nav-list>ul>li.on>a {
	color: #36B7AB;
}

.rjhj-ny-right {
	position: relative;
	width: calc(100% - 2.48rem - 4%);
	margin-left: 4%;
}

.rjhj-column-box {
	padding-bottom: .16rem;
	position: relative;
	border-bottom: solid 1px #eee;
	display: flex;
	align-items: center;
}

.rjhj-column-h3 {
	font-size: .3rem;
	color: #333;
	text-align: center;
	position: relative;
	text-indent: .54rem;
}

.rjhj-column-h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .37rem;
	height: .37rem;
	background: url(../images/title-icon.png) no-repeat;
	background-size: contain;
}

.rjhj-column-h3 span {
	font-size: .18rem;
	color: #888;
}

.rjhj-place {
	font-size: .14rem;
	color: #777777;
	position: absolute;
	right: 0;
	top: 55%;
	transform: translateY(-50%);
}

.rjhj-place .icon {
	width: .15rem;
	height: .15rem;
	display: inline-block;
	margin-right: 0.05rem;
	background: url(../images/home.png) no-repeat top center;
	background-size: contain;
	vertical-align: -.02rem;
}

.rjhj-place a {
	color: #777777;
	font-size: .14rem;
}

.rjhj-place a:hover {
	color: #36B7AB;
}

.rjhj-place img {
	vertical-align: -0.02rem;
}

.rjhj-ny-box .title h1 {
	font-size: 0.22rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: .2rem;
	margin-top: .4rem;
}

.rjhj-ny-box .arc-info {
	padding-bottom: .12rem;
	border-bottom: solid 1px #eee;
	position: relative;
}

.rjhj-ny-box .inf-left {
	text-align: center;
}

.rjhj-ny-box .inf-left span {
	font-size: .16rem;
	color: #777777;
}

.rjhj-ny-box .inf-right {
	position: absolute;
	right: 0;
	top: -.05rem;
}

.rjhj-ny-box .inf span {
	font-size: 14px !important
}

.rjhj-ny-cont {
	margin: .3rem 0;
}

.arc-con span,
.arc-con p,
.arc-con p span,
.rjhj-ny-cont span,
.rjhj-ny-cont p,
.rjhj-ny-cont p span {
	font-family: 'sy' !important;
	color: #333;
	font-size: 16px !important;
	line-height: 2em !important;
}

.arc-con.small-size span,
.arc-con.small-size p,
.arc-con.small-size p span,
.arc-con h1 {
	font-size: 14px !important;
}

.arc-con.normal-size span,
.arc-con.normal-size p,
.arc-con.normal-size p span,
.arc-con h1 {
	font-size: 16px !important;
}

.arc-con.large-size span,
.arc-con.large-size p,
.arc-con.large-size p span,
.arc-con h1 {
	font-size: 18px !important;
}

.rjhj-ny-cont .vsbcontent_img {
	text-align: center;
}

.rjhj-ny-cont img {
	max-width: 100%;
	height: auto
}

.rjhj-ny-box .left {
	width: calc(85% - .6rem);
	margin-right: .24rem;
}

.rjhj-ny-box .left .bg {
	padding: .4rem .4rem 1rem .4rem;
	background: #FFFFFF;
	box-shadow: 0px 5px 11px 0px rgba(171, 171, 171, 0.25);
}

#share {
	text-align: right;
	position: absolute;
	top: -.05rem;
	right: 10%;
	color: #777;
}

#share .icon-tencent,
#share .icon-douban,
#share .icon-linkedin,
#share .icon-diandian,
#share .icon-facebook,
#share .icon-twitter,
#share .icon-google {
	display: none;
}

.social-share a {
	margin-left: 5px !important;
}

.arc-page {
	position: relative;
	margin: .3rem 0 0 0;
	padding: .3rem 0 0 0;
	border-top: solid 1px #D9D9D9;
}

.arc-page p {
	font-size: .14rem !important;
	color: #333333;
	font-family: 'sy' !important;
}

.arc-page .pre {
	margin-bottom: .12rem;
}

.arc-page .pre,.arc-page .next{
	font-size:14px!important;
}

.arc-page p a {
	display: block;
	width: 75%;
	font-size: 14px !important;
}

.arc-page p a:hover {
	color: #36B7AB;
}

.arc-page .return {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 80px;
	height: 31px;
	line-height: 31px;
	background: #36B7AB;
	border-radius: .04rem;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.arc-page .return:hover {
	background: #36B7AB;
}

.arc-info .resize a {
	position: relative;
	vertical-align: bottom;
}

.arc-info a.large-size {
	font-size: 19px;
	margin: 0 5px
}

.arc-info a.large-size:after {
	content: '+';
	font-size: 12px;
	position: absolute;
	top: 0;
	right: -7px
}

.arc-info a.normal-size {
	font-size: 16px;
	margin: 0 5px
}

.arc-info a.small-size {
	font-size: 14px;
	margin: 0 5px
}

.arc-info a.small-size:after {
	content: '-';
	font-size: 12px;
	position: absolute;
	top: -3px;
	right: -5px
}

.rjhj-ny-cont .vsbcontent_img,
.vsbcontent_video {
	text-align: center;
}

.rjhj-ny-cont img,
.rjhj-ny-cont video {
	max-width: 100%;
	height: auto;
}

.rjhj-ny-cont .preNews {
	margin: .4rem 0 .15rem 0;
}

.rjhj-ny-cont .preNews a,
.rjhj-ny-cont .nextNews a {
	color: #666;
}

.rjhj-ny-cont .preNews a,
.rjhj-ny-cont .nextNews a:hover {
	color: #0e419c;
}

.rjhj-tab-nav ul {
	display: flex;
	margin-top: .2rem;
}

.rjhj-tab-nav ul li a {
	display: block;
	font-size: .24rem;
	color: #333333;
	margin-right: .46rem;
	position: relative;
}

.rjhj-tab-nav ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -.1rem;
	width: 0;
	height: .03rem;
	background: #36B7AB;
	transition: .3s;
}

.rjhj-tab-nav ul li.on a::after {
	width: 100%;
}

.rjhj-tab-nav ul li:hover a::after {
	width: 100%;
}

.rjhj-sz-table {
	margin: .3rem 0;
}

.rjhj-sz-table table {
	width: 100%;
	border: solid 1px #F2F2F2;
}

.rjhj-sz-table table .title {
	font-size: .2rem;
	color: #333333;
	background: #F0FEFD;
}

.rjhj-sz-table table tr td {
	padding: .2rem;
	text-align: center;
	border: solid 1px #F2F2F2;
	font-size: .18rem;
}

.rjhj-sz-table table tr td a {
	color: #333333;
}

.rjhj-sz-table table tr td a:hover {
	color: #36B7AB;
}

.rjhj-leader-list {

	margin: .4rem 0;
}

.rjhj-leader-list ul {
	margin-left: -9%;
}

.rjhj-leader-list ul li {
	width: 41%;
	float: left;
	margin-left: 9%;
	margin-bottom: .2rem;
	display: flex;
	background: #F9F9F9;
}

.rjhj-leader-list ul li .phone {
	width: 1.52rem;
	height: 1.8rem;

}

.rjhj-leader-list ul li .phone img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rjhj-leader-list ul li .box {
	width: calc(100% - 1.52rem - .48rem);
	padding: .24rem;
}

.rjhj-leader-list ul li .box .tit {
	font-size: .2rem;
}

.rjhj-leader-list ul li .box .zc {
	font-size: .14rem;
	color: #777777;
}

.rjhj-leader-list ul li .box .line {
	height: .01rem;
	margin: .14rem 0 .16rem 0;
	background: #E6E6E6;
}

.rjhj-xsyj-list {
	margin: .4rem 0;
}

.rjhj-xsyj-list ul {
	margin-left: -2%;
}

.rjhj-xsyj-list li {
	float: left;
	width: 23%;
	text-align: center;
	margin-bottom: .4rem;
	margin-left: 2%;
	padding: .64rem 0 .9rem 0;
	box-shadow: 0px 4px 24px 0px rgba(211, 211, 211, 0.25);
	border-radius: .16rem;
	transition: .2s;
}

.rjhj-xsyj-list li:hover {
	box-shadow: 0px 4px 24px 0px rgba(211, 211, 211, 0.45);
}

.rjhj-xsyj-list li .title {
	margin-top: .24rem;
	font-size: .18rem;
	color: #333333;
}

.rjhj-xsyj-list li:hover .title {
	color: #29489A;
}