
.section{
	box-sizing: border-box;
	background: #fafafa;
	min-height: 160px;
}
.shadow{
	background: url(../images/shadow.png) no-repeat center top;
	opacity: 0.5;
}

/*==========================头部========================*/
.header{
	box-sizing: border-box;
	width: 1000px;
	height: 300px;
	margin: 0 auto;
	padding-top: 210px;
}
.header .header-wrap{
	width: 1000px;
	margin: 0 auto;
}
.header .wwwurl{
	height: 42px;
	line-height: 42px;
	font-size: 24px;
	font-family: Arial;
	padding-left: 386px;
}
.header .rollcontent{
	float:right;
	width:931px;
	height: 49px;
	line-height: 49px;
	font-size: 24px;
	color: #c22e1c;
	background: url(../images/lbgr.png) no-repeat right top;
	overflow: hidden;
	font-weight: 500;
	position: relative;
}
.header .rollcontent .rollin{
/*	width: 740px;
	position: absolute;
	top:0px;
	left:0px;*/
        width: max-content;
	margin-left: 932px;
	letter-spacing: 5px;
	font-weight: 600;
}
.header .rollcontent .rollin span{
	letter-spacing: normal;
}
.header .navwrap{
	float:right;
	width:931px;
	height: 49px;
	line-height: 49px;
	font-size: 18px;
	color: #ffffff;
	background: url(../images/lbgnv.png) no-repeat right top;
	overflow: hidden;
	font-weight: 500;
	text-align: center;
}
.header .navwrap a{
	color:#FFFFFF;
	padding: 0px 25px;
}
/*=======================breadcrumb=======================*/
.breadcrumb{
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	height: 60px;
	line-height: 20px;
	color: #4e8beb;
	font-size: 14px;
	padding-left: 22px;
	padding-top: 20px;
	background: linear-gradient(90deg, #f7faff, #fefeff, #eff7fe);
}
.breadcrumb a{
	color: #4e8beb;
}
/*=====================aside=====================*/

.container-aside{
	width: 1000px;
	margin: 0 auto;
	height: 0px;
	overflow: visible;
	position: relative;
}
.aside{
	position: absolute;
	top: 0px;
	left: -230px;
	width: 228px;
	min-height: 750px;
	padding-top: 4px;
}
.aside .aitem{
	display: block;
	width: 214px;
	height: 92px;
	box-shadow: 0px 0px 8px rgba(75,132,228,.29);
	margin-bottom: 29px;
	font-size: 16px;
	color: #000000;
	cursor: pointer;
	position: relative;
	box-sizing: border-box;
	padding-top: 26px;
}
.aside .aitem.active, .aside .aitem:hover{
	color: #fff;
	background: url(../images/itemative.png) no-repeat center center;
	position: relative;
	box-shadow: 0px 3px 7px rgba(0,0,0,0.28);
}
.aside .aitem::after{
	display: none;
}
.aside .aitem.active::after, .aside .aitem:hover:after{
	content: ' ';
	display: block;
	position: absolute;
	width: 14px;
	height: 16px;
	right: -14px;
	top: 39px;
	background: url(../images/triangle.png) no-repeat center center;
}
.aside .aitem .aicon{
	float:left;
	width: 32px;
	height: 32px;
	margin: 5px 14px 0px 26px;
	
}

.aside .aitem .aicon.active .iline, .aside .aitem .aicon:hover .iline{
	background: #ffffff;
}
.aside .aitem .atext{
	box-sizing: border-box;
	float:left;
	width: 135px;
	padding-left: 20px;
	height: 42px;
	line-height: 42px;
	border-left: 2px solid #4b84ee;
	font-size: 16px;
	white-space: pre;
}
.aside .aitem.active .atext, .aside .aitem:hover .atext{
	color: #FFFFFF;
	border-left: 2px solid #ffffff;
}
.aside .aitem .aicon-1{
	background: url(../images/icon-1.png) no-repeat center;
}
.aside .aitem .aicon-2{
	background: url(../images/icon-2.png) no-repeat center;
}

.aside .aitem .aicon-3{
	background: url(../images/icon-3.png) no-repeat center;
}

.aside .aitem .aicon-4{
	background: url(../images/icon-4.png) no-repeat center;
}

.aside .aitem .aicon-5{
	background: url(../images/icon-5.png) no-repeat center;
}

.aside .aitem .aicon-6{
	background: url(../images/icon-6.png) no-repeat center;
}
.aside .aitem.active .aicon-1, .aside .aitem:hover .aicon-1{
	background: url(../images/icon-1-a.png) no-repeat center;
}
.aside .aitem.active .aicon-2, .aside .aitem:hover .aicon-2{
	background: url(../images/icon-2-a.png) no-repeat center;
}
.aside .aitem.active .aicon-3, .aside .aitem:hover .aicon-3{
	background: url(../images/icon-3-a.png) no-repeat center;
}
.aside .aitem.active .aicon-4, .aside .aitem:hover .aicon-4{
	background: url(../images/icon-4-a.png) no-repeat center;
}
.aside .aitem.active .aicon-5, .aside .aitem:hover .aicon-5{
	background: url(../images/icon-5-a.png) no-repeat center;
}
.aside .aitem.active .aicon-6, .aside .aitem:hover .aicon-6{
	background: url(../images/icon-6-a.png) no-repeat center;
}


/*==============================二維碼==========================*/
.ercode {
	position: absolute;
	top: 40vh;
	bottom: 42%;
	width: 95px;
	left: 49%;
	z-index: 1000;
	margin: 0 0 0 535px;
	background: #f6f6f6;
	padding: 10px;
}

.ercode .ercodebox div {
	text-align: center;
}
/*=============================container-main========================*/
.container-main{
	box-sizing: border-box;
	width: 1000px;
	min-height: 700px;
	margin: 0 auto 45px;
	background: #fafafa;
	position: relative;
	-webkit-text-size-adjust:none;
}
.container-main::before{
	content: '';
	display: block;
	width: 1000px;
	height: 23px;
	position: absolute;
	left:0;
	top: 0;
	background: url(../images/shadow.png) no-repeat top center;
	opacity: 0.5;
}
/*================================表单=================================*/
.container-form{
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto 45px;
	padding: 33px 20px 30px 30px;
	background: #fafafa;
}
.container-form select{
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #ffffff url(../images/option.png) no-repeat right center;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-right: 35px;
}


.container-form .f-head{
	height: 38px;
	font-size: 18px;
	color: #467cb7;
	font-family: 'PingFang SC', sans-serif;;
	line-height: 27px;
	border-bottom: 1px dashed #467cb7;
	margin-bottom: 36px;
	padding-left: 7px;
	font-weight: 600;
}
.container-form .f-item{
	float:left;
	min-height: 39px;
	margin-bottom: 16px;
}
.container-form .clear{
	padding-left: 5px;
}
.container-form .f-item .label{
	float:left;
	width: 120px;
	line-height: 39px;
	font-size: 16px;
	color: #444444;
	box-sizing: border-box;
	padding-right: 20px;
	text-align: right;
	position: relative;
}
.container-form .f-item input,.container-form .f-item select{
	float:left;
	box-sizing: border-box;
	width: 340px;
	height: 37px;
	line-height: 37px;
	text-indent: 10px;
	border: 1px solid #efefef;
	border-radius: 4px;
	outline: none;
	font-size: 16px;
}
.container-form .f-item input.long, .container-form .f-item select.long{
	float: left;
	box-sizing: border-box;
	width: 800px;
}
.container-form .f-item select.short{
	float:left;
	width: 160px!important;
}
.container-form .f-item.require .label::after{
	content: "*";
	font-size: 18px;
	position: absolute;
	right: 5px;
	top: 6px;
	/*color: #ff0000;*/
	color: #b72c28;
}
.container-form .f-item .labelwrap{
	clear: both;
}
.container-form .f-item .areawrap{
	float:left;
	width: 800px;
}
.container-form .f-item .label div{
	height: 39px;
	line-height: 39px;
}
.container-form .f-item .label div.tips{
	margin-right: -18px;
}
.container-form .areawrap textarea{
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	border: 1px solid #efefef;
	outline: none;
	line-height: 32px;
	padding: 4px 8px;
	min-height: 100px;
}
.container-form .red{
	/*color: #ff0000;*/
	color: #b72c28;
}
.container-form .btnwrap{
	text-align: center;
	padding-top: 5px;
	padding-bottom: 15px;
}
.container-form .btnwrap button{
	box-sizing: border-box;
	display: inline-block;
	width: 151px;
	height: 43px;
	margin-right: 72px;
	border: none;
	color: #FFFFFF;
	text-align: center;
	line-height: 43px;
	cursor: pointer;
	outline: none;
}
.container-form .submit{
	background: url(../images/btnsubmit.png) no-repeat center center;
}
.container-form .reset{
	background: url(../images/btnreset.png) no-repeat center center;
}


/*============================反馈查询============================*/
.chaxunwrap{
	padding: 198px 0px 0px 83px;
	margin-bottom: 115px;
}
.chaxunwrap .sec{
	box-sizing: border-box;
	width: 822px;
	height: 64px;
	clear: both;
}
.chaxunwrap .bg1{
	background: #e6edf7;	
}
.chaxunwrap .bg2{
	background: #eef1fa;	
}

.chaxunwrap .sec .name{
	float: left;
	box-sizing: border-box;
	width: 246px;
	height: 67px;
	line-height: 64px;
	border-right: 3px solid #FFFFFF;
	text-align: center;
	font-size: 16px;
	color: #444444;
	border-bottom: 3px solid #FFFFFF;
}
.chaxunwrap .sec .val{
	float: left;
	box-sizing: border-box;
	height: 67px;
	padding-left: 20px;
	padding-top: 15px;
	line-height: 34px;
	border-bottom: 3px solid #FFFFFF;
}
.chaxunwrap .sec .val input{
	outline: none;
	border: none;
	background: transparent;
	height: 34px;
	line-height: 34px;
	width: 520px;
	margin-right: 20px;
}
.chaxunwrap .sec .val input.numbcode{
	float:left;
	width: 325px;
}
.chaxunwrap .sec .val .codeimg{
	float:left;
	width: 84px;
	height: 34px;
	margin-right: 15px;
}
.chaxunwrap .sec .val span{
	float:left;
	color: #4b84ee;
	cursor: pointer;
}
.chaxunbox{
	text-align: center;
}
.chaxunbox .submit{
	width: 151px;
	height: 43px;
	outline: none;
	border: none;
	background: url(../images/btnsubmit.png) no-repeat center center;
	color: #FFFFFF;
	text-align: center;
	line-height: 43px;
	cursor: pointer;
}
/*===========================首页==========================*/
.container-index{
	padding:55px 23px 70px 32px;
	font-size: 16px;
	/*color: #183f79;*/
}
.container-index .head{
	box-sizing: border-box;
	width: 162px;
	height: 44px;
	font-size:30px;
	line-height: 44px;
	color: #467cb7;
	position: relative;
	margin:0 auto 26px;
	text-align: center;
}
.container-index .head::before{
	content: '';
	display: block;
	width: 184px;
	height: 4px;
	background: url(../images/dotl.png) no-repeat center;
	position: absolute;
	left: -185px;
	top: 20px;
}
.container-index .head::after{
	content: '';
	display: block;
	width: 184px;
	height: 4px;
	background: url(../images/dotr.png) no-repeat center;
	position: absolute;
	right: -183px;
	top: 20px;
}
.container-index .article{
	padding: 0px 10px 35px 18px;
	line-height: 30px;
}
.container-index .article .title{
	margin-bottom: 10px;
}
.container-index .article .title a{
 	color: #0819f5;
 }
.container-index .article .cont{
	text-indent: 33px;
	margin-bottom: 10px;
}
.container-index .line{
	border-bottom: 1px dashed #5b8cce;
	margin-bottom: 24px;
}
.container-index .checkwrap {
	margin-bottom: 72px;
	cursor: pointer;
}
.container-index .checkwrap input{
	box-sizing: border-box;
	height: 15px;
	width: 15px;
	border: 1px solid #3c7cb6;
	border-radius: 3px;
	outline: none;
	margin-right: 10px;
	float:left;
	margin-left:22px;
	margin-top: 6px;
}
.container-index .checkwrap span{
	float:left;
}
.container-index .btnwrap{
	text-align: center;
}
.container-index .btnwrap button{
	display: inline-block;
	width: 178px;
	height: 43px;
	margin:0px 60px;
	background: url(../images/btnreset.png) no-repeat center/100% 100%;
	color: #FFFFFF;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
	outline: none;
	border: none;
}

/*===========================介绍==========================*/
.container-detail{
	padding: 45px 50px 0px 47px;
	font-size: 16px;
	color: #183f79;
}
.container-detail::before{
	display: none;
}
.container-detail .head{
	box-sizing: border-box;
	height: 52px;
	font-size:30px;
	line-height: 52px;
	color: #467cb7;
	margin:0 auto 30px;
	text-align: center;
}
.container-detail .article .cont{
	text-indent: 33px;
	margin-bottom: 10px;
	line-height: 30px;
}
.container-detail .btnwrap{
	text-align: center;
	padding-top: 80px;
}
.container-detail .btnwrap button{
	display: inline-block;
	width: 178px;
	height: 43px;
	background: url(../images/btnsubmit.png) no-repeat center/100% 100%;
	color: #FFFFFF;
	line-height: 43px;
	text-align: center;
	cursor: pointer;
	outline: none;
	border: none;
}
/*=========================正文=========================*/
.container-detail h3{
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #ababab;
	margin-bottom: 30px;
}
.container-detail h3 i{
	margin-right: 25px;
}
.container-detail h3 a{
	color:#183f79;
}
.container-detail h3 i a{
	padding-left: 5px;
}
.container-detail .red{
	color: #ed4545;
}
.container-detail .article{
	padding-bottom: 30px;
}
.container-detail .article p{
	margin-bottom: 20px;
	line-height: 2em;
	text-indent: 2em;
}
.container-detail .lianjie{
	font-size: 16px;
	padding-bottom: 30px;
}
.container-detail .lianjie a{
	color: #4e8beb;
}
/*===========================政策法规==========================*/
.container-zheng{
	padding: 30px 43px 0px 54px;
	
}
.container-zheng ul li{
	box-sizing: border-box;
	height: 59px;
	line-height: 58px;
	color: #444;
	font-size: 16px;
	border-bottom: 1px dashed #e5e5e5;
	position: relative;
	padding-left: 20px;
}
.container-zheng ul li::after{
	content: '';
	display: block;
	height: 2px;
	width: 2px;
	border-radius: 2px;
	background: #444;
	position: absolute;
	left: 9px;
	top: 28px;
}


/*=========================其他举报方式======================*/
.container-contact{
	padding-top: 115px;
	clear: both;
}
.container-contact dl{
 	box-sizing: border-box;
 	float: left;
 	width: 302px;
 	height: 460px;
 	background: rgba(230,237,237,0.5);
 	padding-top: 65px;
 	color: #000000;
 	margin:0px 15px;
 	text-align: center;
 	line-height: 34px;
 }
.container-contact dl.colr-2{
	background: rgba(249,237,237,0.5);
}
.container-contact dl.colr-3{
	background: rgba(242,248,234,0.5);
}
.container-contact dl dt{
	width: 78px;
	height: 78px;
	border-radius: 78px;
	background: url(../images/icrcle-1.png) no-repeat center;
	margin:0px auto 40px;
}
.container-contact dl.colr-2 dt{
	background: url(../images/icrcle-2.png) no-repeat center;
}
.container-contact dl.colr-3 dt{
	background: url(../images/icrcle-3.png) no-repeat center;
}


/*=========================意见建议=========================*/
.container-suggest{
	padding-top: 57px; 
}
.container-suggest .sghead{
	width: 794px;
	height: 42px;
	background: url(../images/linegr.png) no-repeat center;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 42px;
	margin:0 auto 50px;
	text-align: center;
}
.container-suggest .form-wrap{
	padding-left: 137px;
}

.container-suggest .f-item{
	float:left;
	min-height: 39px;
	margin-bottom: 22px;
}
.container-suggest .f-item .label{
	float:left;
	width: 110px;
	line-height: 39px;
	font-size: 14px;
	color: #444444;
	box-sizing: border-box;
	padding-right: 20px;
	text-align: right;
	position: relative;
}
.container-suggest .f-item input{
	float:left;
	box-sizing: border-box;
	width: 218px;
	height: 37px;
	line-height: 37px;
	text-indent: 10px;
	border: 1px solid #efefef;
	border-radius: 4px;
	outline: none;
	font-size: 16px;
}
.container-suggest .f-item input.long{
	float: left;
	box-sizing: border-box;
	width: 548px;
}
.container-suggest .f-item.require .label::after{
	content: "*";
	font-size: 20px;
	position: absolute;
	right: 4px;
	top: 5px;
	color: #b72c28;
}
.container-suggest textarea{
	box-sizing: border-box;
	width: 548px;
	max-width: 548px;
	border: 1px solid #efefef;
	outline: none;
	line-height: 32px;
	padding: 4px 8px;
	min-height: 100px;
}
.container-suggest .btnwrap{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
.container-suggest .btnwrap button{
	box-sizing: border-box;
	display: inline-block;
	width: 151px;
	height: 43px;
	margin-right: 72px;
	border: none;
	color: #FFFFFF;
	text-align: center;
	line-height: 43px;
	cursor: pointer;
	outline: none;
}
.container-suggest .submit{
	background: url(../images/btnsubmit.png) no-repeat center center;
}
.container-suggest .reset{
	background: url(../images/btnreset.png) no-repeat center center;
}
.container-suggest .codeimg{
	float:left;
	width: 84px;
	height: 34px;
	margin-left: 35px;
	margin-right: 16px;
}
.container-suggest .codetext{
	float:left;
	color: #4b84ee;
	cursor: pointer;
	line-height: 39px;
}
/*==================================================*/
.container-map {
	padding-top: 30px;
}
#mapwrap{
	width: 830px;
	height: 600px;
	margin: 0 auto 15px;
}
.container-map .maptips{
	font-size: 16px;
	color: #4b84ee;
	text-align: center;
	font-weight: 600;
}

/*=========================地方网站=========================*/
.sec-link{ 
	width: 1000px;
	background:#f6f6f6; 
	margin:0px auto 45px;
}
.sec-link .linkhead{ 
	width: 285px;
	height: 47px;
	font-size:18px; 
	line-height: 47px;
	color: #FFFFFF;
	font-weight: 500;
	text-align: center;
	background: url(../images/linkhead.png) no-repeat center center;
}
.sec-link .linkhead.short{
	width: 185px;
}
.sec-link .list{ 
	box-sizing: border-box;
	width:1000px; 
	padding: 18px 30px 20px 45px;
	font-size:14px; 
	line-height:32px; 
	color:#c2c2c2;
	margin-bottom: 40px;
}
.sec-link .list a{ 
	padding:0 22px; 
	color:#3a3a3a;
}

.sec-link .dlwrap{
	padding-left: 55px;
	padding-top: 25px;
	padding-bottom: 40px;
}
.sec-link .dl{
	float:left;
	color:#3a3a3a;
	margin-right: 42px;
	text-align: center;
}
.sec-link .dlwrap select{
	box-sizing: border-box;
	width: 169px;
	height: 28px;
	outline: none;
	border: 1px solid #efefef;
	line-height: 26px;
	margin-left: 14px;
	padding-left: 8px;
	padding-right: 22px;
	position: relative;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #ffffff url(../images/option-grey.png) no-repeat right center;
	overflow: hidden;
	text-overflow: ellipsis;
}



/*copyright*/
.copyright{
	width: 1000px;
	margin: 0 auto;
	color: #4b4b4b;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	padding-bottom: 45px;
	font-family: "宋体";
}
