﻿@charset "utf-8";
/*首页--start*/
body{
	margin:0;
	padding:0;
	font-size:16px;
	background:#fff url(../images/twill_gray_bg.jpg);
	color:#666;
	-webkit-text-size-adjust: none;
	font-family:"Microsoft Yahei";
}
img{
	border:0;
}
dl,dt,dd,ul,li,form{
	margin:0;
	padding:0;
	list-style:none;
}
h1,h2,h3{
	margin:0;
	padding:0;
	border:0;
	font-weight:normal;
}
.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	display:block;
	clear:both;
	height:0;
}
a{
	color:#444;
	text-decoration:none;
}
.max-wrap{
	max-width:1920px;
	min-width:1230px;
	margin:0 auto;
	position:relative;
}
.main-wrap{
	width:1230px;
	margin:0 auto;
	position: relative;
}
@font-face {
	font-family: 'iconmoon';
	src:url('../fonts/icomoon.eot?2z3o0y');
	src:url('../fonts/icomoon.eot?#iefix2z3o0y') format('embedded-opentype'),
		url('../fonts/icomoon.woff?2z3o0y') format('woff'),
		url('../fonts/icomoon.ttf?2z3o0y') format('truetype'),
		url('../fonts/icomoon.svg?2z3o0y#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.mt-20{
	margin-top:20px;
}
.pd-50{
	padding:20px 50px;
}
.pd-50-2{
	padding:20px 50px 40px;
}
.white-bg {
	background-color: #fff;
}
.border-box {
	border:1px dotted #bbb;;
	box-sizing: border-box;
	border-top:1px solid #f3f3f3;
}
.top-banner {
	background: url(../images/top-banner-small.jpg) no-repeat center top;
	height:190px;
	position: relative;
}
.index .top-banner {
	background: url(../images/top-banner.jpg) no-repeat center top;
	height: 441px;
}
.top-bar{
	padding-top:35px;
}
.index .top-bar{
	padding-top:45px;
}
.top-bar .logo-bar{
	float:left;
	position:relative;
	padding:0 15px;
}
.top-bar .version-links{
	float:right;
	padding-top: 23px;
	padding-right: 10px;
}
.version-links a{
	color:#b5c0ee;
	font-size:0.875em;
}
.version-links a:before{
    content: "";
    display: inline-block;
    height: 3px;
    width: 3px;
    background-color:#b5c0ee;
    vertical-align: middle;
    margin: 0 5px 2px 10px;
}
.version-links a:hover{
	text-decoration: underline;
}
.logo-bar>* {
    display: block;
    float: left;
    margin-left:10px;
    cursor: default;
}
.logo-bar>.logo {
    margin-left: 0;
}
.logo img{
	display:block;
}
.logo-bar .site{
	padding-top:13px;
}
.site>span{
	display:none;
}
.logo-bar span{
    font-size: 1.25em;
    color: #fff;
    max-width:290px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top:21px;
}
.site a{
    display: block;
    border: 1px solid #91a6ed;
    line-height: 36px;
    color: #fff;
    padding: 0 3px 0 7px;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    font-size: 1.375em;
}
.site a:hover{
	color:#f6dda8;
}
.site a:before{
	content: "a";
	display: inline-block;
	font-family: "iconmoon";
	vertical-align: middle;
	font-size:0.875em;
	margin-right: 5px;
}
.site a:after{
	content: "b";
	display: inline-block;
	font-family: "iconmoon";
	vertical-align: middle;
	font-size:0.875em;
	margin-left:5px;
	}
/*遮罩弹出层--start*/
.imgs {
	cursor: pointer;
}
.zzsc {
	position: fixed;
	top: 0;
	bottom:0;
	left:0;
	right:0;
	z-index: 999;
	display: none;
}
.content_mark {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 998;
	background: #000;
	opacity: 0.78;
	filter: alpha(opacity=78);
	display: none;
}
.zzsc .content {
	display: block;
	vertical-align: middle;
	background-color: #fff;
	text-align: left;
	width: 590px;
	height: 100%;
	position:absolute;
}
.zzsc:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0;
}
.close-bar>a{
	display: block;
	color: #f5663e;
	font-family: "iconmoon";
	float: right;
	width:45px;
	line-height: 36px;
	text-align: center;
	font-size: 1.5em;
}
.close-bar>a:hover{
	color:#ff7900;
}
.content .close-bar>a{
	margin-right:10px;
}
.content .close-bar{
	padding: 10px 0 10px;
}
.content .sub-w-wrap{
	margin-right:320px;
	overflow: hidden;
	text-align: center;
	background-color:#eee;
}
/*遮罩弹出层--end*/
/*弹出层菜单--start*/
.area-wrap{
    padding: 0 9px 20px;
    border-bottom: 1px solid #e8e8e8;
}
.area-wrap a{
	width: 14.6666%;
	margin: 5px 1%;
	display: block;
	float: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	background-color: #fff;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 5px;
	line-height: 30px;
}
.area-wrap a.focus{
	color: #f5663e;
	background-color: #FCF6F0;
	border: 1px solid #F3B9A9;
}
.department-wrap a{
	color: #666;
	font-size: 0.875em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color: #fafafa;
	border: 1px solid #F5EBEB;
	box-sizing: border-box;
	border-radius: 5px;
	line-height: 30px;
	cursor: pointer;
}
.department-wrap a.focus{
	color: #f5663e;
	background-color: #FCF6F0;
	border: 1px solid #F3B9A9;
	box-sizing: border-box;
}
.department-wrap a.department{
	color: #917770;
	margin: 10px 15px 0;
	padding: 0 15px;
	box-sizing: border-box;
	font-size: 0.9375em;
	display: inline-block;
	max-width: 90%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border: 1px solid #fff;
	background-color: #fff;
}
.mobile .department-wrap a.department{
	margin:10px 0px 0;
}
.mobile .department-wrap a.department.focus{
	margin:15px 15px 0;
}
.department-wrap a.department.focus{
	color: #f5663e;
	background-color: #FCF6F0;
	border: 1px solid #F3B9A9;
}
.department-wrap dd{
	padding:20px 9px;
}
.department-wrap dd a{
    float: left;
    width: 23%;
    margin: 8px 1%;
    padding: 0 5px;
    padding-left:10px;
    box-sizing:border-box;
}
.area-wrap a:hover,.department-wrap a:hover{
	color: #f5663e;
}
.area-wrap a.focus:hover,.department-wrap a.focus:hover{
	color: #f5663e;
}
a.complete{
	color: #fff;
	display: block;
	float:right;
	line-height:36px;
	padding: 0 18px;
	margin-right:20px;
	background-color: #f5663e;
	font-size:0.875em;
}
.mobile a.complete{
	position: fixed;
	right: 0;
	bottom: 0;
	margin-right:0;
}
a.complete:hover{
	background-color: #736d6d;
	color: #fff;
}
.box-tab>dt{
	height:45px;
	line-height:45px;
	border-bottom:1px solid #e8e8e8;
	padding: 0 25px;
	margin-left:1%;
}
.box-tab>dt>ul>li{
    float: left;
    cursor: default;
    font-size: 0.9375em;
    margin-left: 55px;
}
.box-tab>dt>ul>li:first-child{
	margin-left:0;
}
.box-tab>dt>ul>li.focus {
	color: #f5663e;
	border-bottom: 1px solid #f5663e;
}
.box-tab>dd>ul>li{
    display: none;
    overflow-y: auto;
}
.box-tab>dd>ul>li.focus {
    display: block;
}
.box-tab>dd>ul>li:after{
	content:"";
	display:block;
	height:0;
	clear:both;
}
.box-tab>dd>ul>li>div:after{
	content:"";
	display:block;
	height:0;
	clear:both;
}
.small-title{
	display: none;
	font-size: 0.875em;
	color: #666;
	margin: 15px 6px 5px;
	font-weight: bold;
}
/*追加*/
.zzsc.mobile{
	display: block;
	position: relative;
	background-color: #fff;
}
.mobile .content{
	width:100%;
	height:auto;
	position:relative;
}
.mobile .close-bar a{
	display:none;
}
.empty{
	color: #ff7900;
	font-size: 0.875em;
	text-align: center;
	padding: 10px;
	}
/*弹出层菜单--end*/

/*菜单--start*/
.main-nav-bar{
	background-color: #465BB7;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    background-color: rgba(69,92,189,1);
    filter: alpha(opacity=100);
}
.index .main-nav-bar{
    background-color: rgba(69,92,189,.88);
    filter: alpha(opacity=88);
}
.main-nav{
    display:table;
    width:100%;
}
.main-nav>*{
	display:table-cell;
	vertical-align:top;
}
.index .main-nav #menu{
	display:none;
}
.main-nav a.special-link{
	width: 230px;
	height: 55px;
	line-height: 55px;
	color: #fff;
	padding:0 20px;
	box-sizing:border-box;
	white-space:nowrap;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}
.main-nav a.special-link:hover,.main-nav a.special-link.focus{
	background-color: #3C4FA0;
}
.index .main-nav a.special-link{
	width:260px;
	display:block;
}
.main-nav a.special-link:before{
    content: "e";
    font-family: "iconmoon";
    padding-right: 5px;
    font-size: 1.25em;
    vertical-align: top;
}
.special-link-small{
	display:none;
}
#menu>ul>li{
	display: block;
	float: left;
	position: relative;
}
#menu a{
    display: block;
    color: #fff;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    height: 55px;
    line-height: 55px;
    padding: 0 30px;
    font-weight: bold;
}
#menu a:hover{
	color:#fff;
	background-color:#515494;
}
#menu>ul>li.focus a,#menu>ul>li.focus a:hover{
	background-color: #3C4FA0;
}
/*菜单--end*/
.d-table{
	display:table;
	width:100%;
	table-layout:fixed;
}
.d-table>*{
	display:table-cell;
	vertical-align:top;
	position: relative;
}
.mr-10{
	width:10px;
}
.light-blue .wrap{
	background:#40b7d0 url(../images/texture_bg.png) no-repeat -100px 0;
}
.blue .wrap{
	background:#4b5cc6 url(../images/texture_bg.png) no-repeat -300px 0;
}
.yellow .wrap{
	background:#feac00 url(../images/texture_bg.png) no-repeat -500px 0;
}
.orange .wrap{
	background:#f5663e url(../images/texture_bg.png) no-repeat -1000px 0;
}
.button{
	height:166px;
}
.button.left,.button.right{
	display:block;
	height:82px;
}
.button.right{
	margin-top:6px;
}
.button .wrap{
	position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: gray;
    cursor: pointer;
}
.button:hover>.wrap{
	transition: all 100ms;
	-ms-transition: all 100ms;
	-moz-transition: all 100ms;
	-webkit-transition: all 100ms;
	padding: 3px;
	top: -3px;
	left: -3px;
	z-index: 1;
	box-shadow: 1px 1px 5px 0 #888;
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#bbbbbb', Direction=135, Strength=3);
}
.button .wrap>*{
	color:#fff;
	display:block;
}
.button span{
	font-size:1.625em;
	font-weight:bold;
	padding-top: 20px;
    padding-left: 25px;
}
.button.left span{
	font-size:20px;
	padding-top:15px;
}
.button.right span{
	font-size:20px;
	text-align:right;
	padding-top:20px;
	padding-right:25px;
}
.button em{
	font-style: normal;
	font-family: Arial, Verdana;
	text-transform: uppercase;
	font-size: 0.75em;
	padding-top: 5px;
	padding-left: 25px;
}
.button.right em{
	text-align:right;
	padding-right:25px;
}
.button em:after{
	content:">";
	font-family: "iconmoon";
	font-style: normal;
	display:block;
	padding-top:2px;
	padding-left:2px;
	font-size:1.8em;
}
.button.left em:after,.button.right em:after{
	display:none;
}
.button i{
	font-family: "iconmoon";
	font-style: normal;
	display: block;
	font-size: 30px;
	position: absolute;
	right: 20px;
	bottom: 15px;
}
.button.right i{
	left:25px;
}
/*copyright--start*/
.index .copyright{
	padding-bottom:0;
}
.copyright{
	font-size: 0.875em;
	line-height: 24px;
	color: #9a9a9a;
	text-align: center;
	padding-bottom:30px;
}
.copyright table{
	table-layout:fixed;
}
.small-copyright {
	display:none;
	padding:10px;
	background-color: #736d6d;
	color: #fff;
	font-size:0.8572em;
}
.bottom-nav a{
	display:inline-block;
	padding-bottom: 3px;
	color: #666;
}
.bottom-nav a:before{
	content: "|";
	padding: 0 5px;
	font-family: Simsun;
}
.bottom-nav a:first-child:before{
	content:"";
}
.bottom-nav a:hover{
	color:#ff7900;
}

/*二级页面开始*/
.news-wrap{
	display:table;
	table-layout:fixed;
	width:100%;
	cursor:default;
}
.news-wrap>*{
	display:table-cell;
	vertical-align:top;
}
.news-wrap>.news-left{
	padding:30px 50px;
}
.news-wrap>.news-right{
	width: 212px;
	vertical-align: middle;
	border-left: 1px dotted #bbb;
	box-sizing:border-box;
}
.news-wrap{
	border-top: 1px dotted #bbb;
}
.news-wrap a:hover{
	color:#f97f57;
}
.news-right *{
	display:block;
	text-align:center;
}
.info-card>div{
	display:inline-block;
	line-height:24px;
	margin-left: 5px;
}
.info-card>div:first-child{
	margin-left:0;
}
.news-left>a{
	font-size: 1.25em;
	color: #333;
	line-height: 32px;
}
.download{
	background-color: #feac00;
	border-radius: 3px;
	color: #fff!important;
	font-size: 12px!important;
	font-family: Simsun;
	padding: 0 10px;
	display: inline-block;
	line-height: 22px!important;
	position: relative;
	margin-left: 5px;
	vertical-align: top;
	margin-top: 5px;
}
.download:before{
	content: "";
	position: absolute;
	left: -4px;
	top: 7px;
	border-top: 4px solid transparent;
	border-right: 4px solid #feac00;
	border-bottom: 4px solid transparent;
}
.download:hover{
	background-color:#fe9900;
}
.download:hover:before{
	border-right: 4px solid #fe9900;
}
.info-card{
    padding-top:15px;
}
.info-card em{
	font-style: normal;
	border-radius: 7px;
	border: 1px solid #D2CBC8;
	color: #999;
	font-size: 0.875em;
	padding: 0 5px;
}
.info-card span{
	font-size:0.875em;
	color:#666;
}
.info-card span.red{
	color:#F5663E;
}
.unscramble{
	padding-top:10px;
}
.unscramble a{
	display:block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height:36px;
	color: #666;
}
.unscramble a:before{
	content: "解读";
	display: inline-block;
	font-size: 0.75em;
	font-family: Simsun;
	background-color: #fff;
	border: 1px solid #F5C4B5;
	color: #FB9350;
	border-radius: 3px;
	padding: 0 6px;
	line-height: 18px;
	margin-right: 2px;
	position: relative;
	vertical-align: middle;
}
.news-right em{
	font-style:normal;
	font-size:0.875em;
	color:#888;
}
.news-right span{
	font-size: 0.875em;
	color: #555;
	font-family: Arial, Verdana;
	margin-top: 8px;
}
/*list普通列表--start*/
.news-list>li>a {
    display: block;
    color: #333;
    line-height:24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
}
.news-list.date-right>li>a{
	border-top: 1px dotted #bbb;
	font-size: 1.0625em;
	padding: 25px 0;
	position: relative;
	padding-right: 90px;
}
.news-list.date-right>li:first-child>a{
	border-top:none;
}
.news-list.date-right>li>a:hover:before{
	color:#ff7900;
}
.news-list.date-right>li>a:before{
	content:"k";
	font-family:"iconmoon";
	color:#ff7900;
	font-size:0.75em;
	padding-right:3px;
}
.news-list.date-right>li>a:after{
    content: attr(date-time);
    color: #999;
    font-family: Arial, Verdana;
    font-size: 0.875em;
    display: block;
    position: absolute;
    right: 0;
    top: 27px;
}
.news-list.date-right>li>a:hover{
	color:#ff7900;
}
.news-list>li:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}
/*sub-nav下拉选项--start*/
#sub-nav{
	float:left;
	padding-left:50px;
}
#sub-nav>li{
    display: block;
    float: left;
    background-color: #736D6D;
    height:50px;
    width:170px;
    position:relative;
}
#sub-nav>li:first-child{
	background-color: #F5663E;
}
#sub-nav>li>ul{
    display: none;
    background-color: #FAFAFA;
   	width: 512px;
    padding:0;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.18);
    box-shadow: 0 1px 1px rgba(0,0,0,0.18);
}
#sub-nav>li>ul:after{
	content:"";
	display:block;
	height:0;
	clear:both;
}
#sub-nav>li:first-child>ul{
	display:none;
	width: auto;
}
#sub-nav>li>ul>li{
	line-height: 40px;
	float: left;
	width: 33.3333%;
}
#sub-nav>li:hover ul{
	display:block;
}
#sub-nav>li:first-child>ul>li{
	width:100%;
	float:none;
}
#sub-nav a{
	display: block;
	color: #666;
	-webkit-transition: background-color 400ms;
	transition: background-color 400ms;
	font-size: 0.875em;
	text-align: center;
}
#sub-nav>li>a{
	font-size: 0.9375em;
	line-height:50px;
	color: #fff;
}
#sub-nav>li>a:after{
	content:"g";
	font-family:"iconmoon";
	position:absolute;
	right:20px;
}
#sub-nav>li>a:hover:after{
	content:"h";
	font-family:"iconmoon";
	position:absolute;
	right:20px;
}
#sub-nav>li>ul>li>a:hover{
	background-color: #dadada;
}
.sub-nav{
	z-index:996;
	position:relative;
	padding-top: 20px;
}
.sub-nav .location{
    float: right;
    padding-right:50px;
}
/*sub-nav下拉选项--end*/
.box.title-underline .box-title{
	border-bottom:1px solid #e8e8e8;
}
.box.title-underline .box-title-name{
	line-height: 55px;
	margin-left: 50px;
	border-bottom: 1px solid #1FBBA6;
	margin-bottom: -1px;
}
.info-card .date{
	display:none;
}
/*文件查询--start*/
.file-query-title{
	display:none;
}
.file-query-wrap{
	display: table;
	table-layout: fixed;
	width: 100%;
	padding: 30px 50px 20px;
	box-sizing: border-box;
	border: 1px dotted #bbb;
	background-color: #f4f4f4;
	border-bottom: none;
	}
.file-query-wrap>*{
	display:table-cell;
	vertical-align:top;
}
.file-query-wrap>.title,.file-query-wrap>.btn{
	width:90px;
}
.file-query-wrap>.title span{
    display: block;
    width: 90px;
    height: 81px;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding-top: 17px;
    border: 1px solid #e8e8e8;
}
.file-query-wrap>.title img{
	display:block;
	margin:0 auto;
}
.file-query-wrap>.btn{
	width: 90px;
	text-align: center;
	height: 80px;
	line-height: 80px;
	background-color: #F5663E;
	color:#fff;
}
.file-query-wrap>.btn.reset{
	background-color: #736D6D;
}
.file-query-wrap>.btn.reset:after{
	content:"m";
	font-family: "iconmoon";
	padding-left:5px;
}
.file-query-wrap>.btn:hover{
	background-color:#f35a35;
}
.file-query-wrap>.btn.reset:hover{
	background-color:#666060;
}
.file-query-wrap>.btn:after{
	content: "j";
	font-family: "iconmoon";
	padding-left: 5px;
}
.input-wrap{
	border-radius: 5px;
	border: 1px solid #e8e8e8;
	background-color:#fff;
	box-sizing: border-box;
	width: 24.25%;
	margin-left: 1%;
	float: left;
}
.special .input-wrap{
	width:32.3333%;
}
.input-wrap:first-child{
	margin-left:0;
}
.input-wrap dl:after{
	content:"";
	height:0;
	display:block;
	clear:both;
}
.input-wrap dl{
	border-top:1px solid #e8e8e8;
}
.input-wrap dl:first-child{
	border-top:none;
}
.input-wrap dt{
	font-style: normal;
	font-family: "iconmoon";
	display: block;
	width: 34px;
	line-height: 38px;
	float: left;
	font-size: 1.125em;
	text-align: center;
	border-radius: 5px 0 0 5px;
	cursor: default;
	color:#999;
}
.input-wrap dd {
	margin-left: 34px;
	border-left: 1px solid #F2F2F2;
}
.input-wrap input, .input-wrap select {
  width: 100%;
  margin: 0;
  padding: 0;
  border:none;
  box-sizing: border-box;
  font-size: 0.875em;
  font-family: "Microsoft Yahei";
  outline:none;
  border-radius: 5px;
  background-color: transparent;
  color:#666;
}
.input-wrap input{
	height: 39px;
	line-height: 39px;
	padding:0 5px;
}
.input-wrap select{
	height: 39px;
	line-height: 39px;
	padding:6px 0 9px 5px;
}
.search-wrap{
	display:block!important;
	width:40%;
}
.search-wrap>div{
	margin-right: 60px;
}
.search-wrap input{
	width: 100%;
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	padding:0 10px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	outline: none;
	color: #999;
}
.search-wrap>a{
    display: block;
    width: 50px;
    text-align: center;
    height: 41px;
    line-height: 41px;
    background-color: #F5663E;
    color: #fff;
    border-radius: 5px;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    float: right;
    font-family: "iconmoon";
    font-size: 1.25em;
}
.search-wrap>a:hover{
	background-color: #565656;
}
.search-result-sum {
    padding: 10px 0 30px;
    text-align: center;
}
.search-result-sum .red{
	color:#F5663E;
	font-weight: bold;
	padding:0 3px;
}
.location.result{
    padding: 30px 50px 0;
}
.result .location{
	padding: 30px 50px 0;
}
.result .news-left>a{
	font-size:1.125em;
}
.years-list-title{
	border-bottom:1px solid #e8e8e8;
}
.years-list-title span{
	float: left;
	display: block;
	height: 45px;
	line-height: 45px;
	font-size: 1.25em;
	font-weight: bold;
	cursor: default;
}
.years-list-title span:before{
	content: "d";
	font-family: "iconmoon";
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	background-color: #feac00;
	border-radius: 100px;
	color: #fff;
	font-size: 1em;
	display: inline-block;
	margin-right: 8px;
}
.years-list{
	padding:10px 0;
}
.years-list a{
    display: block;
    float: left;
    color: #666;
    width: 10%;
    height: 45px;
    line-height: 45px;
}
.years-list a:before{
	content: "l";
	color: #ff7900;
	font-family: "iconmoon";
}
.years-list a:hover{
	color:#ff7900;
}

@media screen and (max-width:1230px){
	.top-bar .version-links{
		display:none;
	}
	.index .top-banner{
		background-size:cover;
		height:300px;
	}
	.max-wrap{
		max-width:100%;
		min-width:100%;
	}
	.main-wrap{
		width:100%;
	}
	.pd-50{
		padding:20px 30px;
	}
	.pd-50-2{
		padding:20px 30px;
	}
	.file-query-wrap{
		padding:20px 30px;
	}
	.result .location{
		padding:20px 30px;
	}
	.button span{
		font-size:1.5em;
	}
	#sub-nav{
		padding-left:30px;
	}
	.sub-nav .location{
		padding:0 30px;
	}
	.news-wrap>.news-left{
		padding:30px;
	}
}
@media screen and (max-width:1000px){
	.top-bar{
		padding-top: 20px!important;
	}
	.logo-bar>*{
		margin-left:0;
	}
	.logo a {
		display: none;
	}
	.logo::after {
		content: "郑州市规范性文件数据库";
		color: rgb(255, 255, 255);
		font-size: 1.5em;
		line-height: 30px;
		font-weight:bold;
	}
	.logo-bar .site {
		padding-top: 32px;
		float: none;
	}
	.site a{
		font-size: 1.25em;
		border: none;
		color: #F9D17D;
		padding: 0;
	}
	.logo-bar span{
		font-size: 1em;
		float: none;
		padding-top:0;
		max-width: 100%;
		white-space: initial;
	}
	.main-nav-bar{
		background-color: #4957af;
	}
	.main-nav a.special-link{
		display:none;
	}
	.index .main-nav a.special-link{
		display:none;
	}
	.main-nav a.special-link:hover{
		color:#fff;
	}
	.special-link-small{
		display: block;
		height: 45px;
		line-height: 45px;
		color: #fff;
		position: absolute;
		left: 15px;
	}
	.special-link-small:before {
		content: "e";
		font-family: "iconmoon";
		padding-right: 5px;
		vertical-align: top;
	}
	.top-banner{
		background: none;
		background-color:#526dd2;
		height: auto!important;
		padding-bottom: 65px;
	}
	.index .top-banner{
		background: none;
		background-color:#526dd2;
		height: auto!important;
		padding-bottom: 65px;
	}
	/*菜单变形*/
	.main-nav {
		width: 45px;
		height: 45px;
		overflow: inherit;
		float:right;
	}
	.main-nav:after{
		content:"=";
		font-family:"iconmoon";
		display:block;
		color:#fff;
		height:45px;
		line-height:45px;
		width:45px;
		text-align:center;
		float:right;
		font-size:1.125em;
	}
	#menu {
	  display: none;
	  float: right;
	  position: absolute;
	  top: 45px;
	  right: 0;
	  padding: 0;
	  width: auto;
	  background-color: #3671CF;
	  z-index:999;
	  box-shadow: 1px 1px 3px #dedede
	}
	#menu li:hover>ul{
		display:none;
	}
	#menu>ul>li>a:before,#menu>ul>li>a:after{
		content:"";
	}
	#menu>ul>li{
		float:none;
	}
	#menu>ul>li>a{
		width:160px;
		height: 45px;
		line-height: 45px;
		padding: 0;
		text-align: center;
		color:#333;
		border-bottom: 1px solid #e8e8e8;
		border-left: 1px solid #e8e8e8;
		background-color:#fafafa;
		font-weight:normal;
	}
	#menu>ul>li.focus>a{
		color:#2C4975;
		background-color: #EDEDED;
	}
	#menu>ul>li>a:hover{
		color:#fff;
	}
	#menu>ul>li.focus>a:hover{
		color:#2C4975;
	}
	.copyright table{
		display:none;
	}
	.small-copyright{
		display:block;
	}
	.d-table>*{
		display:block;
		width:50%;
		float:left;
	}
	.button{
		height:128px;
	}
	.button i{
		font-size: 1.5em;
	}
	.years-list a{
		width:20%;
	}
	.mt-20{
		margin-top:0;
	}
	.index .mt-20{
		margin-top:10px;
	}
	.pd-50{
		padding:0 15px;
	}
	.pd-50-2{
		padding:10px 15px 0;
	}
	.result .location{
		padding: 20px 15px 0;
	}
	.search-result-sum {
		padding: 10px 15px;
		text-align: left;
	}
	.years-list-title span{
		font-size:1em;
		font-weight: bold;
	}
	/*下拉sub-nav1000下变形*/
	.sub-nav{
		padding-top:0;
	}
	#sub-nav>li>ul{
		background-color:#fff;
	}
	#sub-nav{
		padding:0;
	}
	#sub-nav>li,#sub-nav>li:first-child{
		width:100%;
		background-color:transparent;
		height:auto;
	}
	#sub-nav>li{
		border-top:1px solid #e8e8e8;
	}
	#sub-nav>li:first-child{
		border-top:none;
	}
	#sub-nav>li>ul,#sub-nav>li:first-child>ul{
		display: block;
		width: 100%;
		border: none;
		-webkit-box-shadow: inherit;
		box-shadow: inherit;
		padding: 15px 0 10px;
	}
	#sub-nav>li>a{
		display:none;
	}
	.sub-nav>*{
		float:none!important;
	}
	#sub-nav>li>ul:after{
		content:"";
		display:block;
		height:0;
		clear:both;
	}
	#sub-nav>li>ul>li{
		float: left!important;
		line-height: inherit;
		width: auto!important;
	}
	#sub-nav a{
		color: #333;
		border-radius: 18px;
		padding: 0 10px;
		margin:5px 10px;
		height: 24px;
		line-height: 24px;
	}
	#sub-nav>li>ul>li>a:hover,#sub-nav>li:first-child>ul>li>a:hover{
		background-color:transparent;
		color:#333;
	}
	#sub-nav>li>ul>li>a.focus{
		background-color:#FEAC00;
		color:#fff;
	}
	#sub-nav>li>ul>li>a.focus:hover,#sub-nav>li:first-child>ul>li>a.focus:hover{
		background-color: #FEAC00;
		color: #fff;
	}
	.sub-nav .location{
		padding:15px;
	}
	.news-wrap>.news-left{
		padding:25px 15px;
	}
	.news-wrap>.news-right{
		display:none;
	}
	.news-left>a{
		color:#000;
	}
	.result .news-left>a{
		font-size:1em;
	}
	.news-wrap a:hover{
		color:#feac00;
	}
	.info-card em{
		border:none;
		color:#333;
		padding:0;
	}
	.info-card em:after{
		content:":";
	}
	.info-card span{
		color:#999;
	}
	.info-card .date{
		display:inline-block;
	}
	.mobile .department-wrap dd a:hover{
		text-decoration:none;
		color: #f5663e;
	}
	.third-title{
		padding:20px 20px 0;
	}
	/*文件搜索变形*/
	.file-query-title{
		display:block;
		background-color: #F4F4F4;
	}
	.file-query-title .title{
		float: left;
		line-height: 45px;
		padding-left: 15px;
		font-weight: bold;
	}
	.file-query-title .search-btn{
		display: block;
		float: right;
		width: 45px;
		text-align: center;
		height: 45px;
		line-height: 45px;
		font-family: "iconmoon";
		cursor: pointer;
		color:#feac00;
	}
	.file-query-wrap{
		display:none;
		padding:0;
		border:none;
	}
	.file-query-wrap:after{
		content:"";
		display:block;
		height:0;
		clear:both;
	}
	.file-query-wrap>*{
		display:block;
	}
	.file-query-wrap>.title{
		width:auto;
		font-size:0.875em;
	}
	.file-query-wrap>.title span{
		display:none;
	}
	.search-wrap{
		width:100%;
	}
	.input-wrap,.special .input-wrap{
		width: 100%;
		margin-left: 0;
		border-radius: 0;
		background-color: #fff;
		margin-bottom:-1px;
	}
	.file-query-wrap>.btn{
		width: 50%;
		height: 45px;
		line-height: 45px;
		margin:10px 0;
		float: left;
	}
	.light-blue .wrap,.blue .wrap,.yellow .wrap,.orange .wrap{
		background-image:none;
	}
	.blue .wrap{
		background-image:none;
		background-color:#347aea;
	}
	.button span{
		font-weight:normal;
		font-size:1.125em;
	}
	.button:hover>.wrap {
		padding:0;
		top:0;
		left:0;
		box-shadow:none;
	}
	.button.left, .button.right{
		height: 64px;
	}
	.yellow.left .wrap{
		background-color: #347aea;
	}
	.button.right{
		margin-top:0;
	}
	.button.left span{
		padding-top: 8px;
	}
	.button.right span{
		text-align:left;
		padding-top: 8px;
	}
	.button.right em{
		text-align:left;
	}
	.button.right i{
		right: 20px;
		left: initial;
	}
	.news-list.date-right>li:first-child>a{
		padding:10px 0 25px;
		padding-right: 90px;
	}
	.news-list.date-right>li:first-child>a:after{
		top: 12px;
	}
	.border-box{
		border:none;
	}
	.copyright{
		padding-bottom:0;
	}
	.info-card>div{
		margin-left:0;
	}
}
@media screen and (max-width:720px){
	.zzsc{
		display:none!important;
	}
	.content_mark{
		display:none!important;
	}
	.zzsc.mobile{
		display:block!important;
	}
	.site>span {
		display: block;
	}
	.mr-10{
		display:none;
	}
	.d-table{
		display:block;
	}
	.d-table:after{
		content:"";
		height:0;
		display:block;
		clear:both;
	}
	.news-list.date-right>li>a{
		font-size: 1em;
	}
	.zzsc .content{
		width:100%;
	}
	.box-tab>dt>ul>li{
		margin-left: 30px;
	}
	.search-wrap{
		padding: 10px 0;
	}
}
@media screen and (max-width:480px){
	body{
		font-family:inherit;
	}
	.index .mt-20{
		margin-top:0;
	}
	.site a{
		line-height:30px;
		font-size:1.125em;
	}
	.d-table>*{
		width:100%;
	}
	.button{
		height:93px;
	}
	.button span{
		padding: 0;
		padding-top:18px;
		padding-left: 15px;
		font-weight: bold;
		font-size:1em;
	}
	.button em{
		padding: 0;
		font-size: 0.65em;
		font-size: 0.75em;
		-webkit-transform: scale(0.75);
		-webkit-transform-origin: 0;
		-o-transform: scale(1);
		-o-transform-origin: 0;
		margin: 0 auto;
		padding-left: 21px;
	}
	.button em:after{
		display:none!important;
	}
	.button i{
		padding-top:0;
		font-size: 1.5em;
	}
	.years-list a{
		width:25%;
		font-size:0.875em;
	}
	.news-left>a{
		font-size:1em;
		font-weight:bold;
		color:#555;
	}
	.download{
		font-weight:normal!important;
	}

	/*弹出框变形*/
	.department-wrap dd a{
		width: 48%;
		margin: 3px 1%;
	}
	.mobile .small-title{
		display: block;
	}
	.department-wrap dd{
		padding:10px 10px 20px;
	}
	.box-tab>dt{
		line-height:36px;
	}
	.box-tab>dt>ul{
		display:table;
		table-layout:fixed;
		width:100%;
	}
	.box-tab>dt>ul>li{
		height: auto;
		font-size: 0.75em;
		display: table-cell;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		float: none;
		padding: 0 6px;
		text-align: center;
		background-color: #f0f0f0;
		border-left: 1px solid #FDFBFB;
		box-sizing: border-box;
	}
	.box-tab>dt>ul>li.focus{
		color: #fff;
		border-bottom: 1px solid #f5663e;
		background-color: #f5663e;
	}
	.box-tab>dt>ul>li:first-child{
		border-left:none;
	}
	.box-tab>dt{
		padding: 0 10px;
		border-bottom: none;
		margin-top: 10px;
	}
	.mobile .box-tab>dt{
		display:none;
	}
	.mobile .box-tab>dd>ul>li{
		display:block;
	}
	.mobile .box-tab>dd>ul>li:first-child .small-title{
		margin-top:0;
	}
	.department-wrap dd a:hover{
		text-decoration:none;
		color: #f5663e;
	}
	.third-title{
		padding: 20px 10px 0;
	}
	.news-list.date-right>li>a:before{
		display:none;
	}
	.news-list.date-right>li>a{
		padding: 10px 0;
		white-space: initial;
		color:#555;
		font-weight:bold;
	}
	.news-list.date-right>li:first-child>a{
		padding: 10px 0;
		white-space: initial;
	}
	.news-list.date-right>li>a:after,.news-list.date-right>li:first-child>a:after{
		position: relative;
		top: 0;
		font-weight: normal;
	}
	.search-wrap>a{
		font-size:1em;
	}
	#sub-nav>li>ul>li{
		width: 25%!important;
	}
	#sub-nav a{
		padding: 0 2px;
		white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	 #sub-nav>li:first-child a{
		background-color:#f0f0f0;
	}
	.sub-nav .location{
		padding:5px 15px 0;
	}
	.news-wrap>.news-left{
		padding:10px 15px;
	}
	.info-card{
		padding-top:5px;
	}
	.unscramble a{
		font-size:0.875em;
		line-height:32px;
	}
	.search-result-sum{
		font-size:0.875em;
	}
	#sub-nav>li>ul, #sub-nav>li:first-child>ul{
		padding:5px 0 5px;
	}
	.special-link-small{
		font-weight:bold;
		font-size:0.875em;
	}
	.pd-50-2{
		padding:0 15px;
	}
	.area-wrap a{
		width: 23%;
		font-size: 0.875em;
		margin: 3px 1%;
	}
	.light-blue .wrap{
		background-color: #4dadc2;
	}
	.blue .wrap{
		background-color: #BEBA69;
	}
	.yellow .wrap{
		background-color: #e6a318;
	}
	.orange .wrap{
		background-color: #e4704f;
	}
	.years-list-title span:before{
		width:22px;
		height: 22px;
		line-height: 22px;
	}
	.button.left, .button.right{
		height:93px;
	}
	.button.left span,.button.right span{
		font-size:1em;
		padding-top:18px;
	}
	.button.right{
		margin-top:0;
	}
}
@media screen and (max-width:320px){
	.d-table>*{
		width:100%;
	}
	.box-tab>dt{
		padding:0 10px;
	}
	.department-wrap dd{
		padding:0 10px 20px;
	}
	.area-wrap a{
		width:23%;
	}
	.department-wrap dd a{
		width: 46%;
		margin: 5px 2%;
	}
	.news-left>a{
		line-height:26px;
	}
	.download{
		margin-top:1px;
	}
	.years-list a{
		width:33.3333%;
		font-size:0.75em;
	}
	.button span{
		font-size:1.125em;
	}
}


/*无障碍阅读--start*/
.accessible-wrap {
	display: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}
.accessible-body {
	position: fixed;
	z-index: 10;
	width: 100%;
	min-width: 1000px;
	text-align: right;
	padding: 10px 0;
	font-size: 14px;
	background-color: white !important;
	border-bottom: 1px solid #dedede;
}
.accessible-body-fixed {
	height: 47px;
}
.accessible-body span {
	display: inline-block;
	padding: 0 10px;
	margin-left: 6px;
	border: 1px solid #dbdbdb;
	border-radius: 5px;
	background-color: #f3f3f3 !important;
	line-height: 24px;
	color: #444 !important;
	cursor: pointer;
}
.contrast, .contrast * {
	background: black !important;
	color: white !important;
}
/*无障碍阅读--end*/

/*内容页--start*/
.location{
	font-size: 0.875em;
	padding:7px 0;
}
.location *{
	display:block;
	float:left;
    line-height:30px;
}
.location:before {
	content: "a";
	font-family: "iconmoon";
	font-size: 1.125em;
	color: #999;
	margin-right: 2px;
	float: left;
	line-height: 30px;
}
.location>a {
	color: #999;
}
.location>a:hover{
	color:#333;
}
.location>span {
	color: #333;
}
.location>a:after {
	content: ">";
	padding: 0px 5px;
}
.location>a:after {
	content: ">";
	padding: 0px 5px;
}
.sub-content{
	color:#666;
	padding-top:20px;
}
.sub-content .big-title {
	font-size: 1.5em;
	line-height: 1.25em;
	text-align: center;
	color: #333;
	padding-top: 10px;
}
.sub-content .second-title{
	font-size: 1.2em;
	text-align: center;
	color:#666;
	margin-top:6px;
}
.sub-content .content-small-title {
	font-size: 0.75em;
	text-align: center;
	color: #999;
	line-height: 1em;
	border-bottom: 1px #eaeaea dashed;
	padding-bottom: 20px;
	padding-top: 10px;
	font-family: Simsun;
}
.news_content_content {
	line-height:2em;
	padding: 10px 0 20px;
}
.news_content_content img{
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
.news_content_description {
	font-size: .75em;
	color: #888;
	background-color: #f3f3f3;
	line-height:2em;
	padding: 15px;
	border: 1px #eaeaea dashed;
	border-top: none;
	font-family: Simsun;
}
.news_content_other {
	padding:20px 0px;
}
.news-content-function {
	float: right;
	font-size: .75em;
	color: #999;
}
.news-content-function>span:before {
	content: "[";
}
.news-content-function>span:after {
	content: "]";
}
.news-content-function>span{
	display: inline-block;
	padding: 0 5px;
	cursor: pointer;
	line-height:36px;
}
.news-content-function>span:hover{
	text-decoration:underline;
}
.news_content_img{
	text-align:center;
	padding:20px 0px;
}
.news_content_img img{
	max-width: 80%;
	display: block;
	margin: 0 auto;
}
.news-content-share{
	float: left;
}
.article{
	color:#666;
}
@media screen and (max-width: 1000px){
	.news_content_other{
		display:none;
	}
	.location{
		padding:15px 0;
	}
	.sub-content{
		padding-top:0;
	}
}
@media screen and (max-width: 720px){
	.news_content_other{
		display:none;
	}
}
@media screen and (max-width: 480px){
	.sub-content .big-title{
		font-size: 1.25em;
		text-align: left;
		color: #000;
	}
	.sub-content .second-title{
		font-size:1em;
		text-align:left;
	}
	.sub-content .content-small-title{
		text-align:left;
	}
	.news_content_img img {
		max-width:100%;
	}
	.news_content_content img{
		max-width:100%;
	}
	.news_content_content{
		color:#000;
	}
	.location{
		padding:5px 0 0;
		font-size:0.75em;
	}
}
@media screen and (max-width: 320px){
	.news_content_img{
		padding: 10px 0px;
	}
	.location{
		font-size:0.75em;
	}
	.sub-content .big-title{
		font-size:1.125em;
	}
}
/*内容页--end*/

/*翻页--start*/
.page-tile {
	display: block;
	padding:30px 50px;
	background-color:#fff;
	border:1px dotted #bbb;
	border-top:none;
}
.page-tile:after {
	display: block;
	content: "";
	clear: both;
}
.page-tile>*{
	color: #888;
	display: block;
	float: left;
	padding: 0 .5em;
	min-width: 1.5em;
	text-align: center;
	font-size: 0.75em;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.page-tile>*:first-child{
	padding-left:0;
}
.page-tile>*:before {
	font-size: 1.25em;
}
.page-tile span.more:before {
	content: "…";
}
.page-tile a.first:before {
	content: "\2039"
}
.page-tile a.prev:before {
	content: "\2039"
}
.page-tile a.next:before {
	content: "\203A"
}
.page-tile a.last:before {
	content: "\203A\203A"
}
.page-tile span.focus {
	background-color: #f97f57;
	color: #fff;
	border-radius: 5px;
}
.page-tile-2{
	display:none;
	text-align:center;
	font-size:.875em;
	height:1.875em;
	margin-top:10px;
	padding-bottom:10px;
}
.page-tile-2 span.no-click{
	background-color:#ccc;
	color:#fff;
}
.page-tile-2 span{
	padding:0.5em 1em;
	background-color:#888;
	margin:0px 3px;
	color:#fff;
	border-radius:20px;
}
.page-tile-2 span a{
	color:#fff;
}
.page-tile a:hover{
	text-decoration:underline;
}
.page-tile em {
    float: right;
    font-style: normal;
    padding-right:0;
}
@media screen and (max-width: 1230px){
	.page-tile{
		padding:20px 30px;
	}
}
@media screen and (max-width: 1000px){
	.page-tile a, .page-tile span{
    	display: none;
    }
    .page-tile>* {
    	float: none;
	}
	.page-tile{
		background-color:#efefef;
		padding-bottom:0;
		text-align: center;
		display:table;
		table-layout:fixed;
		width:100%;
		padding:0;
		border:none;
	}
	.page-tile a.pre,.page-tile a.next{
	    display:table-cell;
	    height:43px;
	    line-height:43px;
	    color: #333;
	    width:100%;
	    padding:0;
	}
	.page-tile a.next:before {
	    content: "下一页";
	}
	.page-tile a.pre:before {
	    content: "上一页";
	}
	.page-tile em{
		display:none;
	}
}
/*翻页--end*/