.time {
	z-index: 500;
	display: block;
	position: absolute;
	color: red;
	right: 0px;
	top: 0px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
}

.legend {
	z-index: 500;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 400px;
}

.show_switch .choice_list {
    overflow: hidden;
    font-size: 14px;
    color: #121663;
    font-family: '微软雅黑';
    margin-top: 20px;
}
.show_switch .choice_list span {
    float: left;
    line-height: 26px;
}
.show_switch .choice_list a.on {
    background: #4595e7;
    border: 1px solid #4595e7;
    color: #fff;
}
.show_switch .choice_list a.first {
    margin-left: 0px;
}
.show_switch .choice_list a {
    float: left;
    color: #333;
    width: 60px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-left: 2px;
    background: #fff;
}
.show_switch .switch_tit {
    background: #3a8de2;
    height: 35px;
    margin-top: 20px;
}
.show_switch .switch_tit a {
    padding: 0px 19px;
    height: 30px;
    float: left;
    display: block;
    margin: 5px 0px 0px 1px;
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}
.show_switch .switch_tit a.on {
    background: #fff;
    color: #053a9a;
}
.switch_content .content_box .content_tit{ 
	background:#f3f8fe; 
	padding:10px 0px; 
	font-size:14px; 
	font-family:'Arial'; 
	font-weight:bold; 
	overflow:hidden
}
.switch_content .content_box .content_tit a.on {
    color: #ff0000;
}
.switch_content .content_box .content_tit a.first {
    background: none;
}
.switch_content .content_box .content_tit a {
    cursor: pointer;
    color: #565656;
    float: left;
    padding: 0px 12px;
    background: url(a_l.gif) no-repeat left center;
}

.show_switch .switch_content .play {
    background: url(play.gif) no-repeat center center;
    height: 38px;
    line-height: 38px;
    width: 776px;
    text-align: center;
    margin: 0 auto;
}
.show_switch .switch_content .play .play_left .bnt{ 
	margin:7px 11px 0px 8px; 
	display:block; 
	float:left
}
.show_switch .switch_content .play .play_left span{ 
	cursor:pointer;display:block; 
	float:left; 
	width:16px; 
	height:18px; 
	background:#4d9be3; 
	margin:8px 3px 0px 0px
}
.show_switch .switch_content .play .play_left span:HOVER{ 
	background:#0e43a5
}
.show_switch .switch_content .play .play_left span.on{ 
	background:#0e43a5
}
.switch_content .switch_des {
    border-top: 1px dashed #cecece;
    margin: 30px 0px;
    padding-top: 15px;
    color: #333;
    line-height: 23px;
    font-size: 14px;
    font-family: '微软雅黑';
}
.switch_content .switch_des dl dt {
    color: #ff0000;
}