#body {
	padding: 56px 0 115px;
}
.con-l{
	float: left;
	width: 930px;
}
.iframe-con {
	height: 556px;
	overflow: hidden;
}
.iframe-con iframe{
	margin-top: -50px;
}
.video-title{
	font: 18px/34px '微软雅黑';
	margin-top: 16px;
	color: #2c756a;
}
.video-hot{
	font: 12px/20px '微软雅黑';
	color: #adadad;
}
.video-ar{
	margin: 18px 0 20px;
	height: 50px;
}
.video-ar .img-con{
	width: 50px;
	height: 50px;
	margin-right: 10px;
	float: left;
	border-radius: 50%;
	overflow: hidden;
}
.video-ar .img-con img {
	width: 50px;
	height: 50px;
	display: block;
	background: #9F9F9F;
}
.video-ar .ar-info{
	float: left;
	width: 50%;
}
.ar-info .ar-name{
	margin-top: 10px;
	font: 14px/18px '微软雅黑';
	color: #161616;
}
.ar-info .update-time{
	font: 12px/16px '微软雅黑';
	color: #c1c1c1;
}
.ar-btn{
	padding-top: 6px;
	width: 218px;
	float: right;
}
.ar-btn a {
	float: left;
	width: 100px;
	height: 34px;
	border: 2px solid #05a78e;
	font: 12px/34px '微软雅黑';
	text-align: center;
	color: #6a9e96;
}
.ar-btn .btn-r{
	margin-left: 10px;
	border-color: #0a5f52;
	background: #1D6B5F;
	color: #fff;
}
.content .title{
	font: 16px/40px '微软雅黑';
	color: #111;
}
.content .content-bg{
	background: #e5e5e5;
	padding: 30px 30px 0 30px;
}
.content .content-bg .video-game{
	width: 168px;
	margin-right: 10px;
	height: 72px;
	float: left;
}
.video-game img {
	display: block;
	width: 72px;
	height: 72px;
	float: left;
	background: #aaa;
	margin-right: 10px;
}
.video-game .app-info{
	float: left;
	width: 86px;
}
.video-game .app-info .name{
	font: 12px/16px '微软雅黑';
	color: #404040;
	height: 32px;
	overflow: hidden;
	white-space: normal;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.video-game .app-info .click{
	font: 12px/16px '微软雅黑';
	color: #46847a;
	margin-top: 25px;
}
.video-init a {
	display: block;
}
.video-init img {
	height: 118px;
	display: block;
	background: #b9b9b9;
}
.hot-video .video-init img {
	height: 130px;
}
.video-init .video-desc{
	padding: 6px 10px;
	background: #eee;
}
.video-init .video-desc h6 {
	font: 14px/18px "微软雅黑";
	height: 36px;
	color: #1d6b5f;
	overflow: hidden;
	display: -webkit-box;
	display: -moz-box;
	display: box;
	-webkit-line-clamp: 2;
	-moz-line-clamp: 2;
	-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}
.video-init .video-desc p {
	font: 12px/26px "微软雅黑";
	color: #9d9d9d;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.video-init:hover {
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}
.video-init:hover .video-desc {
	background: #f3f3f3;
}
.game-video{
	width: 692px;
	float: left;
}
.game-video ul{
	width: 702px;
}
.game-video .video-init{
	width: 224px;
	margin: 0 10px 10px 0;
	float: left;
}
.hot-video li{
	margin-bottom: 15px;
	width: 232px;
}
.load-more{
	float: left;
	height: 50px;
	width: 100%;
}
#gameVideo{
	padding-top: 8px;
	font: 12px/20px '微软雅黑';
	color: #c1c1c1;
	height: 42px;
	width: 100px;
	margin: 0 auto;
	cursor: pointer;
	text-align: center;
}
#gameVideo .bg{
	display: block;
	height: 10px;
	background: url("../img/down.png") no-repeat center top;
}
#gameVideo:hover{
	color: #aaa;
}
#gameVideo:active{
	color: #1D6B5F;
}
#gameVideo:hover .bg{
	background: url("../img/down.png") no-repeat center -30px;
}
#gameVideo:active .bg{
	background: url("../img/down.png") no-repeat center -60px;
}
.con-r{
	float: right;
	width: 232px;
}
#footer {
	height: 385px;
	padding-top: 80px;
}