body {
	font-family: "Microsoft YaHei",微软雅黑,serif;
}
ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
.container {
	width: 1000px;
	max-width: 1000px;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}
#header{
	background-image: url(../images/nav-bg.png);
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
}
#hd{
	width: 1000px;
	color: #0e2485;
	height: 120px;
	padding-top: 30px;
}
#hd .logo{
	float: left;
}
#hd .search{
	float: right;
	height: 66px;
}
#hd .search .search-header {
	font-size: 0;
}
#hd .search .search-header .search-header-image {
	display: inline-block;
	width: 50%;
	height: 20px;
}

.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #fff;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #fff;
}
.tooltip-inner {
	padding: 0;
	background: #fff;
	box-shadow: 0 0 5px #999;
}
.pop-wrapper {
	width: 116px;
	height: 116px;
	padding: 8px;
	background: #fff;
}
.pop-image {
	width: 100px;
	height: 100px;
}
.search .search-header {
	height: 20px;
}
.search .search-header-login {
	display: inline-block;
	width: 50%;
	font-size: 14px;
	color: #2d6899;
	text-align: right;
}
.search .search-header .img-tip {
	height: 20px;
	cursor: pointer;
}

.search-view {
	position: relative;
	padding-right: 40px;
	margin-top: 10px;
	border: solid 1px #e0e0e0;
	background-color: transparent;
}
.search-view .search-right-line {
	display: block;
	position: absolute;
	right: 30px;
	top: 5px;
	width: 2px;
	height: 16px;
	background-color: #e0e0e0;
}
.search-view .search-right-icon {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 7px;
	font-size: 0;
	cursor: pointer;
}
.search-view .search-right-icon .search-icon {
	font-size: 16px;
	color: #e0e0e0;
}
.search_form{
	width: 270px;
	height: 26px;
	padding-left: 15px;
	border: none;
	outline: none;
	background: transparent;
}
.login{
	text-align: right;
}
.split_line {
	width: 100%;
	height: 3px;
	background-color: #2d6899;
}
#main{
	width: 1000px;
	min-width: 1000px;
	margin: 20px auto 0;
	padding-bottom: 50px;
	overflow: hidden;
}
#footer{
	height: 298px;
	/*background-color: #e7e7e7;*/
	background-color: #f6f7f9;
	border-top: 1px solid #eaeeef;
	margin: 0 auto;
	clear: both;
	padding-top: 70px;
}
#footer .links-wrapper {
	display: inline-block;
	width: 480px;
	font-size: 0;
	overflow: hidden;
	vertical-align: top;
}
#footer .links-wrapper .links-item {
	position: relative;
	width: 240px;
	padding-right: 15px;
	display: inline-block;
	overflow: hidden;
}
#footer .links-wrapper .links-item::after {
	content: " ";
	position: absolute;
	top: 55px;
	bottom: 5px;
	right: 0;
	border-right: 1px dotted #677282;

}
#footer .links-wrapper .links-item.friends {
	width: 222px;
	padding-left: 18px;
	padding-right: 0;
}

#footer .links-item-title {
	font-size: 18px;
	color: #425066;
}
#footer .links-item-more {
	font-size: 12px;
	margin-left: 5px;
	color: #677282;
}
#footer .links-target {
	margin-top: 25px;
	height: 150px;
	overflow: hidden;
}
#footer .links-target ul {
	margin-left: -5px;
}
#footer .links-target li {
	display: inline-block;
	padding: 0 5px;
	line-height: 30px;
}
#footer .links-text {
	font-size: 14px;
	color: #677282;
}
#footer .web-info{
	display: inline-block;
 	/*margin-left: 20px;*/
 	width: 400px;
}
#footer .web-info-title{
	margin-bottom: 25px;
	font-size: 18px;
	color: #425066;
}
#footer .web-info-item {
	line-height: 30px;
	font-size: 14px;
	color: #677282;
}
#footer .web-qrcode{
	margin-top: 20px;
	width: 110px;
	float: right;
	text-align: center;
	overflow: hidden;
}
#footer .web-qrcode div{
	margin-top: 20px;
	font-size: 16px;
	color: #677282;
}


#navbar{
	width: 100%;
	height: 55px;
	background-color: #2d6899;
	overflow: hidden;
}
#navbar ul{
	width: 1000px;
	margin:0 auto;
	overflow: hidden;
}
#navbar li{
	height: 55px;
	float: left;
	font-size: 18px;
	text-align: center;
	padding: 15px 35px;
}
#navbar li.active{
	/*background-color: #1a71ba;*/
}
#navbar li a:hover{
	text-underline: none;
	text-decoration: none;
}
#navbar li:hover{
	background-color: #1a71ba;
}
#navbar a{
	color: #ffffff;
}


#page{
	text-align: center;
	font-size: 22px;
}


#side{
	width: 300px;
	float: right;
}
#side .box {
	margin-bottom: 20px;
}
#side .box .box-content {
	padding: 40px;
	background: #f6f6f6;
}
#side .box .box-content .box-qrcode {
	padding: 20px;
	background: #fff;
}
#side .box .box-content img {
	width: 100%;
}
#side .box .box-content .box-title {
	text-align: center;
	border-top: 1px solid #ccc;
	background: #fff;
	padding: 10px 0;
}

#side .subnav{
	width: 100%;
	height: 44px;
	background-color: #f6f6f6;
}
#side .crumb{
	width: 112px;
	padding: 12px 16px;
	line-height: 20px;
	font-size: 20px;
	background-image: linear-gradient(90deg, #5fa1ce 0%, #006ea4 100%), linear-gradient( #f0f0f0, #f0f0f0);
	color: #ffffff;
}
#side .list{
	margin-top: 10px;
	padding: 25px 20px;
	background-color: #f6f6f6;
}
#side ul {
	clear: both;
	padding-left: 18px;
}
#side .list li{
	position: relative;
	margin-bottom: 25px;
	padding-left: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#side .list li:last-child{
	margin-bottom: 0;
}
#side .list li::before{
	position: absolute;
	content: " ";
	width: 5px;
	height: 5px;
	left: 0;
	top: 8px;
	border-radius: 50%;
	background-color: #bfbfbf;
}
#side .list li a {
	font-size: 16px;
	line-height: 20px;
	color: #333;
}
#side .list.list-media{
	padding: 0 0 25px;
}
#side .list .list-pic{
	padding-top: 8px;
	margin-left: 4px;
	margin-bottom: 15px;
	overflow: hidden;
}
#side .list .list-pic-item{
	float: left;
	width: 146px;
	padding: 6px 8px;
}
#side .list .list-pic-image{
	width: 100%;
	height: 90px;
	margin-bottom: 5px;
}
#side .list .list-pic-title{
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
