/* 区块通用样式 */
.section {
	margin-bottom: 30px;
}
.section .section-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.section .section-header .section-title {
	position: relative;
	font-size: 30px;
	line-height: 60px;
	color: #125db2;
}
.section .section-header .section-title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 70px;
	border-bottom: 4px solid;
}
.section .section-header .more-link {
	font-size: 14px;
	color: #125db2;
	text-decoration: none;
}
.section .section-header .section-desc {
	flex: 1;
	color: #125DB2;
	text-align: left;
}
.section .section-header .btn-wrap {
	display: flex;
	gap: 10px;
}
.section .section-header .btn-wrap .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	width: 152px;
	height: 48px;
	font-size: 20px;
	color: #fff;
	background: #3782DE;
	transition: all .3s;
}
.section .section-header .btn-wrap .btn .iconfont {
	font-size: 20px;
}
.section .section-header .btn-wrap .btn:first-child {
	background: #87BDFF;
}
.section .section-header .btn-wrap .btn:hover {
	opacity: .8;
}

/********************* 政民互动 首页 *********************/
/*快捷入口*/
.zmhd-container .quick-entry {
	display: flex;
	justify-content: center;
	gap: 30px;
	padding: 30px 0;
}
.zmhd-container .quick-entry .entry-item {
	position: relative;
	flex: 1;
	height: 160px;
	padding: 30px;
	font-size: 20px;
	border-radius: 10px;
	overflow: hidden;
}
.zmhd-container .quick-entry .entry-item:nth-child(1) {
	color: #0d5db2;
	background: linear-gradient(180deg, #c0ddff 0%, #e6f1ff 100%);
}
.zmhd-container .quick-entry .entry-item:nth-child(2) {
	color: #2089d4;
	background: linear-gradient(180deg, #c2e6ff 0%, #e6f4ff 100%);
}
.zmhd-container .quick-entry .entry-item:nth-child(3) {
	color: #c76300;
	background: linear-gradient(180deg, #fcd0a4 0%, #ffecdb 100%);
}
.zmhd-container .quick-entry .entry-title {
	position: relative;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}
.zmhd-container .quick-entry .entry-title:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	border-bottom: 3px solid;
}
.zmhd-container .quick-entry .entry-icon {
	position: absolute;
	right: 10px;
	bottom: 5px;
	width: 105px;
	height: 105px;
}

/* 双栏布局 */
.two-column {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
}

/* 统计栏 */
.statistics-bar {
	padding: 15px 20px;
	margin-bottom: 30px;
	font-size: 18px;
	color: #0d5db2;
	text-align: center;
	border: 1px solid #a2ccf2;
}

/********************* 百姓留言 *********************/
.bxly-list-grid .list-header, .bxly-list-grid .list-row {
	grid-template-columns: 1fr 150px 150px;
}

/********************* 政府信箱 *********************/
.zfxx-list-grid .list-header, .zfxx-list-grid .list-row {
	grid-template-columns: 1fr 150px 150px;
}

/********************* 留言查询 *********************/
.lycx-container .search-wrap {
	display: flex;
	justify-content: center;
	padding: 50px 0 36px;
}
.lycx-container .search-wrap .search {
	display: flex;
}
.lycx-container .search-wrap .search input {
	width: 430px;
	height: 50px;
	font-size: 16px;
	line-height: 48px;
	border: 1px solid #125DB2;
	border-right: none;
	border-radius: 7px 0 0 7px;
	outline: none;
	padding: 0 15px;
}
.lycx-container .search-wrap .search input::placeholder {
	font-size: 16px;
}
.lycx-container .search-wrap .search .btn-search {
	padding: 0 23px;
	border: 1px solid #125DB2;
	border-radius: 0 7px 7px 0;
	background: #125DB2;
	color: #fff;
	cursor: pointer;
}
.lycx-container .search-wrap .search .btn-search .iconfont {
	font-size: 24px;
	font-weight: bold;
}
.lycx-container .lycx-list-grid {
	margin-top: 0;
}
.lycx-list-grid .list-header, .lycx-list-grid .list-row {
	grid-template-columns: 1fr 150px 150px;
}

/********************* 我要写信 *********************/
.wyxx-container .wyxx-header {
	position: relative;
	padding: 45px 30px 25px;
	margin: 60px 0 20px;
	background: #DEEEFF;
}
.wyxx-container .wyxx-header .title {
	position: absolute;
	top: -20px;
	left: 50%;
	width: 254px;
	height: 54px;
	font-size: 30px;
	font-weight: bold;
	line-height: 54px;
	color: #fff;
	text-align: center;
	transform: translateX(-50%);
}
.wyxx-container .wyxx-header .title:before, .wyxx-container .wyxx-header .title:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
}
.wyxx-container .wyxx-header .title:before {
	height: 20px;
	background: #003A67;
	z-index: -2;
}
.wyxx-container .wyxx-header .title:after {
	z-index: -1;
	width: 200px;
	height: 0;
	border-top: 54px solid #006FC4;
	border-left: 27px solid transparent;
	border-right: 27px solid transparent;
}
.wyxx-container .wyxx-header .notice p {
	margin-top: 15px;
	text-indent: 0;
}
.wyxx-container .wyxx-form-wrap {
	padding: 40px 30px;
	margin-bottom: 30px;
	background: #DEEEFF;
}
.wyxx-container .wyxx-form {
	margin: 0 auto;
	background: transparent;
	padding-top: 10px;
}
.wyxx-container .wyxx-form .el-form-item__label {
	color: #333;
}
.wyxx-container .wyxx-form .el-textarea__inner, .wyxx-container .wyxx-form .el-input__inner {
	border: 1px solid #AACCF0;
}
.wyxx-container .wyxx-form .el-textarea__inner:hover, .wyxx-container .wyxx-form .el-input__inner:hover {
	border: 1px solid #7eb7f4;
}
.wyxx-container .wyxx-form .el-select .el-input .el-select__caret {
	color: #2A82E4;
}
.wyxx-container .wyxx-form .captcha-wrapper {
	display: flex;
	align-items: center;
	width: 100%;
}
.wyxx-container .wyxx-form .captcha-wrapper .captcha-input {
	width: 115px;
}
.wyxx-container .wyxx-form .captcha-wrapper .captcha-code {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 12px;
	padding: 0 20px;
	height: 40px;
	font-family: Consolas, 'Courier New', monospace;
	font-size: 20px;
	letter-spacing: 4px;
	font-weight: bold;
	color: #333;
	background-color: #f5f7fa;
	border: 1px solid #dcdfe6;
	border-radius: 4px;
	cursor: pointer;
	user-select: none;
	flex-shrink: 0;
}
.wyxx-container .wyxx-form .wyxx-submit {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.wyxx-container .wyxx-form .wyxx-submit .submit-btn {
	min-width: 190px;
	height: 44px;
	font-size: 18px;
	color: #333;
	background-color: #fff;
	border: 1px solid #AACCF0;
	border-radius: 0;
}
.wyxx-container .wyxx-form .wyxx-submit .submit-btn:hover,
.wyxx-container .wyxx-form .wyxx-submit .submit-btn:focus {
	background-color: #f5f7fa;
	color: #333;
}

/********************* 政务微博 *********************/
.zwwb-layout {
	display: flex;
	gap: 30px;
    padding-bottom: 40px;
}

.zwwb-content {
	flex: 1;
}
.zwwb-content .wb-grid {
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding-top: 20px;
}
.zwwb-content .wb-grid .wb-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    height: 154px;
    color: #333;
    border: 1px solid #E8E8E8;
}
.zwwb-content .wb-grid .wb-card:hover {
    color: #125DB2;
}
.zwwb-content .wb-grid .wb-card .wb-icon {
    width: 80px;
    height: 80px;
    object-fit: cover;
}


/* 小屏幕（手机横屏/小平板）  */
@media (max-width: 991px) {
	/* 区块通用样式 */
	.section {
		width: 100%;
		overflow: hidden;
	}
	.section .section-header {
		flex-direction: row;
		gap: 6px;
		border-bottom: none;
	}
	.section .section-header .section-title {
		padding-left: 14px;
		font-size: 18px;
		line-height: 2;
	}
	.section .section-header .section-title:after {
		top: 50%;
		margin-top: -10px;
		bottom: auto;
		border-left: 4px solid;
		border-bottom: none;
		left: 0;
		width: 4px;
		height: 20px;
	}
	.section .section-header .btn-wrap {
		width: 100%;
	}
	.section .section-header .btn-wrap .btn {
		flex: 1;
		font-size: 18px;
	}
	
	/********************* 政民互动 首页 *********************/
	/*快捷入口*/
	.zmhd-container .quick-entry {
		flex-direction: column;
		gap: 12px;
		padding: 15px 0;
	}
	.zmhd-container .quick-entry .entry-item {
		flex: auto;
		height: 100px;
		padding: 15px 28px;
	}
	.zmhd-container .quick-entry .entry-icon {
		position: absolute;
		right: 10px;
		bottom: 10px;
		width: 80px;
		height: 80px;
	}
	
	/* 民意征集 */
	.myzj-section .article-list .tag {
		display: none;
	}
	
	/* 双栏布局 */
	.two-column {
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
	.two-column .article-list .date i {
		display: none;
	}
	
	/* 统计栏 */
	.statistics-bar {
		padding: 12px;
		margin-bottom: 30px;
		font-size: 14px;
	}
	
	/********************* 百姓留言 *********************/
	.bxly-list-grid .list-header, .bxly-list-grid .list-row {
		grid-template-columns: auto minmax(80px, 85px) ;
	}
	
	/********************* 政府信箱 *********************/
	.zfxx-list-grid .list-header, .zfxx-list-grid .list-row {
		grid-template-columns: auto minmax(80px, 85px) ;
	}
	
	/********************* 留言查询 *********************/
	.lycx-container .search-wrap {
		padding: 20px 0;
	}
	.lycx-container .search-wrap .search {
		width: 100%;
	}
	.lycx-container .search-wrap .search input {
		flex: 1;
		width: 100%;
		height: 46px;
		line-height: 44px;
		border-radius: 4px 0 0 4px;
	}
	.lycx-container .search-wrap .search .btn-search {
		padding: 0 20px;
		border-radius: 0 4px 4px 0;
	}
	.lycx-container .search-wrap .search .btn-search .iconfont {
		font-size: 18px;
	}
	.lycx-list-grid .list-header, .lycx-list-grid .list-row {
		grid-template-columns: auto minmax(80px, 85px) ;
	}

	/********************* 我要写信 *********************/
	.wyxx-section {
		padding: 15px;
	}
	.wyxx-title-wrap .wyxx-title {
		font-size: 20px;
		padding: 10px 40px;
	}
	.wyxx-notice {
		font-size: 13px;
		line-height: 1.8;
	}
	.wyxx-notice p {
		text-indent: 2em;
		margin: 4px 0;
	}
	.wyxx-form .el-form-item__label {
		font-size: 14px;
	}
	.captcha-wrapper .captcha-code {
		font-size: 18px;
		padding: 0 12px;
		height: 36px;
	}
	.wyxx-submit .submit-btn {
		min-width: 140px;
		font-size: 16px;
		height: 40px;
	}
	
	/********************* 我要写信 *********************/
	.wyxx-container .wyxx-header {
		padding: 35px 15px 20px;
		margin: 35px 0 15px;
		font-size: 15px;
	}
	.wyxx-container .wyxx-header .title {
		top: -10px;
		width: 146px;
		height: 40px;
		font-size: 18px;
		line-height: 40px;
	}
	.wyxx-container .wyxx-header .title:before {
		height: 10px;
	}
	.wyxx-container .wyxx-header .title:after {
		width: 106px;
		height: 0;
		border-top: 40px solid #006FC4;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
	}
	.wyxx-container .wyxx-form-wrap {
		padding: 10px 14px 15px;
		margin-bottom: 15px;
	}

    /********************* 政务微博 *********************/
    .zwwb-layout {
        flex-direction: column;
        gap: 6px;
    }

    .zwwb-content .wb-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 18px 10px;
        padding-top: 18px;
    }
    .zwwb-content .wb-grid .wb-card {
        gap: 10px;
        height: auto;
        padding: 10px;
        font-size: 14px;
        text-align: center;
    }
    .zwwb-content .wb-grid .wb-card .wb-icon {
        width: 46px;
        height: 46px;
    }
    .zwwb-content .wb-grid .wb-card .wb-name {
        height: 3em;
        line-height: 1.5;
        text-align: center;
    }


}