﻿/* CSS Document */
*{box-sizing:border-box;margin:0;padding:0}
html,body,h1,h2,h3,h4,h5,h6,p,ul,input,textarea{margin: 0;font-family: 'SimSun';}
img{border: 0; vertical-align: middle;}
table{border-collapse: collapse;}
input,select,button{font-family: 'SimSun';}
input:focus,a:focus{outline: none}
ul{padding-left: 0;}
li{list-style-type: none}
a.Top:link, a.Top:active, a.Top:visited {
	text-decoration: none;
	color: #1779B8;
	font-size: 14px;
	font-weight: bold;
}

a.Top:hover{
	color: #1779B8;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
}
a.xx:link, a.xx:active, a.xx:visited {
	text-decoration: none;
	color: #ff0000;
	font-size: 12px;
}

a.xx:hover{
	color: #ff0000;
	text-decoration:underline;
	font-size: 12px;
}
a.yl:link, a.yl:active, a.yl:visited {
	text-decoration: none;
	color: #326506;
	font-size: 14px;
	font-weight: bold;
}

a.yl:hover{
	color: #326506;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
}
a.l14:link, a.l14:active, a.l14:visited 

{
	text-decoration: none;
	color: #A45D00;
	font-size: 14px;
	font-weight:bold;
}

a.l14:hover

{
	color: #A45D00;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
}
a.sub:link, a.sub:active, a.sub:visited 

{
	text-decoration: none;
	color: #434343;
	font-size: 14px;
	font-weight:bold;
}

a.sub:hover

{
	color: #434343;
	text-decoration:none;
	font-size: 14px;
	font-weight: bold;
}



body {
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

input[type="text"] {
	padding: 3px 2px;
}
input[type="password"] {
	padding: 3px 2px;
}

.mb10 {
	margin-bottom: 10px;
}

a:hover {
	color: red;
	text-decoration: underline;
}

.more {
	color: #999 !important;
}

.flexlist {
	display: flex;
	align-items: center;
}

.jcsb {
	justify-content: space-between;
	align-items: flex-start;
}

.jcc {
	justify-content: center;
	align-items: center;
}

.jcsa {
	justify-content: space-around;
	align-items: flex-start;
}

.jcyul li, .govpushinfo150203 li {
	padding: 8px 0;
	margin: 0 8px;
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.jcyul li a, .govpushinfo150203 li a{
	display: inline-block;
	width: 85%;
	margin-right: 4%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	vertical-align: middle;
}

.contentBox {
	margin: 0 auto;
	width: 1000px;
}

/* 统一顶部菜单 */

.menuleft {
	width: 8px;
	height: 48px;
	background: url('../imageset/index_04.jpg');
	background-size: 100% 100%;
}

.menumid {
	background: url('../imageset/index_05.jpg');
	background-size: 100% 100%;
	height: 48px;
	width: 984px;
	justify-content: space-around;
	padding: 0 50px;
	position: relative;
}

.menumid a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
.menuitem .item {
	border-radius: 6px;
	padding: 10px;
}
.menuitem:hover .item {
	color:#59AF02;
	background: #fff;
}


.menuright {
	width: 8px;
	height: 48px;
	background: url('../imageset/index_09.jpg');
	background-size: 100% 100%;
}

.menuitem ul { display: none; font-weight:bold; position:absolute; top: 40px; left:0; width:984px; height: 36px; line-height: 42px;}
.menuitem:hover ul { display:block; text-align: center; }
.menuitem ul li { margin-right: 20px; display: inline-block;}
.menuitem ul a {color:#000000; height:48px;font-size:14px; font-weight:normal;}
.menuitem ul a:hover {color:#Ff0000;}

.indexbody {
	margin: 0 auto;
	margin-top: 28px;
}

/* 首页 */

.indexbody .slide {
	width: 310px;
	height: 280px;
	margin-right: 10px;
}

.indexbody .slide a {
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}

.indexbody .slide a .text {
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	padding: 3px;
	color: #fff;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indextitlebox {
	border-bottom: 2px solid #59AF02;
	position: relative;
}

.jcxwdiv {
	width: 420px;
	margin-right: 10px;
}

.jcxwdiv .indextitle {
	width: 175px;
}

.jcxwdiv .jcyul li a{
	width: 304px;
}

.ggssdiv {
	width: 250px;
}

.ggssdiv .text {
	width: 160px;
	padding: 3px 2px;
}
#search {
	float: left;
	width: 180px;
}
.s_btn {
	width: 50px;
	height: 26px;
	background: url(../imageset/search.jpg) center no-repeat;
	border: none;
	float: right;
}
.govpushinfo150203{
	height: 168px;
	overflow: hidden;
}
.jcyul.indexul li, .govpushinfo150203 li{
	border-bottom: 0;
}

.jcyul.indexul li a{
	width: 82%;
}
.govpushinfo150203 li a {
	width: 100%;
	height: 16px;
}
.jcxc .jcyul li{
	border-bottom: 0;
	padding: 5px 0;
	margin-left: 12px;
	margin-right: 0;
}
.jcxc .jcyul li a{
	width: 86%;
}
.indextitlebox a {
	position: absolute;
	right: 3px;
	bottom: 1px;
	color: #000;
}

.indextitlebox .address {
	position: absolute;
	right: 3px;
	bottom: 1px;
	color: #000;
	display: flex;
	align-items: center;
}

.indextitlebox .address a {
	position: relative;
}

.indextitlebox .rarror {
	margin: -3px 8px 0 3px;
	display: inline-block;
}

.indextitle {
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	background-color: #59AF02;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

.jcxwtitle {
	margin: 10px 30px 5px;
	display: block;
	text-decoration: none;
	color: #326506;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jcxwtitle:hover {
	color: #326506;
	cursor: pointer;
}

.jcxwdetail {
	line-height: 23px;
	color: #666;
	font-size: 12px;
	text-indent: 1.4em;
}

.jcxwline {
	line-height: 2.5em;
	font-size: 12px;
	border-bottom: 1px solid #ccc;
	padding-left: 8px;
}

.jcxwline .jcxwlinetxt {
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.jcxwline .jcxwlinetime {
	color: #8AA274;
}

.ggsslist {
	border: 1px solid #EFE793;
	border-top: none;
	background: rgb(254, 255, 220);
	padding-left: 9px;
	line-height: 2.3;
	padding-top: 8px;
	font-size: 12px;
}

.ggssdiv .ggsslist a {
	display: inline-block;
	    width: 90%;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    vertical-align: bottom;
}

.ggssdiv .ggsslist a:hover {
	color: red;
	text-decoration: revert;
}

.ggssfun {
	margin-top: 8px;
	padding-right: 29px;
}
.ggssfun em {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fffffa;
	border: 1px solid #a1a328;
}
.ggssspan {
	text-decoration: none;
	color: #A45D00;
	font-size: 14px;
	margin-left: 7px;
	font-weight: bold;
}

.ggssdiv .ggsslist .ggssfun a:hover {
	color: #A45D00;
	text-decoration: unset;
}

.jwzndiv {
	width: 670px;
	margin-right: 10px;
	position: relative;
}

.midbox {
	border: 1px solid #ccc;
	border-top: none;
}

.midboxtitle {
	position: relative;
	background: #F2F2F2;
}

.midboxtitle p {
	font-size: 14px;
	color: #B94141;
	font-weight: bold;
	margin: 0 8px;
}

.miditem {
	margin: 8px 8px 0;
	width: 46%;
}

.miditem .midboxtitle a {
	position: absolute;
	right: 14px;
	bottom: 6px;
	color: #000;
	font-size: 12px;
}

.miditem .midboxtitle a:hover {
	color: red;
}

.midline {
	border-bottom: none;
	padding: 0 8px;
}

.midline .jcxwlinetxt {
	width: 83%;
}

.midline .jcxwlinetime {
	color: #000000;
}

.jcxc .jcxwtitle {
	text-align: center;
	margin-top: 0;
	padding-top: 10px;
}

.gov_weixin_share {
	position: fixed;
	width: 82px;
	font-size: 12px;
	top: 180px;
	left: 50%;
	margin-left: 550px;
	text-align: center;
}

.gov_weixin_share .linkbox {
	border: #e8e8e8 1px solid;
	background: #faf9f9;
	padding: 4px 4px 0;
	background: #fff;
}

.gov_weixin_share .gov_wx {
	height: 75px;
	border-bottom: #e8e8e8 1px solid;
	padding-top: 8px;
}

.gov_weixin_share .gov_wx p {
	line-height: 18px;
	color: #000;
	margin-top: 5px;
	text-align: center;
}

.wechat {
	margin-left: -250px;
	margin-top: -80px;
	display: none;
	z-index: 9;
}

.wechat img {
	width: 150px;
	height: 150px;
}

.gov_wx a {
	color: #000;
}

.gov_weixin_share .closeBt {
	background: #2a6aa7;
	height: 32px;
	line-height: 32px;
	color: #fff;
	cursor: context-menu;
}

.footline {
	margin: 8px 0;
	background: url('../imageset/bg_link.jpg');
	background-size: 100% 100%;
	height: 34px;
}

.footbox {
	font-weight: bold;
	font-size: 14px;
	padding: 4px 22px 1px;
}

.footon {
	cursor: context-menu;
	color: #A30000;
	background: #fff;
}

.footlist {
	display: none;
	padding:10px 20px;
}

.footlist a {
	width: 160px;
	padding-left: 8px;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
}
.footlist a span{
	margin: 0 8px;
}
.footlist a:hover{
	text-decoration: none;
}
.footlist a:hover span{
	color: #000;
}

.footshow {
	display: block;
	font-size: 0;
}

.endpart {
	background: url('../imageset/index_83.jpg');
	height: 108px;
	text-align: center;
	line-height: 1.8;
	padding: 8px 0;
}

/* 分类,列表页 */
.classifyleft {
	width: 740px;
	margin-right: 10px;
}

.classifyright {
	width: 250px;
	margin-bottom: 10px;
}

.classifybody {
	border: 1px solid #ccc;
	padding: 0 12px;
	margin: 0 0 10px;
}

.classifyTitle {
	border-bottom: 2px solid #59AF02;
	position: relative;
	padding: 8px;
}

.classifyTitle span {
	font-size: 14px;
	font-weight: bold;
}

.classifyTitle a {
	position: absolute;
	right: 3px;
	bottom: 8px;
	color: #000;
}

.classifyBox {
	margin: 8px 0 16px;
}

.classifyBox ul li .jcxwlinetime {
	color: #000;
}

.classifyleft .indextitle {
	min-width: 152px;
}

.classifyname {
	background: #59AF02;
	padding: 4px 30px 5px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

.classifyline {
	margin: 0 8px 8px;
	text-align: center;
	line-height: 28px;
	font-weight: 100;
	background-size: 100% 100%;
	background-image: url("../imageset/sub.png");
	height: 28px;
}

.classifyline a {
	text-decoration: none;
	color: #434343;
	font-size: 14px;
	font-weight: bold;
}

.classifymidbox {
	padding-top: 10px;
	margin-bottom: 10px;
}

.pageList .classifyBox {
	margin-bottom: 0;
}

.list_pages { padding:14px 0 10px; }
.list_pages span, .list_pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
.list_pages .a1 { background:url(../imageset/pages.png) no-repeat 0 5px; width:56px; padding:0 }
.list_pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
.list_pages .on { display:inline-block; height:22px; line-height:22px; background:#5a85b2; border:1px solid #5a85b2; color:#fff; text-align:center;padding:0 10px}


/* 搜索页 */
.sr_head {
	height: 32px;
	line-height: 32px;
	font-size: 14px;
}

.pageSearch .sr_head a {
	color: #000;
	text-decoration: none;
}

.pageSearch .sr_head a.on {
	outline: medium none;
	font-weight: bold;
	color: #1A7DAC;
}

.pageSearch .result {
	text-align: center;
}

.brd1s {
	background: url('../imageset/sr_xbg.jpg') no-repeat;
	width: 946px;
	height: 2px;
	margin: 10px auto 0px;
}

.sr_left {
	width: 220px;
	float: left;
	background: url('../imageset/sr_ybg.jpg') no-repeat right top;
	height: auto;
	min-height: 442px;
	background-size: 1% 100%;
}

.sr_lbox {
	margin: 16px 0px 0px;
	text-align: right;
	font-size: 12px;
	background: url('../imageset/sr_bbg.jpg') no-repeat 100% 100%;
	padding: 10px;
	padding-left: 0px;
	margin-right: 1px;
}

.sr_lbox span {
	font-size: 12px;
	color: #999;
}

.sr_lbox .sr_la {
	margin-top: 6px;
	height: 20px;
	line-height: 24px;
	display: block;
	color: #000;
	text-align: right;
	padding-right: 16px;
}

.sr_lbox .sr_la.ac {
	/* color: #59AF02; */
	font-weight: bold;
}

.sr_right {
	margin: 10px;
	width: 780px;
}

.sr_right dl {
	border-bottom: 1px solid #ccc;
	margin: 20px auto 10px;
}

.sr_right em {
	color: #f00;
	font-style: normal;
}
.sr_right dt {
	width: 90%;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.sr_right p {
	line-height: 25px;
	margin-top: 6px;
	font-size: 12px;
	color: #999;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.sr_null {
	display: none;
	text-align: center;
	font-size: 17px;
	font-weight: normal;
	padding: 100px 0 170px;
}


.contentTop {
	height: 24px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #CCCCCC;
	margin-bottom: 18px;
}

.contentTop .ct_Topspan {
	margin: 0 5px;
}

.contentTitle {
	line-height: 50px;
	font-size: 24px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
.contentsTitle {
	line-height: 30px;
	font-size: 16px;
	color: #666;
	text-align: center;
}

.ct_detail {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F4EDDD;
	height: 25px;
	margin-top: 10px;
}

.ct_detail span {
	margin: 0 20px;
}
.ct_content {
	font-size: 18px;
	line-height: 24px;
}

.share {
	position: relative;
	top: -1px;
	text-align: right;
	padding: 8px;
	vertical-align: middle;
	height: 31px;
	padding-right: 20px;
	cursor: context-menu;
}

.shareon {
	background: #F4EDDD;
}

.share a {
	width: 16px;
	display: inline-block;
	line-height: 16px;
	background: url('../imageset/icon.png') no-repeat;
	margin-left: 6px;
	cursor: context-menu;
}

.share .t1 {
	background-position: left -115px;
}

.share .t2 {
	background-position: left -159px;
}

.share .t3 {
	background-position: left -205px;
}

.share .t4 {
	background-position: left -250px;
}

.share .t5 {
	background-position: left -294px;
}

.share a:hover {
	text-decoration: none;
}

.pageContent .indexbody {
	width: 94%;
	margin: 28px auto 0;
}

.ct_func {
	text-align: right;
	height: 50px;
	line-height: 50px;
	align-items: center;
	padding-right: 50px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
}


.email_left {
	width: 202px;
	margin-right: 10px;
	border: 1px solid #ddd;
	border-top: 0;
	margin-bottom: 10px;
}

.email_right {
	width: 786px;
	border: 1px solid #ddd;
	background: #fff;
	margin-bottom: 10px;
	min-height: 800px;
}

.wlwz {
	border-top: 2px solid #CD0000;
	height: 35px;
	background: #F5F5F5;
	line-height: 35px;
	padding-left: 15px;
	color: #E51E1E;
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
}

.email_left i {
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	color: #FD6103;
	font-size: 18px;
}

.email_ts {
	padding: 0px 10px 10px 10px;
	line-height: 20px;
	color: #656565;
	text-align: justify;
}

.email_right .link {
	padding-left: 43px;
	height: 35px;
	line-height: 35px;
	color: #656565;
}

.email_right .link .emr {
	margin: 0 8px;
}

.tb_one {
	width: 750px;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 12px;
	margin: 0 auto;
	text-align: right;
}

.tb_one .write a {
	line-height: 30px;
	color: #E10000;
	font-size: 14px;
	font-weight: bold;
}

.tb_one .part {
	line-height: 30px;
	color: #E10000;
}

.tb_one strong {
	color: #000;
}

#dosubmit {
	padding: 4px 12px;
	margin: 0 8px;
}

.tb_two,
.tb_four {
	width: 750px;
	border: 1px solid #ccc;
	font-size: 12px;
	border-left: 0px;
	border-bottom: 0px;
	margin: 10px auto;
}

.tb_two th {
	height: 27px;
	line-height: 27px;
	background: #EEF3F7;
	border-left: 1px solid #ccc;
	border-bottom: 2px solid #ccc;
	text-align: center;
}

.tb_two td {
	line-height: 32px;
	text-align: center;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.tb_two .zt {
	color: #2783B4;
}

.part #bh{
	width: 178px;
}
.hadsearch{
	margin:20px 0 0;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
}
.tb_three th {
    background: none;
    padding-right: 10px;
    text-align: right;
    border-bottom: 1px solid #ccc;
	height: 28px;
	width: 100px;
	font-weight: bold;
}
.tb_three td {
    text-align: left;
    padding-left: 10px;
}
.tb_four th {
    width: 110px;
    line-height: 30px;
    color: #072D54;
    font-weight: normal;
    text-align: center;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.tb_four td {
    padding-left: 10px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    line-height: 18px;
}

.inputEdit input[type="text"] {
	width: 180px;
}
.inputEdit textarea {
	width: 600px;
	height: 180px;
	padding-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.inputEdit input[type="submit"], .inputEdit input[type="reset"] {
	padding: 1px 6px;
	font-size: 14px;
}

.selectEdit select{
	width:130px;
	height: 24px;
}

.spanEdit{
	color: red;
}

.sendcode{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	background-color: #01AAED;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}
.sendcode:hover{
	color: #fff;
	opacity: 0.7;
	text-decoration: none;
}
.textareaEdit{
	vertical-align: top;
	line-height: 57px;
}
.Validform_checktip{
	margin-left:8px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	color:#999;
	font-size:12px;
}
.Validform_right{
	color:#71b83d;
	padding-left:20px;
	background:url(../imageset/right.png) no-repeat left center;
}
.Validform_wrong{
	color:red;
	padding-left:20px;
	white-space:nowrap;
	background:url(../imageset/error.png) no-repeat left center;
}
.Validform_loading{
	padding-left:20px;
	background:url(../imageset/onLoad.gif) no-repeat left center;
}
.Validform_error{
	background-color:#ffe7e7;
}
#Validform_msg{ color:#7d8289; font: 12px/1.5 tahoma, arial, \5b8b\4f53, sans-serif; width:280px; -webkit-box-shadow:2px 2px 3px #aaa; -moz-box-shadow:2px 2px 3px #aaa; background:#fff; position:absolute; top:0px; right:50px; z-index:99999; display:none;filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#999999');}
#Validform_msg .iframe{ position:absolute; left:0px; top:-1px; z-index:-1;}
#Validform_msg .Validform_title{ line-height:25px; height:25px; text-align:left; font-weight:bold; padding:0 8px; color:#fff; position:relative; background-color:#000;}
#Validform_msg a.Validform_close:link,#Validform_msg a.Validform_close:visited{ line-height:22px; position:absolute; right:8px; top:0px; color:#fff; text-decoration:none;}
#Validform_msg a.Validform_close:hover{ color:#cc0;}
#Validform_msg .Validform_info{ padding:8px;border:1px solid #000; border-top:none; text-align:left;}