body { background: #f5f5f5; }
.ysLiuyan { margin-top: 20px; }

/*内容区样式*/
#con { padding: 0 40px 40px; background: #fff; margin-bottom: 40px; }
.position { line-height: 50px; margin-bottom: 25px; font-size: 14px; color: #333; }
.position a { font-size: 16px; color: #333; }

/* 列表样式 */
.detail_con { border: 1px solid #d0d0d0; padding: 25px 45px 90px; }
.detail_tit { height: 50px; line-height: 50px; position: relative; background: #d0cccd; padding-left: 48px; font-size: 26px; font-weight: bold; color: #13090a; margin-bottom: 50px; }
.detail_tit i { width: 6px; height: 26px; background: #bd1a2d; display: block; position: absolute; left: 20px; top: 12px; }
.listNews li { overflow: hidden; height: 36px; line-height: 36px; vertical-align: middle; }
.listNews li a { display: block; float: left; padding-left: 40px; font-size: 16px; background: url(icon.png) no-repeat 15px center; color: #140a09; max-width: 80%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.listNews li span { font-size: 14px; color: #888; float: right; }
.listNews li:hover a, .listNews li:hover span { color: #bd1a2d; }
.listNews li.line { width: 100%; height: 0px; border-top: 1px dotted #d0d0d0; margin: 25px 0; background: none; }

/* 分页样式 */
.page-more { text-align: center; margin-top: 50px; }
.page-more * { display: inline-block; }
.page-more a, .page-more font { padding: 0 15px; height: 30px; border: 1px solid #efefef; line-height: 28px; font-size: 14px; color: #333; }
.page-more font { background: #bd1a2d; color: #fff; }
.page-more input { width: 48px; height: 30px; border: 1px solid #efefef; text-align: center; }
.page-more input.easysite-jump-btn { font-size: 14px; color: #333; line-height: 30px; height: 30px; padding: 0 15px; border: 1px solid #efefef; background: none; width: auto; }
.page-more input.easysite-page-text { margin: 0 5px; }
.page-more a:hover, .page-more button:hover { border-color: #bd1a2d; background: #bd1a2d; color: #fff; }
.zt_top_bannertxt { height: 340px; }
.zt_top_bannertxt .maxWidth { position: relative; height: 100%; }
.zt_top_bannertxt .maxWidth .Rel { background: rgba(188, 25, 24, .75); position: absolute; bottom: 0; left: 0; width: 100%; }
.zt_top_bannertxt .maxWidth .Rel h2 { text-align: center; color: #fff; font-size: 22px; }
.zt_top_bannertxt .maxWidth .Rel h2 span { display: inline-block; border-bottom: 1px solid #fff; padding-bottom: 10px; }
.zt_top_bannertxt .maxWidth .Rel .box { padding: 30px 20px; }
.zt_top_bannertxt .maxWidth .Rel .box .summary { font-size: 14px; color: #fff; line-height: 1.8; margin-top: 10px; }
.easysite-submit-btns .easysite-sub-page { background: #bc192c; border: 1px solid #bc192c; }
.easysite-submit-btns .easysite-sub-page input { background: transparent; color: #fff; }
.easysite-board-title { background: #bc192c !important; }
.easysite-submit-btns .easysite-sub-page:hover, .easysite-submit-btns .easysite-sub-page:hover input { background: #bc192c !important; }

/* 大兴区供热服务便民电话20231109 */
.bmdh_con { overflow: hidden; }
.bmdh_card { width: 23%; float: left; background: #ffe7d6; margin: 0 1% 20px; border-radius: 6px; }
.bmdh_card a { display: block; text-align: center; padding: 20px; font-size: 26px; color: #ff4d11; font-weight: bold; }
.bmdh_card a::after { content: '供暖便民电话'; display: block; font-size: 16px; font-weight: normal; color: #333; margin-top: 10px; }

/* 图片列表 */
.pic_con { overflow: hidden; }
.pic_list { width: 105%; }
.pic_list li { width: 235px; float: left; margin-right: 30px; margin-bottom: 30px; }
.pic_list li .img { height: 130px; overflow: hidden; }
.pic_list li .img img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1); transition: all linear 300ms; }
.pic_list li .tit { font-size: 16px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; line-height: 36px; }
.pic_list li:hover .img img { transform: scale(1.1); }
.pic_list li:hover .tit { color: #bd1a2d; }

/* 响应式代码 */
@media screen and (max-width:1200px) {
	body { background: #fff; }
	#con { padding: 0; }
	.detail_con { padding: 20px; }

	.pic_list { overflow: hidden; }
	.pic_list li { width: 30.4%; margin-right: 2%; }
	.pic_list li .img { height: 180px; }
}
@media screen and (max-width:660px) {
	.position { margin-bottom: 5px; }
	.position a { font-size: 12px; }
	.detail_con { padding: 10px; }
	.detail_tit { height: 40px; line-height: 40px; margin-bottom: 20px; padding-left: 38px; font-size: 18px; }
	.detail_tit i { width: 4px; height: 26px; top: 7px; }
	.listNews li { height: auto; line-height: 1.5em; margin: 8px 0; }
	.listNews li a { max-width: 100%; white-space: inherit; overflow: inherit; overflow: hidden; padding-left: 20px; background-position: 0 16px; display: inline-block; float: none; font-size: 14px; }
	.listNews li span { display: inline-block; float: right; font-size: 14px; }
	.page-more a.pagingNormal, .page-more font.NormalRed, .page_jump { display: none; }

	.pic_list { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }
	.pic_list li { width: 48%; margin-right: 0; margin-bottom: 15px; }
	.pic_list li .img { height: 25vw; }
	.pic_list li .tit { font-size: 14px; line-height: 2em; }
}