@media (max-width: 961px) {
	html {
		font-size: 128px;
	}
}

@media (max-width: 951px) {
	html {
		font-size: 126.6667px;
	}
}

@media (max-width: 901px) {
	html {
		font-size: 120px;
	}
}

@media (max-width: 801px) {
	html {
		font-size: 106.6667px;
	}
}

@media (max-width: 774px) {
	html {
		font-size: 103.0667px;
	}
}

@media (max-width: 769px) {
	html {
		font-size: 102.4px;
	}
}

@media (max-width: 751px) {
	html {
		font-size: 100px;
	}
}

@media (max-width: 737px) {
	html {
		font-size: 98.1333px;
	}
}

@media (max-width: 733px) {
	html {
		font-size: 97.6px;
	}
}

@media (max-width: 732px) {
	html {
		font-size: 97.4667px;
	}
}

@media (max-width: 668px) {
	html {
		font-size: 88.9333px;
	}
}

@media (max-width: 641px) {
	html {
		font-size: 85.3333px;
	}
}

@media (max-width: 601px) {
	html {
		font-size: 80px;
	}
}

@media (max-width: 569px) {
	html {
		font-size: 75.7333px;
	}
}

@media (max-width: 534px) {
	html {
		font-size: 71.0667px;
	}
}

@media (max-width: 436px) {
	html {
		font-size: 58px;
	}
}

@media (max-width: 415px) {
	html {
		font-size: 55.2px;
	}
}

@media (max-width: 412px) {
	html {
		font-size: 54.8px;
	}
}

@media (max-width: 385px) {
	html {
		font-size: 51.2px;
	}
}

@media (max-width: 376px) {
	html {
		font-size: 50px;
	}
}

@media (max-width: 361px) {
	html {
		font-size: 48px;
	}
}

@media (max-width: 321px) {
	html {
		font-size: 42.6667px;
	}
}

#container .main {
	width: 100%;
}

#container {
	width: 100%;
	overflow-x: hidden;
}

#demo1 {
	display: none !important;
}

.shareFixed {
	display: none;
}

/* 头部 */

#header {
	height: 2.1rem;
	margin-bottom: 0rem;
	background-size: cover;
	overflow: visible;
	background: none;
	background-color: #ff3d2c;
}

#header .main {
	width: 100%;
	height: 2rem;
	background: url(../images/bg.png) no-repeat;
	background-size: 100% 100%;
}

#header .logo-header>.img {
	width: 0.7rem;
	height: 0.76rem;
	margin-left: 0.3rem;
}

#header .logo-header>.img img {
	width: 100%;
	height: 100%;
}

#header .logo-header {
	display: flex;
	align-items: center;
	height: 100%;
	margin: 0;
}

#header .logo-header .logo-text {
	width: 3.8rem;
	height: 0.8rem;
	margin-left: 0.14rem;
}

#header .logo-header .logo-text img {
	width: 100%;
	height: 100%;
}

.mobileIcon {
	display: block;
	width: 0.5rem;
	float: right;
	margin: 0.82rem 0.3rem 0 0;
}

.mobileIcon span {
	display: block;
	width: 0.5rem;
	height: 0.1rem;
	background: #d11909;
	margin-bottom: 0.08rem;
}

#header .search-box {
	width: 5.34rem;
	left: 0;
	height: 0.8rem;
	display: flex;
	top: 2.3rem;
	left: 1.07rem;
	margin-top: 0;
	align-items: center;
	justify-content: center;
	border: solid 3px #d11909;
}

#header .search-box .input {
	width: 3.55rem;
	height: 0.8rem;
	font-size: 0.36rem;
	border-radius: 0;
	position: static;
	padding-left: 0.3rem;
	background-color: #fff;
}

.search-box .search-btn {
	width: 1.8rem;
	height: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: static;
	border-radius: 0;
}

.search-box .search-btn span {
	display: block;
	margin-left: 0.02rem;
}

.search-box .search-btn i {
	width: 0.4rem;
	height: 0.4rem;
	margin: 0;
	display: inline-block;
	background-size: cover;
}

#nav-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	padding-top: 3.81rem;
	background-color: rgba(0, 0, 0, .7);
	display: none;
}

#nav-menu .menu li {
	width: calc(50% - 0.5rem);
	height: 1.45rem;
	margin: 0.25rem;
	background-color: #cf2820;
}

#nav-menu .menu li a {
	height: 100%;
	box-sizing: border-box;
}

#nav-menu .menu li a:before {
	display: inline;
}

#nav-menu .menu li span {
	display: block;
	width: 100%;
	font-size: 0.34rem;
	text-align: center;
	margin-left: 0;
}

#nav-menu .menu li i {
	width: 0.6rem;
	height: 0.56rem;
	padding: 0;
	margin: 0.17rem 0 0.17rem;
	vertical-align: baseline;
}

.menu_x {
	display: block;
	position: absolute;
	right: 0.1rem;
	top: -3rem;
	width: 0.42rem;
	height: 0.42rem;
}

.content .slideTxtBox>.bd>.script li>span {
	display: none;
}

/* 轮播图 */
.content .swiper {
	width: 100%;
	height: 4.3rem;
	margin: 0.3rem 0 0.6rem;
}

.swiper .slideTxtBox2 {
	width: 100%;
	height: auto;
}

.swiper .slideTxtBox2>.bd .slide>li>a {
	float: none;
	display: block;
	height: 100%;
}

.swiper .slideTxtBox2>.bd .slide>li img {
	height: 4.22rem;
}

.hd>a {
	width: 0.5rem;
	height: 1.28rem;
	top: -2.79rem;
}

.swiper .news {
	height: 0.6rem;
	display: flex;
	align-items: center;

}

.swiper .news .news_content {
	padding-left: 0.2rem;
	box-sizing: border-box;
	width: 100%;
	line-height: 0.6rem;
	font-size: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.slideTxtBox2>.hd .page {
	width: 100%;
}

/* 武汉要闻 最新要闻 */
.focusnews {
	width: 100%;
	padding: 0 0.3rem;
	height: auto;
	margin-top: 0;
	box-sizing: border-box;
	padding-bottom: 1.35rem;
	position: relative;
}

.content .slideTxtBox>.hd>ul {
	width: 100%;
	margin-bottom: 0.4rem;
}

.content .slideTxtBox>.hd>ul>li {
	font-size: 0.34rem;
	padding-bottom: 0.2rem;
	margin-left: 0.3rem;
}

.content .slideTxtBox>.hd {
	position: static;
}

.content .slideTxtBox>.bd>.news>li>a .p {
	width: 100%;
	font-size: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: auto;
	line-height: inherit;
	box-sizing: border-box;
}

.content .slideTxtBox>.bd>.script li a {
	width: 100%;
	height: auto;
	line-height: inherit;
	font-size: 0.3rem;
}

.content .slideTxtBox>.bd>.news>li>a .time {
	display: none;
}

.content .slideTxtBox>.hd li.more {
	width: 6.9rem;
	height: 0.75rem;
	box-sizing: border-box;
	background-color: #ffffff;
	border-radius: 6px;
	border: solid 2px #dddddd;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.3rem;
	color: #666;
	right: 0.3rem;
	bottom: 0;
	top: auto;
}

/* 通知公告 工作动态 */
.main_left {
	width: 100%;
}

.main_tzgg {
	margin-top: 0.6rem;
	position: relative;
}

.content .main_tzgg .slideTxtBox>.bd>.news li:first-child {
	margin-top: 0;
}

.content .main_tzgg .slideTxtBox>.bd>.news>li>a .p {
	width: 100%;
	font-size: 0.3rem;
}

.news_title {
	height: 100%;
	padding-left: 0.3rem;
	box-sizing: border-box;
	line-height: 0.4rem;
}

.content .slideTxtBox>.bd>.news>li>a:before {
	position: absolute;
	font-size: 0.5rem;
	height: 0.4rem;
	line-height: 0.35rem;
	width: 0.2rem;
}

.main_left .news_centent {
	font-size: 0.28rem;
	text-indent: 0.3rem;
	-webkit-line-clamp: 4;
	margin-top: 0.4rem;
}

.content .main_xcjy .slideTxtBox>.bd>.news>li>a .p {
	width: 100%;
}

.content .slideTxtBox>.bd>.news>li>a:before {
	left: 0.02rem;
	top: -0.01rem;
}

.main_swiper {
	float: none;

}

.main_xcjy {
	margin-top: 0.8rem;
}

.right_swiper {
	width: 100%;
	padding: 0 0.3rem;
	box-sizing: border-box;
	height: auto;
	margin-top: 0.6rem;
}

.right_swiper img {
	width: 100%;
	height: 4.58rem;
}

.main_right {
	width: 100%;
}

#right_swiper .bd {
	width: 100%;
}

#right_swiper .bd .slide li {
	width: 100%;

}

.main_swiper_title {
	font-size: 0.34rem;
}

/* 保守  涉密 */
.baomi_swiper {
	width: 100%;
	padding: 0 0.3rem;
	height: 1rem;
	margin-top: 0.6rem;
	box-sizing: border-box;
}

#baomi_swiper>.bd li img {
	width: 100%;
	height: 100%;
}

.main_right>ul li {
	width: 3.37rem;
	height: 0.83rem;
	margin-right: 0.3rem;
	margin-bottom: 0.4rem;
	float: left;
}

.main_right>ul li:nth-child(2n) {
	margin-right: 0;
}

.main_right>ul li:nth-child(2n-1) {
	margin-left: 0.3rem;
}

.main_right>ul li a i {
	width: 0.35rem;
	height: 0.35rem;
	margin: 0 0.28rem 0 0.36rem;
}

.main_right>ul li a {
	font-size: 0.26rem;
	display: flex;
	align-items: center;
	line-height: auto;
}

.main_right .img {
	width: 6.9rem;
	height: 3.28rem;
	margin: 0.6rem auto 0;
}

#container div.outerChain {
	margin-top: 0.4rem;
}

#container div.outerChain ul {
	width: 100%;
	padding: 0 0.3rem;
	box-sizing: border-box;
}

#container div.outerChain ul li {
	width: 100%;
	float: none;
	margin-left: 0;
	margin-bottom: 0.3rem;
}

.content .main_swiper .slideTxtBox>.bd>.news li {
	width: 100%;
}

.content .slideTxtBox>.bd>.news {
	height: auto;
}

.outerChain>ul>li div {
	width: 100%;
	height: 0.93rem;
	cursor: pointer;
	line-height: 0.93rem;
	position: relative;
	text-align: center;
	/* opacity: 0.4; */
	font-size: 0.26rem;
	overflow: hidden;
}

.outerChain ul li i.fenxiang {
	width: 0.47rem;
	height: 0.47rem;
	top: 0.24rem;
	left: 0.43rem;
}

/* 尾部 */

#footer {
	padding: 0.4rem 0;
	margin-top: 0.8rem;
}

#footer>.content {
	width: 100%;
	height: 5.96rem;
	padding-left: 0;
	padding-right: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.footer-map {
	width: 100%;
	margin: 0;
}

.map-info {
	margin: 0.1rem 0 0 0;
	width: 100%;
}

.map-info>p {
	width: 100%;
	font-size: 0.28rem;
	text-align: center;
	margin-bottom: 0.26rem;
}

.map-info>p span {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 0.2rem;
}

#footer .map-info>p>a {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0.4rem 0 0 0;
}

#footer #imgConac {
	height: 1.31rem;
	width: 1rem;
	left: 1.8rem;
	top: 97%;
	margin-left: 0rem;
	margin-top: -1.1rem;
}

#footer img.img-zfwzzc {
	height: 1.11rem;
	width: 2.2rem;
	left: 3.5rem;
	top: 99%;
	margin-left: 0rem;
	margin-top: -1.1rem;
}

.map-info>a {
	width: 100%;
	height: 0.28rem;
	font-size: 0.28rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.26rem;
}

.map-info>p:nth-child(2n) {
	margin-left: 0px;
}


/* 弹框 */

.model .link-model {
	width: 5.94rem;
	height: 3.8rem;
}

.model .link-model .top {

	padding: 0.23rem 0.36rem 0 0;
}

.model .link-model .top i {
	width: 0.29rem;
	height: 0.29rem;
	background-size: 100% 100%;
}

.model .link-model .link_main {
	padding: 0.23rem 0.46rem 0.21rem;
}

.model .link-model .link_main .title {
	font-size: 0.28rem;
}

.model .link-model .link_footer {
	height: auto;
	padding: 0.16rem 0.3rem;
}

.model .link_footer .btn {
	width: 1.35rem;
	height: 0.48rem;
	font-size: 0.28rem;
}

.model .link_footer .btn.cancel {
	line-height: 0.48rem;
	margin-right: 0.2rem;
}

.model .link_footer .btn.confirm {
	line-height: 0.48rem;
}


/* 列表 */

.listTop {
	padding-top: 0.3rem;
}


/* 当前位置 */

#nav-crumbs b {
	font-size: 0.3rem;
}

#nav-crumbs>.nav-crumbs-list {
	width: 6.43rem;
	display: block;
	font-size: 0.3rem;
	margin: 0.3rem 0 0.3rem 0.22rem;
}

#nav-crumbs>.nav-crumbs-list a {
	font-size: 0.3rem;
	display: inline;
	word-wrap: break-word;
}

#nav-crumbs {
	width: 6.9rem;
	height: auto;
	padding: 0;
	margin: 0rem auto 0.3rem;
}

#nav-crumbs .nav-crumbs-list>i {
	width: 0.25rem;
	height: 0.24rem;
	margin-left: 0.3rem;
	margin-right: 0.1rem;
	background-size: 100% 100%;
}


/* 侧边栏 */

#inside-content #side_info {
	width: 100%;
}

#inside-content #side_info .info-tree {
	height: auto;
	padding: 0;
}

#inside-content #side_info ul.info-tree-hdjl {
	height: 6rem;
}

#inside-content #side_info ul.info-tree-bsfw {
	height: 9.2rem;
}

#inside-content #side_info ul.info-tree-bmdt {
	height: 2rem;
}

#inside-content #side_info .info-tree-ztzl {
	height: 0rem;
}

#inside-content #side_info .tc {
	height: 1.2rem;
}

#inside-content #side_info .tc i {
	width: 0.54rem;
	height: 0.56rem;
	margin-right: 0.3rem;
}

#inside-content #side_info .tc span {
	font-size: 0.48rem;
}

#inside-content .info-tree>li {
	width: 100%;
}

#inside-content .info-tree>li>i {
	width: 0.31rem;
	height: 0.31rem;
	top: 0.4rem;
	right: 0.3rem;
}

#inside-content .info-tree>li>a {
	width: 100%;
	border-left: 6px solid #FFFFFF;
	display: block;
	line-height: 1rem;
	font-size: 0.34rem;
	color: #333333;
	padding-left: 0.45rem;
	margin-right: 0.23rem;
}

#inside-content .info-tree li.level-1>ul {
	margin: 0.3rem 0 0.3rem 0.9rem;
}

#inside-content .info-tree li.level-1>ul>li>a:before {
	width: 0.12rem;
	height: 0.12rem;
	margin-right: 0.3rem;
	margin-bottom: 0.055rem;
}

#inside-content .info-tree li.level-1 ul a {
	width: 3.5rem;
	height: 0.52rem;
	font-size: 0.3rem;
	line-height: 0.52rem;
}

#article-info {
	width: 100%;
	padding: 0 0 0rem 0;
}

.personal-tailor>.item-box li {
	width: 100%;
	padding: 0.4rem 0;
}

#inside-content #side_info ul.listUl {
	height: auto;
}

.personal-tailor>.item-box li:before {
	width: 0.1rem;
	height: 0.1rem;
	top: 0.55rem;
	left: 0.2rem;
	background-size: 100% 100%;
}

.personal-tailor>.item-box .item-li-a h2 {
	width: 6.12rem;
	font-size: 0.34rem;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	margin: 0rem 0.3rem 0.2rem 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	white-space: normal;
	-webkit-box-orient: vertical;
}

.personal-tailor>.item-box .item-li-a .other {
	font-size: 0.26rem;
	margin-left: 0.5rem;
	margin-bottom: 0rem;
}

.personal-tailor>.item-box .item-li-a .content>.other {
	margin-left: 0.2rem;
}

#page-code {
	margin-top: 0.6rem;
	padding: 0 0.42rem;
}

#page-code ul li {
	width: 0.74rem;
	height: 0.64rem;
	margin: 0 0 0.16rem 0.1rem;
}

#page-code ul li a {
	line-height: 0.64rem;
	font-size: 0.28rem;
}

#page-code ul li.md {
	width: 1.16rem;
	margin-left: 0rem;
}

#page-code ul li.lg {
	width: 1.44rem;
}

#page-code ul li.md:last-child {
	margin: 0 0 0.16rem 0.1rem;
}

.geli {
	display: block;
}

#inside-content .info-tree li.level-2>i {
	width: 0.24rem;
	height: 0.24rem;
	top: 0.23rem;
	right: 0;
	left: 4rem;
}

#inside-content .info-tree li.level-1 .level-2 ul li a {
	width: 4rem;
}

#inside-content .info-tree li.level-2 ul li a:before {
	width: 0.12rem;
	height: 0.12rem;
	background-size: 100% 100%;
	margin-right: 0.2rem;
	margin-bottom: 0.055rem;
}

#navbox {
	margin-top: 0.6rem;
	padding: 0 0.42rem;
}

#navbox span,
#navbox a {
	height: 0.64rem;
	margin: 0 0 0.16rem 0.1rem;
	line-height: 0.64rem;
	font-size: 0.28rem;
	padding: 0 0.22rem;
	background-color: #eeeeee;
}

#navbox span {
	background-color: #D21809;
}

.com-not-data {
	font-size: 0.34rem;
	margin: 0.4rem 0 0 0.5rem;
}


/*领导列表*/

#article-info.ldjs {
	padding: 0;
}

#article-info.ldjs .list {
	width: 100%;
	padding-top: 0.3rem;
	background-color: #fff;
}

#article-info.ldjs .list>li {
	width: 6.5rem;
	height: auto;
	margin: 0 0.2rem 0.3rem 0.2rem;
}

#article-info.ldjs .list>li .li-left {
	width: 2.16rem;
	height: 2.7rem;
}

#article-info.ldjs .list>li .li-right {
	width: 3.69rem;
	height: 2.7rem;
	margin-left: 0.33rem;
	overflow: hidden;
}

#article-info.ldjs .list>li .li-right h3 {
	height: 0.32rem;
	line-height: 0.36rem;
	font-size: 0.34rem;
	margin-top: 0.19rem;
}

#article-info.ldjs .list>li .li-right h4 {
	margin-top: 0.2rem;
	height: 0.29rem;
	font-size: 0.3rem;
	line-height: 0.36rem;
}

#article-info.ldjs .list>li .li-right a {
	width: 1.6rem;
	height: 0.5rem;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}

#article-info.ldjs .list>li .li-right a i {
	width: 0.32rem;
	height: 0.26rem;
	background-size: 100% 100%;
	margin-right: 0.2rem;
}

#article-info.ldjs .list>li .li-right a span {
	height: 0.29rem;
	line-height: 0.36rem;
	font-size: 0.3rem;
}

#inside-content .li-right .p {
	width: 3.5rem;
}


/* 依申请公开 */

.line {
	margin: 0 0.1rem;
}

#status_chaxun .btn-box {
	margin: 0.6rem 0 0rem;
}

.btn-box {
	margin: 0.6rem 0 2.2rem;
}

.btn-box a {
	width: 3.25rem;
	height: 0.75rem;
	display: block;
	margin: 0.3rem auto 0;
}

#inside-content {
	padding: 0rem 0 0.6rem;
	background-color: #fff;
}

.tcenter {
	margin-bottom: 0.5rem;
	font-size: 0.38rem;
}

.btn-box a:first-child {
	margin: 0 auto;
}

.btn-box a i {
	width: 0.3rem;
	height: 0.28rem;
	margin-right: 0.2rem;
	background-size: 100% 100%;
}

#zxtsQuery .table-query-liwai tr {
	float: left;
}

#zxtsQuery .table-query-liwai td {
	width: 4.3rem;
	border-right: 0px;
}

#zxtsQuery .table-query-liwai tr.table-query-liwai-none {
	display: inline-block;
	float: left;
}

#zxtsQuery .table-query-liwai tr.table-query-liwai-none td {
	border-right: 1px solid #d2d2d2;
}

.btn-box a span {
	height: 0.3rem;
	font-size: 0.3rem;
	line-height: 0.24rem;
}

.article-boxList {
	padding: 0;
}


/* 领导信息详情页 */

.main .article {
	padding: 0.3rem 0.2rem 0;
}

.article .ldxx_detail_information {
	margin-bottom: 0.3rem;
}

.article .ldxx_detail_information img {
	width: 1.82rem !important;
	height: 2.27rem !important;
	margin: 0 0.3rem 0 0 !important;
}

.ldxx_detail_information div h2 {
	width: 100%;
	height: auto;
	font-size: 0.34rem;
}

.ldxx_detail_information div div {
	width: 100%;
	height: 0.45rem;
	font-size: 0.26rem;
	margin-top: 0.3rem;
}

.ldxx_detail_information div div:first-child {
	font-size: 0.3rem;
}

.ldxx_detail_information div div:nth-child(2),
.ldxx_detail_information div div:last-child {
	margin-top: 0.1rem;
}

.ldxx_detail_information i {
	width: 0.24rem;
	height: 0.24rem;
	margin-right: 0.2rem;
	background-size: 100% 100%;
}

.ldxx_detail_division {
	padding: 0.24rem 0;
}

.ldxx_detail_division_title {
	height: 0.39rem;
	font-size: 0.34rem;
}

.ldxx_detail_division_title span {
	line-height: 0.39rem;
	padding-left: 0.2rem;
	border-left: 0.16rem solid #1b65b9;
}

.ldxx_detail_division_content {
	margin: 0.24rem 0.28rem 0 0.28rem;
	font-size: 0.3rem;
}

.ldxx_details_resume {
	margin-top: 0.6rem
}

.ldxx_details_resume_title {
	height: auto;
	font-size: 0.34rem;
	margin-left: 0.21rem;
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
}

.ldxx_detail_resume_content {
	width: 6.1rem;
	margin: 0.4rem 0 0 0.2rem;
	font-size: 0.3rem;
	line-height: 0.6rem;
	padding-bottom: 0.6rem;
}


/* 政策文件详情 */

.zcwj_line {
	padding: 0.3rem 0.3rem 0;
}

.article>h2 {
	font-size: 0.38rem !important;
	line-height: 0.6rem;
	margin: 0.3rem 0 0.6rem;
}


/* .article p {
	font-size: 0.28rem !important;
	margin: 0.3rem 0 !important;
} */


/* .article p span {
	font-size: 0.28rem !important;
} */

#inside-content .article img {
	display: block;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 100%;
	margin: 0.3rem auto !important;
}

.option {
	height: 1.35rem;
	margin-bottom: 0.6rem;
	border-top: 0.01rem solid #eeeeee;
	border-bottom: 0.01rem solid #eeeeee;
}

.Enclosure a {
	font-size: 0.28rem !important;
}

.option-left {
	height: 0.8rem;
}

.news_detail .option {
	height: auto;
}

.news_detail .option-left {
	height: auto;
	width: 3.6rem;
}

.option-left>.time-box {
	width: 3.6rem;
	text-align: left;
	line-height: 0rem;
	margin-top: 0.3rem;
	/* display: flex;
    align-items: center; */
}

.option-left>.time-box>i {
	width: 0.24rem;
	height: 0.24rem;
	margin: 0 0.2rem 0 0.3rem;
	background-size: 100% 100%;
}

.option-left>.time-box>span {
	height: auto;
	line-height: 0.2rem;
	font-size: 0.26rem;
}

.jfontsize {
	padding: 0.12rem 0.4rem 0rem 0.1rem;
}

.jfontsize a {
	width: 0.4rem;
	height: 0.4rem;
	margin-right: 0.1rem;
	padding: 0.08rem;
}

.news_detail .article .article-box p {
	/* font-size: 0.3rem !important; */
}

.jfontsize a i {
	display: none;
	width: 0.4rem;
	height: 0.4rem;
}

.article-block-list>.list-li>a p:first-child {
	padding-left: 0;
}

.jfontsize a#jfontsize-p2 {
	background-image: url(../images/fangda.png);
	background-size: 100% 100%;
}

.jfontsize a#jfontsize-m2 {
	background-image: url(../images/suoxiao.png);
	background-size: 100% 100%;
}

.jfontsize a#jfontsize-d2 {
	background-image: url(../images/yuanyang.png);
	background-size: 100% 100%;
}

.article .table {
	width: 100%;
	margin: 0.6rem auto;
}

.article .table tr {
	float: none;
}

.article .table td {
	width: 4rem;
	height: 0.56rem;
	float: left;
	font-size: 0.28rem;
	line-height: 0.56rem;
}

.article .table_nsjg td,
.article .table_zcwj td,
.article .table_zcwj td div {
	width: 4.43rem;
}


/* 覆盖pc端的边框线重复 */

.table_zcwj tr:nth-child(1) td:last-child,
.table_zcwj tr:nth-child(3) td:last-child,
.table_zcwj tr:nth-child(5) td:last-child {
	border-right: 1px solid #d2d2d2;
}

.table_nsjg tr:first-child td:last-child {
	border-right: 1px solid #d2d2d2;
}

.table_zcwj tr:nth-child(1) td,
.table_zcwj tr:nth-child(2) td,
.table_zcwj tr:nth-child(3) td,
.table_zcwj tr:nth-child(4) td {
	border-bottom: 0px solid #d2d2d2;
}

.table_nsjg tr td:first-child {
	border-right: 0px;
}

.table_nsjg tr:first-child td {
	border-bottom: 0px;
}


/* 移动端边框线重复 */

.table_zcwj tr td:first-child {
	border-right: 0px;
}

.table_zcwj tr td {
	border-bottom: 0px;
}

.table_zcwj tr:last-child td {
	border-bottom: 1px solid #d2d2d2;
}

.article .table td:first-child {
	width: 2rem;
	height: 0.56rem;
	float: left;
}

.table td div {
	width: 4rem;
	font-size: 0.28rem;
	height: 0.56rem;
}

.article-box,
.relation {
	padding: 0.3rem;
}

.bottom {
	padding: 0.6rem 0.5rem 0rem;
}

.option-left>.source {
	font-size: 0.26rem;
	display: inherit;
	margin: 0.3rem 0 0.3rem 0.3rem;
}

.bottom .print {
	display: none;
}

.relation p {
	height: auto;
	margin-bottom: 0.3rem;
	font-size: 0.26rem;
}

.relation p:first-child {
	margin: 0 0 0.22rem 0;
}

.relation p:last-child {
	display: flex;
	align-items: center;
	margin: 0.3rem 0 0
}

.relation img {
	width: 0.18rem;
	height: 0.18rem;
	margin-right: 0.2rem;
}

.TRS_Editor table {
	width: 100% !important;
}

.TRS_Editor p img {
	width: 100% !important;
	height: auto !important;
}


/* 依申请公开-法人 */

.apply>h3 {
	font-size: 0.38rem;
	padding: 0.6rem 0 0.48rem;
}

.ysqgk-from {
	padding: 0 0.08rem;
}

.ysqgk-from>.t3 {
	padding-left: 0.1rem;
	padding-bottom: 0.1rem;
	margin: 0.6rem 0 0.6rem 0.1rem;
}

.apply .line {
	display: none;
}

.ysqgk-from>.t3 i {
	width: 0.17rem;
	height: 0.3rem;
}

.ysqgk-from>.t3 b {
	font-size: 0.34rem;
	margin-left: 0.18rem;
}

.form-group {
	margin-bottom: 0rem;
	padding-left: 0.2rem;
	font-size: 0.3rem;
	padding-right: 0.2rem;
}

.company_ui {
	width: 80%;
	display: none;
	background-color: #fff;
}

.form-group .label {
	width: 100%;
	margin: 0.2rem 0 0.15rem 0;
	font-size: 0.3rem;
	text-align: left;
	padding-top: 0;
}

.form-group .form-input {
	width: 100%;
	margin-right: 0;
}

.input-group-addon {
	float: left;
}

.form-group .form-check_nth {
	margin-left: 0px;
	margin-top: 0px;
}

.form-group .form-input>.form-control {
	height: 0.8rem;
	width: 100%;
	padding: 0.24rem 0.17rem;
	font-size: 0.28rem;
	box-shadow: none;
}

.form-group .registerCaptcha {
	width: 3.7rem;
}

.input-group-addon img {
	height: 0.8rem;
	width: 2.3rem;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 0.28rem;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	font-size: 0.28rem;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 0.28rem;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	font-size: 0.28rem;
}

.form-group .form-input>.form-control.select {
	padding: 0;
}

.form-group .form-input.alone {
	width: 100%;
}

.form-group .btn {
	height: 0.8rem;
	padding: 0;
	line-height: 0.8rem;
}

.form-group .upload-icon {
	width: 0.32rem;
	height: 0.32rem;
	background-size: 100% 100%;
	margin-right: 0.06rem;
}

.form-group .btn span {
	font-size: 0.3rem;
}

.form-group .upload-file {
	margin-top: 0.4rem;
}

.form-group .upload-file .file-name {
	font-size: 0.3rem;
	height: auto;
	line-height: auto;
	width: 1.6rem;
}

.form-group .upload-file>a {
	font-size: 0.3rem;
	height: auto;
	line-height: auto;
}

.form-group .tips {
	font-size: 0.26rem;
	line-height: 0.6rem;
	margin-top: 0.3rem;
	/* border:1px solid #e2e2e2; */
}

.form-group .textarea {
	width: 100%;
	height: 1.58rem;
	padding: 0.24rem 0.17rem 0;
	font-size: 0.3rem;
}

.form-group .form-check {
	min-height: 0.27rem;
	padding-top: 0px;
}

.form-check-label {
	width: auto;
	font-size: 0.26rem;
	min-height: 0.2rem;
}

.form-check-input {
	width: 0.32rem;
	height: 0.32rem;
	margin-right: 0.1rem;
}

.company {
	/* display: none; */
}

#infoForm .form-btns {
	padding-bottom: 0rem;
}

.form-btns {
	font-size: 0.34rem;
	margin-top: 0.5rem;
	padding-bottom: 0rem;
}

.form-btns span {
	font-size: 0.34rem;
}

.form-btns button.btn {
	width: 2rem;
	height: 0.8rem;
	font-size: 20px;
	line-height: 0.34rem;
}

.form-btns button.btn:first-child {
	margin-right: 0.3rem;
}


/* 征集投诉 */

.hdjl {
	padding-top: 0.3rem;
	margin-top: 0.3rem;
}

.hdjl .form-group .label {
	width: 1.7rem;
	margin-right: 0rem;
}

.hdjl .form-group {
	margin-bottom: 0.3rem;
	padding: 0;
}

.hdjl .form-group .form-input,
.hdjl .form-group .files {
	width: 4.5rem;
}

.hdjl .geli {
	padding: 0;
	height: 0.6rem;
	margin-bottom: 0.6rem;
	overflow: hidden;
	background: #f8f8f8;
}

.hdjl .list-info h2 {
	font-size: 0.38rem;
	margin: 0.6rem 0 0.6rem 0;
}

.hdjl .zrxx-form-header {
	height: 0.8rem;
	overflow: hidden;
	padding-top: 0.3rem;
	margin-bottom: 0.6rem;
}

.hdjl .zrxx-form-header>.header-title {
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.34rem;
	padding: 0 0.3rem;
}

.hdjl .zrxx-form-header>.header-tips {
	height: 0.6rem;
	line-height: 0.55rem;
	font-size: 0.3rem;
	padding: 0 0.2rem;
}

.option .line {
	display: none;
}

.hdjl .zrxx-form-header>.header-tips>a {
	font-size: 0.3rem;
}

.hdjl .zrxx-form-content.stipulate {
	margin: 0.6rem 0;
}

.hdjl .zrxx-form-content>p {
	font-size: 0.3rem;
	line-height: 0.5rem;
}

.hdjl .zrxx-form-content {
	padding: 0 0.2rem 0 0.1rem;
}

.hdjl_qzxx .hdjl_qzxx_btn div {
	width: 100%;
	height: 1rem;
}

.hdjl_qzxx .hdjl_qzxx_btn div:first-child {
	margin: 0 0 0.3rem 0;
}

.hdjl .form-group .form-input .select {
	width: 1.43rem;
	height: 0.8rem;
	padding: 0;
	font-size: 0.26rem;
	margin-right: 0.07rem;
	background-color: #fff;
}

.hdjl_qzxx .hdjl_qzxx_btn div a {
	font-size: 0.34rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hdjl_qzxx .hdjl_qzxx_btn div a i {
	width: 0.52rem;
	height: 0.52rem;
	margin: 0 0.22rem 0 0rem;
}

.hdjl_qzxx .hdjl_qzxx_btn div:last-child a i {
	margin-right: 0.18rem;
}

.hdjl .form-group .form-input>.form-control.sm-220 {
	width: 100%;
	margin-top: 0.3rem;
}

.hdjl .form-group .form-input>.form-control.sm-145 {
	width: 2.3rem;
	margin: 0.3rem 0.2rem 0 0;
}

.hdjl .form-group .form-input .form-btn {
	width: 2rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.3rem;
	margin-top: 0.3rem;
}

.hdjl .form-group .form-input>img {
	width: 1.80rem;
	height: 0.8rem;
	margin: 0.3rem 0.2rem 0 0;
}

.hdjl .files .files-item .btn {
	width: 2rem;
	height: 0.8rem;
	margin-right: 0.2rem;
	line-height: 0.8rem;
	font-size: 0.3rem;
}

.hdjl .files .files-item .files-name {
	font-size: 0.28rem;
	line-height: 0.8rem;
}

.hdjl .form-group .form-input-type .select {
	width: 2.01rem;
}

.hdjl .files .files-item .btn>input[type=file] {
	width: 100%;
	height: 100%;
}

.hdjl .form-check-label {
	margin-top: 0.3rem;
	padding-left: 0.5rem;
	margin-right: 0.8rem;
}

.hdjl .form-check-input {
	top: 0.35rem;
	left: 0.2rem;
	margin-left: -0.2rem;
}

.hdjl .form-group .care {
	margin-top: 0.2rem;
	font-size: 0.26rem;
}

.hdjl .form-btns>span {
	width: 2rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.34rem;
}

.hdjl #query .query-box {
	width: 6.9rem;
	height: auto;
	margin: 0.6rem auto 0;
	background-color: #effaff;
	padding: 0.6rem 0.39rem 0.6rem 0.38rem;
}

.hdjl #query .form-group .form-input {
	width: 4rem;
}

.hdjl #query .form-group .label {
	width: 1.4rem;
}

#query .form-control {
	width: 100%;
}

.hdjl #query .form-group-code .form-input {
	width: 1.8rem;
}

#query .code-img {
	width: 2rem;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	font-size: 0.34rem;
	margin-left: 0.2rem;
}

.hdjl #query .form-btns>.query {
	display: inline-block;
	width: 3.21rem;
	height: 0.75rem;
	line-height: 0.75rem;
	font-size: 0.3rem;
}

#query .form-btns {
	margin-top: 0.6rem
}

.hdjl #query .list-info h2 {
	display: block;
}

#query {
	padding: 0;
}

.zrxx-form {
	padding: 0 0.2rem;
}


/*调查征集  */

.personal-tailor .item-box-dczj li {
	padding: 0.4rem 0.31rem 0.4rem 0.5rem;
}

.personal-tailor .item-box-dczj li:before {
	left: 0.2rem;
	top: 0.3rem;
	width: 0.1rem;
	height: 0.1rem;
	background-size: 100% 100%;
}

.personal-tailor .item-box-dczj li a {
	margin-left: 0.13rem;
}

.personal-tailor .item-box-dczj .item-li-a h2 {
	font-size: 0.34rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	white-space: normal;
	-webkit-box-orient: vertical;
	margin-bottom: 0.2rem;
}

.item-li-a .other {
	font-size: 0.26rem;
	margin-bottom: 0.3rem;
}

.item-li-a .btn {
	width: 1.69rem;
	height: 0.58rem;
	line-height: 0.58rem;
	font-size: 0.26rem;
	margin-top: 0rem;
}


/*  在线访谈*/

.article-boxList {
	padding: 0;
}

.article-box h5,
.group-item h5,
.article-box h3 {
	font-size: 0.3rem !important;
	padding-bottom: 0.15rem;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 0.15rem;
}


/* .news_detail .article .article-box p{
  font-size: 0.27rem !important;
  line-height: 0.5rem;
} */

.article-boxLis .mr10 {
	margin-right: 0.1rem;
}

.picScroll-left .bd ul li .pic img {
	width: 100%;
	height: 100%;
}

.article-boxList .article-box,
.relation {
	padding: 0;
	margin-top: 0.3rem;
}

.relation {
	padding: 0 0.3rem;
}

.btn {
	padding: 0.06rem 0.12rem;
}

.tab {
	margin-bottom: 0.3rem;
}

.article-box>.tab p:first-child {
	margin-right: 0.36rem !important;
}

.article-boxList .article-box .input-box {
	margin-bottom: 0.25rem;
}

.article-boxList .article-box .input-box .input-group.mr {
	margin-right: 0;
}

.article-boxList .article-box .input-box .input-group:after {
	display: block;
	content: '';
	clear: both;
	height: 0;
}

.news_detail .article .article-box .tab p {
	font-size: 0.3rem !important;
}

.article-boxList .article-box .input-box .input-group label {
	width: 1.6rem;
	height: 100%;
	line-height: 0.8rem;
	float: left;
	text-align: right;
	margin-bottom: 0rem;
	margin-right: 0.16rem;
	font-size: 0.3rem !important;
}

.article-boxList .article-box .input-box .input-group label span {
	font-size: 0.3rem !important;
	color: #ff0000;
}

.article-boxList .article-box .input-group {
	margin-bottom: 0.3rem;
}

.article-boxList .article-box .input-box .input-group input {
	width: 4.01rem;
	height: 0.8rem;
	font-size: 0.28rem !important;
	float: left;
	padding: 0;
}

.article-boxList .article-box .input-box .input-group textarea {
	width: 4.01rem;
	height: 1.58rem;
	padding: 0;
	float: left;
}

.article-boxList .article-box .code-box {
	margin-top: 0.3rem;
}

.article-boxList .article-box .input-box .input-group .code-box span {
	height: 100%;
	display: inline-block;
	font-size: 0.3rem !important;
	color: #1b65b9;
}

.article-boxList .article-box .input-box .input-group .code-box img {
	width: 1.8rem;
	height: 0.8rem;
	margin: 0.3rem 0.4rem 0 1.74rem !important;
}

.article-boxList .article-box .btn-box {
	margin: 0.5rem 0 0.6rem
}

.article-boxList .article-box .btn-box button {
	width: 2rem;
	height: 0.8rem;
	font-size: 0.34rem !important;
	line-height: 0.8rem;
}

.article-boxList .article-box .btn-box button[type="submit"] {
	margin: 0 0.3rem 0 1.3rem;
}


/*专题专栏*/

.ztzls {
	width: 100%;
	padding: 0.4rem 0.2rem;
}

.ztzl_box {
	width: 100%;
}

.ztzl_box a {
	width: 100%;
}

.ztzl_box a div {
	width: 100%;
	height: 1.38rem;
	margin: 0 0 0.2rem 0;
}

.ztzl_box span {
	width: 100%;
	margin: 0 0 0.6rem 0;
	display: block;
	font-size: 0.34rem;
	text-align: center;
}


/* 地图 */

.article-block-header>.title {
	width: 1.6rem;
	font-size: 0.34rem;
	height: 0.34rem;
	line-height: 0.34rem;
	color: #414141;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: 0.6rem;
}

.article-block-header {
	height: 0.34rem;
	padding: 0.6rem 0.4rem 0;
	margin-bottom: 0.55rem;
}

.article-block-list {
	padding: 0 0.4rem;
}

.article-block-list>.list-li {
	width: 100%;
	height: 0.8rem;
	margin: 0 0 0.3rem 0;
}

.article-block-list>.list-li:last-child {
	margin-bottom: 0;
}

.article-block {
	margin-bottom: 0;
}

.article-block-header>.dotted-line {
	margin-top: 0.3rem;
}

.article-block-list>.list-li>a.chaochu {
	padding-top: 0px;
	line-height: 0.8rem;
}

.article-block-list>.list-li>a {
	font-size: 0.34rem;
	line-height: 0.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
}


/* 查询状态 */

.inside-content-status .article>h2 {
	margin-bottom: 0.3rem;
}

.form-status {
	margin-top: 0.6rem;
}

.form-status .form-group {
	display: block;
	width: 100%;
}

.form-status .form-input {
	width: 100%;
}

.form-status .form-group .label {
	width: 100%;
	text-align: left;
}

.form-status .form-group .captcha {
	width: 4.2rem;
}

.form-status .input-group-addon {
	float: left;
}

.form-status .input-group-addon img {
	height: 0.8rem;
}

.table-query {
	margin: 0.6rem 0rem;
}

.inside-content-status .article-box {
	padding: 0;
}

.table-query tr th {
	width: 1.65rem;
	padding: 0.23rem 0.25rem;
	font-size: 0.3rem !important;
}

.inside-content-status .table-query tr td {
	width: 4.8rem;
	border-right: 0px;
	padding: 0.23rem 0.25rem;
	font-size: 0.3rem !important;
}


/* .table-query tr #serialNums,.table-query tr .createDate,.table-query tr #endDate,.table-query tr .deptName{
    border-right: 0px;
} */

.inside-content-status .article>h2 {
	padding-bottom: 0;
	border-bottom: 0px;
	font-weight: bolder;
}

.status_enclosure {
	margin-bottom: 0.3rem;
}

.status_enclosure a {
	font-size: 0.3rem;
}

.status_enclosure {
	margin-left: 0px;
}


/* 按钮 */

ul.zwgk_an {
	padding: 0 0.4rem;
}

ul.zwgk_an a {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	margin: 0 0 0.3rem;
	padding: 0;
	font-size: 0.34rem;
}

ul.zwgk_an a:first-child {
	margin-top: 0.3rem;
}


/* 政务服务 */

.zwfw_anniu .slideTxtBox .hd {
	height: 0.8rem;
	line-height: 0.8rem;
	padding: 0 0.3rem;
}

.zwfw_anniu .slideTxtBox .bd ul {
	padding: 0.3rem 0.12rem;
}

.zwfw_anniu .slideTxtBox .bd ul p {
	line-height: 0.2rem;
	margin-top: 0.2rem;
	font-size: 0.26rem;
}

.zwfw_anniu .slideTxtBox .hd ul li.on {
	height: 0.8rem;
}

.zwfw_anniu .slideTxtBox .bd ul li {
	float: left;
	width: 1.5rem;
	height: 1.5rem;
	margin: 0 0.2rem 0.5rem 0;
}

.zwfw_anniu .slideTxtBox .bd ul li:nth-child(4n) {
	margin-right: 0rem;
}

.zwfw_anniu .slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 0.3rem;
	top: -1px;
	height: 0.5rem;
}

.zwfw_anniu .slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	margin-right: 0.3rem;
	font-size: 0.32rem;
}

.zwfw_anniu .slideTxtBox .bd .department li {
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	text-align: center;
	padding: 0;
	margin-bottom: 0.3rem;
	margin-right: 0;
}

.zwfw_anniu .slideTxtBox .bd .department li a {
	font-size: 0.34rem;
}

/* 分类功能 */
.zcwj_screen {
	width: 100%;
	margin-bottom: 0.2rem;
}

.zcwj_screen .zcwj_screen_fileType {
	height: 0.6rem;
}

.zcwj_screen .title {
	width: 1.77rem;
	line-height: 0.6rem;
	font-size: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.zcwj_screen ul {
	padding-left: 0.2rem;
}

.zcwj_screen ul li {
	float: left;
	color: #fff;
	padding: 0.04rem 0.13rem;
	text-align: center;
	border-radius: 15px;
	font-size: 0.25rem;
	margin: 0.15rem 0.15rem 0 0;
	cursor: pointer;
}

.zcwj_screen_fileType {
	display: flex;
	align-items: center
}

.zcwj_screen_fileType ul {
	display: flex;
	align-items: center
}

.zcwj_screen_fileType ul li {
	margin-top: 0;
}

.zcwj_screen_theme {
	display: flex;
	align-items: center;

}

.zcwj_screen_theme .title {
	width: 3.2rem;
}

.zcwj_screen_theme ul {
	padding-top: 0.35rem;
}

.zcwj_screen_theme ul li {
	margin-top: 0;
}

.zcwj_screen ul li:first-child {
	margin-left: 0;
}

.zcwj_screen_theme ul li:nth-child(4) {
	margin-left: 0;
}

.zcwj_screen>div {
	height: 1.5rem;
}

#inside-content .search-box {
	width: 100%;
	margin-bottom: 0.2rem;
	padding: 0.2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

#inside-content .search-box input {
	width: 5rem;
	height: 0.8rem;
	line-height: auto;
	font-size: 0.16rem;
	padding: 0.1rem;
	border-right: none;
	margin-left: 0;
}

#inside-content .search-box .search-btn {
	position: static;
	right: 0;
	top: 0;
	margin-left: -0.2rem;
}

.personal-tailor>.item-box li .img {
	margin: 0.3rem 0 0.3rem 0.2rem;
	width: 2.6rem;
	height: 1.48rem;
}

.personal-tailor>.item-box .item-li-a .content h2 {
	width: 3.6rem;
	margin: 0.3rem 0.3rem 0.3rem 0.2rem;
}

.ztzl_box a div {
	height: 2.23rem;
	background: url(../images/ztzl_jgdj_active.png) no-repeat;
	background-size: 100% 100%;
}

.ztzl_box a div.ztzl_wmcj {
	background: url(../images/ztzl_wmcj_active.png) no-repeat;
	background-size: 100% 100%;
}

.personal-tailor>.item-box li .zxbl {
	bottom: 0.4rem;
	right: 0.5rem;
	width: 1.5rem;
	height: 0.5rem;
}
