/* 设置滚动条的样式 */
::-webkit-scrollbar {
	width: 5px;
	background: none;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.9);
}

/* 滚动条滑块
*/
::-webkit-scrollbar-thumb {
	background: #016bd5;
	-webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.9);
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #96afc5;
}

.iconfont {
	font-size:
		inherit;
	line-height: 1;
	-webkit-text-stroke-width: 0;
}

a,
div {
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

a:hover {
	text-decoration: none;
}

#skip {
	height:
		0;
	overflow: hidden;
}

.row2 {
	border: #e5e9eb solid 1px;
	background-color: #FFF;
	overflow: hidden;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.row2 {
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
}

.row2:hover {
	-moz-box-shadow: 3px 3px 9px #333333;
	-webkit-box-shadow: 3px 3px 9px #333333;
	box-shadow: 3px 3px 9px #333333;
}

/*-----------------------------------------控件------------------------------------*/
* {
	list-style-type: none;
}
/*
body {
	background-image:
		url(body-bj1.jpg);
	background-repeat: repeat;
}
*/
table td {
	vertical-align: middle !important;
	word-wrap: break-word;
	word-break: break-all;
}

/* 文字颜色 */
.text-primary {
	color:
		#0069c5 !important;
}

.text-success {
	color: #66bb6a !important;
}

.text-error {
	color: #f15a5d !important;
}

.text-info {
	color: #42a5f5 !important;
}

.text-warning {
	color:
		#ffa726 !important;
}

.text-orange {
	color: #ff7043 !important;
}

.text-purple {
	color: #5c6bc0 !important;
}

.text-pink {
	color: #ec407a !important;
}

.text-blue {
	color:
		#0069c5 !important;
}

.text-default {
	color: #444 !important;
}

.text-white {
	color: #fff !important;
}

/* 按钮 */
.btn {
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.btn:hover {
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
}

.btn-primary {
	color: #fff;
	background-color: #0069c5;
	border-color: #0069c5;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
	background-color: #0070d1 !important;
	border-color: #0070d1 !important;
}

.btn-info {
	color: #fff;
	background-color: #20a0e4;
	border-color: #20a0e4;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active {
	background-color: #22a8f0 !important;
	border-color: #22a8f0 !important;
}

.btn-cyan-blue {
	color: #fff;
	background-color: #23b6c8;
	border-color: #23b6c8;
}

.btn-cyan-blue:hover,
.btn-cyan-blue:focus,
.btn-cyan-blue.focus,
.btn-cyan-blue:active,
.btn-cyan-blue.active {
	color: #fff;
	background-color: #24bfd4 !important;
	border-color: #24bfd4 !important;
}

.btn-blue {
	color: #fff;
	background-color: #0069c5;
	border-color: #0069c5;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue.focus,
.btn-blue:active,
.btn-blue.active {
	color: #fff;
	background-color: #368DDA !important;
	border-color: #368DDA !important;
}

.btn-success {
	color: #fff;
	background-color: #66bb6a;
	border-color: #66bb6a;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active {
	background-color: #6dc772;
	border-color: #6dc772;
}

.btn-danger {
	color: #fff;
	background-color: #f15a5d;
	border-color: #f15a5d;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active {
	background-color: #ff5e61;
	border-color: #ff5e61;
}

.btn-orange {
	color: #fff;
	background-color: #ff7043;
	border-color: #ff7043;
}

.btn-orange:hover,
.btn-orange:focus,
.btn-orange.focus,
.btn-orange:active,
.btn-orange.active {
	color: #fff;
	background-color: #ff855f;
	border-color: #ff855f;
}

.btn-yellow {
	color: #fff;
	background-color: #ffa726;
	border-color: #ffa726;
}

.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow.focus,
.btn-yellow:active,
.btn-yellow.active {
	color: #fff;
	background-color: #ffbe5f;
	border-color: #ffbe5f;
}

.btn-purple {
	color: #fff;
	background-color: #5c6bc0;
	border-color: #5c6bc0;
}

.btn-purple:hover,
.btn-purple:focus,
.btn-purple.focus,
.btn-purple:active,
.btn-purple.active {
	color: #fff;
	background-color: #7987D8;
	border-color: #7987D8;
}

.btn-pink {
	color: #fff;
	background-color: #ec407a;
	border-color: #ec407a;
}

.btn-pink:hover,
.btn-pink:focus,
.btn-pink.focus,
.btn-pink:active,
.btn-pink.active {
	color: #fff;
	background-color: #EE6090;
	border-color: #EE6090;
}

.btn-white {
	background-color:
		#fff;
	border: 0;
}

.btn-default:hover {
	background: #fff;
}

ul.btnicon-lg li {
	text-align: center;
}

ul.btnicon-lg li a {
	padding-top: 14px;
	padding-bottom: 6px;
	display:
		block;
}

ul.btnicon-lg li a:active {
	background: #efefef;
}

ul.btnicon-lg li a i.iconfont {
	font-size: 38px;
}

ul.btnicon-lg li a p {
	margin-top: 15px;
	color: #444;
}

ul.btn-line li a.btn {
	box-shadow: none;
	border-color: #ebebeb;
}

ul.btn-line li a.btn:hover {
	border-color: #ddd;
	background-color: transparent;
	box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
}

/* 标签 */
.label {
	line-height: 16px;
}

.label-primary {
	background-color: #42a5f5;
}

.label-success {
	background-color: #66bb6a;
}

.label-warning {
	background-color: #ffa726;
}

.label-info {
	background-color: #26c6da;
}

.txt1line {
	-webkit-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box !important;
	display: box !important;
	-webkit-line-clamp: 1;
}

.txt2line {
	-webkit-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box !important;
	display: box !important;
	-webkit-line-clamp: 2;
}

.banner-sty1 {
	background-image:
		url(banner-bj1.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.yahead {
	padding-top: 50px;
	padding-bottom: 50px;
}

.xtlogo {
	float: left;
	margin-left: 10px;
}

.head-menu {
	float: right;
	margin-right: 10px;
}

.hmenu-bnt {
	float: right;
	width: auto;
	overflow: hidden;
	margin-top: 5px;
}

.hmenu-bnt a {
	display: block;
	width: 40px;
	height: 40px;
	float: right;
	border-radius: 50%;
	background-color: #ffffff;
	margin-left: 20px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.hmenu-bnt a:hover {
	background-color: #016bd5;
	background-position: -40px 0px;
}

a.head-bnt1 {
	background-image: url(head-mbj2.png)
}

a.head-bnt2 {
	background-image: url(head-mbj1.png)
}

a.head-bnt3 {
	background-image: url(head-mbj3.png)
}

.search-div {
	float: left;
	width: auto;
	overflow: hidden;
	/*margin-top:5px;*/
}

.search-div input {
	vertical-align: top;
	outline: none;
}

.yainput-sty1 {
	width: 297px;
	height: 40px;
	color: #000000 !important;
	border-bottom: #e5e9eb solid 1px !important;
	border-top: #e5e9eb solid 1px !important;
	border-left: #e5e9eb solid 1px !important;
	border-right: #e5e9eb solid 0px !important;
	background-color: #ffffff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 5px;
}

.yainput-sty1::-webkit-input-placeholder {
	color: #a8b2be;
}

.yainput-sty1:-moz-placeholder {
	color: #a8b2be;
}

.yainput-sty1::-moz-placeholder {
	color: #a8b2be;
}

.yainput-sty1::-ms-input-placeholder {
	color: #a8b2be;
}

.yainput-sty2 {
	width: 50px;
	height: 40px;
	background-color: #016bd5;
	background-image: url(input-bj1.png);
	background-repeat: no-repeat;
	background-position: center 12px;
	border: none;
	-webkit-border-top-left-radius: 0em;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 0em;
	-moz-border-radius-topleft: 0em;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 0em;
	border-top-left-radius: 0em;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 0em;
}

.yanav {
	width: 100%;
	height: 50px;
	background-color: #016bd5;
}

/*.nav-div {
	width: 100%;
	overflow: hidden;
}

.nav-div ul {
	margin: 0px;
	padding: 0px;
}

.nav-div ul li {
	float: left;
	font-size: 18px;
	line-height: 40px;
	margin-right: 40px;
}

.nav-div ul li:last-child {
	margin-right: 0px;
}

.nav-div ul li a {
	color: #ffffff;
	display: block;
	width: auto;
	height: 45px;
	margin-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
}

.nav-div ul li a:hover {
	color: #016bd5;
	background-color: #f0f0f0;
	border-radius: 5px 5px 0 0;
}

.nav-div ul li a.now {
	color: #016bd5;
	background-color: #f0f0f0;
	border-radius: 5px 5px 0 0;
}
*/
.nav-bnt1 {
	width: 100%;
	height: 28px;
	margin-top: 11px;
}

.nav-bnt1 span {
	display: block;
	width: 100%;
	height: 28px;
	background-color: #ffffff;
	border-radius: 5px;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	color: #016bd5;
	cursor: pointer;
}

.nav-bnt1 span:after {
	content: " ▼";
	color: #016bd5;
}

#yyxt_navdiv {
	width: 165px;
	overflow: hidden;
	position: absolute;
	z-index: 99;
	background-color: #ffffff;
	margin-top: 1px;
	padding-left: 5px;
	padding-right: 5px;
}

#yyxt_navdiv a {
	font-size: 14px;
	color: #282828;
	text-align: center;
	display: block;
	padding: 10px 0px 10px 0px;
	border-bottom: #e4e4e4 solid 1px;
}

.lm-more1 {
	position: absolute;
	width: auto;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	margin-left: 510px;
	margin-top: -301px;
}

.lm-more1 a {
	color: #787878;
}

.lm-more1 a:hover {
	color: #016bd5;
}

.lm-more3 {
	position: absolute;
	width: 30px;
	height: 80px;
	line-height: 20px;
	font-size: 14px;
	margin-left: 425px;
	margin-top: -80px;
	background-color: #ebeff1;
	text-align: center;
	padding-top: 25px;
	padding-left: 8px;
	padding-right: 8px;
}

.lm-more3 a {
	color: #787878;
}

.lm-more3 a:hover {
	color: #016bd5;
}

.lm-more5 {
	position: absolute;
	width: auto;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	margin-left: 490px;
	margin-top: -283px;
}

.lm-more5 a {
	color: #787878;
}

.lm-more5 a:hover {
	color: #016bd5;
}

.lm-more7 {
	position: absolute;
	width: auto;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	margin-left: 680px;
	margin-top: -602px;
}

.lm-more7 a {
	color: #787878;
}

.lm-more7 a:hover {
	color: #016bd5;
}

.lm-more8 {
	position: absolute;
	width: auto;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	margin-left: 290px;
	margin-top: -315px;
}

.lm-more8 a {
	color: #787878;
}

.lm-more8 a:hover {
	color: #016bd5;
}

.foot-div3 {
	width: 100%;
	height: 160px;
	background-color: #cfd3d5;
	margin-top: 10px;
}

.foot-div4 {
	height: auto;
	line-height: 22px;
	background: #333;
	overflow: hidden;
	font-size: 14px;
	font-family: "微软雅黑";
	color:
		#999;
	text-align: center;
}

.foot3-txtli {
	width: auto;
	float: left;
	overflow: hidden;
	margin-top: 28px;
}

.foot3-txtli ul {
	padding: 0px;
	margin: 0px;
}

.foot3-txtli ul li {
	width: 100%;
	font-size: 14px;
	color: #282828;
	line-height: 26px;
}

.foot3-txtli2 {
	width: auto;
	float: left;
	overflow: hidden;
	margin-top: 28px;
	margin-left: 50px;
}

.foot3-txtli2 ul {
	padding: 0px;
	margin: 0px;
}

.foot3-txtli2 ul li {
	width: 100%;
	font-size: 14px;
	color: #282828;
	line-height: 26px;
}

.foot3-txtli2 ul li a {
	color: #f51313;
}

.foot3-txtli2 ul li a:hover {
	color: #016bd5;
}

.foot3-bntdiv {
	text-align: right;
	overflow: hidden;
	padding: 0;
	margin-top: 36px;
	float: right;
}

.foot3-bntdiv ul {
	padding: 0px;
	margin: 0px;
}

.foot3-bntdiv ul li {
	width: 88px;
	height: 88px;
	line-height: 88px;
	vertical-align: middle;
	border: 1px solid #ccc;
	overflow: hidden;
	background: #f8f8f8;
	float: right;
	margin-left: 10px;
	text-align:
		center;
}

.foot3-bntdiv ul li img {
	width: 90%;
	/*display:block;*/
}

.foot4-ldiv {
	float: left;
	font-size: 14px;
	color: #999999;
	line-height: 40px;
}

.foot4-rdiv {
	float: right;
	font-size: 14px;
	color: #999999;
	line-height: 40px;
}

.foot4-rdiv ul {
	margin: 0px;
	padding: 0px;
}

.foot4-rdiv ul li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}

.foot4-rdiv ul li a {
	color: #999999;
}

.foot4-rdiv ul li a:hover {
	text-decoration: underline;
}

/**********以下是信息公开的样式**********/
.xxgkggbtdiv1 {
	width: 100%;
	height: 40px;
	border-bottom: #cccccc solid 1px;
	margin-top: 15px;
}

.xxgkggbtdiv1 span {
	font-weight: bold;
	color: #016bd5;
	font-size: 22px;
	padding: 0 10px;
	display: inline-block;
	zoom: 1;
	height: 40px;
	line-height: 40px;
}

.xxgkggbtdiv1 ul {
	margin: 0;
	padding: 0;
}

.xxgkggbtdiv1 li {
	width: auto;
	height: 40px;
	float: left;
	cursor: pointer;
	color: #000000;
	font-size: 22px;
	text-align: center;
	line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 10px;
}

.xxgkggbtdiv1 li.now {
	font-weight: bold;
	color: #016bd5;
}

.xxgkgglist1 {
	width: 100%;
	height: auto;
	clear: both;
	overflow: hidden;
	display: none;
	margin: 10px auto auto auto;
}

.block {
	display: block;
}

.xxgk-txtlist {
	width: 100%;
	overflow: hidden;
}

.xxgk-txtlist ul {
	padding: 0px;
	margin: 0px;
}

.xxgk-txtlist ul li {
	width: 100%;
	height: 38px;
	overflow: hidden;
	line-height: 38px;
	background-image: url(licon1.png);
	background-repeat: no-repeat;
	background-position: 5px 16px;
	text-indent: 20px;
	font-size: 16px;
}

.xxgk-txtlist ul li a {
	color: #282828;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: box;
	-webkit-line-clamp: 1;
	height: 38px;
}

.xxgk-txtlist ul li a:hover {
	color: #016bd5;
}

.xxgk-txtlist ul li span {
	float: right;
	display: block;
	width: auto;
	font-size: 14px;
	color: #999999;
	text-indent: 0px;
}

.zdly-bntdiv {
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}

.zdly-bntdiv ul {
	padding: 0px;
	margin: 0px -6px 0px -6px;
}

.zdly-bntdiv ul li {
	width: 25%;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 12px;
}

.zdly-bntdiv ul li.now a {
	color: #016bd5;
	background-color: #e4f8fd;
}

.zdly-bntdiv ul li a {
	display: block;
	width: 100%;
	height: 40px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #282828;
}

.zdly-bntdiv ul li a:hover {
	color: #016bd5;
	background-color: #e4f8fd;
}

.zdly-bntdiv ul li a i {
	margin-right: 5px;
}

.yaxxgk-zl {
	width: 100%;
	overflow: hidden;
	margin-top: 5px;
}

.yaxxgk-zl ul {
	padding: 0px;
	margin: 0px -6px 0px -6px;
}

.yaxxgk-zl ul li {
	width: 50%;
	float: left;
	padding-left: 6px;
	padding-right: 6px;
	margin-bottom: 0px;
}

.yaxxgk-zl ul li a img {
	display: block;
	width: 100%;
}

.xxgkggbtdiv2 {
	width: 100%;
	height: 61px;
	background-image: url(line1.jpg);
	background-repeat: repeat-x;
	background-position: left 30px;
	text-align: center;
}

.xxgkggbtdiv2 span {
	display: inline-block;
	width: auto;
	height: 61px;
	margin: 0px auto;
	background-color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 18px;
	color: #016bd5;
	line-height: 61px;
}

.xxgkjs-form {
	width: 100%;
	overflow: hidden;
}

.xxgkjs-form ul {
	margin: 0px 15px 0px 15px;
	padding: 0px;
}

.xxgkjs-form ul li {
	width: 100%;
	overflow: hidden;
	margin-bottom: 12px;
}

.xxgkjs-form ul li input {
	vertical-align: top;
	outline: none;
	height: 32px;
	line-height: 32px;
}

.xxgkjs-input1 {
	width: 70%;
	border: #e6e8e8 solid 1px;
}

.xxgkjs-input2 {
	width: 25%;
	border: none;
	margin-left: 3%;
	background-color: #016bd5;
	color: #ffffff;
	border-radius: 3px;
}

.xxgkbnt-div {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 10px;
}

.xxgkbnt-div ul {
	margin: 0px -7px 0px -7px;
	padding: 0px;
}

.xxgkbnt-div ul li {
	width: 50%;
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	margin-bottom: 14px;
}

.xxgkbnt-div ul li a {
	display: block;
	width: 100%;
	height: 60px;
	background-color: #f3f3f3;
	border-radius: 3px;
	text-align: center;
	font-size: 16px;
	color: #016bd5;
	line-height: 60px;
}

.xxgkbnt-div ul li a img {
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-top: -3px;
	margin-right: 5px;
}

.xxgkbnt-div ul li:last-child {
	width: 100%;
}

.count-details {
	overflow: hidden;
	margin: 15px 0px 11px 0px;
	padding: 2px 15px 0px 15px;
}

.count-details li {
	overflow: hidden;
	line-height: 18px;
	font-size: 16px;
	margin-bottom: 20px;
}

.count-details li span {
	float: right;
	color: #016bd5;
}

.count-details li i {
	display: inline-block;
	*+display: inline;
	zoom: 1;
	width: 20px;
	height: 18px;
	text-align: center;
	color: #ffffff;
	font-style: normal;
	margin-right: 5px;
}

.count-details li a {
	color: #000000;
}

.bg-red {
	background-color: #ec4f45;
}

.bg-grey {
	background-color: #c1c1c1;
}

/*以下是信息公开首页部门快速入口的样式*/
.xxgkbmksrk-bt {
	width: 95px;
	height: 38px;
	position: absolute;
	background-color: #016bd5;
	font-size: 16px;
	color: #ffffff;
	line-height: 38px;
	text-align: center;
}

.xxgkbmksrk-list {
	width: 100%;
	height: auto;
	clear: both;
	overflow: hidden;
	padding-left: 95px;
}

/*词条*/

.xxgk-txtlistqh {
	width: 100%;
	overflow: hidden;
	display: none;
}

.xxgk-txtlistqh ul {
	padding: 0px;
	margin: 0px;
}

.xxgk-txtlistqh ul li {
	width: 100%;
	height: 38px;
	overflow: hidden;
	line-height: 38px;
	background-image: url(licon1.png);
	background-repeat: no-repeat;
	background-position: 5px 16px;
	text-indent: 20px;
	font-size: 16px;
}

.xxgk-txtlistqh ul li a {
	color: #282828;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box;
	display: box;
	-webkit-line-clamp: 1;
	height: 38px;
}

.xxgk-txtlistqh ul li a:hover {
	color: #016bd5;
}

.xxgk-txtlistqh ul li span {
	float: right;
	display: block;
	width: auto;
	font-size: 14px;
	color: #999999;
	text-indent: 0px;
}

.txtlist-map {
	width: 100%;
	height: 50px;
	margin-top: 20px;
	background-color: #ebeff1;
}

.txtlist-map span {
	display: block;
	float: left;
	width: auto;
	height: 50px;
	font-size: 14px;
	color: #787878;
	line-height: 50px;
	margin-left: 20px;
}

.txtlist-map ul {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}

.txtlist-map ul li {
	float: left;
	font-size: 14px;
	color: #787878;
	line-height: 50px;
	margin-left: 5px;
}

.txtlist-map ul li a {
	color: #454545;
}

.txtlist-map ul li a:hover {
	color: #0287c5;
}

.classify-pannel {
	overflow:
		hidden;
	width: 100%;
	overflow: hidden;
	padding: 0px 15px 15px 15px;
	margin-bottom: 15px;
}

.classify-info {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	height: 300px;
	overflow-x:
		hidden;
	overflow-y: scroll;
}

.classify-info a {
	color: #454545;
}

.classify-info a:hover {
	color:
		#0287c5;
}

/**************************************************信息公开列表内容样式**************************************************/
.xxgk-jdname {
	width: 100%;
	overflow: hidden;
	background-color: #016bd5;
	font-size: 22px;
	color: #FFF;
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	text-indent: 20px;
	margin-top: 15px;
}

.xxgktxtlist-con {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

.xxgktxtlist-con ul {
	padding: 0px;
	margin: 0px;
}

.xxgktxtlist-con ul li {
	display: block;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	border-bottom: #ededed solid 1px;
}

.xxgktxtlisty1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	font-size: 16px;
	color: #a5a5a5;
	line-height: 58px;
	text-indent: 10px;
	letter-spacing: 0px;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	display: -webkit-box !important;
	display: box !important;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.xxgktxtlisty1 a {
	color: #333333;
}

.xxgktxtlisty1 a:hover {
	color: #0287c5;
}

.xxgktxtlisty2 {
	font-size: 14px;
	color: #a5a5a5;
	line-height: 58px;
}

.xxgktxtlisty3 {
	font-size: 14px;
	color: #a5a5a5;
	line-height: 58px;
}

.xxgktxtlisty4 {
	font-size: 14px;
	color: #a5a5a5;
	line-height: 58px;
	padding-left: 10px;
	padding-right: 10px;
}

.xxgkzl-div {
	padding: 30px 15px 15px 15px;
}

.xxgkzl-div a {
	display: block;
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #0287c5;
	line-height: 40px;
	text-indent: 40px;
	background-color: #eeeeee;
	margin-bottom: 10px;
}

.xxgktxtlist-xiang {
	display: block;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	background-color: #ebeff1;
	text-align: center;
	margin-top: 15px;
}

.xxgktxtcontent-div {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
}

.xxgktxtcontent-div h1 {
	width: 100%;
	height: auto;
	line-height: 80px;
	font-size: 28px;
	font-weight: bold;
	color: #333;
	text-align: center;
	border-bottom: #cccccc solid 1px;
}

.xxgktxtcontent-div p {
	display: block;
	margin: 20px auto 0 auto;
	padding: 0px 40px 0px 40px;
	line-height: 28px;
	font-size: 16px;
	color: #454545;
	font-family: simsun;
}

.xxgktxtcontent-div p img {
	display: block;
	max-width: 70%;
	margin: 0px auto auto auto;
}
.xxgktxtcontent-div table {width:100% !important;/*table-layout:fixed;*/}
.xxgktxtcontent-div table p {padding:0;margin:0;}
.xxgktxtcontent-div .pingbiaojg {border:solid 1px #666}
.xxgktxtcontent-div .pingbiaojg td {border:solid 1px #666}
.xxgktxtcontent-div table[style]{ width: 100% !important; }
.xxgktxtcontent-div table { table-layout: fixed;overflow: auto;margin:0 auto;}
.xxgktxtcontent-div tr td { border: 1px solid #ccc; text-align: center;table-layout:fixed; word-break: inherit;word-wrap: break-word; overflow:hidden;width: inherit !important;}
.xxgktxtcontent-div tr td p{display: inherit;margin: 0;padding: 0;line-height: normal;font-size: inherit;}
#tts_content img {cursor:pointer}
.policyzcjd {margin-top:20px;border-bottom:1px solid #ec4f45;}
.policyzcjd b {padding:1px 7px;background-color:#ec4f45;color:#fff;}
.policyzcjd-list {line-height:20px;margin-top:10px;}
.policyzcjd-list:before {content:"·";}
#content_block table td{border:1px solid #ccc;}
#content_block a{color: #454545;}
#content_block a:hover{color: #3a6bc5;}
.xxgknrxg {
	margin-top: 40px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #f7f7f7 !important;
}

.xxgknrxg-div {
	display: block;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	line-height: 30px;
}

.xxgknrxg-txt1 {
	font-size: 14px;
	color: #a5a5a5;
	width: 65px;
	margin-right: 10px;
	text-align: justify;
	text-justify: distribute-all-lines;
	text-align-last: justify;
}

.xxgknrxg-txt2 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
}

.zdgkly-div {
	margin-top: 20px;
}

/**************************************************信息公开列表内容样式**************************************************/
.yjzjlist {
	width: 100%;
	border-bottom: 1px dashed #CCCCCC;
	overflow: hidden;
	line-height: 40px;
	margin-top: 5px;
	font-size: 18px;
	overflow: hidden;
}

.yjzjlist p {
	font-size: 14px;
	line-height: 20px;
	color: #CCCCCC;
}

.xinwenfbh-div {
	width: 100%;
	overflow: hidden;
	padding-top: 15px;
	padding-bottom: 15px;
}

.xinwenfbh-list {
	width: 100%;
}

.xinwenfbh-list ul {
	margin: 0px;
	padding: 0px;
}

.xinwenfbh-list li {
	height: 100px;
	padding-bottom: 15px;
	padding-top: 15px;
	margin-top: 20px;
}

.xinwenfbh-list li a img {
	display: block;
	width: 140px;
	height: 100px;
	float: left;
	margin-right: 20px;
}

.xinwenfbh-list li a h1 {
	font-family: "Microsoft Yahei";
	font-size: 18px;
	color: #010101;
	font-weight: normal;
	line-height: 28px;
	margin: 5px 0px;
}

.xinwenfbh-list li a p {
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #898989;
	line-height: 22px;
	margin-top: 5px;
	padding-right: 20px;
}

/**************************************************依申请公开相关样式**************************************************/
.ysqgk-div1 {
	width: 100%;
	height: 122px;
	background-color: #479cd9;
	border-radius: 3px;
	margin-top: 20px;
	background-image: url(ysqgk-bj1.jpg);
	background-repeat: no-repeat;
	background-position: 375px 0px;
}

.ysqgk-wssqdiv {
	width: 100%;
	overflow: hidden;
}

.ysqgk-wssqdiv span {
	display: block;
	float: left;
	width: auto;
	height: 122px;
	font-size: 24px;
	color: #FFF;
	line-height: 122px;
	font-weight: bold;
	margin-left: 20px;
}

.ysqgk-wssqdiv a {
	display: block;
	float: left;
	margin: 21px auto auto 20px;
}

.ysqgk-wssqdiv a:hover {
	box-shadow: 5px 0px 10px 0 rgba(0, 0, 0, .6);
}

.ysqgk-gkcxbt {
	padding-left: 35px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	line-height: 40px;
	margin-top: 10px;
}

.ysqgk-gkcxform {
	padding-left: 35px;
}

.ysqgk-gkcxform input {
	margin-right: 3px;
	vertical-align: middle;
}

.ysqgk-bnt1 {
	width: auto;
	background-color: #016bd5;
	border: none;
	color: #FFF;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
}

.smsqfs {
	margin-top: 20px;
}

.smsqfs-div {
	padding-left: 35px;
	padding-right: 35px;
	overflow: hidden;
	padding-bottom: 50px;
}

.smsqfs-div span {
	display: block;
	margin-top: 40px;
}

.smsqfs-div span h1 {
	font-size: 22px;
}

.smsqfs-div span a {
	font-size: 16px;
}

.smsqfs-div span p {
	font-size: 16px;
}

.latest-info {
	min-height: 681px;
	padding: 15px 20px;
	overflow: hidden;
	margin-top: 15px;
}

ul.latest-list {
	margin: 0px;
	padding: 0px 15px;
}

.latest-list li {
	width: 100%;
	overflow: hidden;
	padding: 11px 0;
	overflow: hidden;
	border-bottom: 1px dashed #ebebeb;
}

.latest-list li h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 27px;
	padding-bottom: 5px;
	margin: 0px;
	overflow: hidden;
	text-overflow:
		ellipsis;
	white-space: nowrap;
}

.latest-list li h1 a {
	color: #454545;
}

.latest-list li h1 a:hover {
	color: #016bd5;
}

.latest-list span {
	display: inline-block;
	*+display: inline;
	zoom: 1;
	margin-right: 15px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	color: #a1a1a1;
}

.latest-list span.type-name {
	padding: 0 10px;
	background: #016bd5;
	color: #ffffff;
	border-radius: 5px;
	font-size: 14px;
}

.latest-list span.branch-name a {
	color: #A1A1A1;
	font-size:
		14px;
}

/**************************************************依申请公开相关样式**************************************************/
/**************************************************依申请公开网上申请******************************************************/
.wssq-btdiv1 {
	width: 100%;
	height: 40px;
	background-image: url(linebj1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 20px auto auto auto;
}

.wssq-btdiv1 span {
	display: block;
	width: auto;
	height: 40px;
	float: left;
	border-bottom: #016bd5 solid 1px;
	font-size: 18px;
	color: #016bd5;
	line-height: 40px;
	padding-right: 10px;
	padding-left: 10px;
}

.wssq-btdiv1 a {
	display: block;
	float: right;
	width: auto;
	height: 40px;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	color: #999;
	line-height: 40px;
	margin-right: 20px;
}

.wssq-btdiv1 a:hover {
	color: #016bd5;
}

.wssqqhtab1 {
	width: 100%;
	overflow: hidden;
	margin: 10px auto auto auto;
}

.wssqqhtab1 ul {
	margin: 0;
	padding: 0;
}

.wssqqhtab1 li {
	width: 47%;
	height: 40px;
	float: left;
	cursor: pointer;
	font-family: "Microsoft YaHei";
	color: #333333;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ebeff1;
	margin-left: 2%;
	margin-top: 15px;
}

.wssqqhtab1 li.now {
	color: #ffffff;
	background-color: #016bd5;
}

.wssqtablist1 {
	height: auto;
	clear: both;
	overflow: hidden;
	display: none;
	margin: 0px auto auto auto;
	/* padding-left:2%; padding-right:2%;*/
}

.block {
	display: block;
}

.wssq-form {
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.wssqinput {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	width: 100%;
	float: left;
	margin-top: 10px;
}

.wssqinput1 {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	width: 100%;
	margin-top: 10px;
	border-bottom: #dedede dashed 1px;
	padding-bottom: 10px;
}

.wssqinput2 {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	width: 50%;
	float: left;
	margin-top: 10px;
}

.wssqsdiv1 {
	width: 80px;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	padding-right: 10px;
}

.wssqsdiv2 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	box-flex: 1;
	width: 100%;
	overflow: hidden;
}

.wssqsdiv2 input {
	width: 100%;
}

.wssqsdiv2 textarea {
	width: 100%
}

.wssqsdiv2 select {
	width: 100%;
	padding-top: 1px !important;
}

.redio-sty1 input {
	width: auto !important;
	margin: 10px 10px 0px 10px !important;
}

.redio-sty1 label {
	margin-right: 40px;
}

.wssqsdiv3 {
	width: 250px;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	padding-right: 10px;
}

.wssqsdiv4 {
	width: 20px;
	padding-right: 10px;
}

.wssqsdiv5 {
	width: 140px;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	padding-right: 10px;
}

.form-smdiv {
	width: 100%;
	overflow: hidden;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 30px;
	border-top: #016bd5 solid 1px;
	padding-top: 20px;
}

.form-smdiv span {
	font-size: 16px;
	color: #454545;
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
}

.form-smdiv p {
	font-size: 14px;
	color: #454545;
}

.wssq-bnt {
	width: auto;
	height: 40px;
	border: none;
	background-color: #016bd5;
	border-radius: 40px;
	color: #ffffff;
	line-height: 40px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 18px;
	margin: 10px auto 10px auto;
	display: block !important;
}

/**************************************************依申请公开网上申请******************************************************/
/*公开目录*/
.xxgkml-btdiv1 {
	width: 100%;
	height: 50px;
	background-image: url(linebj1.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin: 25px auto auto auto;
}

.xxgkml-btdiv1 span {
	display: block;
	width: 94px;
	height: 49px;
	text-align: center;
	float: left;
	border-bottom: #015293 solid 1px;
	font-family: "Microsoft YaHei";
	font-size: 20px;
	color: #015293;
	line-height: 49px;
	font-weight: bold;
}

.xxgkml-btdiv1 a {
	display: block;
	float: right;
	width: auto;
	height: 49px;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #999;
	line-height: 50px;
	margin-right: 20px;
}

.xxgkml-btdiv1 a:hover {
	color: #015293;
}

.xxgkmlqhtab1 {
	width: 100%;
	overflow: hidden;
	margin: 10px auto auto auto;
}

.xxgkmlqhtab1 ul {
	margin: 0;
	padding: 0;
}

.xxgkmlqhtab1 li {
	width: auto;
	height: 40px;
	float: left;
	cursor: pointer;
	font-family: "Microsoft YaHei";
	color: #333333;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ebeff1;
	margin-left: 10px;
	margin-top: 15px;
}

.xxgkmlqhtab1 li.now {
	color: #ffffff;
	background-color: #015293;
}

.xxgkmlqhtablist1 {
	width: 100%;
	height: auto;
	clear: both;
	overflow: hidden;
	display: none;
	margin: 10px auto auto auto;
}

.block {
	display: block;
}

.xxgkmlist1 {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	border-top: #015293 solid 2px;
	padding-bottom: 40px;
}

.xxgkmlist1 a {
	width: auto;
	height: 40px;
	float: left;
	font-size: 18px;
	color: #ffffff;
	background-color: #015293;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	margin-top: 15px;
}

.mlall a {
	background-color: #ebeff1 !important;
	color: #333333 !important;
}

.mlall a:hover {
	background-color: #015293 !important;
	color: #ffffff !important;
}

.xxgkmlist2 {
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
	/*
padding-bottom:40px;*/
	margin-bottom: 20px;
	border: 1px solid #e5e5e5;
}

.xxgkmlist2 a {
	height: 40px;
	float: left;
	font-size: 18px;
	/* color:#ffffff; background-color:#015293;*/
	line-height: 40px;
	/*padding-left:20px; padding-right:20px; margin-left:10px; margin-top:15px;*/
	color: #333;
	border-bottom: 1px dashed #e5e5e5;
	border-right: 1px solid #e5e5e5;
	width:
		33.333%;
	text-align: center;
}

/*.xxgkmlist2 a:hover{background-color:#015293;color: #fff; }*/
.xxgkmlist2 a:nth-child(3n) {
	border-right: none;
}

.xxgkmlist2 a:hover {
	color:
		#fff;
	background-color: #015293;
	border-bottom-style: solid;
}

.djgk-ldzc816 {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	margin-top: 15px;
	padding-left: 14px;
	padding-right: 14px;
}

.leader-case {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 15px 0;
	margin-bottom: 0px;
}

.leader-case dt {
	float: left;
	width: 96px;
	padding: 20px 0;
	overflow:
		hidden;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #016bd5;
}

.leader-case i {
	width: 60px;
	height: 40px;
	display: block;
	margin: 0 auto;
}

.leader-case dd {
	float: left;
	width: 240px;
	overflow: hidden;
}

.leader-case dd a {
	display: inline-block;
	*+display: inline;
	zoom: 1;
	width: 105px;
	height: 40px;
	line-height:
		40px;
	margin: 2px 10px 10px 0;
	background: #016bd5;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	font-size: 15px;
}

.icon-sprite {
	background-image:
		url("header-sprite.png");
	background-repeat: no-repeat;
	background-position: center top;
}

.xszwgk-lbntdiv {
	height: 96px;
	overflow: hidden;
	display: inline-block;
	border-radius: 6px;
	background-color: #016bd5;
	margin-left: 0px;
	margin-right: 10px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 110px;
	background-repeat: no-repeat;
	background-position: center 8px;
}

.xszwgk-lbntdiv a:hover {
	color: #42a5f5;
	font-size: 16px;
}

.xszwgk-lbntdiv a {
	color: #ffffff;
	font-size:
		16px;
}

.xszwgk-licon1 {
	background-image: url(xxgk-icon1.png);
}

.xszwgk-licon2 {
	background-image: url(xxgk-icon2.png);
}

.xszwgk-licon3 {
	background-image: url(xxgk-icon3.png);
}

.gkjsbtdiv816 {
	width: 140px;
	height: 40px;
	position: absolute;
	background-color: #ebeff1;
	font-size: 18px;
	color: #016bd5;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

.xxgkjs-form816 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	padding-left: 140px;
	background-color: #ebeff1;
}

.xxgkjs-form816 ul {
	margin: 0px 15px 0px 10px;
	padding: 0px;
}

.xxgkjs-form816 ul li {
	float: left;
	margin-top: 4px;
	width: 40%;
	margin-right: 3%;
}

.xxgkjs-form816 ul li:last-child {
	width: 13%;
	margin-right:
		0;
}

.xxgkjs-form816 ul li input {
	vertical-align: top;
	outline: none;
	height: 32px;
	line-height: 32px;
}

.xxgkjs-816input1 {
	width: 100%;
	border: #e6e8e8 solid 1px;
}

.xxgkjs-816input2 {
	width: 100%;
	height: 30px !important;
	line-height: 30px !important;
	margin-top: 1px;
	border: none;
	margin-left: 3%;
	background-color: #016bd5;
	color: #ffffff;
	border-radius: 3px;
}

.zpfl816div {
	width: 100%;
	height: 397px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.zpfl816div a {
	color: #454545;
	font-size: 16px;
}

.zpfl816div a:hover {
	color: #016bd5;
	font-size: 16px;
}

.zdly926tab {
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: #ffffff;
	margin-top: -10px;
	padding-top: 5px;
	padding-bottom:
		10px;
}

.zdly926tab ul {
	margin: 0px !important;
	padding: 0px;
}

.zdly926tab li {
	float: left;
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #000000;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
	width: 13.5%
}

.zdly926tab li.now {
	color: #ffffff;
	background-color: #016bd5;
	font-size: 16px;
	display:
		inline-block;
	*+display: inline;
	zoom: 1;
}

.zdly926tab a {
	color: #282828;
}

.zdly926tab li.now a {
	color: #ffffff;
}

.xxgk-926search {
	width: 100%;
	height: 60px;
	background-color: #ebeff1;
	margin-top: 15px;
	padding: 10px;
}

.xxgk-926s-form {
	width: 100%;
	height: 40px;
	border: #e5e5e5 solid 1px;
	background-color: #ffffff;
}

.xxgk-926s-form select {
	border: none;
	height: 38px;
	line-height: 38px;
	outline: none;
	width: 90px
}

.xxgk-926s-form .tjbnt {
	width: 38px;
	height: 38px;
	border: none;
	float: right;
	cursor: pointer;
	background-image: url(xxjsbntbj1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	outline: none;
}

.xxgk-926s-form .xxgk-926s-input1 {
	width: 80%;
	height: 38px;
	border: none;
	color: #282828;
	outline:
		none;
}

.xxgk-926s-form .xxgk-926s-input1::-webkit-input-placeholder {
	color: #cccccc;
}

/* 使用webkit内核的浏览器 */
.xxgk-926s-form .xxgk-926s-input1:-moz-placeholder {
	color: #cccccc;
}

/* Firefox版本4-18 */
.xxgk-926s-form .xxgk-926s-input1::-moz-placeholder {
	color: #cccccc;
}

/* Firefox版本19+ */
.xxgk-926s-form .xxgk-926s-input1:-ms-input-placeholder {
	color: #cccccc;
}

.gk-publicinfo {
	display: none;
}

ul.publick-list {
	margin: 0px;
	padding: 0px;
}

.publick-list li {
	line-height: 38px;
	font-size: 16px;
	overflow: hidden;
}

.publick-list li span {
	float: right;
	font-size: 12px;
	color: #a0a0a0;
}

.publick-list li i {
	float: left;
	font-size: 12px;
	color: #ec4f45;
	font-style: normal;
	width: 75px;
	height: 28px;
	background-color: #ebeff1;
	text-align: center;
	line-height: 28px;
	margin-top: 5px;
	margin-right: 10px;
}

/*重点领域专栏*/
.gk-keyareas {
	width: 100%;
	overflow: hidden;
	padding: 15px;
	margin-top: 0px;
}

.gk-keyareas h1 {
	font-size: 20px;
	color: #EC4F45;
	padding: 10px 0 20px;
	margin: 0px;
	font-weight: bold;
}

.gk-keyareas ul {
	width: 100%;
	margin: 0px;
	padding:
		0px;
}

.gk-keyareas li {
	float: left;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	margin-top: 10px;
	width: 25%;
	font-size: 16px;
	text-indent: 60px;
}

.gk-keyareas li a {
	display:
		block;
	height: 42px;
	color: #282828;
	background-repeat: no-repeat;
	background-position: 25px 8px;
}

.gk-keyareas a:hover {
	background-color: #016bd5;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position: 25px 8px;
}

a.zdgklyicon1 {
	background-image: url(zdgkly-icon1.png);
}

a.zdgklyicon2 {
	background-image: url(zdgkly-icon2.png);
}

a.zdgklyicon3 {
	background-image: url(zdgkly-icon3.png);
}

a.zdgklyicon4 {
	background-image: url(zdgkly-icon4.png);
}

a.zdgklyicon5 {
	background-image: url(zdgkly-icon5.png);
}

a.zdgklyicon6 {
	background-image: url(zdgkly-icon6.png);
}

a.zdgklyicon7 {
	background-image: url(zdgkly-icon7.png);
}

a.zdgklyicon8 {
	background-image: url(zdgkly-icon8.png);
}

a.zdgklyicon9 {
	background-image: url(zdgkly-icon9.png);
}

a.zdgklyicon10 {
	background-image: url(zdgkly-icon10.png);
}

a.zdgklyicon11 {
	background-image: url(zdgkly-icon11.png);
}

a.zdgklyicon12 {
	background-image: url(zdgkly-icon12.png);
}

a.zdgklyicon1:hover {
	background-image: url(zdgkly-icon1-2.png);
}

a.zdgklyicon2:hover {
	background-image: url(zdgkly-icon2-2.png);
}

a.zdgklyicon3:hover {
	background-image: url(zdgkly-icon3-2.png);
}

a.zdgklyicon4:hover {
	background-image: url(zdgkly-icon4-2.png);
}

a.zdgklyicon5:hover {
	background-image: url(zdgkly-icon5-2.png);
}

a.zdgklyicon6:hover {
	background-image: url(zdgkly-icon6-2.png);
}

a.zdgklyicon7:hover {
	background-image: url(zdgkly-icon7-2.png);
}

a.zdgklyicon8:hover {
	background-image: url(zdgkly-icon8-2.png);
}

a.zdgklyicon9:hover {
	background-image: url(zdgkly-icon9-2.png);
}

a.zdgklyicon10:hover {
	background-image: url(zdgkly-icon10-2.png);
}

a.zdgklyicon11:hover {
	background-image: url(zdgkly-icon11-2.png);
}

a.zdgklyicon12:hover {
	background-image: url(zdgkly-icon12-2.png);
}

/*信息公开专栏*/
b#mylist {
    background-color: #016bd5;
    color: #ffffff;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 3px;
}

b#username {
    color: #016bd5;
    font-size: 15px;
}
#bmtxdzDiv { width:100%; overflow:hidden; border-left:#cccccc solid 1px; border-top:#cccccc solid 1px; margin-top:20px; display:none;}

#bmtxdzDiv ul { overflow:hidden; padding:0px; margin:0px; /*border-bottom:#ec4f45 solid 1px;*/}

#bmtxdzDiv ul li { border-bottom:#cccccc solid 1px; border-right:#cccccc solid 1px; line-height:20px; padding-top:7px; padding-bottom:7px;}

.bmtxa {     color: #007ad8; cursor:pointer; background-image:url(left-jt1.png); background-repeat:no-repeat; background-position:right top; line-height:24px; padding-right:30px; padding-bottom:5px;}
.bjcancel {font-style:normal;float:right;font-size: 15px;background-color: #479cd9;color: #ffffff;padding: 0px 20px;border-radius: 5px;cursor:pointer}