#headdivbox {
	margin-bottom: 20px
}

.min {
	min-height: 545px;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	padding: 0
}

.info,
.min .embed {
	margin: 0
}

.info {
	border: 1px solid #eee;
	width: 796px
}

.tit {
	margin: 0;
	height: 25px
}

.tit .name {
	font: 20px/24px arial
}

.tit .host,
.tit .name {
	float: left;
	width: 400px;
	margin-left: 10px
}

.tit .host,
.tit .more {
	font: 12px/24px arial
}

.tit .more {
	float: right;
	width: 200px;
	text-align: right;
	margin-right: 10px
}

.tit .more a {
	color: #555;
	text-decoration: none
}

.tit .more2 {
	float: right;
	width: 200px;
	font: 12px/24px arial;
	text-align: right;
	margin-right: 10px
}

.tit .more2 a {
	text-decoration: none
}

.bodybox {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px
}

.iframeBox {
	float: left;
	padding: 15px;
	padding-bottom: 5px;
	background: #fff
}

.tabBox {
	float: right;
	width: 215px
}

.tabBox .ltrt {
	width: 215px;
	height: auto;
	float: left;
	background: #fff
}

.tabBox .ltrt div {
	height: 40px;
	color: #333;
	border-bottom: 1px solid #e6e6e6
}

.tabBox .ltrt div h1 {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	margin-left: 15px;
	display: inline-block;
	float: left
}

.tabBox .ltrt ul {
	overflow: hidden;
	box-sizing: border-box;
	padding: 15px 0 10px 13px;
	text-align: left;
}

.tabBox .ltrt ul li {
	font-size: 12px;
	color: #666;
	margin-bottom: 5px;
	float: left;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	width: 90px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-right: 5px
}

.tabBox .ltrt ul li a:hover {
	color: red
}

.tabBox .ltrt ul li.active{
	border: 1px solid #ed2842;
	color: #fff;
	background-color: #ed2842;
}