.main {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.float_top {
	width: 100%;
	background-color: white;
	position: fixed;
	top: 0px;
	z-index: 100;
}
.jianshuo_top {
	padding-top: 38px;
	padding-bottom: 28px;
}
.search-box {
	margin-top: 11px;
}
.search-input {
	width: 400px;
	height: 48px;
	display: inline-block;
	float: left;
	border: 1px solid #f2f2f2;
	border-right: none;
	color: #0066cc;
	background: #fff;
	padding: 12px 0 12px 8px;
	font-size: 16px;
}
.search-btn {
	width: 90px;
	height: 48px;
	line-height: 48px;
	float: left;
	text-align: center;
	display: block;
	background-color: #047edb;
	color: #ffffff;
	font-size: 18px;
	border: none;
	cursor: pointer;
}
.jianshuo_menu_bg {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	background-color: #f5f5f5;
}
.jianshuo_menu > .li {
	float: left;
}
.jianshuo_menu > .li > a {
	width: 110px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	display: block;
	color: #636363;
	font-size: 20px;
	border-right: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
}
.jianshuo_menu > .li > a:hover {
	background-color: #fff;
	border-color: #eeeeee;
	color: #047edb;
	font-weight: bold;
}
.jianshuo_menu > .li.active > a {
	background-color: #fff;
	border-color: #eeeeee;
	color: #047edb;
	font-weight: bold;
}
.content {
	margin-top: -50px;
}
.data-tips {
	padding-top: 22px;
	padding-bottom: 36px;
}
.time-filter-box {
	position: relative;
}
.time-filter-box > a {
	display: block;
	height: 30px;
	font-size: 0;
}
.time-filter-box > a:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.time-filter-box > a:hover > span {
	text-decoration: underline;
}
.time-filter-box > a > span {
	height: 16px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #888888;
	margin-right: 4px;
}
.time-filter-box > a > i {
	width: 9px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../images/search_icon_01.png);
	background-position: center;
	background-repeat: no-repeat;
}
.data-tips-title {
	height: 38px;
	line-height: 38px;
	font-size: 16px;
	color: #888888;
	margin-left: 24px;
	float: left;
}
.data-tips-title > .red {
	color: #e80000;
}
.serach-time-box {
	width: 170px;
	position: absolute;
	top: 30px;
	left: 0;
	background-color: #fff;
	z-index: 99;
	border: 1px solid #ded8d8;
	box-shadow: 3px 3px 5px #ded8d8;
	-moz-box-shadow: 3px 3px 5px #ded8d8;
	-webkit-box-shadow: 3px 3px 5px #ded8d8;
	display: none;
}
.serach-time-ul > li {
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	padding: 0 12px;
	font-size: 12px;
	color: #000000;
}
.serach-time-ul > li.odd {
	background-color: #efefef;
}
.time-input-box {
	padding-left: 12px;
}
.time-input-box label {
	font-size: 12px;
	color: #000;
}
.time-input-box .Wdate {
	width: 150px;
	border: #999 1px solid;
	height: 20px;
	font-size: 12px;
	background: #fff url(../images/datePicker.gif) no-repeat right;
}

.time-input-box .Wdate::-webkit-input-placeholder {
	/* WebKit, Blink, Edge */
	font-size: 12px;
}
.time-input-box .Wdate:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 12px;
}
.time-input-box .Wdate::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 12px;
}
.time-input-box .Wdate:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	font-size: 12px;
}
.time-btn {
	display: block;
	margin: 5px auto 15px;
}
.list-box {
	position: relative;
}
.list-li {
	margin-bottom: 40px;
}
.list-li > h4 {
	margin: 0;
	font-size: 24px;
}
.list-li em {
	font-style: normal;
	color: #e80000;
}
.list-li .tit {
	height: 34px;
	line-height: 34px;
	font-weight: bold;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 20px;
	font-size: 0;
}
.list-li .tit span {
	background: #047edb;
	font-size: 20px;
	color: #fff;
	padding: 10px;
	margin-right: 18px;
}
.list-li .tit a {
	font-size: 20px;
	color: #0086ec;
}
.list-li .tit a:hover {
	text-decoration: underline;
}
.list-li .pic_list {
	line-height: 26px;
	font-size: 16px;
	color: #666666;
	margin-bottom: 26px;
}
.list-li .pic_link {
	font-size: 16px;
}
.list-li .pic_link a {
	color: #326a16;
	margin-right: 28px;
}
.list-li .pic_link a:hover {
	text-decoration: underline;
}
.list-li .pic_link span {
	color: #888888;
}
.navbar-wrapper {
	position: fixed;
	top: 280px;
	left: 50%;
	z-index: 10;
	margin-left: -665px;
}
.navbar-wrapper a {
	display: block;
	background: #ccc;
	height: 115px;
	width: 30px;
	box-sizing: border-box;
	padding: 22px 10px;
	line-height: 14px;
	font-size: 12px;
	color: #666666;
	text-align: center;
	margin: 0 0 10px 5px;
	border-radius: 5px 0 0 5px;
}
.navbar-wrapper a.active {
	color: #ffffff;
	width: 35px;
	background: #2299f5;
	margin-left: 0;
}
#footer {
	margin-top: 80px;
}
#page-code {
	margin-top: 80px;
	margin-bottom: 80px;
}
.article h2 {
	font-size: 32px;
	color: #797979;
	text-align: center;
	margin-bottom: 28px;
}
.article .info > div {
	padding: 12px 0;
	font-size: 15px;
	color: #848484;
}
