.tab-banner img {
	width: 1200px;
}

.tab-content {
	width: 1200px;
	padding: 40px 0;
	background-color: #fff;
	overflow: hidden;
}

/* 廉政举报 */

.method {
	/* width: 580px; */
	width: 41.4%;
	/*height: 540px;*/
	float: left;
}

.item {
	width: 100%;
	padding-left: 17.2%;
	margin: 10px 0;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.item > div {
	width: 94px;
	height: 94px;
	text-align: center;
	line-height: 94px;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-right: 2em;
}
.item img {
	width: 48px;
}
.item > span {
	font-size: 20px;
	color: #004378;
}
.item:hover > div {
	background-color: #eee;
}

.method .content {
	padding-top: 70px;
}

.method .icon {
	width: 40px;
	height: 46px;
	padding-top: 6px;
}

.column {
	display: flex;
	flex-direction: column;
	color: #004378;
	font-size: 18px;
	line-height: 40px;
	text-indent: 64px;
}

.method .quit {
	color: #024280;
	text-decoration: none;
}

.principle {
	/* width: 820px; */
	width: 58.6%;
	/*height: 540px;*/
	float: left;
}

.title {
	color: #004378;
	font-size: 24px;
	margin: 0;
}

.title-en {
	color: #a9a9a9;
	font-size: 18px;
}

.principle .content {
	color: #949494;
	font-size: 18px;
	line-height: 32px;
	padding-top: 24px;
}

.principle .tip {
	color: #000000;
}
.mask {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 100;
}
.mask_content {
	width: 600px;
	height: 365px;
	background: #ffffff;
	border-radius: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -300px;
	margin-top: -183px;
	display: flex;
	flex-direction: column;
}
.mask_head {
	height: 60px;
	background: #004378;
	border-radius: 12px 12px 0px 0px;
	text-align: right;
	line-height: 60px;
	padding: 0 1em;
}
.mask_head > svg {
	cursor: pointer;
}
.mask_content_main {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.mask_type {
	color: #004378;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 40px;
}
.mask_data {
	font-size: 24px;
	padding: 0 2em;
}
.mask_img img{
	width: 146px;
	height: auto;
	display: none;
}