
@charset "UTF-8";

/*** 通用部分 ***/
.m {
	width: 1200px;
	/*版心1200*/
	margin: 0 auto;
	overflow: hidden;
}

.clearfix::before,
.clearfix::after {
	content: "";
	display: table;
}

.clearfix::before,
.clearfix::after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}





/* 市政府主题服务 */
.sggfw_wrap{
	width: 100%;
	background: #f3f8ff;
	padding: 0px 0 30px;
}

.sggfw_main{
	width: 1240px;
	padding-top: 15px;
}

.sggfw_tit{
	width: 100%;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}

.sggfw_tit ul li{
	float: left;
	width: 240px;
	margin-right: 10px;
	background-color: #3b7ade;
	border-radius: 8px 8px 0 0;
	padding: 0 10px;
	box-sizing: border-box;
}
.sggfw_tit ul li:nth-child(5){
	margin-right: 0;
}
.sggfw_tit ul li a{
	display: table-cell;
	height: 74px;
	font-size: 18px;
	color: #f4f4f4;
	text-align: center;
	vertical-align: middle;
	transition: .3s all;
	/***text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;***/
}

.sggfw_tit ul li.tag34sel{background-color: #fff;}
.sggfw_tit ul li.tag34sel a{
	color:#22568d;
}

.sggfw_tit_large{
	width: 100%;
	display: inline-block;
	text-align: center;
	text-align: -webkit-center;
	text-align: -moz-center;
}

.sggfw_tit_large ul li{
	float: left;
	width: 238px;
	margin-right: 10px;
	margin-bottom: 8px;
	background-color: #3b7ade;
	border-radius: 8px;
	padding: 0 10px;
	box-sizing: border-box;
}
.sggfw_tit_large ul li:nth-child(5){
	margin-right: 0;
}
.sggfw_tit_large ul li a{
	display: table-cell;
	height: 60px;
	font-size: 17px;
	color: #f4f4f4;
	text-align: center;
	vertical-align: middle;
	transition: .3s all;
	/***text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;***/
}

.sggfw_tit_large ul li.tag34sel{background-color: #fff;}
.sggfw_tit_large ul li.tag34sel a{
	color:#22568d;
}

.sggfw_content{
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 0 0 8px 8px;
}

.items{
	width: 820px;
}
.itembox{
	width: 100%;
	padding: 16px 20px;
	background-color: #f4f9ff;
	box-sizing: border-box;
	border-radius: 8px;
	margin-bottom: 20px;
}
.item_name{
	font-size: 22px;
	color: #333;
	font-weight: bold;
}
.item_des{
	margin-top: 15px;
	font-size: 17px;
	color: #3b4a67;
	line-height: 30px;
}
.item_des a{
	color: #4293f4;
	font-weight: bold;
}
.item_des a:hover{
	color: #3d63ff;
}
.item_des img{
	margin-right: 5px; 
	vertical-align: middle;
	max-width: 98%;
}
.contact{
	width: 360px;
	background-color: #f4f9ff;
	padding: 15px;
	box-sizing: border-box;
	margin-bottom: 24px;
}

.ztxz{
	width: 1240px;
	height: 40px;
	margin: 0 auto;
	text-align: right;
	color: #3b4a67;
	font-weight: bold;
}