﻿*, :after, :before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: inherit;
    list-style: none;
    text-decoration: none;
    font-style: normal;
    font-weight: inherit;
}

html {
    min-height: 100vh;
    width: 100%;
}

body {
    min-height: 100vh;
    width: 100%;
    margin: 0;
	background: url("../../images/zfxxgk/gk.png") center top no-repeat #fdfdfe;
}

.page-area {
    background: #f2f2f2;
    width: 1100px;
    margin: 0 auto;
    padding: 0 36px 50px;
}

.page-search {
    height: 218px;
    position: relative;
}

.page-search:before,
.page-search:after {
    content: '';
    width: 240px;
    height: 1px;
    position: absolute;
    display: block;
    background: #dcdcdc;
    top: 50%;
    left: 0;
}

.page-search:after {
    right: 0;
    left: auto;
}

.page-search .page-input {
    width: 510px;
    background: #fff;
    border: solid 1px #39548b;
    height: 50px;
    border-radius: 9px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -255px;
}

.page-search .page-input input {
    border: none;
    background: none;
    width: 458px;
    height: 48px;
    float: left;
    outline: none;
    padding: 0 10px;
    font-size: 18px;
    line-height: 48px;
}

.page-search .page-input button {
    height: 48px;
    float: left;
    border: none;
    width: 48px;
    outline: none;
    background: none;
    background: url("../../images/zfxxgk/search.png") center no-repeat;
    font-size: 0;
}

.page-nav {
    float: left;
    width: 240px;
}

.page-nav > ul {
}

.page-nav > ul > li {
    margin-bottom: 15px;
}

.page-nav > ul > li > div {
    background: #fff;
    height: 70px;
    padding-left: 10px;
}

.page-nav > ul > li > div.active {
    background: #39548b;
}

.page-nav > ul > li > div.active b {
    color: #fff;
}

.page-nav > ul > li > div.active .more:before,
.page-nav > ul > li > div.active .more:after {
    background: #fff;
}

.page-nav > ul > li > div img {
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    /* background: rgba(15, 106, 187, 0.5); */
    margin: 10px;
    border-radius: 8px;
}

.page-nav > ul > li > div img.white {
    display: none;
}

.page-nav > ul > li > div img.blue {
    display: block;
}

.page-nav > ul > li > div.active img.white {
    display: block
}

.page-nav > ul > li > div.active img.blue {
    display: none
}

.page-nav > ul > li > div b {
    font-size: 23px;
    width: 100px;
    display: block;
    float: left;
    line-height: 25px;
    padding: 10px 0;
    color: #2c66a6;
}

.page-nav > ul > li > div .more {
    width: 40px;
    height: 70px;
    float: right;
    position: relative;
}

.page-nav > ul > li > div .more:before, .page-nav > ul > li > div .more:after {
    content: '';
    display: block;
    width: 2px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px -1px;
    background: #39548b;
    position: absolute;
}

.page-nav > ul > li > div .more:after {
    width: 20px;
    height: 2px;
    margin: -1px -10px;
}

.page-nav > ul > li > ul {
    text-align: center;
    background: #fff;
    padding: 20px 0;
    line-height: 32px;
    display: none;
		/*max-height: 345px;
		overflow-y: auto;*/
}

.page-nav > ul > li > ul.active {
    display: block;
}

.page-nav > ul > li > ul > li {
    font-size: 0;
    color: #333; 
	text-align: left;
	position: relative;
	cursor: pointer;
}
.page-nav > ul > li > ul > li.active a {
	color: #39548b;
	font-weight: bold;
}
.page-nav > ul > li > ul > li.active {background: #e7f5fe;}
.page-nav > ul > li > ul > div {display: none; text-align: left;}
.page-nav > ul > li > ul > div.active {display: block;}
.page-nav > ul > li > ul > div a {padding-left: 55px; display: block; cursor: pointer;}
.page-nav > ul > li > ul > div a:hover,.page-nav > ul > li > ul > div a.active {
    color: #39548b;
    font-weight: bolder;
    background: #e7f5fe;}

.page-nav > ul > li > ul > li.you:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #333;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 100px;
	position: absolute;
	left: 30px;
	top: 13px;
}

.page-nav > ul > li > ul > li:hover {

    color: #39548b;

    font-weight: bolder;

    background: #e7f5fe;
}

.page-nav > ul > li > ul li:before {

}

.page-nav > ul > li > ul > li a {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
	text-align: left;
	margin-left: 50px;
	line-height: 20px;
	padding: 6px 20px 6px 0;
	position: relative;
}

.page-nav > ul > li > ul > li a::before {content: ""; width: 4px; height: 4px; border-radius: 2px; background: #333; position: absolute; left: -15px; top: 15px;}

.page-nav > ul > li > ul > li > ul {
    background: #fff;
}

.page-nav > ul > li > ul > li > ul > li {
    padding-left: 30px;
    font-weight: normal;
}

.page-nav > ul > li > ul > li > ul > li:hover {
    background: #e7f5fe;
    font-weight: bold;
}

.page-nav > ul > li > ul > li > ul > li a {
	margin-left: 36px;
	color: #666;
	font-size: 18px;
}
.page-nav > ul > li > ul > li > ul > li:hover a {
	color: #39548b;
}

.page-container {
    margin-left: 258px;
    background: #fff;
}

.page-container .page-info {
    padding: 0 20px 35px;
}

.page-container .page-info .page-title {
    text-align: center;
    line-height: 40px;
    font-size: 32px;
	font-weight: bold;
    color: #39548b;
    padding: 40px 0 10px;
}

.page-container .page-info p {
    color: #333;
    /* font-size: 16px; */
    line-height: 30px;
    text-indent: 0em;
    
}

.page-container .page-info h4 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 35px 0;
}

.page-container .page-info h5 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin: 0;
    line-height: 34px;
}

.page-container .page-list {
	/*height: 1130px;
	overflow-y:scroll;*/
	padding-bottom: 35px;
}




.page-container .page-list #zdly a{
	text-align: center;
    display: block;
    padding-top: 20px;
    font-size: 30px;
    color: #0F6ABB;
    font-weight: 600;
}





.page-container .page-list .page-title {
    font-size: 18px;
    height: 35px;
    border-bottom: solid 1px #dcdcdc;
    margin-bottom: 10px;
}

.page-container .page-list .page-title b {
    background: #39548b;
    line-height: 35px;
    display: block;
    float: left;
	padding: 0 30px;
	text-align: center;
	font-weight: bold;
    color: #fff;
}

.page-container .page-list .page-title b a {color: #fff;}

.page-container .page-list ul {
	margin: 0 20px 20px;
}

.page-container .page-list ul li {
    padding: 10px 10px;
}

.page-container .page-list ul li a {
}

.page-container .page-list ul li b {
    font-size: 18px;
    line-height: 24px;
    color: #333;
}

.page-container .page-list ul li a:hover b {color: #1f69c4;}

.page-container .page-list ul li span {
    font-size: 18px;
    line-height: 21px;
    color: #999999;
    display: inline-block;
		float: right;
	height:25px;
	line-height:25x;
	
}

.page-container .page-more {
    padding: 20px;
    text-align: center;
    font-size: 18px;
}

.page-container .page-more span {
    background: #e6e6e6;
    line-height: 30px;
    height: 30px;
    display: block;
    width: 100px;
    font-size: 18px;
    text-align: center;
}




.page-banner {width: 100%; min-width: 1100px; height: 365px; padding-top: 45px; text-align: right; font-size: 18px; color: #fff; line-height: 25px;}
.page-banner .banner-wrap {width: 1100px; margin: 0 auto; position: relative;}
.page-banner .banner-wrap > a {color: #fff; font-size: 18px; margin: 0 15px;}
.page-banner .banner-wrap > a:hover {text-decoration: underline;}
.page-banner .logo {background: url(../../images/zfxxgk/2006151636039548845.png) no-repeat left center; height: 76px; padding-left: 90px; font-size: 35pt; color: #fff; line-height: 76px; text-align: left;}
.page-banner .logo a {color: #fff; font-weight:bold;text-shadow: 0 5px 10px rgba(0, 0, 0, 0.253);}
.page-banner > .top {position:absolute; top:0; width:1100px; height:45px; line-height:45px; text-align:right; color:#fff; left:50%; margin-left:-550px;}
.page-banner > .top a {color:#fff;}
.page-banner > .top a:hver {text-decoration:underline;}
.page-banner > .top * {color:#fff;}

.page-nav-wrap {width: 1100px; height: 50px; line-height: 50px; margin: 0 auto; background: #21a3e6; display:table;}
.page-nav-wrap li {display:table-cell; width:1%; white-space:nowrap; text-align:center; position: relative;}
.page-nav-wrap li:before {content:''; position: absolute; top: 11px; left: -1px; height: 28px; width: 1px; background: #fff;}
.page-nav-wrap li:first-child:before,.page-nav-wrap li:hover:before {display: none;}
.page-nav-wrap li a {width: 100%; height: 50px; color: #fff; font-size: 18px; font-weight: bold; display: block;}
.page-nav-wrap li a:hover {background: #fff; color: #21a3e6;}



.page-table001 {padding: 0 30px 30px;}
.page-table001 table {table-layout: fixed; border-collapse:collapse; border-spacing:0; background: #fff;}
.page-table001 table td{margin:0; border-collapse:collapse; border-spacing:0; line-height:24px; padding:13px 20px; border:1px solid #e5e5e5; font-size:18px; color: #333;}/*2016-09-12*/
.page-table001 table tr:nth-child(2n-1),.page-table001 table tr:hover {background: #f8f8f8;}
.page-table001 table td a {font-size: 18px; color: #333;}
.page-table001 table td a:hover {color: #39548b;}




.page-banner .banner-wrap .neir {text-align:right; line-height:30px; font-size: 18px; color:#fff; padding-right: 15px;}
.page-banner .banner-wrap .neir a {color:#fff;  margin: 0 5px;}
.page-banner .banner-wrap .neir a:hover {color:#fff;}
.page-banner .banner-wrap .neir i {font-size: 20px;}
.page-banner .banner-wrap .neir a.icon {width: 30px; display: inline-block; height: 30px; margin: 0; position: relative;}
.page-banner .banner-wrap .neir a.icon .erwei {display:none;}
.page-banner .banner-wrap .neir a.icon:hover .erwei {width:125px; height:113px; position:absolute; top:30px; right:0; display:block;}



.page1-time{
	text-align: center;
    height: 60px;
    border-bottom: 1px dashed #dcdcdc;
    line-height: 30px;
    color: #666;
    margin-bottom: 40px;
}
.fl{ float:left;}
.fr{ float:right;}
.page1-time * {font-size: 18px;}

#zoom strong{font-weight: bold;}

.normal-list,.normal-list *{ list-style:none; padding:0; margin:0; box-sizing:border-box;}
.normal-list{ overflow:hidden;border-top:rgb(229,229,229) solid 0px; border-left:rgb(229,229,229) solid 1px;}
.normal-list li{ width:33.33%; float:left; line-height:30px; padding:10px;border-top:rgb(229,229,229) solid 1px; border-right:rgb(229,229,229) solid 1px; border-bottom:rgb(229,229,229) solid 1px;}
.normal-list li:nth-child(6n),
.normal-list li:nth-child(6n-1),
.normal-list li:nth-child(6n-2){ background:rgb(248,248,248);}
.normal-list li a{ text-decoration:none; color:black; display:block; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}

.zfxxgk-ico-wrap {font-size: 0; margin-bottom: 15px;}
.zfxxgk-ico-wrap li {width: 14.28%; display: inline-block; vertical-align: top; padding: 5px;}
.zfxxgk-ico-wrap li a {width: 100%; height: 115px; display: block; border: 1px solid #cfeaff; background: #f1f9ff; border-radius: 3px; padding-top: 5px;}
.zfxxgk-ico-wrap li a i {width: 60px; height: 60px; display: block; margin: 0 auto; color: #2e77cb; font-size: 45px; text-align: center; line-height: 60px;}
.zfxxgk-ico-wrap li a p {height: 40px; line-height: 40px; text-align: center; padding: 0 1px;}
.zfxxgk-ico-wrap li a p span {display: inline-block; color: #205ebc; font-size: 18px; line-height: 20px; vertical-align: middle;}
.zfxxgk-ico-wrap li a p span.fs12 {font-size: 12px;}
.zfxxgk-ico-wrap li a:hover {border: 1px solid #2e77cb; background: #2e77cb;}
.zfxxgk-ico-wrap li a:hover {opacity: 0.8;filter:alpha(opacity=80);}
.zfxxgk-ico-wrap li a:hover i {color: #fff;}
.zfxxgk-ico-wrap li a:hover p span {color: #fff;}


.zfxxgk-font{font-size: 100px;text-align: center;font-weight: bold;color: #fff;text-shadow: 0 5px 10px rgba(0, 0, 0, 0.253);margin-top: 35px;}
.zfxxgk-font{position: relative;height: 132px;line-height: 132px;}
.zfxxgk-font:before{width: 488px;height: 2px;content:'';position: absolute;bottom: -5px;left: 50%;background: #ffffff;margin-left: -95px;}



.page-container .page-list ul.list1.w80 li b {max-width: 80%;}
.page-container .page-list ul.list1.w100 li b {max-width: 100%;}


/* 列表 */
.page-title1 {font-size: 18px; height: 35px; border-bottom: solid 1px #dcdcdc; margin-bottom: 10px;}
.page-title1 b {background: #39548b; line-height: 35px; display: block; float: left; padding: 0 30px; text-align: center; font-weight: bold; color: #fff;}
.page-title1 b a {color: #fff;}
ul.page-list1 {margin: 0 20px 20px;}
ul.page-list1 li {padding: 10px 10px;}
ul.page-list1 li a {}
ul.page-list1 li b {font-size: 18px; line-height: 24px; color: #333;}
ul.page-list1 li a:hover b {color: #1f69c4;}
ul.page-list1 li span {font-size: 18px; line-height: 20px; color: #999999; display: inline-block; float: right; vertical-align: top;}
ul.page-list1 li b {height: 20px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; max-width: 80%; display: inline-block; vertical-align: top;}
.page-more1 {height: 30px; width: 100px; line-height: 30px; text-align: center; font-size: 18px; color: #333; background: #f2f2f2; display: block; margin: 0 auto 20px;}

.zfxxgk-gkbglist li a {background: #f2f2f2;}


.fenye-wrap {text-align: center; font-size: 18px; padding: 20px 0 40px;}


@font-face {font-family: "iconfont";
  font-weight: normal;
  font-style: normal;
}

/* 
.zdlyxxgk-titlist-wrap {padding: 20px; font-size: 0;}
.zdlyxxgk-titlist-wrap li {width: 50%; display: inline-block; padding: 10px;}
.zdlyxxgk-titlist-wrap li a {width: 100%; height: 50px; background-image: linear-gradient(#fcfbfb, #f0f0f0); border: 1px solid #eaeaea; font-size: 20px; content: attr(title); color: #444; line-height: 30px; vertical-align: middle!important; padding: 0 35px; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.zdlyxxgk-titlist-wrap li a em {color: inherit; font-size: inherit; font-weight: inherit!important; font-style:normal; text-align: center;}
.zdlyxxgk-titlist-wrap li a:hover {color: #fff; background-image: linear-gradient(#2C66A5, #39548B);}
*/

/*处罚强制*/
.zdlyxxgk-titlist-wrap {padding: 20px; font-size: 0;}
.zdlyxxgk-titlist-wrap li {width: 50%; display: inline-block; padding: 10px;}
.zdlyxxgk-titlist-wrap li a {width: 100%; height: 50px; background-image: linear-gradient(#fcfbfb, #f0f0f0); border: 1px solid #eaeaea; font-size: 20px; content: attr(title); color: #444; line-height: 30px; vertical-align: middle!important; padding: 0 35px; overflow: hidden; display: flex; justify-content: center; align-items: center;}
.zdlyxxgk-titlist-wrap li a em {color: inherit; font-size: inherit; font-weight: inherit!important; font-style:normal; text-align: center;}
.zdlyxxgk-titlist-wrap li a:hover {color: #fff; background-image: linear-gradient(#2C66A5, #39548B);}
/* 
.qzcf-f{width:730px; margin:20px auto; overflow:hidden; padding-bottom:40px;}
.qzcf-f .qzcf-ff{width:800px; overflow:hidden;}
.qzcf-f .qzcf-ff>li{float:left; width:360px; }
.qzcf-f .qzcf-ff>li a{width:100%; height:70px; padding:0 20px; line-height:68px; border:1px solid #999; display:block; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:24px; color:#333;}
*/

.qzcf-f{width:730px; margin:20px auto; overflow:hidden;}
.qzcf-f .qzcf-ff{width:800px; overflow:hidden;}
.qzcf-f .qzcf-ff>li{float:left; width:350px; margin-right:20px; margin-bottom:15px;}
.qzcf-f .qzcf-ff>li a{width:100%; height:55px; padding:0 20px; line-height:53px; border:1px solid #999; display:block; text-align:left; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-size:18px; color:#333;}
a.qzcf-second{display:block; width:730px; height:50px; line-height:50px; background:#39548b; text-align:center; color:#fff; font-size:18px;  margin:0 auto;}
/*处罚强制*/