/* banner */
img[src='']{
	display: none;
}

.njyjs_banner {
	width: 100%;
	height: 100%;
	margin-top: 29px;
}

.njyjs_banner li a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.njyjs_banner li a p {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.6));
	height: 80px;
	width: 100%;
	line-height: 80px;
	padding-left: 48px;
	font-size: 28px;
	font-weight: bold;
	box-sizing: border-box;
}

.njyjs_banner li a p span {
	display: inline-block;
	width: 1000px;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.njyjs_banner li {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.njyjs_banner li .imgs {
	display: block;
	width: 100%;
	/*height: 100%;
	object-fit: contain;
	background: #eee;*/
}

.njyjs_banner .next,
.njyjs_banner .prev {
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -15px;
	width: 15px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}

.njyjs_banner .prev {
	left: 50px;
	background-image: url(202209_njhjyjs_index9.png);
}

.njyjs_banner .next {
	right: 50px;
	background-image: url(202209_njhjyjs_index10.png);
}
.njyjs_scale_img img{
	transition:  all 0.4s;
}

.njyjs_scale_img:hover img{
	transform: scale(1.08);
}

/*轮播banner End*/
.lunbo {
	width: 100%;
	height: 500px;
	position: relative;
	padding-top: 30px;
}

.lunbo_turn {
	position: absolute;
	top: 50%;
	cursor: pointer;
}

.lunbo_turn_left {
	left: -90px;
}

.lunbo_turn_right {
	right: -90px;
}

.in_newbox {}

.in_new_l {
	float: left;
	width: 890px;
}

.new_tabnav {}

.in_new_l .new_tabnav li {
	display: inline-block;
	line-height: 70px;
	padding-left: 44px;
	padding-right: 34px;
	font-weight: bold;
	font-size: 28px;
	margin-right: 30px;
	position: relative;

}

.in_new_l .new_tabnav li .bt_icon::after {
	opacity: 0.6;
}

.bt_icon::after {
	content: "";
	position: absolute;
	left: 0;
	top: 22px;
	width: 32px;
	height: 28px;
	background: url(qhkx_index_01.png) left center no-repeat;
}

.new_tabnav .xian::after {
	content: "";
	position: absolute;
	right: 0;
	top: 20px;
	width: 1px;
	height: 30px;
	background-color: #14469d;
}

.in_new_l li.on {
	color: #14469d;
}

.in_new_l li.on .bt_icon::after {
	opacity: 1;
}

.in_new_list {
	padding-top: 10px;
	position: relative;
	display: none;
}

.in_new_list.active {
	display: block;
}

.in_new_list .more {
	right: 0;
	top: -44px;
}

.more {
	position: absolute;
	right: 0;
	top: 17px;
	color: #333;
	line-height: 36px;
	padding-right: 22px;
	background: url(qhkx_icon_more.png) right 12px no-repeat;
	background-size: 16px auto;
	font-weight: normal;
	font-size: 16px;
	color: #1755c1;
}

.new_tabnav .more{
	top: 25px;
}

/* .more:hover {
	color: #1755c1;
} */

.in_new_list .imgnew {
	font-size: 20px;
}

.in_new_list .imgnew li {
	width: 430px;
	height: 380px;
	float: left;
	margin-right: 28px;
	position: relative;
	border-bottom: 2px solid #1755c1;
	line-height: 150%;
}

.in_new_list .imgnew li .time {
	position: absolute;
	top: 212px;
	left: 0;
	width: 60px;
	height: 60px;
	background: linear-gradient(120deg, #5597cb 0%, #1755c1 100%);
	font-family: Arial;
	color: #fff;
	text-align: center;
	line-height: 100%;
}

.in_new_list .imgnew li .time p {
	padding: 0;
}

.in_new_list .imgnew li .time .p1 {
	font-size: 18px;
	font-weight: bold;
	padding-top: 12px;
}

.in_new_list .imgnew li .time .p2 {
	font-size: 14px;
}

.in_new_list .imgnew li:nth-child(2n) {
	margin-right: 0;
}

.in_new_list .imgnew a {
	display: block;
}

.in_new_list .imgnew a p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.in_new_list .imgnew .img_box {
	width: 100%;
	height: 242px;
	overflow: hidden;
	margin-bottom: 50px;
}

.in_new_list .imgnew img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .5s;
}

.in_new_list .imgnew img:hover {
	transform: scale(1.05);
}

.in_new_list .new_list {
	margin-top: 20px;
	font-size: 18px;
}

.in_new_list .new_list li {
	width: 430px;
	float: left;
	margin-right: 28px;
	line-height: 150%;
	position: relative;
	padding: 10px 0;
}

.in_new_list .new_list li:nth-child(2n) {
	margin-right: 0;
}

.in_new_list .new_list li .dot::after {
	content: "";
	position: absolute;
	height: 14px;
	width: 14px;
	background: url(qhkx_dot.png) no-repeat;
	background-size: cover;
	left: 0;
	top: 15px;

}

.in_new_list .new_list li a {
	padding-left: 26px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in_tzbox {
	width: 460px;
	float: right;
	margin-top: 20px;
	border-bottom: 6px solid #1755c1;
	padding-bottom: 8px;
	position: relative;
}

.tzgg_back {
	width: 400px;
	position: absolute;
	top: 228px;
	right: -132px;
}

.in_tzbox .in_title {
	margin: 0 30px;
	border-bottom: 1px solid #d5e1f5;
}

.in_title {
	background: url(qhkx_index_01.png) left center no-repeat;
	padding-left: 44px;
	position: relative;
	line-height: 70px;
	font-size: 28px;
}

.in_tz_li {
    overflow: hidden;
    height: 525px;

}

.in_tz_li ul {
	margin: 10px 30px;
	padding-bottom: 20px;
}

.in_tz_li_box {
	padding: 25px 0;
}

.in_tz_li li {
	height: 105px;
	border-bottom: 1px solid #e4ebf9;
	line-height: 150%;
	position: relative;
	box-sizing: border-box;
}

.in_tz_li li .icon_top {
	position: absolute;
	background: url(qhkx_icon_top.png) no-repeat;
	width: 30px;
	height: 17px;
	top: 8px;
	left: 90px;
}

.in_tz_li li .time {
	float: left;
	border-right: 1px solid #e4ebf9;
	margin-right: 20px;
	padding-right: 15px;
	font-family: Arial;
	line-height: 24px;
	text-align: center;
	padding-top: 5px;
}

.in_tz_li li .time .p1 {
	font-size: 26px;
	color: #1755c1;
	font-weight: bold;
}

.in_tz_li li .time .p2 {
	font-size: 18px;
	color: #4c5e7e;
}

.in_tz_li li a {
	clear: left;
}

.in_tz_li li a p {

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}


.in_tzbox .icon_fy {
	text-align: center;
	line-height: 30px;
	color: #d5e1f5;
	padding: 10px;
}

.in_tzbox .icon_fy a {
	display: inline-block;
	width: 45%;
	height: 24px;
	opacity: .5;
}

.in_tzbox .icon_fy a:hover {
	opacity: 1;
}

.in_tzbox .icon_fy .a1 {
	background: url(qhkx_icon_jt01.png) center center no-repeat;
}

.in_tzbox .icon_fy .a2 {
	background: url(qhkx_icon_jt02.png) center center no-repeat;
}


.in_dj {
	min-height: 858px;
	background: url(qhkx_index_02.png) center top no-repeat #e6f0fc;
	background-size: 100% 100%;
}

.img_tabs_box {
	width: 100%;
	height: 0;
	overflow: hidden
}

.img_tabs_box.on {
	display: block;
	height: 620px;
}

.in_djnr {
	position: relative;
	padding-top: 50px;
	margin-bottom: 0;
}

.in_dj_nav {
	position: absolute;
	top: 50px;
	left: 0;
}

.in_dj_nav .nav2 {
	line-height: 56px;
	width: 232px;
	font-size: 20px;
}

.in_dj_nav .nav2 li {
	margin: 6px 0;
	cursor: pointer;
	position: relative;
}

.in_dj_nav .nav2 li:hover {
	background: #fff;
}

.in_dj_nav .nav2 li .line,
.in_dj_nav .nav2 li .jt {
	display: none;
}

.in_dj_nav .nav2 li.on .line,
.in_dj_nav .nav2 li .jt {
	display: block;
}

.in_dj_nav .nav2 li.on {
	background: #fff;
	color: #1755c1;
	font-weight: bold;
}

.in_dj_nav .nav2 .on .line::after {
	content: "";
	position: absolute;
	width: 4px;
	height: 36px;
	left: 0;
	top: 10px;
	background: #1755c1;
}

.in_dj_nav .nav2 .on .jt::after {
	content: "";
	position: absolute;
	width: 24px;
	height: 8px;
	right: 15px;
	top: 23px;
	background: url(qhkx_icon_jt03.png) no-repeat;
}

.in_dj_nav .nav2 span {
	padding-left: 45px;
}

.in_djnr .imgbox {
	margin-left: 284px;
	position: relative;
	margin-top: 20px;
	height: 640px !important;
	overflow: hidden;
}

.in_djnr .imgbox ul li {
	position: relative;
}

.in_djnr .imgbox .imgbig {
	width: 758px;
	height: 560px !important;
	position: relative;
}

.in_djnr .imgbox .imgbig2 {
	width: 410px;
	height: 320px;
	position: absolute;
	top: 20px;
	left: 680px;
}

.in_djnr .imgbox .lm_tit {
	position: absolute;
	left: 30px;
	width: 130px;
	height: 37px;
	text-align: center;
	line-height: 37px;
	color: #fff;
	z-index: 2;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.in_djnr .imgbox .imgbig .lm_tit {
	bottom: 200px;
	background-color: #a60817;
}

.in_djnr .imgbox .imgbig2 .lm_tit {
	top: 170px;
	background-color: #1755c1;
}

/* .in_djnr .imgbox .imgbig .lm_tit.lm_tit_2
background-color: #1755c1; */

.in_djnr .imgbox .imgbig .img {
	width: 758px;
	height: 426px;
}

.in_djnr .imgbox .imgbig2 .img {
	width: 410px;
	height: 230px;
}

.in_djnr .imgbox .imgbig .text {
	width: 600px;
	height: 116px;
	padding: 30px;
	padding-bottom: 24px
}

.in_djnr .imgbox .imgbig2 .text {
	width: 310px;
	height: auto;
	padding: 20px 30px;
	top: 190px;
	padding-top: 30px;
	padding-bottom: 18px;
	bottom: auto;
}

.in_djnr .imgbox .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.in_djnr .imgbox .text {
	position: absolute;
	bottom: 40px;
	left: 0;
	background-color: #fff;
	font-size: 16px;
	line-height: 26px;
}

.in_djnr .imgbox .text span {
	color: #4f6c83;
}

.in_djnr .imgbox .text h4 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 10px;
	color: #1a1a1a;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.in_djnr .imgbox .imgbig2 .text h4{
	white-space: normal;
	margin-bottom: 0;
}

.in_djnr .imgbox .text a:hover h4 {
	color: #1755c1;
}

.indj_more a {
	color: #1755c1;
}

.indj_more {
	width: 232px;
	height: 52px;
	border-radius: 6px;
	border: 1px solid #1755c1;
	background: #f0f7ff;
	text-align: center;
	line-height: 46px;
	font-size: 18px;
	position: relative;
	top: -256px;
}

.indj_more img {
	position: relative;
	top: -2px;
	margin-left: 6px;
}

.indj_list {
	width: 100%;
	height: 122px;
	background: #fff;
}

.indj_list li {
	float: left;
	width: 466px;
	padding: 28px;
	box-sizing: border-box;
}

.indj_time {
	width: 70px;
	height: 70px;
	float: left;
	padding: 12px;
	box-sizing: border-box;
	background: url('./indj_time_back.png') no-repeat;
}

.indj_time .date {
	font-size: 20px;
	color: #a60817;
}

.indj_time .year {
	font-size: 16px;
	color: #4c5e7e;
}

.indj_list li a {
	float: left;
	display: block;
	width: 322px;
	font-weight: bold;
	margin-top: 12px;
	margin-left: 15px;
}

.tab_list_main {
	width: 100%;
	padding-top: 30px;
	background: url('/images/tab_box_back.png') no-repeat;
}

.jczx-list-new-main{
	position: relative;
}

.jczx-list-new-main:before{
	content:'';
	display: block;
	width: 27%;
	height: 170px;
	background: url('qhkx_zkjs-newBG.png') left top no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.jczx-list-new-main .qhkx_wrapper{
	position: relative;
	z-index: 2;
}

.tab_list {
	overflow: hidden;
	text-align: center;
	position: relative;
}

.tab_list ul {
	margin: 40px auto 0;
	width: 1130px;
}

.tab_list ul li {
	padding-right: 50px;
	margin-left: 40px;
	display: inline-block;
	position: relative;
	font-size: 30px;
	color: #1a1a1a;
	font-weight: bold;
	float: left;
}

.tab_list ul li::after {
	content: '';
	width: 2px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 6px;
	background: #1755c1;
}

.tab_list ul li.active a span div {
	display: block;
}

.tab_list ul li.active a {
	color: #1755c1;
}

.tab_list ul li a span div {
	width: 48px;
	height: 5px;
	background: #1755c1;
	border-radius: 5px;
	margin: 16px auto 0;
	display: none;
}

.tab_list ul li a span {
	display: block;
	float: left;
}

.tab_list ul li.active {}

.tab_list ul li:last-child::after {
	display: none;
}

.tab_list ul li a img {
	display: inline-block;
	width: 36px;
	height: 30px;
	position: relative;
	top: 2px;
	margin-right: 14px;
	float: left;
}

.tab_list img {
	display: block;
	margin: 5px 0;
	height: 36px;
}

.tab_box_main {
	position: relative;
	margin-top: 35px;
	margin-bottom: 70px;
	height: 522px;
}

.tab_box_main .tab_box_layout {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.tab_box_main .tab_box_layout.active {
	display: block;
}

.tab_box {
	display: none;
}

.tab_box.on {
	display: block;
}

.tab_box .tab_main {
	width: 440px;
	height: 522px;
	margin-right: 40px;
	float: left;
}

.tab_box .tab_main.color1:hover {
	box-shadow: 2px 2px 18px rgba(23, 85, 193, 0.1);
}

.tab_box .tab_main.color2 {
	background: url('./tab_list_back2.png') no-repeat;
}

.tab_box .tab_main.color3 .tab_layout {
	padding: 0;
	font-size: 18px;
}

.tab_box .tab_main.color3 .tab_layout ul li {
	width: 100%;
	float: left;
}

.tab_pic_box {
	width: 218px;
	height: 133px;
    overflow: hidden;
	float: left;
}

.tab_pic {
	width: 100%;
	height: 100%;
	    /*display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 3;
	    overflow: hidden;
	    text-overflow: ellipsis;*/
}

.tab_pic:hover {
	transform: scale(1.1);
	transition: 0.3s;
}

.tab_box .tab_main.color3 .tab_title {
	width: 198px;
	height: 130px;
	position: relative;

	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	margin: 3px 0 0 0;
	float: right;
}

.tab_box .tab_main.color3 .tab_title a {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
}

.tab_box .tab_main.color3 .tab_time {
	float: left;
	position: absolute;
	bottom: 0;
	width: 100%;
	box-sizing: border-box;
	height: 20px;
}

.tab_box .tab_main.color3 .tab_time img {
	width: 24px;
	height: 8px;
	position: absolute;
	right: 0;
	top: 5px;
}

.tab_box .tab_main.color3 li.no_img .tab_title {
	width: 100%;
	height: 140px;
	-webkit-line-clamp: 2;
}

.tab_box .tab_main.color3 li.no_img .tab_title p {
	font-size: 16px;
	color: #4f6c83;
	margin: 6px 0;
	
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.color3_line {
	width: 100%;
	height: 1px;
	background: #d8dff0;
	margin: 24px 0 25px;
	float: left;
}

.tab_box .tab_main:last-child {
	margin-right: 0;
}

.tab_box .tab_main .tab_img {
	width: 440px;
	height: 268px;
	overflow: hidden;
}

.tab_box .tab_main .tab_img:hover img {
	transform: scale(1.1);
	transition: 0.3s;
}

.tab_box .tab_main .tab_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

.tab_box .tab_main .tab_layout {
	padding: 30px;
}

.tab_box .tab_main .tab_clum {
	font-size: 18px;
	color: #1755c1;
	float: left;
	font-weight: bold;
}

.tab_box .tab_main .tab_time {
	color: #4f6c83;
	font-size: 14px;
	background: url(tab_list_ico_time.png) 0 2px no-repeat;
	background-size: 14px 14px;
	padding-left: 22px;
	line-height: 20px;
	float: right;
	position: relative;
	height: 30px;
}


.tab_box .tab_main .tab_title {
	/* clear: both; */
	font-size: 22px;
	line-height: 36px;
	font-weight: bold;
	margin: 10px 0 0;
	text-align: justify;
}


.tab_box .tab_main .tab_p {
	font-size: 16px;
	line-height: 30px;
	color: #405b71;
	text-align: justify;
}

.tab_box .tab_main .more2 {
	background: #1755c1 url("tab_list_more_ico2.png") no-repeat center 45%;
	width: 112px;
	height: 36px;
	border-radius: 50px;
	display: block;
	margin-top: 58px;
	transition: 0.3s;
}

.tab_box .tab_main .more2:hover {
	background: #073481 url("tab_list_more_ico2.png") no-repeat center 45%;
}

.tab_ad {
	margin-bottom: 76px;
	width: 100%;
	height: 140px;
}

.tab_ad a {
	width: 670px;
	height: 140px;
	overflow: hidden;
	display: block;
	float: left;
	border-radius: 12px;
}

.tab_ad a img:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.tab_ad a:last-child {
	margin-left: 54px;
}

.gsgk_main {
	width: 100%;
	height: 703px;
	background: #f0f7ff;
	padding-top: 75px;
	box-sizing: border-box;
}

.gsgk_main .lm_box .lm_content ul {
	background: #fff;
	display: none;
}

.gsgk_main .lm_box .lm_content ul.on {
	display: block;
}

.lm_box {
	width: 675px;
	float: left;
}
	
.gsgk_main .lm_box:last-child {
	margin-left: 50px;
}

.lm_title {
	width: 100%;
	float: left;
}

.lm_title_box {
	float: left;
}

.lm_title_box img {
	position: relative;
	top: -6px;
}

.lm_title_box span {
	font-size: 30px;
	font-weight: bold;
	color: #1a1a1a;
	margin-left: 14px;
}

.lm_second_tabnav {
	float: left;
	margin-top: 8px;
	margin-left: 45px;
}

.lm_second_tabnav li {
	float: left;
	font-size: 22px;
}

.lm_second_tabnav li.on {
	color: #1755c1;
	font-weight: bold;
}

.lm_second_tabnav li div span {
	cursor: pointer;
	padding: 0 20px;
}

.lm_second_tabnav li:first-child div span {
	border-right: 1px solid #1755c1;
}

.lm_second_tabnav li div span:hover {
	color: #1755c1;
	font-weight: bold;
}

.lm_second_tabnav li div div {
	width: 38px;
	height: 3px;
	background: #1755c1;
	border-radius: 3px;
	margin: 20px auto 4px;
	display: none;
}

.lm_second_tabnav li.on div div {
	display: block;
}

.lm_title_more {
	color: #333;
	line-height: 36px;
	padding-right: 22px;
	background: url(qhkx_icon_more.png) right 12px no-repeat;
	background-size: 16px auto;
	font-weight: normal;
	font-size: 18px;
	float: right;
	margin-top: 5px;
	color: #1755c1;
	position: relative;
}

.lm_title_more:hover{
	background-image: url(qhkx_icon_more-20250515.png)
}


/* .lm_title_more:hover {
	color: #1755c1;
} */

.lm_content {
	position: relative;
}

.gsgk_back {
	position: absolute;
	right: -32px;
	top: 93px;
	z-index: 0;
}

.lm_content ul {
	width: 100%;
	height: 482px;
	padding: 37px 42px;
	box-sizing: border-box;
	float: left;
	z-index: 1;
}

.lm_content li {
	border-bottom: 1px solid #d8dff0;
	padding-bottom: 28px;
	margin-bottom: 28px;
	position: relative;
	/* margin-left: 4px; */
}

.lm_content li:last-child {
	border: none;
}

.lm_content .lm_title {
	float: inherit;
	font-size: 20px;
	margin-top: 3px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.lm_content .lm_title img {
	margin-top: -4px;
	margin-right: 6px;
}

.lm_date {
	font-size: 18px;
	color: #1755c1;
	margin-bottom: 8px;
	font-weight: bold;
}

.lm_hdjl_content {
	background: #fff;
	float: left;
	width: 100%;
	height: 482px;
	padding: 30px 30px;
	box-sizing: border-box;
}

.lm_content_title {
	font-size: 22px;
	font-weight: bold;
	color: #1755c1;
}

.jyxc {
	margin-top: 23px;
	float: left;
}

.jyxc .jyxc_img {
	float: left;
}

.jyxc_content {
	width: 404px;
	margin-left: 28px;
	float: left;
}

.jyxc_title {
	color: #1a1a1a;
	font-size: 18px;
	padding: 2px 0 10px 0;
	font-weight: bold;
}

.jyxc_content_p {
	color: #4f6c83;
	font-size: 16px;
	margin-bottom: 16px;
	line-height: 26px;
}

.jyxc_btn {
	width: 134px;
	height: 40px;
	background: #1755c1;
	border-radius: 6px;
	color: #fff;
	padding: 9px 0 0 22px;
	box-sizing: border-box;
	font-size: 16px;
}

.jyxc_btn img {
	position: relative;
	top: -2px;
	left: 4px;
}

.hdjl_others {
	width: 100%;
	height: 174px;
	float: left;
	margin-top: 30px;
}

.ldxx {
	width: 417px;
	height: 100%;
	padding: 20px 28px;
	box-sizing: border-box;
	background: url('./jyxc_img2.png') no-repeat;
	float: left;
}

.ldxx_content {
	font-size: 16px;
	line-height: 26px;
	color: #6086b2;
	margin-top:4px;
}

.ldxx_btns {
	width: 100%;
	margin-top: 12px;
}

.ldxx_btn {
	width: 120px;
	height: 34px;
	border-radius: 6px;
	background: #76acea;
	color: #fff;
	float: left;
	margin-right: 14px;
	font-size: 16px;
	padding: 4px 0 0 16px;
	box-sizing: border-box;
}

.ldxx_btn span {
	position: relative;
	top: 2px;
}

.ldxx_btn span img{
	margin-right: 5px;
	vertical-align: -2px;
}

.wsxf {
	width: 159px;
	height: 174px;
	border-radius: 6px;
	background: url('./jyxc_img3.png') no-repeat;
	float: left;
	margin-left: 30px;
	text-align: center;
}

.wsxf .lm_content_title {
	padding-top: 22px;
}

.wyxf_btn {
	width: 110px;
	height: 34px;
	border-radius: 6px;
	border: 1px solid #99b6e6;
	background: #fff;
	line-height: 34px;
	font-size: 16px;
	color: #1755c1;
	margin: 23px auto 0;
}

.wyxf_btn img {
	width: 14px;
	height: 6px;
	position: relative;
	top: -3px;
}

.ztzl_main {
	width: 100%;
	position: relative;
	height: 400px;
}

.ztzl_back {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.ztzl_main .lm_box {
	width: 100%;
	position: relative;
	z-index: 1;
}

.ztzl_main .lm_box {
	margin-top: 60px;
}

.ztzl_main .lm_content ul {
	background: inherit;
	padding: 35px 0;
	height: auto;
}

.ztzl_main .lm_content ul li {
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
	/* margin-left: 29px; */
}

.ztzl_main .lm_content ul li:first-child {
	margin-left: 0;
}

.ztzl_main .qhkx_wrapper {
	margin: 0 auto;
}

.ztzl_lm {
	overflow: hidden;
	width: 100%;
	height: 186px;
	padding-top: 30px;
}
	
.ztzl_lm ul li {
	/* width: 90% !important; */
	/* height: 186px !important; */
	margin-left: 0;
}

.ztzl_lm ul li div a, .ztzl_lm .ztzl_jbpt{
	width: 328px;
	height: 186px;
	overflow: hidden;
	display: block;
	border-radius: 12px;
	float: left;
	margin-left: 29px;
}

.ztzl_lm .ztzl_jbpt{
	position: relative;
}

.ztzl_lm .ztzl_jbpt a{
	float: none;
	position: absolute;
	width: 90px;
	height: 34px;
	line-height: 34px;
	background-color: #d6fdfe;
	border-radius: 6px;
	text-align: center;
	bottom: 26px;
	left: 20px;
	margin-left: 0;
	font-size: 18px;
	color: #226c83;
}

.ztzl_lm .ztzl_jbpt a:nth-child(3){
	left: 120px;
}

.ztzl_lm .ztzl_jbpt a:nth-child(4){
	left: 220px;
	background-color: rgba(214, 253, 254, .4);
}

.ztzl_lm ul li div a:first-child {
	margin-left: 0;
}

.ztzl_lm ul li a img:hover,.ztzl_lm ul li .ztzl_jbpt img:hover {
	transform: scale(1.1);
	transition: 0.5s;
}

.ztzl_lm ul li div {
	width: 1400px;
	height: 186px;
}

.footer {
	width: 100%;
	height: 233px;
	background: #f0f7ff;
	position: relative;
}

.footer_main {
	width: 1400px;
	height: 176px;
	margin: 0 auto;
	padding-top: 33px;
}

.footer_icon {
	float: left;
}

.footer_content {
	float: left;
	margin-left: 25px;
	font-size: 16px;
}

.footer_content p a {
	padding: 0 20px 0 0;
	color: #333333;
}

.footer_content p a:hover {
	/* color: #1755c1; */
}

.footer_content p a::after {
	content: '';
	width: 1px;
	height: 20px;
	background: #b3c3d4;
	display: inline-block;
	margin-left: 20px;
	position: relative;
	top: 2px;
}

.footer_content p a:last-child::after {
	display: none;
}

.footer_content .p1 {
	font-weight: bold;
	margin-bottom: 22px;
}

.footer_content .p2 {
	margin-bottom: 24px;
}

.footer_code {
	float: right;
}

.footer_code li {
	width: 103px;
	font-size: 14px;
	text-align: center;
	float: left;
	margin-left: 20px;
}

.footer_code li div {
	width: 100%;
	height: 103px;
	background: #d8e2ed;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 13px;
}

.footer_code li div img{
	display: block;
	width: 100%;
}

.footer-bottom {
	width: 100%;
	height: 40px;
	background: #639bcf;
	line-height: 40px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.footer-bottom a {
	color: #eee;
	margin-left: 40px;
}

.footer-bottom a:hover {
	color: #fff;
}

.footer-bottom img {
	position: relative;
	top: -2px;
}

.footer-bottom a::after {
	content: '';
	width: 1px;
	height: 20px;
	background: #b3c3d4;
	display: inline-block;
	margin-left: 40px;
	position: relative;
	top: 4px;
}

.footer-bottom a:last-child::after {
	display: none;
}



/* 底部轮播开始 */

.index_swiper_page {
	text-align: center;
    z-index: 0;
    position: relative;
	top: 20px;
}

.index_swiper_page .swiper-pagination-switch {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: #919cae;
	display: inline-block;
	margin-left: 16px;
}

.index_swiper_page .swiper-active-switch {
	width: 45px;
	height: 10px;
	background: #1755c1;
	border-radius: 10px;
}

.in_dj_pagination {
	top: -100px;
}

.in_dj_pagination .swiper-active-switch {
	background: #a60817;
}

.lunbo_pagination {
    position: absolute;
	bottom: 18px;
	right: 0;
    z-index: 2;
	text-align: right;
}

.pageState {
	display: inline-block;
	text-align: right;
	font-size: 18px;
	color: #fff;
}

.lunbo_pagination img {
	width: 24px;
	height: 10px;
	display: inline-block;
	margin-left: 7px;
	margin-right: 30px;
	margin-top: -2px;
	cursor: pointer;
}

.pageState .swiper-pagination-switch {
	padding: 0 7px;
}

.pageState .swiper-active-switch {
	font-size: 24px;
}

.pageState .swiper-active-switch::after {
	content: '';
	display: inline-block;
	width: 60px;
	height: 1px;
	background: #fff;
	margin-left: 7px;
	margin-bottom: 3px;
}

.pageState .swiper-active-switch:last-child::after{
	display: none;
}

/* 底部轮播结束 */
@media screen and (max-width: 1600px) {
	.lunbo_turn_left{
		width: 50px;
		left: -55px;
	}

	.lunbo_turn_right{
		width: 50px;
		right: -55px;
	}
}

@media screen and (max-width: 1440px) {

	/* banner */
	.njyjs_banner {
		width: 100%;
		height: 100%;
		margin-top: 20px;
	}

	.njyjs_banner li {
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.njyjs_banner li a p {
		height: 56px;
		line-height: 56px;
		padding-left: 34px;
		font-size: 20px;
		font-weight: bold;
	}

	.njyjs_banner li a p span {
		width: 700px;
	}

	.njyjs_banner li .imgs {
		width: 100%;
	}

	.njyjs_banner .next,
	.njyjs_banner .prev {
		position: absolute;
		z-index: 2;
		top: 50%;
		margin-top: -10px;
		width: 10px;
		height: 20px;
		background-repeat: no-repeat;
		background-position: center center;
		cursor: pointer;
	}

	.njyjs_banner .prev {
		left: 34px;
		background-image: url(202209_njhjyjs_index9.png);
	}

	.njyjs_banner .next {
		right: 34px;
		background-image: url(202209_njhjyjs_index10.png);
	}

	/*轮播banner End*/
	.lunbo {
		width: 100%;
		height: 340px;
		position: relative;
		padding-top: 21px;
	}

	.lunbo_turn {
		width: 44px;
		height: 44px;
		position: absolute;
		cursor: pointer;
		margin-top: -5px;
	}

	.lunbo_turn_left {
		left: -60px;
	}

	.lunbo_turn_right {
		right: -60px;
	}

	.in_newbox {}

	.in_new_l {
		float: left;
		width: 642px;
	}

	.new_tabnav {}

	.in_new_l .new_tabnav li {
		display: inline-block;
		line-height: 31px;
		padding-left: 28px;
		padding-right: 12px;
		font-weight: bold;
		font-size: 18px;
		margin-right: 16px;
		position: relative;
		cursor: pointer;

	}

	.in_new_l .new_tabnav li .bt_icon::after {
		opacity: 0.6;
	}

	.bt_icon::after {
		content: "";
		position: absolute;
		left: 0;
		top: 8px;
		width: 22px;
		height: 17px;
		background: url(qhkx_index_01.png) left center no-repeat;
		background-size: 22px 17px;
	}

	.new_tabnav .xian::after {
		content: "";
		position: absolute;
		right: 0;
		top: 8px;
		width: 1px;
		height: 15px;
		background-color: #14469d;
	}

	.in_new_l li.on {
		color: #14469d;
	}

	.in_new_l li.on .bt_icon::after {
		opacity: 1;
	}

	.in_new_list {
		padding-top: 10px;
		position: relative;
		display: none;
	}

	.in_new_list.active {
		display: block;
	}

	.in_new_list .more {
		right: 0;
		top: -34px;
	}

	.more {
		position: absolute;
		right: 0;
		top: 2px;
		color: #333;
		line-height: 36px;
		padding-right: 22px;
		background: url(qhkx_icon_more.png) right 12px no-repeat;
		background-size: 16px auto;
		font-weight: normal;
		font-size: 16px;
		color: #1755c1;
	}

	.new_tabnav .more{
		top: -1px;
	}

	/* .more:hover {
	color: #1755c1;
} */

	.in_new_list .imgnew {
		font-size: 16px;
	}

	.in_new_list .imgnew li {
		width: 310px;
		height: 263px;
		float: left;
		margin-right: 19px;
		position: relative;
		border-bottom: 2px solid #1755c1;
		line-height: 150%;
	}

	.in_new_list .imgnew li .time {
		position: absolute;
		top: 142px;
		left: 0;
		width: 48px;
		height: 45px;
		background: linear-gradient(120deg, #5597cb 0%, #1755c1 100%);
		font-family: Arial;
		color: #fff;
		text-align: center;
		line-height: 100%;
	}

	.in_new_list .imgnew li .time p {
		padding: 0;
	}

	.in_new_list .imgnew li .time .p1 {
		font-size: 16px;
		font-weight: bold;
		padding-top: 8px;
	}

	.in_new_list .imgnew li .time .p2 {
		font-size: 14px;
	}

	.in_new_list .imgnew li:nth-child(2n) {
		margin-right: 0;
	}

	.in_new_list .imgnew a {
		display: block;
	}

	.in_new_list .imgnew a p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.in_new_list .imgnew .img_box {
		width: 100%;
		height: 162px;
		overflow: hidden;
		margin-bottom: 34px;
	}

	.in_new_list .imgnew img {
		object-fit: cover;
		transition: all .5s;
	}

	.in_new_list .imgnew img:hover {
		transform: scale(1.05);
	}

	.in_new_list .new_list {
		margin-top: 14px;
		font-size: 16px;
	}

	.in_new_list .new_list li {
		width: 310px;
		float: left;
		margin-right: 18px;
		line-height: 150%;
		position: relative;
		padding: 7px 0;
	}

	.in_new_list .new_list li:nth-child(2n) {
		margin-right: 0;
	}

	.in_new_list .new_list li .dot::after {
		content: "";
		position: absolute;
		height: 14px;
		width: 14px;
		background: url(qhkx_dot.png) no-repeat;
		background-size: cover;
		left: 0;
		top: 15px;

	}

	.in_new_list .new_list li a {
		padding-left: 26px;
	}

	.in_tzbox {
		width: 344px;
		float: right;
		margin-top: 8px;
		border-bottom: 4px solid #1755c1;
		padding-bottom: 6px;
	}

	.tzgg_back {
		width: 280px;
		position: absolute;
		top: 160px;
		right: -92px;
	}

	
	.in_tzbox .in_title {
		margin: 0 20px;
		border-bottom: 1px solid #d5e1f5;
	}
	
	.in_title {
		background: url(qhkx_index_01.png) left center no-repeat;
		background-size: 22px 17px;
		padding-left: 33px;
		position: relative;
		line-height: 44px;
		font-size: 18px;
	}
	
	.in_tz_li {
		height: 404px;
	}

	.in_tz_li ul {
		margin: 6px 20px;
		padding-bottom: 14px;
		font-size: 15px;
	}

	.in_tz_li_box {
		padding: 16px 0;
	}
	
	.in_tz_li li {
		height: 80px;
		border-bottom: 1px solid #e4ebf9;
		line-height: 150%;
		position: relative;
		box-sizing: border-box;
	}
	
	.in_tz_li li .icon_top {
		position: absolute;
		background: url(qhkx_icon_top.png) no-repeat;
		background-size: 20px 12px;
		width: 20px;
		height: 12px;
		top: 6px;
		left: 60px;
	}
	
	.in_tz_li li .time {
		float: left;
		border-right: 1px solid #e4ebf9;
		margin-right: 8px;
		padding-right: 8px;
		font-family: Arial;
		line-height: 22px;
		text-align: center;
		padding-top: 4px;
	}

	.in_tz_li li a p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		height: 48px;
	}
	
	.in_tz_li li .time .p1 {
		font-size: 18px;
		color: #1755c1;
		font-weight: bold;
	}

	.in_tz_li li .time .p2 {
		font-size: 14px;
		color: #4c5e7e;
	}

	.in_tz_li li a {
		clear: left;
	}

	.in_tzbox .icon_fy {
		text-align: center;
		line-height: 20px;
		color: #d5e1f5;
		padding: 6px;
	}

	.in_tzbox .icon_fy a {
		display: inline-block;
		width: 45%;
		height: 16px;
		opacity: .5;
	}

	.in_tzbox .icon_fy a:hover {
		opacity: 1;
	}

	.in_tzbox .icon_fy .a1 {
		background: url(qhkx_icon_jt01.png) center center no-repeat;
	}

	.in_tzbox .icon_fy .a2 {
		background: url(qhkx_icon_jt02.png) center center no-repeat;
	}


	.in_dj {
		min-height: 572px;
		background: url(qhkx_index_02.png) center top no-repeat #e6f0fc;
	}

	.img_tabs_box.on {
		height: 424px;
	}

	.in_djnr {
		position: relative;
		padding-top: 34px;
	}

	.in_dj_nav {
		position: absolute;
		top: 34px;
		left: 0;
	}

	.in_dj_nav .nav2 {
		line-height: 34px;
		width: 164px;
		font-size: 16px;
	}

	.in_dj_nav .nav2 li {
		margin: 4px 0;
		cursor: pointer;
		position: relative;
	}

	.in_dj_nav .nav2 li:hover {
		background: #fff;
	}

	.in_dj_nav .nav2 li .line,
	.in_dj_nav .nav2 li .jt {
		display: none;
	}

	.in_dj_nav .nav2 li.on .line,
	.in_dj_nav .nav2 li .jt {
		display: block;
	}

	.in_dj_nav .nav2 li.on {
		background: #fff;
		color: #1755c1;
		font-weight: bold;
	}

	.in_dj_nav .nav2 .on .line::after {
		content: "";
		position: absolute;
		width: 3px;
		height: 24px;
		left: 0;
		top: 5px;
		background: #1755c1;
	}

	.in_dj_nav .nav2 .on .jt::after {
		content: "";
		position: absolute;
		width: 16px;
		height: 6px;
		right: 10px;
		top: 14px;
		background: url(qhkx_icon_jt03.png) no-repeat;
		background-size: 16px 6px;
	}

	.in_dj_nav .nav2 span {
		padding-left: 20px;
	}

	.in_djnr .imgbox {
		margin-left: 220px;
		margin-top: 14px;
		height: 424px !important;
	}

	.in_djnr .imgbox ul li {
		position: relative;
	}

	.in_djnr .imgbox .imgbig {
		width: 542px;
		height: 355px !important;
	}

	.in_djnr .imgbox .imgbig2 {
		width: 92px;
		height: 27px;
		position: absolute;
		top: 13px;
		left: 486px;
	}

	.in_djnr .imgbox .lm_tit {
		position: absolute;
		left: 20px;
		width: 84px;
		height: 24px;
		text-align: center;
		line-height: 24px;
		color: #fff;
		z-index: 2;
		font-size: 12px;
	}

	.in_djnr .imgbox .imgbig .lm_tit {
		bottom: 116px;
		left: 22px;
	}

	.in_djnr .imgbox .imgbig2 .lm_tit {
		top: 118px;
		left: 20px;
	}

	.in_djnr .imgbox .imgbig .img {
		width: 100%;
        height: 305px;
	}

	.in_djnr .imgbox .imgbig2 .img {
		width: 292px;
		height: 165px;
	}

	.in_djnr .imgbox .imgbig .text {
		width: 467px;
		height: 125px;
		padding: 18px 22px;
		box-sizing: border-box;
	}

	.in_djnr .imgbox .imgbig2 .text {
		width: 265px;
		height: auto;
		padding: 14px 20px;
		top: 130px;
		padding-top: 20px;
		padding-bottom: 12px;
	}

	.in_djnr .imgbox .img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.in_djnr .imgbox .text {
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #fff;
		font-size: 16px;
		line-height: 26px;
	}

	.in_djnr .imgbox .text span {
		color: #4f6c83;
		font-size: 12px;
		line-height: 19px;
		display: block;
	}

	.in_djnr .imgbox .text h4 {
		font-size: 15px;
		margin-bottom: 6px;
	}

	.in_djnr .imgbox .imgbig2 .text h4 {
		-webkit-line-clamp: 3;
	}

	.in_djnr .imgbox .text a:hover h4 {
		color: #1755c1;
	}

	.indj_more a {
		color: #1755c1;
	}

	.indj_more {
		width: 156px;
		height: 36px;
		border-radius: 6px;
		border: 1px solid #1755c1;
		background: #f0f7ff;
		text-align: center;
		line-height: 30px;
		font-size: 18px;
		position: relative;
		top: -170px;
	}

	.indj_more img {
		position: relative;
		top: -2px;
		margin-left: 6px;
	}

	.indj_list {
		width: 100%;
		height: 102px;
		background: #fff;
	}

	.indj_list li {
		float: left;
		width: 333px;
		padding: 18px;
		box-sizing: border-box;
	}

	.indj_time {
		width: 70px;
		height: 70px;
		float: left;
		padding: 12px;
		box-sizing: border-box;
		background: url('./indj_time_back.png') no-repeat;
	}

	.indj_time .date {
		font-size: 18px;
		color: #a60817;
	}

	.indj_time .year {
		font-size: 14px;
		color: #4c5e7e;
	}

	.indj_list li a {
		float: left;
		display: block;
		width: 212px;
		font-weight: bold;
		margin-top: 12px;
		margin-left: 15px;

		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tab_list_main {
		width: 100%;
		padding-top: 20px;
		background: url('/images/tab_box_back.png') no-repeat;
	}

	.tab_list {
		overflow: hidden;
		text-align: center;
		position: relative;
	}

	.tab_list ul {
		margin: 28px auto 0;
		width: 756px;
	}

	.tab_list ul li {
		padding-right: 34px;
		margin-left: 26px;
		background-size: 22px 17px;
		display: inline-block;
		position: relative;
		font-size: 20px;
		color: #1a1a1a;
		font-weight: bold;
		float: left;
	}

	.tab_list ul li::after {
		content: '';
		width: 2px;
		height: 20px;
		position: absolute;
		right: 0;
		top: 4px;
		background: #1755c1;
	}

	.tab_list ul li.active a span div {
		display: block;
	}

	.tab_list ul li.active a {
		color: #1755c1;
	}

	.tab_list ul li a span div {
		width: 48px;
		height: 5px;
		background: #1755c1;
		border-radius: 5px;
		margin: 16px auto 0;
		display: none;
	}

	.tab_list ul li a span {
		display: block;
		float: left;
	}

	.tab_list ul li.active {}

	.tab_list ul li:last-child::after {
		display: none;
	}

	.tab_list ul li a img {
		display: inline-block;
		width: 22px;
		height: 17px;
		position: relative;
		top: 2px;
		margin-right: 8px;
		float: left;
	}

	.tab_list img {
		display: block;
		margin: 5px 0;
		height: 36px;
	}

	.tab_box_main {
		position: relative;
		margin-top: 35px;
		margin-bottom: 70px;
		height: 348px;
	}

	.tab_box_main .tab_box_layout {
		position: absolute;
		top: 0;
		left: 0;
		display: none;
	}

	.tab_box_main .tab_box_layout.active {
		display: block;
	}

	.tab_box .tab_main {
		width: 325px;
		height: 378px;
		margin-right: 10px;
		float: left;
	}

	.tab_box .tab_main.color1:hover {
		box-shadow: 2px 2px 18px rgba(23, 85, 193, 0.1);
	}

	.tab_box .tab_main.color2 {
		background: url('./tab_list_back2.png') no-repeat;
	}

	.tab_box .tab_main.color3 .tab_layout {
		padding: 0;
		font-size: 18px;
	}

	.tab_box .tab_main.color3 .tab_layout ul li {
		width: 100%;
		float: left;
	}

	.tab_pic_box {
		width: 146px;
		height: 90px;
		overflow: hidden;
		float: left;
	}

	.tab_pic {
		/*display: block;
		float: left;
		width: 100%;

		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;*/
	}

	.tab_box .tab_main.color3 .tab_title {
		width: 152px;
		height: 86px;

		font-weight: normal;
		font-size: 16px;
		line-height: 18px;
		margin: 2px 0 0 0;
		float: right;
	}

	.tab_box .tab_main.color3 .tab_title a {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.tab_box .tab_main.color3 .tab_time {
		float: left;
		position: absolute;
		width: 100%;
		box-sizing: border-box;
		height: 20px;
	}

	.tab_box .tab_main.color3 .tab_time img {
		width: 24px;
		height: 8px;
		position: absolute;
		right: 0;
		top: 5px;
	}

	.tab_box .tab_main.color3 li.no_img .tab_title {
		width: 100%;
		height: 100px;
		-webkit-line-clamp: 2;
	}

	.tab_box .tab_main.color3 li.no_img .tab_title p {
		font-size: 13px;
		color: #4f6c83;
		margin: 6px 0;
		
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.color3_line {
		width: 100%;
		height: 1px;
		background: #d8dff0;
		margin: 20px 0 21px;
		float: left;
	}

	.tab_box .tab_main:last-child {
		margin-right: 0;
	}

	.tab_box .tab_main .tab_img {
		width: 100%;
		height: 180px;
		overflow: hidden;
	}

	.tab_box .tab_main .tab_img:hover img {
		transform: scale(1.1);
		transition: 0.3s;
	}

	.tab_box .tab_main .tab_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: 0.3s;
	}

	.tab_box .tab_main .tab_layout {
		padding: 20px 15px;
	}

	.tab_box .tab_main .tab_clum {
		font-size: 16px;
		color: #1755c1;
		float: left;
		font-weight: bold;
	}

	.tab_box .tab_main .tab_time {
		color: #4f6c83;
		font-size: 14px;
		background: url(tab_list_ico_time.png) 0 3px no-repeat;
		background-size: 14px 14px;
		padding-left: 22px;
		line-height: 20px;
		float: right;
		position: relative;
		height: 22px;
	}


	.tab_box .tab_main .tab_title {
		/* clear: both; */
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
		        margin: 8px 0;
	}


	.tab_box .tab_main .tab_p {
		font-size: 14px;
		line-height: 20px;
		color: #405b71;
	}

	.tab_box .tab_main .more2 {
		background: #1755c1 url("tab_list_more_ico2.png") no-repeat center 45%;
		width: 112px;
		height: 36px;
		border-radius: 50px;
		display: block;
		margin-top: 38px;
		transition: 0.3s;
	}

	.tab_box .tab_main .more2:hover {
		background: #073481 url("tab_list_more_ico2.png") no-repeat center 45%;
	}

	.tab_ad {
		margin-bottom: 50px;
		width: 100%;
		height: 92px;
	}

	.tab_ad a {
		width: 480px;
		height: 100px;
		overflow: hidden;
		display: block;
		float: left;
		border-radius: 12px;
	}

	.tab_ad a img {
		width: 480px;
	}

	.tab_ad a:last-child {
		margin-left: 35px;
	}

	.gsgk_main {
		width: 100%;
		height: 512px;
		background: #f0f7ff;
		padding-top: 40px;
		box-sizing: border-box;
	}

	.lm_box {
		width: 480px;
		float: left;
	}
	
	.gsgk_main .lm_box:last-child {
		margin-left: 40px;
	}

	.gsgk_main .lm_title {
		height: 50px;
	}

	.lm_title {
		width: 100%;
		float: left;
	}

	.lm_title_box {
		float: left;
	}

	.lm_title_box img {
		position: relative;
		top: -2px;
		width: 22px;
		height: 17px;
	}

	.lm_title_box span {
		font-size: 18px;
		font-weight: bold;
		color: #1a1a1a;
		margin-left: 6px;
	}

	.lm_second_tabnav {
		float: left;
		margin-top: 2px;
		margin-left: 30px;
	}

	.lm_second_tabnav li {
		float: left;
		font-size: 16px;
	}

	.lm_second_tabnav li.on {
		color: #1755c1;
		font-weight: bold;
	}

	.lm_second_tabnav li div span {
		cursor: pointer;
		padding: 0 12px;
	}

	.lm_second_tabnav li div span:hover {
		color: #1755c1;
		font-weight: bold;
	}

	.lm_second_tabnav li div div {
		width: 38px;
		height: 3px;
		background: #1755c1;
		border-radius: 3px;
		margin: 20px auto 4px;
		display: none;
	}

	.lm_second_tabnav li.on div div {
		display: block;
	}

	.lm_title_more {
		color: #333;
		line-height: 20px;
		padding-right: 22px;
		background: url(qhkx_icon_more.png) right 4px no-repeat;
		background-size: 16px auto;
		font-weight: normal;
		font-size: 16px;
		float: right;
		margin-top: 2px;
		color: #1755c1;
	}

	/* .lm_title_more:hover {
	color: #1755c1;
} */

	.lm_content {
		position: relative;
		/* background: #fff; */
	}

	.gsgk_back {
		position: absolute;
		right: -22px;
		top: 32px;
		width: 180px;
		z-index: 0;
	}

	.lm_content ul {
		width: 100%;
		height: 376px;
		padding: 24px 28px;
		box-sizing: border-box;
		position: relative;
		z-index: 1;
	}

	.lm_content li {
		border-bottom: 1px solid #d8dff0;
		padding-bottom: 22px;
		margin-bottom: 22px;
	}

	.lm_content li:last-child {
		border: none;
	}

	.lm_content .lm_title {
		float: inherit;
		font-size: 16px;
		margin-top: 2px;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		height: auto;
	}

	.lm_content .lm_title img {
		margin-top: -3px;
		margin-right: 4px;
	}

	.lm_date {
		font-size: 14px;
		color: #1755c1;
		margin-bottom: 6px;
		font-weight: bold;
	}

	.lm_hdjl_content {
		background: #fff;
		float: left;
		width: 100%;
		height: 376px;
		padding: 20px 20px;
		box-sizing: border-box;
	}

	.lm_content_title {
		font-size: 14px;
		font-weight: bold;
		color: #1755c1;
	}
	
	.ztzl_lm ul li div a,.ztzl_lm .ztzl_jbpt {
		width: 235px;
		height: 133px;
		border-radius: 8px;
		margin-left: 15px;
	}


	.ztzl_lm .ztzl_jbpt a{
		width: 66px;
		height: 24px;
		line-height: 24px;
		border-radius: 4px;
		bottom: 14px;
		left: 12px;
		font-size: 14px;
	}

	.ztzl_lm .ztzl_jbpt a:nth-child(3){
		left: 85px;
	}

	.ztzl_lm .ztzl_jbpt a:nth-child(4){
		left: 158px;
	}

	.jyxc {
		margin-top: 16px;
		float: left;
	}

	.jyxc .jyxc_img {
		float: left;
	}

	.jyxc_content {
		width: 214px;
		margin-left: 18px;
		float: left;
	}

	.jyxc_title {
		color: #1a1a1a;
		font-size: 14px;
		padding: 2px 0 10px 0;
		font-weight: bold;
	}

	.jyxc_content_p {
		color: #4f6c83;
		font-size: 12px;
		margin-bottom: 16px;
		line-height: 18px;
	}

	.jyxc_btn {
		width: 112px;
		height: 32px;
		background: #1755c1;
		border-radius: 6px;
		color: #fff;
		padding: 6px 0 0 14px;
		box-sizing: border-box;
		font-size: 14px;
	}

	.jyxc_btn img {
		position: relative;
		top: -2px;
		left: 4px;
	}

	.hdjl_others {
		width: 100%;
		height: 116px;
		float: left;
		margin-top: 20px;
	}

	.ldxx {
		width: 278px;
		height: 100%;
		padding: 14px 18px;
		box-sizing: border-box;
		background: url('./jyxc_img2.png') no-repeat;
		background-size: 100% 100%;
		float: left;
	}

	.ldxx_content {
		font-size: 12px;
		line-height: 18px;
		color: #6086b2;
		margin-top: 1px;
	}

	.ldxx_btns {
		width: 100%;
		margin-top: 8px;
	}

	.ldxx_btn {
		width: 82px;
		height: 22px;
		border-radius: 4px;
		background: #76acea;
		color: #fff;
		float: left;
		margin-right: 10px;
		font-size: 12px;
		padding: 2px 0 0 7px;
		box-sizing: border-box;
	}

	.ldxx_btn span {
		margin-left: 2px;
		position: relative;
		top: 1px;
	}

	.ldxx_btn img {
		width: 10px;
		height: 12px;
		vertical-align: -2px;
	}

	.wsxf {
		width: 106px;
		height: 116px;
		border-radius: 4px;
		background: url('./jyxc_img3.png') no-repeat;
		background-size: 100% 100%;
		float: left;
		margin-left: 20px;
		text-align: center;
	}

	.wsxf .lm_content_title {
		padding-top: 14px;
	}

	.wyxf_btn {
		width: 74px;
		height: 24px;
		border-radius: 4px;
		border: 1px solid #99b6e6;
		background: #fff;
		line-height: 24px;
		font-size: 12px;
		color: #1755c1;
		margin: 20px auto 0;
	}

	.wyxf_btn img {
		width: 10px;
		height: 4px;
		position: relative;
		top: -2px;
	}

	.ztzl_main {
		width: 100%;
		position: relative;
		height: 286px;
	}

	.ztzl_back {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.ztzl_main .lm_box {
		width: 100%;
	}

	.ztzl_main .lm_box {
		margin-top: 40px;
	}

	.ztzl_main .lm_content ul {
		background: inherit;
		padding: 24px 0;
		height: auto;
	}

	.ztzl_main .lm_content ul li {
		border: none;
		padding-bottom: 0;
		margin-bottom: 0;
		/* margin-left: 20px; */
		width: 235px;
	}

	.ztzl_main .lm_content ul li:first-child {
		margin-left: 0;
	}

	.ztzl_main ul li a img {
		width: 235px;
	}

	.footer {
		width: 100%;
		height: 206px;
		background: #f0f7ff;
		position: relative;
	}

	.footer_main {
		width: 1000px;
		height: 146px;
		margin: 0 auto;
	}

	.footer_icon {
		float: left;
		margin-top: 10px;
	}

	.footer_content {
		float: left;
		margin-left: 16px;
		margin-top: 10px;
		font-size: 14px;
	}

	.footer_content p a {
		padding: 0 12px 0 0;
		color: #333333;
	}

	.footer_content p a::after {
		content: '';
		width: 1px;
		height: 12px;
		background: #b3c3d4;
		display: inline-block;
		margin-left: 12px;
		position: relative;
		top: 2px;
	}

	.footer_content p a:last-child::after {
		display: none;
	}

	.footer_content .p1 {
		font-weight: bold;
		margin-bottom: 14px;
	}

	.footer_content .p2 {
		margin-bottom: 16px;
	}

	.footer_code {
		float: right;
	}

	.footer_code li {
		width: 88px;
		font-size: 12px;
		text-align: center;
		float: left;
		margin-left: 14px;
	}

	.footer_code li div {
		width: 100%;
		height: 88px;
		background: #d8e2ed;
		padding: 3px;
		box-sizing: border-box;
		margin-bottom: 8px;
	}

	.footer_code li div img {
		width: 100%;
		height: 100%;
	}

	.footer_code p {
		font-size: 12px;
	}

	.footer-bottom {
		width: 100%;
		height: 30px;
		background: #639bcf;
		line-height: 26px;
		text-align: center;
		font-size: 12px;
		color: #fff;
	}

	.footer-bottom a {
		color: #eee;
		margin-left: 40px;
	}

	.footer-bottom a:hover {
		color: #fff;
	}

	.footer-bottom img {
		position: relative;
		top: -2px;
	}

	.footer-bottom a::after {
		content: '';
		width: 1px;
		height: 20px;
		background: #b3c3d4;
		display: inline-block;
		margin-left: 40px;
		position: relative;
		top: 4px;
	}

	.footer-bottom a:last-child::after {
		display: none;
	}

	/* 底部轮播开始 */

	.index_swiper_page {
		margin-top: 26px;
		top: -74px;
	}
	
	.index_swiper_page .swiper-pagination-switch {
		width: 7px;
		height: 7px;
		border-radius: 7px;
		margin-left: 10px;
	}
	
	.index_swiper_page .swiper-active-switch {
		width: 32px;
		height: 7px;
	}

	.in_dj_pagination {
		top: -68px;
	}

	.lunbo_pagination {
		bottom: 10px;
	}
	
	.pageState {
		font-size: 14px;
	}
	
	.lunbo_pagination img {
		width: 18px;
		height: 7px;
		margin-left: 5px;
		margin-right: 21px;
		margin-top: -1px;
	}
	
	.pageState .swiper-pagination-switch {
		padding: 0 5px;
	}
	
	.pageState .swiper-active-switch {
		font-size: 18px;
	}
	
	.pageState .swiper-active-switch::after {
		width: 42px;
		height: 1px;
		margin-left: 5px;
		margin-bottom: 2px;
	}
}

/* 底部轮播结束 */