 .content {
 	width: 1100px;
 	margin: 0 auto;
 	padding: 15px 0px;
 	font-size: 14px;
 }

 .big_title {
 	width: 100%;
 	height: 60px;
 	background: #fff;
 	overflow: hidden;
 }

 .big_title .title_title {
 	margin: 27px auto;
 	width: 1200px;
 	height: 34px;
 	font-size: 20px;
 }

 .big_title .title_title .title {
 	float: left;
 	border-bottom: 2px solid #ea3e3e;
 }

 .title {
 	height: 31px;
 }

 .big_title .title_title .title i {
 	vertical-align: top;
 	margin-right: 4px;
 	display: inline-block;
 	width: 10px;
 	height: 24px;
 	background: #ea3e3e;
 }

 ol,
 ul,
 li {
 	list-style: none;
 }

 .government_content {
 	width: 100%;
 	background: #f2f1f1;
 }

 .government_content .government_ul {
 	width: 1200px;
 	margin: 0 auto;
 }

 .government_content .government_ul ul {
 	overflow: hidden;
 	margin-left: 20px;
 	padding-top: 30px;
 	padding-bottom: 30px;
 }

 .government_content .government_ul ul li {
 	float: left;
 	width: 275px;
 	height: 77px;
 }

 a,
 a:visited {
 	text-decoration: none;
 }


 .government_content .government_ul ul li .department {
 	margin-top: 15px;
 	font-size: 18px;
 }

 .government_content .government_ul ul li .platform {
 	font-size: 14px;
 	color: #999;
 }


 .list_icon_title {
 	background: url('../img/icon_shxytx.png') no-repeat 0px 3px;
 	height: 31px;
 	float: left;
 	font-size: 18px;
 	line-height: 35px;
 	color: #0c0300;
 	padding-left: 35px;
 }