@charset "utf-8";

/* CSS Document */
.in_ywdt {
	border-bottom: 5px solid #000;
	padding-bottom: 60px;
	padding-top: 30px;
	position: relative;
}

.title {
	font-size: 36px;
	font-weight: bold;
	line-height: 90px;
	border-bottom: 1px solid #000;
}

.in_ywdt .title {
	margin-bottom: 20px;
	border-bottom: 0px solid #000;
}

.in_tabnav {
	width: 236px;
	float: left;
	font-size: 22px;
	line-height: 72px;
	color: #666;
}

.in_tabnav li.on {
	color: #1b62af;
	font-weight: bold;
	font-size: 26px;
}

.in_tabnav li:hover {
	color: #1b62af;
}

.in_tabnav li {
	padding-left: 45px;
	position: relative;
	cursor: pointer;
	transition: all .3s;
}

.in_tabnav li.on::before {
	content: '';
	width: 30px;
	height: 3px;
	background: #1b62af;
	position: absolute;
	left: 0;
	top: 50%;
}


.in_ywdt .in_ywdt_r .more {
	border: 1px solid #1b62af;
	width: 110px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	bottom: 200px;
	left: 0;
}

.in_ywdt .in_ywdt_r .more:hover {
	border-color: #000;
}

.in_ywdt .in_ywdt_r {
	float: right;
	width: 1162px;
	border-left: 1px solid #e8eff7;
	margin-top: -80px;
}

.in_ywdt .in_ywdt_r li {
	height: 590px;
	width: 33%;
	padding: 30px 38px 0;
	float: left;
	transition: all .3s;
}

.in_ywdt .in_ywdt_r li:hover {
	background: #568cc6;
}

.in_ywdt .in_ywdt_r li .imgs {
	height: 184px;
	margin-top: 15px;
}

.in_ywdt .in_ywdt_r li .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.in_ywdt .in_ywdt_r li .time {}

.in_ywdt .in_ywdt_r li .time .dd {
	font-size: 48px;
	padding-left: 7px;
}

.in_ywdt .in_ywdt_r li .time .yymm {
	font-size: 18px;
	color: #6e7d96;
	margin-top: 10px;
}

.in_ywdt .in_ywdt_r li .bt {
	line-height: 1.5;
	font-weight: bold;
	margin-top: 15px;
	height: 60px;
}

.in_ywdt .in_ywdt_r li .text {
	margin-top: 15px;
	font-size: 16px;
	color: #6e7d96;
	line-height: 1.8;
	height: 115px;

	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.in_ywdt .in_ywdt_r li .text.gg {
	-webkit-line-clamp: 10;
	height: auto;
}
.in_ywdt .in_ywdt_r li a {
	display: block;
}

.in_ywdt .in_ywdt_r li:hover *,
.in_ywdt .in_ywdt_r li:hover .yymm {
	color: #fff;
}

/*20260527*/
.in_ywdt .gg_list {
	height: 590px;
	padding-top: 20px;
}
.in_ywdt .gg_list li {
	height: auto;
	width: 100%;
	padding: 19px 38px;
	float: left;
	transition: all .3s;
	position: relative;
}
.in_ywdt .gg_list li .bt {
	line-height: 1.5;
	font-weight: bold;
	margin-top: 0;
	height: auto;
}
.in_ywdt .gg_list li .time .yymm {
	font-size: 18px;
	color: #6e7d96;
	margin-top: -26px;
	text-align: right;
}
.in_ywdt .gg_list li:hover *, .in_ywdt .gg_list li:hover .yymm {
	color: #fff;
}
/* end */

.tab_nr {
	display: none;
}

.tab_nr.active {
	display: block;
}

.page2 {
	background: url(hjghy_202603_bg.jpg) center bottom no-repeat;
	padding-bottom: 95px;
}

.in_kydt {
	position: relative;
}

.in_kydt .title {
	border-bottom: 0px solid #000;
	position: relative;
	margin-bottom: 30px;
}

.in_kydt .title::before {
	content: '';
	width: 400px;
	height: 0;
	border-bottom: 1px solid #000;
	position: absolute;
	left: 0;
	bottom: 0;
}

.in_kydt .h1 .bt {
	color: #1b62af;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
}

.in_kydt .h1 .t_li {
	text-align: center;
	margin-top: 20px;
	line-height: 1.5;
}

.in_kydt .h1 .t_li li {
	display: inline-block;
	margin: 0 20px;
	max-width: 49%;

	white-space: nowrap;
	/*强制不换行*/
	overflow: hidden;
	text-overflow: ellipsis;
}
.in_kydt .h1 .t_li li .time {
	/* font-size: 16px; */
	color: #6e7d96;
	bottom: 0;
	position: relative;
}
.in_kydt .kydt_li {
	margin-top: 30px;
}

.in_kydt .kydt_li li {
	float: left;
	margin-right: 40px;
	width: 440px;
	height: 520px;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(78, 160, 248, 0.15);
}

.in_kydt .kydt_li li:nth-child(2) {
	margin-right: 0;
}

.in_kydt .kydt_li li:last-child {
	margin-right: 0;
	float: right;
}

.in_kydt .kydt_li li .text {
	padding: 28px;
	padding-bottom: 0;
}

.in_kydt .kydt_li li .text .bt a {
	display: block;
}

.in_kydt .kydt_li li .text .bt {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	height: 64px;
}

/* .in_kydt .kydt_li li .text .t{ */
.in_kydt .kydt_li li .t {
	color: #6e7d96;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 10px;
	padding: 0 28px;
	padding-bottom: 20px;
}

.in_kydt .kydt_li li .imgs {
	height: 262px;
	overflow: hidden;
}

.in_kydt .kydt_li li .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.in_kydt .kydt_li li a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.in_kydt .kydt_li .li_info {
	color: #6e7d96;
	font-size: 16px;
	padding: 20px 28px 0;
}

.t_open {
	float: right;
}

.t_open .ico {
	display: inline-block;
	width: 20px;
	height: 12px;
	background: url(hjghy_202603_icon_jt.png) center center no-repeat;
	background-size: 100% auto;
	margin-left: 10px;
	vertical-align: middle;
	margin-top: -3px;
}

.in_kydt .more {
	top: 35px;
	right: 0;
}

.page3 {
	padding: 40px 0;
}

.in_xsjl {
	position: relative;
	border-bottom: 5px solid #000;
}

.in_xsjl .more {
	top: 35px;
	right: 0;
}

.in_xsjl .xsjl_li {
	margin-top: 30px;
}

.in_xsjl .xsjl_li li {
	float: left;
	margin-right: 40px;
	width: 440px;
	height: 520px;
	/*
	background: #fff;
	box-shadow: 0px 0px 20px rgba(78, 160, 248, 0.15);
*/
}

.in_xsjl .xsjl_li li:nth-child(2) {
	margin-right: 0;
}

.in_xsjl .xsjl_li li:last-child {
	margin-right: 0;
	float: right;
}

.in_xsjl .xsjl_li li .text {
	padding: 0;
}

.in_xsjl .xsjl_li li .text .bt a {
	display: block;
}

.in_xsjl .xsjl_li li .text .bt {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	height: 80px;
}

/* .in_xsjl .xsjl_li li .text .t{ */
.in_xsjl .xsjl_li li .t {
	color: #6e7d96;
	font-size: 16px;
	line-height: 1.8;
	margin-top: 10px;
}

.in_xsjl .xsjl_li li .imgs {
	margin-top: 20px;
	height: 262px;
	overflow: hidden;
}

.in_xsjl .xsjl_li li .imgs img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.in_xsjl .xsjl_li li a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.in_xsjl .xsjl_li .li_info {
	color: #6e7d96;
	font-size: 16px;
	padding: 20px 0 0;
}

.page4 {}

.tab_nr2 {
	display: none;
}

.tab_nr2.active {
	display: block;
}

.in_gh .in_gh_r .more {
	border: 1px solid #1b62af;
	width: 110px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;

	bottom: 100px;
	left: -238px;
}

.in_gh .in_gh_r .more:hover {
	border-color: #000;
}

.in_gh .in_gh_r {
	float: right;
	width: 1162px;
	position: relative;
	/*	border-left: 1px solid #e8eff7;*/
}

.in_gh .in_tabnav li.on {
	color: #000;
	font-size: 32px;
	color: #1b62af;
}

.gh_list li {
	float: left;
	padding: 20px;
	width: 360px;
	height: 260px;
	background: #fff;
	box-shadow: 0px 0px 20px rgba(78, 160, 248, 0.15);
	margin-right: 30px;
	margin-bottom: 30px;
	overflow: hidden
}

.gh_list li:nth-child(3n) {
	margin-right: 0;
}

.gh_list li .bt {
	font-weight: bold;
}

.gh_list li .time {
	font-size: 16px;
	color: #6e7d96;
	line-height: 2;
	margin: 10px 0;
}

.gh_list li .text {
	font-size: 16px;
	color: #6e7d96;
	line-height: 1.8;
	max-height: 116px;

	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.link_img li {
	width: 680px;
	height: 130px;
	overflow: hidden;
	float: left;
}

.link_img li:nth-child(2) {
	float: right;
}

.link_img li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.link_img li a:hover img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}





@media screen and (max-width: 1440px) {
	.in_ywdt {
		border-bottom: 4px solid #000;
		padding-bottom: 40px;
		padding-top: 21px;
	}

	.title {
		font-size: 26px;
		line-height: 64px;
	}

	.in_ywdt .title {
		margin-bottom: 14px;
	}

	.in_tabnav {
		width: 168px;
		font-size: 18px;
		line-height: 52px;
	}

	.in_tabnav li {
		padding-left: 32px;
	}
	.in_tabnav li.on {
		font-size: 22px;
	}
	.in_tabnav li.on::before {
		width: 22px;
		height: 2px;
	}

	.in_ywdt .in_ywdt_r .more {
		width: 78px;
		line-height: 30px;
		border-radius: 4px;
		bottom: 142px;
	}

	.in_ywdt .in_ywdt_r {
		width: 830px;
		margin-top: -60px;
	}

	.in_ywdt .in_ywdt_r li {
		height: 420px;
		padding: 22px 16px 0;
	}

	.in_ywdt .in_ywdt_r li .imgs {
		height: 131px;
		margin-top: 11px;
	}

	.in_ywdt .in_ywdt_r li .time .dd {
		font-size: 34px;
		padding-left: 5px;
	}

	.in_ywdt .in_ywdt_r li .time .yymm {
		font-size: 14px;
		margin-top: 8px;
	}

	.in_ywdt .in_ywdt_r li .bt {
		margin-top: 11px;
		font-size: 16px;
		height: 52px;
	}

	.in_ywdt .in_ywdt_r li .text {
		margin-top: 11px;
		font-size: 12px;
		height: 82px;
	}


	/*20260527*/
	.in_ywdt .gg_list {
		height: 420px;
		padding-top: 20px;
	}
	.in_ywdt .gg_list li {
		height: auto;
		width: 100%;
		padding: 13px 28px;
		float: left;
		transition: all .3s;
		position: relative;
	}
	.in_ywdt .gg_list li .bt {
		margin-top: 0;
		font-size: 15px;
		height: auto;
	}
	.in_ywdt .gg_list li .time .yymm {
		font-size: 14px;
		margin-top: -20px;
	}
	/* end */

	.page2 {
		padding-bottom: 68px;
	}

	.in_kydt .title {
		margin-bottom: 22px;
	}

	.in_kydt .title::before {
		width: 285px;
	}

	.in_kydt .h1 .bt {
		font-size: 22px;
	}

	.in_kydt .h1 .t_li {
		margin-top: 14px;
	}

	.in_kydt .h1 .t_li li {
		margin: 0 10px;
		max-width: 47%;
	}
	.in_kydt .kydt_li {
		margin-top: 22px;
	}

	.in_kydt .kydt_li li {
		margin-right: 28px;
		width: 314px;
		height: 371px;
		box-shadow: 0px 0px 14px rgba(78, 160, 248, 0.15);
	}

	.in_kydt .kydt_li li .text {
		padding: 20px;
		padding-bottom: 0;
	}

	.in_kydt .kydt_li li .text .bt {
		font-size: 16px;
		height: 50px;
	}

	.in_kydt .kydt_li li .t {
		font-size: 12px;
		margin-top: 6px;
		padding: 0 20px;
		padding-bottom: 14px;
	}

	.in_kydt .kydt_li li .imgs {
		height: 188px;
	}

	.in_kydt .kydt_li .li_info {
		font-size: 12px;
		padding: 14px 20px 0;
	}

	.t_open .ico {
		width: 14px;
		height: 8px;
		margin-left: 7px;
		margin-top: -2px;
	}

	.in_kydt .more {
		top: 25px;
	}

	.page3 {
		padding: 28px 0;
	}

	.in_xsjl {
		border-bottom: 4px solid #000;
	}

	.in_xsjl .more {
		top: 25px;
	}

	.in_xsjl .xsjl_li {
		margin-top: 22px;
	}

	.in_xsjl .xsjl_li li {
		margin-right: 28px;
		width: 314px;
		height: 371px;
	}

	.in_xsjl .xsjl_li li .text .bt {
		font-size: 18px;
		height: 60px;
	}

	.in_xsjl .xsjl_li li .t {
		font-size: 12px;
		margin-top: 7px;
	}

	.in_xsjl .xsjl_li li .imgs {
		margin-top: 14px;
		height: 188px;
	}

	.in_xsjl .xsjl_li .li_info {
		font-size: 12px;
		padding: 14px 0 0;
	}

	.in_gh .in_gh_r .more {
		width: 78px;
		line-height: 28px;
		border-radius: 4px;
		bottom: 72px;
		left: -170px;
	}

	.in_gh .in_gh_r {
		width: 830px;
	}

	.in_gh .in_tabnav li.on {
		font-size: 22px;
	}

	.gh_list li {
		padding: 14px;
		width: 257px;
		height: 186px;
		box-shadow: 0px 0px 14px rgba(78, 160, 248, 0.15);
		margin-right: 22px;
		margin-bottom: 22px;
	}

	.gh_list li .time {
		font-size: 12px;
		margin: 3px 0;
	}

	.gh_list li .text {
		font-size: 12px;
		max-height: 82px;
	}

	.link_img li {
		width: 485px;
		height: 92px;
	}


}