@charset "UTF-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
	line-height: normal
}

.clear {
	clear: both
}

a {
	text-decoration: none;
	cursor: pointer;
	border: 0;
	padding: 0;
	margin: 0
}

a:hover {
	color: #d15149;
	text-decoration: none
}
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0
}

p {
	padding: 0;
	margin: 0
}

img {
	border: 0
}

input,
button,
a {
	outline: 0 none !important;
	blr: expression(this.onFocus=this.blur());
}

html,
body {
	font-size: 100px
}

/*通用头部样式开始*/
body {
	font-family: "Helvetica", "PingFangSC", "Microsoft Yahei", "微软雅黑", Arial, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.15rem;
	color: #333333
}

/*中间*/
.content {
	width: 12rem;
	margin: 0.4rem auto
}

.font_red {
	color: #d15149
}


/*政民互动*/
.interaction_index {
	margin: 0;
	padding: 0;
}

/*在线访谈*/
.zzft_box {
	width: 5.8rem;
	float: left
}

.zzft_box .title {
	border-bottom: 0.01rem solid #dedede;
	padding: 0 0 0.2rem 0
}

.zzft_box .title span {
	border-bottom: 0.03rem solid #398fd7;
	font-size: 0.2rem;
	font-weight: bold;
	padding: 0 0 0.2rem 0
}

.zzft_box .title a {
	color: #7d7d7d;
	font-size: 0.18rem;
	float: right;
	margin: 0.04rem 0 0 0;
	display: block
}

.zzft_box .title a:hover {
	color: #d15149;
}

.zzft_box .title a i {
	width: 0.1rem;
	height: 0.08rem;
	margin-left: 0.1rem;
	display: inline-block;
	background: url(inco_wqft.png) no-repeat;
	background-size: 100%;
}

.zzft_box .title a:hover i {
	width: 0.1rem;
	height: 0.08rem;
	margin-left: 0.1rem;
	display: inline-block;
	background: url(inco_wqft_hover.png) no-repeat;
	background-size: 100%;
}

.zzft_box .details {
	margin: 0.2rem 0 0 0;
}

.zzft_box .details .left {
	float: left;
	width: 2.5rem;
	height: 1.72rem;
	overflow: hidden;
}

.zzft_box .details .left img {
	width: 2.5rem;
	height: 1.72rem;
	transition: all 0.6s ease;
}

.zzft_box .details .right {
	float: left;
	width: 3.1rem;
	margin: 0 0 0 0.2rem
}

.zzft_box .details .right .details_title {
	font-weight: bold;
	font-size: 0.18rem;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #333;
	cursor: pointer !important
}

.zzft_box .details:hover .details_title {
	color: #0068b7;
	transition: all 0.6s ease;
}

.zzft_box .details:hover .left img {
	width: 106%;
	height: 105%;
	transform: scale(1.05);
	transition: all 0.6s ease;
}

.zzft_box .details .right .details_details {}

.zzft_box .details .right .details_details p {
	margin: 0.01rem 0 0 0;
	font-size: 0.14rem;
	line-height: 0.24rem;
	font-weight: 100;
	color: #333333
}

.zzft_box .details .right .details_details p span {
	color: #333
}

.zzft_box .details .right .details_details p:first-child {
	margin: 0.1rem 0 0 0;
}

.zzft_box .details .right .details_details p.nr {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

/*在线访谈 end*/

/*图标*/
.button_box {
	width: 5.8rem;
	float: left;
	margin: 0 0 0 0.4rem;
}

.button_box a {
	width: 1.72rem;
	height: 1.06rem;
	display: block;
	float: left;
	margin: 0.2rem 0 0 0.2rem;
	border-radius: 0.05rem;
	padding: 0.2rem;
	position: relative
}

.button_box a:nth-child(1),
.button_box a:nth-child(4) {
	margin-left: 0
}

.button_box a:nth-child(1),
.button_box a:nth-child(2),
.button_box a:nth-child(3) {
	margin-top: 0
}

.button_box a .title {
	font-size: 0.2rem;
	color: #333333;
}

/*蓝色*/
.back_blue {
	background: #f5f9fd;
	position: relative
}

.back_blue:hover {
	background: #f5f9fd;
	border: 0.01rem solid #74b0e3;
	-moz-box-shadow: 0px 0px 0.05rem #c3ddf3;
	-webkit-box-shadow: 0px 0px 0.05rem #c3ddf3;
	box-shadow: 0px 0px 0.05rem #c3ddf3;
}

.back_blue:hover .title {
	color: #398fd7
}

.back_blue:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(back_blue.png) no-repeat;
	background-size: 100%;
	left: 0;
	bottom: 0
}

/*绿色*/
.back_green {
	background: #f5fcfa;
	position: relative
}

.back_green:hover {
	background: #f5fcfa;
	border: 0.01rem solid #7ad3ba;
	-moz-box-shadow: 0px 0px 0.05rem #c6ece1;
	-webkit-box-shadow: 0px 0px 0.05rem #c6ece1;
	box-shadow: 0px 0px 0.05rem #c6ece1;
}

.back_green:hover .title {
	color: #42c09c
}

.back_green:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(back_green.png) no-repeat;
	background-size: 100%;
	left: 0;
	bottom: 0
}

/*深蓝*/
.back_darkblue {
	background: #f2f7fb;
	position: relative
}

.back_darkblue:hover {
	background: #f2f7fb;
	border: 0.01rem solid #4c95cc;
	-moz-box-shadow: 0px 0px 0.05rem #b2d1e9;
	-webkit-box-shadow: 0px 0px 0.05rem #b2d1e9;
	box-shadow: 0px 0px 0.05rem #b2d1e9
}

.back_darkblue:hover .title {
	color: #0068b7;
}

.back_darkblue:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(back_darkblue.png) no-repeat;
	background-size: 100%;
	left: 0;
	bottom: 0
}

/*橙色*/
.back_orange {
	background: #fef8f5;
	position: relative
}

.back_orange:hover {
	background: #fef8f5;
	border: 0.01rem solid #f3a275;
	-moz-box-shadow: 0px 0px 0.05rem #fad7c4;
	-webkit-box-shadow: 0px 0px 0.05rem #fad7c4;
	box-shadow: 0px 0px 0.05rem #fad7c4;
}

.back_orange:hover .title {
	color: #ee7a3a
}

.back_orange:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(back_orange.png) no-repeat;
	background-size: 100%;
	left: 0;
	bottom: 0
}

/*黄色*/
.back_yellow {
	background: #fffdf7;
	position: relative
}

.back_yellow:hover {
	background: #fffdf7;
	border: 0.01rem solid #fce496;
	-moz-box-shadow: 0px 0px 0.05rem #fef4d2;
	-webkit-box-shadow: 0px 0px 0.05rem #fef4d2;
	box-shadow: 0px 0px 0.05rem #fef4d2;
}

.back_yellow:hover .title {
	color: #ff9a64
}

.back_yellow:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(back_yellow.png) no-repeat;
	background-size: 100%;
	left: 0;
	bottom: 0
}

/*红色*/
.back_red {
	background: #fff8f8;
	position: relative
}

.back_red:hover {
	background: #fff8f8;
	border: 0.01rem solid #fe9d9d;
	-moz-box-shadow: 0px 0px 0.05rem #ffd5d5;
	-webkit-box-shadow: 0px 0px 0.05rem #ffd5d5;
	box-shadow: 0px 0px 0.05rem #ffd5d5;
}

.back_red:hover .title {
	color: rgb(254, 116, 116)
}

.back_red:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: url(back_red.png) no-repeat;
	background-size: 100%;
	left: 0;
	bottom: 0
}

/*图片*/
.button_box_box img {
	display: block;
	border-radius: 0.05rem;
	width: 0.8rem;
	height: 0.8rem;
	position: absolute;
	right: 0.2em;
	bottom: -0.1rem;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

.button_box_box:hover img {
	transform: rotate(-15deg);
	-ms-transform: rotate(-15deg);
	-moz-transform: rotate(-15deg);
	-webkit-transform: rotate(-15deg);
	-o-transform: rotate(-15deg);
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
}

/*图标 end*/

/*汇总*/
.summary_box {
	display: block;
	font-size: 0.14rem;
	color: #d15149;
	line-height: 0.24rem;
	border: 0.01rem solid #d15149;
	padding: 0.2rem 0.5rem 0.2rem 0.2rem;
	border-radius: 0.05rem;
	clear: both;
	margin: 0.4rem 0 0 0;
	position: relative;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	z-index: 5
}

.summary_box a {
	color: #d15149;
}

.summary_box img {
	width: 0.12rem;
	height: 0.11rem;
	position: absolute;
	top: 50%;
	margin: -0.055rem 0 0 0;
	right: 0.2rem
}

.summary_box:hover {
	background: #fff8f8;
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	font-size: 0.141rem;
}

/*汇总 end*/

/*办理情况*/
.handle_box {
	width: 100%;
	float: left;
}

.handle_box .title {
	padding: 0 0 0.2rem 0;
	position: relative;
	border-bottom: 0.01rem solid #dedede;
}

.handle_box .title span {
	border-bottom: 0.03rem solid #398fd7;
	font-size: 0.2rem;
	font-weight: bold;
	padding: 0 0 0.2rem 0;
}

.zxft_input {
	width: 3.5rem;
	height: 0.45rem;
	border: 0.01rem solid #dedede;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 0.05rem;
	line-height: 0.45rem;
}

.zxft_input .input {
	font-size: 0.14rem;
	color: #7d7d7d;
	width: 3.1rem;
	border: 0;
	height: 0.45rem;
	line-height: 0.45rem;
	background: none;
	padding: 0 0.2rem;
	margin: 0;
	float: left
}

.zxft_input .button {
	display: block;
	width: 0.3rem;
	height: 0.45rem;
	background: url(inco_blqksearch.png) no-repeat center;
	background-size: 100%;
	float: left
}

.zxft_input:hover {
	background: #f5f9fd;
	border: 0.01rem solid #398fd7;
}

.zxft_input:hover .button {
	background: url(inco_blqksearch_hover.png) no-repeat center;
	background-size: 100%
}


.handle_box .nr {
	width: 100%;
	margin: 0.2rem 0 0 0
}

/*.handle_box .nr table {
	border-collapse: collapse;
	border: 0;
	width: 5.8rem;
	color: #333;
	float: left;
	margin-left: 0.4rem
}*/

.handle_box .nr table:first-child {
	margin-left: 0
}

.handle_box .nr table th:nth-child(1) {
	border-collapse: collapse;
	background: #ebf4fb;
	line-height: 0.4rem;
	text-align: center;
	width: 80%;
	font-size: 0.15rem
}

.handle_box .nr table th:nth-child(2) {
	border-collapse: collapse;
	background: #ebf4fb;
	line-height: 0.4rem;
	text-align: center;
	width: 20%;
	font-size: 0.15rem
}

.handle_box .nr table td {
	line-height: 0.4rem;
	width: 33.3%;
	font-size: 0.16rem
}

.handle_box .nr table td.blue {
	color: #398fd7;
}

.handle_box .nr table td.grey {
	color: #7d7d7d
}

.handle_box .nr table tr:hover {
	background: #f5f9fd;
}

.handle_box .zxjy_more {
	position: absolute;
	color: #7d7d7d;
	line-height: 0.4rem;
	right: 0.1rem;
}

.handle_box .zxjy_more:after {
	content: "";
	width: 0.07rem;
	height: 0.11rem;
	background: url(inco_more.png) no-repeat;
	display: block;
	top: 0.13rem;
	right: -0.1rem;
	background-size: 100%;
	position: absolute;
}

/*办理情况 end*/

/*咨询建言 start*/
.nr .nr_left {
	display: inline-block;
	width: 49%;
	float: left;
}

.nr .nr_right {
	display: inline-block;
	width: 49%;
	float: right;
}

.nr .li_title {
	background-color: #ebf4fb;
	height: 0.4rem;
	line-height: 0.4rem;
}

i {
	font-style: normal;
}

.nr_weight {
	font-weight: 700;
}

.li_title span,
i {
	font-size: 0.15rem;
}

.nr ul li span,
i {
	color: #333;
	font-size: 0.16rem;
}

.nr .li_title span {
	display: inline-block;
	width: 83%;
	text-align: center;
}

.nr .li_title span i {
	width: 17%;
	text-align: center;
}


.nr ul li {
	line-height: 0.4rem;
	font-size: 0.16rem;
}

.nr ul li span {
	display: inline-block;
	width: 83%;
}

.nr ul li i {
	width: 17%;
}

/*咨询建言 end*/

/*12333服务直通车*/
.service_box {
	margin: 0.5rem 0 0 0
}

.service_box .title0 {
	font-size: 0.24rem;
	font-weight: bold;
	text-align: center;
	background: url(inco_12333fwztc.png) no-repeat bottom;
	background-size: 100%;
	padding: 0 0 0.4rem 0
}

.service_box .nr {
	padding: 0.2rem 0 0 0
}

.service_box .nr .left {
	width: 4.69rem;
	height: 3.75rem;
	background: url(img_12333jj.png) no-repeat;
	background-size: 100%;
	padding: 0.3rem;
	float: left
}

.service_box .nr .left img {
	width: 1.5rem;
	height: 1rem;
	margin: 0 auto 0.2rem auto;
	display: block
}

.service_box .nr .left .fwztc-jj {
	color: #fff;
	line-height: 2em;
	text-indent: 2em;
	;
	font-size: 0.16rem;
	text-align: justify
}

.service_box .nr .right {
	width: 6.9rem;
	margin-left: 0.4rem;
	float: left;
	height: 3.75rem;
	overflow: hidden;
}

/*12333服务直通车 end*/

.more {
	color: #7d7d7d;
	font-size: 0.13rem;
	position: absolute;
	line-height: 0.4rem;
	right: 0.1rem;
}

.more:after {
	content: "";
	width: 0.07rem;
	height: 0.11rem;
	background: url(inco_more.png) no-repeat;
	display: block;
	top: 0.13rem;
	right: -0.1rem;
	background-size: 100%;
	position: absolute;
}

.more:hover {
	color: #d15149;
}

.more:hover:after {
	content: "";
	width: 0.07rem;
	height: 0.11rem;
	background: url(inco_more_hocer.png) no-repeat;
	display: block;
	top: 0.13rem;
	right: -0.1rem;
	background-size: 100%;
	position: absolute
}

/*左右切换 tab*/
.service_box .tab-nav {
	height: 0.4rem;
	overflow: hidden;
	border-bottom: 0.01rem solid #dedede;
}

.service_box .tab-nav a {
	display: block;
	float: left;
	color: #333;
	text-align: center;
	margin-right: 0.35rem;
	line-height: 0.4rem;
	font-size: 0.18rem;
	text-decoration: none;
	z-index: 100
}

.service_box .tab-nav a:hover {
	color: #398fd7;
}

.service_box .tab-nav a.current {
	color: #398fd7;
	border-bottom: 0.03rem solid #398fd7 !important;
	font-size: 0.2rem;
	font-weight: bold;
	line-height: 0.37rem;
}

.service_box .tab-con {
	position: relative;
	width: 6.9rem;
}

.service_box .tab-con .more {
	position: absolute;
	top: -0.4rem
}

.service_box .tab-con-item {
	display: none;
	width: 6.9rem;
	color: #333;
}

/*左右切换 tab end*/

.service_box .zxzx_list {
	margin: 0;
	padding: 0.15rem 0 0 0;
	width: 100%;
	font-size: 0.15rem
}

.service_box .zxzx_list li {
	margin: 0;
	padding: 0;
}

.service_box .zxzx_list li a {
	display: block;
	font-size: 0.16rem;
	position: relative;
	clear: both;
	height: 0.4rem;
	padding: 0 0rem 0 0.25rem;
	line-height: 0.4rem;
	display: block;
	color: #333;
}

.service_box .zxzx_list li a .title {
	position: relative;
	float: left;
	display: block;
	line-height: 0.4rem;
	width: 78%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.service_box .zxzx_list li a .zxzx_list_new {
	position: relative;
	float: left;
	display: block;
	line-height: 0.38rem;
	width: 65%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-all;
}

.service_box .zxzx_list li .inco_new_200628 {
	display: block;
	width: 0.37rem;
	height: 0.19rem;
	background: url(inco_new_200628.png) no-repeat;
	background-size: 100%;
	float: left;
	margin: 0.09rem 0 0 0.1rem
}

.service_box .zxzx_list_zy {
	font-size: 0.18rem !important;
	text-align: center;
	color: #d15149 !important;
	font-weight: bold;
	list-style: none
}

.service_box .zxzx_list_zy:before {
	content: "";
	width: 0 !important;
	height: 0 !important
}

.service_box .zxzx_list li .blue .title {
	color: #1f528f !important;
	text-align: center;
	font-size: 0.16rem !important;
	font-weight: bold;
	width: 100%
}

.service_box .zxzx_list li .blue:before {
	content: "";
	width: 0 !important;
}

.service_box .zxzx_list li a:before {
	content: "";
	width: 0.15rem;
	height: 0.15rem;
	background: url(inco_dhzxsl.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.07rem;
}

.service_box .zxzx_listd li a:before {
	content: "";
	width: 0.05rem;
	height: 0.05rem;
	background: #7d7d7d;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.025rem
}

.service_box .zxzx_listd li a:hover:before {
	content: "";
	width: 0.05rem;
	height: 0.05rem;
	background: #398fd7;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.025rem
}

.service_box .zxzx_list li a:hover {
	background: #f5f9fd;
	color: #1f528f
}

.service_box .zxzx_list li a:hover i {
	color: #398fd7
}

.service_box .zxzx_list li a i {
	display: block;
	font-size: 0.14rem;
	color: #7d7d7d;
	float: left;
	font-style: normal;
	line-height: 0.4rem;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 0.4rem;
	height: 0.4rem;
	font-weight: 300
}

/*	--------------------------------------------------
	Reveal Modals
	-------------------------------------------------- */

.reveal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: #000;
	background: rgba(0, 0, 0, .5);
	z-index: 100;
	display: none;
	top: 0;
	left: 0;
}

.reveal-modal {
	top: 50%;
	left: 50%;
	margin-left: -1.625rem;
	margin-top: -1.625rem;
	width: 3.25rem;
	height: 3.135rem;
	background: url(img_tcbj.png) no-repeat;
	background-size: 100%;
	position: absolute;
	z-index: 101;
	padding: 0.25rem 0.5rem
}

.reveal-modal .title {
	font-size: 0.18rem;
	color: #398fd7;
	font-weight: bold;
	text-align: center;
	position: relative
}

.reveal-modal .title:before {
	content: "";
	width: 0.15rem;
	height: 0.01rem;
	background: #398fd7;
	position: absolute;
	left: 0.5rem;
	top: 0.15rem
}

.reveal-modal .title:after {
	content: "";
	width: 0.15rem;
	height: 0.01rem;
	background: #398fd7;
	position: absolute;
	right: 0.5rem;
	top: 0.15rem
}

.reveal-modal .nr {
	font-size: 0.16rem;
	line-height: 0.34rem !important;
	margin: 0.2rem 0;
	padding: 0;
	color: #333;
}

.reveal-modal .nr li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 0.34rem !important;
}

.reveal-modal .nr span {
	margin: 0 0.2rem 0 0
}

.reveal-modal .close-reveal-modal {
	font-size: 0.16rem;
	width: 1rem;
	height: 0.4rem;
	border-radius: 0.05rem;
	background: #fff;
	position: absolute;
	bottom: 0.15rem;
	left: 50%;
	margin-left: -0.5rem;
	color: #398fd7;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
	line-height: 0.4rem
}

.reveal-modal .close-reveal-modal:hover {
	background: #0068b7;
	color: #fff
}

/*政民互动 end*/