* {

	margin: 0 auto;
	padding: 0;
}
body {

	height:100%;
	overflow-x: hidden;
	overflow-x: hidden;
	font-family:'Microsoft YaHei','Hiragino Sans GB',Helvetica,Arial,'Lucida Grande',sans-serif;
}
#body_frame {
	max-width: 600px;

	margin: 0 auto;
}
.live_header {
	width: 100%;
	background-color: #ba0600;
	text-align: center;
	line-height: 45px;
}
.title2 img{
	height: 27px;
	margin-bottom:4px;
}
a:hover {
	text-decoration: none;
}
.menu{
	position: relative;
	width: 100%;
	background-color: #efefef;
	border-bottom: 1px solid #E0D2CA;
	text-align: center;
	line-height: 42px;
}
.refresh {
	position: absolute;
	right: 5%;
	top:50%;
	margin-top: -13px;
}
.timetable {
	position: absolute;
	right: 5%;
	top:50%;
	margin-top: -13px;
}

.action {
	font-size: 13px;
	color: #72340F;
	text-shadow: 0 1px 0 #ccc;
}

.footPic {
	margin:5px auto 0px;
	width: 100%;
	text-align: center;
	background-color: #aa0500;

}
.foot_img img{
	max-width: 98%;
}
.nav_right {
	width: 0px;
	position: absolute;
	top: 0px;
	bottom:0px;
	left:-298px;
	background-color: #333;
	z-index: 9000;
	display:none;
	overflow-y: scroll;
}
.panel-default .panel-heading {
	background-color: #404040;
	
}
.panel-body {
	padding:5px 0px 5px 15px;
}	
.panel-body span {
	display: inline-block;
	vertical-align: top;
	color: #bbb;
	padding:4px 15px 4px 0px;
	font-size: 12px;
}
.panel-body .text{
	width:42px;
}
.panel-body .text,.panel-body b {
	color: #fff;
	font-size: 12px;
}
.panel-default {
	margin:0 auto;
	border: none;
}
.panel-group {
	padding: 10px 5px;
}
.panel-default .panel-heading .panel-title {
	color: #eee;
	font-size: 12px;
	cursor:pointer;
	text-overflow: ellipsis;
 	white-space: nowrap;
 	overflow: hidden;
 	padding:4px 5px 4px 0px;
}
.panel-default:hover {
	color: #333;
}
.panel-collapse {
	background-color: #333;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.offcanvas {
	display:none;
	position: absolute;
	width: 0;
	height: 0;
	left:0px;
	top:0px;
	background-color: #000;
	opacity: .5;
	z-index: 8000;
}

.main {
	width:100%;
	margin:0 auto;
}

.news_box {
	width:80%;
	overflow:hidden;
	font-size: 12px;
	margin:0 auto;
	padding:0 5px 3px;
	border:1px solid #ddd;
	border-top: none;
	border-bottom: 2px dashed #ddd;
	
}
.news_box h2 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}
.news_box p {
	color: #666;
	margin-top: 3px;
	text-align: justify;
	text-indent: 2em;
}
.news_box span {
	color:#aaa;
	float:right;
}
.news_img img {
	width:100%;
}

#btn2 {
	width:95%;
	display:block;
	margin: 10px auto 30px;
}



@media screen and (min-width:0px) and (max-width:824px) {
	.wapselftext img {
		width: 100% !important;
		height: auto !important;

	}

}