﻿* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	font-family: "微软雅黑";
}

a {
	color: inherit;
}

img {
	border: none;
}

body {
	background: url(../images/bg.png) no-repeat center top;
	background-size: 1903px 1666px;
	background-attachment: fixed;
}

#top {
	width: 1200px;
	height: 224px;
	margin: 0 auto;
	background: url(../images/logo_bg.png) no-repeat;
}

#nav {
	background: url(../images/nav_bg.png) no-repeat center;
	background-size: 1903px 101px;
	margin: 0 auto;
}

.nav {
	width: 1200px;
	height: 58px;
	margin: 0 auto;
	background: url(../images/nav_li_bg.png) no-repeat;
}

.nav li {
	float: left;
	line-height: 53px;
	text-align: center;
	padding-top: 5px;
	height: 53px;
	width: 200px;
	font-size: 19px;
	color: #fff;
}

.nav li:hover, .nav .li_on {
	color: #112e6d;
	background: url(../images/nav_on_bg.png);
}

.nav i {
	font-size: 22px;
	margin-right: 24px;
}

.nav_bottom {
	height: 44px;
	background: #fff;
	width: 1135px;
	margin: 0 auto;
	padding-left: 45px;
	padding-right: 20px;
	line-height: 44px;
}

#date {
	font-size: 18px;
	float: left;
}

.icon-ziyuan {
	position: relative;
	color: #2495dc;
	font-size: 24px !important;
	margin-right: 10px;
}

.date_day {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 24px;
	height: 24px;
	font-size: 13px;
	line-height: 29px;
	text-align: center;
}

#search {
	float: right;
	height: 28px;
	margin: 8px 0px;
}

#searchText {
	background: #f5f5f5;
	border: none;
	height: 28px;
	width: 176px;
	line-height: 28px;
	outline: none;
	float: left;
	padding-left: 10px;
	font-size: 10px;
}

#submitBtn {
	width: 46px;
	height: 28px;
	background: url(../images/submitBtn_bg.png) no-repeat;
	border: none;
	cursor: pointer;
	outline: none;
}

#main {
	width: 1200px;
	margin-top: 20px;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin: 20px auto 0 auto;
	padding-top: 20px;
	margin-bottom: 20px;
}

.headline {
	margin: 0 16px;
	border: 1px solid #e9e9e9;
	height: 60px;
	width: 1120px;
	background: url(../images/headline_bg.png) no-repeat;
	background-position: 0px 0px;
	padding-left: 46px;
	text-align: center;
	color: #bb0000;
	font-size: 26px;
	font-weight: 600;
	line-height: 60px;
}

.topBanner_slideBox {
	width: 1168px;
	height: 104px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	margin: 20px auto;
}

.topBanner_slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.topBanner_slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.topBanner_slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.topBanner_slideBox .hd ul li.on {
	background: #f00;
	color: #fff;
}

.topBanner_slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.topBanner_slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.topBanner_slideBox .bd img {
	width: 1168px;
	height: 104px;
	display: block;
}

.carousel {
	width: 1168px;
	height: 335px;
	margin: 0 auto;
}

.focusBox {
	float: left;
	position: relative;
	width: 560px;
	height: 335px;
	overflow: hidden;
	font: 12px/1.5 Verdana, Geneva, sans-serif;
	text-align: left;
	background: white;
}

.focusBox .pic img {
	width: 560px;
	height: 335px;
	display: block;
}

.focusBox .txt-bg {
	position: absolute;
	bottom: 0;
	z-index: 1;
	height: 36px;
	width: 100%;
	background: #333;
	filter: alpha(opacity=40);
	opacity: 0.4;
	overflow: hidden;
}

.focusBox .txt {
	position: absolute;
	bottom: 0;
	z-index: 2;
	height: 46px;
	width: 100%;
	overflow: hidden;
}

.focusBox .txt li {
	height: 36px;
	line-height: 36px;
	position: absolute;
	bottom: -36px;
}

.focusBox .txt li a {
	display: block;
	color: white;
	padding: 0 0 0 10px;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.focusBox .num {
	position: absolute;
	z-index: 3;
	bottom: 8px;
	right: 8px;
}

.focusBox .num li {
	background: url('../images/dian.png') no-repeat;
	float: left;
	position: relative;
	width: 18px;
	height: 15px;
	line-height: 15px;
	overflow: hidden;
	text-align: center;
	margin-right: 1px;
	cursor: pointer;
}

.focusBox .num li a, .focusBox .num li span {
	position: absolute;
	z-index: 2;
	display: block;
	color: white;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-decoration: none;
}

.focusBox .num li span {
	z-index: 1;
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.focusBox .num li.on {
	background: url('../images/dian_on.png') no-repeat;
}

.sjdt {
	width: 572px;
	height: 335px;
	float: right;
}

.sjdt_title {
	color: #183576;
	font-size: 22px;
	border-bottom: 1px solid #c3c3c3;
	height: 45px;
}

.sjdt_title a {
	width: 105px;
	line-height: 45px;
	text-align: center;
	display: block;
	height: 43px;
	border-bottom: 3px solid #274583;
}

.sjdt li {
	color: #666666;
	font-size: 14px;
	line-height: 34px;
	list-style: disc;
	margin-left: 20px;
}

.sjdt li .date {
	float: right;
	color: #999999;
	font-size: 13px;
	line-height: 34px;
}

.sjdt_ul_first {
	font-size: 24px !important;
	color: #153171 !important;
	line-height: 64px !important;
	list-style: none !important;
	margin-left: 0px !important;
}

.announcement {
	background: #eeeeee;
	height: 46px;
	line-height: 46px;
	margin-top: 9px;
}

.announcement_title {
	width: 104px;
	background: #ce0000;
	height: 46px;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	float: left;
}

.announcement p {
	float: left;
	text-align: center;
	width: 468px;
	line-height: 46px;
	height: 46px;
	color: #333333;
	font-size: 16px;
}

.functional {
	width: 1168px;
	margin: 10px auto 0 auto;
	height: auto;
	overflow: hidden;
}

.functional_l {
	float: left;
	width: 560px;
}

.functional_l_1 {
	overflow: hidden;
}

.functional_l_1 li {
	float: left;
	width: 185px;
	height: 46px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background: #f2f2f2;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #333333;
}

.functional_l_1 li:hover {
	background: #f09612;
	color: #fff;
}

.sjzc_title {
	color: #183576;
	font-size: 22px;
	border-bottom: 1px solid #c3c3c3;
	height: 34px;
	padding-top: 11px;
}

.sjzc_title a {
	min-width: 105px;
	padding-left: 10px;
	text-align: left;
	display: block;
	height: 22px;
	line-height: 22px;
	border-left: 5px solid #153171;
}

.sjzc_slideTxtBox {
	width: 560px;
	text-align: left;
}

.sjzc_slideTxtBox .hd {
	height: 30px;
	line-height: 30px;
	position: relative;
	font-size: 15px;
	margin: 14px 0px;
}

.sjzc_slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 32px;
}

.sjzc_slideTxtBox .hd ul li {
	float: left;
	cursor: pointer;
	width: 98px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	margin-right: 10px;
	background: url(../images/sjzc_li.png) no-repeat;
}

.sjzc_slideTxtBox .hd ul li.on {
	height: 30px;
	color: #fff;
	background: url(../images/sjzc_li_on.png) no-repeat;
}

.sjzc_slideTxtBox .bd ul {
	zoom: 1;
}

.sjzc_slideTxtBox .bd li {
	color: #666666;
	font-size: 14px;
	line-height: 34px;
	list-style: disc;
	margin-left: 20px;
}

.sjzc_slideTxtBox .bd li .date {
	float: right;
	color: #999999;
	font-size: 13px;
	line-height: 34px;
}

.functional_r {
	float: right;
	width: 572px;
}

.functional_r_1 {
	display: block;
	width: 181px;
	height: 90px;
	background: url(../images/functional_r_1.png) no-repeat;
	color: #153171;
	float: left;
	margin-right: 13px;
}

.functional_r_1 i {
	width: 29px;
	font-size: 28px;
	display: block;
	margin: 12px auto;
}

.functional_r_1 span {
	display: block;
	text-align: center;
	width: inherit;
}

.functional_r_2 {
	display: block;
	width: 163px;
	height: 90px;
	background: url(../images/functional_r_2.png) no-repeat;
	color: #153171;
	float: left;
	margin-right: 13px;
	margin-top: 14px;
}

.functional_r_2 i {
	width: 29px;
	font-size: 28px;
	display: block;
	margin: 12px auto;
}

.functional_r_2 span {
	display: block;
	text-align: center;
	width: inherit;
}

.functional_r_3 {
	display: block;
	width: 102px;
	height: 90px;
	background: url(../images/functional_r_3.png) no-repeat;
	color: #153171;
	float: left;
	margin-right: 13px;
	margin-top: 14px;
}

.functional_r_3 i {
	width: 29px;
	font-size: 28px;
	display: block;
	margin: 12px auto;
}

.functional_r_3 span {
	display: block;
	text-align: center;
	width: inherit;
}

.functional_r_1 .icon-gongzuozhiduguidingcaina-copy {
	color: #333;
}

.functional_r_1 .icon-zhinan {
	color: #d62859;
}

.functional_r_1 .icon-mulu-copy {
	color: #2392aa;
}

.functional_r_2 .icon-annualreport {
	color: #31b582;
}

.functional_r_3 .icon-shuzizhengwuyishenqinggongkai0101 {
	color: #c9a044;
}

.functional_r_3 .icon-bumenyujuesuan {
	color: #1056ae;
}

.functional_r_2 .icon-baobiao {
	color: #c60802;
}

.functional_r_2 .icon-jigou {
	color: #1096ae;
}

.functional_r_3 .icon-jihua {
	color: #a172b2;
}

.functional_r_3 .icon-checklist {
	color: #dd7f2b;
}

.functional_r_2 .icon-baimingdan {
	color: #31b582;
}

.functional_r_1:hover {
	background: url(../images/functional_r_1_on.png) no-repeat;
	color: #fff;
}

.functional_r_1:hover .iconfont {
	color: #fff !important;
}

.functional_r_2:hover {
	background: url(../images/functional_r_2_on.png) no-repeat;
	color: #fff;
}

.functional_r_2:hover .iconfont {
	color: #fff !important;
}

.functional_r_3:hover {
	background: url(../images/functional_r_3_on.png) no-repeat;
	color: #fff;
}

.functional_r_3:hover .iconfont {
	color: #fff !important;
}

.picScroll-left {
	overflow: hidden;
	position: relative;
	background: #f0f0f0;
	height: 125px;
	width: 1200px;
	margin-top: 30px;
}

.picScroll-left .hd {
	position: relative;
}

.picScroll-left .hd .prev, .picScroll-left .hd .next {
	position: absolute;
	top: 46px;
	display: block;
	width: 17px;
	height: 30px;
	cursor: pointer;
}

.picScroll-left .hd .prev {
	left: 6px;
	background: url("../images/left.png") no-repeat;
}

.picScroll-left .hd .next {
	right: 6px;
	background: url("../images/right.png") no-repeat;
}

.picScroll-left .hd .prevStop {
	background: url("../images/left_on.png") no-repeat;
}

.picScroll-left .hd .nextStop {
	background: url("../images/left_on.png") no-repeat;
}

.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.picScroll-left .hd ul li.on {
	background-position: 0 0;
}

.picScroll-left .bd {
	margin: 16px auto;
	width: 1148px;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	background: #fff;
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}

.picScroll-left .bd ul li .pic img {
	width: 359px;
	height: 87px;
	display: block;
	padding: 3px;
	border: 1px solid #fff;
}

.picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.picScroll-left .bd ul li .title {
	line-height: 24px;
}

.zcjd {
	padding: 20px 17px 33px 17px;
	background: #fff;
	height: 145px;
}

.zcjd_1 {
	display: block;
	float: left;
	background: url(../images/zcjd_1.png) no-repeat;
	height: 158px;
	width: 48px;
	color: #fff;
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
	writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
	text-align: center;
	line-height: 48px;
	font-size: 18px;
	margin-right: 2px;
	letter-spacing: 12px;
}

.zcjd_2 {
	background: #e9edf2;
	width: 774px;
	height: 158px;
	float: left;
}

.zcjd_2 .zcjd_1 {
	width: 55px;
	background: url(../images/zcjd_2.png) no-repeat;
	margin-right: 5px;
}

.zcjd_2 ul {
	padding: 14px 0px;
}

.zcjd_2 li {
	display: block;
	background: #fdfdfe;
	height: 43px;
	width: 324px;
	font-size: #333333;
	line-height: 43px;
	color: #333333;
	font-size: 14px;
	padding: 0 10px;
}

.zcjd_2 .li2 {
	background: #f0f5f9;
}

.zcjd_2 li .date {
	font-size: 14px;
	color: #999999;
	float: right;
	line-height: 43px;
}

.hdjl {
	float: right;
	width: 323px;
	height: 158px;
}

.hdjl_1 {
	display: block;
	width: 323px;
	height: 42px;
	background: url(../images/hdjl_1.png) no-repeat;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	text-indent: 15px;
}

.hdjl_2 {
	height: 100px;
	width: 303px;
	background: #ecf0f5;
	padding: 16px 0px 0px 20px;
}

.hdjl_2 a {
	float: left;
	width: 64px;
	margin: 0 15px;
}

.hdjl_2 img {
	display: block;
	margin: 0 auto;
	width: 49px;
	height: 49px;
}

.hdjl_2 p {
	line-height: 50px;
	color: #393d43;
	font-size: 14px;
	width: 64px;
	text-align: center;
}

#footer {
	max-width: 1903px;
	height: auto;
	margin: 0 auto;
}

.link {
	max-width: 1903px;
	height: 88px;
	background: #fff;
}

.link_picScroll-left {
	overflow: hidden;
	position: relative;
	height: 88px;
	width: 1200px;
	margin: 0 auto;
}

.link_picScroll-left .hd {
	position: relative;
}

.link_picScroll-left .hd .prev, .link_picScroll-left .hd .next {
	position: absolute;
	top: 34px;
	display: block;
	width: 11px;
	height: 19px;
	cursor: pointer;
}

.link_picScroll-left .hd .prev {
	left: 10px;
	background: url("../images/link_left.png") no-repeat;
}

.link_picScroll-left .hd .next {
	right: 10px;
	background: url("../images/link_right.png") no-repeat;
}

.link_picScroll-left .hd .prevStop {
	background: url("../images/link_left_on.png") no-repeat;
}

.link_picScroll-left .hd .nextStop {
	background: url("../images/link_left_on.png") no-repeat;
}

.link_picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.link_picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url("../images/icoCircle.gif") 0 -9px no-repeat;
}

.link_picScroll-left .hd ul li.on {
	background-position: 0 0;
}

.link_picScroll-left .bd {
	margin: 16px auto;
	width: 1118px;
}

.link_picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.link_picScroll-left .bd ul li {
	background: #fff;
	margin: 0 3px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.link_picScroll-left .bd ul li .pic {
	text-align: center;
}

.link_picScroll-left .bd ul li .pic img {
	width: 215px;
	height: 53px;
	display: block;
	border: 1px solid #fff;
}

.link_picScroll-left .bd ul li .pic a:hover img {
	border-color: #999;
}

.link_picScroll-left .bd ul li .title {
	line-height: 24px;
}

.footer_1 {
	background: #606872;
	height: 152px;
}

.footer_1_center {
	width: 1200px;
	margin: 0 auto;
	display: block;
}

.footer_banqua {
	float: left;
	color: #d6d6d6;
	padding-top: 39px;
}

.footer_banqua p {
	font-size: 14px;
	line-height: 29px;
}

.footer_tubiao {
	float: right;
	width: 435px;
	padding-top: 51px;
}

.footer_tubiao a {
	float: left;
	margin-right: 20px;
	position: relative;
	display: block;
}

.footer_fk {
	position: absolute;
	top: 0;
	left: 0;
	color: #2e3136;
	font-size: 9px;
	width: 96px;
	height: 43px;
	display: block;
	line-height: 18px;
	padding-top: 7px;
	padding-left: 5px;
	text-align: center;
	font-weight: 600;
}

/***list**/
#list {
	padding: 20px;
	width: 1160px;
	height: auto;
	background: #fff;
	margin: 20px auto 0px auto;
	margin-bottom: 20px;
}

.catpos {
	font-size: 12px;
	color: #112e6d;
	text-indent: 20px;
	line-height: 42px;
}

.list_main {
	overflow: hidden;
}

.list_main_l {
	width: 250px;
	float: left;
	height: auto;
	display: block;
	background: #f7f7f7;
}

.list_main_l li {
}

.list_main_l li a {
	border-bottom: 1px solid #e6e6e6;
	margin: 0 30px;
	display: block;
	min-height: 53px;
	line-height: 53px;
}

.list_main_l li a:hover, .list_main_l li .a_h {
	color: #13599e;
}

.list_main_l_first {
	background: #1167b7;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	display: block;
	height: 53px;
	line-height: 53px;
	cursor: pointer;
}

.list_main_r {
	float: right;
	width: 864px;
	overflow: hidden;
	min-height: 500px;
}

.list_main_r_first {
	height: 53px;
	width: inherit;
	border-bottom: 1px solid #bfbfbf;
	margin-bottom: 30px;
}

.list_main_r_first span {
	border-bottom: 3px solid #1167b7;
	padding: 12px 0;
	color: #1167b7;
	font-size: 21px;
}

.list_main_r li {
	color: #404040;
	font-size: 18px;
	line-height: 60px;
	text-indent: 10px;
	clear: both;
}

.list_main_r li a {
	float: left;
}

.list_main_r li .date {
	float: right;
	color: #666666;
}

.page {
	overflow: hidden;
	height: 80px;
}

.page div {
	float: right;
	overflow: hidden;
	height: 35px;
	margin-top: 22px;
}

.page a {
	color: #999;
	float: left;
	margin: 0 10px;
}

.page .num, .page .current {
	display: block;
	background: url(../images/page_bg.png) no-repeat;
	width: 36px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #999;
	float: left;
}

.page .current, .page .num:hover {
	background: url(../images/page_bg_on.png) no-repeat;
	color: #fff;
}

.page .prev, .page .next, .page .end, .page .first {
	line-height: 35px;
	margin: 0 20px;
}

.list_main_r_title {

	/*  width: 862px;*/
	text-align: center;
	line-height: 50px;
	color: #1c77dd;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
}

.list_main_r_title2 {

	/* width: 862px;*/
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #363636;
	background: #f3f3f3;
}

.list_main_r_content {

	/* width: 862px;*/
	margin: 20px 0;
	line-height: 30px;
}

/**信息公开目录 开始**/
.cx_bottomback {
	width: 96%;
	margin: 10px 2% 20px;
}

.cx_bottomtitleback {
	width: 100%;
	height: 48px;
	background: #1c77dd;
}

.cx_bottomfont1 {
	font-size: 16px;
	color: #fff;
	line-height: 48px;
	float: left;
	margin-left: 20px;
}

.cx_bottominput1 {
	width: 250px;
	height: 30px;
	float: left;
	margin: 9px 5px;
	padding: 0px 20px;
	border: none;
}

.cx_bottomselect1 {
	width: 160px;
	height: 30px;
	float: left;
	margin: 9px 5px;
	padding: 0px 20px;
	border: none;
}

.cx_bottombuttonback {
	width: 90px;
	height: 30px;
	float: left;
	margin: 9px 5px;
	padding: 0px 10px;
	background: #fff;
}

.cx_ss {
	width: 26px;
	height: 26px;
	margin-top: 2px;
	float: left;
	cursor: pointer;
}

.cx_cs {
	font-size: 16px;
	float: left;
	color: #1c77dd;
	line-height: 30px;
	margin-left: 10px;
	font-weight: bold;
	cursor: pointer;
	border: none;
	background: none;
	outline: none;
}

/**信息公开目录 结束**/

/**依申请公开 开始**/
.list_tit {
	width: 100%;
	height: 60px;
	margin-top: 20px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #1e78dd;
	font-weight: bold;
}

.list_ysbutton {
	height: 38px;
	width: 134px;
	background: #e60012;
	color: #fff;
	line-height: 38px;
	text-align: center;
	margin: 15px 380px;
	border: none;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.list_ysbutton:hover {
	background: darkred;
}

.listtable {
	width: 864px;
	height: 980px;
	float: left;
}

.listtr1 {
	height: 196px;
	border: 1px solid #000;
	border-bottom: none;
	border-right: none;
}

.listtd1 {
	width: 74px;
	height: 195px;
	float: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-size: 16px;
}

.listtr2 {
	height: 630px;
	border: 1px solid #000;
	border-bottom: none;
	border-right: none;
	border-top: none;
}

.listtd2 {
	width: 788px;
	border: 1px solid #000;
}

.listtr3 {
	height: 68px;
	width: 99.8%;
	border: 1px solid #000;
	float: left;
	border-top: none;
}

.listtd3 {
	width: 100%;
	border: 1px solid #000;
}

.listtr4 {
	height: 358px;
}

.listtd1name1 {
	width: 14px;
	margin-left: 30px;
	margin-top: 50px;
}

.listtd1name2 {
	width: 14px;
	margin-left: 30px;
	margin-top: 240px;
}

.listtd1top {
	width: 788px;
	height: 196px;
	float: right;
}

.listtd1top1 {
	height: 195px;
	width: 92px;
	float: left;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}

.listtd1name3 {
	width: 14px;
	margin-left: 37px;
	margin-top: 80px;
}

.listtd1top2 {
	height: 179px;
	width: 92px;
	float: left;
	border-right: 1px solid #000;
}

.listtd1name4 {
	width: 14px;
	margin-left: 37px;
	margin-top: 32px;
}

.listtd1right1 {
	width: 353px;
	padding: 0px 20px;
	float: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 48px;
	height: 48px;
}

.listtd1rightname {

	/*width:130px;*/
	height: 48px;
	line-height: 48px;
	float: left;
}

.listtd1rightname1 {
	width: 10px;
	height: 48px;
	line-height: 52px;
	float: left;
	color: red;
}

.listtd1rightname2 {

	/*width:120px;*/
	height: 48px;
	line-height: 48px;
	float: left;
	text-align: right;
}

.listtd1riginput {
	height: 48px;
	border: none;
	width: 165px;
	float: left;
}

.listtd1right2 {
	width: 747px;
	padding: 0px 20px;
	float: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 48px;
	height: 48px;
}

.listtd1rightname3 {

	/*width:120px;*/
	height: 48px;
	line-height: 48px;
	float: left;
	text-align: right;
}

.listtd1riginput1 {
	height: 48px;
	border: none;
	width: 517px;
	float: right;
}

.listtd1right3 {
	width: 747px;
	padding: 0px 20px;
	float: left;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	line-height: 48px;
	height: 125px;
}

.listtd1rightname4 {
	width: 70px;
	height: 48px;
	line-height: 48px;
	float: left;
	text-align: right;
}

.listtd1riginput2 {
	height: 125px;
	border: none;
	width: 567px;
	float: right;
}

.listtd1righttextarea {
	width: 740px;
	float: left;
	height: 75px;
	border: none;
}

.listtd1rightname5 {
	height: 48px;
	line-height: 48px;
	float: left;
	text-align: left;
}

.listtd1rightnamess {
	width: 750px;
	height: 48px;
	line-height: 48px;
	float: left;
}

.listradio1 {
	float: left;
	margin: 18px 5px;
}

.listradio2 {
	float: left;
	line-height: 48px;
}

.list_tit {
	width: 100%;
	height: 60px;
	margin-top: 20px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	color: #1e78dd;
	font-weight: bold;
}

.list_ysbutton {
	height: 38px;
	width: 134px;
	background: #e60012;
	color: #fff;
	line-height: 38px;
	text-align: center;
	margin: 15px 380px;
	border: none;
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	cursor: pointer;
}

.list_ysbutton:hover {
	background: darkred;
}

.listtj {
	float: right;
	font-size: 16px;
	font-weight: bold;
	color: #0860c2;
	line-height: 75px;
	margin-right: 30px;
}

.listsy1_title3 {
	height: 33px;
	line-height: 33px;
	color: #000;
	background: #bfbfbf;
	margin: auto;
	float: left;
	width: 35px;
	text-align: center;
	padding: 0px 20px;
	cursor: pointer;
}

.listsy1_title4 {
	height: 33px;
	line-height: 33px;
	color: #000;
	background: #bfbfbf;
	margin: auto;
	float: left;
	width: 120px;
	text-align: center;
	padding: 0px 20px;
	cursor: pointer;
}

.listsy1_on {
	background: #0068b7;
	color: #fff;
}

.listsy1_title3:hover {
	color: #fff;
	background: #0068b7;
}

.listsy1_content {
	width: 700px;
	height: 233px;
	border: 1px solid #eee;
	float: left;
}

.listsy1_content_back {
	height: 40px;
	width: 400px;
	margin: auto;
}

.listsy1_name {
	height: 40px;
	width: 90px;
	line-height: 50px;
	float: left;
	margin-top: 20px;
	font-size: 14px;
}

.listsy1_input {
	height: 40px;
	width: 255px;
	padding: 0px 20px;
	line-height: 40px;
	float: right;
	margin-top: 20px;
}

.chaxun {
	border: none;
	height: 30px;
	width: 100px;
	margin: auto;
	background: lightskyblue;
	color: #fff;
	margin-top: 230px;
	cursor: pointer;
}

#ysqgkSearch {
	margin: 129px auto;
	width: 700px;
}

.selectType {
	height: 48px;
	border: 1px solid #000;
	border-bottom: none;
	line-height: 48px;
	text-align: center;
}

.listtj i {
	font-size: 20px;
	margin-right: 5px;
}

/**依申请公开 结束**/


#_ideConac{
    position: relative;
    top: -12px;
}