body {
	background-color: #f5f8fa;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
/*个人办事+法人办事*/
.xy_BanShi2 {
	background-color: #fff;
	min-height: 860px;
	box-sizing: border-box;
	padding-top: 60px;
	padding-bottom: 35px;
}
.xy_BanShi2 .hd ul {
	text-align: center;
	background: url(/uiFramework/commonResource/image/2022052309493824550.png) no-repeat -90px center,url(	/uiFramework/commonResource/image/2022052309494733865.png) no-repeat 720px center;
}
.xy_BanShi2 .hd li {
	/*float: left;*/
	display: inline-block;
	font-size: 20px;
	color: #999;
	margin-right: 40px;
	cursor: pointer;
}
.xy_BanShi2 .hd li.on {
	font-size: 24px;
	font-weight: 700;
	color: #b10803;
}
.xy_BanShi2 .bd {
	padding-top: 40px;
}
.xy_BanShi2 .bd li {
	float: left;
	width: 223px;
	height: 120px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ececec;
	margin-right: 20px;
	margin-bottom: 20px;
}
.xy_BanShi2 .bd li:hover {
	box-shadow: 0 0 10px rgba(0,0,0, .1);
	transition: .2s;
}
.xy_BanShi2 .bd li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
	padding-top: 83px;
	padding-left: 15px;
	padding-right: 15px;font-size:16px;
}

/*部门办事*/
.xy_BanShi3 {
	min-height: 355px;
	padding-bottom: 35px;
}
.xy_BanShi3 .tit {
	font-size: 24px;
	font-weight: 700;
	color: #b10803;
	margin-top: 60px;
	text-align: center;
	background: url(/uiFramework/commonResource/image/2022052309493824550.png) no-repeat left center,url(/uiFramework/commonResource/image/2022052309494733865.png) no-repeat right center;
}
.xy_BanShi3 .tit a {
	color: #b10803;
}
.xy_BanShi3 .bd {
	padding-top: 40px;
}
.xy_BanShi3 .bd li {
	float: left;
	width: 183px;
	height: 50px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #e6eff6;
	line-height: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.xy_BanShi3 .bd li:hover {
	background-color: #b10803;
	transition: background-color .2s;
}
.xy_BanShi3 .bd li:hover a {
	color: #fff;
}
.xy_BanShi3 .bd li a {
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 16px;
	color: #333;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
/*主题集成服务*/
.xy_BanShi4 {
	background-color: #fff;
	min-height: 306px;
	box-sizing: border-box;
	padding-top: 60px;
	padding-bottom: 35px;
}

@media screen and (max-width:768px) {
.xy_BanShi2{padding-top: 20px;}
	.container{
		width:94%;margin:0 auto;
	}
	.container a img{width:100%;    height: 10vh;}
.xy_BanShi2 .hd ul,.xy_BanShi3 .tit{    background: inherit;}
.xy_BanShi2 .bd li,.xy_BanShi3 .bd li{width:32%;margin-right:0;margin-left:1%;}
.xy_BanShi3 .bd li a{padding:0 1%;width:98%;    text-align: center;    font-size: 12px;}
.xy_BanShi4{min-height:auto;padding-top: 35px;}
.xy_BanShi3 .tit{margin-top: 20px;}
.xy_BanShi3 .bd{padding-top: 20px;}
	.page-list{
		display:none;
	}

}