.index {
	width: 100%;
	height: 100%;
}
/* 小喇叭提示 */
.tips {
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	box-shadow: 0px 1px 10px 0px rgba(153, 153, 153, 0.1);
	border-radius: 4px;
	margin-bottom: 40px;
}

.tips>div,
.section {
	width: 1200px;
	margin: auto;
}

.tips img {
	width: 23px;
	height: 18px;
	margin-right: 15px;
}
.tips .liMarquee{
	height: 40px;
	overflow: hidden;
}
.tips .liMarquee span{
	height: 24px;
	display: block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
/* 首页分页样式 */
.paging {
	margin-top: 20px;
}

.paging span {
	display: block;
	text-align: center;
	width: 60px;
	height: 28px;
	font-size: 20px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 2px;
	color: rgba(153, 153, 153, 1);
	margin: 0 6px;
	cursor: pointer;
}

.paging span:hover {
	background: #DFEEFF;
	color: #2984FF;
}
/* 申报大厅 */
.declarationHall_tab {
	margin: 30px 0;
}

.declarationHall_item {
	margin-bottom: 10px;
}

.declarationHall_item>span {
	display: block;
	text-align: center;
	width: 128px;
	height: 46px;
	line-height: 46px;
	background: #EDF4FF;
	border-left: 6px solid #2984FF;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	box-sizing: border-box;
}

.declarationHall_item ul {
	margin-left: 20px;
	flex: 1;
}

.declarationHall_item li {
	width: 120px;
	height: 46px;
	background: #F3F8FE;
	border-radius: 4px;
	margin: 0 12px 10px 0;
	box-sizing: border-box;
	cursor: pointer;
	color: #333333;
	overflow: hidden;
}
.declarationHall_item li :hover{
	background: #2984FF !important;
	color: #fff !important;
}
.declarationHall_item li :hover img{
	content: url("../../images/portal/icon_sel_all.png");
}
.declarationHall_item li:nth-last-of-type(1) {
	margin: 0;
}

.declarationHall_item li img {
	width: 18px;
	height: 18px;
	margin-right: 9px;
}

.declarationHall_item li span {
	display: block;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 46px;
}

.declarationHallActive {
	background: #2984FF !important;
	color: #fff !important;
}

.declarationHallActive img {
	content: url("../../images/portal/icon_sel_all.png");
}


/* 申报搜索 */
.declarationHall_res {
	width: 100%;
}

.declarationHall_res .declarationHalle_input {
	width: 100%;
}

.declarationHall_res .declarationHall_input input {
	width: 100%;
	height: 48px;
	border: 2px solid #EEEEEE;
	border-radius: 4px 0px 0px 4px;
	padding-left: 20px;
	box-sizing: border-box;
}

.declarationHall_res .declarationHall_input .register {
	width: 127px;
	height: 48px;
	border-radius: 0px 4px 4px 0px;
}

.declarationHall_res .declarationHall_input button img {
	margin-right: 9px;
}

/* 政策超市 */
.policy,.popularDeclaration{
	margin-top: 60px;
}

.policyBox,.declarationNoticeBox{
	width: 100%;
	margin-top: 20px;
}

.policy_item_left {
	background: url("../../images/portal/p1_home.png") no-repeat;
	width: 280px;
	height: 338px;
	position: relative;
	margin-right: 25px;
}

.policy_item_left span, .declarationNotice_item_left span{
	position: absolute;
	display: block;
	width: 97px;
	height: 33px;
	border: 1px solid #FFFFFF;
	border-radius: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 33px;
	top: 105px;
	left: 27px;
	cursor: pointer;
}

.policy_item_right,.declarationNotice_item_right{
	width: calc(1200px - 305px );
	max-height: 360px;
	overflow: hidden;
}

.policy_item_right li,.declarationNotice_item_right li{
	margin-bottom: 18px;
	padding-bottom: 7px;
	border-bottom: 1px dashed #EEEEEE;
}
.policy_item_right li:hover a,.declarationNotice_item_right li:hover a{
	color: #2984FF !important;
}
.policy_item_right li a,.declarationNotice_item_right li a {
	display: inline-block;
	width: 86%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.policy_item_right li a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #2984FF;
	border-radius: 50%;
	margin-right: 7px;
}

.policy_item_right li span,.declarationNotice_item_right li span{
	display: inline-block;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
/* 申报通知 */
.declarationNotice{
	margin-top: 60px;
}
.declarationNotice_item_left{
	background: url("../../images/portal/p2_hone.png") no-repeat;
	width: 280px;
	height: 338px;
	position: relative;
	margin-right: 25px;
}
.declarationNotice_item_right li a:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #21BAAF;
	border-radius: 50%;
	margin-right: 7px;
}

/* 热门申报 */
.popularDeclarationBox {
	background: #F3F8FE;
	padding: 30px 0 20px 0;
	box-sizing: border-box;
}

.popularDeclarationBox .popularDeclarationContent {
	width: 1200px;
	margin: auto;
	height: 330px;
	overflow: hidden;
	position: relative;
}

.popularDeclarationBox .popularDeclarationScroll {
	height: 320px;
	width: 100%;
	position: absolute;
	left: 100%;
}
.popularDeclarationactive {
	left: 0 ;
}
.popularDeclarationBox_item {
	width: 100%;
	height: 140px;
	background: #FFFFFF;
	margin: 0 12px 20px 12px;
	padding: 20px 8px 14px 14px;
	box-sizing: border-box;
	box-shadow: 0px 0px 8px 0px rgba(0, 67, 136, 0.05);
}

.popularDeclarationBox_item_top span {
	display: block;
}

.popularDeclarationBox_item_top span:nth-child(1) {
	display: inline-block;
	width: 90%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	padding-bottom: 8px;
	box-sizing: border-box;
}

.popularDeclarationBox_item_top span:nth-child(2) {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.popularDeclarationBox_item_bottom {
	padding-top: 16px;
	box-sizing: border-box;
}

.popularDeclarationBox_item_bottom img {
	width: 37px;
	height: 41px;
}

.popularDeclarationBox_item_bottom button {
	margin-right: 20px;
}

/* 热门申报进度条 */
.progressBar {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%, -50%);
}

.progressBar span {
	cursor: pointer;
	text-align: center;
	display: inline-block;
	width: 20px;
	height: 8px;
	background: rgba(9, 131, 255, 0.2);
	border: 1px solid #FFFFFF;
	border-radius: 4px;
}

.progressBarActive {
	width: 40px !important;
	background: #42A2F8 !important;
}

footer {
	margin-top: 40px;
}
