body {
	min-width: 1200px;
	background: url(body_ccrs_cyy_20250825.jpg) #f5f5f5 top center no-repeat;
	text-align: left;
}

.header {
	width: 100%;
	height: 180px;
	position: relative;
}

.container {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.container_col {
	background: #fff;
	padding: 15px;
	width: 1170px;
	margin: 0 auto;
}

#weather {
	float: left;
	font-size: 12px;
	color: #666;
	line-height: 24px;
	width: 260px;
	margin-top: 25px;
	margin-left: 20px;
}

.toptxt {
	font-size: 12px;
	color: #888;
	line-height: 34px;
	text-align: right;
}

.toptxt a {
	font-size: 12px;
	color: #888;
	line-height: 34px;
	padding: 0 10px;
}

.toptxt a:hover {
	color: #b61412;
}

.toptxt .diqu {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 34px;
	color: #333;
}

.search {
	height: 20px;
	padding: 10px 0;
	width: 300px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 80px;
	padding-right: 90px;
}

.search .search_btn {
	display: block;
	width: 80px;
	height: 40px;
	background: #cf0d0d;
	border: 0;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	transition: all .3s ease;
}

.search .search_btn:hover {
	background: #b60606;
}

.ipt-sea {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	color: #666;
	outline: none;
	border: 0;
	width: 285px;
	padding-left: 15px;
}

.logo {
	width: 420px;
	height: 112px;
	display: flex;
	align-items: center;
	/*position: absolute;left: 0;top: 50px;*/
}

.nav {
	width: 1200px;
	height: 80px;
	margin: 0 auto 15px auto;
	background: #cf0d0d;
}

.nav li {
	width: 148px;
	float: left;
	height: 80px;
	position: relative;
	text-align: center;
	padding-right: 2px;
	background: url(shuxian_ccrs_cyy_20250825.png) right top no-repeat;
}

.nav li a {
	display: block;
	text-align: center;
	line-height: 16px;
	height: 80px;
	font-size: 16px;
	font-weight: bold;
		color: #fff;
	transition: all .3s ease;
	overflow: hidden;
}

.nav li a img {
	display: block;
	margin: 10px auto 15px auto;
	transition: all .3s ease;
}

.nav li a:hover,
.nav li.active a {
	background: #b60606;
	color: #fff;
	font-weight: bold;
}

.nav li a:hover img {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

/*滚动新闻*/
.zxgg {
	width: 1170px;
	margin: 10px auto auto auto;
	background: url(laba_ccrs_cyy_20250825.jpg) no-repeat #fcfcfc;
	padding-left: 30px;
}

.BreakingNewsController {
	width: 100%;
	overflow: hidden;
	height: auto;
	position: relative;
	height: 35px;
}

.BreakingNewsController .bn-title {
	display: inline-block;
	float: left;
	padding: 0 20px;
	line-height: 35px;
}

.BreakingNewsController ul {
	padding: 0;
	margin: 0;
	display: block;
	list-style: none;
	position: absolute;
	left: 180px;
	right: 50px;
}

.BreakingNewsController ul li {
	list-style: none;
	padding: 0 20px;
	display: none;
	height: 35px;
}

.BreakingNewsController ul li a {
	text-decoration: none;
	color: #333;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	line-height: 35px;
}

.BreakingNewsController .bn-arrows {
	display: inline-block;
	float: right;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.BreakingNewsController .bn-arrows span {
	display: block;
	width: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: pointer;
	opacity: 0.2;
}

.BreakingNewsController .bn-arrows span:hover {
	opacity: 1;
}

.BreakingNewsController .bn-arrows-left {
	left: 0;
	background: url(bn-arrows_ccrs_cyy_20250825.png) left center no-repeat;
}

.BreakingNewsController .bn-arrows-right {
	right: 10px;
	background: url(bn-arrows_ccrs_cyy_20250825.png) right center no-repeat;
}

.easing a,
.easing span {
	transition: .25s linear;
	-moz-transition: .25s linear;
	-webkit-transition: .25s linear;
}

.news-notice {
	margin: 0;
}

.indnews {
	width: 560px;
	height: 362px;
	float: left;
}

.news-pic {
	width: 560px;
	height: 362px;
}

.news-pic,
.news-pic img {
	width: 560px;
	height: 362px;
	overflow: hidden;
}

.news-notice .news-txt {
	width: 592px;
	height: 362px;
	float: right;
	border: 1px solid #efefef;
}

.news-title {
	height: 38px;
	background: #fafafa;
	border-bottom: 1px solid #efefef;
	line-height: 38px;
	position: relative;
}

.news-title .name {
	position: absolute;
	left: -1px;
	top: -1px;
	height: 39px;
	background: #084466;
	color: #fff;
	text-align: center;
	line-height: 39px;
	font-size: 15px;
	padding: 0 15px;
	font-weight: bold;
}

.news-name.tab-nav {
	position: absolute;
	left: -1px;
	top: -1px;
	height: 39px;
}

.news-name.tab-nav a {
	display: block;
	float: left;
	height: 42px;
	line-height: 42px;
	color: #333;
	text-align: center;
	font-size: 16px;
	padding: 0 30px;
	margin: 0;
	position: relative;
}

.news-name.tab-nav a.current {
	background: #cf0d0d;
	color: #fff;
	font-weight: bold;
}

.news-name.tab-nav a i {
	width: 9px;
	height: 5px;
	background: url(jtx_ccrs_cyy_20250825.png) no-repeat;
	left: 10px;
	bottom: -5px;
	display: none;
}

.news-name.tab-nav a.current i {
	display: block;
}

.news-title .name i {
	width: 9px;
	height: 5px;
	background: url(jtx_ccrs_cyy_20250825.png) no-repeat;
	left: 10px;
	bottom: -5px;
	display: block;
}

.news-title .more {
	position: absolute;
	right: 10px;
	line-height: 38px;
	top: 0;
	font-size: 12px;
	color: #999;
	transition: all .3s ease;
}

.news-title .more:hover {
	color: #084466;
}

.newslist {
	display: block;
	padding: 10px 12px;
}

.hotnews {
	margin: 12px 12px 0 12px;
}

.hotnews h1 {
	font-size: 16px;
	color: #333;
	text-align: center;
	margin: 0 10px;
	height: 30px;
	line-height: 30px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hotnews .hotcon {
	margin-top: 12px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.hotnews .hotcon a {
	color: #999;
	line-height: 24px;
	font-size: 14px;
}

.hotnews .hotcon a:hover,
.newslist li a:hover {
	color: #b60606;
}

.newslist li {
	border-bottom: 1px dotted #dedede;
	position: relative;
	padding: 0 80px 0 16px;
	background: url(listnot_ccrs_cyy_20250825.png) 0px 20px no-repeat;
}

.newslist li a {
	display: block;
	height: 48px;
	width: 94%;
	line-height: 48px;
	font-size: 16px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	position: relative;
}

.newslist li span {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 48px;
	color: #bbb;
	text-align: center;
	font-size: 14px;
}

.newslist li:last-child {
	border: 0;
}

.newslist.ny li {
	padding: 8px 80px 8px 14px;
	background: url(listnot_ccrs_cyy_20250825.png) 2px 24px no-repeat;
}

.newslist.ny li a:after {
	display: none;
}

.nytit {
	border-bottom: 1px solid #ededed;
	line-height: 30px;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}

.xzgg {
	margin: 15px auto;
	width: 1200px;
}

.xzgg img {
	width: 100%;
}

.r- {
	radius: 50%;
	margin: 0 auto;
	transition: all .3s ease;
}

.fwzn .iconlist a:hover {
	color: #F71013;
}

.toutiao {
	background: #f5f5f5;
	position: relative;
	padding: 12px 90px;
	margin-bottom: 15px;
}

.toutiao i {
	width: 82px;
	height: 69px;
	background: url(toutiao_ccrs_cyy_20250825.png) no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

.toutiao h1 {
	text-align: center;
}

.toutiao h1 a {
	font-size: 20px;
	color: #333;
}

.toutiao h1 a:hover {
	color: #b60606;
}

.toutiao p {
	line-height: 30px;
	margin-top: 10px;
	font-size: 16px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.fwzn {
	margin: 20px 0;
	background: #d5e7f6;
	height: 140px;
	overflow: hidden;
}

.fwzn .tit {
	width: 58px;
	background: #cf0d0d;
	text-align: center;
	font-size: 16px;
	color: #fff;
	height: 115px;
	padding-top: 25px;
	float: left;
}

.fwzn .iconlist {
	float: left;
	width: 1112px;
}

.fwzn .iconlist a {
	display: block;
	width: 158px;
	text-align: center;
	/*float: left;*/
	color: #333;
	font-size: 15px;
	line-height: 56px;
}

.fwzn .iconlist a .pic {
	width: 82px;
	height: 82px;
	margin: 20px auto auto auto;
	transition: all .3s ease;
}

.fwzn .iconlist a.icon1 .pic {
	background: #eacd75;
}

.fwzn .iconlist a.icon2 .pic {
	background: #93d884;
}

.fwzn .iconlist a.icon3 .pic {
	background: #f57b7b;
}

.fwzn .iconlist a.icon4 .pic {
	background: #b19de5;
}

.fwzn .iconlist a.icon5 .pic {
	background: #60dcb5;
}

.fwzn .iconlist a.icon6 .pic {
	background: #7ebfe2;
}

.fwzn .iconlist a.icon7 .pic {
	background: #dec67c;
}

.fwzn .iconlist a.icon1:hover .pic {
	background: #084466;
}

.fwzn .iconlist a.icon2:hover .pic {
	background: #084466;
}

.fwzn .iconlist a.icon3:hover .pic {
	background: #084466;
}

.fwzn .iconlist a.icon4:hover .pic {
	background: #084466;
}

.fwzn .iconlist a.icon5:hover .pic {
	background: #084466;
}

.fwzn .iconlist a.icon6:hover .pic {
	background: #084466;
}

.fwzn .iconlist a.icon7:hover .pic {
	background: #084466;
}

.xz-col {
	background: #fff;
	padding: 15px;
	height: 370px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.xz-col.abt {
	width: 360px;
}

.xz-col.abt img {
	width: 100%;
}

.xz-col.gsgg {
	width: 360px;
	margin-right: 0;
}

.xz-col.jlhd {
	width: 360px;
	margin-right: 0;
	float: right;
}

.hudongicon a {
	display: block;
	float: left;
	width: 175px;
	height: 102px;
	border-bottom: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	text-align: center;
}

.hudongicon a img {
	margin: 15px auto;
	display: block;
	transition: all .3s ease;
}

.hudongicon a.nor {
	border-right: 0;
}

.hudongicon a.nob {
	border-bottom: 0;
}

.hudongicon a:hover {
	color: #cf0d0d;
}

.hudongicon a:hover img {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.col-title {
	background: url(titbot_ccrs_cyy_20250825.png) left bottom no-repeat;
	overflow: hidden;
	padding-bottom: 15px;
}

.col-title span p {
	font-size: 18px;
	color: #cf0d0d;
}

.col-title span i {
	font-size: 12px;
	color: #b6b6b6;
	margin-top: 10px;
}

.col-title a {
	float: right;
	line-height: 30px;
}

.col-con {
	margin-top: 15px;
}

.col-con .abttxt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 15px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.videolist {
	overflow: hidden;
}

.videolist ul {
	width: 1200px;
}

.videolist ul li {
	width: 286px;
	height: 222px;
	float: left;
	text-align: center;
	line-height: 30px;
	margin-right: 8px;
	font-size: 14px;
}

.videolist ul li img {
	width: 286px;
	height: 192px;
}

.sqbs li {
	width: 33.33%;
	text-align: center;
	float: left;
	margin-bottom: 15px;
	margin-top: 10px;
}

.sqbs li a:hover {
	color: #b61412;
}

.mqmy {
	margin: 20px 0;
}

.mqmy li {
	width: 301px;
	height: 60px;
	margin: 10px auto;
	border: 1px solid #dddddd;
}

.bmfw {
	margin-right: -15px;
}

.bmfw li {
	width: 235px;
	float: left;
	margin-right: 25px;
	padding-left: 120px;
	margin-bottom: 30px;
	margin-top: 15px;
	position: relative;
}

.bmfw li .pic {
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
}

.bmfw li .pic img {
	width: 100px;
	height: 100px;
}

.bmfw li .pic.rad {
	border-radius: 50%;
	overflow: hidden;
}

.bmfw .info .list {
	line-height: 15px;
	font-size: 12px;
	margin-bottom: 8px;
	margin-top: 2px;
}

.bmfw .info .list i {
	height: 15px;
	width: 15px;
	float: left;
	margin-right: 5px;
}

.gsht {
	float: left;
	width: 400px;
}

.col-2-r .tit {
	height: 40px;
	background: url(sficon_ccrs_cyy_20250825.png) 0 9px no-repeat;
	padding-left: 30px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	float: left;
}

.sfbox {
	padding: 0 10px 15px 5px;
	height: 213px;
}

.sftxt {
	float: left;
	width: 424px;
	height: 215px;
	position: relative;
}

.sftxt .info {
	height: 198px;
	line-height: 22px;
	font-size: 12px;
	color: #666;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.sftxt a {
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	text-align: center;
	color: #F30;
}

.sftxt a:hover {
	color: #39F;
}

.jisuan {
	float: right;
	padding-left: 30px;
	width: 270px;
	border-left: 1px dashed #efefef;
	height: 213px;
}

.jisuan h1 {
	color: #084466;
	line-height: 30px;
	font-size: 15px;
}

.jsbox {
	position: relative;
	padding-left: 65px;
	margin-top: 8px;
}

.jsbox span {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 27px;
	display: block;
	width: 65px;
	color: #7e7e7e;
}

.jsbox .jsq {
	border: 1px solid #f0f0f0;
	height: 19px;
	padding: 3px 3px 3px 10px;
	border-radius: 2px;
}

.jsbox .jsq .ipt-jsq {
	border: 0;
	height: 19px;
	line-height: 19px;
	width: 100%;
	outline: none;
}

.jsbox .jsq a {
	display: block;
	width: 42px;
	height: 19px;
	text-align: center;
	line-height: 19px;
	background: #55aeec;
	position: absolute;
	top: 4px;
	right: 4px;
	color: #fff;
	border-radius: 2px;
}

.jsjg {
	background: #f0f0f0;
	padding: 4px 8px;
	margin-top: 10px;
	position: relative;
}

.jsjg .tab {
	line-height: 28px;
	border-bottom: 1px solid #e2e2e2;
	color: #6a6a6a;
	height: 28px;
	overflow: hidden;
}

.jsjg .tab span {
	float: right;
}

.jsjg .tab.last {
	border: 0;
}

.jsjg:before {
	content: '';
	width: 9px;
	height: 5px;
	background: url(jtt_ccrs_cyy_20250825.png) no-repeat;
	display: block;
	position: absolute;
	right: 20px;
	top: -5px;
}

.jisuan .smtxt {
	color: #55aeec;
	line-height: 40px;
}

.xxlinks {
	height: 24px;
	overflow: hidden;
}

.xxlinks a {
	color: #F33;
	line-height: 24px;
}

.xxlinks a:hover {
	color: #55aeec;
	text-decoration: underline;
}

.newslist.htlist {
	padding: 0;
	width: 360px;
}

.col-4 {
	width: 289px;
	float: left;
	margin-right: 12px;
	border: 1px solid #efefef;
}

.col-4.last {
	margin-right: 0;
}

.news-title .name2 {
	float: left;
	line-height: 39px;
	font-size: 15px;
	font-weight: bold;
	color: #084466;
	padding-left: 20px;
	background: url(shu_ccrs_cyy_20250825.png) 8px 11px no-repeat;
}

.linksbox {
	background: #fff;
	margin: 15px auto;
	width: 1200px;
}

.txtlisttit {
	height: 38px;
	border-bottom: 2px solid #d00c0d;
}

.txtlisttit a {
	display: block;
	height: 38px;
	line-height: 38px;
	float: left;
	padding: 0 40px;
	color: #333;
	transition: all .3s ease;
	font-size: 14px;
}

.txtlisttit a.current {
	background: #d00c0d;
	color: #fff;
}

.linksbox .listcon {
	height: 70px;
}

.linksbox .linkslist li {
	margin: 5px 10px;
	line-height: 30px;
	float: left;
	font-size: 14px;
}

.foot {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	background: #c41f2a;
	text-align: center;
	text-align: center;
	padding: 20px 0;
	margin-top: 15px;
}

.posR {
	position: relative;
}

.jiguanicon,
.footer_jc {
	position: absolute;
}

.jiguanicon {
	width: 60px;
	height: 60px;
	top: 30px;
	left: 17px;
}

.footer_jc {
	width: 112px;
	height: 60px;
	top: 40px;
	right: 17px;
}

.foot a {
	color: #fff;
}

.mg-t-b {
	margin: 15px auto;
}

.page-left {
	width: 200px;
	float: left;
}

.page-right {
	width: 900px;
	float: right;
	background: #fff;
	padding: 40px;
}

.lujing {
	margin: 20px 0;
	font-size: 14px;
	color: #888;
}

.pageny {
	overflow: hidden;
	padding-bottom: 30px;
}

.fllist {
	border: 1px solid #ededed;
}

.fllist li {
	height: 60px;
	background: #fff;
	padding: 0 20px;
}

.fllist li a {
	display: block;
	border-bottom: 1px solid #ededed;
	line-height: 59px;
	font-size: 16px;
	color: #666;
}

.fllist li:hover,
.fllist li.active {
	background: #F15B5B;
}

.fllist li:hover a,
.fllist li.active a {
	color: #fff;
	border-bottom: 0;
}

.fllist li.active {
	border-left: 4px solid #b61412;
}

.hotarticl {
	margin-top: 20px;
}

.hottit {
	border-bottom: 1px solid #efefef;
	line-height: 40px;
	font-size: 16px;
	color: #F30;
	margin: 12px 12px 0 12px;
}

.pagelujing {
	height: 40px;
	border-bottom: 2px solid #efefef;
	position: relative;
}

.pagelujing .name {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	border-bottom: 2px solid #F33;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
}

.pagelujing span {
	position: absolute;
	right: 0;
	line-height: 40px;
	color: #888;
}

.news-txt.ny,
.newslist.ny {
	border: 0;
	padding: 0;
}

.news-txt.ny {
	min-height: 600px;
}

.newslist.ny li:last-child {
	border-bottom: 1px dotted #efefef;
}

.liuyantab {
	border: 1px solid #f5f5f5;
	background: #f8f8f8;
	margin-top: 20px;
	padding: 20px;
}

/*分页*/
.biaoti {
	font-size: 18px;
	color: #333;
	text-align: center;
	margin: 0 20px;
	font-weight: 600;
	margin-top: 30px;
}

.sshuomign {
	color: #888;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	font-weight: normal;
}

.sshuomign span {
	margin: 0 10px;
}

.pages {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 12px
}

.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 12px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999
}

.pages ul li:hover {
	background: #cf0d0d;
	color: #fff;
	border: 1px solid #cf0d0d
}

.pages ul li:hover a {
	color: #fff;
}

.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #cf0d0d;
	padding: 4px 12px;
	margin: 0 1px;
	background: #cf0d0d;
	color: #fff;
}

.pages ul li.thisclass a {
	color: #fff;
}

.pages ul li a {
	display: block;
	color: #999
}

.pages ul li a:hover {
	color: #fff;
}

.article_txt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 20px;
	overflow: hidden
}

.article_txt img {
	max-width: 930px;
}

/* 反馈模块*/
.contact-com-body {
	padding: 30px 10px 25px 10px;
	border-bottom: 1px solid #d3d3d3
}

.contact-com-body .row {}

.row:before,
.row:after {
	content: "";
	display: table;
	line-height: 0
}

.row:after {
	clear: both
}

.row {
	margin-bottom: 15px;
	*zoom: 1
}

.col-2,
.col-10 {
	float: left;
	position: relative;
	min-height: 1px
}

.contact-com-body .col-2 {
	width: 60px;
	line-height: 40px;
	margin-right: 10px;
	text-align: left
}

.contact-com-body .input-control {
	padding: 5px;
	line-height: 30px;
	height: 30px;
	width: 400px;
	border: 1px solid #ccc
}

.contact-com-body .textarea-control {
	height: 106px;
	width: 490px;
	padding: 5px;
	border: 1px solid #ccc
}

.contact-com-body .help-inline {
	line-height: 40px;
	color: #F00
}

.contact-com-body .input-shade {
	background-color: #f8f8f8
}

.contact-com-body .input-short {
	width: 340px
}

.contact-com-body .input-shorter {
	width: 140px
}

.contact-com-body img {
	width: 80px;
	height: 41px;
	margin: 2px 5px
}

.contact-com-btn {
	margin-left: 70px;
	padding-top: 20px
}

.contact-com-btn .btn {
	margin-right: 30px
}

.btn-warning {
	padding: 12px 44px;
	font-weight: bold;
	color: #fff;
	border: none;
	background-color: #ff8942;
	background: -webkit-linear-gradient(top, #ff9454, #ff7f30);
	background: -moz-linear-gradient(top, #ff9454, #ff7f30);
	background: -ms-linear-gradient(top, #ff9454, #ff7f30);
	background: -o-linear-gradient(top, #ff9454, #ff7f30)
}

.btn-warning:hover {
	color: #fff;
	background-color: #ff8945;
	background: -webkit-linear-gradient(top, #ff8237, #fd8f4d);
	background: -moz-linear-gradient(top, #ff8237, #fd8f4d);
	background: -ms-linear-gradient(top, #ff8237, #fd8f4d);
	background: -o-linear-gradient(top, #ff8237, #fd8f4d)
}

.btn-danger {
	padding: 12px 44px;
	font-weight: bold;
	color: #fff;
	border: none;
	background-color: #13bd49;
	background: -webkit-linear-gradient(top, #08d248, #13bd49);
	background: -moz-linear-gradient(top, #08d248, #13bd49);
	background: -ms-linear-gradient(top, #08d248, #13bd49);
	background: -o-linear-gradient(top, #08d248, #13bd49)
}

.btn-danger:hover {
	color: #fff;
	background-color: #0ba43b;
	background: -webkit-linear-gradient(top, #13bd49, #0ba43b);
	background: -moz-linear-gradient(top, #13bd49, #0ba43b);
	background: -ms-linear-gradient(top, #13bd49, #0ba43b);
	background: -o-linear-gradient(top, #13bd49, #0ba43b)
}

.message ul li {
	margin-bottom: 10px;
	line-height: 25px;
	padding-bottom: 10px;
	clear: both;
	position: relative;
	border-bottom: 1px dotted #ccc;
}

.message li p {
	padding-bottom: 5px;
	font-size: 14px;
}

.datetime {
	color: #999999;
	font-size: 12px;
	width: 120px;
	text-align: center;
	display: inline;
	float: right;
}

.para01 {
	display: inline-block;
	padding-bottom: 0px;
	font-size: 16px;
	font-family: "微软雅黑";
}

.para01 a {
	font-size: 16px;
}

#maximg img {
	max-width: 100%;
	height: auto !important
}

.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}

.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}

.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

.pagination .st {
	font-family: 宋体
}

.text-secondary {
	text-align: center;
	padding: 20px 0
}

.fwzn {
	position: relative;
	height: 460px;
	background: #fff;
	border: 1px solid #e0e0e0;
	margin: 35px 0;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
	overflow: hidden;
}

.fwzn .red-title {
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
	height: 100%;
	background: #c41f2a;
}

.fwzn .red-title td {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 10px;
	padding: 0;
	line-height: 52px;
}

.fwzn .iconlist {
	margin-left: 66px;
	padding: 32px 35px;
	display: flex;
	gap: 35px;
	height: 100%;
	box-sizing: border-box;
}

/* 左侧应用场景*/
.service-left {
	width: 238px;
	flex-shrink: 0;
	padding-top: 6px;
}

.service-left h3 {
	font-size: 20px;
	color: #c41f2a;
	margin-bottom: 18px;
	font-weight: bold;
}

.service-btn {
	margin-bottom: 14px;
}

.service-btn a {
	display: block;
	height: 56px;
	line-height: 56px;
	text-align: center;
	font-size: 18px;
	border-radius: 6px;
	transition: all .3s;
}

.service-btn.big.blue a {
	background: #c41f2a !important;
	color: #fff;
	font-weight: bold;
}

.service-btn.big.gray a {
	background: #f9f9f9;
	color: #333;
	border: 1px solid #e0e0e0;
}

.service-btn.big a:hover {
	transform: translateY(-4px);
	box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
}

/* 右侧三列*/
.service-middle {
	flex: 1;
	display: flex;
	gap: 24px;
	min-width: 0;
}

.service-col {
	flex: 1;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	padding: 22px 18px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, .03);
}

.service-col h3 {
	font-size: 17px;
	color: #005bac;
	margin-bottom: 16px;
	padding-bottom: 10px;
	border-bottom: 2px solid #005bac;
	position: relative;
	font-weight: bold;
}

.service-col h3 .tag {
	position: absolute;
	right: 0;
	top: -6px;
	font-size: 12px;
	padding: 3px 9px;
	border-radius: 4px;
	color: #fff;
}

.tag.red {
	background: #e74c3c;
}

.tag.green {
	background: #27ae60;
}

.service-btn.small a {
	display: block;
	height: 48px;
	line-height: 48px;
	padding: 0 12px;
	margin-bottom: 12px;
	font-size: 15.5px;
	border-radius: 6px;
	border: 1px solid #e0e0e0;
	background: #fafafa;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s;
}

.service-btn.small.blue a {
	background: #e3f2fd;
	color: #1565c0;
	border-color: #90caf9;
}

.service-btn.small.green a {
	background: #e8f5e9;
	color: #2e7d32;
	border-color: #a5d6a7;
}

.service-btn.small a:hover {
	background: #005bac !important;
	color: #fff !important;
	border-color: #005bac !important;
	transform: translateY(-2px);
}

/* 彻底干掉搜索框后面的白盒子 + 让搜索框在 header 里完美居中*/
.header .container {
	background: transparent !important;
	padding: 10px 0 !important;
}

.search {
	position: relative;
	z-index: 9;
	margin-top: 8px;
}

.search form {
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .12);
}

.topbar {
	background: #c41f2a;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 16px;
	font-weight: bold;
}

.topbar span {
	color: #ff0;
}

/* 头部大红渐变 + 圆角搜索框*/
.header .logo img {
	height: 72px;
}

.header .logo a {
	display: flex;
	align-items: center;
	color: #fff;
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	margin-left: 20px;
}

.search .ipt-sea {
	border-radius: 30px 0 0 30px;
	padding: 12px 20px;
	width: 320px;
	font-size: 15px;
}

.search_btn {
	background: #c41f2a;
	color: #fff;
	border-radius: 0 30px 30px 0;
	padding: 12px 28px;
	font-weight: bold;
	cursor: pointer;
	transition: all .3s;
}

.search_btn:hover {
	background: #a0171e;
}

/* 导航当前页红下划线*/
#navul .active a {
	/* color: #c41f2a !important;*/
}

#navul .active {
	position: relative;
}

#navul .active::after {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 40px;
	height: 4px;
	background: #c41f2a;
}

/* 服务指南竖栏红色标题强制显示（万能版）*/
.fwzn .red-title {
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
	height: 100%;
	background: #c41f2a;
}

.fwzn .red-title td {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 12px;
	line-height: 52px;
}

/* 让"一件事"第一个按钮用局红更醒目*/
.service-btn.big.blue a {
	background: #c41f2a !important;
	color: #fff;
}

/* 底部加一条大气快捷入口（不影响你原有页脚）*/
.quicklink {
	margin: 50px 0 0;
	background: #f9f9f9;
	border-top: 4px solid #c41f2a;
	padding: 20px 0 20px;
}

.quicklink a {
	display: inline-block;
	margin: 0 20px 20px;
	width: 120px;
	text-align: center;
	color: #fff;
	font-size: 15px;
}

.quicklink img {
	width: 60px;
	height: 60px;
	transition: .3s;
}

.quicklink a:hover img {
	transform: scale(1.2);
}

/* 永久免疫白盒子 + 响应式微调*/
.header .container {
	background: transparent !important;
	padding: 0 !important;
}

/* 大模块标题栏：应用场景 + 右上角"税收减免 更多>>"*/
.fwzn-top-title {
	position: absolute;
	top: 0;
	left: 66px;
	/* 红色竖栏宽度 56px + 10px 间距*/
	right: 0;
	height: 64px;
	background: #fff;
	border-bottom: 1px solid #005bac;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 30px;
	z-index: 10;
}

.fwzn-top-title h2 {
	font-size: 22px;
	color: #005bac;
	font-weight: bold;
	margin: 0;
}

.fwzn-more {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}

.fwzn-more span {
	color: #c41f2a;
	margin-left: 6px;
	font-weight: bold;
}

.fwzn-more:hover {
	color: #c41f2a;
}

.fwzn-more:hover span {
	text-decoration: underline;
}

/* 内容区往下沉，避免被标题栏盖住*/
.fwzn .iconlist {
	margin-top: 74px;
	/* 64px 标题栏高度 + 10px 间距*/
}

/* 新的服务指南设计样式 - 基于原始页面代码*/
.new-service-guide {
	width: 100%;
	height: 300px;
	background: white;
	/* 使用与其他区域完全相同的边框样式*/
	border: 1px solid #e0e0e0;
	margin: 35px 0;
	/* 使用与其他区域完全相同的内边距*/
	padding: 32px 35px;
	/* 从 20px 调整为 32px 35px，与 .fwzn .iconlist 一致*/
	position: relative;
	overflow: hidden;
	/* 使用与其他区域完全相同的阴影*/
	box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
	/* 与 .fwzn 完全一致*/
	box-sizing: border-box;
}

/* 左侧竖栏*/
.new-side-guide {
	width: 50px;
	background: #c41f2a;
	border-radius: 6px;
	margin-right: 20px;
	height: 100%;
	float: left;
}

.new-guide-text {
	writing-mode: vertical-rl;
	text-orientation: mixed;
	color: white;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 5px;
	line-height: 1.2;
	padding: 54px 15px;
	text-align: center;
}

.new-content-area {
	width: 1034px;
	padding: 0 10px;
	height: 100%;
	float: right;
}

/* 搜索部分*/
.new-search-section {
	margin-bottom: 20px;
	flex-shrink: 0;
	position: relative;
}

.new-search-box {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	max-width: 500px;
}

/* 搜索表单*/
.new-search-form {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
}

.new-search-form input[type="text"] {
	width: 100%;
	padding: 10px 15px;
	padding-right: 65px;
	font-size: 14px;
	border: 1px solid #dcdfe6;
	background: white;
	box-sizing: border-box;
	outline: none;
}

.new-search-form .new-search-btn {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: #c41f2a;
	color: white;
	border: none;
	padding: 6px 15px;
	font-size: 16px;
	cursor: pointer;
	max-width: 100px;
	margin: 0;
	height: auto;
}

.new-search-form input:focus {
	border-color: #c41f2a;
	box-shadow: 0 0 0 2px rgba(196, 31, 42, 0.1);
}

.new-search-form .new-search-btn:hover {
	background: #a0171e;
}

/* 热门搜索提示*/
.new-search-hints-line {
	font-size: 14px;
	color: #666;
}

.new-hot-search-label {
	white-space: nowrap;
	flex-shrink: 0;
}

.new-hint-tag {
	color: #c41f2a;
	cursor: pointer;
	white-space: nowrap;
	flex-shrink: 0;
}

.new-hint-tag:hover {
	color: #a0171e;
	text-decoration: underline;
}

/* 控件网格*/
.new-controls-grid {}

/* 业务按钮 - 移除圆角*/
.new-business-btn {
	background: white;
	border: 2px solid #c41f2a;
	border-radius: 6px;
	padding: 16px 5px;
	text-align: center;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	transition: all 0.2s;
	color: #1e40af;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 70px;
}

.new-business-btn:hover {
	border-color: #c41f2a;
	background: #f5f8ff;
}

/* 服务按钮 - 移除圆角*/
.new-service-btn {
	background: #c41f2a;
	color: white;
	border: none;
	border-radius: 6px;
	padding: 16px 5px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.2s;
	min-height: 70px;
}

.new-service-btn:hover {
	background: #a0171e;
}

/* 政策按钮 - 移除圆角*/
.new-policy-btn {
	background: #ff5a5a;
	color: white;
	border: none;
	border-radius: 6px;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	transition: background 0.2s;
	position: relative;
	min-height: 70px;
}

.new-policy-btn:hover {
	background: #ff4444;
}

.new-policy-btn::after {
	content: "推荐";
	position: absolute;
	top: 6px;
	right: 6px;
	background: white;
	color: #ff5a5a;
	font-size: 10px;
	padding: 1px 6px;
	border-radius: 8px;
}

/* 按钮图标样式*/
.btn-icon {
	width: 30px;
	height: 30px;
	margin-right: 12px;
	flex-shrink: 0;
}

.btn-text {
	font-size: 16px;
	color: #c41f2a;
	text-align: center;
	white-space: nowrap;
}

.new-service-btn .btn-text {
	color: white;
}

/* 更多按钮*/
.new-search-section .more {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 4px 0;
	transition: color 0.3s;
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 10;
}

.new-search-section .more:hover {
	color: #c41f2a;
	text-decoration: none;
}

.new-search-section .more {
	font-size: 16px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 4px 0;
	transition: color 0.3s;
	position: absolute;
	top: 5px;
	right: 0;
	z-index: 10;
}

.new-search-section .more:hover {
	color: #c41f2a;
	text-decoration: none;
}

/* 在现有的CSS中添加这个新的类*/
.new-search-form {
	position: relative;
	margin: 0;
	padding: 0;
	display: block;
}

.new-search-form input[type="text"] {
	width: 100%;
	padding: 10px 15px;
	padding-right: 65px;
	/* 为按钮留出空间*/
	font-size: 14px;
	border: 1px solid #dcdfe6;
	border-radius: 6px;
	background: white;
	box-sizing: border-box;
	outline: none;
}

.new-search-form .new-search-btn {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	background: #c41f2a;
	color: white;
	border: none;
	border-radius: 5px;
	padding: 6px 15px;
	font-size: 16px;
	cursor: pointer;
	max-width: 100px;
	margin: 0;
	height: auto;
}

.new-search-form input:focus {
	border-color: #c41f2a;
	box-shadow: 0 0 0 2px rgba(196, 31, 42, 0.1);
}

.new-search-form .new-search-btn:hover {
	background: #a0171e;
}

/* 在现有CSS中找到 .new-controls-grid 相关样式，添加以下内容*/
/* 按钮图标和文字对齐样式*/
.new-business-btn,
.new-service-btn,
.new-policy-btn {
	float: left;
	/* 改为左对齐*/
	padding: 12px 10px;
	/* 增加左右内边距*/
	position: relative;
	width: 24%;
	margin: 0.5%;
}

.policy-icon {
	width: 28px;
	height: 28px;
	margin-right: 12px;
	flex-shrink: 0;
}

/* 文字样式 - 左对齐*/
.btn-text {
	font-size: 16px;
	color: #c41f2a;
	/* 蓝色按钮文字颜色*/
	text-align: center;
	/* 强制左对齐*/
	white-space: nowrap;
	/* 让文字占据剩余空间*/
}

/* 红色按钮文字颜色调整*/
.new-service-btn .btn-text {
	color: white;
	/* 红色按钮使用白色文字*/
}

/* 政策清单按钮特殊样式
.policy-content{display: flex;flex-direction: column;align-items: flex-start;*/
/* 左对齐justify-content: center;flex: 1;}*/
.new-policy-btn .btn-text {
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}

.new-policy-btn .subtitle {
	font-size: 12px;
	opacity: 0.9;
	color: white;
	font-weight: normal;
}

/* 调整按钮高度和内边距*/
.new-business-btn,
.new-service-btn,
.new-policy-btn {
	min-height: 70px;
	/* 确保按钮有足够高度*/
}

.new-policy-btn {
	min-height: 70px;
}

/* 响应式调整*/
.title {
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #2c3e50;
	margin-bottom: 25px;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: 2px solid #c41f2a;
}

.subtitle {
	text-align: center;
	font-size: 14px;
	color: #7f8c8d;
	margin-bottom: 30px;
}

th {
	background-color: #c41f2a;
	color: white;
	font-weight: bold;
	padding: 12px 15px;
	text-align: center;
	border: 1px solid #ddd;
}

td {
	padding: 10px 15px;
	border: 1px solid #ddd;
	line-height: 1.8;
}

tr:nth-child(even) {
	background-color: #f9f9f9;
}

.tbcommon tr:hover {
	background-color: #FFEAEA;
}

.category-header {
	background-color: #F9F0F0;
	font-weight: bold;
	color: #2c3e50;
	text-align: center;
}

.policy-content {
	max-width: 400px;
	word-wrap: break-word;
}

/* 新的搜索栏样式*/
.search-bar {
	background-color: white;
	padding: 20px 30px;
	border-bottom: 1px solid #eaeef2;
}

.search-container {
	max-width: 800px;
	margin: 0 auto;
	position: relative;
}

.search-container button {
	width: 18%;
	float: right;
	height: 54px;
	line-height: 54px;
	border: 0px;
	border-radius: 10px;
	background: #c41f2a;
	color: #fff;
}

.search-input-large {
	text-indent: 20px;
	width: 80%;
	padding: 16px 0px 16px;
	border: 1px solid #e2e8f0;
	border-radius: 10px;
	font-size: 16px;
	transition: all 0.3s;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.search-input-large:focus {
	outline: none;
	border-color: #c41f2a;
	box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.15), 0 4px 12px rgba(0, 0, 0, 0.1);
}

.search-icon-large {
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #a0aec0;
	font-size: 18px;
}

.main-content {
	min-height: 500px;
}

/* 调整导航栏容器样式*/
.nav-container {
	width: 280px;
	background-color: #f8fafc;
	border-right: 1px solid #eaeef2;
	float: left;
	overflow: hidden;
}

/* 选项卡导航栏样式*/
.tab-nav {
	background-color: #edf2f7;
	border-bottom: 1px solid #eaeef2;
	padding: 0;
}

.toggle-container {
	width: 300px;
}

.toggle-btn {
	flex: 1;
	padding: 15px 5px;
	font-size: 15px;
	font-weight: 600;
	border: none;
	background-color: transparent;
	color: #4a5568;
	cursor: pointer;
	transition: all 0.3s ease;
	border-bottom: 3px solid transparent;
	align-items: center;
	justify-content: center;
	gap: 8px;
	float: left;
	width: 44%;
	text-align: center;
}

.toggle-btn:hover {
	background-color: rgba(255, 255, 255, 0.5);
	color: #2d3748;
}

.toggle-btn.active {
	background-color: white;
	color: #c41f2a;
	border-bottom-color: #c41f2a;
}

.nav-sidebar {
	width: 100%;
	padding: 10px 0;
	overflow-y: auto;
	max-height: 500px;
}

.nav-item {
	padding: 16px 25px;
	font-size: 16px;
	color: #4a5568;
	cursor: pointer;
	transition: all 0.2s ease;
	border-left: 4px solid transparent;
	align-items: center;
}

.nav-item:hover {
	background-color: #edf2f7;
	color: #2d3748;
	border-left-color: #c41f2a;
}

.nav-item.active {
	background-color: #f9f9f9;
	color: #c41f2a;
	border-left-color: #c41f2a;
	font-weight: 600;
}

.nav-icon {
	margin: 4px 10px 0px 0px;
	font-size: 18px;
	text-align: center;
	float: left;
}

.content-area {
	flex: 1;
	padding: 30px;
	background-color: white;
	overflow-y: auto;
	max-height: 600px;
	float: right;
	width: 800px;
}

.content-header {
	margin-bottom: 25px;
}

.content-title {
	font-size: 24px;
	color: #2d3748;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 2px solid #e2e8f0;
}

.content-detail {
	line-height: 1.8;
	color: #4a5568;
	margin-bottom: 20px;
}

/* 移除内容区域原有的搜索框样式*/
.content-area .search-box {
	display: none;
}

.policy-count {
	background-color: #f9f9f9;
	padding: 12px 18px;
	border-radius: 8px;
	margin-bottom: 20px;
	border-left: 4px solid #c41f2a;
}

.policy-count h3 {
	color: #c41f2a;
	margin-bottom: 5px;
	font-size: 16px;
}

.policy-count p {
	color: #4a5568;
	font-size: 14px;
}

.service-item {
	background-color: #f8fafc;
	border-radius: 8px;
	padding: 20px;
	margin-bottom: 15px;
	border-left: 4px solid #c41f2a;
	transition: transform 0.2s ease;
}

.service-item:hover {
	transform: translateX(5px);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	cursor: pointer
}

.service-title {
	font-size: 18px;
	color: #2d3748;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
}

.service-icon {
	margin-right: 10px;
	color: #c41f2a;
	background: url(icon-wj2025.png) no-repeat center;
	width: 15px;
	height: 15px;
}

.service-desc {
	color: #718096;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.6;
}

.service-info {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 10px;
}

.info-item {
	font-size: 12px;
	padding: 3px 8px;
	background-color: #e2e8f0;
	border-radius: 4px;
	color: #4a5568;
}

.info-item.highlight {
	background-color: #c6f6d5;
	color: #276749;
}

.info-item.warning {
	background-color: #fed7d7;
	color: #c53030;
}

.info-item.primary {
	background-color: #bee3f8;
	color: #2c5282;
}

.service-title a {
	color: #2d3748;
	text-decoration: none;
	transition: color 0.2s ease;
}

.service-title a:hover {
	color: #c41f2a;
	text-decoration: underline;
}

/* 政策数量标签*/
.nav-item-count {
	float: right;
	margin-left: auto;
	font-size: 12px;
	background-color: #e2e8f0;
	padding: 2px 8px;
	border-radius: 10px;
	min-width: 24px;
	text-align: center;
}

.no-results {
	text-align: center;
	padding: 40px 20px;
	color: #718096;
}

.breadcrumb {
	background: #f5f5f5;
	padding: 10px 20px;
	font-size: 16px;
	color: #666;
}

.breadcrumb a {
	color: #c41f2a;
}

.title-bar {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 3px solid #c41f2a;
}

.page-title {
	font-size: 28px;
	font-weight: bold;
}

.online-btn {
	background: #c41f2a;
	color: #fff;
	padding: 10px 25px;
	border-radius: 4px;
	font-size: 16px;
	display: inline-block;
	margin-left: 10px;
}

.basic-info {
	margin: 30px 0;
}

.basic-info h2 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.basic-info h2 a {
	color: #c41f2a;
	font-size: 16px;
	font-weight: normal;
}

.info-table {
	width: 100%;
	border-collapse: collapse;
	background: #fafafa;
}

.info-table td {
	border: 1px solid #e5e5e5;
	padding: 12px;
	font-size: 16px;
}

.info-table td:first-child {
	background: #f0f0f0;
	width: 10%;
	text-align: center;
	color: #666;
}

.info-table td:nth-child(2) {
	text-align: center;
	width: 35%;
}

.info-table td:nth-child(3) {
	text-align: center;
	width: 10%;
}

.info-table .center {
	text-align: center;
	background: #fff;
}

/* 修改后的tabs样式 - 铺满一行*/
.tabs {
	margin: 40px 0 20px;
	display: flex;
	width: 100%;
	background: #f0f0f0;
	border-radius: 4px 4px 0 0;
	overflow: hidden;
}

.tabs a {
	flex: 1;
	text-align: center;
	padding: 15px 0;
	background: #f0f0f0;
	color: #333;
	font-size: 16px;
	margin: 0;
	border-radius: 0;
	border-right: 1px solid #ddd;
	transition: all 0.3s ease;
	cursor: pointer;
}

.tabs a:last-child {
	border-right: none;
}

.tabs a.active {
	background: #c41f2a;
	color: #fff;
	font-weight: bold;
}

.tabs a:hover:not(.active) {
	background: #e0e0e0;
}

.section {
	background: #fff;
	margin-bottom: 30px;
	display: none;
	/* 默认隐藏所有内容区*/
	animation: fadeIn 0.5s ease;
}

.section.active {
	display: block;
	/* 激活的内容区显示*/
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.section-title {
	background: #f5f5f5;
	padding: 15px 20px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #ddd;
}

.offline-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

.offline-table td {
	border: 1px solid #ddd;
	padding: 15px;
	font-size: 16px;
	vertical-align: top;

}

.offline-table td:first-child {
	background: #f9f9f9;
	width: 150px;
	color: #666;
	text-align: center;
}

.list {
	width: 100%;
	margin-top: 20px;
}

.list ul {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 16px;
	padding-top: 6px;
}

.ul_main li {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.ul_main li:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #C7C9DA;
	position: absolute;
	top: 19px;
	left: 5px;
}

.ul_main li a {
	float: left;
	display: inline-block;
	font-size: 16px;
	line-height: 40px;
	color: #333333;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	padding-left: 17px;
	position: relative;
}

.ul_main li a:hover {
	color: #c41f2a;
}

.time {
	float: right;
	font-size: 14px;
	line-height: 40px;
	color: #8B8D9B;
	margin-right: 30px;
}

.page {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

.photo_list {
	width: 100%;
	overflow: hidden;
}

.photo_list ul {
	width: 103%;
	overflow: hidden;
	margin-top: 30px;
}

.photo_list ul li {
	float: left;
	width: 278px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.photo_list ul li a {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.photo_list ul li a img {
	display: block;
	width: 100%;
	height: auto;
}

.photo_list ul li a p {
	width: 100%;
	text-align: center;
	margin-top: 6px;
	color: #333333;
}

.m_t_20 {
	margin-top: 20px;
}

.left_menu {
	float: left;
	width: 200px;
	height: auto;
	background: #f8fafc;
	padding: 10px 10px 0 10px;
}

.left_menu ul {
	width: 100%;
}

.left_menu ul li {
	width: 100%;
	line-height: 40px;
	text-align: center;
	margin-bottom: 10px;
}

.left_menu ul li a {
	color: #3E3E3E;
	line-height: 40px;
	display: block;
	border-radius: 2px;
	background: #fff;
}

.left_menu ul li a:hover {
	background: #F9F0F0;
	border: 1px solid #c41f2a;
	color: #c41f2a;
}

.left_menu ul li.active a {
	color: #fff;
	font-weight: bold;
	background: #c41f2a;
}

.right_list_box {
	float: right;
	width: 900px;
}

.right_list_box .list {
	margin-top: 0px;
}

.right_list_box .list ul {
	padding-top: 16px;
}

.right_list_box .list ul li {
	border: 0px;
}

.leaderlist {
	padding-top: 30px;
	background: #f8fafc;
}

.leaderlist ul {
	padding: 0 30px 10px;
}

.leaderlist li {
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 6px;
}

.avaster {
	width: 120px;
}

.fL {
	float: left;
}

.avaster img {
	height: 126px;
	width: 110px;
	border-radius: 3px;
}

.leaderlist li div {
	padding-left: 150px;
}

.leaderlist li div h3 {
	font-weight: 900;
	font-size: 20px;
}

.leaderlist li div p {
	padding: 5px 0;
	color: #666;
}

.leaderlist li div p span {
	font-weight: 900;
}

.leaderlist li div p:nth-child(3) {
	margin-top: 20px;
}

.neirong {
	width: 95%;
	margin: 0 auto;
	margin-top: 30px;
}

.biaoti_title {
	width: 100%;
	text-align: center;
	font-size: 30px;
	line-height: 44px;
	font-weight: bold;
	color: #333;
	margin: 0 auto;
}

.erji_title {
	width: 88%;
	text-align: center;
	margin: 0 auto;
	font-size: 18px;
	line-height: 26px;
	margin-top: 18px;
	color: #28448c;
}

.title_bottom {
	height: 43px;
	width: 100%;
	line-height: 42px;
	margin-top: 18px;
	border-bottom: 1px solid #ECECEC;
}

.title_bottom_left {
	float: left;
	margin-left: 20px;
}

.title_bottom_right {
	float: right;
	font-size: 14px;
	line-height: 42px;
	margin-right: 60px;
}

.laiyuan {
	float: left;
	font-size: 16px;
	color: #8A8A8A;
}

.laiyuan {
	float: left;
	font-size: 16px;
	color: #8A8A8A;
}

.time4 {
	float: left;
	margin-left: 16px;
	font-size: 16px;
	color: #8A8A8A;
}

.time4 {
	float: left;
	margin-left: 16px;
	font-size: 16px;
	color: #8A8A8A;
}

.font_main {
	float: left;
	position: relative;
	color: #8A8A8A;
	line-height: 24px;
}

.font_main span {
	float: left;
	font-size: 16px;
	color: #8A8A8A;
	margin-top: 8px;
}

.icon_fp {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(icon3_qbzhzxs_znd_20250721_ccrs_cyy_20250825.png) no-repeat center center;
	background-size: 28px;
	margin-top: 7px;
}

.icon_fm {
	display: inline-block;
	width: 28px;
	height: 28px;
	background: url(icon4_qbzhzxs_znd_20250721_ccrs_cyy_20250825.png) no-repeat center center;
	margin-top: 7px;
	background-size: 28px;
}

.font_main:after {
	content: "";
	display: block;
	width: 1px;
	height: 25px;
	background: #E6E6E6;
	position: absolute;
	top: 8px;
	right: -14px;
}

.dayin {
	float: left;
	margin-left: 28px;
}

.icon_dy {
	display: inline-block;
	float: left;
	width: auto;
	height: 28px;
	background: url(icon5_qbzhzxs_znd_20250721_ccrs_cyy_20250825.png) no-repeat left 5px;
	margin-top: 3px;
	color: #8A8A8A;
	font-size: 16px;
	padding-left: 38px;
	line-height: 37px;
}

.neirong_content {
	margin: 0 auto;
	padding: 0 10px;
	font-size: 16px;
	color: #303030;
	line-height: 34px;
	padding-top: 35px;
}

.zrbj {
	width: 100%;
	text-align: right;
	margin-top: 40px;
	color: #484848;
	font-size: 18px;
}

.fR {
	float: right;
}

.appeal {
	background: #FFF3F3;
	border-radius: 3px;
	border: 1px solid #c41f2a;
	margin-top: 20px;
	padding: 30px 0 10px;
}

.item {
	width: 100%;
	overflow: hidden;
	margin-bottom: 23px;
}

.item .itemTit {
	color: #3C3C3C;
	font-size: 16px;
}

.item .itemTit {
	width: 110px;
	text-align: right;
	margin-right: 20px;
	float: left;
	line-height: 40px;
}

.itemTit i {
	color: red;
	padding-right: 5px;
	font-style: normal;
}

.item_r {
	float: left;
	width: 400px;
	position: relative;
}

.inputs,
.textarea {
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #F1DFDF;
	height: 40px;
	line-height: 40px;
	width: 99%;
	text-indent: 15px;
	font-size: 16px;
}

.leftcol {
	width: 554px;
}

.textarea {
	height: 85px;
	line-height: 28px;
	text-indent: 0;
	padding: 10px 2%;
	width: 95%;
}

.hudongbox {
	padding-top: 25px;
}

.xuzhibox {
	line-height: 32px;
}

.xuzhibox span {
	display: block;
	font-size: 18px;
	font-weight: 900;
	color: #c41f2a;
	padding-bottom: 10px;
}

.leftcol {
	padding: 20px;
	background: #f8f8f8;
	border-radius: 5px;
}

.rightBox {
	width: 536px;
}

.pdt20 {
	padding-top: 20px;
}

.icon-box-lists li {
	float: left;
}

.icon-box-lists li a {
	border-radius: 5px;
	color: #fff;
	padding: 15px 0;
	text-align: center;
	display: block;
	width: 165px;
	background: #c41f2a;
}

.icon-box-lists li a::before {
	transition: all .3s ease;
	display: block;
	content: "";
	width: 35px;
	height: 35px;
	margin: 0 auto 10px;
}

.middlebox {
	margin: 0 20px;
}

.yonggongicon a::before {
	background: url(fuwuicon01-w_ccrs_cyy_20250825.png) no-repeat center;
}

.xinxiicon a::before {
	background: url(fuwuicon02-w_ccrs_cyy_20250825.png) no-repeat center;
}

.rensheicon a::before {
	background: url(fuwuicon03-w_ccrs_cyy_20250825.png) no-repeat center;
}

#SubmitButton {
	width: 140px;
	height: 46px;
	line-height: 46px;
	background: #F49817 url(fb_ico_20211022_ccrs_cyy_20250825.png) 20px no-repeat;
	background-size: auto;
	background-size: 30px;
	border-radius: 3px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	border: none;
	font-weight: bold;
	text-indent: 20px;
	cursor: pointer;
	margin: 0 auto;
	display: block;
	margin-top: 20px;
}

.icon-box-lists li:hover a::before {
	-moz-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
}

.j-tab-nav a.current {
	color: #f00;
}

.j-tab-con>* {
	display: none;
}

div.slideBox {
	position: relative;
	width: 560px;
	height: 362px;
	overflow: hidden;
}

div.slideBox ul.items li {
	float: left;
	list-style: none;
}

div.slideBox ul.items li a {}

div.slideBox ul.items li a img {
	margin: 0px !important;
	padding: 0px !important;
	display: block;
	border: none
		/*For IE.ADD.JENA.201206300844*/
	;
}

div.slideBox div.tips {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 32px;
	background-color: #000;
	overflow: hidden;
}

div.slideBox div.tips div.title {
	position: absolute;
	left: 0px;
	top: -15px;
	height: 100%;
}

div.slideBox div.tips div.title a {
	color: #FFF;
	font-size: 12px;
	line-height: 32px;
	margin-left: 10px;
	text-decoration: none;
}

div.slideBox div.tips div.title a:hover {
	text-decoration: underline !important;
}

div.slideBox div.tips div.nums {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 100%;
}

div.slideBox div.tips div.nums a {
	display: inline-block;
	float: left;
	width: 10px;
	height: 10px;
	background-color: #FFF;
	text-indent: -99999px;
	margin: 12px 5px 0px 0px;
}

div.slideBox div.tips div.nums a.active {
	background-color: #093;
}

.zxts-btn-box {
	margin: 20px auto;
	overflow: hidden;
}

.zxts-btn-box .btn {
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	background-color: #b60606;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	float: right;
}

.zxts-btn-box .btn a {
	color: #fff;
}

.zxts-btn-box .btn img {
	vertical-align: middle;
	float: left;
	margin: 6px 5px 0 10px;
}

.zxts-btn-box .search1 {
	float: left;
}

.zxts-btn-box .search_input {
	width: 230px;
	float: left;
	background: #FFF;
	height: 33px;
	line-height: 33px;
	border-radius: 6px 0 0 6px;
	border: none;
	font-size: 14px;
	text-indent: 10px;
	border: solid 1px #CCCCCC
}

.zxts-btn-box .search_bnt {
	width: 45px;
	float: left;
	height: 35px;
	border-radius: 0 6px 6px 0;
	border: none;
	background: #b60606 url(search2018516.png) no-repeat center;
}

.search1 input:focus {
	border: solid 1px #CCCCCC;
	outline: none;
}

.fa-user {
	background: url(icon-gr2025.png) no-repeat center;
	width: 15px;
	height: 15px;
}

.toggle-btn.active .fa-user {
	background: url(icon-gron2025.png) no-repeat center;
}

.fa-building {
	background: url(icon-fr2025.png) no-repeat center;
	width: 15px;
	height: 15px;
}

.toggle-btn.active .fa-building {
	background: url(icon-fron2025.png) no-repeat center;
}

.nav-sidebar li i {
	display: block;
}

.nav-sidebar li:first-child i {
	background: url(icon-jy2025.png) no-repeat center;
	width: 15px;
	height: 15px;
}

.nav-sidebar li:first-child.active i {
	background: url(icon-jyon2025.png) no-repeat center;
	width: 15px;
	height: 15px;
}

.nav-sidebar li:nth-child(2) i {
	background: url(icon-rsrc2025.png) no-repeat center;
	width: 15px;
	height: 15px;
}

.nav-sidebar li:nth-child(2).active i {
	background: url(icon-rcon2025.png) no-repeat center;
	width: 15px;
	height: 15px;
}

.nav-sidebar li:nth-child(3) i {
	background: url(icon-sb2025.png) no-repeat center;
	width: 15px;
	height: 15px;
}

.nav-sidebar li:nth-child(3).active i {
	background: url(icon-sbon2025.png) no-repeat center;
	width: 15px;
	height: 15px;
}

.nav-sidebar li:nth-child(4) i {
	background: url(icon-ld2025.png) no-repeat center;
	width: 15px;
	height: 15px;
}

.nav-sidebar li:nth-child(4).active i {
	background: url(icon-ldon2025.png) no-repeat center;
	width: 15px;
	height: 15px;
}

.slideBox .prev,
.slideBox .next {
	display: block;
	position: absolute;
	top: 44%;
	margin-top: -30px;
	width: 54px;
	height: 90px;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 30px;
	line-height: 60px;
	text-align: center;
	text-decoration: none;
	opacity: 0.7;
	transition: opacity 0.3s;
	z-index: 999;
}

.slideBox:hover .prev,
.slideBox:hover .next {
	display: block;
}

.slideBox .prev {
	left: 0;
	background: url(arrow2_ccrs_cyy_20250825.png) no-repeat;
}

.slideBox .next {
	right: 0;
	background: url(arrow1_ccrs_cyy_20250825.png) no-repeat;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	opacity: 1;
}

.slick-dots {
	position: absolute;
	bottom: 8px;
	right: 5px;
}

.slick-dots li {
	text-indent: -999px;
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 20px;
	margin: 5px 2px;
}

.slick-dots li.slick-active {
	background: #093;
}

.slick-slide h3 {
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	bottom: 0px;
	padding: 10px;
	width: 540px;
}

.slick-slide h3 a {
	color: #fff;
	width: 80%;
	display: block;
}

.jb_top_left li {
	float: left;
	margin-left: 15px;
}

.jb_top_left li a {
	color: #fff;
	font-size: 14px;
}

.user a {
	padding-left: 15px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.TRS_Editor img {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 800px;
}

.TRS_Editor table {
	width: 100% !important;
}
.info-table td:nth-child(2) {
	text-align: left;
	width: 35%;
}
.searchBox{position: absolute;right:10px;top: 31px;}
.searchBox form{height:52px; background:#fff; border-radius:30px;box-shadow:0 6px 20px rgba(196,31,42,.18);}
#searchInput{height:52px; border:none; outline:none; padding:0 25px; font-size:16px;}
.searchBox .qzjsz{width:128px; height:52px;background:#c41f2a; color:#fff; border:none; font-size:18px; font-weight:bold; cursor:pointer;}
@media screen and (min-width: 1024px) {

	.login-dl {
		margin: 0 auto;
		max-width: 1200px;
		position: relative;
	}

	.user {
		z-index: 999999;
		position: absolute;
		top: -191px;
		right: 172px;
	}
}

@media screen and (max-width: 1024px) {
		.searchBox{position: relative;right:0px;top: 0px;}
	.TRS_Editor {
		overflow-x: auto;
	}

	.TRS_Editor img {
		max-width: 100%;
	}

	.user a {
		height: 38px;
		line-height: 38px;
		padding-left: 50px;
		border-radius: 5px;
		display: inline-block;
		color: #333;
		text-align: center;
		margin: 0px 10px;
		font-weight: normal;
		font-size: 1rem;
	}

	.user {
		display: flex;
		justify-content: center;
		padding: 20px;
	}

	#loginBtn {
		background: url(wap_ico-login.png) no-repeat left center;
		background-size: 38px
	}

	#tcBtn {
		background: url(wap_icontc.png) no-repeat left center;
		background-size: 38px;
	}

	#zcBtn {
		background: url(wap_ico-reg.png) no-repeat left center;
		background-size: 38px;
	}

	.wap .search-container button {
		width: 28%;
	}

	.wap .search-input-large {
		width: 100%;
		box-sizing: border-box;
	}

	.zxts-table td,
	.zxts-table font {
		font-size: 1rem;
	}

	.zxts-btn-box .search_input {
		width: 200px;
		font-size: 14px;
		text-indent: 22px;
	}

	/* 手机版开始*/
	.wapH {
		font-size: 16px;
	}

	body.wap {
		background: #f5f5f5;
		width: auto;
		min-width: 0;
		font-size: 16px;
	}

	.wap .logo {
		text-align: center;
		height: auto;
		display: block;
		padding: 2rem 0 0;
		width: auto;
	}

	.wap .logo img {
		width: 80%;
		height: auto;
	}

	/* 1212修改*/
	.wap .new-service-guide {
		display: flex;
		flex-direction: column;
		padding: 1rem;
		height: auto;
		width: 100%;
		background: white;
		border: 1px solid #e0e0e0;
		margin: 35px 0;
		position: relative;
		overflow: hidden;
		box-shadow: 0 4px 20px rgba(0, 0, 0, .04);
		box-sizing: border-box;
	}

	.new-content-area {
		width: 100%;
		padding: 0px;
	}

	.new-side-guide {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 15px;
		padding: 10px 0;
		min-height: 50px;
	}

	.new-search-section .more {
		position: relative;
		width: 100%;
	}

	.new-search-box {
		max-width: 100%;
	}

	.new-controls-grid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		flex: 1;
		align-content: start;
	}

	.new-controls-grid button {
		width: auto;
	}

	/* 1212修改*/
	.wap .nav {
		width: auto;
		height: auto;
		margin-bottom: 0;
	}

	.wap .nav ul {
		display: flex;
		flex-wrap: wrap;
		/* 允许换行*/
		padding: 0;
		margin: 0;
		gap: 0px;
	}

	.wap .nav ul li {
		width: auto;
		flex: 0 0 25%;
		/* 不伸缩，基础宽度占容器 25%（即 4 个一行）*/
		box-sizing: border-box;
		/* 确保 padding/border 不影响宽度计算*/
		text-align: center;
	}

	.wap .searchBox {
		width: auto;
		margin: 1rem 3rem;
		height: 3.5rem;
		background: #fff;
		border-radius: 30px;
		overflow: hidden;
		box-shadow: 0 6px 20px rgba(196, 31, 42, .18)
	}

	.wap .searchBox form {
		display: flex;
	}

	.wap .searchBox input {
		width: 68%;
		height: 3.5rem!important;
		line-height: 3.5rem!important;
		border: 0;
		padding-left: 2%;
		font-size: 1rem;
	}

	.wap .searchBox input:focus-visible {
		border: 0;
		outline: none;
	}

	.wap .searchBox button {
		width: 30%;
		background: #c41f2a;
		color: #fff;
		border: 0;
		font-size: 1rem;
		height: 3.5rem!important;
		line-height: 3.5rem!important;
		
	}

	.wap .container_col,
	.wap .container {
		width: auto;
		padding: 5vw;
	}

	.wap .new-service-guide {
		margin-top: 0;
		margin-bottom: 0;
	}

	.wap .new-side-guide {
		float: none;
		width: 100%;
		box-sizing: border-box;
	}

	.wap .new-guide-text {
		writing-mode: horizontal-tb;
		padding: 1rem;
	}

	.wap .container {}

	.wap .xz-col.abt,
	.wap .xz-col.gsgg,
	.wap .xz-col.jlhd {
		width: auto;
		float: none;
	}

	.wap .indnews {
		float: none;
		width: auto;
	}

	.wap .news-notice .news-txt {
		float: none;
		width: auto;
	}

	.wap .hudongicon a {
		float: none;
	}

	.wap .hudongicon {
		display: flex;
		flex-wrap: wrap;
	}

	.wap .toutiao {
		padding: 16px 41px;
	}

	.wap .toutiao i {
		scale: 0.7;
		left: -12px;
		top: -10px;
	}

	.wap .news-pic,
	.wap .news-pic img {
		width: 90vw;
		height: auto;
	}

	.wap .indnews {
		height: auto;
	}

	.wap .swiper-slide img {
		width: 100%;
	}

	.main_swiper {
		overflow: hidden;
		position: relative;
		margin-bottom: 1rem;
	}

	.wap .swiper-button-prev,
	.wap .swiper-button-next {
		background: #c41f2a;
		width: 24px;
		height: 24px;
		top: 92%;
	}

	.wap .swiper-button-next,
	.wap .swiper-container-rtl .swiper-button-prev {
		background-image: none;
		right: 10px;
		left: auto;
	}

	.wap .swiper-button-prev,
	.wap .swiper-container-rtl .swiper-button-next {
		background-image: none;
		left: 10px;
		right: auto;
	}

	.wap .swiper-slide .text {
		min-height: 3.3rem;
		background: #fafafa;
		padding: 0.2rem 3rem;
		font-size: 1rem;
		display: flex;
		align-items: center;
	}

	.wap .news-notice .news-txt {
		height: auto;
	}

	.wap .news-name.tab-nav {
		position: static;
		display: flex;
		height: auto;
	}

	.wap .news-name.tab-nav a {
		width: auto;
		height: auto;
		line-height: 20px;
		padding: 1rem;
		font-size: 1rem;
		flex: 0 0 25%;
		/* 不伸缩，基础宽度占容器 25%（即 4 个一行）*/
		box-sizing: border-box;
		/* 确保 padding/border 不影响宽度计算*/
		text-align: center;
		position: relative;
	}

	.wap .news-name.tab-nav a i {
		position: absolute;
		bottom: -5px;
	}

	.wap .news-title {
		height: auto;
		line-height: auto;
	}

	.wap .newslist li a {
		font-size: 1rem;
		display: inline;
		line-height: normal;
	}

	.wap .newslist li {
		padding: 0.5rem 1rem;
		background: url(listnot_ccrs_cyy_20250825.png) 0px 16px no-repeat;
	}

	.wap .newslist li span {
		display: block;
		position: static;
		text-align: left;
		line-height: normal;
		padding-top: 0.3rem;
	}

	.wap .more {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 1rem;
		margin-top: 1rem;
		font-size: 1rem;
	}

	.wap .more svg {
		width: 16px;
		height: 16px;
		margin-left: 5px;
	}

	.wap .btn-text {
		font-size: 1rem;
	}

	.wap .new-policy-btn {
		font-size: 1rem;
	}

	.wap .new-service-btn {
		font-size: 1rem;
	}

	.wap .new-search-section {
		margin-bottom: 0px;
	}

	.wap .pdt0 {
		padding-top: 0;
	}

	.wap .xz-col {
		margin-right: 0;
		height: auto;
	}

	.wap .hudongicon a {
		flex: 0 0 50%;
		/* 不伸缩，基础宽度占容器 25%（即 4 个一行）*/
		box-sizing: border-box;
		/* 确保 padding/border 不影响宽度计算*/
		font-size: 1rem;
		height: auto;
		padding-bottom: 1rem;
	}

	.wap .hudongicon a img {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
	}

	.wap .nav li a {
		font-size: 1rem;
	}

	.wap .jiguanicon,
	.wap .footer_jc {
		position: static;
	}

	.cont-foot {
		display: flex;
		justify-content: center;
		gap: 1rem;
		margin-top: 1rem;
	}

	.wap .page-title {
		font-size: 1.8rem;
	}

	.wap .title-bar {
		padding: 1.2rem 0;
	}

	.wap .title_bottom {
		height: auto;
		text-align: center;
		line-height: 2rem;
	}

	.wap .laiyuan {
		float: none;
		margin: 0px;
	}

	.wap .time4 {
		float: none;
		margin: 0px;
	}

	.wap .biaoti_title {
		font-size: 2rem;
	}

	.wap .title_bottom_left {
		float: none;
	}

	.wap .title_bottom_right {
		float: none;
		display: flex;
		justify-content: center;
		margin-right: 0px;
	}

	.wap .ul_main li {
		padding-bottom: 1rem;
	}

	.wap .ul_main li a {
		font-size: 1rem;
		line-height: 1.5rem;
		float: none;
	}

	.wap .nav-item {
		display: flex;
	}

	.wap .toggle-container {
		display: flex;
	}

	.wap .time {
		float: none;
		display: block;
		font-size: 0.77rem;
		line-height: normal;
		padding-left: 17px;
		padding-top: 0.5rem;
	}

	.wap .photo_list ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.wap .photo_list ul li {
		flex: 0 0 48%;
		margin: 0;
		gap: 1rem;
		padding: 1%;
	}

	.wap .photo_list ul li a p {
		font-size: 1rem;
	}

	.wap .info-table td:first-child {
		width: 25%;
	}

	.wap .info-table td:nth-child(3) {
		text-align: center;
		width: 25%;
	}

	.wap .offline-table td:first-child {
		width: 25%;
		padding: 13px 10px;
		text-align: center;
	}

	.wap .info-table .center {
		position: relative;
		padding: 0;
		width: 25%;
	}

	.wap .online-btn {
		display: inline-block;
		padding: 0;
		vertical-align: middle;
		font-size: 0.77rem;
		padding: 5px 10px;
		margin-left: 0px;
	}

	.wap .tabs a {
		font-size: 1rem;
		padding: 1rem;
	}

	.wap .info-table .center.wangshangbanli {}

	.wap .leftcol.fL {
		float: none;
		width: auto;
		margin-bottom: 2rem;
	}

	.wap .rightBox.fR {
		float: none;
		width: auto;
	}

	.wap .icon-box-lists {
		display: flex;
		gap: 1%;
	}

	.wap .icon-box-lists li {
		flex: 0 0 32.3%;
	}

	.wap .icon-box-lists li a {
		width: auto;
		font-size: 1rem;
	}

	.wap .middlebox {
		margin: 0;
	}

	.wap .item {
		padding: 0 1rem;
		box-sizing: border-box;
		margin-bottom: 1rem;
	}

	.wap .item .itemTit {
		float: none;
		font-size: 1rem;
		width: auto;
		text-align: left;
	}

	.wap .item .item_r {
		width: 100%;
	}

	.wap .inputs,
	.wap .textarea {
		height: 35px;
		line-height: 35px;
		font-size: 1rem;
	}

	.wap .textarea {
		height: 80px;
	}

	.wap #SubmitButton {
		font-size: 1rem;
		width: 100%;
		height: auto;
		background-image: none;
		text-indent: 0;
	}

	.wap .left_menu {
		float: none;
		width: 100%;
		box-sizing: border-box;
		margin-bottom: 1rem;
	}

	.wap .left_menu ul {
		display: flex;
	}

	.wap .right_list_box {
		float: none;
		width: 100%;
		box-sizing: border-box;
	}

	.wap .left_menu ul li a {
		font-size: 1rem;
	}

	.wap .avaster.fL {
		float: none;
		text-align: center;
		width: 100%;
		display: inline-block;
	}

	.wap .leaderlist li div {
		padding-left: 0;
		text-align: center;
		margin-top: 1rem;
	}

	.wap .leaderlist li div p:nth-child(3) {
		margin-top: 0;
	}

	.wap .title {
		font-size: 1.8rem;
	}

	.wap .search-bar {
		padding: 1rem;
	}

	.wap .search-input-large {
		box-sizing: border-box;
	}

	.wap .main-content {
		flex-direction: column;
		gap: 1rem;
		display: flex;
	}

	.wap .nav-container {
		width: auto;
		float: none;
	}

	.wap .content-title span {
		display: block;
		font-size: 1.2rem;
		color: #c41f2a;
	}

	.wap .content-area {
		padding-top: 1rem;
		width: auto;
	}

	.wap .toggle-container {
		width: auto;
	}

	.wap .toggle-btn {
		width: auto;
		float: none;
		display: flex;
		flex: 0 0 50%;
	}
}

/* 小屏幕时保持正常*/
@media(max-width:992px) {
	.header .container {
		flex-direction: column;
		text-align: center;
	}

	.header form {
		margin: 15px auto;
	}

	.fwzn-top-title {
		left: 56px;
		padding: 0 20px;
		height: 56px;
	}

	.fwzn-top-title h2 {
		font-size: 20px;
	}

	.fwzn .iconlist {
		margin-top: 66px;
	}

	.fwzn .red-title {
		width: 48px;
	}

	.fwzn .red-title td {
		font-size: 20px;
		letter-spacing: 6px;
		line-height: 46px;
	}

	.fwzn .iconlist {
		margin-left: 56px;
		flex-direction: column;
		gap: 30px;
		padding: 30px 20px;
	}

	.service-left {
		width: 100%;
	}
}

@media(max-width:768px) {
	.fwzn {
		height: auto;
		padding-bottom: 20px;
	}

	.service-middle {
		flex-direction: column;
	}
}

@media(max-width: 480px) {
	.new-controls-grid {
		grid-template-columns: 1fr;
	}

	.new-search-hints-line {
		flex-direction: column;
		align-items: flex-start;
	}

	.new-hot-search-label {
		margin-bottom: 5px;
	}
}

@media(max-width:420px) {
	.zxts-btn-box .search_input {
		width: 150px;
		font-size: 12px;
		text-indent: 2px;
	}

	.wapH {
		font-size: 14px;
	}
}

@media(max-width:377px) {
	.wap .news-name.tab-nav a {
		padding: 1rem 1.5rem;
	}
}

@media(max-width:350px) {
	.zxts-btn-box .search_input {
		width: 100px;
		font-size: 10px;
		text-indent: 2px;
	}

	.wapH {
		font-size: 12px;
	}

	.wap .icon-box-lists {
		flex-direction: column;
		gap: 1rem;
	}
}