@charset "UTF-8";

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Microsoft YaHei';
	min-width: 1200px;
	background: #ebebeb;
}
.maind{
	background: #ebebeb !important;
}
img {
	border: 0px
}

a {
	text-decoration: none;
	margin: 0;
	font-family: 'Microsoft YaHei';
}
#top-title{
	font-weight: bold;
	margin:0 auto;
	text-align:left;
	width:1000px;
	height:50px;
	line-height:50px;
	color:#00632e;
	font-size:20px;
}

.B {
	border-bottom:1px  solid #e5e5e5;
	margin:20px;
	width: 960px;
	height:140px;
}

.C {
	float:left;
	width: 180px;
	height:120px;
	overflow: hidden;
}

.C img {
	border-radius: 5px;
	max-width:100%;
	height:120px;
}
.D{
	width: 760px;
	height:120px;
	margin-left:20px;
	float:left;
}
.title {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.title span {
	text-decoration: none;
	color:#333333;
	font-size:16px;
}
.time{
	margin-top:10px;
	color:#666666;
	font-size:14px;
}
.videoDescription{
	margin-top:10px;
}
.videoDescription span{
	color:#666666;
	font-size:14px;
}
.page_low{
	position: absolute;
	bottom:0;
	width:100%;
	max-width:100%!important;
}
#paging {
	margin:10px auto;
	display: table;
}

.page {
	font-size: 12px;
}

a.page {
	text-decoration: none;
	color: #000000;
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	margin: 0 3px;
	background-color: #f0f0f0;
	border: #cccccc solid 1px;
}

a.page:hover {
	text-decoration: none;
	color: #ff6600;
}

a.page-curr {
	text-decoration: none;
	color: #ff6600;
	float: left;
	height: 26px;
	line-height: 26px;
	padding: 0 8px;
	margin: 0 3px;
	background-color: #ffffff;
	border: #ff6600 solid 1px;
	color: #ff6600
}

#backButton {
	width: 94%;
	height: 4%;
	margin-left: 2.5%;
	margin-bottom: 1%;
	padding-top: 1%;
	border-top: solid 1px #D8D8D8;
	position: absolute;
	bottom: 0;
}

#link {
	width: 10%;
	position: absolute;
	right: 0;
}

#link a {
	float: right;
	font-family: 'Microsoft YaHei';
	font-size: 8px;
	color: #787878;
	text-decoration: none;
}