html {
	font-size: 100px;
}

@font-face {
	font-family: 'pf';
	src: url(font/PingFangRegular.ttf)
}

@font-face {
	font-family: 'din';
	src: url(font/DIN-Medium.otf)
}

body {
	font-family: 'pf';
	font-size: .16rem;
	background-color: #fff;
	color: #333;
	overflow-x: hidden
}

body.listPage {
	background: #FAFCFF;
}

.jjjc-header-warp {
	width: 100%;
	/* height: 1.78rem; */
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 1000;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}

.jjjc-header-warp .jjjc-contain-box {
	padding: .26rem 0;
	z-index: 5
}

.jjjc-header-warp .jjjc-nav-box .jjjc-contain-box {
	z-index: 2
}

.jjjc-nav-box .jjjc-contain-box {
	padding: 0;
}

.jjjc-header-warp>.jjjc-contain-box>.jjjc-contain-padding>.clearfix {
	display: flex;
	justify-content: space-between;
}

.jjjc-contain-box {
	max-width: 16.03rem;
	margin: 0 auto;
	padding: .46rem 0 .6rem 0;
	position: relative;
	z-index: 2
}

.jjjc-footer-img .jjjc-contain-box {
	padding: .3rem 0
}

.jjjc-logo {
	width: 32%;
	transition: .3s
}

.jjjc-logo a {
	display: flex;
	height: 100%;
	align-items: center;
}

.jjjc-logo a img {
	max-width: 100%;
}

.jjjc-header-right-box {
	width: 68%;
	position: relative;
	display: flex;
	justify-content: right;
	align-items: center;
}

.jjjc-header-right-box ul {
	display: flex;
}

.jjjc-header-right-box ul li {
	padding: 0 .14rem;
	position: relative;
}

.jjjc-header-right-box ul li:first-child {
	border-right: solid 1px #D9D9D9;
}

.jjjc-header-right-box ul li .wechat-box {
	display: none;
	position: absolute;
	left: 50%;
	top: 30px;
	transform: translateX(-50%);
	box-shadow: 1px 5px 11px 2px rgba(171, 171, 171, 0.25);
}

.jjjc-header-right-box ul li .wechat-box img {
	width: 1.5rem;
	height: 1.5rem;
}

.jjjc-header-right-box .search .txt-input {
	width: 1.4rem;
	height: .3rem;
	padding: 0 .3rem 0 .1rem;
	background: rgba(23, 74, 148, 0.1);
	border-radius: 1rem;
	border: 1px solid #011053;
	font-family: "pf";
	font-weight: 500;
	font-size: .14rem;
	color: #011053;
}

.jjjc-header-right-box .search .search-btn {
	width: .2rem;
	height: .2rem;
	font-size: 0;
	outline: none;
	cursor: pointer;
	background: url(../images/search.png) no-repeat center center;
	background-size: cover;
	margin: 0 0 0 -.3rem;
	vertical-align: .05rem;
}

.jjjc-nav-box {
	background: #0771C8;
}

.jjjc-nav-box ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}

.jjjc-nav li {
	position: relative;
	z-index: 999;
	width: 12.5%;
}

.jjjc-nav>li>a {
	display: block;
	height: .6rem;
	line-height: .6rem;
	text-align: center;
	transition: .3s;
	font-weight: 500;
	font-size: .26rem;
	color: #FFFFFF;
}

.jjjc-nav>li.on>a,
.jjjc-nav>li:hover.on>a {
	color: #FFFFFF;
	background: rgba(255, 255, 255, .1);
}

.jjjc-nav>li:hover>a {
	color: #FFFFFF;
	background: rgba(255, 255, 255, .25);
}

.jjjc-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%)
}

.jjjc-suNnav {
	position: absolute;
	left: 50%;
	top: 160%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, top .45s ease;
	transform: translateX(-50%);
	background: #0771C8;
	box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.25);
	padding: .13rem 0;
}

.jjjc-nav-box li:hover .jjjc-suNnav {
	top: 100%;
	opacity: 1;
	visibility: visible;
	z-index: 100;
}

.jjjc-nav-box li .jjjc-suNnav li {
	width: 100%;
}

.jjjc-nav-box li .jjjc-suNnav li a {
	display: block;
	color: #fff;
	background: #0771C8;
	font-size: .2rem;
	padding: .1rem 0;
	text-align: center
}

.jjjc-nav-box li .jjjc-suNnav li a:hover {
	color: #FFFFFF !important;
	background: rgba(255, 255, 255, .1) !important;
}

.jjjc-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;
}

.jjjc-banner {
	position: relative;
	overflow: hidden;
	margin-top: 1.78rem;
	display: none;
}

.jjjc-banner .swiper-slide {
	height: 6rem;
}

.jjjc-banner .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jjjc-banner .swiper-pagination {
	width: 100%;
	bottom: .2rem !important
}

.jjjc-banner .swiper-pagination-bullet {
	width: .16rem;
	height: .16rem;
	opacity: 1;
	margin: 0 .12rem !important;
	background: rgba(255, 255, 255, 0.6);
}

.jjjc-banner .swiper-pagination-bullet-active {
	width: .16rem;
	height: .16rem;
	opacity: 1;
	background: rgba(255, 255, 255, 1);
}

.jjjc-ttxw-box {
	margin-top: 1.78rem;
}

.jjjc-title-box {
	margin-bottom: .45rem;
	display: flex;
	justify-content: space-between;
	align-items: end;
	position: relative;
}

.jjjc-title-box::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: -.05rem;
	width: 13.8rem;
	height: 6px;
	background: linear-gradient(270deg, #005193 0%, rgba(0, 81, 147, 0) 100%);
}

.jjjc-same-list .jjjc-title-box::before {
	width: 5.57rem;
}

.jjjc-title {
	font-weight: 800;
	font-size: .36rem;
	color: #333333;
	position: relative;
}

.jjjc-title::before {
	content: "";
	position: absolute;
	left: 1.65rem;
	top: 0;
	width: .87rem;
	height: .13rem;
	background: url(../images/title-bg1.png) no-repeat;
}

.jjjc-same-list:last-child .jjjc-title::before {
	left: 2rem;
}

.jjjc-more {
	font-weight: 500;
	font-size: .18rem;
	color: #333333;
	position: relative;
	padding-right: .34rem;
}

.jjjc-more::before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3.52rem;
	height: .29rem;
	background: url(../images/title-bg2.png) no-repeat;
}

.jjjc-more img {
	vertical-align: middle;
	margin-left: .05rem;
}

.jjjc-ttxw-warp {
	display: flex;
	flex-wrap: wrap;
}

.jjjc-ttxw-img-list {
	width: 8rem;
	height: 4.4rem;
	overflow: hidden;
}

.jjjc-ttxw-img-list .swiper {
	height: 100%;
}

.jjjc-ttxw-img-list .swiper-slide a {
	position: relative;
}

.jjjc-ttxw-img-list .swiper-slide a,
.jjjc-ttxw-img-list .swiper-slide a .img {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.jjjc-ttxw-img-list .swiper-slide a .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.jjjc-ttxw-img-list .swiper-slide a .img img:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transform: scale(1.1)
}

.jjjc-ttxw-img-list .swiper-slide a .box {
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	width: 96%;
	height: .87rem;
	padding: 0 2%;
	background: url(../images/lb-bg.png) repeat-x;
}

.jjjc-ttxw-img-list .swiper-slide a .box .txt {
	width: 80%;
	white-space: nowrap;
	font-weight: bold;
	font-size: .2rem;
	transition: .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #FFFFFF;
}

.jjjc-ttxw-img-list .swiper-slide a .box .time {
	width: 20%;
	font-family: 'din';
	font-weight: bold;
	font-size: .2rem;
	color: #FFFFFF;
	text-align: right;
}

.jjjc-ttxw-img-list .swiper-button-next:after,
.jjjc-ttxw-img-list .swiper-button-prev:after {
	display: none;
}

.jjjc-ttxw-img-list .swiper-button-prev {
	width: .31rem;
	height: .87rem;
	background: url(../images/btn-left-arr.png) no-repeat;
}

.jjjc-ttxw-img-list .swiper-button-next {
	width: .31rem;
	height: .87rem;
	background: url(../images/btn-right-arr.png) no-repeat;
}

.jjjc-ttxw-img-list .swiper-pagination {
	right: .33rem;
	bottom: .21rem !important;
}

.jjjc-ttxw-img-list .swiper-pagination-bullet {
	width: .16rem;
	height: .16rem;
	opacity: 1;
	margin: 0 .08rem !important;
	background: rgba(255, 255, 255, 0.6);
	transition: .3s;
}

.jjjc-ttxw-img-list .swiper-pagination-bullet-active {
	width: .64rem;
	height: .16rem;
	opacity: 1;
	border-radius: .4rem;
	background: rgba(255, 255, 255, 1);
}

.jjjc-ttxw-list {
	width: calc(100% - 8rem - .16rem);
	margin-left: .16rem;
}

.jjjc-ttxw-list li .time {
	width: .68rem;
	color: #333333;
	text-align: center;
}

.jjjc-ttxw-list li .time .day {
	font-weight: bold;
	font-size: .3rem;
}

.jjjc-ttxw-list li .time .year {
	font-weight: 500;
	font-size: .16rem;
	margin-top: -.02rem;
}

.jjjc-ttxw-list ul {}

.jjjc-ttxw-list ul li {
	background: #F8F8F8;
	border-radius: .03rem;
	padding: .06rem .2rem;
	margin: .06rem 0;
	transition: all 0.2s ease-in;
	position: relative;
}

.jjjc-ttxw-list ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 0;
	background: #2686D4;
	transition: all 0.1s ease-in;
}

.jjjc-ttxw-list ul li:first-child {
	margin: 0 0 .06rem 0;
}

.jjjc-ttxw-list ul li:last-child {
	margin: .06rem 0 0 0;
}

.jjjc-ttxw-list li a {
	display: flex;
	align-items: center;
}

.jjjc-ttxw-list li .img {
	width: 1.98rem;
	height: 1.55rem;
	overflow: hidden;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}

.jjjc-ttxw-list li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.jjjc-ttxw-list li: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);
}

.jjjc-ttxw-list li .box {
	width: calc(100% - .68rem - .2rem);
	margin-left: .2rem;
}

.jjjc-ttxw-list li a .tit {
	height: .5rem;
	line-height: .25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
	font-size: .2rem;
	color: #333333;
}

.jjjc-ttxw-list li .box .des {
	display: none;
	opacity: 0;
	white-space: nowrap;
	font-weight: 500;
	font-size: .16rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: .04rem;
}

.jjjc-ttxw-list ul li.on .box .des {
	display: block;
	opacity: 1;
}

.jjjc-ttxw-list ul li:hover,
.jjjc-ttxw-list ul li.on {
	background: #0771C8 url(../images/school.png) no-repeat center right;
	padding: .22rem .2rem;
}

.jjjc-ttxw-list li:hover .tit,
.jjjc-ttxw-list li.on .tit,
.jjjc-ttxw-list li:hover .des,
.jjjc-ttxw-list li.on .des,
.jjjc-ttxw-list li:hover .time,
.jjjc-ttxw-list li.on .time {
	color: #fff;
}

.jjjc-ttxw-list ul li:hover::before,
.jjjc-ttxw-list ul li.on::before {
	height: 100%;
}

.jjjc-tzgg-box {
	margin-top: .4rem
}

.jjjc-tzgg-list {
	margin-top: .35rem;
}

.jjjc-tzgg-list ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -2%;
}

.jjjc-tzgg-list li {
	width: 31.33333333333333%;
	margin-left: 2%;
	margin-bottom: .3rem;
	padding: 0 0 .085rem 0;
	position: relative;
	top: 0;
	transition: .5s;
}

.jjjc-tzgg-list li a {
	display: flex;
	background: #F8F8F8;
	align-items: center;
	padding-bottom: .15rem;
}

.jjjc-tzgg-list .time {
	font-family: 'din';
	width: .9rem;
	height: 1.12rem;
	background: #E4E4E4;
	color: #333333;
	text-align: center;
	margin-top: -.07rem;
	position: relative;
}

.jjjc-tzgg-list .time::before {
	content: "";
	position: absolute;
	left: .9rem;
	top: 0;
	width: .1rem;
	height: .08rem;
	background: url(../images/jiao.png) no-repeat;
}

.jjjc-tzgg-list .time .day {
	font-weight: bold;
	font-size: .3rem;
	border-bottom: solid 1px rgba(51, 51, 51, 0.20);
	margin: .2rem .11rem 0 .11rem;
	padding-bottom: .05rem;
}

.jjjc-tzgg-list .time .year {
	font-weight: 500;
	font-size: .18rem;
	margin-top: .05rem;
}

.jjjc-tzgg-list li a .box {
	width: calc(100% - .9rem - .4rem);
	padding: 0 .2rem;
}

.jjjc-tzgg-list li a .tit {
	width: 100%;
	height: .5rem;
	line-height: .25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-weight: bold;
	font-size: .2rem;
	color: #000000;
}

.jjjc-tzgg-list li a .des {
	white-space: nowrap;
	font-weight: bold;
	font-size: .16rem;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: .1rem;
}

.jjjc-tzgg-list li:hover a .time {
	background: #0771C8;
	color: #fff;
}

.jjjc-tzgg-list li:hover a .time .day {
	border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.jjjc-tzgg-list li:hover a .tit,
.jjjc-tzgg-list li:hover a .des {
	color: #0771C8
}

.jjjc-xsdt-box {
	margin-top: .1rem;
}

.jjjc-xsdt-warp {
	display: flex;
	flex-wrap: wrap;
}

.jjjc-xsdt-box .top {
	width: 8.87rem;
}

.jjjc-xsdt-box .top a {
	position: relative;
}

.jjjc-xsdt-box .img {
	width: 8rem;
	margin: 0 auto;
	height: 4.4rem;
	overflow: hidden;
}

.jjjc-xsdt-box .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.jjjc-xsdt-box: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);
}

.jjjc-xsdt-box .top .box {
	width: 100%;
	display: flex;
	height: 1.77rem;
	background: url(../images/xsdt-bg.png) no-repeat center center;
	position: absolute;
	left: 0;
	bottom: -.25rem;
	background-size: contain;
}

.jjjc-xsdt-box .top .box .time {
	width: 1.2rem;
	margin-top: .85rem;
	text-align: center;
	color: #0771C8;
}

.jjjc-xsdt-box .top .box .time .day {
	font-family: 'din';
	font-weight: bold;
	font-size: .3rem;
	position: relative;
	padding-bottom: .02rem;
}

.jjjc-xsdt-box .top .box .time .day::after {
	content: "";
	width: .68rem;
	height: 1px;
	background: #5272FF;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.jjjc-xsdt-box .box .time .year {
	font-weight: 500;
	font-family: 'din';
	font-size: .18rem;
	margin-top: .02rem;
}

.jjjc-xsdt-box .box .item {
	width: calc(100% - 1.2rem);
	margin-top: .95rem;
}

.jjjc-xsdt-box .box .item .tit {
	width: 95%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: .2rem;
	color: #FFFFFF;
	margin-bottom: .05rem;
}

.jjjc-xsdt-box .box .item .des {
	width: 95%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	font-size: .18rem;
	color: rgba(255, 255, 255, 0.8);
}

.jjjc-xsdt-list {
	width: calc(100% - 8.87rem);
}

.jjjc-xsdt-list ul {}

.jjjc-xsdt-list ul li {
	background: #FFFFFF;
}

.jjjc-xsdt-list ul li .box {
	display: flex;
	padding: .17rem .2rem .17rem .1rem;
	border-bottom: 1px solid #E4E4E4;
	background: #F8F8F8;
	margin-bottom: .11rem;
}

.jjjc-xsdt-list ul li .box .tit {
	width: calc(100% - 1.45rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: .2rem;
	color: #333333;
	margin-bottom: .05rem;
	padding-left: 5%;
	position: relative;
}

.jjjc-xsdt-list ul li .box .tit::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .3rem;
	height: .3rem;
	background: url(../images/sj1.png) no-repeat;
	background-size: contain;
}

.jjjc-xsdt-list ul li .box .des {
	line-height: 1.4em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	margin-top: .05rem;
	font-weight: 500;
	font-size: .16rem;
	color: #666666;
}

.jjjc-xsdt-list ul li .box .time {
	width: 1.45rem;
	font-family: 'din';
	font-weight: 500;
	font-size: .24rem;
	color: #333333;
	text-align: right;
}

.jjjc-xsdt-list ul li:hover .box {
	background: #0771C8;
}

.jjjc-xsdt-list ul li:hover .box .tit::before {
	background: url(../images/sj2.png) no-repeat;
	background-size: contain;
}

.jjjc-xsdt-list ul li:hover .box .tit,
.jjjc-xsdt-list ul li:hover .box .des,
.jjjc-xsdt-list ul li:hover .box .time {
	color: #fff;
}

.jjjc-columns-box {
	display: flex;
	justify-content: space-between;
	margin-top: .4rem;
	flex-wrap: wrap;
}

.jjjc-same-list {
	width: 48%;
}

.jjjc-same-list ul {}

.jjjc-same-list ul li {
	margin-bottom: 2%;
	background-color: #fff;
}

.jjjc-same-list ul li .box {
	display: flex;
	padding: .12rem .2rem;
	border-bottom: 1px solid #E6E6E6;
	position: relative;
	transition: .3s;
}

.jjjc-same-list ul li .box::before {
	content: "";
	width: .12rem;
	height: .12rem;
	background: #666666;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	transition: .3s;
}

.jjjc-same-list ul li .box .tit {
	width: calc(100% - 1.45rem);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	font-size: .2rem;
	color: #000000;
	transition: .3s;
}

.jjjc-same-list ul li .box .time {
	width: 1.45rem;
	font-family: 'din';
	font-weight: 500;
	font-size: .24rem;
	color: #333333;
	text-align: right;
	transition: .3s;
}

.jjjc-same-list ul li:hover .box {
	background: #0771C8;
}

.jjjc-same-list ul li:hover .box::before {
	background: #fff;
}

.jjjc-same-list ul li:hover .box .tit,
.jjjc-same-list ul li:hover .box .time {
	color: #fff;
}

.jjjc-same-list ul li:hover .box .tit {
	width: calc(100% - 1.45rem - 2%);
	padding-left: 2%;
}

.jjjc-same-list ul li:hover .box::before {
	left: 2%;
}

.jjjc-footer-box {
	background: url(../images/footer-bg1.png) no-repeat;
	background-size: cover;
	color: #fff;
	font-size: .16rem;
	position: relative;
}

.jjjc-footer-box::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/footer-bg2.png) no-repeat;
	width: 100%;
	height: 1.2rem;
	background-size: 100% 100%;
}

.jjjc-footer-box .jjjc-contain-box {
	padding: .3rem 0 0 0;
}

.jjjc-footer-box .jjjc-contain-box .jjjc-contain-padding {
	padding: 0 0 1.2rem 0;
}

.jjjc-title-link {
	font-weight: bold;
	font-size: .24rem;
	color: #333333;
	position: relative;
	margin-bottom: .3rem;
}

.jjjc-title-link::before {
	content: "";
	position: absolute;
	width: 1.16rem;
	height: .04rem;
	background: #333333;
	left: 0;
	bottom: -.1rem;
}

.jjjc-title-link::after {
	content: "";
	position: absolute;
	width: .04rem;
	height: .04rem;
	background: #333333;
	left: 1.2rem;
	bottom: -.1rem;
}

.jjjc-link-list {
	display: flex;
	flex-wrap: wrap;
}

.jjjc-link-list li {
	width: 16.66666666666667%;
}

.jjjc-link-list li a {
	display: block;
	width: 90%;
	white-space: nowrap;
	transition: .3s;
	margin-bottom: .1rem;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	font-size: .16rem;
	color: #333333;
}

.jjjc-link-list li a:hover {
	color: #0771C8;
}

.jjjc-copyRight {
	padding: .16rem 0;
	text-align: center;
	font-weight: bold;
	font-size: .15rem;
	color: #FFFFFF;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	color: #011053;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #011053;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #011053;
}

.jjjc-ny-banner {
	height: 4rem;
	margin-top: 1.78rem;
}

.jjjc-ny-banner>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jjjc-show-search-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background-color: transparent;
	width: 8rem
}

.jjjc-show-search {
	width: 8rem;
	margin: 0 auto;
	padding: .2rem 0
}

.jjjc-input-text {
	float: left;
	width: 80%;
	height: .25rem;
	line-height: .25rem;
	padding: .14rem .3rem;
	font-family: "pf";
	font-size: .16rem;
	color: #333;
	outline: none;
	border-radius: 30px
}

.jjjc-input-button {
	float: left;
	padding: 0px .32rem;
	margin-left: -0.22rem;
	height: .53rem;
	line-height: 0.53rem;
	font-family: "pf";
	font-size: .16rem;
	color: #fff;
	outline: none;
	cursor: pointer;
	border-radius: 0 .3rem .3rem 0;
	background-color: #0771C8;
}

.jjjc-input-button:hover {
	background-color: #0771C8
}

.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: "pf" !important;
}

.pb_sys_style1 .p_no_d {
	border: 1px solid #0771C8 !important;
	color: #fff;
	background: #0771C8 !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: .2rem;
	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-color: rgba(14, 65, 156, .96);
	width: 100%;
	height: 3px;
	border-radius: 0;
	margin-top: 0.1rem;
	display: block
}

.navbar-toggle.on .icon-bar {
	background-color: rgba(14, 65, 156, .96);
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 3px;
}

.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)
}

.jjjc-layer-box.on {
	height: 100%;
}

.navbar-toggle.active .icon-bar {
	background-color: #0771C8
}

.jjjc-layer-box {
	width: 100%;
	height: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
	background-color: #0771C8;
}

.jjjc-layer-box .jjjc-nav {
	margin-top: .25rem;
}

.jjjc-layer-box.on .jjjc-layer-nav {
	display: block;
}

.jjjc-layer-nav .jjjc-layer-suNnav.on {
	display: block
}

.jjjc-layer-nav {
	display: none;
	margin-top: .9rem;
}

.jjjc-layer-nav li {
	margin: 0 .1rem;
	position: relative;
}

.jjjc-layer-nav li strong {
	color: #fff;
	position: absolute;
	right: 20px;
	top: 0;
	font-size: .25rem;
	cursor: pointer;
	width: 10px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.jjjc-layer-nav li.li1 strong,
.jjjc-layer-nav li.li2 strong,
.jjjc-layer-nav li.li6 strong,
.jjjc-layer-nav li.li7 strong,
.jjjc-layer-nav li.li8 strong,
.jjjc-layer-nav li.li9 strong {
	display: none;
}

.jjjc-layer-nav li strong.on {
	transform: rotate(45deg)
}

.jjjc-layer-nav li a {
	display: block;
	padding: 10px;
	color: #fff;
	font-size: 14px;
	border-bottom: solid 1px rgba(255, 255, 255, .2);
}

.jjjc-layer-nav .jjjc-layer-suNnav {
	display: none;
}

.jjjc-layer-nav .jjjc-layer-suNnav li a {
	font-size: 12px;
	color: #fff;
	text-indent: 5px;
}

.jjjc-layer-nav .jjjc-layer-suNnav li a:hover {
	color: #fff
}

.jjjc-layer-box.on .jjjc-layer-search {
	display: block;
}

.jjjc-layer-search {
	display: none;
	position: relative;
	padding: .1rem;
	margin-top: .2rem;
	transition: .6s;
}

.jjjc-layer-txt {
	width: 98%;
	height: 20px;
	line-height: 20px;
	padding: 5px 1%;
	font-family: 'pf';
	font-size: 12px;
	color: #333;
	outline: none;
	background-color: #fff;
	border-radius: 5px;
}

.jjjc-layer-btn {
	width: 21px;
	height: 21px;
	display: block;
	background: url(../images/search.png) no-repeat top center;
	cursor: pointer;
	font-size: 0;
	position: absolute;
	top: 10px;
	right: 20px;
}

.jjjc-ny-box {
	display: flex;
}

.jjjc-ny-left {
	width: 2.6rem;
	margin-top: -1rem;
}

.jjjc-ny-left-fixed {
	position: relative;
	padding-bottom: .08rem;
	background: #FFFFFF;
}

.jjjc-ny-left-fixed::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(137deg, #0771C8 0%, #033762 100%);
}

.jjjc-nav-name {
	padding: .305rem 0;
	text-align: left;
	text-indent: .16rem;
	font-weight: 500;
	font-size: .28rem;
	color: #FFFFFF;
	position: relative;
	background: linear-gradient(137deg, #0771C8 0%, #033762 100%);
	border-radius: 0px 0px 40px 0px;
	position: relative;
}

.jjjc-nav-name::before {
	content: "";
	position: absolute;
	right: .07rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/logo2.png) no-repeat;
	width: .88rem;
	height: .88rem;
	z-index: 1000;
	background-size: contain;
}

.jjjc-nav-list {}

.jjjc-nav-list>ul>li>a {
	position: relative;
	display: block;
	color: #333;
	padding: .24rem .29rem;
	margin: 0 .16rem;
	font-size: .2rem;
	border-bottom: 1px solid #CDCDCD;
	font-weight: 400;
}

.jjjc-nav-list>ul>li.on>a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/jt.png) no-repeat;
	width: .2rem;
	height: .2rem;
}

.jjjc-nav-list>ul>li:last-child>a {
	border-bottom: none;
}

.jjjc-nav-list>ul>li:last-child {
	position: relative;
}

.jjjc-nav-list>ul>li:last-child::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(137deg, #0771C8 0%, #033762 100%);
}

.jjjc-nav-list>ul>li>a:hover {
	color: #0771C8;
}

.jjjc-nav-list>ul>li:hover>a::after {
	animation: ud 1s linear 0s infinite;
}

.jjjc-nav-list>ul>li.on>a::after {
	display: block;
	position: absolute;
	width: .3rem;
	height: .3rem;
	background: url(../images/active.png) no-repeat top center;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background-size: contain;
}

.jjjc-nav-list>ul>li.on>a {
	font-weight: bold;
	color: #0771C8;
}

.jjjc-ny-right {
	position: relative;
	width: calc(100% - 2.6rem - .33rem);
	margin-left: 0.33rem;
	background: #FFFFFF;
	box-shadow: 0px 5px 11px 0px rgba(171, 171, 171, 0.25);
}

.jjjc-column-box {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: end;
	border-bottom: 2px solid #0771C8;
	margin: .16rem .42rem 0 .42rem;
	padding-bottom: .1rem;
}

.jjjc-column-h3 {
	font-weight: bold;
	font-size: .22rem;
	color: #333333;
}

.jjjc-column-h3 span {
	font-size: .16rem;
	color: #333;
	margin-left: .1rem;
}

.jjjc-place {
	font-size: 14px;
	color: #777777;
	font-weight: 400;
}

.jjjc-place .icon {
	width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 2px;
	background: url(../images/home.png) no-repeat top center;
	background-size: contain;
	vertical-align: -2.5px;
}

.jjjc-place a {
	color: #777777;
	font-size: 14px;
	font-weight: 400;
}

.jjjc-place a:hover {
	color: #0771C8;
}

.jjjc-place img {
	vertical-align: -0.02rem;
}

.jjjc-about-cont,
.jjjc-list,
.jjjc-pic-list,
.jjjc-ny-cont {
	padding: 0 .42rem;
}

.jjjc-ny-cont {
	padding: .25rem .42rem;
}

.jjjc-list {
	padding: .27rem .42rem;
}

.jjjc-list li {
	padding: .18rem 0;
	border-bottom: 1px solid #EEEEEE;
}

.jjjc-list li a {
	display: flex;
	align-items: center;
}

.jjjc-list .time {
	width: 1.5rem;
	text-align: left;
	font-family: 'din';
	font-weight: 500;
	font-size: .24rem;
	color: #333333;
}

.jjjc-list .txt {
	width: calc(100% - 1.5rem);
}

.jjjc-list .txt .title {
	display: block;
	height: .25rem;
	line-height: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
	font-size: .18rem;
	position: relative;
}

.jjjc-list li:hover .txt .title,
.jjjc-list li:hover .time {
	color: #0771C8;
}

.jjjc-pic-list li {
	border-bottom: 1px solid #EEEEEE;
	padding: .2rem 0 .1rem .28rem;
}

.jjjc-pic-list li a {
	display: flex;
	align-items: center;
	position: relative;
}

.jjjc-pic-list .img {
	width: 1.24rem;
	height: .74rem;
	position: relative;
	overflow: hidden;
	background: url(../images/default.png) no-repeat center center;
}

.jjjc-pic-list .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.jjjc-pic-list li: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);
}

.jjjc-pic-list .txt {
	width: calc(100% - 1.5rem - 1.24rem);
	margin-left: .22rem;
}

.jjjc-pic-list .txt .tit {
	font-weight: 500;
	font-size: .2rem;
	color: #333333;
	height: .25rem;
	line-height: .25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.jjjc-pic-list .time {
	width: 1.5rem;
	font-family: 'din';
	font-weight: 500;
	font-size: .24rem;
	color: #333333;
	text-align: right;
}

.jjjc-pic-list li:hover .txt .tit,
.jjjc-pic-list li:hover .time {
	color: #0771C8;
}

.jjjc-ny-box .title h1 {
	font-size: 0.22rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: .16rem;
}

.jjjc-ny-box .arc-info {
	padding-bottom: .12rem;
	border-bottom: solid 1px #EEEEEE;
	position: relative;
}

.jjjc-ny-box .inf-left {
	text-align: right;
}

.jjjc-ny-box .inf-left span {
	font-size: .14rem;
	color: #777777;
}

.jjjc-ny-box .inf-right {
	position: absolute;
	right: 0;
	top: 0;
}

.jjjc-ny-box .inf span {
	font-size: 14px !important
}

.jjjc-list li.update,
.jjjc-pic-list li.update,
.jjjc-sz-list li.update {
	text-align: center;
}

.jjjc-list li.update {
	border-bottom: none;
}

.jjjc-list li.update img,
.jjjc-pic-list li.update img,
.jjjc-sz-list li.update img {
	width: 20%;
}

.arc-con {
	margin-top: .25rem;
}

.arc-con h1 {}

.arc-con span,
.arc-con p,
.arc-con p span,
.jjjc-ny-cont span,
.jjjc-ny-cont p,
.jjjc-ny-cont p span,
.jjjc-ny-cont ul li {
	font-family: 'pf' !important;
	color: #333;
	font-size: 18px !important;
	line-height: 2em !important;
	font-weight: 500;
}

.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;
}

.jjjc-ny-cont .vsbcontent_img {
	text-align: center;
}

.jjjc-ny-cont img {
	max-width: 100%;
	height: auto
}

.jjjc-ny-box .left {
	width: calc(85% - .6rem);
	margin-right: .24rem;
}

.jjjc-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: 0;
	right: 10%;
}

#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;
	padding: .3rem 0 0 0;
}

.arc-page p {
	font-weight: 500;
	font-size: .18rem !important;
	color: #0771C8 !important;
	font-family: 'pf' !important;
}

.arc-page p a {
	color: #000000;
}

.arc-page p a:hover {
	color: #0771C8;
}

.arc-page .return {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: .8rem;
	height: .31rem;
	line-height: .31rem;
	background: #295146;
	border-radius: .04rem;
	font-size: .14rem;
	color: #FFFFFF;
	text-align: center;
}

.arc-page .return:hover {
	background: #B9AE5A;
}

.jjjc-ny-box .right {
	width: 15.8%;
}

.jjjc-ny-box .right .right-fixed {
	position: sticky;
	top: 1.2rem;
	border-top: solid .04rem #369FE7;
	background: #F5FBFF;
	box-shadow: 0px 4px 4px 0px rgba(8, 65, 104, 0.18);
	padding: .24rem .16rem;
	margin-top: .42rem;
}

.jjjc-ny-box .right .zxyd {
	color: #333;
	font-size: .2rem;
	position: relative;
	padding-bottom: .12rem;
	text-indent: .32rem;
}

.jjjc-ny-box .right .zxyd::before {
	content: "";
	position: absolute;
	left: -.16rem;
	top: -.05rem;
	width: .32rem;
	height: .28rem;
	background: url(../images/xy1.png) no-repeat top center;
	background-size: contain;
}

.jjjc-ny-box .right li {
	padding: .16rem 0;
	border-bottom: solid 1px #E4F4FF;
}

.jjjc-ny-box .right li .title {
	line-height: 1.4em;
	color: #333;
}

.jjjc-ny-box .right li:hover .title {
	color: #369FE7;
}

.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
}

.jjjc-ny-cont .vsbcontent_img,
.vsbcontent_video {
	text-align: center;
}

.jjjc-ny-cont img,
.jjjc-ny-cont video {
	max-width: 100%;
	height: auto;
}

.jjjc-ny-cont .preNews {
	margin: .4rem 0 .15rem 0;
}

.jjjc-ny-cont .preNews a,
.jjjc-ny-cont .nextNews a {
	color: #666;
}

.jjjc-ny-cont .preNews a,
.jjjc-ny-cont .nextNews a:hover {
	color: #0e419c;
}

.jjjc-leader-box .title {
	font-weight: 800;
	font-size: .22rem;
	color: #0771C8;
	margin-bottom: .25rem;
}

.jjjc-leader-box .leader-table {
	width: 100%;
	border: 1px solid #D7D7D7;
	margin-bottom: .6rem;
}

.jjjc-leader-box .leader-table tr td {
	padding: .185rem .2rem;
	border: 1px solid #D7D7D7;
	font-weight: 400;
	font-size: .2rem;
	color: #333333;
}

.jjjc-leader-box .leader-table tr:nth-child(odd) {
	background: #F7F7F7;
}

.jjjc-leader-box .leader-table tr:nth-child(even) {
	background: #fff;
}

.jjjc-sz-list {
	padding: .3rem 0;
}

.jjjc-sz-list ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: -.5%;
}

.jjjc-sz-list ul li.update:first-child {
	width: 100%;
}

.jjjc-sz-list ul li {
	width: 19.5%;
	margin-left: .5%;
	margin-bottom: 2%;
	text-align: center;
}

.jjjc-sz-list ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.jjjc-sz-list ul li .img {
	width: 1.77rem;
	height: 2.67rem;
	background: #D9D9D9;
	overflow: hidden;
	margin: 0 auto;
}

.jjjc-sz-list ul li .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.jjjc-sz-list ul li .box {
	width: 1.77rem;
	height: .42rem;
	line-height: .42rem;
	background: linear-gradient(90deg, #0771C8 0%, #033762 100%), linear-gradient(124deg, #0771C8 0%, #033762 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.jjjc-sz-list ul li .box .title {
	font-weight: 800;
	font-size: .2rem;
	color: #FFFFFF;
}

.jjjc-info-box {
	padding: .3rem;
}

.jjjc-info-box .item {
	display: flex;
	position: relative;
	align-items: end;
	margin-bottom: .5rem;
}

.jjjc-info-box .item .box {
	width: 1.3rem;
	height: 1.96rem;
	position: relative;
}

.jjjc-info-box .item .box .name {
	font-weight: 800;
	font-size: .18rem;
	color: #FFFFFF;
	text-align: center;
}

.jjjc-info-box .item .bg .info {
	height: 1.23rem;
	line-height: 1.5em;
	margin: .3rem 2.35rem .2rem .5rem;
	font-weight: 400;
	font-size: .16rem;
	color: #FFFFFF;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-indent: .32rem;
}

.jjjc-info-box .item .bg .info p {
	padding: 0 .2rem;
	width: 100%;
	font-weight: 500;
	font-size: 16px;
	color: #FFFFFF;
}

.jjjc-info-box .item .tx {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(../images/default.png) no-repeat center center;
}

.jjjc-info-box .item .tx img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
}

.jjjc-info-box .item .name {
	width: 100%;
	height: .25rem;
	line-height: .25rem;
	background: linear-gradient(90deg, #0771C8 0%, #033762 100%), linear-gradient(124deg, #0771C8 0%, #033762 100%);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.jjjc-info-box .item .bg {
	width: calc(100% - 1.3rem);
	height: 1.73rem;
	background: linear-gradient(137deg, #0771C8 0%, #033762 100%);
	border-radius: 0 5px 50px 0;
	position: relative;
}

.jjjc-info-box .item .bg::before {
	content: "";
	position: absolute;
	right: .24rem;
	top: 50%;
	transform: translateY(-50%);
	background: url(../images/xx-icon.png) no-repeat;
	width: 1.28rem;
	height: 1.28rem;
	background-size: contain;
}

.jjjc-info-box .cont h3,
.jjjc-info-box .cont h3 p {
	height: .48rem;
	line-height: .48rem;
	margin: .2rem 0;
	position: relative;
	text-indent: .2rem;
	background: rgba(7, 113, 200, .1);
	font-weight: 800;
	font-size: .22rem;
	color: #333333;
	margin-left: .3rem;
}

.jjjc-info-box .cont h3::before {
	content: "";
	position: absolute;
	left: -.2rem;
	top: 50%;
	transform: translateY(-50%);
	width: .27rem;
	height: .27rem;
	background: url(../images/icon-yab.png) no-repeat;
}

.jjjc-info-box .cont p,
.jjjc-info-box .cont p span {
	color: rgba(51, 51, 51, 1);
	font-size: 16px;
	line-height: 1.8em;
	padding: 0 0 0 .5rem;
}