@charset "utf-8";

/* CSS Document */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	font-family: "微软雅黑";
	font-size: 14px !important;
	color: #666666;
	width: 100%;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #828282;
}

a:hover,
a:visited {
	text-decoration: none;
}

a:hover {
	color: #444;
}

p,
ul {
	margin: 0;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	zoom: 1;
}

.col-md-3,
.col-sm-3,
.col-xs-12,
.col-md-4,
.col-md-6,
.col-md-12,
.col-sm-6,
.col-xs-12,
.col-sm-12 {
	padding: 0;
}

/*头部*/

.container {
	padding: 0;
}

.header {
	background: url(../images/header.jpg) center center no-repeat;
	padding: 19px 0 0;
	box-shadow: 0 3px 3px #e5e5e5;
	position: relative;
}

.header-top {
	margin-bottom: 17px;
}

.logo {
	display: block;
	width: 50%;
	_width: 50%;
	float: left;
}

.header-right {
	width: 50%;
	float: left;
	margin-top: 28px;
	position: relative;
}

.header-right ul {
	margin-right: 30px;
}

.header-right ul li {
	float: right;
	color: #fff;
	font-size: 14px;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

.header-right ul li a {
	font-size: 14px;
	color: #fff;
	margin: 0 15px;
	cursor: pointer;
}

.navbar-toggle {
	display: none;
	position: relative;
	float: right;
	width: 24px;
	height: 22px;
	background: url(../images/anniu.png) no-repeat;
	margin-top: 8px;
	padding: 0;
	margin-right: 0;
	margin-bottom: 8px;
	border: none;
	border-radius: 0px;
}

/*搜索*/
.search {
	height: 20px;
	line-height: 20px;
	position: absolute;
	right: 0px;
	top: 0;
	padding-right: 10px;
}

.searchbox {
	top: 15px;
	right: 0px;
	width: 290px;
	text-align: center;
	z-index: 99;
	background: #fff left top;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-transform: translateY(20%);
	transform: translateY(20%);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.searchbox.show {
	top: 30px;
	opacity: 1;
	filter: alpha(opacity=1);
	/* IE */
	-moz-opacity: 1;
	/* 老版Mozilla */
	-khtml-opacity: 1;
	/* 老版Safari */
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.searchbox .search_kang {
	width: 234px;
	height: 33px;
	padding-left: 10px;
	text-align: left;
	vertical-align: middle;
}

.searchbox .search-button {
	width: 35px;
	height: 33px;
	line-height: normal;
	background: #35a6ef;
	color: #fff;
	vertical-align: middle;
	float: right;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #fff inset;
	-webkit-text-fill-color: #a4a4a4;
}


/* 通用 */
::-webkit-input-placeholder {
	color: #a4a4a4;
}

::-moz-placeholder {
	color: #a4a4a4;
}

/* firefox 19+ */
:-ms-input-placeholder {
	color: #a4a4a4;
}

/* ie */
input:-moz-placeholder {
	color: #a4a4a4;
}





/*导航*/
.nav {
	width: 100%;
	border-top: 1px solid #7caeec;
}

.nav ul {
	width: 100%;
}

.nav ul li {
	float: left;
	width: 10%;
	margin-left: 2%;
	text-align: center;
}

.nav ul li:first-child {
	width: 4%;
	margin-left: 0;
}

.nav ul li a {
	display: block;
	color: #fff;
	height: 54px;
	line-height: 54px;
	font-family: "微软雅黑";
	font-size: 18px;
}



/*banner相关设置*/

.fullWidth {
	width: 100%;
}

#full-width-slider {
	width: 100%;
}

#full-width-slider .rsOverflow {
	width: 100% !important;
	overflow: hidden;
}

#full-width-slider .rsGCaption {
	display: none;
}

.rsMinW .rsBullets {
	display: none;
	position: absolute;
	bottom: 17px;
	right: 8px;
	z-index: 35;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}

.rsMinW .rsBullet {
	height: 15px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	padding: 2px 4px;
}

.rsMinW .rsBullet span {
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #fff;
}

.rsMinW .rsBullet.rsNavSelected span {
	background: #b9b309;
}

#full-width-slider .rsContent {
	background: #f8f8f8;
}

.banner {
	position: relative;
}

.banner .container {
	position: relative;
}

.banner .rsImg {
	width: 100%;
}

.banner .banner-button {
	position: absolute;
	left: 45%;
	top: 28%;
}

.banner .icon {
	color: #fff;
	width: 238px;
	height: 42px;
	line-height: 42px;
	padding-left: 35px;
	font-size: 18px;
	border-radius: 30px;
}

.banner .icon img {
	margin-right: 10px;
}

.banner .wangs {
	background-color: #35a6ef;
	background-image: url(../images/arrow.png);
	background-position: 88% center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

.banner .xianc {
	background-color: #2076df;
	background-image: url(../images/arrow.png);
	background-position: 88% center;
	background-repeat: no-repeat;
}

.banner .banner-tips {
	position: absolute;
	left: 40%;
	top: 25%;
	text-align: center;
}

.banner .banner-title {
	color: #3275d4;
	padding-bottom: 10px;
	margin-top: 0;
	font-size: 36px;
	background: url(../images/banner-title.png) center bottom no-repeat;
}

.banner .banner-explain {
	font-size: 14px;
	color: #666;
}



/*首页背景*/
.write-content {
	background: #fff;
}

.gary-content {
	background: #f2f2ec;
}

.flower-content {
	background: url(../images/center-background.png) center center no-repeat;
}


/*标题样式*/
.title {
	margin: 0 0 25px;
	border-bottom: 3px solid #3275d4;
}

.title h3 {
	font-size: 22px;
	color: #444;
	font-weight: normal;
	float: left;
	margin: 0;
	height: 50px;
	line-height: 50px;
}

.title h3 span {
	font-family: "Georgia";
	font-size: 22px;
	color: #919191;
	margin-left: 10px;
	text-transform: capitalize;
}

.title h3 span.xtis {
	font-size: 18px;
	color: #444;
}

.title .more {
	font-size: 16px;
	float: right;
	background: url(../images/more.png) right center no-repeat;
	padding: 0 23px 0 0;
	color: #898989;
	margin-top: 15px;
}

.title .more:hover {
	color: #3275d4;
	background: url(../images/more-hover.png) right center no-repeat;
}

.title1 h3 {
	font-size: 22px;
	color: #fff;
	float: left;
	font-weight: normal;
	margin: 0;
}

.title1 .more {
	font-size: 14px;
	color: #fff;
	float: right;
}

.title2 {
	font-size: 22px;
	color: #333;
	height: 50px;
	line-height: 50px;
	border-bottom: 3px solid #3275d4;
	margin: 0 0 10px;
}



/*首页新闻中心*/
.index_page1 {
	padding: 48px 0 20px;
}

.evaluate ul li a {
	display: block;
	width: 80%;
	height: 50px;
	font-size: 16px;
	float: left;
	color: #444;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.new-img {
	padding-right: 2.2%;
}

#full-width-slider1 {
	width: 100%;
}

#full-width-slider1 .rsBullets {
	display: block;
	bottom: 17px;
}

#full-width-slider1 .rsBullet {
	height: 11px;
}

#full-width-slider1 .rsBullet span {
	widows: 11px;
	height: 11px;
	border-radius: 50%;
}

#full-width-slider1 .rsBullet.rsNavSelected span {
	background: #5298de;
}

#full-width-slider1 .rsGCaption {
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	padding: 0 80px 0 10px;
	height: 48px;
	line-height: 48px;
	background: url(../images/banner1-bottom.png) 100% 100% repeat;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.new-list {
	padding-left: 1%;
}

.new-list ul li {
	height: 50px;
	line-height: 50px;
	background: url(../images/dian.png) left center no-repeat;
	padding-left: 15px;
}

.new-list ul li a {
	display: block;
	width: 80%;
	height: 50px;
	font-size: 16px;
	float: left;
	color: #444;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.new-list ul li:hover a {
	color: #3275d4
}

.new-list ul li span {
	display: block;
	float: left;
	width: 20%;
	height: 50px;
	text-align: right;
	font-size: 16px;
	color: #a4a4a4;
}

.notice {
	/*padding-left: 3%;*/
	padding-left: 2%;
}

.notice ul li a {
	width: 100%;
}

.evaluate {
	/*padding-left: 2%;*/
	padding-left: 3%;
}

.evaluate ul li {
	height: 50px;
	line-height: 50px;
	background: url(../images/dian.png) 10px center no-repeat;
	padding-left: 25px;
}

.evaluate ul li a {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 16px;
}

.index-directory {
	margin-bottom: 30px;
}


#full-width-slider3 {
    width: 100%;
}

#full-width-slider3 .rsBullets{
    bottom: -30px;
    right: 45%;
    display: block;
}

#full-width-slider3 .rsBullet span{
	 border:2px  solid #35a6ef;
	  width:10px;
	  height:10px;
}

#full-width-slider3 .rsBullet.rsNavSelected span {
    border: 2px solid #35a6ef;
    background: #35a6ef;
}

.index-directory ul {
	margin-left: -2%;
}

.index-directory ul li {
	width: 18%;
	margin-left: 2%;
	float: left;
	text-align: center;
	padding: 10px 0 5px;
	background: #ecf4fb;
	margin-bottom: 10px;
}

.index-directory ul li a {
	color: #3275d4;
}

.index-directory ul li:hover {
	background: #3275d4;
}

.index-directory ul li:hover a {
	color: #fff;
}

.index-directory ul li .directory_i {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin: 0 auto;
	border: 1px solid #b7d2e9;
}

.index-directory ul li:hover .directory_i {
	background: #fff;
	border: 1px solid #0f63b8;
}

.index-directory ul li .directory_i img {
	padding-top: 9px;
}

.index-directory ul li p.bumen {
	width: 100%;
	margin: 9px 0;
	text-align: center;
	font-size: 13px;
	color: #2f74c7;
}

.index-directory ul li:hover p.bumen {
	color: #ecf4fb;
}

/*.index-directory ul li+li+li+li+li+li+li+li+li+li+li+li+li+li p.bumen {
	font-size: 36px;
	height: 70px;
}*/

.button-cepin {
	width: 100%;
	height: 58px;
	line-height: 58px;
	display: block;
	border: 1px solid #e2e2e2;
	background-image: url(../images/cepin-arrow.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	padding-left: 10px;
	font-size: 16px;
	color: #2f74c7;
}

.button-cepin:hover {
	color: #2f74c7;
}

.button-cepin img {
	margin-right: 10px;
	vertical-align: middle;
}



/*首页第二版块*/
.index_page2 {
	padding: 60px 0 64px;
}

.encyclopedia {
	height: 286px;
	padding-right: 2%;
}

.index-listxz ul li a{
    display: block;
   font-size: 16px;
	color: #fff;
height: 35px;
	line-height: 35px;
text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
position: relative;
    padding-left: 14px;
}

   .index-listxz ul li a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 17px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
}



.ency {
	min-height: 100%;
	background: url(../images/lan-kuai.png) 100% 100% repeat;
	padding: 20px 15% 10px 20px;
}

.ency ul {
	margin: 40px 0 74px;
}

.ency ul li {
	width: 50%;
	float: left;
	text-align: center;
}

.ency p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.ency ul li p.number {
	font-size: 48px;
	margin-bottom: 10px;
}

.entry {
	padding: 0 1%;
	height: 286px;
	overflow: hidden;
}

.entr {
	background: url(../images/lan-kuai.png) 100% 100% repeat;
	padding: 20px 5% 33px 20px;
	min-height: 100%;
}

.entr ul {
	margin: 10px 3.9%;
}

.entr ul li {
	width: 32.3%;
	margin: 19px 0.5%;
	float: left;
	font-size: 18px;
	color: #fff;
	text-align: center;
}

.entr ul li+li+li+li {
	width: 48%;
}

.entr ul li+li+li+li+li+li {
	width: 31%;
}

.issues {
	padding-left: 2%;
	height: 286px;
	overflow: hidden;
}

.issues ul li {
	height: 35px;
	line-height: 35px;
}

.issues ul li span {
	font-size: 16px;
	color: #fff;
}

.issues ul li span.department {
	width: 65%;
        /*width: 35%;*/
	float: left;
}

/*.issues ul li span.window {
	width: 30%;
	float: left;
}*/

.issues ul li span.Num {
	width: 23%;
	float: left;
}

.issues ul li span.state {
	width: 12%;
	float: left;
}

.iss {
	background: url(../images/lan-kuai.png) 100% 100% repeat;
	/*height: 286px;*/
	padding: 20px 3% 32px 30px;
        padding: 20px 5% 32px 25px;
}

.iss .title1 {
	margin-bottom: 25px;
}

.iss-tabel {
	height: 180px;
	overflow: hidden;
}

.iss p {
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}



/*首页第三版块*/
.index_page3 {
	padding: 25px 0 40px;
}

.query ul {
	margin-left: -2%;
	margin-bottom: 30px;
}

.query ul li {
	width: 23%;
	margin: 10px 0 10px 2%;
	float: left;
	background: #f6f6f6;
}

.query ul li:hover {
	background: #3275d4;
}

.query ul li a {
	font-size: 16px;
	color: #202020;
	display: block;
	height: 60px;
	line-height: 60px;
	padding: 0 0 0 20%;
}

.query ul li:hover a {
	color: #fff;
}

.department ul li {
	width: 16%;
	float: left;
}

.department ul li a {
	font-size: 16px;
	color: #444;
	height: 35px;
	line-height: 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.department ul li:hover a {
	color: #3275d4;
}

#top {
	text-align: center;
	background: #24282f;
	padding: 15px 0;
}



/*列表页*/
.content_page {
	padding-top: 40px;
	min-height: 400px;
}

.left-box {
	padding-right: 4%;
}

.navcolumnt {
	height: 55px;
	line-height: 55px;
	font-size: 20px;
	color: #1353bd;
	border-bottom: 3px solid #4377d3;
}

.left-box ul li ul {
	padding-left: 13%;
}

.left-box ul li a {
	display: block;
	height: 49px;
	line-height: 49px;
	font-size: 14px;
	color: #666;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #9b9b9b;
}

.left-box ul li.active a {
	color: #4377d3;
	border-bottom: 1px solid #4377d3;
}

.left-box ul li:hover a {
	color: #4377d3;
	border-bottom: 1px solid #4377d3;
}

.left-box ul li ul li a {
	padding-left: 0;
}

.left-box ul li:hover ul li a {
	color: #666;
	border-bottom: 1px solid #9b9b9b;
}

.left-box ul li.active ul li a {
	color: #666;
	border-bottom: 1px solid #9b9b9b;
}

.left-box ul li ul li.active a {
	color: #4377d3;
	border-bottom: 1px solid #4377d3;
}

.left-box ul li ul li:hover a {
	color: #4377d3;
	border-bottom: 1px solid #4377d3;
}

.columntitle {
	font-size: 26px;
	height: 45px;
	line-height: 45px;
	color: #373737;
	margin: 25px 0 10px;
}

.columntitle1 {
	font-size: 28px;
	height: 55px;
	line-height: 50px;
	color: #1353bd;
	margin: 0;
	border-bottom: 3px solid #4377d3;
}

.title3 {
	font-size: 30px;
	color: #0f1d28;
	margin: 20px 0 25px;
}

.content-page {
	padding: 15px 0 0;
}

.location {
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	color: #666666;
	background: url(../images/location.png) left center no-repeat;
	padding-left: 20px;
	border-bottom: 1px dashed #e5e5e5;
}

.location a {
	color: #666666;
	margin: 0 10px;
}

.location a:first-child {
	color: #2076df;
}

.location .on {
	color: #2076df;
}

.list ul {
	min-height: 300px;
	margin-top: 20px;
}

.list ul li {
	margin: 0 0 30px;
}

.list ul li a {
	padding-left: 130px;
	display: block;
	height: 20px;
	font-size: 16px;
	color: #666;
	position: relative;
}

.list ul li a p {
	font-size: 16px;
	overflow: hidden;
	line-height: 20px;
	margin: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list ul li a span {
	width: 115px;
	line-height: 20px;
	color: #666;
	position: absolute;
	left: 0;
	top: 0;
	border-right: 1px solid #4377d3;
}

.list ul li:hover a p {
	color: #1353bd;
}



/*内容*/

.article {
	padding-top: 20px;
	padding-bottom: 50px;
	min-height: 350px;
}

.article h1.intro {
	text-align: left;
	font-size: 18px;
	color: #595c5b;
	font-family: "微软雅黑";
	line-height: 1.5;
	margin: 0;
}

.article h2.title {
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	color: #474747;
	font-family: "微软雅黑";
	line-height: 24px;
	margin: 10px 0 13px;
	border-bottom: none;
	background: none;
}

.article h3.subtitle {
	font-size: 18px;
	color: #393939;
	line-height: 1.5;
	text-align: left;
	margin: 0;
}

.article h4.information {
	margin: 0;
	text-align: left;
	line-height: 32px;
	font-size: 14px;
	color: #333;
	padding-bottom: 10px;
	margin: 14px 0;
}

.article .content {
	color: #555555;
	font-size: 16px;
	line-height: 36px;
	min-height: 250px;
	padding: 10px 0 40px;
}

.article .content p {
	margin: 0;
	color: #737373;
	font-size: 16px;
	line-height: 31px;
	margin-bottom: 10px;
	font-family: "微软雅黑";
}

.article .content p img {
	max-width: 100%;
}

.search-entry {
	background: #f1f1f1;
	padding: 22px 22px 32px;
	margin-bottom: 10px;
}

.search-baike {
	margin-bottom: 20px;
}

.search_kang {
	background: #fff;
	height: 43px;
	line-height: 43px;
	color: #a4a4a4;
	font-size: 16px;
	width: 65%;
	float: left;
	padding: 0 10px;
	outline: none;
	margin-right: 2%;
}

.search-baike select {
	float: left;
	border: 1px solid #d7d7d7;
	background-color: #fff;
	background-image: url(../images/baike-arrow.png);
	background-position: 94% center;
	background-repeat: no-repeat;
	height: 43px;
	line-height: 43px;
	color: #a4a4a4;
	font-size: 16px;
	text-align: center;
	width: 24%;
	padding: 0 10px;
	-moz-appearance: none;
	-webkit-appearance: none;
	margin-right: 2%;
}

.search-baike .search_submit {
	width: 6%;
	float: left;
}

.chitiao h2 {
	font-size: 16px;
	color: #464646;
	margin: 0;
	float: left;
}

.chitiao ul li {
	float: left;
	margin-left: 1.5%;
}

.chitiao ul li a {
	font-size: 14px;
	color: #464646;
}

.message-item {
	margin: 35px 0 40px;
}

.message-item ul li {
	background: #f2f8fd;
	margin-bottom: 15px;
	padding: 30px 23px 10px 14px;
}

.message-item .message {
	font-size: 14px;
	color: #666;
	line-height: 3;
	text-indent: 2em;
}

.message-item .reply {
	border: 1px solid #a3c9ff;
	background: #fff;
	border-radius: 5px;
	padding: 10px;
	color: #94070a;
	font-size: 14px;
	margin: 20px 0;
}

.message-item .infor {
	font-size: 14px;
	color: #666;
	text-align: right;
}



/*  办事动态*/
.summary ul li {
	width: 30%;
	float: left;
	margin-left: 5%;
	margin-top: 20px;
	margin-bottom: 40px;
	background: #ecf4fb;
	padding: 24px 2%;
}

.summary ul li:first-child {
	margin-left: 0;
}

.summary ul li .summary-i {
	width: 75px;
	height: 75px;
	line-height: 75px;
	text-align: center;
	border-radius: 50%;
	float: left;
	background: #f1937a;
}

.summary ul li+li .summary-i {
	background: #83c8a3;
}

.summary ul li+li+li .summary-i {
	background: #ffbe00;
}

.summary ul li p {
	font-size: 16px;
	color: #5d5d5d;
	text-align: right;
}

.summary ul li p strong {
	font-size: 30px;
	color: #333333;
}

.base_detail {
	margin-bottom: 40px;
}

.base_detail ul {
	background: #ecf4fb;
	width: 48%;
	float: left;
	padding: 15px 37px;
}

.base_detail ul li {
	height: 50px;
	line-height: 48px;
	font-family: "微软雅黑";
	font-color: #5d5d5d;
	font-size: 16px;
}

.base_detail .order_total {
	float: right;
}

.base_detail ul li .icon {
	display: block;
	width: 24px;
	height: 25px;
	float: left;
	margin: 11px;
	margin-right: 29px;
	background-color: blue;
	bascground-size: 100% 100%;
}

.base_detail ul li span.people {
	display: block;
	float: right;
	font-size: 18px;
}

.base_detail ul li span.people strong {
	font-size: 22px;
}

.base_detail .already_total .today .icon {
	background: url(../images/base_total_pic/1.png);
}

.base_detail .already_total .history .icon {
	background: url(../images/base_total_pic/2.png);
}

.base_detail .already_total .all .icon {
	background: url(../images/base_total_pic/3.png);
}

.base_detail .order_total .today .icon {
	background: url(../images/base_total_pic/4.png);
}

.base_detail .order_total .history .icon {
	background: url(../images/base_total_pic/5.png);
}

.base_detail .order_total .all .icon {
	background: url(../images/base_total_pic/6.png);
}

.line-up {
	margin-bottom: 30px;
}

.line-up ul {
	margin-left: -3%;
}

.line-ul {
	height: 250px;
	overflow: hidden;
}

.line-up ul li {
	width: 47%;
	float: left;
	height: 50px;
	line-height: 50px;
	background: url(../images/dian.png) 10px center no-repeat;
	border-bottom: 1px dashed #dfe1e2;
	padding-left: 30px;
	margin-left: 3%;
}

.line-up ul li span {
	font-size: 16px;
	color: #666;
}

.line-up ul li span.department {
	width: 70%;
       /* width: 38%;*/
	display: block;
	float: left;
}

/*.line-up ul li span.window {

	color: #ff0000;
	font-weight: bold;
	width: 14%;
	display: block;
	float: left;

}

.line-up ul li span.windowc {
	width: 18%;
	display: block;
	float: left;
}*/

.line-up ul li span.Num {
	width: 20%;
	float: left;
	display: block;
	color: #ffae00;
	font-weight: bold;
}

.line-up ul li span.state {
	width: 10%;
	float: left;
	display: block;
}

.Situation {
	margin-bottom: 50px;
}

.Situation ul {
	margin-left: -3%;
}

.Situation-ul {
	height: 300px;
	overflow: hidden;
}

.Situation ul li {
	width: 47%;
	float: left;
	height: 50px;
	line-height: 50px;
	background: url(../images/dian.png) 10px center no-repeat;
	border-bottom: 1px dashed #dfe1e2;
	padding-left: 30px;
	margin-left: 3%;
}

.Situation ul li span {
	font-size: 16px;
	color: #666;
}

.Situation ul li span.department {
	width: 32%;
	display: block;
	float: left;
}

.Situation ul li span.handle {
	width: 20%;
	display: block;
	float: left;
}

.Situation ul li span.handle_num {
	width: 18%;
	display: block;
	float: left;
	color: #ff0000;
	font-weight: bold;
}

.Situation ul li span.sati {
	width: 20%;
	display: block;
	float: left;
}

.Situation ul li span.sati-pro {
	width: 10%;
	display: block;
	float: left;
	color: #2bbe6f;
	font-weight: bold;
}


/*服务事项目录*/

.table-caozuo {
	/*background: #f6f6f6;*/
	height: 55px;
	line-height: 55px;
	margin-top: 30px;
}

.table-caozuo p {
	font-size: 14px;
	color: #666;
}

#dropdown {
	width: 125px;
	margin: 20px 0 20px 0px;
	float: left;
	position: relative
}

#dropdown p {
	width: 125px;
	height: 15px;
	line-height: 15px;
	/*padding-left: 4px;*/
	padding-right: 30px;
	/*border-right: 1px solid #808080;*/
	background: url(../images/select-arrow.png) no-repeat 80% center;
	color: #666;
	cursor: pointer
}

#dropdown ul {
	width: 135px;
	background: #fff;
	-moz-box-shadow: 0px  -1px 7px #C0C0C0;
	-webkit-box-shadow: 0px -1px 7px #C0C0C0;
	box-shadow: 0px -1px 7px #C0C0C0;
	margin-top: 2px;
	position: absolute;
	top: 20px;
	left: -10px;
	display: none;
}

#dropdown ul li {
	height: 34px;
	line-height: 34px;
	text-indent: 10px;
}

#dropdown ul li a {
	display: block;
	height: 34px;
	color: #8e8e8e;
	padding: 0 20px;
	font-size: 14px;
	text-decoration: none
}

#dropdown ul li a:hover {
	background: #f0f0f0;
}

.table-caozuo p.Summary {
	float: right;
	/*padding-right: 20px;*/
}

.matter-type {
	border-right: 1px solid #808080;
	background: none;
	margin-left: 10px;
}

.checkbox {
	position: relative;
	float: left;
	margin: 0px 10px 0 20px;
}
/*隐藏掉我们模型的checkbox*/
.checkbox input {
	position: absolute;
	left: 0;
	margin-left: 0 !important;
	top: 20px;
	opacity: 0;
}

/*未选中时*/
.checkbox label {
	padding: 0 0 0 25px;
	background: url(../images/checkbox.png) left center no-repeat;
}

.radio + .radio, .checkbox + .checkbox {
	margin-top: 0;
}

.checkbox > input:checked + label {
	background: url(../images/checkbox-select.png) left center no-repeat;
}

#loutinav {
	width: 100px;
	position: fixed;
	top: 400px;
	right: 85%;
	 /* display: none; */
	border-right: 1px solid #ddd;
}

#loutinav ul li {
	width: 100px;
	height: 22px;
	line-height: 22px;
	margin: 10px 0;
	list-style: none;
	font-size: 14px;
	text-align: center;
	position: relative;
	cursor: pointer;
	color: #333;
}

#loutinav ul li.active {
	font-size: 14px;
	color: #2f74c7;
	display: block;
	border-right: 2px solid #2f74c7;
}

.directory ul {
	margin-left: -2%;
}

.directory ul li {
	width: 14.6%;
	float: left;
	margin-left: 2%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #ecf4fb;
	margin-top: 7PX;
	margin-bottom: 7PX;
}

.directory ul li a {
	font-size: 14px;
	color: #3275d4;
}

.directory ul li:hover {
	background: #3275d4;
}

.directory ul li:hover a {
	color: #fff;
}

.directory ul li.active {
	background: #3275d4;
}

.directory ul li.active a {
	color: #fff;
}

.Matter-table {
	width: 100%;
	margin-bottom: 50px;
}

.Matter-table tr th {
	font-size: 14px;
	color: #8e8e8e;
	font-weight: normal;
}

.Matter-table tr th+th+th {
	text-align: center;
}

.Matter-table tr th+th+th+th+th {
	text-align: right;
	padding-right: 0%;
}

.Matter-table tr {
	height: 60px;
	border-bottom: 1px solid #eeeeee;
}

.Matter-table tr td {
	font-size: 14px;
	color: #3275d4;
	width: 40%;
	padding-right: 10px;
}

.Matter-table tr td a {
	color: #3275d4;
}

.Matter-table tr td a:hover {
	color: #1851a2;
	text-decoration: underline;
}

.Matter-table tr td+td {
	width: 18%;
	color: #333;
}

.Matter-table tr td img {
	margin-right: 10px;
}

.Matter-table tr td+td+td {
	width: 11%;
	text-align: center;
}

.Matter-table tr td+td+td+td {
	width: 11%;
}

.Matter-table tr td+td+td+td+td {
	text-align: right;
	padding-right: 0%;
	width: 20%;
}

.Matter-table .Matter-btn {
	font-size: 14px;
	font-weight: bold;
	color: #3275d4;
	margin: 0 0 0 10px;
}

.Matter-table .btn-not {
	opacity: 0.35;
}

.Matter-table .btn-not:hover {
	text-decoration: none;
}


/* 事项信息表 */
.information-left {
	padding-right: 0.5%;
}

.infor-operation {
	overflow: hidden;
}

.infor-operation li {
	float: left;
	width: 23%;
	margin-right: 2%;
	height: 55px;
	line-height: 55px;
	background-color: #ecf4fb;
	text-align: center;
}

.infor-operation li:first-child {
	text-align: left;
	padding-left: 6%;
	background-image: url(../images/Double.png);
	background-position: 75% center;
	background-repeat: no-repeat;
}

.infor-operation li+li+li {
	text-align: right;
	padding-right: 6%;
	background-image: url(../images/Collection.png);
	background-position: 25% center;
	background-repeat: no-repeat;
}

.infor-operation li:hover {
	background-color: #2f74c7;
}

.infor-operation li:first-child:hover {
	background-image: url(../images/Double-hover.png);
}

.infor-operation li+li+li:hover {
	background-image: url(../images/Collection-hover.png);
}

.infor-operation li a {
	font-size: 16px;
	color: #2f74c7;
}

.infor-operation li:hover a {
	color: #fff;
}

.basic-infor {
	margin-top: 25px;
}

.basic-infor table {
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
}

.basic-infor table tr {
	border-top: 1px solid #e4e4e4;
}

.basic-infor table td {
	min-width: 100px;
	background: #f2f2f2;
	padding: 10px 18px;
}

.basic-infor table td+td {
	background: #fff;
}


/* 所需材料 */
.material-infor {
	margin-top: 25px;
}

.material-infor p.handle {
	font-size: 18px;
	color: #333;
	margin-bottom: 10px;
}

.material-infor table {
	border-bottom: 1px solid #e4e4e4;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	margin-bottom: 20px;
}

.material-infor table tr {
	border-top: 1px solid #e4e4e4;
}

.material-infor table tr th {
	background: #f2f2f2;
	padding: 10px 0;
	text-align: center;
}

.material-infor table tr td {
	width: 8%;
	padding: 10px;
	text-align: center;
}

.material-infor table tr td+td {
	width: 18%;
	text-align: left;
}

.material-infor table tr td+td+td {
	width: 18%;
	text-align: center;
}

.material-infor table tr td+td+td+td {
	width: 16%;
}

.material-infor table tr td+td+td+td+td {
	width: 10%;
}

.material-infor table tr td+td+td+td+td+td {
	width: 18%;
	text-align: left;
}

.material-download p {
	font-size: 16px;
	color: #444;
	line-height: 30px;
}

.material-download .button-download {
	display: block;
	padding: 13px 0px;
	background: #ecf4fb;
	color: #2f74c7;
	font-size: 16px;
	margin: 10px 0;
	text-align: center;
	width: 160px;
}

.material-liuchen {
	margin-bottom: 50px;
}

.material-liuchen p {
	font-size: 16px;
	color: #444;
	line-height: 30px;
}

.material-liuchen .button-liuchen {
	display: block;
	padding: 13px 0px;
	background: #ecf4fb;
	color: #2f74c7;
	font-size: 16px;
	margin: 10px 0;
	text-align: center;
	width: 160px;
}

.information-right {
	padding-left: 2.5%;
}

.button-inform {
	display: block;
	width: 100%;
	color: #2f74c7;
	font-size: 18px;
	height: 70px;
	line-height: 70px;
	border: 1px solid #e2e2e2;
	background-image: url(../images/baike_arrowleft.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	margin: 10px 0 30px;
	font-weight: 500;
}

.button-inform:hover {
	color: #2f74c7;
}

.button-inform img {
	margin-left: 4%;
	padding-right: 10px;
}

.infor-xinxi {
	border: 1px solid #e2e2e2;
	padding: 0 4%;
	margin-bottom: 30px;
}

.infor-xinxi li {
	border-top: 1px dashed #dfe1e2;
	padding: 20px 0;
}

.infor-xinxi li:first-child {
	border-top: none;
}

.infor-xinxi li h4 {
	font-size: 18px;
	color: #333;
	font-weight: normal;
	margin: 0;
}

.infor-xinxi li p {
	font-size: 14px;
	color: #2f74c7;
	margin: 10px 0 0;
}

.share {
	border: 1px solid #e2e2e2;
	padding: 20px 4%;
	overflow: hidden;
	margin-bottom: 30px;
}

.share h4 {
	font-size: 18px;
	color: #333;
	margin: 0;
}

.share a {
	font-size: 14px;
	color: #2f74c7;
	display: block;
	float: left;
	padding-left: 30px;
	margin: 20px 0 0;
}

.share a.share-download {
	background-image: url(../images/share-download.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.share a.share-wechat {
	float: right;
	text-align: right;
	background-image: url(../images/share-wechat.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/*尾部*/
.footer {
	padding: 13px 0 21px;
	background: #1c1f25;
}

.footer p {
	font-size: 14px;
	color: #9aa1b1;
	line-height: 1.5;
}

.footer .footer-left {
	width: 37%;
	float: left;
	text-align: left;
	margin: 18px 0 15px;
}

.footer .footer-left p {
	font-size: 14px;
	color: #9aa1b1;
	margin-top: 10px;
}

.footer .footer-left p a {
	font-size: 14px;
	color: #9aa1b1;
	margin-left: 5px;
	text-decoration: underline;
}

.footer-center {
	width: 35%;
	float: left;
	margin: 20px 0 0;
}

.footer-right {
	width: 28%;
	height: 108px;
	float: left;
	margin-top: 12px;
	text-align: right;
	position: relative;
}

.footer-right .wechat {
	margin-right: 10px;
}

.ewmbox {
	position: absolute;
	z-index: 9;
	top: -55px;
	right: 40px;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	background: #ececec;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.ewmbox.active {
	opacity: 1;
	filter: alpha(opacity=1);
	/* IE */
	-moz-opacity: 1;
	/* 老版Mozilla */
	-khtml-opacity: 1;
	/* 老版Safari */
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.sinabox {
	position: absolute;
	z-index: 9;
	top: -55px;
	right: 0;
	padding: 10px;
	opacity: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	background: #ececec;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.sinabox.active {
	opacity: 1;
	filter: alpha(opacity=1);
	/* IE */
	-moz-opacity: 1;
	/* 老版Mozilla */
	-khtml-opacity: 1;
	/* 老版Safari */
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.footer select {
	border: none;
	background: #1c1f25;
	height: 30px;
	color: #9aa1b1;
	font-size: 14px;
	margin-left: 3%;
	padding: 0 3px;
	outline: none;
}

.wechat-xin {
	margin-top: 10px;
}



/*分页栏*/
.pagebar {
	margin: 31px auto 40px;
	text-align: center;
}

.p_first_d,
.p_last_d {
	display: none;
	font-size: 15px;
	color: #595959;
	background: #fff;
	border: 1px solid #e9e9e9;
	margin: 12px 2px;
	padding: 8px 13px;
}

.p_first,
.p_last {
	display: none;
	font-size: 14px;
	color: #595959;
	background: #fff;
	border-radius: 10px;
	padding: 8px 13px;
	border: 1px solid #e8e8e8;
	margin: 12px 2px;
}

.p_prev_d,
.p_prev {
	font-size: 15px;
	color: #595959;
	background: #fff;
	padding: 5px 9px;
	border: 1px solid #e8e8e8;
	margin: 12px 1px;
	display: inline-table;
}

.p_no {
	padding: 5px 12px;
	background: #fff;
	border: 1px solid #e8e8e8;
	margin: 0px 1px;
	color: #595959;
	font-size: 14px;
}

.p_no_d {
	background: #4377d3;
	color: #fff;
	font-size: 15px;
	padding: 5px 12px;
	border: 1px solid #e8e8e8;
	margin: 0px 1px;
	display: inline-table;
}

.p_next,
.p_next_d {
	font-size: 15px;
	background: #fff;
	color: #595959;
	padding: 5px 9px;
	margin: 12px 0 12px 1px;
	border: 1px solid #e8e8e8;
	display: inline-table;
}

.p_t {
	padding: 8px 13px;
	border: 1px solid #e8e8e8;
	margin: 0px 2px;
	color: #595959;
	font-size: 15px;
}

.shixiang-search{
float: left;
}

.shixiang-search .search_kang_sx {
    width: 245px;
    height: 33px;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #b3cff6;
    border-radius: 5px;
    margin-right: 20px;
}


.shixiang-search .search-button-sx {
   width: 65px;
    height: 33px;
    line-height: normal;
    background: #3275d4;
    color: #fff;
    vertical-align: middle;
    /* float: right; */
    border-radius: 5px;
     padding-left: 12px;
    background: url(../images/search-sx.png) #3275d4 10px center no-repeat;
}




/*兼容ie*/

.ie7 .container,
.ie8 .container {
	max-width: 1200px;
}

.ie7 .nav ul li {
	width: 9%;
}

.ie7 .nav ul li:first-child {
	width: 4%;
	margin-left: 0;
}

.ie7 .new-img {
	width: 47.8%;
}

.ie7 .new-list {
	width: 49%;
}

.ie7 #full-width-slider1 {
	overflow: hidden;
}

.ie7 .new-directory {
	width: 75%;
}

.ie7 .evaluate {
	width: 23%;
       width: 34%;
}

.ie7 .index-directory ul li+li+li+li+li+li+li+li+li+li+li+li+li+li p.bumen {
	/*height: 80px;*/
}

.ie7 .new {
	width: 66%;
}

.ie7 .notice {
	width: 25%;
}

.ie7 .encyclopedia {
	width: 31%;
        width: 33%;
}

.ie7 .entry {
	width: 31%;
        width: 33%;
}

.ie7 .issues {
	width: 31%;
       width: 33%;
}

.ie7 .index_page2 {
	padding: 0;
	height: 400px;
}

.ie7 .index_page2 .container {
	padding: 60px 0 64px;
}

.ie7 .list {
	padding-bottom: 30px;
}

.ie7 .left-box {
	width: 21%;
}

.ie7 .right-box {
	width: 73%;
}

.ie7 .search_kang {
	width: 62%;
}

.ie7 .summary ul li {
	width: 26%;
}

.ie7 .line-up ul li {
	width: 43%;
}

.ie7 .Situation ul li {
	width: 43%;
}

.ie8 .new-directory {
	width: 75%;
}

.ie8 .evaluate {
	width: 25%;
}

.ie8 .new-img {
	width: 50%;
}

.ie8 .new-list {
	width: 50%;
}

.ie8 .encyclopedia {
	width: 33%;
	height: 246px;
}

.ie8 .new {
	width: 66%;
}

.ie8 .notice {
	width: 34%;
}

.ie8 .entry {
	width: 33%;
}

.ie8 .issues {
	width: 33%;
}

.ie8 .left-box {
	width: 25%;
}

.ie8 .right-box {
	width: 75%;
}