﻿.content {
	width: 835px;
	height: 936px;
	margin: 0 auto;
	border: 1px solid #E5E5E5;
	background: #FFF;
}

.content_top {
	height: 56px;
	line-height: 56px;
	border-bottom: 1px solid #E5E5E5;
	background: #FFF;
	padding-left: 30px;
	font-weight: bold;
	color: #000;
}

.standard_detail {
	padding-top: 40px;
	background: #FFF;
}

.search_history_datail {
	padding-top: 10px;
}

.time_line {
	width: 1px;
	height: 100%;
	height: 400px;
	background: #E3E3E3;
	margin-left: 36.5px;
	display: inline-block;
	position: absolute;
}

.time_line_daytime {
	margin-left: 30px;
}

.li_inline_div {
	display: inline-block;
}

.time_date {
	margin-left: 30px;
	color: #000;
}

.time_circle {
	position: absolute;
	z-index: 2;
	color: #E3E3E3;
	font-size: 2em;
}

.time_line_daytime li {
	line-height: 40px;
}

.everyday_record {
	margin-left: 50px;
}

.everyday_record_detail {
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	cursor: pointer;
	width: 700px;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.minute_and_second {
	margin-right: 20px;
	color: #000;
}

.search_words {
	color: #3285FF;
	cursor: pointer;
	margin-left: 10px;
}
.search_promote{
	color: #000;
}
.search_words:hover {
	color: #0e67ed;
}

.clear_all_div {
	text-align: right;
	margin-top: 10px;
	color: #000;
}

.clear_all {
	display: inline;

	margin-right: 20px;
	cursor: pointer;
}

.clear_all img {
	vertical-align: middle;
	margin-right: 4px;
	margin-top: -3px;
}

.clear_all:hover {
	color: #3285FF;
}
.everyday_record_detail_checkbox{
	width: 14px;
	height: 14px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align: middle;
	margin-top: -2px;
	margin-right: 15px;
}
.everyday_record_detail:hover{
	background: #EEE;
}

.pager{
	padding-top:30px;
}

.pager_item{
	float:right;
	line-height:30px;
	margin-right:80px;
}

.pre_btn, .next_btn{
	display: inline-block;
    zoom: 1;
    width: 78px;
    height: 28px;
    line-height: 28px;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    color: #333;
    background-color: #f8f8f8;
    border: 1px solid #dbdedf;
    cursor: pointer;
    margin-left: 20px;
}

a:hover {
    text-decoration: underline;
    color: #333;
}

 /*搜索加载过程中，显示灰层*/
#my_loading{
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000;
	width: 100%;
	filter: alpha(opacity = 5);
	opacity: 0.05;
	display: none; 
	z-Index: 10;
	cursor: wait;
}

#my_loading_detail{
	width: 200px;
/* 	height: 100px; */
	position: absolute;
	display: none;
	z-Index: 11;
	text-align: center;
	color: #FFF;
}