@charset "utf-8";

/*box*/
.main100 {
	width: 100%;
	padding: 0.3rem 0.3rem 0rem 0.3rem;
	box-sizing: border-box;
}

/*头条63*/
.top_title {
	text-align: center;
	margin-bottom: 0.3rem;
	width: 100%;
	clear: both;
}

.top_title b {
	margin: 0 auto;
	width: 100%;
	font-size: 0.38rem;
	font-weight: bold;
	color: #0a5caa;
	line-height: 0.6rem;
	display: block;
	clear: both;
	padding-top: 0.1rem;
}

.top_title b a {
	color: #0a5caa;
}

/*首屏焦点图 */
.focus_row {
	float: left;
	width: 100%;
	height: 4rem;
	overflow: hidden;
	position: relative;
}

.focus_row .hd {
	height: 0.15rem;
	position: absolute;
	z-index: 1;
	bottom: 0.3rem;
	right: 0;
}

.focus_row .hd ul {
	zoom: 1;
	float: left;
}

.focus_row .hd ul li {
	cursor: pointer;
	width: 0.15rem;
	height: 0.15rem;
	display: block;
	text-indent: 20px;
	background: #fff;
	float: left;
	margin-right: 0.1rem;
	border-radius: 25px;
	overflow: hidden;
}

.focus_row .hd ul li.on {
	background: #075acd;

}

.focus_row .bd {
	position: relative;
	height: 100%;
	z-index: 0;
	height: 4.5rem;
}

.focus_row .bd li {
	zoom: 1;
	height: 4rem;

}

.focus_row .bd li img {
	width: 100%;
	height: 4rem;

}

.focus_row .bd li p {
	position: absolute;
	bottom: 0.2rem;
	text-indent: 18px;
	width: 6.2rem;
	z-index: 111;
	font-size: 16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	text-align: justify;
	overflow: hidden;
	color: #fff;
}

.focus_row .bd li p a {
	color: #fff;
	text-decoration: none;
}

.focus_row .bd li div {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
}

.focus_row .prev,
.focus_row .next {
	position: absolute;
	left: 0;
	top: 40%;
	display: block;
	width: 24px;
	height: 41px;
}

.focus_row .next {
	left: auto;
	right: 0;
	background-position: 8px 5px;
}

.focus_row .prev:hover,
.focus_row .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.focus_row .prevStop {
	display: none;
}

.focus_row .nextStop {
	display: none;
}


.gg_left {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.2rem;


}

.gg_left .hd {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 6px;
	position: relative;
}

.gg_left .hd ul {
	z-index: 5;
	position: absolute;
	overflow: hidden;
	zoom: 1;
}

.gg_left .hd li {
	float: left;
	font-size: 0.34rem;
	color: #333333;

	margin-right: 0.3rem;
	cursor: pointer;
}

.gg_left .hd li.on {
	border-bottom: 3px solid #1369ba;
	color: #333333;
	font-weight: bold;
	padding-bottom: 6px;

}

.gg_left .bd ul {
	width: 100%;
	font-size: 16px;

	padding-bottom: 0.3rem;
}

.gg_left .bd ul li {
	width: 100%;
	font-size: 0.3rem;
	line-height: 0.6rem;
	color: #171717;
	border-bottom: #dadada solid 1px;
	padding: 0.25rem 0;
}

.gg_left .bd ul li span.date {
	font-size: 0.28rem;
	line-height: 0.6rem;

	float: right;
	white-space: nowrap;
	text-align: right;
	color: #666666;
}


.gg_left .bd ul {
	display: none;
}

.gg_left .bd ul:first-child {
	display: block;
	/* 初始显示第一个内容 */
}

.more {
	margin: 0 auto;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.3rem 0 0.1rem 0;
}

.more a {}

.more a img {
	width: 0.36rem;
	vertical-align: bottom;
	margin-left: 0.2rem;
}

.new_mine {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	box-sizing: border-box;
	position: relative;
}

.new_mine .hd {
	margin: 0 auto;
	height: 0.6rem;
	width: 100%;
	margin-top: 0.2rem;
	position: relative;

}

.new_mine .hd ul {
	overflow: hidden;
	display: flex;
	justify-content: center;
	/* 主轴居中（水平） */
	align-items: center;
	gap: 10px;
	zoom: 1;
}

.new_mine .hd ul li {
	margin-top: 5px;
	width: 0.15rem;
	height: 0.15rem;
	background: #cccccc;
	opacity: .7;
	border-radius: 25px;
	cursor: pointer;
	font-size: 0;
}

.new_mine .hd ul li.on {
	width: 0.15rem;
	background: #007aff;
	border-radius: 25px;
	opacity: 1;
}

.new_mine .bd {
	width: 100%;
	height: 1.3rem;
	overflow: hidden;
}

.new_mine .bd ul {
	width: 100%;
}

.new_mine .bd ul li {
	float: left;
	width: 3.34rem;
	height: auto;
	overflow: hidden;
	margin: 0 0.05rem 0 0.05rem;
	display: block;

}

.new_mine .bd ul li img {
	width: 100%;
	/*height: 100%;*/
	border-radius: 5px;
}

.tzgg {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;

}

.tzgg .hd {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 6px;
	position: relative;
}

.tzgg .hd ul {
	z-index: 5;
	position: absolute;
	overflow: hidden;
	zoom: 1;
}

.tzgg .hd li {
	float: left;
	font-size: 0.34rem;
	color: #333333;

	margin-right: 0.3rem;
	cursor: pointer;
}

.tzgg .hd li.on {
	border-bottom: 3px solid #1369ba;
	color: #333333;
	font-weight: bold;
	padding-bottom: 6px;
}

.tzgg .bd ul {
	width: 100%;
	font-size: 16px;
	padding-bottom: 0.3rem;
}

.tzgg .bd ul .search_k {
	width: 100%;
	height: 1.2rem;
	border: #e5e5e5 solid 1px;
	background: #edf3f8;
	box-sizing: border-box;
	margin-top: 0.5rem;
}

.tzgg .bd ul .search_row {
	float: left;
	width: 93%;
	height: 0.8rem;
	background-color: #fff;
	margin-top: 0.2rem;
	margin-left: 0.24rem;
}

.tzgg .bd ul .search_row input {
	line-height: 0.8rem;
	padding: 0 0 0 24px;
	box-sizing: border-box;
	outline: none;
	border: 0;
	background-color: transparent;
	font-size: 14px;
	color: #6294ea;
	float: left;
}

.tzgg .bd ul .search_row button {
	float: right;
	width: 2rem;
	height: 0.8rem;
	color: #FFFFFF;
	border: 0;
	outline: none;
	margin-left: 4px;
	cursor: pointer;
	background: #2d78c3;
	font-size: 0.26rem;
	display: flex;
	justify-content: center;
	/* 主轴居中（水平） */
	align-items: center;
	/* 单行行整体居中（关键） */
}

.tzgg .bd ul .search_row button img {
	margin-right: 6px;
	height: 40%;
}

.tzgg .bd ul li {
	width: 100%;
	font-size: 0.3rem;
	line-height: 0.6rem;
	color: #171717;
	border-bottom: #dadada solid 1px;
	padding: 0.3rem 0;
}

.tzgg .bd ul li span.date {
	font-size: 0.28rem;
	line-height: 0.6rem;
	float: right;
	white-space: nowrap;
	text-align: right;
	color: #666666;
}

.tzgg .bd ul {
	display: none;
}

.tzgg .bd ul:first-child {
	display: block;
	/* 初始显示第一个内容 */
}

.title {
	width: 100%;
	height: 0.9rem;
	padding-top: 0.4rem;
	background: #f2f2f2;
	border-bottom: solid 1px #a3ccf3;
	border-top: solid 1px #a3ccf3;
}

.title-bt {
	float: left;
	width: 2.3rem;
	height: 0.9rem;
	line-height: 0.9rem;
	margin-left: 0.3rem;
	background: url(../img/lmbj.png) no-repeat;
	background-size: cover;
	text-align: center;
	font-weight: bold;
	font-size: 0.36rem;
}

.title-bt a {
	color: #FFFFFF;
}

.gg_right_top {
	margin: 0 auto;
	width: 100%;
	height: auto;
	padding-bottom: 0.3rem;
}

.gg_right_top img {
	width: 100%;
}

ul.gg_right_c1 {
	margin: 0 auto;
	width: 100%;
	height: auto;
	display: flex;
	flex-flow: row wrap;
	align-content: space-between;
	justify-content: space-between;
	margin-bottom: 0.3rem;
}

ul.gg_right_c1 li {
	width: 2.2rem;
	height: 1.3rem;
	background: #f6f6f6;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	/* 主轴居中（水平） */
	align-content: center;
	/* 多行整体居中（关键） */
	margin-bottom: 0.2rem;
	background: url(../img/20260528_conbg.png) no-repeat;
	background-size: cover;
	border-radius: 0.2rem;
}

ul.gg_right_c1 li .sjdj_nrright ul li i {
	display: block;
}

ul.gg_right_c1 li img {
	height: 0.35rem;
}

ul.gg_right_c1 li span {
	font-size: 0.3rem;
	color: #333333;
	clear: both;
	display: block;
	margin-top: 0.04rem;
}

.affairs {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.affairs .hd {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	bottom: 0;
}

.affairs .hd ul {
	height: 0.3rem;
	line-height: 0.3rem;
	display: flex;
	justify-content: right;
}

.affairs .hd ul li {
	display: inline-block;
	width: 0.2rem;
	height: 0.2rem;
	background: #D0D0D0;
	margin: 0 0.1rem;
	vertical-align: top;
	overflow: hidden;
	border-radius: 50%;
	font-size: 0;
}

.affairs .hd ul li.on {
	background: #3880bd;
}

.affairs .bd {
	position: relative;
	z-index: 0;
}

.affairs .bd ul li {
	zoom: 1;
	position: relative;
}

.affairs .bd ul li img {
	width: 100%;
	height: auto;
	border-radius: 5px;
}

.lm {
	margin: 0 auto;
	width: 100%;
	height: 0.9rem;
	line-height: 0.9rem;
	border-bottom: 1px solid #dbdbdb;
	position: relative;
	clear: both;
}

.lm b {
	float: left;
	font-size: 0.34rem;
	color: #333333;
	line-height: 0.9rem;
	margin-right: 0.3rem;
	cursor: pointer;
	border-bottom: 3px solid #1369ba;
}

.bszx {
	width: 100%;
	padding-bottom: 0.3rem;
}

.bszx ul {}

.bszx ul li {
	width: 100%;
	font-size: 0.3rem;
	box-sizing: border-box;
	line-height: 0.5rem;
	color: #171717;
	border-bottom: #dadada solid 1px;
	padding: 0.25rem 0;
	text-align: left;
}

.bszx ul li span.date {
	font-size: 0.28rem;
	line-height: 0.6rem;

	float: right;
	white-space: nowrap;
	text-align: right;
	color: #666666;
}

ul.zw_bottleft_lb {
	width: 100%;
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
	height: 2.3rem;

	padding-top: 6px;
	display: flex;
	flex-flow: row wrap;
	align-content: space-between;
	justify-content: space-between;
}

ul.zw_bottleft_lb li {}

ul.zw_bottleft_lb li a {
	width: 2.1rem;
	height: 1rem;
	box-shadow: 0 0 6px #e5e5e5;
	background: #FFFFFF;

	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

ul.zw_bottleft_lb li a i {
	clear: both;
	display: block;
}

ul.zw_bottleft_lb li a i img {
	width: 0.3rem;
}

ul.zw_bottleft_lb li a span {
	font-size: 0.25rem;
	color: #666666;
	line-height: 1rem;
	clear: both;
	display: block;
	padding-left: 0.1rem;
}

.hdjl_left_top {

	background-color: #edf7ff;
	border-radius: 5px;
	display: flex;
	box-shadow: 0 0 8px #eaeaea;
	margin-bottom: 20px;
}

.tzxx_img1 {
	margin: 0.2rem 0 0.2rem 0.5rem;
}

.tzxx_img1 img {
	width: 1.5rem;
}

ul.tzxx_box {
	display: flex;
	margin-left: 0.4rem;


}

ul.tzxx_box li {
	margin-right: 0.3rem;
	font-size: 16px;
	width: 1.2rem;
	padding-top: 0.4rem;
}

ul.tzxx_box li a {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

ul.tzxx_box li a img {
	height: 0.5rem;
}

ul.tzxx_box li a p {
	padding-top: 6px;
}

ul.tzxx_box li a:hover {
	color: #0a5caa;
}


.belu_in {
	width: 100%;
	padding: 0 0.3rem 0 0rem;
	box-sizing: border-box;
	margin-top: 0.3rem;

}

.belu_in ul {
	border-bottom: none;
}

.belu_in ul li {
	float: left;

	width: 100%;
	font-size: 0.3rem;

	line-height: 0.6rem;
	color: #171717;

	padding: 0 0 0 0.3rem;
	background: url(../img/20260528_huidian.png) left 0.25rem no-repeat;

}

.belu_in ul li span.date {
	font-size: 0.28rem;
	line-height: 0.6rem;
	float: right;
	white-space: nowrap;
	text-align: right;
	color: #a7a7a2;
}

.yj-jg {
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.2rem;
}

.yj-jg .hd {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 6px;
	position: relative;
}

.yj-jg .hd ul {
	z-index: 5;
	position: absolute;
	overflow: hidden;
	zoom: 1;
}

.yj-jg .hd li {
	float: left;
	font-size: 0.34rem;
	color: #333333;
	margin-right: 0.3rem;
	cursor: pointer;
}

.yj-jg .hd li.on {
	border-bottom: 3px solid #1369ba;
	color: #333333;
	font-weight: bold;
	padding-bottom: 6px;

}

.yj-jg .bd ul {
	width: 100%;
	font-size: 16px;

	padding-bottom: 0.3rem;
}

.yj-jg .bd ul li {
	width: 100%;
	font-size: 0.3rem;
	line-height: 0.6rem;
	color: #171717;
	border-bottom: #dadada solid 1px;
	padding: 0.25rem 0;
}

.yj-jg .bd ul li span.gray {
	font-size: 0.2rem;
	line-height: 0.4rem;
	float: right;
	white-space: nowrap;
	text-align: right;
	background: #999999;
	color: #fff;
	border-radius: 5rem;
	padding: 0 0.2rem;
	margin-top: 0.1rem;
}

.yj-jg .bd ul li span.over {
	font-size: 0.2rem;
	line-height: 0.4rem;
	float: right;
	white-space: nowrap;
	text-align: right;
	background: #d3271a;
	color: #fff;
	border-radius: 5rem;
	padding: 0 0.2rem;
	margin-top: 0.1rem;
}

.yj-jg .bd ul li span.hs {
	font-size: 0.2rem;
	line-height: 0.4rem;
	float: right;
	white-space: nowrap;
	text-align: right;
	color: #fff;
	background: #999999;
	border-radius: 5rem;
	padding: 0 0.2rem;
	margin-top: 0.1rem;
}

.yj-jg .bd ul {
	display: none;
}

.yj-jg .bd ul:first-child {
	display: block;
	/* 初始显示第一个内容 */
}

/* 数据发展 */
.gg_left {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 0.2rem;
}

.data .hd {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 6px;
	position: relative;
}

.data .hd ul {
	z-index: 5;
	position: absolute;
	overflow: hidden;
	zoom: 1;
}

.data .hd li {
	float: left;
	font-size: 0.34rem;
	color: #333333;

	margin-right: 0.3rem;
	cursor: pointer;
}

.data .hd li.on {
	border-bottom: 3px solid #1369ba;
	color: #333333;
	font-weight: bold;
	padding-bottom: 6px;

}

.data .bd ul {
	width: 100%;
	font-size: 16px;

	padding-bottom: 0.3rem;
}

.data .bd ul li {
	width: 100%;
	font-size: 0.3rem;
	line-height: 0.6rem;
	color: #171717;
	border-bottom: #dadada solid 1px;
	padding: 0.25rem 0;
}

.data .bd ul li span.date {
	font-size: 0.28rem;
	line-height: 0.6rem;

	float: right;
	white-space: nowrap;
	text-align: right;
	color: #666666;
}


.data .bd ul {
	display: none;
}

.data .bd ul:first-child {
	display: block;
	/* 初始显示第一个内容 */
}

/* 数据开放 */
.title_rnr {
	width: 100%;
	height: 3.2rem;
	margin-top: 0.5rem;
	margin-bottom: 0.4rem;
}

.title_rnr ul {
	width: 100%;
	height: 100%;
	display: flex;
	flex-flow: row wrap;
	align-content: space-between;
	justify-content: space-between;
}

.title_rnr ul li {
	width: 2.15rem;
	height: 100%;
	padding: 0.3rem 0 0.2rem 0.32rem;
	box-sizing: border-box;
}

.title_rnr ul li:nth-child(1) {
	background: url(../img/20260528_sj1g.png) no-repeat;
	background-size: cover;
}

.title_rnr ul li:nth-child(2) {
	background: url(../img/20260528_sj2g.png) no-repeat;
	background-size: cover;
}

.title_rnr ul li:nth-child(3) {
	background: url(../img/20260528_sj3g.png) no-repeat;
	background-size: cover;
}

.title_rnr ul li div {
	width: 100%;
	clear: both;
}

.title_rnr ul li div b {
	float: left;
	display: inline-block;
	font-size: 0.4rem;
	height: 0.6rem;
	line-height: 0.6rem;
	color: #2560ca;
	font-weight: bold;
}

.title_rnr ul li div span {
	float: left;
	display: inline-block;
	height: 0.6rem;
	line-height: 0.7rem;
	font-size: 0.23rem;
	color: #2560ca;
	margin-left: 0.08rem;
}

.title_rnr ul li p {
	display: block;
	clear: both;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.24rem;
	color: #474747;
}

.sde {
	margin: 0 auto;
	width: 100%;
	height: 1.3rem;
	position: relative;
	margin-bottom: 0.3rem;

}

.sde .hd {
	margin: 0 auto;
	width: 100%;
	position: absolute;
	bottom: 0.15rem;
	left: 0;
}

.sde .hd ul {
	display: flex;
	justify-content: right;
}

.sde .hd ul li {
	margin-right: 0.1rem;
	margin-top: 5px;
	width: 0.15rem;
	height: 0.15rem;
	background: #ffffff;
	border-radius: 25px;
	cursor: pointer;
	font-size: 0;
}

.sde .hd ul li.on {
	height: 0.15rem;
	background: #254a7b;
	border-radius: 25px;
	opacity: 1;
}

.sde .bd {
	width: 100%;
	overflow: hidden;
}

.sde .bd ul {
	width: 100%;
}

.sde .bd ul li {
	float: left;
	width: 100%;
	height: 1.3rem;


}

.sde .bd ul li img {
	width: 100%;
	height: 100%;

}