.mainBody {
	background-color: #f1f1f1;
	padding-top: 20px;
	padding-bottom: 10px;
}

.leftBlock {
	display: inline-block;
}

.detailBlock {
	width: 990px;
	margin: 0 auto;
	font-size: 0;
	position: relative;
}

.detailBlock .picBlock {
	width: 360px;
	height: 460px;
	display: inline-block;
	margin: 0 10px 10px 0;
	position: relative;
}

.detailBlock .picBlock .title {
	font-size: 22px;
	font-weight: bold;
	color: #18B1FE;
	position: absolute;
	top: 265px;
	left: 140px;
}

.detailBlock .picBlock .text {
	font-size: 14px;
	color: #656565;
	padding: 0 35px;
	position: absolute;
	top: 300px;
	left: 0;
	line-height: 21px;
}

.detailBlock .picBlock .detailBtn {
	width: 120px;
	line-height: 26px;
	border: solid 1px #18B1FE;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	position: absolute;
	bottom: 40px;
	left: 120px;
}

.detailBlock .picBlock .detailBtn a {
	color: #18B1FE;
}

.rightBlock {
	display: inline-block;
	width: 250px;
	height: 709px;
	vertical-align: top;
	position: absolute;
	right: 0;
	top: 0;
}

.rightBlock .info {
	border-top: solid 2px #18B1FE;
}

.rightBlock .info .title {
	background-color: #f8f8f8;
}

.rightBlock .info .title span {
	display: inline-block;
}

.rightBlock .info .title .text {
	background-color: #18B1FE;
	color: white;
	font-size: 14px;
	line-height: 28px;
	padding: 0 10px;
}

.rightBlock .info .title .text img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	margin-right: 10px;
}

.rightBlock .info .title .more {
	margin-left: 100px;
}

.rightBlock .info .title .more a {
	color: #989898;
}

.infoBody {
	background-color: white;
	padding: 0 10px;
	padding-top: 10px;
}

.infoList {
	line-height: 25px;
}

.infoList a {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #323232;
	font-size: 14px;
}

.infoList a img {
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.infoBody .jiaoyuImg {
	margin-top: 17px;
	margin-bottom: 10px;
}

.infoBody .rencaiImg {
	margin-bottom: 15px;
}


.rightBlock .movie {
	border-top: solid 2px #18B1FE;
	margin-top: 9px;
}

.rightBlock .movie .title {
	background-color: #f8f8f8;
}

.rightBlock .movie .title span {
	display: inline-block;
}

.rightBlock .movie .title .text {
	background-color: #18B1FE;
	color: white;
	font-size: 14px;
	line-height: 28px;
	padding: 0 10px;
}

.rightBlock .movie .title .text img {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 10px;
	border: solid 1px white;
}

.rightBlock .movie .title .subText {
	font-size: 14px;
	color: #989898;
	display: inline-block;
	margin-left: 10px;
}

.rightBlock .movie .movieBlock{
	background-color: white;
	width: 250px;
	height: 200px;
}
.rightBlock .movie .movieBlock video{
	width: 230px;
	height: 160px;
	border: solid 1px;
	margin-top: 20px;
	margin-left: 10px;
}

.rightBlock .magazine {
	border-top: solid 2px #18B1FE;
	margin-top: 8px;
}

.rightBlock .magazine .title {
	background-color: #f8f8f8;
}

.rightBlock .magazine .title span {
	display: inline-block;
}

.rightBlock .magazine .title .text {
	background-color: #18B1FE;
	color: white;
	font-size: 14px;
	line-height: 28px;
	padding: 0 10px;
}

.rightBlock .magazine .title .text img {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 10px;
	border: solid 1px white;
}

.rightBlock .magazine .title .subText {
	font-size: 14px;
	color: #989898;
	display: inline-block;
	margin-left: 10px;
}

.rightBlock .magazine .magazineDetail {
	background-color: white;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.rightBlock .magazine .magazineDetail span {
	color: #656565;
	font-size: 14px;
	display: block;
	line-height: 20px;
}

.rightBlock .magazine .magazineDetail .detailTitle {
	text-align: left;
	margin-left: 25px;
}

.rightBlock .magazine .magazineDetail img {
	width: 160px;
	height: 210px;
	border: solid 1px #dedede;
	margin-top: 15px;
	margin-bottom: 10px;
}