	* {
		box-sizing: content-box !important;
	}
	.center_con_bg {
		background: url(../images/index_bg.png) no-repeat bottom;
		background-size: 100% auto;
		overflow: hidden;
	}

	.center_con {
		overflow: hidden;
		width: 1200px;
		margin: 0px auto;
		padding: 20px;
		box-shadow: 0px 0px 10px 3px #ddd;
		margin-bottom: 100px;
		background: #fff;
	}

	.article_table {
		width: 1000px;
		margin: 50px auto;
	}

	.article_table table {
		border-collapse:collapse;
		border:1px solid #E5E5E5;
	}

	.article_table table td {
		border: 1px solid #E5E5E5;
		height: 40px;
		line-height: 40px;
		text-indent: 20px;
		font-size: 16px;
	}

	.article_table .td_title {
		background: #F8F8F8;
		color: #0B53B5;
		font-weight: bold;
	}

	.article_title {
		width: 900px;
		margin: 20px auto;
		font-size: 26px;
		text-align: center;
	}

	.article_tools {
		width: 1000px;
		margin: 0 auto;
		margin-top: 50px;	
		font-size: 14px;
	}

	.article_tools span {
		display: inline-block;
		vertical-align: middle;
	}

	.article_tools  img {
		height: 20px;
		width: 20px;
		vertical-align: middle;
	}

	.article_tools > span.zhchange > span {
		cursor: pointer;
		border: 1px solid #eee;
		border-collapse:collapse;
		height: 25px;
		width: 35px;
		line-height: 25px;
		text-align: center;
	}

	.article_tools > span:nth-child(3) > span:nth-child(2) {
		color: blue;
	}

	.article_tools > span:nth-child(2) {
		margin-left: 90px;
	}

	.article_tools > span:nth-child(3) {
		user-select: none;
		margin-left: 140px;
		color: #666;
	}

	.article_tools > span:nth-child(n+4) {
		cursor: pointer;
		margin-left: 30px;
		color: #666;
	}
	.article_tools > span:nth-child(n+6) img{
		
		height: 25px;
		width: 25px;
	}

	.article_tools > span:nth-child(n+7) {
		margin-left: 3px;
	}

	.article_hr {
		width: 1150px;
		margin: 0 auto;
		margin-top: 30px;
		border-bottom: 1px dashed #A5A4A4;
	}

	.article_content {
		padding: 40px 50px;
		font-size: 16px;
	}

	/* pub_list */
	
	
	
	.pub_list {
		margin-top: 20px;
		font-size: 16px;
	}
	
	.pub_top {
		text-align: center;
		font-size: 14px;
		color: #666;
	}
	
	.pub_list > ul {
		margin-top: 20px;
	}
	
	.pub_list > ul > li {
		/* height: 50px;
		line-height: 50px; */
		/* position: relative; */
		margin-bottom: 40px;
		clear: both;
	}
	
	/* .pub_list > ul > li::before {
		content: '';
		width: 6px;
		height: 6px;
		background: #0B53B6;
		display: inline-block;
		border-radius: 100%;
		position: absolute;
		top: 23px;
		left: 3px;
	} */
	.pub_list > ul > li > .pub_type {
		margin-left: 20px;
		padding: 5px 18px;
		background: #1A5288;
		display: inline-block;
		color: #fff;
		font-size: 16px;
	}
	.pub_list > ul > li > .pub_title > a {
		width: 1000px;
		display: inline-block;
		margin-left: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		font-size: 16px;
		margin-top: 15px;
		color: #447BC6;
	}
	
	.pub_list > ul > li > .pub_title > a > span {
		color: red;
		font-size: 16px;
		margin-top: 15px;
	}
	
	.pub_list li > .pub_title > span {
		/* float: right; */
		color: #666;
		font-size: 14px;
	}
	.pub_list li > .pub_content {
		font-size: 14px;
		margin-left: 20px;
		margin-top: 10px;
		width: 1140px;
	}
	
	/* 业务查询 */
	
	.content {
		width: 1200px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	
	.content ul li {
		width: 370px;
		height: 150px;
		background: #EFEFEF;
		float: left;
		margin-right: 45px;
		margin-top: 60px;
		position: relative;
	}
	
	.content ul a:nth-child(3n+0) li{
		/* background: #0B53B6; */
		float: right;
		margin-right: 0;
	}
	
	.content ul li img{
		position: absolute;
		top: 50px;
		left: 50px;
	}
	
	.content ul li div {
		line-height: 158px;
		font-size: 16px;
		font-weight: bold;
		color: #0B53B6;
		width: 180px;
		text-align: center;
		top: 60px;
		left: 130px;
	}
	
	.content ul li:hover {
		background: #0B53B6;
	}
	
	.content ul li:hover > div {
		color: #fff;
	}



	/* 业务查询表格 */
	.ywcx_con {
		width: 100%;
		margin: 20px auto;
	}
	
	.ywcx_table {
		width: 100%;
		border-collapse:collapse; 
	}
	.ywcx_table > thead > tr > td {
		height: 40px;
		background: #E7E7E7;
		text-align: center;
		border: 1px solid #CFCFCF;
		font-size: 14px;
	}
	
	.ywcx_table > tbody > tr > td {
		padding: 20px 0;
		text-align: center;
		border: 1px solid #CFCFCF;
		font-size: 12px;
	}
	
	.ywcx_table .ywcx_show_hide {
		cursor: pointer;
		user-select: none;
	}
	
	.ywcx_table .ywcx_hide_tr {
		box-shadow: 1px 1px 5px #a3a3a3;
		display: none;
	}
	
	.ywcx_table .ywcx_hide_tr > td {
		text-align: left;
		padding: 20px;
	}
	
	/* search */
	.cc_search {
		width: 340px;
		margin: 0 auto;
		margin-bottom: 40px;
		padding: 25px 30px;
		border: 1px solid #ddd;
		border-radius: 10px;
		box-shadow: 0px 1px 8px 1px #ddd;
		font-size: 15px;
		display: block;
	}
	.cc_search_group {
		margin-top: 15px;
	}
	
	.cc_search_k {
		display: inline-block;
		width: 110px;
	}
	.cc_search_v > input {
		width: 190px;
		outline: none;
		height: 22px;
		padding: 0 10px;
		font-size: 15px;
		border: 1px solid #ddd;
	}
	
	.cc_search_v > select {
		width: 205px;
		padding: 0 10px;
		height: 26px;
	}
	
	.cc_search_group > button {
		padding: 1px 6px;
		cursor: pointer;
		margin-top: 10px;
		border: 1px solid #ddd;
	}
	.cc_search_group > .cc_search_sub {
		margin-left: 113px;
	}
	.cc_search_group > .cc_search_res {
		margin-left: 20px;
	}
	