@charset "UTF-8";
/*!
 * Pico.css v1.5.6 (https://picocss.com)
 * Copyright 2019-2022 - Licensed under MIT
 */
/**
 * Theme: default
 */
html,body,div,ul,li,p{
	margin: 0;
	padding: 0;
}
body{
	background: #fff;
	font-family: Hiragino Sans GB,Microsoft YaHei,\\5FAE\8F6F\96C5\9ED1;
}
ul,li{
	list-style-type: none;
}
a{
	color: #333;
}
img{
	display: block;
	width: 100%;
}
.search-banner{
	position: relative;
	min-width: 1200px;
}
/* 搜索框 */
.search-form-box{
	position: absolute;
	width: 80%;
	left: 10%;
	top: 20%;
}
.search-form-box .input-row{
	width: 785px;
	margin: auto;
}
.search-form-box .input-row::after{
	display:block;
	height: 0;
	content: '';
	clear: both;
}
.search-form-box .input-row div{
	float: left;
}
.search-form-box .input-row .input-select{
	margin-right: 12px;
}
.search-form-box .input-row .input-select select{
	border: none;
	width: 150px;
	height: 52px;
	font-size: 18px;
	text-indent: 18px;
	border-radius: 5px;
	background: rgba(255,255,255,0.6);
	outline: none;
}
.search-form-box .input-row .input-in{
	margin-right: 12px;
	background: #fff;
	border-radius: 5px;
	background: rgba(255,255,255,0.6);
}

.search-form-box .input-row .input-in::after{
	display:block;
	height: 0;
	content: '';
	clear: both;
}
.search-form-box .input-row a{
	display: block;
	float: left;
	height: 52px;
	background: #2993f0;
	color: #fff;
	text-decoration: none;
	padding: 0 30px;
	line-height: 52px;
	font-size: 18px;
}
.search-form-box .input-row .input-in input{
	border: none;
	width: 400px;
	height: 50px;
	font-size: 18px;
	text-indent: 18px;
	border-radius: 5px;
	float: left;
	outline: none;
	background: rgba(255,255,255,0);
}
.search-form-box .input-row .input-in #searchSubmit{
	background: url(https://www.lg.gov.cn/imagelzb/search-btn.png) no-repeat;
	background-position:0 12px; 
	margin-left: -4px;
	color: #3298ed;
	padding: 0 30px;
}
.search-form-box .input-row .input-btn .aiBtn{
	border-radius: 5px;
}
.hidden {
    display: none!important
}
/*================================ 搜索主要内容模块START ================================*/
.search-main{
	width: 1200px;
	margin: auto;
}
/* 菜单 */
.search-muen{}
.search-muen ul{
	border-bottom: 1px solid #ccc;
}
.search-muen ul::after{
	display:block;
	height: 0;
	content: '';
	clear: both;
}
.search-muen ul li{
	float: left;
	width:12%;
	text-align: center;
	padding: 12px 0;
	cursor: pointer;
}
.search-muen ul li.s-m-actice{
	border-bottom: #2993f0 2px solid;
	color: #2993f0;
}
/* 筛选 */
.search-filter{

}
.search-filter .s-filter-result{
	padding: 15px 0;
	font-size: 13px;
	color: #888;
}
.search-filter .s-filter-item{
	margin-bottom: 20px;
}
.search-filter .s-filter-item label{
	padding: 5px 15px;
	margin-right: 15px;
	color: #666;
	font-size: 14px;
	border-radius: 3px;
	cursor: pointer;
}
.search-filter .s-filter-item label.filter-active{
	background: #3298ed;
	color: #fff;
}
/* 主要服务板块 */
.search-list{
	width: 100%;
}
.search-list::after{
	display: block;
	content: '';
	height: 0;
	clear: both;
}
.search-list .s-list-left{
	min-height: 300px;
	width: 70%;
	float: left;
}
.search-list .s-list-right{
	width: 30%;
	float: left;
}
/* 办事服务 */
.s-left-bsBox{
	width: 95%;
	border: 1px solid #ccc;
	border-radius: 8px;
	padding: 0 8px;
	margin-top: 20px;
}
.s-left-bsBox a{
	text-decoration: none;
}
.s-left-bsBox .s-bsBox-title{
	font-size: 20px;
	font-weight: 600;
	padding: 20px 5px;
	color: #3298ed;
	border-bottom: 1px dashed #eee;
}
.s-left-bsBox .s-bsBox-title span{
	float: right;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	color: #3298ed;
	line-height: 35px;
}
.s-left-bsBox .s-bsBox-content{
	padding: 8px 0;
	margin-bottom: 8px;
	border-bottom: 1px dashed #eee;
}
.s-left-bsBox .s-bsBox-content::after{
	display: block;
	content: '';
	height: 0;
	clear: both;
}
.s-left-bsBox .s-bsBox-content a{
	display: block;
	border-radius: 5px;
}
.s-left-bsBox .s-bsBox-content .tiBtn{
	float: left;
	width: 80%;
	line-height: 24px;
}
.s-left-bsBox .s-bsBox-content .bsBtn{
	float: right;
	border: 1px solid #3298ed;
	color: #2993f0;
	width: 15%;
	text-align: center;
	padding: 5px 0;
}
/* 新闻列表 */
.s-left-item{
	width: 95%;
	padding: 12px 0;
	border-bottom: 1px #eee dashed;
}
.s-left-item em{
	color: #F00;
	font-style: normal;
	font-weight: 600;

}
.s-left-item a{
	text-decoration: none;
}
.s-left-item .s-item-title{
	/* margin-bottom: 12px; */
}
.s-left-item .s-item-title a{
	font-size: 16px;
	color: #0077f9;
	line-height: 30px;
}
.s-left-item .s-item-title label{
	font-size: 12px;
	background: #ddebff; 
	padding: 3px 10px;
	margin-right: 8px;
	color: #008afe;
}
.s-left-item .s-item-content{
	margin: 8px 0;
	font-size: 14px;
	line-height: 24px;
	 display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.s-left-item .s-item-url{
	font-size: 13px;
	padding: 0 0 8px;
}
.s-left-item .s-item-url::after{
	display: block;
	content: '';
	height: 0;
	clear: both;
}
.s-left-item .s-item-url a{
	color: green;
	display: block;
	width: 85%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.s-left-item .s-item-url .bsJump{
	display: block;
	width: 20%;
	float: right;
	color: #3298ed;
	border: #3298ed 1px solid;
	padding: 5px 0;
	text-align: center;
	border-radius: 5px;
}
.s-left-item .s-item-url span{
	display: block;
	width: 14%;
	float: right;
	color: #777;
	text-align: right;
}
.s-left-item .s-item-source{
	font-size: 13px;
	color: #777;
}
.dis{
	color: #777!important;
	border: 1px solid #777!important;
	cursor:not-allowed;
}
.search-total{color: #ff3941;}
/* 翻页 */
#page{
	padding: 15px 0;
}
#page button{
	margin-right: 5px;
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ccc;
	padding: 5px 15px;
	cursor: pointer;
}
#page .current{
	background: #3298ed;
	color: #fff;
}
/* 右侧板块 */
.s-list-right .s-r-item{
	background: url(https://www.lg.gov.cn/imagelzb/search-right-title-bg.png) no-repeat;
	background-size: 100%;
	width: 96%;
	margin: auto;
	padding-bottom: 15px;
	box-shadow: 3px 3px 8px #eee;
}
.s-list-right .s-l-r-title{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	text-indent: 20px;
	color: #3298ed;
	margin: auto;
	border-bottom: 1px solid #3f85d3;
	width: 90%;
	margin: auto;
	font-weight: 600;
}
/* 相关链接 */
.s-r-xglj{
	display: none;
}
.s-xglj-list{
	width: 90%;
	margin: 15px auto;
}
.s-xglj-list ul::after{
	display: block;
	content: '';
	height: 0;
	clear: both;
}
.s-xglj-list ul li{
	float: left;
	margin: 5px 8px;
	border: 1px solid #eee;
	padding: 3px 8px;
}
.s-xglj-list ul li a{
	text-decoration: none;
}
/* 便民查询 */
.s-bmcx-list{
	padding: 15px 0;
}
.s-bmcx-list::after{
	display: block;
	content: '';
	height: 0;
	clear: both;
}
.s-bmcx-list a{
	display: block;
	color: #fff;
	float: left;
	width: 44%;
	margin: 8px 3%;
	padding: 15px 0;
	border-radius: 40px;
	text-decoration: none;
	text-align: center;
}
/* 热门搜索 */
.s-rmss-list{
	width: 90%;
	margin: 15px auto;
}
.s-rmss-list ul li{
	margin-bottom: 12px;
	cursor: pointer;
}
.s-rmss-list ul li span{
	color: #fff;
	background: #3f85d3;
	padding: 2px 8px;
	margin-right: 20px;
	cursor: pointer;
}
.s-rmss-list ul li label{
	cursor: pointer;
}
.s-rmss-list ul li:nth-child(1) span{
	background: #ff3941;
}
.s-rmss-list ul li:nth-child(2) span{
	background: #ff7141;
}
.s-rmss-list ul li:nth-child(3) span{
	background: #ffac49;
}
.s-zcwjk{
	display: block;
	width: 90%;
	margin: 25px auto;
}
/* 相关机构 */
.s-r-xgjg{
	display: none;
}
.s-xgjg-list{
	width: 90%;
	margin: 15px auto;
}
.s-xgjg-list .s-xgjg-item{}
.s-xgjg-list .s-xgjg-item h3{
	background: #eee;
	border-radius: 40px;
	padding: 15px;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
}
.s-xgjg-list .s-xgjg-item p{
	padding: 5px 0;
}
/* 场景服务 */
.s-r-cjh{
	position: relative;
}
.s-r-cjh .s-r-cjh-box{
	position: absolute;
	top: 10px;
	left: 5%;
	width: 90%;
}
.s-r-cjh .s-r-cjh-box .s-r-cjh-title{
	font-size: 24px;
	font-weight: 600;
	padding-top: 24px;
	color: #3298ed;
	margin-bottom: 20px;
}
.s-r-cjh .s-r-cjh-box .s-r-cjh-list{
	color: #3298ed;
}
.s-r-cjh .s-r-cjh-box .s-r-cjh-list ul::after{
	display: block;
	content: '';
	height: 0;
	clear: both;
}
.s-r-cjh .s-r-cjh-box .s-r-cjh-list ul li{
	width: 23%;
	margin: 3px 1%;
	float: left;
	padding: 5px 0;
	text-align: center;
	cursor: pointer;
}
.s-r-cjh .s-r-cjh-box .s-r-cjh-list ul li.cjh-acitve{
	background: #ff4a4a;
	color: #fff;
	border-radius: 25px;
}
/*================================ 搜索主要内容模块END ================================*/
/* footer */
.search-footer{
	box-shadow: 5px 5px 15px #666;
}
.search-footer img{
	display: inline-block;
	width: auto;
}
.aside-nav{
	display: none!important;
}
/* 加载等待 */
.search-tips{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.6);
}
.search-tips .search-tips-box{
	position: absolute;
	width: 60%;
	left: 20%;
	top: 50%;
	text-align: center;
}
.search-tips .search-tips-box img{
	width: 40px;
	margin: auto;
}