@charset "utf-8";

/*深入学习贯彻习近平新时代中国特色社会主义思想*/
.special {}

.special dt,
.special dt img {
	width: 960px;
	height: 57px;
	vertical-align: top;
}

.special dd {
	background: #ffeed2;
	height: 35px;
	line-height: 35px;
	font-size: 18px;
	color: #fff;
	padding-left: 6px;
	clear: both;
	*zoom: 1;
}

.special dd span {
	padding: 0 15px;
}

.special dd span a {
	color: #555;
}

.special dd span a:hover {
	color: #06355b !important;
}

.special dd em {
	padding: 0 15px;
	font-size: 14px;
}

.special dd em a {
	color: #aaa;
}

.special dd .left {
	width: 862px;
	float: left;
	overflow: hidden;
}

.special dd .right {
	width: 92px;
	float: right;
}

/*头条模块*/
.headNews {}

.headNews .topNews {
	background: #f1f1f1;
	width: 900px;
	height: 110px;
	padding: 0 30px;
	overflow: hidden;
	position: relative;
}

.headNews .topNews li {
	height: 55px;
	line-height: 61px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 24px;
	text-align: center;
	font-weight: bold;
}

.headNews .topNews li a {
	color: #00558e;
}

.headNews .topNews li a:hover {
	color: #06355b !important;
}

.headNews .topNews li.last {
	line-height: 43px;
}

.headNews .bottomNews {
	position: relative;
	overflow: hidden;
}

.headNews .bottomNews a {
	color: #00558e;
}

.headNews .bottomNews a:hover {
	color: #06355b !important;
}

.headNews .bottomNews td {
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	padding: 0 10px;
	height: 100%;
	width: 50%;
}

.headNews .bottomNews .news_l {
	padding-right: 36px;
	border-right: 2px solid #d8d8d8;
}

.headNews .bottomNews .news_r {
	padding-left: 36px;
}

.headNews .bottomNews table {
	width: 100%;
	border: 0;
}

.headNews .bottomNews table tr.more {
	height: 26px;
	width: 100%;
}

.headNews .bottomNews table tr.more td {
	padding-top: 12px;
	height: 26px;
}

.headNews .bottomNews .moreDot {
	float: right;
	width: 54px;
	height: 26px;
	background: url(img/moreDot.png) no-repeat center;
	z-index: 3;
	margin-right: -10px;
}

.headNews .topNews .moreDot {
	position: absolute;
	width: 54px;
	height: 26px;
	background: url(img/moreDot.png) no-repeat center;
	z-index: 3;
	right: 0;
	bottom: 0;
}

/*轮播图模块*/
.carousel {
	position: relative;
	float: left;
	width: 488px;
	height: 355px;
	border: 2px solid #cbcbcb;
}

.carousel img {
	width: 100%;
	height: 100%;
}

.carousel .picBox {
	width: 488px;
	height: 315px;
}

.carousel .picBox li {
	display: none;
	width: 100%;
	height: 100%;
}

.carousel .picBox li.show {
	display: block;
}

.carousel .picBox a {
	display: block;
}

.carousel .tit {
	background: #fafafa;
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
}

.carousel .tit li {
	height: 100%;
	font-size: 16px;
	display: none;
}

.carousel .tit li.current {
	display: block;
}

.carousel .tit li a {
	color: #555;
	font-family: SimSun;
}

.carousel .dot {
	position: absolute;
	width: 100px;
	height: 10px;
	right: 0px;
	bottom: 14px;
	_bottom: 6px;
	z-index: 2;
}

.carousel .dot li {
	float: left;
	width: 11px;
	height: 10px;
	margin-right: 9px;
	background: url(img/carouselDot.png) no-repeat right top;
	cursor: pointer;
	cursor: hand;
}

.carousel .dot li.cur {
	background: url(img/carouselDot.png) no-repeat left top;
}

.carouselNews {
	border: 0;
	width: 374px;
	height: 269px;
}

.carouselNews .picBox {
	width: 374px;
	height: 239px;
}

.carouselNews .picBox a {
	width: 374px;
	height: 239px;
}

.carouselNews .tit {
	background-color: #06355b;
	height: 30px;
	line-height: 30px;
}

.carouselNews .tit li a {
	color: #FFF;
	font-family: SimSun;
}

.carouselNews .dot {
	bottom: 12px;
}

.carouselParty {
	border: 0;
	width: 540px;
	height: 360px;
}

.carouselParty .picBox {
	width: 540px;
	height: 320px;
}

.carouselParty .picBox a {
	width: 540px;
	height: 320px;
}

.carouselParty .tit {
	background-color: #fafafa;
	height: 40px;
	line-height: 40px;
}

.carouselParty .tit li a {}

.carouselParty .tit li a:hover {
	color: #be3232 !important;
}

.carouselParty .dot {
	bottom: 15px;
}

/*媒体报道*/
.mediaReport {
	width: 950px;
	overflow: hidden;
	margin: 0 auto;
}

.mediaReport .leftCon {
	float: left;
	width: 90px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.mediaReport .leftCon dt {
	margin: 13px 0 15px;
	text-align: center;
}

.mediaReport .leftCon a {
	color: #00558e;
}

.mediaReport .rightCon {
	float: right;
	width: 860px;
	overflow: hidden;
}

.mediaReport .rightCon li {
	float: left;
	width: 200px;
	padding-left: 15px;
}

.mediaReport .rightCon dl img {
	width: 200px;
	height: 65px;
}

.mediaReport .rightCon dd {
	height: 34px;
	text-align: center;
	overflow: hidden;
	background: #f7f8fa;
	padding: 8px 2px;
	line-height: 17px;
	font-size: 14px;
}

.mediaReport .rightCon dd a {
	color: #606060;
	font-family: SimSun;
}

/*左图右文列表 (新闻发布会+在线访谈模块)*/
.imgTxt {
	padding: 20px 10px 0;
	background: #fff;
	height: 152px;
	font-family: SimSun;
}

.imgTxt .image {
	float: left;
	width: 174px;
	height: 152px;
}

.imgTxt .image img {
	display: block;
}

.imgTxt .list {
	margin-left: 15px;
	float: left;
	width: 261px;
}

.imgTxt .list ul {}

.imgTxt .list ul li {
	font-size: 16px;
	line-height: 19px;
	text-indent: 13px;
	color: #6c6c6c;
	margin-bottom: 16px;
	background: url(img/noticeNews_dot.jpg) no-repeat 2px 7px;
}

.imgTxt .list ul li a {
	color: #6c6c6c;
	text-decoration: none;
	font-family: SimSun;
}

.imgTxt .list ul li.last {
	margin-bottom: 0;
}

.imgTxt_w374 {
	padding: 5px 0;
}

.imgTxt_w374 .image {
	width: 150px;
	height: 130px;
}

.imgTxt_w374 .list {
	margin-left: 20px;
	width: 204px;
}

.imgTxt_w374 .list ul li {
	margin-bottom: 8px;
}

/*公开栏----按钮*/
.category {
	margin-top: 21px;
	margin-bottom: 1px;
}

.category li {
	margin-bottom: 20px;
	background-image: url(img/yingjiguanlibu_L_h60.jpg);
	background-color: #4b97d0;
	background-repeat: no-repeat;
	background-position: left center;
	height: 60px;
	width: 280px;
}

.category li .back {
	background-image: url(img/yingjiguanlibu_R_h60.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 60px;
	width: 280px;
}

.category li a {
	display: block;
	padding: 10px 20px;
	height: 40px;
	font-size: 22px;
	line-height: 40px;
	color: #FFF;
	text-decoration: none;
}

.category li a:hover {
	color: #fff !important;
}

.category li a img {
	margin-right: 20px;
	vertical-align: middle;
}

/*公开栏----警示信息*/
.warning {
	margin-top: 31px;
	margin-bottom: 20px;
	width: 285px;
	height: 291px;
	background-image: url(img/yingjiguanglibu_c.jpg);
	background-repeat: no-repeat;
}

.warning .text {
	text-align: center;
	color: #FFF;
	font-size: 20px;
	height: 40px;
	line-height: 40px;
	margin-bottom: 17px;
}

.warning .tab {
	margin: 0 20px;
}

.warning .tab .tab_c {
	height: 218px;
}

.warning .tab .tab_c .content {
	color: #333333;
	display: none;
	text-align: left;
}

.warning .tab .tab_c .content.cur {
	display: block;
}

.warning .tab .tab_c .content h3 {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 8px;
}

.warning .tab .tab_c .content h3 a {
	color: #333333;
}

.warning .tab .tab_c .content p {
	font-size: 16px;
	line-height: 24px;
	font-family: SimSun;
}

.warning .tab .tab_s {
	text-align: right;
	height: 6px;
}

.warning .tab .tab_s i {
	cursor: pointer;
	display: inline-block;
	background-image: url(img/dian.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 6px;
	height: 6px;
	margin-left: 8px;
}

.warning .tab .tab_s i.cur {
	background-image: url(img/dian_cur.jpg);
}

/*公开栏----救援服务平台 */
.dynamic {
	margin: 0 10px;
}

.dynamic .image {
	width: 325px;
	height: 126px;
	margin-top: 20px;
	margin-bottom: 19px;
}

.dynamic .text {
	text-align: center;
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 20px;
}

.dynamic .text a {
	color: #555555;
	text-decoration: none;
}

.dynamic .but {
	background-image: url(img/yingjiguanlibu_L_h30.jpg);
	background-color: #4b97d0;
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	width: 325px;
}

.dynamic .but .back {
	background-image: url(img/yingjiguanlibu_R_h30.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
	width: 325px;
	text-align: center;
}

.dynamic .but .back a {
	line-height: 30px;
	font-size: 20px;
	line-height: 30px;
	color: #FFF;
	text-decoration: none;
}

.dynamic .but .back a:hover {
	color: #fff !important;
}


/*我要留言、留言查看*/
.msg .myMsg {
	float: left;
}

.msg .lookMsg {
	float: right;
}

.msg .myMsg,
.msg .lookMsg {
	position: relative;
	width: 220px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	line-height: 30px;
	background: #4b97d0 url(img/yingjiguanlibu_L_h30.jpg) no-repeat left top;
}

.msg .myMsg a,
.msg .lookMsg a {
	color: #fff;
}

.msg .myMsg a,
.msg .lookMsg a:hover {
	color: #fff !important;
}

.msg .myMsg .rbg,
.msg .lookMsg .rbg {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	background: url(img/yingjiguanlibu_R_h30.jpg) no-repeat;
	width: 15px;
	height: 30px;
}

/*互动*/
.hudong {
	/*padding: 0 20px;*/
}

.hudong .hudong_bottom {}

.hudong .hudong_bottom ul li {
	float: left;
	position: relative;
	margin-right: 20px;
	overflow: hidden;
	background-color: #4b97d0;
	width: 70px;
	height: 70px;
	overflow: hidden;
	background-image: url(img/yingjiguanlibu_L_h70.jpg);
	background-color: #4b97d0;
	background-repeat: no-repeat;
	background-position: left center;
}

.hudong .hudong_bottom ul li .back {
	background-image: url(img/yingjiguanlibu_R_h70.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	width: 100%;
	height: 70px;
}

.hudong .hudong_bottom ul li a {
	display: block;
	text-decoration: none;
	height: 70px;
	overflow: hidden;
	color: #fff;
}

.hudong .hudong_bottom ul li a:hover {
	color: #fff !important;
}

.hudong .hudong_bottom ul li span {
	float: left;
	display: block;
	display: none;
	width: 200px;
	font-size: 18px;
	margin: 12px 0;
	height: 46px;
	padding-left: 16px;
	position: absolute;
	line-height: 23px;
}

.hudong .hudong_bottom ul li span table {
	width: 100%;
	height: 100%;
	border: 0;
}

.hudong .hudong_bottom ul li a img {
	float: left;
	margin-left: 15px;
	margin-top: 15px;
}

.hudong .hudong_bottom ul li.last {
	width: 290px;
	margin-right: 0;
}

.hudong .hudong_bottom ul li.last span {
	display: inline;
	line-height: 23px;
}


/*图片模块*/
.yingji_image {
	width: 100%;
}

.yingji_image a {
	display: block;
	padding: 5px 0;
}


/*灾害事故信息*/
.yingji_dateList {}

.yingji_dateList ul {}

.yingji_dateList ul li {
	padding: 5px 0;
	line-height: 30px;
	overflow: hidden;
}

.yingji_dateList ul li span {
	float: left;
	width: 70px;
	height: 30px;
	text-align: center;
	margin-right: 10px;
	display: block;
	background-color: #bbe2ff;
	color: #00558e;
	font-size: 14px;
}

.yingji_dateList ul li a {
	float: left;
	color: #555555;
	font-size: 16px;
	width: 290px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-family: SimSun;
}

/************************互动页面***************/

.zaixianfangtan_img {
	text-align: center;
	margin-top: 20px;
}

/* 投诉举报 */
.complaint {
	padding: 20px 10px 10px;
	width: 445px;
	height: 270px;
	font-size: 16px;
	color: #fff;
}

.complaint .complaintList {
	margin-bottom: 10px;
	background: url(img/hd_tousujubao_btn01_l.jpg) no-repeat left top #06355b;
	cursor: pointer;
	cursor: hand;
}

.complaint .complaintList .complaintBtn {
	height: 40px;
	line-height: 40px;
	background: url(img/hd_tousujubao_btn01_r.jpg) no-repeat right top;
}

.complaint .complaintList span {
	display: block;
	margin-left: 20px;
	padding-left: 55px;
}

.complaint .complaintList span a {
	color: #fff;
}

.complaint .complaintList span a:hover {
	color: #fff !important;
}

.complaint .complaintList span.tsjb {
	background: url(img/hd_tousujubao_icon01.jpg) no-repeat left center;
}

.complaint .complaintList span.wsxf {
	background: url(img/hd_tousujubao_icon02.jpg) no-repeat left center;
}

.complaint .complaintList span.xmt {
	background: url(img/hd_tousujubao_icon03.jpg) no-repeat left center;
}

.complaint .complaintList .complaintCon {
	background: #fff;
	width: 445px;
	overflow: hidden;
	display: none;
}

.complaint .complaintList .complaintCon.cur {
	display: block;
}

.complaint .complaintList .complaintCon ul {
	width: 468px;
}

.complaint .complaintList .complaintCon li {
	width: 211px;
	height: 30px;
	line-height: 30px;
	background: url(img/hd_tousujubao_btn02_l.jpg) no-repeat left top #85cbff;
	text-align: center;
	margin: 10px 23px 0 0;
	float: left;
}

.complaint .complaintList .complaintCon li a {
	display: block;
	background: url(img/hd_tousujubao_btn02_r.jpg) no-repeat no-repeat right top;
	color: #fff;
}

.complaint .complaintList .complaintCon li a:hover {
	color: #fff !important;
}

.complaint .complaintList .complaintCon .erweima {
	padding-top: 10px;
	padding-left: 20px;
}

.complaint .complaintList .complaintCon .erweima ul li {
	background: transparent;
	height: 124px;
	width: 100px;
	margin-left: 70px;
}

.complaint .complaintList .complaintCon .erweima ul li a {
	background: transparent;
	display: block;
}

.complaint .complaintList .complaintCon .erweima ul li p {
	color: #9c9c9c;
	font-size: 16px;
	line-height: 24px;
}

/********************领导 个人简介+重要活动******************/
.yingji_ld {
	background-color: #FFFFFF
}

.yingji_ld .content {
	width: 940px;
	margin: 0 auto;
	margin-top: 20px;
}

.yingji_ld .content .left {
	width: 240px;
	float: left;
}

.yingji_ld .content .left .image {
	width: 240px;
	height: 300px;
}

.yingji_ld .content .left .info {
	background-color: #f4f4f4;
	text-align: center;
}

.yingji_ld .content .left .info h3 {
	font-size: 26px;
	padding: 14px 0;
}

.yingji_ld .content .left .info p {
	font-size: 16px;
	padding: 6px 0 26px 0;
	font-weight: bold;
	line-height: 27px;
}

.yingji_ld .content .left .btn p {
	background-color: #9ed6ff;
	display: inline-block;
	width: 240px;
	height: 70px;
	font-size: 26px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	line-height: 70px;
	cursor: pointer;
}

.yingji_ld .content .left .btn p.cur {
	background-color: #146eaa;
}

.yingji_ld .content .right {
	width: 675px;
	float: right;
}

.yingji_ld .content .right .con_title {
	width: 665px;
	padding-left: 10px;
	font-size: 22px;
	height: 33px;
	line-height: 28px;
	color: #006faf;
	border-bottom: 1px solid #d8d8d8;
}

.yingji_ld .content .right .con .brief {
	margin-top: 30px;
}

.yingji_ld .content .right .con .brief p {
	text-indent: 2em;
	font-family: SimSun;
	font-size: 16px;
	color: #000000;
	margin-bottom: 30px;
}

.yingji_ld .content .right .con .brief dl {
	clear: both;
	zoom: 1;
	margin-left: 30px;
	margin-bottom: 20px;
}

.yingji_ld .content .right .con .brief dl dt {
	width: 175px;
	display: inline-block;
	*display: inline;
	*float: left;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
}

.yingji_ld .content .right .con .brief dl dd {
	font-family: SimSun;
	width: 460px;
	display: inline-block;
	*display: inline;
	*float: left;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
}

.yingji_ld .content .right .act {
	display: none;
}

.yingji_ld .content .right .act ul {
	margin-top: 25px;
	padding-bottom: 10px;
	display: block;
	border-bottom: 1px solid #d8d8d8;
}

.yingji_ld .content .right .act ul li {
	background: url(img/tllb_oval.jpg) no-repeat left 10px;
	padding: 0 0 20px 20px;
	display: block;
}

.yingji_ld .content .right .act ul li p {
	width: 655px;
	word-break: break-all
}

.yingji_ld .content .right .act ul li p a {
	font-size: 16px;
	line-height: 29px;
	font-family: SimSun;
	text-decoration: none;
}

.yingji_ld .content .right .act ul li span {
	font-size: 16px;
	line-height: 29px;
	padding-left: 65px;
	vertical-align: bottom;
	color: #999999;
}

/***********************通栏列表**********************/
.tonglan_list .cont {
	padding-bottom: 28px;
	border-bottom: 1px solid #d8d8d8;
}

.tonglan_list ul {}

.tonglan_list ul li {
	background: url(img/tllb_oval.jpg) no-repeat 10px 8px;
	font-size: 18px;
	line-height: 28px;
	padding-left: 30px;
	margin-bottom: 12px;
	position: relative;
}

.tonglan_list ul li a {
	color: #333333;
	margin-right: 40px;
	font-family: SimSun;
}

.tonglan_list ul li span {
	margin-right: 10px;
	font-size: 16px;
	color: #999999;
}

.tonglan_list ul li span.time01 {
	position: absolute;
	bottom: -2px;
	right: 0;
	color: #999999;
}

.tonglan_list ul li span.order {
	margin-right: 80px;
}



/**********************机构办公厅*****************************/
/* 机构介绍 */
.organizationInfor {
	width: 960px;
	margin: 0 auto;
}

.organizationInfor .organization_left {
	float: left;
	width: 340px;
	height: 69px;
	/*line-height: 69px;*/
	position: relative;
}

.organizationInfor .organization_left img {
	width: 340px;
	height: 69px;
}

.organizationInfor .organization_left .shade {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.organizationInfor .organization_left .shade table {
	width: 280px;
	height: 100%;
	margin: 0 auto;
}

.organizationInfor .organization_right {
	float: right;
	width: 588px;
	height: 67px;
	border: 1px solid #979797;
	font-size: 16px;
	color: #555;
	text-align: center;
	font-weight: bold;
}

.organizationInfor .organization_right .infor {
	border-left: 1px solid #d8d8d8;
	height: 44px;
}

.organizationInfor .organization_right .infor li {
	float: left;
	width: 167px;
	padding-left: 20px;
	line-height: 22px;
	text-align: left;
}

/*本司局按钮*/
.commonBtn36 {
	background: url(img/yingjiguanlibu_L_h36.jpg) no-repeat left center #4b97d0;
	width: 465px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 20px;
}

.commonBtn36 a {
	display: block;
	background: url(img/yingjiguanlibu_R_h36.jpg) no-repeat no-repeat right top;
	color: #fff;
}

.commonBtn36 a:hover {
	color: #fff !important;
}


/*机关司局*/
.jgsjCon {
	font-family: "SimSun";
}

.jgsjCon li {
	width: 320px;
	height: 32px;
	line-height: 32px;
	float: left;
}

.jgsjCon li a {
	padding-left: 26px;
	font-size: 16px;
	background: url(img/jgsj_dot.jpg) no-repeat 10px center;
	display: inline-block;
	color: #555;
}






/*********************************机构二级页************************/

.jgejy_ind02 .left {
	width: 340px;
	float: left;
}

.jgejy_ind02 .right {
	width: 592px;
	float: right;
}


/*机构二级页--领导名称*/
.jgejy_con01 {
	border-right: 1px solid #d8d8d8;
	width: 262px;
	padding-left: 92px;
	margin-top: 14px;
}

.jgejy_con01 li {
	padding-left: 40px;
	text-align: left;
	background: url(img/jgejy_con01_dot.png) no-repeat left center;
	line-height: 41px;
	height: 41px;
	font-size: 22px;
	color: #555555;
	text-decoration: none;
}

.jgejy_con01 li a {
	line-height: 41px;
	height: 41px;
	font-family: SimSun;
	font-size: 22px;
	color: #555555;
	text-decoration: none;
}

/*机构二级页--主要职责*/
.jgejy_con02 {
	padding-left: 10px;
	padding-right: 4px;
}

.jgejy_con02 p {
	margin-top: 20px;
	color: #333333;
	font-family: SimSun;
	font-size: 16px;
	line-height: 23px;
	text-align: left;
}

/*机构二级页--直属事业单位*/
.jgejy_con03 {
	text-align: left;
	padding-top: 11px;
}

.jgejy_con03 .title {
	padding-left: 10px;
	line-height: 46px;
	color: #555555;
	font-size: 20px;
	border-bottom: 1px solid #d8d8d8;
}

.jgejy_con03 .box {
	padding-left: 10px;
	padding-top: 13px;
}

.jgejy_con03 li {
	line-height: 36px;
	width: 297px;
	float: left;
	padding-left: 19px;
	background: url(img/jgsj_dot.jpg) no-repeat left center;
	font-size: 18px;
	color: #555555;
}

.jgejy_con03 li a {
	line-height: 36px;
	font-family: SimSun;
	font-size: 18px;
	color: #555555;
}

/*机构二级页--派驻机构*/
.jgejy_con04 {
	text-align: left;
	padding-top: 11px;
}

.jgejy_con04 .title {
	padding-left: 10px;
	line-height: 46px;
	color: #555555;
	font-size: 20px;
	border-bottom: 1px solid #d8d8d8;
}

.jgejy_con04 .box {
	padding-left: 10px;
	padding-top: 13px;
}

.jgejy_con04 li {
	line-height: 36px;
	padding-left: 19px;
	background: url(img/jgsj_dot.jpg) no-repeat left center;
	font-size: 18px;
	color: #555555;
}

.jgejy_con04 li a {
	line-height: 36px;
	font-family: SimSun;
	;
	font-size: 18px;
	color: #555555;
}

/*机构二级页--省应急厅（局）*/
.jgejy_con05 {
	text-align: left;
	padding-top: 11px;
}

.jgejy_con05 .title {
	padding-left: 10px;
	line-height: 46px;
	color: #555555;
	font-size: 20px;
	border-bottom: 1px solid #d8d8d8;
}

.jgejy_con05 .box {
	padding-left: 10px;
	padding-top: 13px;
}

.jgejy_con05 li {
	line-height: 36px;
	width: 116px;
	float: left;
	padding-left: 19px;
	background: url(img/jgsj_dot.jpg) no-repeat left center;
	font-size: 18px;
	color: #555555;
}

.jgejy_con05 li a {
	line-height: 36px;
	font-family: SimSun;
	font-size: 18px;
	color: #555555;
}

/*机构二级页--地理位置*/
.jgejy_ind03 {
	padding-top: 20px;
	padding-left: 130px;
}

.jgejy_ind03 .left {
	float: left;
}

.jgejy_ind03 a {
	display: block;
}

.jgejy_ind03 img {}

.jgejy_ind03 .right {
	float: left;
	text-align: left;
	padding-left: 33px;
	padding-top: 21px;
}

.jgejy_ind03 .right p {
	font-family: SimSun;
	font-size: 16px;
	color: #555555;
	line-height: 20px;
}



/*********************有无标题底层页*************************/
.youbiaodc_ind01 {
	margin: 0 auto;
	background: #fff;
}

.youbiaodc_ind01 .cont {
	width: 960px;
	margin: 0 auto;
}

.youbiaodc_ind01 .cont .zhenwen {
	margin-top: 53px;
}

.youbiaodc_ind01 .cont .zhenwen h2 {
	text-align: center;
	margin-top: 10px;
	font-size: 24px;
	font-weight: normal;
}

.youbiaodc_ind01 .cont .zhenwen_tit {
	height: 42px;
	border-bottom: 1px solid #d8d8d8;
	font-family: SimSun;
	;
	font-size: 16px;
	color: #5c5c5c
}

.youbiaodc_ind01 .cont .zhenwen_tit .time_laiy {
	float: left;
}

.youbiaodc_ind01 .cont .zhenwen_tit .time_laiy span {
	margin-left: 11px;
}

.youbiaodc_ind01 .cont .zhenwen_tit .time_laiy span:last-child {
	margin-left: 52px;
}

.youbiaodc_ind01 .cont .zhenwen_tit .text_fx {
	float: right;
}

.youbiaodc_ind01 .cont .zhenwen_tit .text_fx ul {}

.youbiaodc_ind01 .cont .zhenwen_tit .text_fx ul li {
	float: right;
	list-style: none;
	margin-left: 34px;
	position: relative;
}

.youbiaodc_ind01 .cont .zhenwen_tit .text_fx ul li img {
	vertical-align: middle;
}

.youbiaodc_ind01 .cont .zhenwen_tit .text_fx ul li a {
	color: #5c5c5c
}

.youbiaodc_ind01 .cont .zhenwen_tit .text_fx ul li.share li {
	font-size: 14px;
}

/*底层页分享*/
.share {
	position: relative;
	cursor: pointer;
}

.share .fenxiang {
	display: none;
	padding-top: 5px;
	width: 92px;
	height: 150px;
	position: absolute;
	top: 22px;
	left: -5px;
	background: #fff;
}

.youbiaodc_ind01 .cont .zhenwen_tit .text_fx .fenxiang ul li {
	height: 30px;
	line-height: 24px;
	float: none;
	margin-left: 0;
	font-size: 14px;
}

.youbiaodc_ind01 .cont .zhenwen_tit .text_fx .fenxiang ul li a {
	display: inline-block;
	height: 24px;
	padding-left: 27px;
}

.fenxiang ul li .bshare-sinaminiblog {
	background: url("img/top_logos_sprite.gif") no-repeat 0 -390px;
	*display: inline;
	display: inline-block;
}

.fenxiang ul li .bshare-qzone {
	background: url("img/top_logos_sprite.gif") no-repeat 0 -338px;
	*display: inline;
	display: inline-block;
}

.fenxiang ul li .bshare-weixin {
	background: url("img/weixin.gif") no-repeat;
	*display: inline;
	display: inline-block;
}

.fenxiang ul li .bshare-qqim {
	background: url("img/qqim.gif") no-repeat;
	*display: inline;
	display: inline-block;
}

.fenxiang ul li a.bshare-more.more-style-addthis {
	background: url(img/more-style-addthis.gif) no-repeat;
}



.youbiaodc_ind01 .cont .zhenwen_neir p {
	/*text-indent:2em;*/
	margin-top: 35px;
	font-family: SimSun;
	;
	font-size: 18px;
	color: #333333
}

.youbiaodc_ind01 .cont .zhenwen_neir .erweima {
	text-align: center;
	margin-top: 91px;
}

.youbiaodc_ind01 .cont .zhenwen_neir .erweima p {
	margin-top: 6px;
	text-indent: 0em;
}

.youbiaodc_ind01 .cont .zhenwen_neir .zebian {
	background: #efefef;
	height: 30px;
	margin-top: 38px;
}

.youbiaodc_ind01 .cont .zhenwen_neir .zebian span {
	float: right;
	height: 30px;
	line-height: 30px;
	margin-right: 18px;
	font-family: SimSun;
	font-size: 14px;
	color: #555555;
}

.youbiaodc_ind01 .cont .xggj_db h4 {
	font-size: 20px;
	color: #333333;
	margin-top: 38px;
	margin-bottom: 18px;
}

.youbiaodc_ind01 .cont .xggj_db .pinlun {
	float: right;
	width: 86px;
	height: 43px;
	background: #06355b;
	line-height: 43px;
	margin-top: -51px;
}

.youbiaodc_ind01 .cont .xggj_db .pinlun span {
	margin-left: 10px;
	font-family: SimSun;
	font-size: 16px;
	color: #fff;
	float: left;
}

.youbiaodc_ind01 .cont .xggj_db .pinlun span a {
	color: #fff;
}

.youbiaodc_ind01 .cont .xggj_db .pinlun img {
	margin: 10px 13px 0 0;
	float: right;
}

.youbiaodc_ind01 .cont .xggj_db ul li {
	list-style: none;
	;
	font-size: 18px;
	color: #333333;
	height: 34px;
	line-height: 34px;
}

.youbiaodc_ind01 .cont .xggj_db ul li img {
	margin-right: 14px;
}

.youbiaodc_ind01 .cont .xggj_db ul li a {
	font-family: SimSun;
	color: #333333;
}


/* ******************左侧导航列表 ********************* */
.tonglan_list .cont {
	width: 100%;
}


.leftNavBox {
	width: 140px;
}

.leftNavBox li {
	font-size: 18px;
	text-align: center;
	padding-left: 10px;
	margin-bottom: 18px;
}

.leftNavBox li a {
	color: #d8d8d8;
}

.leftNavBox li.cur,
.leftNavBox li:hover {
	background: url(img/leftNavBox_dot.jpg) no-repeat left center;
}

.leftNavBox li.cur a,
.leftNavBox li:hover a {
	color: #555 !important;
}




/*新闻页  图在左侧文字在右 带时间*/
.pic_txt_list {
	margin: 20px 10px;
}

.pic_txt_list ul li {
	padding: 20px 0;
	border-bottom: 1px solid #d8d8d8;
}

.pic_txt_list ul li.last {
	border-bottom: 0;
}

.pic_txt_list ul li .image {
	float: left;
	width: 200px;
}

.pic_txt_list ul li .text {
	width: 712px;
	float: right;
}

.pic_txt_list ul li .text .txt {
	margin-bottom: 23px;
	height: 22px;
	line-height: 22px;
}

.pic_txt_list ul li .text .txt a {
	display: inline-block;
	color: #555555;
	font-family: SimSun;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 712px;
}

.pic_txt_list .text p {
	font-size: 16px;
	color: #d8d8d8;
}

.pic_txt_list .text p .time {
	display: inline-block;
	margin-left: 24px;
}



/*************************公开页**************************/
/*政府信息公开 右侧按钮*/
.category02 {
	margin-top: 20px;
}

.category02 li {
	margin-bottom: 5px;
	background-image: url(img/yingjiguanlibu_L_h55.jpg);
	background-color: #4b97d0;
	background-repeat: no-repeat;
	background-position: left center;
	height: 55px;
	width: 215px;
}

.category02 li .back {
	background-image: url(img/yingjiguanlibu_R_h55.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 55px;
	width: 215px;
}

.category02 li a {
	display: block;
	padding: 10px 20px;
	height: 35px;
	font-size: 18px;
	line-height: 35px;
	color: #FFF;
	text-decoration: none;
}

.category02 li a:hover {
	color: #fff !important;
}

.category02 li a img {
	margin-right: 20px;
	vertical-align: middle;
}

/*公开---政府信息公开01*/
.gongkai {}

.gongkai .title {
	padding-left: 10px;
	height: 47px;
	padding-top: 11px;
	line-height: 47px;
	color: #555555;
	font-size: 20px;
	border-bottom: 1px solid #d8d8d8;
	font-weight: bold;
	position: relative;
}

.gongkai .title span {
	font-size: 20px;
	color: #888888;
	display: inline-block;
	margin-right: 28px;
	cursor: pointer;
}

.gongkai .title span.cur {
	color: #555555;
}

.gongkai .content .small_tit {
	color: #9c9c9c;
	font-size: 16px;
	text-align: center;
	height: 36px;
	line-height: 36px;
}

.gongkai .content .small_tit span {
	color: #9c9c9c;
	font-size: 16px;
	padding: 0 10px;
	cursor: pointer;
}

.gongkai .content .small_tit span.active {
	color: #146eaa;
}

.gongkai .content {
	display: none;
}

.gongkai .content.cur {
	display: block;
}

.gongkai .content .tonglan_list {
	display: none;
}

.gongkai .content .tonglan_list.active {
	display: block;
}

.gongkai .content .tonglan_list ul li {
	font-size: 16px;
	margin-bottom: 7px;
	background: url(img/dian.jpg) no-repeat 16px 12px;
}


/*公开---政府信息公开02-左侧*/
.gongkai02 {}

.gongkai02 .title {
	padding-left: 10px;
	height: 47px;
	padding-top: 11px;
	line-height: 47px;
	color: #555555;
	font-size: 20px;
	border-bottom: 1px solid #d8d8d8;
	font-weight: bold;
	position: relative;
}

.gongkai02 .title span {
	font-size: 20px;
	color: #888888;
	display: inline-block;
	margin-right: 28px;
	cursor: pointer;
}

.gongkai02 .title span.cur {
	color: #555555;
}

.gongkai02 .title .more {
	position: absolute;
	right: 10px;
	top: 15px;
	z-index: 5;
	width: 34px;
	height: 40px;
}

.gongkai02 .title .more a {
	background-image: url(img/moreDot.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 34px;
	height: 40px;
	display: inline-block;
}

.gongkai02 .content {
	display: none;
}

.gongkai02 .content.cur {
	display: block;
}

.gongkai02 .content .tonglan_list {
	display: none;
}

.gongkai02 .content .tonglan_list.active {
	display: block;
}

.gongkai02 .content .tonglan_list ul li {
	font-size: 16px;
	margin-bottom: 7px;
	background: url(img/dian.jpg) no-repeat 16px 12px;
}


/*公开---人事信息*/
.renshixinxi {
	clear: both;
	*zoom: 1;
}

.renshixinxi .list_left {
	float: left;
	width: 173px;
	padding-top: 24px;
}

.renshixinxi .list_left ul li {
	background-image: url(img/yingjiguanlibu_L_h30_grey.jpg);
	background-color: #d8d8d8;
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	width: 173px;
	margin-bottom: 10px;
	cursor: pointer;
}

.renshixinxi .list_left ul li span {
	display: block;
	background-image: url(img/yingjiguanlibu_R_h30_grey.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
	width: 173px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #FFF;
	cursor: pointer;
}

.renshixinxi .list_left ul li.cur {
	background-image: url(img/yingjiguanlibu_L_h30.jpg);
	background-color: #4b97d0;
}

.renshixinxi .list_left ul li.cur span {
	background-image: url(img/yingjiguanlibu_R_h30.jpg);
}

.renshixinxi .list_right {
	float: right;
	width: 250px;
}

.renshixinxi .list_right .modelList02 {
	display: none;
}

.renshixinxi .list_right .modelList02.cur {
	display: block;
}









/* ******************社会救援服务 ********************/
/*救援需求+救援进展*/
.rescueServe_special,
.rescueServe_special img {
	width: 960px;
	height: 57px;
}

.rescueServe_r {
	padding: 6px 10px 12px;
	height: 458px;
	margin-top: 5px;
	margin-right: 10px;
	background: #f4f4f4;
}

.rescueServe_r .rescueInfor {
	padding: 20px 20px 20px 10px;
	font-size: 16px;
	color: #555;
	overflow: hidden;
	line-height: 24px;
}

.rescueServe_r .declaration dt {
	padding-bottom: 9px;
}

.rescueServe_r .declaration dt img {
	width: 320px;
	height: 126px;
	vertical-align: top;
}

.rescueServe_r .declaration dd {
	text-align: center;
	font-size: 20px;
	color: #555;
	font-weight: bold;
}

.rescueServe_r .declaration .btn {
	padding-top: 14px;
}

.rescueServe_r .declaration .btn a {
	display: inline-block;
	margin: 0 5px;
	width: 150px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background:
		/* url(img/yingjiguanlibu_L_h30.jpg) no-repeat left center */
		#4b97d0;
	cursor: hand;
}

.rescueServe_r .declaration .btn a i {
	display: inline-block;
	height: 30px;
	width: 100%;
	/* background: url(img/yingjiguanlibu_R_h30.jpg) no-repeat right center; */
}

.rescueServe_r .declaration .btn a:hover {
	color: #fff !important;
}

/*社会救援力量数据统计*/
.rescueStatistics_l {
	float: left;
	width: 600px;
	padding: 10px 0 0 10px;
}

.rescueStatistics_l li {
	float: left;
	width: 85px;
	font-size: 18px;
	height: 35px;
	line-height: 35px;
}

.rescueStatistics_l li a {
	color: #555;
}

.rescueStatistics_r {
	float: right;
	width: 318px;
	margin: 14px 10px 0 0;
	border: 1px solid #eee;
	border-bottom: 0;
}

.rescueStatistics_r li {
	height: 33px;
	line-height: 33px;
	border-bottom: 1px solid #eee;
	text-align: center;
	background: #e7f5ff;
	font-size: 20px;
	color: #555;
}



/* ******************科普更多右侧列表 ********************* */
.science_right {
	font-family: simsun;
}

.science_right ul {
	width: 100%;
	overflow: hidden;
}

.science_right ul li {
	height: 101px;
	width: 100%;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 20px;
	overflow: hidden;
	background: none;
	padding-left: 0;
}

.science_right ul li .image {
	width: 135px;
	height: 81px;
	float: left;
	margin-right: 10px;
}

.science_right ul li .text {
	height: 56px;
	line-height: 21px;
	font-size: 18px;
	padding-top: 4px;
}

.science_right ul li .time {
	line-height: 21px;
}

.science_right ul li .time span {
	color: #d8d8d8;
	font-size: 16px;
	margin-right: 24px;
}

.science_right ul li .time span a {
	color: #d8d8d8;
	font-size: 16px;
}

.science_right ul li .time span.order {
	margin-right: 150px;
}

.science_right ul li.last {
	margin-bottom: 0;
}


/******************党建页 ********************* */

.dangjian_logo {
	background-color: #be3232;
	height: 45px;
}

.dangjian_logo img {
	display: block;
	float: left;
	width: 235px;
	height: 45px;
}

.dangjian_logo .text {
	float: left;
	line-height: 45px;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	padding: 0 10px;
}

.dangjian_logo .text a {
	color: #FFF;
	margin: 0 8px;
}

.dangjian_logo .text a:hover {
	color: #FFF !important;
}

.dangjian_head {
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 35px;
}

.dangjian_head a {
	color: #146eaa;
}

.dangjian_head_text {
	padding-bottom: 22px;
	border-bottom: 1px solid #d8d8d8;
}

.dangjian_head_text h3 {
	font-size: 20px;
	color: #146eaa;
	line-height: 30px;
	margin-bottom: 10px;
}

.dangjian_head_text h3 a {
	color: #146eaa;
}

.dangjian_head_text p {
	color: #888888;
	font-size: 16px;
	line-height: 22px;
}

.dangjiang_category {
	overflow: hidden;
	clear: both;
}

.dangjiang_category li {
	background-color: #f4f4f4;
	margin-bottom: 10px;
	height: 44px;
	padding: 10px 20px;
}

.dangjiang_category li:hover {
	background-color: #e7f5ff;
}

.dangjiang_category li table {
	width: 160px;
	height: 44px;
}

.dangjiang_category li table td {
	width: 50px;
	height: 44px;
	align: center;
}

.dangjiang_category li .text {
	width: 95px;
	display: inline-block;
	line-height: 19px;
	font-size: 16px;
	color: #555555;
	text-align: center;
}

.dangjiang_special {
	background-color: #f4f4f4;
	padding: 0 15px;
	padding-bottom: 10px;
}

.dangjiang_special h3 {
	line-height: 48px;
	font-size: 20px;
	color: #be3232;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 10px;
}

.dangjiang_special ul {}

.dangjiang_special ul li {
	margin-bottom: 10px;
}

.dangjiang_special ul li a {
	display: block;
}

.dangjiang_special ul li img {
	width: 170px;
	height: 70px;
}

.dangjiang_report {
	background-color: #f4f4f4;
	padding: 0 15px;
	padding-bottom: 10px;
}

.dangjiang_report h3 {
	line-height: 48px;
	font-size: 20px;
	color: #be3232;
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #d8d8d8;
	margin-bottom: 10px;
}

.dangjiang_report .group {
	font-size: 12px;
	margin-bottom: 18px;
}

.dangjiang_report .group span {
	color: #888888;
	line-height: 24px;
}

.dangjiang_report .group p {
	color: #333333;
	line-height: 17px;
}

.dangjiang_jump {}

.dangjiang_jump .jump_hd {
	background-image: url(img/dangjiang_jump.png);
	background-repeat: repeat-x;
	height: 28px;
}

.dangjiang_jump .jump_hd .mh_title {
	color: #555555;
	height: 28px;
	display: inline-block;
	font-size: 20px;
	padding-right: 20px;
	padding-left: 33px;
	font-weight: bold;
	background-color: #FFF;
	background-image: url(img/icon-sketch_09.jpg);
	background-repeat: no-repeat;
	background-position: 0px center;
}

.dangjiang_jump .jump_bd {
	padding: 20px 38px;
}

.dangjiang_jump .jump_bd li {
	float: left;
	margin: 0 15px;
}

/******************科普 ********************* */
.hotKepu {
	padding: 13px 10px 15px;
	border-bottom: 1px solid #d8d8d8;
}

.hotKepu dl {
	overflow: hidden;
}

.hotKepu dt {
	float: left;
	width: 168px;
	height: 68px;
	line-height: 68px;
	background: url(img/kepu_rdkpIcon.jpg) no-repeat left center;
	padding-left: 72px;
	color: #555;
	font-size: 40px;
}

.hotKepu dt a {
	color: #555;
}

.hotKepu dd {
	float: right;
	width: 640px;
	height: 68px;
	padding-right: 31px;
	font-size: 16px;
	*width: 673px;
	*padding-right: 10px;
	_width: 620px;
}

.hotKepu dd a {
	color: #888;
}

.hotKepu dd a:hover {
	color: #146eaa;
}

.hotKepu dd ul {
	width: 100%;
}

.hotKepu dd li {
	display: inline-block;
	_zoom: 1;
	*display: inline;
	padding: 0 10px;
	height: 34px;
	line-height: 34px;
}

.kepuCon .kepuTop {
	height: 70px;
	border-bottom: 2px solid #d8d8d8;
	text-align: center;
}

.kepuCon .kepuTop span {
	display: inline-block;
	height: 60px;
	line-height: 60px;
	font-size: 30px;
}

.kepuCon .kepuTop span a {
	color: #555;
}

.kepuCon .kepuTop span img {
	vertical-align: middle;
	margin-right: 21px;
}

.tabPic .tabNav {
	text-align: center;
	height: 68px;
	line-height: 65px;
	width: 960px;
}

.tabPic .tabNav li {
	display: inline-block;
	_zoom: 1;
	*display: inline;
	padding-right: 1px;
	background: url(img/kepu_navLine.jpg) no-repeat right 30px;
	*background-position: right center;
	font-size: 14px;
	height: 68px;
	line-height: 65px;
	color: #9c9c9c;
}

.tabPic .tabNav li.last {
	background: none;
}

.tabPic .tabNav li a {
	color: #888;
	font-size: 20px;
	padding: 0 11px;
}

.tabPic .tabNav li.cur a {
	color: #146eaa;
}

.tabPic .tabCon .listCon {
	display: none;
}

.tabPic .tabCon .listCon.cur {
	display: block;
}

.tabPic .kepuPiclist {
	padding: 0 10px;
	width: 940px;
	overflow: hidden;
}

.tabPic .kepuPiclist ul {
	width: 1000px;
}

.tabPic .kepuPiclist li {
	float: left;
	width: 220px;
	margin-right: 20px;
}

.tabPic .kepuPiclist li dt {
	width: 220px;
	height: 133px;
	overflow: hidden;
	position: relative;
}

.tabPic .kepuPiclist li dt img {
	position: absolute;
	width: 220px;
	height: 133px;
	left: 0;
	top: 0;
}

.tabPic .kepuPiclist li dd {
	border: 1px solid #d8d8d8;
	border-top: 0;
	font-size: 16px;
	line-height: 19px;
	padding: 6px 9px 8px;
}

.tabPic .kepuPiclist li dd a {
	color: #555;
}

/************************搜索页*************************/
/*初级搜索*/
.chujisousuo {
	width: 710px;
	margin: 0 auto;
	position: relative;
	height: 36px;
	clear: both;
}

.chujisousuo .chujisousuo_btn {
	position: relative;
	z-index: 8;
	height: 36px;
}

.chujisousuo .left {
	width: 142px;
	padding-left: 8px;
	float: left;
	border: 1px solid #d8d8d8;
	position: relative;
}

.chujisousuo .left .select {
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	position: relative;
	cursor: pointer;
}

.chujisousuo .left .select img {
	position: absolute;
	right: 8px;
	top: 12px;
	cursor: pointer;
}

.chujisousuo .left ul {
	display: none;
	border: 1px solid #d8d8d8;
	position: absolute;
	width: 150px;
	left: -1px;
	border-bottom: 0;
}

.chujisousuo .left ul li {
	cursor: pointer;
	line-height: 34px;
	color: #9e9e9e;
	font-size: 16px;
	border-bottom: 1px solid #d8d8d8;
	padding-left: 10px;
}

.chujisousuo .right {
	width: 550px;
	float: right;
}

.chujisousuo .right .sousuo_box {
	vertical-align: top;
}

.chujisousuo .right .sousuo_box .sousuo {
	width: 358px;
	display: inline-block;
	*display: inline;
	float: left;
	position: relative;
}

.chujisousuo .right .sousuo_box .sousuo img {
	position: absolute;
	right: 1px;
	top: 1px;
	*top: 2px;
	cursor: pointer;
}

.chujisousuo .right .sousuo_box .sousuo input {
	width: 346px;
	height: 34px;
	line-height: 34px;
	border: 1px solid #d8d8d8;
	padding-left: 10px;
	color: #afafaf;
	background: #fff;
}

.chujisousuo .right .sousuo_box .sousuo_btn_l {
	display: inline-block;
	background-image: url(img/sousuo_L_h36.jpg);
	background-color: #4b97d0;
	background-repeat: no-repeat;
	background-position: left center;
	height: 36px;
	width: 90px;
	vertical-align: top;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	margin: 0 10px;
}

.chujisousuo .right .sousuo_box .sousuo_btn_l .sousuo_btn_r {
	display: inline-block;
	background-image: url(img/sousuo_R_h36.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 36px;
	width: 90px;
	cursor: pointer;
}

.chujisousuo .right .sousuo_box .gaojisousuo {
	display: inline-block;
	font-size: 14px;
	color: #4b97d0;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
}

.chujisousuo_tishi {
	margin: 50px 0;
}

.chujisousuo_tishi ul {
	width: 260px;
	margin: 0 auto;
}

.chujisousuo_tishi ul li {
	height: 24px;
	line-height: 24px;
	color: #888;
	font-size: 16px;
}

.search_con {
	margin-top: 20px;
}

.search_con .lmdhd {
	height: 36px;
	line-height: 36px;
	border-bottom: 2px solid #d8d8d8;
	font-size: 25px;
	color: #00558e;
	font-weight: bold;
}

.search_con .search_results .cla ul li {
	float: left;
	margin-right: 10px;
	position: relative;
}

.search_con .search_results .cla ul li .clas {
	display: inline-block;
	background: #fff;
	border: 1px solid #999;
	width: 82px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 17px;
	color: #666 !important;
}

.search_con .search_results .cla ul li .clas.cur {
	background: #4b97d0;
	color: #fff !important;
	border: 1px solid #4b97d0;
}

.search_con .search_results .tuwenjg ul li {
	padding: 10px 0px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

.search_con .search_results .tuwenjg ul li .tit {
	display: inline-block;
	font-size: 20px;
	font-weight: normal;
	color: #555 !important;
	;
	margin-bottom: 10px;
}

.search_con .search_results .tuwenjg ul li .tit a {
	color: #555 !important;
	;
	text-decoration: none;
	padding-right: 10px;
}

.search_con .search_results .tuwenjg ul li .bre {
	font-size: 18px;
	line-height: 20px;
	overflow: hidden;
	color: #6c6c6c;
	margin-right: 40px;
	font-family: SimSun;
}

.search_con .search_results .tuwenjg ul li .src-tim {
	margin-top: 10px;
	font-size: 16px;
	color: #999;
	font-size: 16px;
	overflow: hidden;
}

.search_con .search_results .tuwenjg ul li .src-tim .src {
	float: left;
}

.search_con .search_results .tuwenjg ul li .src-tim .tim {
	float: right;
	margin-right: 44px;
}


/* 高级搜索 */
.gaojisousuo_btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 710px;
	height: 0;
	background: #fff;
	z-index: 9;
	overflow: hidden;
}

.gaojisousuo_btn .gaojisousuo_close {
	height: 30px;
	overflow: hidden;
	margin-bottom: 10px;
}

.gaojisousuo_btn .gaojisousuo_close span {
	float: right;
	font-size: 16px;
	color: #00558e;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 36px;
	cursor: pointer;
}

.advancedSearch {
	width: 642px;
	margin: 0 auto;
}

.advancedSearch .w158 {
	width: 158px;
	position: relative;
}

.advancedSearch .searchLis dd .w158 input {
	width: 146px;
}

.advancedSearch .searchLis {
	padding-bottom: 15px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	position: relative;
}

.advancedSearch .searchLis dt {
	float: left;
	width: 96px;
	_width: 90px;
	color: #555;
}

.advancedSearch .searchLis dd {
	float: left;
	width: 546px;
	position: relative;
	color: #999
}

.advancedSearch .searchLis dd input {
	border: 1px solid #d8d8d8;
	height: 34px;
	line-height: 34px;
	padding-left: 10px;
	width: 534px;
	color: #999;
}

.advancedSearch .searchLis dd span {
	float: left;
	position: relative;
	margin-right: 20px;
}

.advancedSearch .searchLis dd span .arrowBtn {
	position: absolute;
	width: 34px;
	height: 34px;
	right: 1px;
	top: 1px;
	_top: 2px;
	*top: 2px;
	z-index: 1;
	background: url(img/advancedSearch_arrowBtn.jpg) no-repeat;
	cursor: pointer;
	cursor: hand;
}

.advancedSearch .searchLis dd span .dateBtn {
	position: absolute;
	width: 34px;
	height: 34px;
	right: 1px;
	top: 1px;
	_top: 2px;
	*top: 2px;
	z-index: 1;
	background: url(img/advancedSearch_dateBtn.jpg) no-repeat;
	cursor: pointer;
	cursor: hand;
}

.advancedSearch .searchLis dd label {
	float: left;
	margin-right: 10px;
	color: #999;
}

.advancedSearch .searchLis .btns {
	padding-top: 10px;
}

.advancedSearch .searchLis .btns a {
	float: left;
	width: 263px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: url(img/yingjiguanlibu_L_h30.jpg) no-repeat left center #4b97d0;
}

.advancedSearch .searchLis .btns a i {
	display: block;
	background: url(img/yingjiguanlibu_R_h30.jpg) no-repeat right center;
	color: #fff;
}

.dropDown {
	position: absolute;
	left: 0;
	top: 36px;
	z-index: 3;
	width: 130px;
	height: auto;
	border: 1px solid #d8d8d8;
	padding: 10px 17px 10px 9px;
	background: #fff;
	display: none;
}

.dropDown li {
	line-height: 22px;
	color: #999;
	padding-bottom: 10px;
	cursor: pointer;
	cursor: hand;
}

.dropDown li:hover {
	color: #4b97d0;
}



/******************公开目录********************* */
.gongkai_con {
	padding: 0 10px;
}

.gongkai_con .l {
	width: 242px;
}

.gongkai_con .r {
	width: 668px;
}

.gongkai_con .indexes {}

.gongkai_con .indexes ul {}

.gongkai_con .indexes ul li {
	height: 28px;
	line-height: 28px;
	text-align: left;
	margin-bottom: 10px;
}

.gongkai_con .indexes ul li .text {
	display: block;
	float: left;
	width: 72px;
	margin-right: 10px;
	font-size: 16px;
	color: #555555;
}

.gongkai_con .indexes ul li .inp {
	display: block;
	float: left;
	width: 158px;
	border: 1px solid #d8d8d8;
	height: 26px;
}

.gongkai_con .indexes ul li .inp input {
	width: 158px;
	border: 0;
	height: 26px;
	background-color: transparent;
	display: inline-block;
	outline: none;
}

.gongkai_con .indexes ul li .inp .wdate {
	background-image: url(img/gongkai_year.jpg);
	background-repeat: no-repeat;
	background-position: 128px center;
}

.gongkai_con .indexes .button {
	margin-top: 10px;
	margin-bottom: 20px;
	background-image: url(img/yingjiguanlibu_L_h30.jpg);
	background-color: #4b97d0;
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	width: 242px;
}

.gongkai_con .indexes .button .back {
	background-image: url(img/yingjiguanlibu_R_h30.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	height: 30px;
	width: 242px;
}

.gongkai_con .indexes .button input {
	outline: none;
	width: 242px;
	border: 0;
	background-color: transparent;
	height: 30px;
	cursor: pointer;
	font-size: 18px;
	color: #FFF;
	text-align: center;
}

.gongkai_con .line {
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden;
	clear: both;
}

.gongkai_con .catalog {
	margin-top: 20px;
}

.gongkai_con .catalog .con {
	font-size: 16px;
	color: #4b97d0;
	border-bottom: 1px solid #4b97d0;
}

.gongkai_con .catalog .con.last {
	border-bottom: 0;
}

.gongkai_con .catalog .con span {
	display: block;
	height: 42px;
	width: 222px;
	padding: 0 10px;
	background-color: #d0ebff;
	line-height: 42px;
	cursor: pointer;
}

.gongkai_con .catalog .con span.cur i {
	background-image: url(img/gongkai_bot.png);
}

.gongkai_con .catalog .con span i {
	background-image: url(img/gongkai_right.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 15px;
}

.gongkai_con .catalog .con ul {
	display: none;
}

.gongkai_con .catalog .con ul li {
	background-color: #f5fbff;
	line-height: 32px;
	padding: 0 25px;
	border-bottom: 1px solid #eeeeee;
}

.gongkai_con .catalog .con ul li a {
	color: #8b8b8c;
}

.gongkai_con .catalog .con ul li a:hover {
	color: #4b97d0 !important;
}

.gongkai_con .table-box {
	width: 668px;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

.gongkai_con .table-box .table-header {
	border-width: 0 0 1px;
	overflow: hidden;
}

.gongkai_con .table-box .table-header th {
	background: #4b97d0;
	color: #fff;
	height: 38px;
	line-height: 38px;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	border: 0;
}

.gongkai_con .table-box .table-header th .title {
	width: 298px;
}

.gongkai_con .table-box .table-header th .symbol {
	width: 125px;
}

.gongkai_con .table-box .table-header th .column {
	width: 120px;
}

.gongkai_con .table-box .table-header th .time {
	width: 120px;
}

.gongkai_con .table-box .table-main {}

.gongkai_con .table-box .table-main td {
	border-bottom: 1px solid #d8d8d8;
}

.gongkai_con .table-box .table-main td div {
	margin: 0 10px;
	padding: 12px 0;
}

.gongkai_con .table-box .table-main .title {
	width: 278px;
	text-align: left;
}

.gongkai_con .table-box .table-main .symbol {
	width: 110px;
}

.gongkai_con .table-box .table-main .column {
	width: 100px;
}

.gongkai_con .table-box .table-main .time {
	width: 100px;
}

/******************服务 ********************* */

.yingji_fuwu {
	border-bottom: 1px solid #8b8b8b;
	overflow: hidden;
}

.fuwu_menu {
	width: 105px;
	float: left;
	text-align: center;
}

.fuwu_menu img {
	display: block;
	margin: 0 auto;
	margin-bottom: 10px;
}

.fuwu_menu span {
	line-height: 25px;
	font-size: 18px;
	font-weight: bold;
	color: #06355b;
}

.fuwu_list {
	width: 590px;
	float: right;
}

.fuwu_list .tabNews .tabNav li {
	font-size: 18px;
}

.fuwu_list .modelList02 {
	margin: 0;
}

.fuwu_list .modelList02 li a {
	width: 480px;
}

.fuwu_list .switcher {
	line-height: 30px;
	font-size: 14px;
	color: #8b8b8b;
	overflow: hidden;
}

.fuwu_list .switcher span {
	margin: 0 10px;
	cursor: pointer;
	float: left;
	display: block;
}

.fuwu_list .switcher span.cur {
	color: #146eaa;
}

.fuwu_list .modelList02 ul {
	display: none;
}

.fuwu_list .modelList02 ul.show {
	display: block;
}

.fuwu_admin {
	width: 100%;
}

.fuwu_admin ul {
	height: 93px;
}

.fuwu_admin ul li {
	width: 72px;
	height: 93px;
	float: left;
	background: #fafafa;
	margin-right: 15px;
}

.fuwu_admin ul li table {
	width: 100%;
	height: 100%;
}

.fuwu_admin ul li table tr {
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	vertical-align: middle;
}

.fuwu_admin ul li table tr .image {
	width: 72px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.fuwu_admin ul li table tr .image img {
	_position: absolute;
	_left: 15px;
	_top: 29px;
}

.fuwu_admin ul li table tr .text {}

.fuwu_admin ul li table tr .text a {
	display: none;
}


.fuwu_admin ul li.cur {}

.fuwu_admin ul li.cur table tr .image {
	width: 59px;
}

.fuwu_admin ul li.cur table tr .text a {
	display: block;
	padding-right: 20px;
}

.fuwu_admin ul li.last {
	margin-right: 0;
}

.table_box {
	width: 100%;
}

.table_box ul {
	margin-bottom: 8px;
	float: left;
}

.table_box ul li {
	width: 190px;
	height: 54px;
	border: 1px solid #fff;
	float: left;
	margin-right: 7px;
	background: #e7f5ff;
	cursor: pointer;
}

.table_box ul li:hover {
	background-color: #c8e2f5;
}

.table_box ul li table {
	width: 100%;
	height: 100%;
}

.table_box ul li table tr {
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 22px;
}

.table_box ul li table tr td {
	text-align: left;
	padding: 0 15px;
}

.table_box ul li table tr td.spa {
	font-size: 50px;
	font-weight: bold;
	color: #85b3d5;
}

.table_box ul li table tr td.spa a {
	color: #85b3d5;
}

.table_box ul li:hover table tr td a {
	color: #00558e;
}

.table_box .last {
	margin-right: 0 !important;
	margin-bottom: 0 !important;
}

.table_box.yewu ul li {
	background-color: #fff;
	border: 1px solid #dddddd;
}

.table_box.yewu ul {
	margin-bottom: 12px;
}

.yingji_warning {
	overflow: hidden;
}

.yingji_warning .title {
	line-height: 40px;
	height: 40px;
	padding: 0 13px;
}

.yingji_warning .title span {
	padding-left: 35px;
	font-size: 20px;
	color: #00558e;
	background: url(img/fuwu_info.jpg) no-repeat left center;
	display: block;
	width: 84px;
	margin: 0 auto;
	border-bottom: 1px solid #06355b;
}

.yingji_warning .cont {
	padding: 20px 0;
	border-bottom: 1px solid #8b8b8b;
}

.yingji_warning .cont .biref {
	line-height: 22px;
	font-size: 16px;
	color: #333333;
	padding: 0 10px 0 24px;
	background: url(img/fuwu_point.jpg) no-repeat 10px 7px;
}

.yingji_warning .cont .biref a {
	color: #333333;
}

.yingji_warning .cont .content {
	padding: 20px 10px 0 24px;
	line-height: 22px;
	font-size: 14px;
	color: #666666;
	display: none;
}

.yingji_warning .cont .content a {
	color: #666666;
}

.yingji_warning .show .content {
	display: block;
}

.yingji_warning .cont.last {
	border-bottom: 0;
}

.search_con .search_results .cla ul li .fenlei {
	z-index: 100;
	display: none;
	position: absolute;
	top: 32px;
	left: 0px;
	width: 250px;
	border-top: 1px solid #4b97d0;
	border-left: 1px solid #4b97d0;
}

.search_con .search_results .cla ul li .fenlei span {
	display: inline-block;
	background: #fff;
	font-size: 15px;
	color: #666;
	line-height: 20px;
	text-align: center;
	width: 82px;
	height: 40px;
	border-right: 1px solid #4b97d0;
	border-bottom: 1px solid #4b97d0;
}

.search_con .search_results .cla ul li .fenlei span:hover {
	background: #4b97d0;
	color: #fff;
}

.search_con .search_results .cla ul li .fenlei span.cur {
	background: #4b97d0;
	color: #fff;
}

.search_con .search_results .cla ul li.sply .fenlei {
	width: 250px;
}

.search_con .search_results .cla ul li.sply .fenlei span {
	float: left;
	line-height: 20px;
	height: 40px;
	border: 1px solid #4b97d0;
	border-left: none;
	margin-top: -1px;
	border-right: 1px solid #4b97d0;
}

.search_con .search_results .cla ul li:hover .fenlei {
	display: block;
}



/****************我要留言 02*******************/
.woyaomessage_ind01 {
	border-bottom: 1px solid #d8d8d8;
}

.woyaomessage_ind01 .zhenwen_tit {
	height: 42px;
	border-bottom: 1px solid #d8d8d8;
	;
	font-size: 16px;
	color: #5c5c5c
}

.woyaomessage_ind01 .zhenwen_tit .time_laiy {
	float: left;
}

.woyaomessage_ind01 .zhenwen_tit .time_laiy span {
	margin-left: 11px;
}

.woyaomessage_ind01 .zhenwen_tit .text_fx {
	float: right;
	font-family: SimSun;
}

.woyaomessage_ind01 .zhenwen_tit .text_fx ul li {
	float: right;
	list-style: none;
	margin-left: 34px;
	position: relative;
}

.woyaomessage_ind01 .zhenwen_tit .text_fx ul li img {
	vertical-align: middle;
}

.woyaomessage_ind01 .zhenwen_tit .text_fx ul li a {
	color: #5c5c5c
}

.woyaomessage_ind01 .zhenwen_tit .text_fx ul li.share li {
	font-size: 14px;
}

.woyaomessage_ind01 .zhenwen_tit .text_fx .fenxiang ul li {
	height: 30px;
	line-height: 24px;
	float: none;
	margin-left: 0;
	font-size: 14px;
}

.woyaomessage_ind01 .zhenwen_tit .text_fx .fenxiang ul li a {
	display: inline-block;
	height: 24px;
	padding-left: 27px;
}

.woyaomessage_ind01 .message_con {
	padding: 0 55px;
	padding-top: 44px;
}

.woyaomessage_ind01 .message_con h3 {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 46px;
}

.woyaomessage_ind01 .message_con .gerenxinxi {
	margin-bottom: 60px;
}

.woyaomessage_ind01 .message_con .gerenxinxi li {
	font-size: 16px;
	color: #555555;
	line-height: 22px;
}

.woyaomessage_ind01 .message_con p {
	font-size: 16px;
	color: #555555;
	line-height: 20px;
	margin-bottom: 18px;
}

.woyaomessage_ind02 {
	padding: 0 12px;
}

.woyaomessage_ind02 .title {
	font-size: 20px;
	color: #333333;
	height: 30px;
	font-weight: bold;
}

.woyaomessage_ind02 ul li {
	float: left;
}




/**************** 查看留言************** */
.hd_cklyList {
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 22px;
}

.hd_cklyList .tit {
	color: #555;
	padding: 20px 0;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.hd_cklyList .tit a {
	color: #555;
}

.hd_cklyList .tit span {
	font-weight: normal;
	position: absolute;
	right: 0;
	bottom: 20px;
	color: #d8d8d8;
	font-size: 16px;
}

.hd_cklyList .conText {
	font-family: SimSun;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 15px;
}

.hd_cklyList .conText span {
	color: #00558e;
	font-weight: bold;
}


/*留言页*/
.yingji_message {
	width: 940px;
	margin: 0 auto;
}

.yingji_message .message_hd {
	margin: 0 20px;
	position: relative;
	height: 77px;
	width: 900px;
	border-bottom: 1px solid #d8d8d8;
	background-color: #e6f6fe;
}

.yingji_message .message_hd .text {
	text-align: center;
	height: 60px;
	padding: 9px 0;
}

.yingji_message .message_hd .text i {
	margin: 0 auto;
	font-size: 30px;
	display: inline-block;
	line-height: 60px;
	height: 60px;
	font-weight: bold;
	color: #06355b;
	padding-right: 60px;
	background-image: url(img/message_hd.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.yingji_message .message_hd .message_more {
	position: absolute;
	right: 60px;
	bottom: 8px;
	color: #a6aaae;
	font-size: 18px;
}

.yingji_message .message_bd {
	background-color: #ecf7ff;
	width: 730px;
	margin: 0 20px;
	font-size: 16px;
	color: #555555;
	line-height: 30px;
	padding: 35px 85px;
	margin-bottom: 50px;
}

.yingji_message .message_bd p {
	text-indent: 2em;
	line-height: 30px;
}

.yingji_message .tips {
	height: 31px;
	width: 920px;
	padding: 0 10px;
	line-height: 31px;
	font-size: 18px;
	color: #ffffff;
	background-color: #4b97d0;
	margin-bottom: 30px;
}

.yingji_message .submission {
	font-size: 16px;
}

.yingji_message .submission .text {
	width: 92px;
	height: 55px;
	line-height: 55px;
	text-align: right;
	color: #555555;
	font-size: 16px;
	padding-right: 10px;
}

.yingji_message .submission .text i {
	color: #e22829;
}

.yingji_message .submission input {
	border: 1px solid #c3c3c3;
	height: 34px;
	line-height: 34px;
	font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
}

.yingji_message .submission input.text_01 {
	width: 338px;
	margin: 0 15px 0 10px;
}

.yingji_message .submission input.text_02 {
	width: 806px;
	margin: 0 15px 0 10px;
	color: #d8d8d8;
}

.yingji_message .submission .text_03 {
	width: 804px;
	height: 106px;
	margin: 10px 15px 10px 10px;
	color: #d8d8d8;
	border: 1px solid #c3c3c3;
	font-family: PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
}

.yingji_message .submission .code {
	display: inline-block;
	height: 26px;
	width: 118px;
	margin: 5px 10px;
	background-color: #d8d8d8;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
}

.yingji_message .submission .text01 {
	margin-right: 20px;
	line-height: 55px;
}

.yingji_message .submission .text_04 {
	width: 245px;
}

.yingji_message .submission label {
	height: 55px;
	line-height: 55px;
	margin-left: 15px;
}

.yingji_message .submission label input {
	height: 55px;
	vertical-align: middle;
	margin-right: 5px;
	border: 0;
}

.yingji_message .submission .input_radio {}

.yingji_message .submission .input_radio .text {
	margin-left: 150px;
	width: auto;
}

.yingji_message .submission table {
	border: 1px solid #c3c3c3;
	border-bottom: 0;
	border-right: 0;
}

.yingji_message .submission table tr {}

.yingji_message .submission table tr td {
	border-bottom: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
}

.yingji_message .submission .but {
	text-align: center;
	margin: 0 auto;
	margin-top: 20px;
}

.yingji_message .submission .but input {
	background-color: #d8d8d8;
	width: 70px;
	height: 26px;
	line-height: 26px;
	border: 0;
	margin: 0 10px;
	text-align: center;
	cursor: pointer;
}

.yingji_message .submission .but input:hover {
	background-color: #4b97d0;
	color: #FFF;
}
