/* 王啸峰整理 除首页 政务公开频道页 依法治国频道页外所有页面的样式 */

.h_headxianwj {
	position: relative;
	border-bottom: 1px solid #cccccc;
}

.h_containerbox {
	width: 1200px;
	margin: 0px auto 30px;
}

.return-hide::after {
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	width: 210px;
	height: 100px;
	/* background-color: blue; */
	/* background: url(../ansel/) center center/100% 100% no-repeat; */
}

/* 当前位置 */
.h_website_position {
	height: 50px;
	padding: 15px 15px 0;
	margin-top: 15px;
	background-color: #F5F5F5;
}

.h_website_position a {
	height: 20px;
	line-height: 20px;
	font-size: 16px;
	color: #606060;
	text-decoration: none;
}

.h_website_position a:hover,
.h_website_position a.hover {
	color: #c30310;
}

.h_website_position a.h_website_position_index {
	padding-left: 20px;
	margin-left: 10px;
	background: url(../images/h_img/position.png) left center no-repeat;
}

.h_website_position a.h_website_position_index:hover {
	background: url(../images/h_img/position_hover.png) left center no-repeat;
}

.h_website_position font {
	width: 6px;
	height: 20px;
	margin: 0px 14px;
	background: url(../images/h_img/position_fg.png) left center no-repeat;
	display: block;
	float: left;
}

/* /当前位置 */


/* 栏目名称 */
.h_page_title {
	width: 100%;
	border-bottom: 1px solid #ebebeb;
}

.h_page_title h3 {
	padding: 22px 0px 14px 0px;
	margin-bottom: -1px;
	font-size: 32px;
	color: #015293;
	font-weight: 500;
	border-bottom: 1px solid #015293;
	display: inline-block;
}

/* /栏目名称 */


/* 左侧导航样式 - 通用 */
.h_fazhi_work {
	width: 298px;
	margin: 15px 0px 40px 0px;
	border-left: 7px solid #015294;
	display: block;
	float: left;
}

.h_fazhi_work h3 {
	width: 100%;
	height: 90px;
	line-height: 90px;
	color: #fff;
	font-size: 30px;
	text-indent: 50px;
	background: url(../images/h_img/leftlistbg.png) no-repeat;
	display: block;
}

.h_fazhi_work ul.h_fzworklist {
	width: 100%;
	padding-top: 30px;
}

.h_fazhi_work ul.h_fzworklist li {
	width: 100%;
	margin-left: -7px;
	border-left: 7px solid #015294;
}

.h_fazhi_work ul.h_fzworklist li a {
	width: 220px;
	line-height: 30px;
	margin-left: 45px;
	border-bottom: 1px solid #EAEAEA;
	text-decoration: none;
	font-size: 18px;
	color: #535353;
	display: block;
	padding: 10px 0;
}

.h_fazhi_work .h_fzworklist li:hover,
.h_fazhi_work ul.h_fzworklist li.h_fzworklist_click {
	border-left: 7px solid #f5d389;
}

.h_fazhi_work .h_fzworklist li:hover a,
.h_fazhi_work ul.h_fzworklist li.h_fzworklist_click a {
	color: #015294;
	font-weight: bold;
	border-bottom: 1px solid #015294;
}

/* /左侧导航样式 - 通用 */


/* 通用列表页 - 右侧列表 */
.h_fazhi_workrightlist {
	width: 865px;
	margin-top: 15px;
	display: block;
	float: right;
}

.h_fazhi_workrightlist h3 {
	height: 90px;
	line-height: 90px;
	margin-bottom: -1px;
	color: #015294;
	font-size: 32px;
	font-weight: 500;
	border-bottom: 1px solid #015294;
	display: inline-block;
}

.h_fazhi_workrightlist ul.tylb {
	margin-top: 30px;
	min-height: 600px;
}

.h_fazhi_workrightlist ul.tylb li {
	width: 100%;
}

.h_fazhi_workrightlist ul.tylb li a {
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 17px;
	display: block;
	text-decoration: none;
}

.h_fazhi_workrightlist ul.tylb li a p {
	width: 710px;
	padding-left: 20px;
	color: #333333;
	background: url(../images/h_img/dian.png) left center no-repeat;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.h_fazhi_workrightlist ul.tylb li a span {
	color: #999999;
	float: right;
	display: inline-block;
}

.h_fazhi_workrightlist ul.tylb li a:hover p {
	font-weight: bold;
	color: #015294;
	background: url(../images/h_img/dian_hover.png) left center no-repeat;
}

.h_fazhi_workrightlist ul.tylb li a:hover span {
	font-weight: bold;
	color: #c30310;
}

/* /通用列表页 - 右侧列表 */


/* 宽屏列表 */
.wxf_kplbul {
	width: 100%;
}

.wxf_kplbul ul {
	margin-top: 30px;
	min-height: 600px;
}

.wxf_kplbul ul li {
	width: 100%;
}

.wxf_kplbul ul li a {
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	display: block;
	text-decoration: none;
}

.wxf_kplbul ul li a p {
	width: 1000px;
	padding-left: 20px;
	color: #333333;
	background: url(../images/h_img/dian.png) left center no-repeat;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wxf_kplbul ul li a span {
	color: #999999;
	float: right;
	display: inline-block;
}

.wxf_kplbul ul li a:hover p {
	font-weight: bold;
	color: #c30310;
	background: url(../images/h_img/dian_hover.png) left center no-repeat;
}

.wxf_kplbul ul li a:hover span {
	font-weight: bold;
	color: #c30310;
}

/* /宽屏列表 */

/* 通用内容页 */
.h_tynrhead {
	width: 100%;
	padding-bottom: 25px;
	background: url(../images/h_img/headbottom.png) bottom center repeat-x;
}

.h_tynrhead h3 {
	text-align: center;
	font-size: 27px;
	line-height: 50px;
	color: #000;
	margin: 50px 0px 40px 0px;
}

.h_tynrheadbut .wxf_tynr_time {
	width: 79%;
	font-size: 16px;
	color: #777777;
	float: left;
}

.h_tynrheadbut .h_zihaobt {
	color: #717171;
	font-size: 16px;
	float: left;
}

.h_tynrheadbut .h_zihaobt a {
	font-size: 16px;
	color: #777777;
	cursor: pointer;
}

.h_tynrheadbut .h_zihaobt a:hover {
	color: #C30310;
}

.h_tynrheadbut .wxf_tynr_share {
	float: right;
}

.tongyongneirangpage {
	min-height: 600px;
	padding: 40px 0px;
	font-size: 17px;
	color: #333;
	line-height: 38px;
}

/* /通用内容页 */

/* 图片新闻 */
.h_img_news ul li {
	width: 240px;
	height: 300px;
	display: inline-block;
	margin: 22px 22px 22px 21px;
	overflow: hidden;
}

.h_img_news ul li a {
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

.h_img_news {
	margin-top: 30px;
	min-height: 600px;
}

.h_newsimgbox {
	width: 241px;
	height: 186px;
	background-color: #f5f5f5;
	padding: 12px;
}

.h_newsimgbox img {
	width: 216px;
	height: 160px;
}

.h_imgnewstext {
	height: 110px;
	width: 241px;
	background: #ffffff;
}

.h_imgnewstext p {
	height: 50px;
	width: 100% !important;
	margin-top: 12px;
	font-size: 18px;
	line-height: 26px;
	color: #333333;
}

.h_imgnewstext span {
	font-size: 18px;
	color: #888888;
	display: block;
	margin-top: 30px;
}

.h_img_news ul li:hover .h_newsimgbox {
	background-color: #addbff;
}

.h_img_news ul li:hover .h_imgnewstext p {
	color: #015293;
}

/* /图片新闻 */

/* 动漫视频 */
.h_video_news {
	margin-top: 27px;
}

.h_video_tablist {
	border-bottom: 1px solid #b8b8b8;
}

.h_video_tablist a {
	width: 163px;
	height: 50px;
	line-height: 50px;
	margin-right: 10px;
	margin-bottom: -1px;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-size: 18px;
	border: 1px solid #e6e6e6;
	border-bottom: 1px solid #b8b8b8 !important;
	display: block;
	float: left;
}

.h_video_tablist a:hover,
.h_video_tablist a.hover {
	border: 1px solid #b8b8b8 !important;
	border-bottom: 1px solid #fff !important;
	color: #015293;
}

.h_video_baolist {
	min-height: 500px;
	margin-top: 35px;
}

.h_video_baolist li {
	width: 262px;
	height: 187px;
	display: inline-block;
	margin: 0px 11px 35px 12px;
	overflow: hidden;
}

.h_video_baolist li a {
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}

.h_video_baolist li a img {
	width: 262px;
	height: 186px;
	transition: all 1.5s;
}

.h_video_baolist li a p {
	width: 100% !important;
	height: 42px;
	line-height: 42px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: url(../images/h_img/touming.png) no-repeat;
	color: #fff;
	text-align: center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.h_video_baolist li a:hover img {
	transform: scale(1.1);
}

.h_video_baolist li a:hover p {
	color: #015293;
}

/* /动漫视频 */

/* 机构概况 */
.h_sift_general {
	width: 100%;
	min-height: 600px;
	margin-top: 20px;
	padding-bottom: 30px;
	font-size: 18px;
	line-height: 38px;
	color: #333333;
}

/* 机构概况 */

/* 内设机构 */
.h_nsjglist {
	margin-top: 20px;
}

.h_nsjglist li {
	width: 206px;
	height: 50px;
	display: inline-block;
	border: 1px solid #f2f2f2;
	border-bottom: 1px solid #0265b4;
	box-shadow: 0px -1px 2px 1px #f2f2f2;
	margin: 20px 3px 0px 3px;
}

.h_nsjglist li a {
	width: 100%;
	height: 100%;
	font-size: 14px;
	display: block;
	text-decoration: none;
	line-height: 50px;
	text-align: center;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.h_nsjglist li:hover,
.h_nsjglist li.hover {
	background: #015293;
	border: 1px solid #015293;
	border-bottom: 1px solid #0265b4;
}

.h_nsjglist li:hover a,
.h_nsjglist li.hover a {
	color: #fff;
}

.h_neishejigzz {
	margin-top: 50px;
	padding-bottom: 40px;
	padding-left: 6px;
}

.h_neishejigzz .h_neishejigtext {
	font-size: 20px;
	color: #015293;
	font-weight: bold;
}

.h_neishejigzz .h_zhyzztext {
	min-height: 400px;
	padding-top: 20px;
	font-size: 18px;
	color: #333;
	line-height: 40px;
}

/* /内设机构 */

/* 新闻发布会 */
.h_xinwenfabuhui {
	padding-bottom: 90px;
}

.h_xinwenfabuhui ul li {
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	padding: 30px 0px;
}

.h_xinwenfabuhui ul li a {
	width: 100%;
	padding: 10px 0px;
	display: block;
}

.h_xinwenfabuhui ul li a img {
	width: 304px;
	height: 230px;
	display: block;
	float: left;
}

.h_xinwenfabuhui ul li a .h_xinwenfabuhuiright {
	width: 865px;
	float: right;
}

.h_xinwenfabuhui ul li a .h_xinwenfabuhuiright p.xwfbh_title {
	font-size: 26px;
	font-weight: bold;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.h_xinwenfabuhui ul li a .h_xinwenfabuhuiright p.xwfbh_time {
	padding: 30px 0px 10px 0px;
	font-size: 18px;
	color: #444;
}

.h_xinwenfabuhui ul li a .h_xinwenfabuhuiright p.xwfbh_time span {
	color: #c30310;
}

.h_xinwenfabuhui ul li a .h_xinwenfabuhuiright p.xwfbh_zy {
	font-size: 18px;
	color: #444;
	line-height: 40px;
}

.h_xinwenfabuhui ul li a .h_xinwenfabuhuiright p.xwfbh_zy span {
	color: #c30310;
}

.h_xinwenfabuhui ul li a:hover {
	background-color: #f5f5f5;
}

.h_xinwenfabuhui ul li a:hover .h_xinwenfabuhuiright p.xwfbh_title {
	color: #c30310;
}

/* /新闻发布会 */

/* 双公示 */
.h_fazhi_worktablebox {
	min-height: 600px;
}

.h_sgstable {
	width: 100%;
	margin-top: 30px;
}

.h_sgstable tr.oldtr {
	background-color: #f5f5f5;
}

.h_sgstable tr:hover {
	background-color: #e9e9e9;
}

.h_sgstable tr th {
	color: #c30310;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 0px;
	border: 1px solid #FFF;
	background-color: #e9e9e9;
	text-align: center;
}

.h_sgstable tr td {
	border: 1px solid #fff;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	padding: 18px 0px;
}

.h_sgstable tr td a {
	color: #c6252e;
	text-decoration: none;
}

.h_sgstable tr td a:hover {
	font-weight: bold;
}

/* /双公示 */

/* 双公示内容页 */
.h_sgsnrtable {
	margin-top: 30px;
	margin-bottom: 40px;
}

.h_sgsnrtable tr {}

.h_sgsnrtable tr td {
	border: 1px solid #dfdfdf;
	font-size: 16px;
	color: #333;
}

.h_sgsnrtable tr td.h_sgsnrtableone {
	width: 170px;
	background-color: #f5f5f5;
	text-align: right;
	padding: 18px 10px 18px 0;
}

.h_sgsnrtable tr td.h_sgsnrtabletwo {
	width: 690px;
	padding: 18px 0 18px 13px;
	line-height: 25px;
}

/* /双公示内容页 */

/* 权责清单列表 */
.h_fazhi_workrightlist ul.qzqdlb {
	margin-top: 30px;
	min-height: 600px;
}

.h_fazhi_workrightlist ul.qzqdlb li {
	width: 100%;
}

.h_fazhi_workrightlist ul.qzqdlb li a {
	width: 100%;
	height: 44px;
	line-height: 44px;
	font-size: 17px;
	display: block;
	text-decoration: none;
}

.h_fazhi_workrightlist ul.qzqdlb li a p {
	width: 100%;
	padding-left: 20px;
	color: #333333;
	background: url(../images/h_img/dian.png) left center no-repeat;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.h_fazhi_workrightlist ul.qzqdlb li a:hover p {
	font-weight: bold;
	color: #c30310;
	background: url(../images/h_img/dian_hover.png) left center no-repeat;
}

/* /权责清单列表 */

/* 权责清单内容 */
.h_quanzeqingdan {
	margin-top: 30px;
	margin-bottom: 40px;
}

.h_quanzeqingdan tr td {
	border: 1px solid #dfdfdf;
	font-size: 16px;
	color: #333;
}

.h_quanzeqingdan tr td.qzqdtd_one {
	width: 170px;
	background-color: #f5f5f5;
	text-align: center;
	color: #000;
}

.h_quanzeqingdan tr td.qzqdtd_two {
	width: 690px;
	padding: 18px 0 18px 13px;
	line-height: 25px;
}

/* /权责清单内容 */

/* 网站地图 */
.h_webnav {
	margin-top: 45px;
	padding-bottom: 50px;
}

.h_webnavhead {
	width: 100%;
	height: 50px;
	background: #F5F5F5;
}

.h_webnavhead a {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	margin-left: 20px;
	font-size: 20px;
	color: #222;
	font-weight: bold;
	display: inline-block;
	background: url(../images/wxf2.png) left center no-repeat;
}

.h_webnavhead a:hover {
	color: #C30310;
}

.h_webnavcomment {
	padding: 20px 0px;
	min-height: 60px;
}

.h_webnavcomment li {
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	padding-right: 70px;
	display: inline-block;
}

.h_webnavcomment li a {
	font-size: 16px;
	color: #333;
}

.h_webnavcomment li a:hover {
	color: #C30310;
}

/* /网站地图 */

/* 友情链接 */
.h_youqinglianjietab {
	margin-top: 35px;
}

.h_youqinglianjietab a {
	width: 162px;
	height: 65px;
	padding-bottom: 10px;
	margin: 0px 2px;
	margin-bottom: 35px;
	line-height: 55px;
	font-size: 20px;
	color: #000;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	background: url(../images/h_img/youqinglianjietab.png) top center no-repeat;
	display: inline-block;
}

.h_youqinglianjietab a:hover,
.h_youqinglianjietab a.hover {
	background: url(../images/h_img/youqinglianjietab1.png) top center no-repeat;
	color: #fff;
}

.h_yqljzhuti {
	min-height: 600px;
	overflow: hidden;
}

.h_yqljzhuti a {
	width: 210px;
	height: 50px;
	line-height: 50px;
	margin: 7px 13px;
	background: #f5f5f5;
	text-align: center;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	display: inline-block;
}

.h_yqljzhuti a:hover {
	background-color: #dabb85;
	color: #fff;
}

/* 友情链接 */

/* 隐私声明 */
.h_yinsishengmingtext {
	width: 100%;
	min-height: 600px;
	font-size: 17px;
	color: #333;
	line-height: 38px;
	padding-top: 35px;
	padding-bottom: 50px;
}

/* /隐私声明 */

/* 专题专栏 */
.h_zhuantizhuanlanlist {
	min-height: 600px;
	padding-bottom: 50px;
}

.h_zhuantizhuanlanlist li {
	width: 296px;
	height: 187px;
	border: 1px solid #e1e2e6;
	margin-top: 40px;
	display: inline-block;
}

.h_zhuantizhuanlanlist li:hover {
	background-color: #e1e2e6;
}

.h_zhuantizhuanlanlist li a {
	width: 100%;
	height: 100%;
	display: block;
}

.h_zhuantizhuanlanlist li a img {
	width: 272px;
	height: 103px;
	display: block;
	margin: 20px auto;
}

.h_zhuantizhuanlanlist li a p {
	width: 272px;
	margin: 0px auto;
	display: block;
	font-size: 18px;
	color: #333;
	margin-top: 16px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* /专题专栏 */

/* 厅领导 */
.h_jg_tleadership {
	margin-top: 24px;
}

.h_tleadershipbox {
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.h_tleadershipbox {
	width: 855px;
}

.h_tleadershipboxleft {
	width: 180px;
	display: inline-block;
	text-align: center;
}

.h_tldleftbox img {
	width: 128px;
	height: 159px;
	border: 1px solid #4a90cd;
	padding: 4px;
}

.h_tldleftbox .h_tldleftboxname {
	padding-top: 20px;
	font-size: 22px;
	color: #4370b2;
	font-weight: 600;
	text-align: center;
}

.h_tldleftbox .h_tldleftboxtext {
	font-size: 16px;
	color: #4370b2;
	margin-top: 14px;
	line-height: 24px;
}

.h_tldrightbox {
	width: 640px;
	display: inline-block;
	vertical-align: top;
	margin-left: 25px;
}

.h_tldfgjlfg {
	height: 34px;
	line-height: 34px;
	padding-left: 40px;
	font-size: 23px;
	color: #4370b2;
	font-weight: bold;
	margin-bottom: 24px;
	background: url(../images/h_img/11.png) left center no-repeat;
}

.h_tldgzjtnr {
	font-size: 17px;
	color: #333333;
	margin-bottom: 25px;
	line-height: 34px;
	overflow: hidden;
}

.h_tldfgjltitle {
	height: 34px;
	line-height: 34px;
	padding-left: 40px;
	background: url(../images/h_img/22.png) left center no-repeat;
	font-size: 23px;
	color: #4370b2;
	font-weight: bold;
	margin-bottom: 24px;
}

.wxf_leader_zk,
.wxf_leader_bh {
	width: 160px;
	height: 36px;
	background: #eaeaea;
	text-align: center;
	line-height: 36px;
	text-decoration: none;
	color: #333333;
	display: none;
	margin: 0px auto;
	cursor: pointer;
}

.wxf_leader_zk:hover,
.wxf_leader_bh:hover {
	background: #C30310;
	color: #FFF;
}

/* /厅领导 */

/* 重点领域信息公开 */
.w_zdlyxxgk {
	width: 1200px;
	overflow: hidden;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap {
	width: 1300px;
	margin-bottom: 200px;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a {
	width: 280px;
	height: 185px;
	margin: 40px 27px 0px 0px;
	display: block;
	background-color: #F7F7F7;
	float: left;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a span {
	width: 100%;
	padding-top: 80px;
	margin-top: 40px;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #343434;
	float: left;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a.w_zdlyxxgk_a1 span {
	background: url(../images/wxf40-1.png) top center no-repeat;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a.w_zdlyxxgk_a2 span {
	background: url(../images/wxf40-2.png) top center no-repeat;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a.w_zdlyxxgk_a3 span {
	background: url(../images/wxf40-3.png) top center no-repeat;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a.w_zdlyxxgk_a4 span {
	background: url(../images/wxf40-4.png) top center no-repeat;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a.w_zdlyxxgk_a5 span {
	background: url(../images/wxf40-5.png) top center no-repeat;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a.w_zdlyxxgk_a6 span {
	background: url(../images/wxf40-6.png) top center no-repeat;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a:hover {
	background-color: #C30310;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a:hover span {
	color: #FFF;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a span {
	width: 100%;
	padding-top: 80px;
	margin-top: 40px;
	display: block;
	text-align: center;
	font-size: 20px;
	color: #343434;
	float: left;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a.w_zdlyxxgk_a1:hover span {
	background: url(../images/wxf40-1-hover.png) top center no-repeat;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a.w_zdlyxxgk_a2:hover span {
	background: url(../images/wxf40-2-hover.png) top center no-repeat;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a.w_zdlyxxgk_a3:hover span {
	background: url(../images/wxf40-3-hover.png) top center no-repeat;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a.w_zdlyxxgk_a4:hover span {
	background: url(../images/wxf40-4-hover.png) top center no-repeat;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a.w_zdlyxxgk_a5:hover span {
	background: url(../images/wxf40-5-hover.png) top center no-repeat;
}

.w_zdlyxxgk .w_zdlyxxgk_wrap a.w_zdlyxxgk_a6:hover span {
	background: url(../images/wxf40-6-hover.png) top center no-repeat;
}

/* /重点领域信息公开 */
