body {
/* Layouts */
	margin: 0;
	padding: 0;
/* Text */
	color: #222;
	font-size: 12px;
	font-family: "Microsoft YaHei", "Hiragino Sans GB", "SimSun", sans-serif;
/* Decoration */
	background-color:#eaeaea;
/* IE 678 */
	*text-align: center;
}
ul{margin:0px;}
/* Hyperlink Styles */
img {
	border: none;
}

a {
	color: #223076;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li a {
	color: inherit;
	text-decoration: none;
}

li a:hover {
	color: #FFF;
	text-decoration: underline;
}

#header {
	height: 191px;
	-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;	
	-webkit-box-shadow:0px  2px 4px #999;-moz-box-shadow:0px  2px 4px #999;box-shadow:0px  2px 4px #999;
	z-index:99;
}

#page {
	width: 1020px;
	padding:20px;
	margin:0 auto;
	background-color:#f2f2f2;
}


.container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	*text-align: left;
}

.main-width {
	width: 720px;
	max-width: 780px;
	margin: 0;
	padding: 0;
	float: left;
}

.side-width {
	width: 240px;
	margin: 0;
	padding: 0;
	float: right;
}

#topbanner {
	height: 155px;
	margin: 0;
	padding: 0;
	clear: both;

	color: #FFF;
}

#top-logo {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url('imgslogo.jpg') no-repeat left center;
	-moz-border-radius:5px 5px 0 0;-khtml-border-radius:5px 5px 0 0;-webkit-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0;
}
#navbar{ background:#223076; height:36px; line-height:36px;
	-moz-border-radius: 0 0 5px 5px;-khtml-border-radius: 0 0 5px 5px;-webkit-border-radius: 0 0 5px 5px;border-radius: 0 0 5px 5px;}
#navs{ font-size:15px; font-weight:bold; list-style:none; width:720px; height:36px; padding:0px; margin:0px; float:left;}
#navs li{ display:inline-block; position:relative; float:left;}
#navs li a{ display:block; padding:0 20px; color:#fff; text-decoration:none; white-space:nowrap; z-index:100;}
#navs li a:hover{background-color:#004a99;}
#navs li.hover a{background-color:#004a99;}
#navs ul{ display:none; list-style:none; position:absolute; left:0px; top:36px; background:#004a99; padding:0px 1px; min-width:100%; -webkit-box-shadow:0px  0px 2px #002b59;-moz-box-shadow:0px  0px 2px #002b59;box-shadow:0px  0px 2px #002b59; -moz-border-radius:0 0 3px 3px;-khtml-border-radius:0 0 3px 3px;-webkit-border-radius: 0 0 3px 3px;border-radius:0 0 3px 3px;  z-index:99; *width:130px !important auto;}
#navs ul li{ display:block; line-height:30px; float:none; font-size:13px; font-weight:normal; position:relative; border-bottom:1px solid #004793; border-top:1px solid #0a519d;*width:100%;}
#navs ul li a{ display:block; border-left:4px solid #004a99; padding:0 20px 0 16px;}
#navs ul .hasChild a{ background:#004a99 url(imgsiconnav-arrow.gif) no-repeat right center;}
#navs ul li a:hover{ border-left:4px solid #fff; background-color:#004a99;}
#navs ul ul{ position:absolute; display:none; top:0px; background:#004a99; padding:0px 1px; z-index:2; -moz-border-radius:0 3px 3px 0;-khtml-border-radius:0 3px 3px 0;-webkit-border-radius:0 3px 3px 0;border-radius:0 3px 3px 0; *width:175px; }
#navs ul .hasChild ul a{background-image:none;}
#navbar .side-width{ padding-right:20px;}
.search {
	width: 164px;
	width: 154px\9;
	margin-top: 5px;
	padding: 4px;
	display: block;
	float: left;

	color: #222;
	font-size: 12px;
	font-family: "Microsoft YaHei", "Hiragino Sans GB", sans-serif;

	border: none;
	border-color: #D9D9D9;
	outline: none;
	background-color: #FFF;
	border-radius: 2px;
}

#search-submit {
	width: 65px;
	height: 23px;
	margin-top: 5px;
	padding: 0;
	display: block;
	float: right;
}

.button-icon {
	margin: 0 20px;
}

input[type="submit"],
input[type="button"],
input[type="reset"],
.button {
	color: #7c7c7c;
	background-color: #e6e6e6;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -ms-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -webkit-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: -o-linear-gradient(top, #f4f4f4, #e6e6e6);
	background-image: linear-gradient(top, #f4f4f4, #e6e6e6);
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
.button:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}

input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
.button:active {
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6;
}

#search-mask {
	width: 100%;
	height:100%;

	position: fixed;
	top: 0;
	left:0;
	z-index:9;

	background-color:rgba(0,0,0,0.3);
	display: none;
}

#search-layer {
	width: 670px;
	height: 1300px;
	margin: 0 auto;
	padding: 5px;

	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index:19;

	background-color: #FFF;
	border: none;
	border-radius: 4px;
	box-shadow: 0 0 24px rgba(0,0,0,0.75);
	display: none;
	*text-align: left;
}

#search-result {
	width: 100%;
	height: 100%;

	border: none;
	overflow: hidden;
}	


#mainwrapper {
	margin: 30px 0;
}
#wrapper{ z-index:1;}
#category, #post, #topics, #sitemap, 
.box {
	width: auto;
	margin-bottom: 22px;
	padding: 22px;
	clear: both;

	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
	*border: 1px solid #D9D9D9;
}

#topics {
	height: auto;

	background-position: right center;
	background-repeat: no-repeat;
}

#topics p {
	width: 50%;
	font-size: 1em;
}

.breadcrumb {
	width: 100%;
	margin-bottom: 15px;
}

.cat-breadcrumb {
	width: auto;
	margin: 0px;
	padding: 22px 0 0 0;
	float: right;
	white-space: nowrap;
	overflow: hidden;
}

.topic-title .cat-breadcrumb {
	display: none;
}

.cat-title,
.topic-title,
.topic-cat-title,
.index-cat-title {
	width: 100%;
	height: 38px;
	margin: 0 0 12px 0;
	padding-bottom: 3px;
	border-bottom: 4px solid #d9d9d9;
	*margin-bottom: 10px;
}
.topic-title {
	border-bottom: none;
}

.topic-cat-title,
.index-cat-title {
	height: 26px;
	position:relative;
	top:-6px;
	margin: 0;

	background-image: url('imgsiconarrow.png');
	*background-image: none;
	background-position: 644px 0px;
	background-repeat: no-repeat;
	border-bottom: 3px solid #d9d9d9;

	*margin-bottom: 4px;
}

.index-cat-title.hover {background-color:#f2f2f2;}
.index-cat-title.hold {	background-position: 644px -40px;}
#cat-title-name,
.cat-title-name,
.topic-cat-title-name,
.index-cat-title-name {
	height:26px;
	padding-bottom: 3px;
	display: inline-block;
	*display: inline;

	font-size: 2.5em;
	font-weight: bold;

	border-bottom: 4px solid #d9d9d9;
}
.index-cat-title-name.sel,#cat-title-name {	border-bottom: 4px solid #223076;}
#cat-title-name{ height:38px;}
.index-cat-title-name {
	 _bottom:-3px;
	 position:relative;
}
.topic-title #cat-title-name {
	display: block;
	border-bottom: none;
}

.topic-cat-title-name {
	margin-right: 12px;

	font-size: 1.75em;
	border-bottom: 3px solid #223076;
}

.index-cat-title-name {
	height: 19px;
	padding-top:7px;
	margin-right: 15px;

	font-size: 1.25em;
	border-bottom: 3px solid #D9D9D9;
}

.index-cat-title .topic-cat-title-name {
	color: #223076;
	border-bottom: 3px solid #AAA;
}

.topic-cat-title-name.sel{
	border-bottom: 4px solid #223076;
}
.picnews-box {
	height: 320px;
	overflow:hidden;
	background: #223076;
}

.picnews-pic,
#vidnews-vid {
	width: 480px;
	height: 100%;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	border:none;
	outline:none;
}
#vidnews-vid{ float:right;}
#picnews-pic,
#vidnews-pic{
	width: 480px;
	height: 100%;
}
#vidnews-pica{
	width: 477px;
	height: 100%;
}

.picnews-btn,
.vidnews-btn {
	width: 192px;
	height: 14px;
	padding: 3px 0;
	position: absolute;
	bottom: 15px;
	right: 15px;
	z-index: 2;

	background: rgba(0,0,0,0.5);
	border-radius: 10px;
}

.vidnews-btn {
	right:auto;
	left:15px;
}

.picnews-txt,
.vidnews-txt {
	width: 202px;
	height: 280px;
	padding: 20px 0px 0px 19px;
	margin-bottom:20px;
	float: left;
	overflow: hidden;
}

#picnews-title,
#vidnews-cat-title,
#vidnews-title {
	margin: -6px 0 14px;

	color: #FFF;
	font-size: 1.833em;
	font-weight: bold;
	line-height: 150%;
}
#vidnews-cat-title{ border-bottom:3px solid #46528c;}
#vidnews-title {
	margin-top: 6px;
	clear: both;
	font-size: 1.5em;
}

#picnews-body,
#vidnews-body {
	color: #FFF;
	font-size: 1.083em;
	font-weight: normal;
	line-height: 150%;
}
#picnews-body p,
#vidnews-body p{ margin:0; padding:0;}

#post-list-none {
	display: none;
}

.post-list-container {
	margin: 0;
	padding: 0;

	font-size: 1.167em;
	line-height: 30px;
	color: #223076;

	list-style: none outside;
}

.post-list {
	overflow:hidden;
	clear: both;
	text-align: left;
	display: block;
	height: 30px;
	line-height:30px;
}

.post-list a {
	display: block;
	border-radius: 2px;
	padding-left:8px;
	color:#223076;
}

.post-list-date {
	width: 20%;
	*width: 120px;
	height: 100%;
	float: right;
	text-align: right; text-decoration:none;
}

.post-list a:hover {background:#223076;}
.post-list a:hover .post-list-date { text-decoration:none;}
.topic-post-list-container {
	margin: 0 0 -6px 0;
	padding: 0;
	*width: 674px;

	font-size: 1.083em;
	line-height: 26px;
	color: #223076;

	list-style: none outside;
}

.topic-post-list-container li {
	height: 26px;
	line-height: 26px;
}

.cat-bottom {
	width: 100%;
}

#loadcatmore {
	margin: 8px auto;
	color: #223076;
	font-size: 1.167em;
	line-height: 30px;
	text-align: center;
	display:block;
	border-radius: 2px;
	border-top: 3px solid #d9d9d9;
	text-decoration:none;
}
#loadcatmore:hover{ background-color:#223076; color:#fff;
	text-decoration:none;}
#post-title {
	margin-bottom: 0.5em;

	font-size: 2.25em;
	font-weight: bold;
	line-height: 1.3em;
}

.post-meta {
	width: 100%;
	margin-bottom: 2em;
	padding-bottom: 1em;
	
	border-bottom: 1px solid #e0e0e0;
}

.post-date {
	padding-left: 20px;

	background-image:url('imgsicondoc.png');
	background-repeat:no-repeat;
}

#post-body {
	font-size: 1.25em;
	font-weight: normal;
	line-height: 1.8em;
}

#post-body p {
	margin: 0 0 0.6em 0;
}

#post-body img {
	border-radius: 2px;
	box-shadow: 0 0 4px rgba(0,0,0,0.15);
}

#post-body strong {
	color: #223076;
}

.box-img {
	width: 100%;
	display: block;

	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 3px;
}


/* 侧栏 */
#sidebar {
	margin: 30px 0;
}

.side-box {
	width: 100%;
	margin: 0;
	margin-bottom: 45px;
	padding: 0;

	color: #223076;
}

.side-title {
	width: auto;
	margin: 0 0 9px 0;
	padding: 0 10px;

	font-size: 1.4167em;
	font-weight: bold;
	line-height: 1.15em;

	border-left: 4px solid #223076;
}

.side-content {
	width: auto;
	margin: 0;
	padding: 10px 0 0 14px;
	overflow:hidden;
	border-top: 1px solid #e0e0e0;
}
.side-content p{ line-height:24px; font-size:13px; margin:10px 0 0;}
.side-content .pic{ border:1px solid #ccc; width:224px;}
.side-topicbanner {
	margin-bottom: 5px;
}

.side-list {
	margin: 0;
	padding: 0;

	font-size: 1.083em;
	line-height: 30px;

	list-style: none outside;
}

.side-list li a{
	margin: 0;
	padding-left: 40px;

	display: block;
	border-radius: 2px;
}

.side-icon {
	color: #223076;
	background-color: transparent;
	background-image: url('imgsiconicons-b.png');
	background-repeat: no-repeat;
}

.side-icon:hover {
	color: #FFF;
	background-color: #223076;
	background-image: url('imgsiconicons-w.png');
	background-repeat: no-repeat;
}


.side-items {
	float: left;
}

.side-items li {
	padding: 0 12px;
	*padding: 0;

	font-weight: bold;
}

#footer {
	/*height: 295px;*/
	clear: both;
	margin: 0;
	padding-bottom: 20px;

	color: #FFF;
	background-color: #002060;
	-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;
	box-shadow: 0 -2px 4px rgba(0,0,0,0.3);
}

.footer-info {
	width: auto;
	height: auto;
	margin: 0;
	padding: 20px 20px 0 20px;
}

.footer-heading {
	width: 94px;
	margin: 0;
	padding: 3px 0;
	float: left;
	
	font-size: 1em;
	font-weight: bold;
	line-height: 1.8em;
	text-align:right;
	padding-right:25px;
	background-image: url('youjian.bjciq.gov.cnimgsiconarrow-right.png');
	*background-image: none;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: auto auto;
}

.footer-content {
	width: auto;
	margin: 0;
	padding: 3px 0;
	float: left;
	
	font-size: 1em;
	font-weight: normal;
	line-height: 1.8em;
}

#sitemap-list {
	padding: 0;
	font-size: 1.083em;
	list-style: none;
}

#sitemap-list h2 {
	margin-bottom: 6px;
	padding: 6px 0;
	font-size: 1.5em;
}

#sitemap-list h3 {
	margin: 0;
	padding: 4px 6px;
	font-size: 1.17em;
}

#sitemap-list ul {
	padding-left: 2em;
	list-style: none;
}

#sitemap-list>li>ul {
	margin-bottom: 2em;
}

#sitemap-list>li>ul>li {
	margin-bottom: 0.6em;
	padding-bottom: 1px;
	border-radius: 3px;
}

#sitemap-list>li>ul>li>ul>li {
	margin-bottom: 0.5em;
}

#sitemap-list li {
	line-height: 1.5em;
}

#sitemap-list li li li li {
	display: inline-block;
	margin-right: 22px;
}

.list-inline>li {
	display: inline-block;
	margin-right: 22px;
}

.top-menu a,
#top-marq a,
.footer-info a,
#picnews-title a,
#vidnews-title a,
.nav a {
	color: #FFF;
	text-decoration: none;
}

.top-menu a:hover,
#top-marq a:hover,
.footer-info a:hover,
#picnews-title a:hover,
#vidnews-title a:hover {
	color: #FFF;
	text-decoration: underline;
}

.nav a:hover {
	color: #FFF;
	text-decoration: none;
}

.nav-title a,
.nav-item a,
.branch-left a,
.branch-right a,
.topic-left a {
	color: inherit;
	text-decoration: none;
	white-space:nowrap;
}

#sitemap-list a {
	text-decoration: none;
}

#sitemap-list li li li li a,
.list-inline>li>a,
.nav-title a:hover,
.topic-cat-title-name a:hover,
.index-cat-title-name a:hover {
	color: #223076;
	text-decoration: none;
}

.nav-item a:hover,
.nav-list a:hover,
.branch-left a:hover,
.branch-right a:hover,
#sitemap-list a:hover {
	color: #223076;
	text-decoration: underline;
}

.topic-left a:hover {
	color: #FFF;
	text-decoration: underline;
}

.post-list a {
	color: inherit;
	text-decoration: none;
}

.post-list a:hover {
	color: #FFF;
	text-decoration: underline;												
}

a.btn-on,
a.btn-off {
	width: 14px;
	height: 14px;
	margin: 0 5px;
	display: block;
	float: left;

	background-image: url('imgsiconbtn.png');
	background-position: -14px 0;
	background-repeat: no-repeat;

	text-decoration: none;
}

a.btn-on {
	background-position: 0 0;
}

a.btn-on:hover,
a.btn-off:hover {
	background-position: 0 0;
	text-decoration: none;
}



/* Single Attribute */
.clear {
	clear: both;
}

.endblock {
	margin-right: 0;
}

.hide {
	display: none;
	visibility: hidden;
}

.nopadding {
	padding: 0;
}

.line {
	width: auto;
	height: 1px;
	margin: 0 8px;
	clear: both;
	overflow:hidden;
	background:#EEE;
}

.sticky {
	position: fixed;
	top: 0;
}


/* 20150520 index */
.icon-list {
	display: table;
	float: left;
	height: 50px;
	width: 147px;
	margin: 10px 10px 0 0;
	padding: 7px;
	font-size: 1.25em;
	background: #223076;
	color: #FFF;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	border-radius: 3px;
}

.icon-list:last-child {
	margin-right: 0;
}

.icon-list:hover {
	background: #004a99;
}

.icon-list > span {
	display: table-cell;
	vertical-align: middle;
	line-height: 120%;
}