@charset "utf-8";
/* CSS Document */
/**
 * @description: 网站内页样式
 * @author: ishang_pan
 * @update: ishang_pan (2020-06-16 09:25)
 */

#title {
	display: none;
}

/*search*/
.m-searchbox {
	padding: 40px 20px 27px;
	background: #f5f5f5;
}

.g-search {
	margin: 0 35px 36px;
	height: 50px;
}

.u-searchtext {
	height: 50px;
	padding-right: 66px;
	border-color: #b81112;
	border-radius: 9px;
	font-size: 16px;
}

.u-searchbtn {
	right: 0;
	top: 0;
	width: 65px;
	height: 50px;
	font-size: 32px;
	border: none;
	cursor: pointer;
	background: none;
	color: #b81112;
}

.m-searchbox ul {
	display: flex;
	justify-content: space-between;
}

.m-searchbox ul span {
	color: #b81112;
}

.m-searchbox ul label {
	margin: 0 4px;
	font-weight: normal;
}

.m-searchbox ul label input {
	margin-right: 5px;
}

@media screen and (max-width: 767px) {
	.m-searchbox {
		padding: 15px;
	}

	.g-search {
		margin: 0 0 20px;
	}

	.m-searchbox ul {
		flex-wrap: wrap;
	}
}

/*location*/
.m-location {
	margin: 22px 0;
}

@media screen and (max-width: 767px) {
	.m-location {
		margin: 15px 0;
	}
}

/*tablelist*/
.m-tablelist table {
	width: 100%;
	border: 1px solid #fff;
	color: #4d4d4d;
}

.m-tablelist table thead {
	background: #f2f6fa;
	color: #2d66a5;
}

.m-tablelist table thead th {
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	border-bottom: 6px solid #236caf;
}

.m-tablelist table .u-xh {
	width: 8%;
}

.m-tablelist table .u-bt {
	width: 37%;
	border-bottom-color: #32b9e6;
}

.m-tablelist table .u-fwrq {
	width: 21%;
	border-bottom-color: #16b1c1;
}

.m-tablelist table .u-cwrq {
	width: 17%;
	border-bottom-color: #2688c4;
}

.m-tablelist table .u-fbrq {
	width: 17%;
	border-bottom-color: #32b9e6;
}

.m-tablelist table tbody tr {
	border-bottom: 1px solid #d4d6d7;
}

.m-tablelist table tbody tr td {
	padding: 10px 6px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
}

.m-tablelist table tbody tr .u-info {
	text-align: left;
}

.m-tablelist>p {
	font-size: 36px;
	font-weight: bold;
	color: #b81112;
}

/* 規章庫 */
.m-tablelist2 {
	font-family: NSimSun;
}

.m-tablelist2 table {
	width: 100%;
	border: 1px solid #fff;
	color: #4d4d4d;
	table-layout: fixed;
}

.m-tablelist2 table thead th {
	text-align: center;
	font-family: FZXBSJW;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: #333;
	font-size: 20px;
	border-bottom: 2px solid #0f5a9b;
}

.m-tablelist2 table .u-xh {
	width: 11.2%;
}

.m-tablelist2 table .u-bt {
	width: 59%;
}

.m-tablelist2 table .u-fwrq {
	width: 31%;
}

.m-tablelist2 table tbody tr {
	padding-bottom: 10px;
}

.m-tablelist2 table tbody tr:nth-child(2n) {
	background: #eee;
}

.m-tablelist2 table tbody tr:last-child {
	border-bottom: 1px solid #eee;
}

.m-tablelist2 table tbody tr td {
	height: 100%;
	text-align: center;
	line-height: 20px;
	word-wrap: break-word;
}

.m-tablelist2 table tbody tr .u-info {
	padding: 0 0 10px 30px;
	text-align: left;
}

.m-tablelist2 table tbody tr .u-info a {
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
	/* display: block;  */
	font-family: NSimSun;
	line-height: 30px;
	color: #333;
	font-size: 16px;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-tablelist2 table tbody tr .u-info a.c-red {
	color: red;
	font-size: 14px;
	font-weight: normal !important;
}

.m-tablelist2 table tbody tr .u-info p {
	line-height: 30px;
	color: #5d89b6;
	font-size: 14px;
	word-wrap: break-word;
}

.m-tablelist2 .f-mr20 {
	margin-right: 28px;
}

.m-tablelist2 .f-mr5 {
	margin-right: 5px;
}

.m-tablelist2 .u-load a {
	padding: 0 7.5px;
	color: #333;
	font-size: 14px;
}

.m-tablelist2 .u-load a:hover {
	color: #015293;
}

@media screen and (max-width: 991px) {
	.m-tablelist2 .u-load a {
		display: block;
		margin: 5px;
	}
}

/*font*/
@font-face {
	font-family: 'FZXBSJW';
	src: url('../font/FZXBSJW.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}

/*cglist*/
.m-cglist li {
	margin-bottom: 25px;
	line-height: 2;
}

.m-cglist li span {
	margin-left: 10px;
	color: #b8b8b8;
}

/*tglist*/
.m-tglist ul {
	padding: 25px 30px 0;
}

.m-tglist li {
	margin-bottom: 25px;
	line-height: 2;
}

.m-tglist li span {
	margin-left: 10px;
	color: #b8b8b8;
}

.m-tglist .u-more {
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 100px;
	line-height: 30px;
	background: #f2f2f2;
	font-size: 16px;
}

@media screen and (max-width: 767px) {
	.m-tglist ul {
		padding: 15px 15px 0;
	}
}

/*bmInfo*/
.m-bminfo {
	margin-bottom: 32px;
	padding: 15px 30px;
	border-bottom: 2px solid #f5f5f5;
}

.m-bminfo li {
	line-height: 45px;
}

@media screen and (max-width: 991px) {
	.m-bminfo {
		margin-bottom: 15px;
		padding: 15px;
	}

	.m-bminfo li {
		line-height: 32px;
		text-align: left;
	}
}

/*依申请公开目录*/
.m-ysqgkml {
	padding-bottom: 60px;
}

.m-ysqgkml .m-liststyle1 {
	padding: 25px 25px 0;
}

@media screen and (max-width: 991px) {
	.m-ysqgkml {
		padding-bottom: 15px;
	}

	.m-ysqgkml .m-liststyle1 {
		padding: 15px 15px 0;
	}

	.m-ysqgkml .m-pagination {
		margin: 0 10px;
	}
}

/*申请信息流程图*/
.g-ysqgklct img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

/*申请表下载*/
.g-ysqgkbgxz {
	padding: 18px 10px;
}

.g-ysqgkbgxz table {
	width: 100%;
}

.g-ysqgkbgxz table thead th {
	line-height: 40px;
	background: #f5f5f5;
	font-weight: bold;
}

.g-ysqgkbgxz table thead .u-bgmc {
	padding-left: 48px;
}

.g-ysqgkbgxz table thead .u-cz {
	text-align: center;
}

.g-ysqgkbgxz table tbody tr {
	border-bottom: 1px solid #ddd;
}

.g-ysqgkbgxz table tbody td {
	padding: 16px 10px;
}

.g-ysqgkbgxz table tbody td .btn {
	margin: 0 auto;
	display: block;
	padding: 0;
	width: 50px;
	height: 22px;
	background: #b81112;
	color: #fff;
	border-radius: 0;
}

/*在线申请*/
.m-zxsqtext {
	padding: 15px 20px;
	text-align: justify;
}

.m-zxsqtext p {
	text-indent: 2em;
	line-height: 2.3;
}

.m-zxsqform {
	padding: 0 20px;
}

.m-zxsqform h2 {
	line-height: 40px;
	text-align: center;
	font-size: 22px;
}

.m-ysqtips {
	line-height: 25px;
	color: #cd2527;
	font-size: 14px;
}

.m-ysqpub {
	font-size: 14px;
}

.m-ysqpub input {
	display: inline-block;
	margin-right: 5px;
}

.g-zxsqform {
	margin: 0 20px;
}

.g-zxsqform table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

table.apply-wrapper th {
	text-align: center;
	background: #f5f8fa;
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
	border: 1px solid #ddd;
	color: #b81112;
}

table.apply-wrapper td {
	border: 1px solid #ddd;
	padding: 10px 20px;
	text-align: left;
	line-height: 22px;
}

table.apply-wrapper td.apply-cell,
table.apply-wrapper td.infor-cell {
	padding: 15px;
}

table.apply-wrapper td font {
	color: #fe0101;
}

table.apply-wrapper td label {
	margin: 0 5px;
}

table.apply-wrapper td .jg {
	padding: 0 50px;
}

table.apply-wrapper td label input {
	margin-top: 4px;
	vertical-align: top;
}

table.apply-wrapper td .org {
	width: 248px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #ddd;
	padding: 8px 0 8px 6px;
	font-size: 14px;
}

.apply-person-info td.name1,
.apply-need-info td.name1 {
	width: 14px;
	padding: 0 26px;
}

.apply-person-info td.apply-person {
	color: #ff0000;
}

.apply-person-info td.text-cell {
	width: 300px;
}

.apply-person-info td.text-cell .name2 {
	display: block;
	line-height: 28px;
}

.apply-person-info td.text-cell .ipt1 {
	width: 100%;
	height: 26px;
	border: 1px solid #ddd;
	padding: 0 5px;
	box-sizing: border-box;
}

.apply-need-info td.text-cell .ipt1 {
	width: 100%;
	height: 26px;
	border: 1px solid #ddd;
	padding: 0 5px;
	box-sizing: border-box;
}

.apply-need-info td.name1 div {
	text-align: right;
}

.apply-need-info td div {
	margin: 20px 0;
}

.m-mlcode input {
	height: 26px;
	border: 1px solid #ddd;
	padding: 0 5px;
	box-sizing: border-box;
}

.f-dn {
	display: none;
}

.apply-need-info td.name2 {
	width: 98px;
	padding: 10px 20px 10px 14px;
	text-align: right;
}

.apply-need-info td .text-area {
	width: 100%;
	height: 140px;
	border: 1px solid #ddd;
	padding: 10px;
	vertical-align: middle;
	box-sizing: border-box;
}

.apply-need-info td.carrier-sorts span {
	padding: 0 10px;
}

.apply-need-info td.carrier-sorts input {
	margin: -2px 5px 0 0;
	vertical-align: middle;
}

.uploader {
	position: relative;
	display: inline-block;
	overflow: hidden;
	cursor: default;
	padding: 0;
	display: flex;
}

.filename {
	float: left;
	display: inline-block;
	outline: 0 none;
	margin-right: 10px;
	height: 26px;
	width: 100%;
	padding: 0 10px;
	overflow: hidden;
	cursor: default;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #fff;
	border: 1px solid #ddd;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}

.u-button {
	float: left;
	height: 26px;
	display: inline-block;
	outline: 0 none;
	padding: 8px 20px;
	margin: 0;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-left: 10px;
	background: #b81112;
	border: none;
	color: #fff;
}

.uploader .button {
	float: left;
	height: 26px;
	display: inline-block;
	outline: 0 none;
	padding: 0 15px;
	margin: 0;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #b81112;
	border: none;
	color: #fff;
}

.uploader input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	padding: 0;
	margin: 0;
	height: 26px;
	cursor: pointer;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}

.submit-box {
	text-align: center;
	margin: 10px 0 40px;
}

.submit-box .btn {
	width: 100px;
	height: 48px;
	background: #a6a6a6;
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	margin: 0 20px;
}

.submit-box .btn-sub {
	background: #b81112;
}

.m-ysqgkbox {
	font-size: 14px;
}

/* .m-ysqcxform #code{width: 50%;} */
.m-ysqcxform img {
	margin-left: 10px;
}

.m-ysqcxinfos .table>thead {
	background: #f5f5f5;
}

.m-ysqcxinfos .table>tbody>tr>td {
	vertical-align: middle;
}

.g-ysqlibox .row {
	margin: 0;
	border: 1px solid #ffe2e2;
}

.g-ysqlibox li {
	margin-bottom: -1px;
	line-height: 50px;
	overflow: hidden;
}

.g-ysqlibox li .u-title {
	border-left: 1px solid #ffe2e2;
	border-bottom: 1px solid #ffe2e2;
}

.g-ysqlibox li div p {
	float: left;
	width: 33.33333%;
	border-left: 1px solid #ffe2e2;
	border-bottom: 1px solid #ffe2e2;
}

.g-ysqlibox li div a {
	display: block;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.g-ysqlibox li div i {
	margin-right: 10px;
	display: inline-block;
	width: 5px;
	height: 6px;
	vertical-align: middle;
	background: url(../images/home/icon-li2.png) no-repeat;
}

.g-ysqlibox li div.u-title a {
	font-weight: bold;
}

.g-zxsqform .text-cell .tips {
	display: block;
	margin: 10px 0;
	color: #ff6600;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}

/*政策问答*/
.m-writebox {
	padding: 28px;
	border: 1px solid #ddd;
}

.m-writetext .m-titstyle2 .u-more {
	font-size: 16px;
	color: #c90e24;
	font-weight: bold;
	line-height: 48px;
}

.m-writetext .m-titstyle2 .u-more span {
	margin-right: 10px;
}

.m-mailinfos {
	margin: 1px 0 15px;
	padding: 15px 38px 20px;
	background: #f5f5f5;
	line-height: 38px;
	text-align: justify;
}

.m-mailinfos p {
	text-indent: 2em;
}

.u-nologin {
	padding: 15px;
	font-size: 14px;
}

.u-nologin a {
	margin: 0 4px;
	color: #1893e5;
}

a.u-wstcdl {
	padding: 0 6px;
	height: 40px;
	line-height: 40px;
	background: #c90e24;
	color: #fff;
	border-radius: 6px;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-mailfmbox {
	padding: 0 80px;
}

.m-mailfmbox label {
	font-size: 14px;
	font-weight: normal;
}

.m-mailfmbox label span {
	color: red;
}

.u-mailone {
	padding-bottom: 12px;
	margin-bottom: 24px;
	border-bottom: 1px dashed #ddd;
}

.m-mailfmbox .radio-inline {
	margin: 0 5px 0 20px;
}

.m-mailfmbox .u-mlcode {
	width: 120px;
	height: 34px;
}

.m-mailfmbox .u-nologin {
	margin: 20px 0;
}

.m-mailfmbox .btn-success,
.m-mailfmbox .btn-primary {
	margin: 0 15px;
	padding: 6px 30px;
}

.m-mailfmbox .btn-primary {
	background: #ebebeb;
	border-color: #ebebeb;
	color: #999;
}

.u-xxcode {
	height: 34px;
	overflow: hidden;
}

.u-xxcode a {
	line-height: 44px;
	font-size: 12px;
}

.m-mailfmbox .btn-success {
	background: #c90e24;
	border-color: #c90e24;
}

.m-mailfmbox .btn-success:focus {
	background: #b50015;
	border-color: #b50015;
}

.m-mailfmbox .btn-primary:focus {
	background: #d2d2d2;
	border-color: #d2d2d2;
}

.upload {
	border: none;
}

/*政策问答详情*/
.m-pgmian .container {
	width: 1200px;
	background: #fff;
}

.m-maildetail .u-tit {
	width: 15%;
	font-weight: bold;
}

.m-maildetail .table td {
	padding: 15px 20px;
	vertical-align: middle;
}

.m-maildetail .u-item {
	width: 35%;
}

.m-maildetail .u-desc {
	line-height: 36px;
}

.m-maildetail .table tfoot td {
	padding: 60px 0;
}

.m-maildetail tfoot a.btn {
	display: inline-block;
	background-color: #c90e24;
	color: #fff;
	padding: 0;
	width: 124px;
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	text-align: center;
	border-radius: 4px;
}

@media (max-width: 638px) {
	.g-zxsqform {
		margin: 15px;
	}

	.m-ysqcxform label {
		margin-bottom: 5px;
	}

	.m-ysqcxinfos td.he,
	.m-ysqcxinfos th.he {
		display: none;
	}

	table.apply-wrapper td .org {
		width: 100%;
	}

	.m-zxsqform td.yc,
	.share-main {
		display: none;
	}

	table.apply-wrapper td {
		border: none;
		padding: 10px 5px;
	}

	table.apply-wrapper td.apply-cell,
	table.apply-wrapper td.infor-cell {
		padding: 0;
	}

	.m-bminfo {
		padding: 15px;
	}

	.m-zxsqtext,
	.m-zxsqform {
		padding: 15px 0;
	}

	.submit-box .btn {
		margin: 0 10px;
		width: 85px;
	}

	table.apply-wrapper td .jg {
		display: block;
	}

	table.apply-wrapper td label input {
		margin-top: 2px;
	}
}

@media (max-width: 767px) {

	.apply-person-info td.name1,
	.apply-need-info td.name1 {
		display: none;
	}

	.apply-person-info td.text-cell {
		width: 115px;
	}

	.apply-need-info td.name2 {
		width: 77px;
		padding: 10px 10px 10px 8px;
	}

	.m-tablelist2 table thead th {
		font-size: 16px !important;
	}
}

/*依申请公开查询*/
.g-ysqgkcx {
	padding: 20px 18px;
}

.m-ysqcxform {
	padding: 0 15px;
}

.m-ysqcxform label {
	font-weight: normal;
}

.m-ysqcxform input[type="text"] {
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ddd;
	font-size: 15px;
}

.m-ysqcxform input[type="submit"] {
	margin-left: 10px;
	width: 60px;
	height: 30px;
	border: 1px solid #ddd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 14px;
}

.m-ysqcxinfos table {
	font-size: 13px;
}

.m-ysqcxinfos table thead th {
	text-align: center;
	font-weight: bold;
}

/*依申请公开统计*/
.g-ysqgktj {
	padding: 20px 18px;
}

.g-ysqgktj table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ddd;
}

.g-ysqgktj table thead {
	background: #f5f5f5;
}

.g-ysqgktj table thead th {
	height: 40px;
	line-height: 39px;
	font-weight: bold;
	font-size: 14px;
}

.g-ysqgktj table td,
.g-ysqgktj table th {
	border: 1px solid #ddd;
	text-align: center;
}

.g-ysqgktj table td {
	padding: 8px;
}

/*年报*/
.m-gknbbox .u-title {
	margin-bottom: 15px;
	font-size: 32px;
	font-weight: bold;
	color: #b81112;
}

.m-gknbbox .u-desc {
	padding-bottom: 22px;
	border-bottom: 2px solid #f2f2f2;
}

.m-gknbbox .u-desc span {
	margin: 0 6px;
}

.m-gknbbox .u-desc,
.m-gknbbox .u-desc a {
	font-size: 15px;
	color: #3d3d3d;
}

.g-gknbbox {
	height: 940px;
	font-size: 16px;
	line-height: 2.3;
	overflow-x: auto;
	overflow-y: auto;
}

.g-gknbbox p {
	margin-bottom: 15px;
}

.g-gknbbox table {
	border-collapse: collapse;
	border: 1px solid #333;
}

.g-gknbbox table td,
.g-gknbbox table th {
	border: 1px solid #333;
}

.g-gknbbox img {
	max-width: 100%;
}

.g-gknbbox p a {
	color: #b81112;
}

/*部门导航*/
.m-gkdhbox .g-gkdhbox {
	margin: 26px 15px 38px;
}

.g-gkdhbox li {
	line-height: 40px;
}

.g-gkdhbox li a {
	display: block;
	padding: 0 5px;
	overflow: hidden;
	word-wrap: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.m-xqdh li {
	background: #f5f5f5;
}

.m-bmdh li:nth-child(6n+1),
.m-bmdh li:nth-child(6n+2),
.m-bmdh li:nth-child(6n+3) {
	background: #f5f5f5;
}

/*detail*/
.m-detailtb {
	width: 100%;
}

.m-detailtb td {
	padding: 5px;
	border: 1px solid #ddd;
	font-size: 14px;
}

.m-detailtb td .u-jqhh {
	white-space: normal;
	word-break: break-all;
	word-wrap: break-word;
}

.m-detailbox {
	position: relative;
}

.m-detailbox .u-title {
	margin-bottom: 15px;
	font-size: 32px;
	font-weight: bold;
	White-space: pre-wrap;
}

.m-detailbox .u-desc {
	padding-bottom: 22px;
	border-bottom: 2px solid #f2f2f2;
}

.m-detailbox .u-desc span {
	margin: 0 6px;
}

.m-detailbox .u-desc,
.m-detailbox .u-desc a {
	font-size: 15px;
	color: #3d3d3d;
}

.m-detailbox .sx_p {
	position: absolute;
	display: block !important;
	top: 0;
	right: 30px;
	width: 149px;
	height: 124px;
	background: url(../images/page/sx_img.png) no-repeat;
}

.g-detailbox {
	margin-bottom: 10px;
	height: 880px;
	font-size: 16px;
	line-height: 2.3;
	overflow-x: auto;
	overflow-y: auto;
}

.g-detailbox p {
	margin-bottom: 15px;
}

.g-detailbox a {
	color: #337FE5 !important;
}

.g-detailbox table {
	border-collapse: collapse;
	border: 1px solid #333;
	text-align: center;
	width: 100% !important;
	table-layout: fixed;
}

.g-detailbox table td,
.g-detailbox table th {
	border: 1px solid #333;
	word-break: break-all;
	word-wrap: break-all;
}

.g-detailbox img {
	max-width: 100%;
}

/* {
	text-align: center;
    table-layout: fixed;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */
.m-detailbox .fz_p {
	position: absolute;
	display: block !important;
	top: 0;
	right: 30px;
	width: 149px;
	height: 124px;
	background: url(../images/page/fz_img.png) no-repeat;
}

.wzbot {
	float: none;
	display: inline-block;
}

.wzbot ul.fxd_close li {
	margin-left: 15px;
}

.wzbot ul.fxd_close li a {
	display: block;
	padding-left: 20px;
	background-image: url(../images/page/detail.png);
	background-repeat: no-repeat;
}

.wzbot ul.fxd_close li.font a {
	padding: 0 2px;
}

.wzbot ul.fxd_close li.share_btn {
	width: 150px;
	padding: 0;
}

.download_btn a {
	background-position: -197px 4px;
}

/*标题右侧搜索*/
.wj-search {
	right: 9px;
	top: 229px
}

.wj-search .g-search {
	margin: 0
}

.wj-search .u-searchtext {
	height: 33px;
	line-height: 33px;
	border-color: #ddd;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
}

.wj-search .u-searchbtn {
	height: 33px;
	line-height: 33px;
	width: 55px;
	font-size: 14px;
	background-color: #b81112;
	color: #fff
}


.m_phone {
	display: none;
}

/*pad md*/
@media screen and (max-width: 991px) {
	.m_phone {
		display: block;
	}

	.m_pc {
		display: none;
	}
}


/* 新版法定主动公开列表页 */
.g-generalColumn {
	margin-top: 20px
}

.g-openinfo {
	padding: 0 10px
}

.g-openTit {
	padding: 0 24px
}

.g-openTit h3 {
	text-align: center;
	height: 60px;
	background-color: #f7f7f7;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: 0;
	color: #b81112
}

.g-columnTitle {
	border-bottom: 1px solid #ddd
}

.u-columnTitle span {
	margin-left: 20px;
	height: 35px;
	line-height: 35px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	letter-spacing: 0;
	color: #7e7e7e
}

.u-columnTitle-left {
	display: flex;
	height: 35px;
	line-height: 35px
}

.u-columnTitle-left a {
	padding: 0 9px;
	background-color: #b81112;
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: 700;
	font-stretch: normal;
	letter-spacing: 0;
	color: #fff
}

.u-columnTitle-left p {
	text-align: center;
	width: 31px;
	height: 35px;
	background-color: #d53738
}

.u-columnTitle-left p img {
	vertical-align: middle
}

.searchbox {
	width: 176px;
	height: 28px;
	border: solid 1px #ddd;
	display: flex;
	position: relative;
	float: right;
	padding-right: 30px
}

.searchbox input {
	outline: 0;
	border: none
}

.searchbox input[type=text] {
	flex: 1;
	height: 26px;
	line-height: 26px;
	padding: 0 0 0 10px;
	font-size: 14px;
	width: 100%
}

.searchbox input[type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 28px;
	height: 26px;
	cursor: pointer;
	background: url(../images/searchbox.png) #fff center center no-repeat
}

.qhlist table {
	border-collapse: collapse;
	width: 100%
}

.qhlist td {
	padding: 9px 6px;
	font-size: 16px;
	text-align: center
}

.qhlist td.xh {
	width: 5%;
}

.qhlist thead th {
	padding: 10px;
	color: #0e54ad;
	font-weight: 400;
	border-bottom: 6px solid #0e54ad;
	text-align: center
}

.qhlist thead th.bt {
	border-bottom-color: #32b9e6
}

.qhlist thead th.fwrq {
	border-bottom-color: #16b1c1
}

.qhlist thead th.cwrq {
	border-bottom-color: #2688c4
}

.qhlist thead th.fbrq {
	border-bottom-color: #32b9e6
}

.qhlist tbody td.bt,
.search-list tbody td.cwrq {
	background-color: #fff
}

.qhlist tbody td.cwrq {
	color: #999;
	width: 105px;
}

.qhlist tbody td.bt {
	text-align: justify
}

.moreColumn {
	margin: 14px auto 20px;
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f2f2f2;
	font-size: 16px
}

.qhlist-nav {
	position: relative;
	padding: 0 10px;
	width: 100%;
	overflow: hidden;
	height: 32px;
	background-color: #fafafa;
	line-height: 32px
}

.qhlist-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	overflow-x: auto;
	scrollbar-width: thin;
	-ms-overflow-style: none;
	background-color: #fafafa
}

.qhlist-nav ul::-webkit-scrollbar {
	display: none
}

.qhlist-nav ul li {
	display: inline-block;
	padding: 0 10px;
	font-size: 16px;
	color: #333
}

.qhlist-nav ul li.u-active a {
	color: #b81112;
	font-weight: bold;
}

.qhlist-nav .arrow a {
	position: absolute;
	top: 0;
	display: block;
	width: 10px;
	height: 32px
}

.qhlist-nav .arrow .prev {
	left: 0;
	background: url(../images/open_l.png) center no-repeat
}

.qhlist-nav .arrow .next {
	right: 0;
	background: url(../images/open_r.png) center no-repeat
}

.toggle img {
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.toggle.active img {
	transform: rotate(-180deg)
}

.qhlist-nav-four ul {
	margin-top: 10px;
}

.qhlist-nav-four li {
	float: left;
	margin: 0 10px 10px 0;
}

.qhlist-nav-four li.u-active a {
	color: #b81112
}

.qhlist-nav-four li a {
	display: block;
	padding: 5px 10px;
	background: #f2f2f2;
	font-size: 16px;
}

/* 重点领域 */
.g-keyAreaslist {
	padding: 0 15px
}

.g-keyAreaslist h3 {
	margin: 15px 0;
	font-family: MicrosoftYaHei-Bold;
	font-size: 20px;
	font-weight: 700;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0;
	color: #b81112;
	text-align: center
}

.g-keyAreaslist h3.keyPoint_1 {
	background: url(../images/page/keyPoint_1.png) center no-repeat
}

.g-keyAreaslist h3.keyPoint_2 {
	background: url(../images/page/keyPoint_2.png) center no-repeat
}

.g-keyAreaslist h3.keyPoint_5 {
	background: url(../images/page/keyPoint_5.png) center no-repeat
}

.g-keyAreaslist h3.keyPoint_7 {
	background: url(../images/page/keyPoint_7.png) center no-repeat
}

.g-keyAreaslist li {
	float: left;
	margin: 0 15px 15px 0
}

.g-keyAreaslist li:nth-child(3n) {
	margin: 0 0 15px 0
}

.g-keyAreaslist li a {
	text-align: center;
	display: block;
	width: 236px;
	height: 64px;
	background-color: #ffeaea;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	font-weight: 400;
	font-stretch: normal;
	line-height: 64px;
	letter-spacing: 0;
	color: #333
}

.g-keyAreaslist li.multiline a {
	padding-top: 8px;
	line-height: 24px
}

/* 专题专栏 */
.m-ztzls h3 {
	text-align: center;
	background: url(../images/lmt.png) center no-repeat;
	line-height: 36px;
	height: 36px
}

.m-ztzls h3 a {
	font-family: MicrosoftYaHei-Bold;
	font-size: 30px;
	font-weight: 700;
	font-stretch: normal;
	letter-spacing: 0;
	color: #c90e24
}

.m-ztzls ul {
	margin-top: 25px
}

.m-ztzls li {
	float: left;
	margin: 0 20px 20px 0
}

.m-ztzls li:nth-child(4n) {
	margin: 0 0 20px 0
}

.m-ztzls li a {
	display: block;
	width: 245px;
	height: 106px
}

.m-ztzls li a img {
	width: 100%;
	height: 100%
}



.policy {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 0 0 5px;
	color: #f00;
	position: relative;
	cursor: pointer;
	vertical-align: top;
}

.policybox .policy em {
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -9px;
	height: 13px;
	width: 21px;
	background: url(../images/page/arrow.png) left top no-repeat;
	z-index: 999;
	display: none;
}

.policybox .policy.active em {
	display: block;
}

.policybox .popbox {
	position: absolute;
	left: 5px;
	right: 5px;
	padding-top: 9px;
	top: auto !important;
	z-index: 888;
	display: none;
}

.policybox .popboxbg {
	border-radius: 4px;
	box-shadow: 0 0 10px #cecece;
	background: rgb(255, 255, 255);
	padding: 6px 15px 12px 20px;
}

.policybox .close {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 10px;
	top: 15px;
	color: #333;
	font-size: 18px;
	cursor: pointer;
	opacity: 1;
}

.policybox .close:hover {
	background-position-y: -16px !important;
}

.policybox .popbox h3 {
	font-size: 18px;
	line-height: 32px;
	font-weight: bold;
	color: #f00;
	margin-right: 45px;
}

.policybox .popbox ul {
	display: block;
}

.policybox .popbox li {
	height: auto;
	background: none !important;
	padding: 5px 0 5px 0 !important;
	line-height: 22px;
	font-size: 14px;
	margin: 0 !important;
}

.policybox .popbox li a {
	color: #666;
	display: block;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.policybox .popbox li a:hover {
	color: #f00;
}

.policybox-zx {
	position: relative;
}

.policybox-zx .popbox {
	left: auto;
	right: 0;
	width: 240px;
}

.policybox-zx .popbox li a.redlink {
	display: inline;
	color: #f00;
}

.policybox {
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}