﻿﻿@charset "utf-8";
/* CSS Document */

/*-----顶部导航-----*/
.top{ width:100%; height:34px; line-height:34px;  box-shadow:0 0 9px rgba(17,96,166,0.6); font-size:13px; position:relative;}
.top1,.banner1{ width:1200px; margin:0 auto;}
.top1 span i{ display:block; width:20px; height:34px; float:left; background:url(../images/icon1_1.png) 0 center no-repeat; margin-right:8px;}
.top1 p{ float:right;}
.banner{ width:100%; height:304px; background:url(../images/banner.png) center no-repeat;}
.banner1{ padding-top:54px; height:250px; position:relative;}
.logo{ width:480px; height:99px; background:url(../images/logo1.png) no-repeat;}
.nav{ width:100%; position:absolute; left:0; bottom:0; }
.nav1{height:90px;  position:relative;margin-bottom:-80px;z-index:10;}
.nav2{ width:100%;height:76px; border-bottom:4px solid #0081D4; background-color:#11A2FF;z-index:1; }
.nav ul{ overflow:hidden; zoom:1;}
.nav ul li{ float:left; height:80px !important;  width:142px; color:#fff; font-size:16px; text-align:center; position:relative;}
.nav ul li a{ height:80px;  display:block; color:#fff; padding-top:10px;}
.nav ul li a:hover,.nav ul li.xuanzhong a{ color:#009CFF;}
.nav ul li i{ display:block; width:38px; height:45px; margin:0 auto; background:url(../images/icon1_2.png) no-repeat; }
.nav ul li:hover i,.nav ul li.xuanzhong i{ background:url(../images/icon1_21.png) no-repeat;}
.nav ul li i.n1{ background-position:-5px 8px;}
.nav ul li i.n2{ background-position:-150px 10px;}
.nav ul li i.n3{ background-position:-292px 10px;}
.nav ul li i.n4{ background-position:-436px 10px;}
.nav ul li i.n5{ background-position:-579px 10px;}
.nav ul li i.n6{ background-position:-721px 10px;}
.nav ul li:hover,.nav ul li.xuanzhong{ float:left; width:142px; padding-top:6px; background: #fff; border-top: 4px solid #0081D4; box-shadow: 3px -3px 3px rgba(0,0,0,.1);}
.nav ul li:hover a,.nav ul li.xuanzhong a{ padding-top:0px;}
.nav li:hover i{
	-webkit-transform-origin: 30% bottom;
	        transform-origin: 30% bottom;
	-webkit-animation: boundAnimation 1s none 0.2s infinite;
	        animation: boundAnimation 1s none 0.2s infinite;
}
@keyframes boundAnimation {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(0) scaleY(0.8);
	}
	50% {
		transform: translateY(-5px) scaleY(1.1);
	}
	90% {
		transform: translateY(0);
	}
}


@-webkit-keyframes boundAnimation {
	0% {
		-webkit-transform: translateY(0) scale(1, 1);
		        transform: translateY(0) scale(1, 1);
	}
	25% {
		-webkit-transform: translateY(0) scaleY(0.8);
		        transform: translateY(0) scaleY(0.8);
	}
	50% {
		-webkit-transform: translateY(-5px) scaleY(1);
		        transform: translateY(-5px) scaleY(1);
	}
	90% {
		-webkit-transform: translateY(1px);
		        transform: translateY(1px);
	}
}
.search{ height:32px;float:right; margin-top:22px; margin-right:26px; position:relative;z-index: 10;}
.fr{ overflow:hidden; zoom:1; height:32px; width:260px;border: none; border-radius:16px; background:#fff;}
.shurk{font-size:14px; border-right:none; height:30px; font-family:'微软雅黑';  outline:none; background:none; border:none; float:left; text-indent:14px; color:#666; }
.btn1{ float:right; border:none;width:40px; height:32px; background: url(../images/icon1_1.png) -83px center no-repeat; outline:none; cursor:pointer;}




/*------内容---------*/
.content{ width:1200px; margin:0 auto;}

.two,.three,.four,.five,.henpic{ margin-top:25px;}
.two_left{ float:left; width:594px;}
.slideBox{ width:594px;height:353px;overflow:hidden; position:relative;}
.slideBox .hd{ overflow:hidden; position:absolute; right:5px; bottom:17px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; }
.slideBox .hd ul li{ float:left; margin-right:5px;  width:19px; height:4px; line-height:14px; text-align:center; background:#FFF; cursor:pointer;  list-style:none; }
.slideBox .hd ul li.on{ background:#F2C40A;}	
.slideBox .bd{ position:relative;  z-index:0;}
.slideBox .bd li{ zoom:1;height:353px; }
.slideBox .bd li span{  display:block;width:100%; height:40px; background:rgba(0,0,0,0.52); color:#fff; line-height:40px; text-indent:17px; position:absolute; left:0px; bottom:0px;}
.slideBox .bd li span a{ display:block; float:left; width:78%;overflow:hidden;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap; color:#fff;}
.slideBox .bd img{ width:594px; height:353px;} 

.two_right{ float:right; width:580px;}
.slideTxtBox{ width:100%;}
.slideTxtBox .hd{ font-size:18px;  overflow: hidden; zoom: 1; height:39px; border-bottom:1px solid #01A5FE; margin-bottom:10px;}
.slideTxtBox .hd ul{ overflow:hidden; zoom:1;}
.slideTxtBox .hd ul li{float:left; width:110px; text-align:center;list-style:none; height:40px; line-height:40px; font-size:18px;}
.slideTxtBox .hd ul li a{ color:#666;}
.slideTxtBox .hd ul li.on{ background-color:#01A5FE; }
.slideTxtBox .hd ul li.on a{ color:#fff;}
.com_list{ margin-top:5px; overflow:hidden; zoom:1;}
.com_list li{ height:36px; line-height:36px; background:url(../images/li.png) 0 center no-repeat; text-indent:15px;}
.com_list li:hover{ text-indent:22px; transition: all 300ms;}
ul.com_list li a{ display:block; float:left; width:80%; overflow:hidden;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap;}
ul.com_list li .date{ display:inline-block; float:right; margin-right:6px; color:#999; font-family:Arial, Helvetica, sans-serif;}


.slideBox2{ width:100%; height:110px; overflow:hidden; position:relative;}
.slideBox2 .bd img{width:100%; height:110px; display:block;}


.three_left1,.five_left1{ float:left; width:312px;}
.three_left2,.five_left2{ float:left; width:534px; margin-left:22px;}
.three_right,.five_right{ float:right; width:311px;}
.title2{ width:100%; height:41px; line-height:41px; background:url(../images/title2.png) right 0 no-repeat #01A5FE;}
.title2 span{font-size:18px; display:block; float: left; text-indent:17px; color:#fff;}
.title2 a{ float:right; color:#fff; margin-right:25px;}
.com_list2{ margin-top:6px;}
.com_list2 li{ line-height:26px; border-bottom:1px dotted #D3D3D3; position:relative; padding:8px 0; }
.com_list2 li .date2{ position:absolute; bottom:8px; right:0px; color:#999; }

.four{ width:100%; height:112px; background:#F8F8F8; margin-top:20px;}
.four .title3{ width:45px; height:112px; background:url(../images/title3.png) no-repeat; float:left;}
.four .title3 span{display: block; width:23px; text-align:center; margin-left: 7px; writing-mode: vertical-lr; letter-spacing: 2px; font-size:18px; color:#fff; margin-top:16px;}
.picScroll-left2{ overflow:hidden; position:relative;}
.picScroll-left2 .bd{    margin-left: 25px;margin-top: 16px;}
.picScroll-left2 .bd ul{ overflow:hidden; zoom:1; margin-left:0; }
.picScroll-left2 .bd ul li{ float:left; width:261px; height:80px;overflow:hidden; margin-right:22px; }
.picScroll-left2 .bd ul li img{ width:261px; height:80px; display:block;}

.five_left1{ background:#F8F8F8; padding:15px; width:280px;}
.five_left1 ul li{ float:left; width:138px; height:115px; text-align:center; border-bottom:1px solid #ECECEC; border-right:1px solid #ECECEC; font-size:16px;}
.five_left1 ul li i{ width:66px; height:56px; display:block; background:url(../images/icon1_3.png) no-repeat; margin:0 auto; margin-bottom:10px;}
.five_left1 ul li i.hd1{ background-position:center -330px;}
.five_left1 ul li i.hd2{ background-position:center -419px;}
.five_left1 ul li i.hd3{ background-position:center -513px;}
.five_left1 ul li i.hd4{ background-position:center -606px;}
.five_left1 ul li.nok_bt a{ padding-top:25px;}
.five_left1 ul li a{ display:block; height:93px;}

.six{ margin-top:50px;}
.six .n1{width:100%; height:35px;margin-top:15px; padding-bottom:10px; }
.six .n1 select{ font-family:'微软雅黑'; width:250px; color:#666; text-indent:10px; height:34px; text-align:center; outline:none; line-height:34px;  font-size:14px;cursor:pointer; float:left; border:1px solid #CCCCCC; margin-right:50px;}
.six.n1 select option{ font-family:'微软雅黑'; border:none;}



/*-----------底部---------*/
.footer{ width:100%; height:110px; border-top:2px solid #4EB8FB; margin-top:20px;}
.footer1{ width:1200px; margin:0 auto; padding-top:18px;}
.footer1 ul.wenzi{ float:left;}
.footer1 ul.wenzi li{ font-size:13px; color:#666; line-height:26px;}
.footer1 ul.wenzi li a{ color:#666;}
.footer ul.img{ float:right; margin-top:6px;}
.footer ul.img li{ float:left; margin-left:10px;}



/*-----------列表页---------*/
.location{ height:49px; line-height:49px; background:url(../images/location.png) 25px center no-repeat #F8F8F8; text-indent:55px; color:#888;}
.location a{ color:#888;}

.list{ margin-top:20px;}
.list_left{ float:left; width:260px; background:#F8F8F8;padding-bottom:20px;}
/*.list_left .lan{ width:100%; height:47px; background:#11A2FF; line-height:47px; font-size:20px; text-align:center; color:#fff;}*/
.list_left .lan {background: #11A2FF;line-height: 30px;font-size: 20px;text-align: center;color: #fff;padding: 8px 10px;}
.list_left ul.gongk{ padding:0 15px; }
.list_left ul.gongk li{ height:45px; line-height:45px; border-bottom:1px solid #DDDDDD; background:url(../images/li2.png) 15px center no-repeat; text-indent:45px; font-size:16px;}
.list_left ul.gongk li a{ display:block;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.list_left ul.gongk li:hover,.list_left ul li.xuanzhong{ background: url(../images/li3.png) 15px center no-repeat #EFEFEF; color:#0081D4;}
.list_left ul.gongk li.xuanzhong a{ color:#0081D4; }
.gongjian{ margin:0 15px; overflow:hidden; zoom:1; background:#fff; padding:10px 0; border-bottom:1px dashed #E2E2E2; margin-bottom:10px;}
.gongjian li{ float:left; width:110px; height:40px; line-height:40px; font-size:15px; background:url(../images/li4.png) 15px center no-repeat; text-indent:28px;}
/*---专题页样式增加---*/
.jzgd{ margin:15px; background:#CFE8FF; height:42px;line-height:42px;text-align:center;color:#414141;font-size:14px;}
.jzgd a{ color:#444;}
.jzgd a:hover{ color:#0081D4;}

.list_right{ float:right; width:900px;}
.title4 { margin-bottom:8px; width:100%; border-bottom:1px solid #01A5FE; line-height:41px;}
.title4 span{ display:block; padding:0 15px; float:left; height:41px; line-height:41px; background:#01A5FE; font-size:16px; color:#fff;}
.title4 i{ display:block; width:23px; height:41px; float:left; background:url(../images/title4.png) no-repeat;}
.title4 a{ float:right;}
.list_right .line{ background:none; height:13px; margin-bottom:13px; border-bottom:1px dotted #E1E1E1;}

.page {margin: 35px auto;overflow: hidden; width:600px;text-align: center;}
.page ul li {  float: left;}
.page a,.pager span { height: 19px;line-height: 19px; padding: 3px 10px; display: block; float: left;  border: 1px solid #cccccc; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;color: #5d5d5d;
 margin: 0 3px; font-size: 13px;}
.page .current { background: #00ADF7;color:#fff; border: 1px solid #a1bce5;}
.page .bai12_22h input { font-size: 13px !important;}
.page .inp1 { padding: 3px 5px; text-align: center;  outline: none; border: 1px solid #DDDDDD;}
.page .inp2 { background: #e9e9e9; border: 1px solid #dddddd; padding: 6px 10px;border-radius: 3px; display: inline-block;cursor: pointer; margin: 0 5px;}



/*-----------内容页---------*/
.news{ width:1120px; padding:40px; background:#FCFCFC; margin-top:22px;}
.toubu h3{ font-weight:normal; font-size:28px; line-height:45px; text-align:center; color:#0081D4;}
.Article_ly {font-size: 14px;color: #777777;text-align: center;margin: 0 auto; margin-top:38px; border: 1px solid #919191;height: 40px;line-height: 40px;background: #f8f8f8;  overflow: hidden; padding: 10px 0;}
.Article_ly span { padding-left: 20px;}
.smallFont { font-size: 14px;margin: 0 7px 0 7px; cursor: pointer; font-style:normal;}
.curFont {color: red; font-style:normal; }
.medFont {font-size: 18px;margin: 0 7px 0 0;cursor: pointer; font-style:normal; }
.largeFont { font-size: 20px; margin: 0 7px 0 0; cursor: pointer;font-style: normal;}
.slbhs {padding-left: 10px;font-style: normal; }
.slbhs input { width: 13px;height: 13px; border: 1px solid #EEEEEE; outline: none; cursor: pointer;}
.slbhs input.cloro1 { background: #F9F6AF;}
.slbhs input.cloro2 { background: #9DDBF4;}
.slbhs input.cloro3 { background: #DEDEDE;}
.slbhs input.cloro4 { background: #F9D1D9;}
.slbhs input.cloro5 { background: #E4C8F8;}
.slbhs input.cloro6 { background: #FCFCFC;}

.neirong{ padding-bottom:100px;line-height:33px;}
.neirong img{ display:block; margin:15px auto; border:2px solid #E2E2E2; width:50% !important; height: auto !important;}
.neirong table td{ border:1px solid #ddd;}
.neirong p{ font-size:18px; line-height:40px; text-indent:2em; text-align:justify; margin-top:30px;}

.fenx{ height:50px; line-height:50px; border-bottom:1px dashed #DCDCDC; font-size:16px; color:#666666; margin-bottom:30px; }
.fenx .right{ margin-top:5px;}

.shangx{ margin-bottom:30px;}
.shangx ul li{ line-height:40px; font-size:14px;}
.shangx ul li a{ color:#444; margin-right:20px;}
.shangx ul li span{ color:#777;}



/*----------信件列表页----------*/
.xinjian{ margin-top:15px;}
.xinjian li{ height:40px; line-height:40px;}
.xinjian li.an{ background:#f5f5f5;}
.xinjian li a{ display:block; float:left; width:37%;overflow:hidden;text-overflow:ellipsis;word-break:keep-all;white-space:nowrap;text-indent: 10px;}
.xinjian li span.time{ float:left; width:14%; text-align: center; border-left:1px solid #fff;}
.bm{ float:left; width:20%;text-align: center; border-left:1px solid #fff;}
.qk{ float:right; width:14%;text-align: center; border-left:1px solid #fff;}
.liex{ float:left; width:14%;text-align: center; border-left:1px solid #fff;}
.xinjian li.biaoti1{ background:#7BC5ED; color:#fff; line-height:40px; height:40px; margin-bottom:5px; font-size:16px;}
.xinjian li.biaoti1 span.time{ color:#fff !important; border-left:1px solid #fff; width:14% !important;}
.xinjian li.biaoti1 i{float:left; width:37%; display:block; font-style:normal; text-indent:10px;}


/*信息公开*/
.jstree-default li,
.jstree-default ins { background-image:url("../images/d.png"); background-repeat:no-repeat; background-color:transparent; }
.jstree-default li { background-position:-90px 0; background-repeat:repeat-y; }
.jstree-default li.jstree-last { }
.jstree-default .jstree-open > ins { background-position:-72px 0; }
.jstree-default .jstree-closed > ins {background-position: -54px 6px !important;}
.jstree-default .jstree-leaf > ins { background-position: -36px 6px; ！important }

.jstree-default .jstree-hovered { background:#e7f4f9; border:1px solid #d8f0fa; padding:0 2px 0 1px; }
.jstree-default .jstree-clicked { background:#beebff; border:1px solid #99defd; padding:0 2px 0 1px; }
.jstree-default a .jstree-icon { background-position:-56px -19px; }
.jstree-default a.jstree-loading .jstree-icon { background:url("../images/throbber.gif") center center no-repeat !important; }

.jstree-default.jstree-focused { }

.jstree-default .jstree-no-dots li,
.jstree-default .jstree-no-dots .jstree-leaf > ins { background:transparent; }
.jstree-default .jstree-no-dots .jstree-open > ins { background-position:-18px 0; }
.jstree-default .jstree-no-dots .jstree-closed > ins { background-position:0 0; }

.jstree-default .jstree-no-icons a .jstree-icon { display:none; }

.jstree-default .jstree-search { font-style:italic; }

.jstree-default .jstree-no-icons .jstree-checkbox { display:inline-block; }
.jstree-default .jstree-no-checkboxes .jstree-checkbox { display:none !important; }
.jstree-default .jstree-checked > a > .jstree-checkbox { background-position:-38px -19px; }
.jstree-default .jstree-unchecked > a > .jstree-checkbox { background-position:-2px -19px; }
.jstree-default .jstree-undetermined > a > .jstree-checkbox { background-position:-20px -19px; }
.jstree-default .jstree-checked > a > .jstree-checkbox:hover { background-position:-38px -37px; }
.jstree-default .jstree-unchecked > a > .jstree-checkbox:hover { background-position:-2px -37px; }
.jstree-default .jstree-undetermined > a > .jstree-checkbox:hover { background-position:-20px -37px; }

#vakata-dragged.jstree-default ins { background:transparent !important; }
#vakata-dragged.jstree-default .jstree-ok { background:url("../images/d.png") -2px -53px no-repeat !important; }
#vakata-dragged.jstree-default .jstree-invalid { background:url("../images/d.png") -18px -53px no-repeat !important; }
#jstree-marker.jstree-default { background:url("../images/d.png") -41px -57px no-repeat !important; text-indent:-100px; }

.jstree-default a.jstree-search { color:aqua; }
.jstree-default .jstree-locked a { color:silver; cursor:default; }

#vakata-contextmenu.jstree-default-context,
#vakata-contextmenu.jstree-default-context li ul { background:#f0f0f0; border:1px solid #979797; -moz-box-shadow: 1px 1px 2px #999; -webkit-box-shadow: 1px 1px 2px #999; box-shadow: 1px 1px 2px #999; }
#vakata-contextmenu.jstree-default-context li { }
#vakata-contextmenu.jstree-default-context a { color:black; }
#vakata-contextmenu.jstree-default-context a:hover,
#vakata-contextmenu.jstree-default-context .vakata-hover > a { padding:0 5px; background:#e8eff7; border:1px solid #aecff7; color:black; -moz-border-radius:2px; -webkit-border-radius:2px; border-radius:2px; }
#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a,
#vakata-contextmenu.jstree-default-context li.jstree-contextmenu-disabled a:hover { color:silver; background:transparent; border:0; padding:1px 4px; }
#vakata-contextmenu.jstree-default-context li.vakata-separator { background:white; border-top:1px solid #e0e0e0; margin:0; }
#vakata-contextmenu.jstree-default-context li ul { margin-left:-4px; }

/* IE6 BEGIN */
.jstree-default li,
.jstree-default ins,
#vakata-dragged.jstree-default .jstree-invalid,
#vakata-dragged.jstree-default .jstree-ok,
#jstree-marker.jstree-default { _background-image:url("../images/d.gif"); }
.jstree-default .jstree-open ins { _background-position:-72px 0; }
.jstree-default .jstree-closed ins { _background-position:-54px 0; }
.jstree-default .jstree-leaf ins { _background-position:-36px 0; }
.jstree-default a ins.jstree-icon { _background-position:-56px -19px; }
#vakata-contextmenu.jstree-default-context ins { _display:none; display:none; }
#vakata-contextmenu.jstree-default-context li { _zoom:1; }
.jstree-default .jstree-undetermined a .jstree-checkbox { _background-position:-20px -19px; }
.jstree-default .jstree-checked a .jstree-checkbox { _background-position:-38px -19px; }
.jstree-default .jstree-unchecked a .jstree-checkbox { _background-position:-2px -19px; }
.jstree ins {display: inline-block !important;text-decoration: none !important;width: 18px !important;height: 23px !important;margin: 0 0 0 0 !important;   padding: 0 !important;}
.jstree-default .jstree-open > ins {background-position: -72px 6px !important;}

/*----------专题列表页----------*/
.zt_list{ overflow:hidden; zoom:1;}
.zt_list li{ float:left; margin:18px;}
.zt_list li img{ width:261px; height:80px;}

/*---图片列表页---*/
.figurelist{ padding-bottom:15px; overflow:hidden; zoom:1;}
.figurelist li{ width:280px; float:left; margin:13px 10px 10px 10px;}
.figurelist li img{ width:280px; height:180px;}
.figurelist li span{ display:block; width:100%; text-align:center; line-height:40px;}

/*----------------------网站地图-----------------*/
.map{width:100%; margin:16px  auto 0 auto;}
.ditu {width: 100%; background-color:#f7f7f7; height: 40px; line-height: 40px;  border-bottom:2px solid #f0f0f0; position:relative;}
.ditu a {padding: 0px 20px; height:40px;color:#d11b0d; line-height: 40px; font-size: 18px; display: block; position:absolute; bottom:-2px; left:0; border-bottom:3px solid #d11b0d;  }
.ditu a:hover {color:#d11b0d; font-weight:bold;}
.mapSublb {padding:16px 15px 0 15px; width: 96%;}
.mapSublb ul{ overflow:hidden;zoom:1; border-bottom:none !important; padding-bottom:0 !important; }
.mapSublb ul li { background:url(../images/arrow1.jpg) no-repeat left;height: 40px; line-height: 40px; overflow: hidden; padding-left:15px; float: left; font-size:15px; margin-right:10px;}

/*---信件详情页2019-----*/
.xjxqye{ margin:20px auto; font-size:16px; border-bottom:1px solid #e6e6e6;border-right:1px solid #e6e6e6;  }
.xjxqye table td{ border: 1px solid #e6e6e6; padding:10px 15px; border-bottom:none;border-right:none;  }
.xjxqye td.chaxun{ width:16%; background:#F7F7F7; text-align:right;padding-right:2%;border-right:none !important;color:#444!important;}
.xjxqye strong{ font-size:16px;} 

table.xjxqbox td{ line-height:30px;}
table.xjxqbox td span.shenhe{ color:#007e09;}
table.xjxqbox td img{vertical-align:middle;}
span.chljeg{ color:#e70000; display:block;}
tr.xjitemBt td{ font-size:16px; color:#f73501; padding-left:37px; font-weight:bold;}
tr.xjitemBt td img{vertical-align:middle;margin-right:8px; }
.leader-content h4{ font-weight:normal; font-size:14px; margin:20px 0;}
.leader-content p{font-size:14px; text-indent:2em;}

.xjxqye  tr.Letter_head{ border-bottom: none !important; font-size:16px;font-weight:bold; line-height:44px; padding:10px 0px;text-align: center; color:#333;} 
.xjxqye .Letter_table th{border-bottom:1px solid #cfcece; font-size:16px; color:#444; 
 font-weight:bold; line-height:28px; padding:10px 0px;padding-left:62px; text-align:left; width:125px;}
.xjxqye .Letter_table th.Letter_w{ background:#f0f6fd !important; color:#065196 !important; /* border-right:1px solid #cfcece; */font-size:14px !important; }
table.xjxqbox td img {vertical-align: middle; margin:0 5px;margin-top:-4px;}

/*--补充：信息公开内容页表头--*/
.gkhead{width:99%; border:1px solid #c9e8fa;border-bottom:none; border-right:none; overflow:hidden;zoom:1; margin-top:25px; }
.gkhead dl{ height:49px; line-height:49px; border-bottom:1px solid #c9e8fa;}
.gkhead dt{width:161px; float:left; text-align:center; height:49px; line-height:49px; border-right:1px solid #c9e8fa; background:#f4fafe;}
.gkhead dd.wjm{ width:945px; float:left; text-indent:20px;border-right:1px solid #c9e8fa;}
dl.biaotou {width: 554px; float: left;}
dl.biaotou dd.shuom { width: 553px !important; height: 49px; line-height:49px; border-right: 1px solid #c9e8fa;text-indent: 20px;}

/* CSS Document */

.writeCenter{/*width:80%;*/ margin:15px auto 20px auto;}

/*---信件引导页修改----*/
.guideyd,.ydwenan,.xiexBtn{ width:100%; margin:0 auto;}
.ydwenan h3,.ydwenan p{display:block; width:100%; margin:0 auto;}
.ydwenan h3{line-height:50px; font-size:22px; text-align:center; font-weight:bold; color:#444;}
.ydwenan p{  width:90%;line-height:30px;}
.xiexBtn{margin-top:40px; overflow:hidden;zoom:1; text-align:center;}
.xiexBtn a{ display:inline-block; margin:0 20px; height:45px; line-height:45px; font-size:18px; text-align:center; border-radius:8px; -moz-morder-radius:8px; -webkit-border-radius:8px;border:1px solid #cccccc; width:108px; background:#f6f6f6;}
.xiexBtn a:hover{ background:#c8c7c7; color:#fff;}
a.tongyi{ background:#4d77ac; border:1px solid #3266a6 !important; color:#fff !important; width:205px !important;}
a.tongyi:hover{ background:#3266a6 !important; }


/*------写信页面表格-------------*/
.write{width:100%; border:1px solid #e5e5e5;}
td.gktit{color:#2683d2; font-size:16px; text-indent:27px; font-weight:bold; background:#f6f3f3; overflow:hidden;zoom:1; padding:0px 0px !important;}
td.gktit h3{ width:184px; height:40px; line-height:40px; background:#3f96f0; display:inline-block; float:left; color:#fff; font-size:16px; text-align:center;}
td.gktit span{ float:left !important; line-height:40px !important;}
table .duxyz2{ text-indent:0px !important;}

.write table td span{ display:inline-block; line-height:30px; color:#dc0101; margin:0 5px;}

.write table td.chaxun{ width:16%; background:#f6f3f3; text-align:right;padding-right:2%;border-right:1px solid #e5e5e5;  color:#444 !important;}
.write table td{ border:none!important;border-bottom:1px solid #e5e5e5!important; padding:10px 15px;}

.form-control{ border:1px solid #e3e2e2; padding-left:5px; background:#fff; outline:none; line-height:32px; width:250px; height:32px; }

.anniu2{ margin:16px 0px 16px 17%;}
.btn{ margin-right:20px;width:100px; height:32px;  text-align:center; line-height:32px; border:none; cursor:pointer;}
.btn-default{ background:url(../images/anniu-bg.gif) no-repeat; color:#fff;	border-radius:5px; -webkit-border-raiud:5px; -moz-border-radius:5px;}
.btn-primary{  background:url(../images/anniu-bg2.gif) no-repeat; color:#444; }
.btn-info{ background:url(../images/hd-ico11.png) no-repeat -53px 0px; width:53px; height:31px; line-height:31px; color:#fff;margin-top:2px;}

/*--领导页修改---*/
.ld-info{width:92%; margin: 0 auto;}
.photo{width:240px;float: left; }
.photo h3{ display: block; width:100%; font-size: 16px; text-align: center; line-height: 45px;}
.photopic{ width:240px; height:310px;height:310px; border:1px solid #dfdfdf; padding:5px;overflow: hidden;zoom:1;}
.photopic img{ display: block; width: 100%;height:310px;  }

.ldrw{ width:790px; float: right;}
.jianjie{ height: 300px; overflow-y: scroll;}

.ldjs .tit{ height:40px; border-bottom:1px solid #275ba5; }
.ldjs .tit h3{ margin-left:15px;height:40px;line-height:40px; background:url(../images/sq_det2.png) no-repeat left; padding-left:20px; text-indent:10px; font-size:16px; font-weight:bold; color:#275ba5;text-align: left;}

.ldwenz{margin-top:10px; margin-left:15px;}
.ldwenz p{ line-height:32px; font-size:16px;}
.ldjs .bd ul{margin-top:10px; margin-left: 0;}
.zfld .fr{ height: auto;}
.zfld {margin-bottom: 15px;}