﻿/* 顶部搜索栏 */
.row {
	position: relative;
	width: 100%;
}

.overflow{
	overflow: hidden;
}

.hr {
	width: 100%;
	background-color: #eeeeee;
	height: 1px;
	margin: 20px 0;
}

.left {
	position: absolute;
}

.right {
	position: absolute;
	right: 0;
}

.top-nav {
	position: relative;
	width: 100%;
	height: 30px;
}

.top-nav .date {
	position: absolute;
	font-size: 12px;
	color: #ffffff;
	line-height: 30px;
}

.top-nav .date>span {
	padding-right: 10px;
}

.top-nav .search {
	position: absolute;
	right: 0;
}

.search .search__input {
	position: absolute;
	right: 17px;
	width: 200px;
	height: 20px;
	margin-top: 4px;
	border: 1px solid #eeeeee;
	background-color: #ffffff;
	border-radius: 5px;
	overflow: hidden;
}

.search .search__input>input {
	outline: none;
	border: 0;
	padding-left: 10px;
	font-size: 11px;
}

.search .search__sumbit {
	position: absolute;
}

.search .search__sumbit a {
	line-height: 28px;
	color: #ffffff;
}


/* 主体部分 */
.main-body {
	background: url(./bg.png) no-repeat;
	background-size: 100% 500px;
	/* min-height: 500px; */
}

.subject{
	width: 100%;
	position: relative;
	/* background-color: #ffffff; */
}

.banner {
	position: relative;
	height: 80px;
	padding: 68px 0;
}

.banner .emblem {
	width: 76px;
	height: 80px;
}

.banner .headline {
	width: 431px;
	height: 80px;
}

/* 导航 */
.nav {
	width: 100%;
	position: relative;
	height: 55px;
}

.nav .nav-inner {
	width: 100%;
	font-size: 0;
	position: absolute;
	bottom: 0;
}

.nav .nav-inner>a {
	display: inline-block;
	width: 174px;
	height: 55px;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	background-color: #2c6ca7;
	text-align: center;
	line-height: 55px;
}

.nav .nav-inner .change{
	background-color: #00386c;
}

.nav .nav-inner>a:hover {
	background-color: #00386c;
}

/* 栏目定位 */
.location {
	margin-top: 23px;
	position: relative;
	width: 100%;
	height: 47px;
	background-color: #f3f3f3;
}

.location .decoration {
	position: absolute;
	width: 8px;
	height: 100%;
	background-color: #2c6ca7;
}

.location .location__icon {
	position: absolute;
	color: #2C6CA7;
	line-height: 45px;
	left: 30px;
}

.location .location__icon .iconfont {
	font-size: 22px;
}

.location .breadcrumb {
	position: absolute;
	height: 100%;
	line-height: 47px;
	left: 58px;
	font-size: 16px;
	color: #000;
}

.document {
	position: relative;
	margin-top: 24px;
	width: 100%;
	box-sizing: border-box;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	background-color: #ffffff;
	padding: 20px 32px 20px;
}

.document .title {
	font-size: 30px;
	color: #000000;
	text-align: center;
	margin-bottom: 60px;
}

.document .tag {
	width: 100%;
	text-align: center;
	color: #8a8a8a;
}

.document .tag>span {
	padding: 0 50px;
}

.document .article {
	font-size: 18px;
	line-height: 28px;
}

.document .tool {
	font-size: 14px;
	float: right;
}

/* 底部导航 */
.bottom-nav {
	position: relative;
	width: 100%;
	height: 34px;
	background-color: #eeeeee;
	margin-top: 30px;
}

.bottom_inner {
	width: 100%;
	position: relative;
}

.bottom-nav .bottom__link {
	text-align: center;
	height: 100%;
	margin: 0 auto;
	font-size: 14px;
}

.bottom-nav .bottom__link>a {
	padding: 0 10px;
	line-height: 34px;
	color: #000000;
}

.bottom-nav .blogroll {
	position: absolute;
	right: 0;
	top: 6px;
	z-index: 200;
	width: 250px;
	height: 22px;
	border: 1px solid #000000;
}

.blogroll .blogroll__inner{
	display: block;
	width: 265px;
	max-height: 154px;
	right: 0;
	overflow-x: hidden;
	overflow-y: scroll;
}

.blogroll .blogroll-link{
	display: block;
	height: 22px;
	padding: 0 10px;
	font-size: 16px;
	line-height: 22px;
	background-color: #eeeeee;
}

.blogroll .more-link{
	position: absolute;
	right: 10px;
	bottom: 3px;
	z-index: 300;
	cursor: pointer;
}

/* 页脚 */
.footer {
	position: relative;
	width: 100%;
	height: 100px;
	background-color: #2c6ca7;
	padding: 31px 0 28px;
}

.footer_inner {
	width: 100%;
	position: relative;
}

.footer_inner .copyright {
	text-align: center;
	font-size: 15px;
	color: #ffffff;
}

.footer_inner .copyright span {
	padding: 0 10px;
	line-height: 28px;
}

.footer_inner .copyright a {
	color: #ffffff;
}

.footer_inner .copyright a:hover {
	color: #FF0000;
}

.footer_inner .tubiao {
	position: absolute;
	width: 58px;
	height: 61px;
	top: 5px;
	left: 100px;
}
.footer_inner .jiucuo {
	position: absolute;
	width: 110px;
	height: 55px;
	top: 10px;
	right: 80px;
}

.footer_inner .tubiao img {
	width: 100%;
	height: 100%;
}

.sidebar{
	position: absolute;
	right: 2px;
	top: 200px;
	width: 73px;
	z-index: 1000;
}

.sidebar-inner{
	position: relative;
	width: 100%;
}

.sidebar-inner .cross{
	width: 100%;
	height: 4px;
	background-color: #2c6ca7;
}

.sidebar-inner .pover{
	width: 100%;
	height: 72px;
	background-color: #ffffff;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.sidebar-inner .pover>a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

.sidebar-inner .pover .iconfont{
	display: block;
	width: 100%;
	text-align: center;
	color: #2c6ca7;
	font-size: 30px;
}
.sidebar-inner .pover .name{
	display: block;
	font-size: 11px;
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 10px;
	color: #000000;
}
.wza span {
        color: #fff;
}

.wza span a{
        color: #fff;
}