﻿.first-row {
	margin-bottom: 40px;
	margin-top: 20px;
	text-align: center;
	width: 100%
}

.first-btn {
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.2rem;
	font-weight: 700;
	margin: 0 .5%;
	min-width: 200px;
	padding: 15px 0;
	text-decoration: none;
	transition: all .3s ease;
	width: 32%
}

.first-btn i {
	font-size: 1.3rem;
	margin-right: 12px
}

.first-btn:hover:not(.btn-disabled) {
	background-color: rgba(0,0,0,.05)
}

.btn-12345,.btn-online,.btn-phone {
	background-image: linear-gradient(90deg,#0666b0,#6292e0)
}

.btn-disabled {
	cursor: not-allowed;
	opacity: .7
}

.second-row {
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%
}

.regulations-column {
	float: left
}

.files-column,.regulations-column {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	width: 48%
}

.files-column {
	float: right
}

.regulations-header {
	background-color: #f8f9fa;
	border-bottom: 1px solid #e0e0e0;
	color: #2c3e50;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 15px 20px
}

.regulations-buttons {
	padding: 17px;
	text-align: center
}

.regulation-btn {
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.1rem;
	font-weight: 700;
	margin: 0 .5%;
	padding: 19px 5px;
	transition: all .3s ease;
	width: 30%
}

.regulation-btn:hover {
	opacity: .9
}

.tab-header {
	background-color: #fff;
	border-bottom: 1px solid #d9d9d9;
	display: flex
}

.tab-item {
	cursor: pointer;
	flex: 1;
	font-size: 18px;
	font-weight: 700;
	padding: 10px 20px;
	text-align: center;
	transition: all .3s ease
}
.tab-item a{
	color: #274FE3;
}
.tab-item:hover {
	background-color: #eef2f7;
	color: #0052cc
}

.tab-item.active {
	background-color: #fff;
	border-bottom: 3px solid #0052cc;
	color: #0052cc
}

.tab-content {
	background-color: #fff;
	display: none
}

.tab-content.active {
	display: block
}

.file-list {
	list-style: none;
	margin: 0;
	padding: 10px
}

.file-list li {
	align-items: center;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	padding: 10px 0
}



.file-list li:last-child {
	border-bottom: none
}

.file-name {
	max-width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.file-date {
	color: #999;
	font-size: 14px
}

.third-row {
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%
}

.file-item a:hover span{
	color: #274FE3;
}

.graphic-interpretation,.text-interpretation {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	width: 48%
}

.text-interpretation {
	float: left
}

.graphic-interpretation {
	float: right
}

.fourth-row {
	margin-bottom: 40px;
	overflow: hidden;
	width: 100%
}

.department-interpretation,.video-interpretation {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	width: 48%
}

.video-interpretation {
	float: left
}

.department-interpretation {
	float: right
}

.fifth-row {
	background-color: #fff;
	border: 1px solid #e0e0e0;
	margin-bottom: 30px;
	text-align: center;
	width: 100%
}

.fifth-row img {
	width: 100%
}

.qa-title {
	color: #2c5aa0;
	font-size: 1.8rem;
	margin-bottom: 20px
}

.regulation-btn a {
	color: #2951e3
}

.section-header {
	background-color: #f8f9fa;
	border-bottom: 1px solid #e0e0e0;
	color: #2c3e50;
	font-size: 1.2rem;
	font-weight: 700;
	padding: 15px 20px;
	color: #274FE3;
}

.section-header a {
	color: #2c3e50;
	color: #a8a8a8;
	float: right;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none
}

.section-header a:hover {
	color: #2c5aa0
}

.list-item {
	border-bottom: 1px solid #e0e0e0;
	padding: 12px 20px;
	transition: background-color .2s
}

.list-item:hover {
	background-color: #f8f9fa
}

.list-link {
	color: #2c3e50;
	display: block;
	font-size: .95rem;
	line-height: 1.5;
	text-decoration: none
}

.list-link:hover {
	color: #2c5aa0
}

.list-date {
	color: #888;
	float: right;
	font-size: .85rem
}

.qr-modal {
	background-color: rgba(0,0,0,.7);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000
}

.qr-modal-content {
	background-color: #fff;
	border-radius: 8px;
	left: 50%;
	padding: 30px;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 400px
}

.qr-close {
	color: #666;
	cursor: pointer;
	font-size: 1.5rem;
	position: absolute;
	right: 15px;
	top: 10px
}

.qr-title {
	color: #2c3e50;
	font-size: 1.3rem;
	margin-bottom: 20px
}

.qr-image {
	background-color: #f0f0f0;
	border: 1px dashed #ccc;
	color: #888;
	display: table;
	font-size: .9rem;
	height: 200px;
	margin: 0 auto 20px;
	width: 200px
}

.qr-image span {
	display: table-cell;
	vertical-align: middle
}

.qr-note {
	color: #666;
	font-size: .9rem;
	margin-top: 10px
}

.container-interpretation {
	margin: 0 auto;
	max-width: 1200px;
	padding: 30px 0
}

.header-interpretation {
	align-items: center;
	border-bottom: 1px solid #e9ecef;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 15px
}

.title-interpretation {
	color: #333;
	font-size: 22px;
	font-weight: 500
}

.more-interpretation {
	color: #adb5bd;
	font-size: 20px;
	text-decoration: none
}

.card-interpretation a {
	color: inherit;
	display: block;
	text-decoration: none
}

.grid-interpretation {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(4,1fr)
}

.card-interpretation {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 3px 15px rgba(0,0,0,.05);
	overflow: hidden;
	transition: all .3s ease
}

.card-interpretation:hover {
	box-shadow: 0 10px 25px rgba(0,0,0,.08);
	transform: translateY(-5px)
}

.image-wrapper-interpretation {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative
}

.image-interpretation {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	transition: transform .5s ease;
	width: 100%
}

.card-interpretation:hover .image-interpretation {
	transform: scale(1.05)
}

.content-interpretation {
	padding: 16px
}

.label-interpretation {
	color: #495057;
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 8px
}

.description-interpretation {
	color: #6c757d;
	display: -webkit-box;
	font-size: 14px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 1.5;
	overflow: hidden
}

	/*政策问答平台*/
	.zcwd-pic {
		margin-top: 30px;
	}

	.channel-zcwdpt {
		background: #fff;
		padding: 30px 50px;
	}

	.zcwd-department {
		background-color: #f2f2f2;
		margin: 20px 0;
		padding: 20px 20px 10px;
	}

	.zcwdpt-title {
		font-size: 1.125rem;
		font-weight: 700;
		line-height: 40px;
		color: #00558e;
		position: relative;
		padding-left: 10px;
	}

	.zcwdpt-title::before {
		position: absolute;
		top: 11px;
		left: 0;
		content: "";
		width: 4px;
		height: 18px;
		background: #015293;
		border-radius: 56px;
	}

	.zcwd-department a {
		display: inline-block;
		margin-right: 10px;
		color: #00558e;
		text-align: center;
		line-height: 35px;
		background: #fff;
		border: 1px solid #ddd;
		margin-bottom: 10px;
		padding: 0 10px;
	}

	.zcwd-list ul li {
		border: 1px solid #e8e8e8;
		padding: 20px 20px 10px;
		margin-bottom: 20px;
	}

	.zcwd-list ul li h2 {
		font-size: 1.125rem;
		line-height: 1.5em;
		color: #00558e;
	}

	.zcwd-list ul li p {
		color: #333;
		line-height: 1.5em;
		margin: 10px 0;
		color: #00558e;
	}

	pages{background:#fff;margin:10px auto;overflow:hidden;padding:10px 0;}
.pages .page{float:left;color:#999;font-size:14px;line-height:34px;margin-right:30px;}
.pages ul{overflow:hidden;}
.pages ul li{float:left;overflow:hidden;text-align:center;}
.pages ul li a{float:left;color:#666;background:#FFF;border:1px solid #D3D3D3;border-radius:5px;margin:0 3px;padding:0 13px;text-align:center;line-height:32px;}
.pages ul li a.hov{background-color:#315EE2;color:#FFF;font-weight:bold;}
.pages ul li a.disabled{background-color:#d9d9d9;}