@charset "utf-8";
/* CSS Document */
html, body, ul, li, form, p, dl, dt, dd, h1, h2, h3, h4, h5, h6, img, hr, ol, input, button {
	border: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #333;
}
h1, h2, h3, h4, h5, h6, em, i, b {
	font-style: normal;
	font-size: 100%;
	font-weight: normal;
}
input {
	outline: none;
}
body {
	background: url(../../images/information/bg-body.jpg) no-repeat top center;
	font: normal 16px/30px "microsoft yahei";
	color: #333;
}
.wapper {
	width: 1100px;
	min-width: 1100px;
	margin: 0 auto
}
.clear {
	clear: both;
}
.tc {
	text-align: center;
}
.h {
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.ti-2 {
	text-indent: 2rem
}
.bg-fff {
	background-color: #fff;
}
.bg-f2 {
	background-color: #f2f2f2;
}
.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-20 {
	padding-top: 20px;
}
.pl-15 {
	padding-left: 15px;
}
.pr-15 {
	padding-right: 15px;
}
.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-20 {
	padding-bottom: 20px;
}
.p-20 {
	padding: 20px;
}
.w-240 {
	width: 240px;
}
.w-770 {
	width: 770px;
}
.h-20 {
	height: 20px;
}
.h-25 {
	height: 25px;
}
.h-35 {
	height: 35px;
}
.h-55 {
	height: 75px;
}
.h-80 {
	height: 80px;
}
.h-365 {
	height: 365px;
}
.h-1085 {
	height: 1085px;
}
.blue {
	color: #2d66a5;
}
.b {
	font-weight: bold;
}
.f-15 {
	font-size: 15px;
}
.f-18 {
	font-size: 18px;
}
.f-32 {
	font-size: 32px;
}
.top-naver {
	height: 50px;
	line-height: 50px;
	background: #f2f2f2;
	min-width:1100px;
	position:relative
}
.top-naver li {
	float: left;
	font-size: 18px;
	margin-right: 45px;
}
.top-naver li a:hover, .show-attach a:hover, .red {
	color: #2d66a5
}
.logo {
	width: 600px;
	height: 75px;
	background: url("../../images/information/img-logo.png?v-2") no-repeat top left;
    background-size: 252px;
}
.main-body {
	padding: 84px 36px 36px;
}
.search-box {
	height: 50px;
	position: relative;
	text-align: center;
}
.search-box:before, .search-box:after {
	content: "";
	width: 240px;
	height: 1px;
	background: #ccc;
	position: absolute;
	border-bottom: 1px solid #fff;
	top: 24px;
}
.search-box:before {
	left: 0;
}
.search-box:after {
	right: 0;
}
.search-box .search {
	display: inline-block;
	width: 508px;
	height: 48px;
	border: 1px solid #2d66a5;
	border-radius: 9px;
	background: #fff;
	overflow: hidden;
}
.search .text {
	float: left;
	width: calc(100% - 66px);
	height: 100%;
	background: transparent;
	border: none;
	text-indent: 12px;
	font-size: 16px;
}
.search .text::-webkit-input-placeholder {
 color: #999;
}
.search .btn-search {
	width: 66px;
	height: 100%;
	background: url(../../images/information/icon-search.png) no-repeat center;
	cursor: pointer;
	float: right;
	border: none;
}
.menu {
	margin-top: -15px;
}
.menu h2 {
	height: 70px;
	background: #fff;
	margin-top: 15px;
}
.menu h2 a {
	display: block;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}
.menu h2 i {
	width: 40px;
	float: left;
	height: 40px;
	background: url(../../images/information/icon-mune.png) no-repeat top center;
	margin-left: 20px;
	margin-top: 15px;
	margin-right: 20px;
}
.menu h2 span {
	float: left;
	font-size: 23px;
	color: #2d66a5;
	width: 92px;
	margin-top: 4px;
}
.menu h2 em {
	float: right;
	width: 19px;
	height: 19px;
	background: url(../../images/information/icon.png) no-repeat -64px -8px;
	margin-right: 20px;
	margin-top: 26px;
}
.menu h2.active, .menu h2:hover {
	background: #2d66a5;
}
.menu h2:hover i, .menu h2.active i {
	background-image: url("../../images/icon-mune-active.png");
}
.menu h2.active span, .menu h2:hover span {
	color: #fff;
}
.menu h2.active em, .menu h2:hover em {
	background-position: -11px -8px;
}
.menu h2:last-child span {
	width: auto;
	margin-top: 21px;
}
.menu h2 .icon-01 {
	background-position-y: 0;
}
.menu h2 .icon-02 {
	background-position-y: -40px;
}
.menu h2 .icon-03 {
	background-position-y: -80px;
}
.menu h2 .icon-04 {
	background-position-y: -120px;
}
.menu h2 .icon-05 {
	background-position-y: -160px;
}
.down-menu {
	padding: 10px 0;
	display: none;
	background-color: #fff;
}
.down-menu a {
	display: block;
	line-height: 32px;
	font-weight: bold;
	font-size: 15px;
	overflow: hidden;
}
.down-menu a span {
	float: left;
	width: 12px;
	height: 12px;
	background: url(../../images/information/icon-arrow.png?v-1) no-repeat -3px -2px;
	margin-top: 11px;
}
.down-menu a em {
	float: left;
	margin-left: 17px;
}
.down-menu a.on {
	color: #2d66a5;
	background: #e6f5ff;
}
.down-menu a.on span {
	background-position: -23px -2px;
}
.down-menu2 a {
	padding-left: 35px;
}
.down-menu2 a em {
	display: inline-block;
	float: none;
	position: relative;
	padding-left: 15px;
	margin-left: 0;
}
.down-menu2 a em:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #666;
	position: absolute;
	left: 0;
	top: 14px;
}
.down-menu2 a:hover em:before {
	background-color: #2d66a5;
}
.down-menu2 a.on em:before {
	background-color: #2d66a5;
}
.down-menu2 a.menu-sub em:before, .down-menu3 a em:before {
	display: none;
}
.down-menu3 a {
	padding-left: 45px;
}
.right-padding {
	padding: 34px 20px 25px 30px;
}
.info-time {
	border-bottom: #ddd solid 1px;
	padding: 15px 0;
	color: #666;
}
.info-time div {
	display: inline-block;
	margin: 0 8px;
}
.file-content {
	margin-top: 20px;
	max-height: 913px;
	padding-right: 20px;
}
.list-content {
	min-height: 913px;
}
.file-content p {
	margin: 15px 0;
}
.scroll_main {
	/* width: 100%; */
	height: 9000px;
	overflow-y: auto;
}

/*滚动条整体样式*/
.scroll_main::-webkit-scrollbar {
 width: 10px;
 height: 8px;
}
/*滚动条轨道*/
.scroll_main::-webkit-scrollbar-track {
 background-color: #f2f2f2;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius: 2em;
}
/*滚动条滑块*/
.scroll_main::-webkit-scrollbar-thumb {
 height: 20px;
 background-color: #2d66a5;
 -webkit-border-radius: 2em;
 -moz-border-radius: 2em;
 border-radius: 2em;
}
.pr-0 {
	padding-right: 0;
}
.mt-0 {
	margin-top: 0;
}
.list-one {
	padding-bottom: 25px;
	border-bottom: 1px solid #cccccc;
}
.ul-list li {
	height: 30px;
}
.ul-list li span {
	color: #999;
	float: right
}
.ul-list li a {
	float: left;
	margin-right: 10px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.ul-list li a:hover, .list-org td a:hover {
	color: #2d66a5;
}
.ul-list-margin li {
	margin-top: 20px
}
.ul-list-margin li:first-child {
	margin-top: 0;
}
.title-channel {
	height: 35px;
	border-bottom: #ccc solid 1px;
}
.title-channel h4 {
	float: left;
	padding: 0 15px;
	min-width: 80px;
	height: 35px;
	line-height: 35px;
	background-color: #2d66a5;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.title-org {
	height: 40px;
	border-bottom: none;
}
.title-org h4 {
	width: 280px;
	height: 40px;
	line-height: 40px;
}
.box-channel-list {
	padding: 0 25px;
	margin-bottom: 25px;
}
.btn-more {
	display: block;
	width: 100px;
	height: 30px;
	margin: 20px auto 0 auto;
	text-align: center;
	background: #f2f2f2;
	cursor: pointer;
}
.btn-more:hover {
	background-color: #2d66a5;
	color: #fff;
}
.list-org {
	height: 45px;
	margin: 0 1px;
}
.list-org a {
	display: block;
	float: left;
	width: 33.333%;
	height: 45px;
	line-height: 45px;
	position: relative
}
.list-org a:after {
	display: block;
	content: '';
	width: 1px;
	height: 45px;
	background: #e3e3e3;
	position: absolute;
	top: 0;
	right: 0
}
.list-org a:nth-child(3):after {
	display: none
}
.list-org a span {
	display: block;
	padding: 0 15px 0 25px;
}
.list-org-box .list-org:nth-child(odd) {
	background-color: #f2f2f2;
}
.list-org-table {
	margin: 0 1px
}
.list-org-table td, .list-org-table th {
	height: 45px
}
#info-total tr:nth-child(even) {
	background-color: #f2f2f2;
}
.left-menu h3 {
	height: 70px;
	background: #fff;
	margin-top: 15px;
}
.left-menu h3 a, .left-menu h3 div {
	display: block;
	height: 100%;
	overflow: hidden;
	cursor: pointer;
}
.left-menu h3 i {
	width: 40px;
	float: left;
	height: 40px;
	background: url(../../images/information/icon-mune.png) no-repeat top center;
	margin-left: 13px;
	margin-top: 15px;
	margin-right: 13px;
}
.left-menu h3 span {
	float: left;
	font-size: 23px;
	color: #2d66a5;
	width: 92px;
	margin-top: 4px;
}
.left-menu h3 em {
	float: right;
	width: 19px;
	height: 19px;
	background: url(../../images/information/icon.png?v-1) no-repeat -64px -8px;
	margin-right: 16px;
	margin-top: 26px;
}
.left-menu h3 .icon-01 {
	background-position-y: 0;
}
.left-menu h3 .icon-02 {
	background-position-y: -40px;
}
.left-menu h3 .icon-03 {
	background-position-y: -80px;
}
.left-menu h3 .icon-04 {
	background-position-y: -120px;
}
.left-menu h3 .icon-05 {
	background-position-y: -160px;
}
.left-menu h3 .icon-06 {
	background-position-y: -200px;
}
.left-menu h3 .icon-07 {
	background-position-y: -240px;
}
.left-menu h3 .icon-08 {
	background-position-y: -280px;
}
.left-menu h3 .icon-10 {
	background-position-y: -320px;
}
.left-menu h3 .icon-11 {
	background-position-y: -360px;
}
.left-menu h3 .icon-12 {
	background-position-y: -400px;
}
.left-menu h3.active, .left-menu h3:hover {
	background: #2d66a5;
}
.left-menu h3:hover i, .left-menu h3.active i {
	background-image: url(../../images/information/icon-mune-active.png);
}
.left-menu h3.active span, .left-menu h3:hover span {
	color: #fff;
}
.left-menu h3.active em, .left-menu h3:hover em {
	background-position: -11px -8px;
}
.left-menu h3.lh-70 span {
	width: auto;
	line-height: 70px;
	margin-top: 0
}
.left-menu h3:first-child {
	margin-top: 0;
}
.left-menu h3.reg {
	line-height: 70px;
}
.left-menu h3.reg span {
	width: auto;
	margin-top: 0
}
.mt-15 {
	margin-top: 15px
}
.sub-ul {
	padding: 10px 0;
	background-color: #fff;
	display: none
}
.sub-ul a, .sub-ul .fathCol div {
	display: block;
	line-height: 32px;
	font-size: 15px;
	overflow: hidden;
	padding-left: 35px;
}
.sub-ul a span, .sub-ul .fathCol div span {
	float: left;
	width: 12px;
	height: 12px;
	background: url(../../images/information/icon-arrow.png?v-1) no-repeat -3px -2px;
	margin-top: 11px;
}
.sub-ul a em, .sub-ul .fathCol div em {
	float: left;
	position: relative;
	padding-left: 17px;
	margin-left: 0;
}
.sub-ul .fathCol div em {
	padding-left: 5px;
}
.sub-ul a em:before, .sub-ul .fathCol div em:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #666;
	position: absolute;
	left: 0;
	top: 14px;
}
.sub-ul .curCol a, .sub-ul .curCol div {
	color: #2d66a5;
	background: #e6f5ff;
}
.fathCol {
	cursor: pointer
}
.sub-ul .curCol a span, .sub-ul .curCol div span {
	background-position: -23px -2px;
}
.sub-ul a:hover em:before {
	background-color: #2d66a5;
}
.fathCol a em {
	padding-left: 8px
}
.fathCol a em:before, .sub-ul .fathCol div em:before {
	display: none
}
.sub-ul-two {
	display: none
}
.sub-ul-two a {
	padding-left: 65px
}
.sideMenu a.on,.sideMenu a.active {
	color: #2d66a5;
	background: #e6f5ff;
}
.sub-ul-three a {
	padding-left: 105px
}
.content-table table, table.content-table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.content-table td {
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 0 10px;
}
.content-table td.title {
	text-align: center
}
.show-attach {
	border-top: #eee solid 2px;
	padding-top: 10px;
}
.information-footer {
	border-top: #2d66a5 solid 6px;
	padding: 30px 0 20px 0;
	text-align: center;
	min-width:1100px;
}
.information-footer li {
	display: inline;
	padding: 0 5px;
}
/*翻页区域控制*/
.input {
	border: 1px solid #ccc;
	padding: 0 5px;
	font: normal 14px/30px 'microsoft yahei';
	height: 30px;
}
.body-pager {
	font: normal 16px/30px 'microsoft yahei'; /*width:870px; margin:0 auto;*/
}
.cursor {
	cursor: pointer
}
.touch-pager {
	margin-left: -10px
}
.touch-pager li {
	float: left;
	margin: 0 10px;
}
.touch-pager li.disable {
	cursor: no-drop;
	color: #999
}
.touch-pager .right .input {
	padding: 0 5px;
	background: #f3f3f3;
	width: 30px;
	height: 28px;
	text-align: center;
	border-right: none;
}
.touch-pager .right input, .touch-pager .right span {
	float: left
}
.touch-pager .right span {
	margin-right: 5px
}
.touch-pager .right .button_go {
	height: 30px;
	background: #2d66a5;
	color: #fff;
	padding: 0 7px;
	font-size: 15px;
	font-family: Arial;
	cursor: pointer;
	border: #2d66a5 solid 1px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
}
.tabs-catalog-main {
	border-bottom: #ccc solid 1px;
	overflow: hidden
}
.tabs-catalog-main li {
	float: left
}
.tabs-catalog-main li a {
	display: block;
	padding: 0 15px;
	min-width: 80px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-weight: bold;
	margin-right: 25px;
	background-color: #ebf3fa
}
.tabs-catalog-main li.active a {
	background-color: #2d66a5;
	color: #fff;
}
.li-25 li {
	width: 25%;
}
.li-33 li {
	width: 33.333%;
}
.li-50 li {
	width: 50%;
}
.li-left li {
	float: left
}
.list-finance li {
	margin-top: 20px;
}
.button_send {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	background: #316abc;
	cursor: pointer;
	height: 35px;
	width: 100px;
	line-height: 35px;
	color: #fff;
	font-family: "microsoft yahei";
	padding:0;
	font-size:14px;
	text-align:center
}
.button_cole {
	background-color: #aaabab
}
.button_org {
	background-color: #f6bd74
}
.w-500 {
	width: 500px;
	margin: 0 auto
}
.list-search-reg li {
	margin-bottom: 25px
}
.list-search-reg li input[type="text"] {
	padding: 0 10px;
	height: 30px;
	width: 300px;
	border: 1px solid #e8e8e8;
}
.b, .strong {
	font-weight: bold;
}
.bg1 {
	background: #fff;
}
.bg2 {
	background: #f6f6ef;
}
.bg3 {
	background: #f6f6ef;
}
.bg4 {
	background: #ccc;
}
.bg5 {
	background: #f2f2f2;
}
.bg-f6 {
	background: #f6f6f6
}
.pr-5 {
	padding-right: 5px;
}
.red, a.red {
	color: #e40000;
}
.reg-table {
	border-bottom: #f6f6ef solid 1px;
	border-left: #f6f6ef solid 1px;
}
.reg-table td {
	height: 45px;
	padding: 0 5px;
	border-top: #f6f6ef solid 1px;
	border-right: #f6f6ef solid 1px;
	font-size: 14px
}
.reg-table td.f-16{
	font-size:16px;
}
.btn-upload,.img-show{
	border: #0083ff dashed 1px;
	border-radius: 5px;
	overflow: hidden;
	width: 205px;
	height: 150px;
	margin: 15px auto;
	background: #eff7ff;
	background-size:80px;
	cursor:pointer
}
.btn-upload{
	cursor: pointer;
}
.img-show img{
	width: 100%;
	height: 150px;
}
.btn-colse{
	position:absolute;
	width:20px;
	height:20px;
	z-index:2;
	background:url(../../images/information/icon-close.png) no-repeat;
	background-size:100%;
	top:3px;
	right:3px;
	cursor: pointer;
}
.textarea-text{
	font-size: 14px;
    line-height: 20px;
    padding: 10px 8px;
    color: #999;
}
.lh-18{
	line-height:18px;
}

.no-hand{
	cursor:default
}

.info-botton{
	margin-top:30px;
	border-top:#f3f3f3 solid 1px;
	padding:20px 0
}
.content-tips a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border: 1px solid #ddd;
    margin-right: 5px;
    font-size: 12px;
    color: #888;
    padding: 0 15px;
}
.policy-btn{
	margin-top:50px
}
.policy-btn li a{
	display:block;
	width:55%;
	height:45px;
	line-height:45px;
	margin:25px auto;
	background:#d2e5f9;
	color:#2d66a5;
	font-weight:bold
}

.list-govopen-leaader dl{
	border-bottom:#efefef solid 1px;
	padding-bottom:25px;
	overflow:hidden;
	margin:0 25px 25px
}
.list-govopen-leaader dl:last-child{
	border:none
}
.list-govopen-leaader dl dt{
	display:block;
	float:left;
	width: 135px;
    line-height: 250px;
    text-align: center;
    font-size: 18px;
    color: #444444;
}
.list-govopen-leaader dl dd{
	margin-left:-25px;
}
.list-govopen-leaader dl dd li{
	float:left;
	margin-left:25px;
	margin-top: 30px;
    width: 120px;
	text-align:center
}
.list-govopen-leaader dl dd li img{
	display: block;
    width: 120px;
    height: 160px;
}
.list-govopen-leaader dl dd li a h4{
	margin-top:10px;
	color: #0477c5;
}

.h-30{
	height:30px
}
.left-menu h3.other span {
	width: 165px;
	font-size:18px
}
.left-menu h3 .icon-13 {
	background-position-y: -440px;
}
.title-channel a.text-link {
	display:block;
	float: left;
	padding: 0 15px;
	min-width: 80px;
	height: 35px;
	line-height: 35px;
	background-color: #2d66a5;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.right-padding #content {
    width: auto;
	overflow:inherit
}

.conitem0 h1 {
		color: #0654b4;
		font-weight: 700;
		margin: 20px 0;
		text-align: center;
		height: 70px;
		border-bottom-color: rgb(215, 215, 215);
		border-bottom-width: 2px;
		border-bottom-style: solid;
      font-size: 32px;
	}
.zfgblist li{
		float:left;
		width:33.33%;
	}
	
	.zfgblist li img{
		width:100%;
	}
.h-35{
	height:35px;
}
.org-list-box{
	margin-left:1px
}
.org-list-box li{
	    width: 256px;
    height: 45px;
    line-height: 45px;
    float: left;
	text-indent:25px
}
.org-list-box li:nth-child(3n):after {
	display: none
}
.org-list-box li span {
    display: block;
    padding: 0 15px 0 25px;
}