﻿* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: "Microsoft YaHei";
	font-size: 12px;
}
html,body{
	background:url("../img/bg.gif");
}
a {
	text-decoration: none !important;
}

ul {
	list-style: none;
}

img {
	display: block
}

.clear:after {
	content: '';
	display: block;
	clear: both;
}

.fl {
	float: left
}

.fr {
	float: right
}
.row{
	padding: 0;
	margin: 0;
}
.center ,.container{
	width: 960px;
	margin: 0 auto;
	background:#fff;
}
h1{font-size:30px;}
h3{font-size:20px;}
header {
	position: relative;
	height: 110px;
	width: 100%;
	padding-top: 18px;
	background: #fff;
}
header img {
	float: left;
}
.user-nav {
	float: right;
	padding-top: 5px;
}
.nav-tool {
	clear: both;
}
.nav-tool a{
	font-size: 14px;
	padding: 0px 8px;
	color: #000;
}
.nav-tool a:last-child{
	padding-right: 0;
}
.nav-tool span{
	font-size: 14px;
}
#message{
	padding-top: 10px;
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	color: rgb(20, 120, 196);
	text-align: right;
}
.messageContent{
	padding: 10px;
	font-size: 12px;
	position: absolute;
	width: 338px;
	top: 119px;
	right: 0;
	z-index: 666;
	text-align: center;
	font-weight: 600;
	display: none;
	line-height: 18px;
	color: rgba(20, 120, 196, 0.6);
	background: #fff;
	border: 2px solid rgba(20,120,196,.6);
}
.notice-wrap {
	padding: 20px;
}
.col-md-3,.col-md-5,.col-md-4,.col-md-12{
	padding: 0;
}
.notice,
.notice a,
.notice p {
	font-size: 16px;
	font-family: 'Microsoft YaHei';
}

.detail-item {
	font-size: 16px;
	color: #06618e;
}

.content-box {
	width: 100%;
	height: 120px;
}

.index-title-p {}

.content-line-height {
	line-height: 25px;
	text-align: justify;
}

.expand-toggle {
	cursor: pointer;
	position: relative;
	left: 610px;
	font-size: 14px;
	color: #06618e;
}

.search-expand-toggle {
	cursor: pointer;
	position: relative;
	left: 88%;
	font-size: 12px;
	color: #06618e;
}
.navSlide,.navSlide1,.navSlide2{
	position: relative;
	cursor: pointer;
	background: #fff;
}
.navSlide .navSlideTitle,.navSlide1 .navSlideTitle,.navSlide2 .navSlideTitle{
	width: 100%;
	margin-left: 8%;
	color: black;
	font-size: 16px;
	line-height: 35px;
}
.navSlide .navSlideAdd,.navSlide1 .navSlideAdd1,.navSlide2 .navSlideAdd2{
	position: absolute;
	top: 5px;
	background: #fff;
	z-index: 99;
	left: 159px;
	border: 1px solid #ccc;
	display:none;
}
.navSlide1 .navSlideAdd1{
	top:-188px;
}
.navSlide .navSlideAddCur,.navSlide1 .navSlideAddCur,.navSlide2 .navSlideAddCur{
	display: block;
}
#keywordType ,#keywordType option{
	font-size:12px;
}