.mainBody {
	background-color:#e3e6ed;;
	overflow-x:hidden;
	position:relative;
}

.bodyDetail {
	width: 990px;
	/*border: solid 1px;*/
	margin: 0 auto;
	position:relative;
	margin-top:-100px;
	font-size: 0;
	padding-bottom: 20px;
	z-index:10;
}

.detailTitle {
	font-size: 14px;
	color: #656565;
	line-height: 37px;
}

.detailTitle span:last-child {
	color: #989898;
}

.leftBlock {
	display: inline-block;
	background-color: white;
	width: 730px;
}

.leftBlock .mainTitle {
	display: block;
	line-height: 30px;
	color: #18B1FE;
	font-size: 14px;
	border-top: solid 2px #18B1FE;
	background-color: #f8f8f8;
}

/*
.leftBlock .infoListBlock {
	display: none;
}*/

.leftBlock .infoList {
	padding: 20px 15px 0px;
	height: 160px;
	/*border: solid 1px;*/
	font-size: 0;
}

.leftBlock .infoList .infoListBody {
	border-bottom-style: dashed;
	border-bottom-color: #dcdcdc;
	border-bottom-width: 1px;
	height: 100%;
}

.leftBlock .infoList img {
	width: 180px;
	height: 120px;
	border: solid 1px;
	display: inline-block;
}

.leftBlock .infoList .infoListText {
	display: inline-block;
	/*border: solid 1px;*/
	vertical-align: top;
	font-size: 14px;
	margin-left: 15px;
	width: 500px;
	position: relative;
}

.leftBlock .infoList .infoListText .title {
	font-size: 17px;
	color: #323232;
	display: block;
}

.leftBlock .infoList .infoListText .time {
	font-size: 14px;
	color: #989898;
	display: block;
	margin-top: 3px;
	margin-bottom: 10px;
}

.leftBlock .infoList .infoListText .text {
	font-size: 14px;
	color: #656565;
	margin: 0;
	line-height: 20px;
}

.leftBlock .infoList .infoListText .detailBtn {
	display: inline-block;
	position: absolute;
	bottom: 1px;
	right: 8px;
}

.leftBlock .infoList .infoListText .detailBtn a {
	font-size: 14px;
	color: #18B1FE;
}

.leftBlock .moreBtn {
	text-align: center;
}

.leftBlock .moreBtn a {
	color: #989898;
	font-size: 14px;
	line-height: 50px;
}

.leftBlock .moreBtn img {
	margin-left: 5px;
}

.rightBlock {
	display: inline-block;
	width: 250px;
	height: 709px;
	vertical-align: top;
	margin-left: 10px;
}

.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 .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;
}

.changeLine {
	display: inline-block;
	font-size: 0;
	border-style: solid none solid solid;
	border-color: #dcdcdc;
	border-width: 1px;
	margin-bottom: 30px;
	float: right;
	margin-right: 15px;
	margin-top: 30px;
}

.changeLine span {
	display: inline-block;
	border-right: solid 1px #dcdcdc;
	font-size: 14px;
	line-height: 33px;
	text-align: center;
}

.changeLine .topLeft,
.topRight,
.left,
.right {
	width: 43px;
}

.changeLine .num {
	width: 33px;
	color: #18B1FE;
}

.changeLine .num.selected {
	color: #323232;
	background-color: #ededed;
}

.clear {
	clear: both;
}

.changeSwiper {
	position: relative;
	width: 1484px;
	border-style: solid none;
	border-width: 6px;
	border-color: #27aacb;
	height: 500px;
	margin:0 auto;
	border-bottom:none;
	/*margin-bottom: 20px;*/
	/*background-color: #bff0f9;*/
}

#swiper-1 {
	width: 100%;
	height: 100%;
}

.head_pic img {
	width: 100%;
	height: 432px;
	_float: left;
	_display: inline;
}

.head_pic_shadow {
	z-index: 10;
	position: absolute;
	left: 50%;
	top: 0;
	width: 990px;
	margin-left: -495px;
}

#head_pic_shadow img {
	width: 40px;
	height: 40px;
}

.turnbtn {
	width: 40px;
	height: 40px;
}

 #head_pic_shadow #picL {
	position: absolute;
	left: 0;
	top: 220px;
	background: url(../img/left.png) no-repeat;
}

#head_pic_shadow #picR {
	position: absolute;
	right: 0;
	top: 220px;
	background: url(../img/right.png) no-repeat;
}

#swiper-1 img{
	width:1485px;
}
.img_masker{
	position:absolute;
	top:250px;
	left:50%;
	margin-left:-742.5px;
	z-index:9;
}