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

.detailBlock {
	width: 990px;
	margin: 0 auto;
	position: relative;
	z-index:10;
	margin-top: -100px;
}


.detailBlock .leftBlock {
	font-size: 0;
	width: 738px;
}

.detailBlock .leftBlock .picChangeBlock {
	width: 360px;
	height: 240px;
	/*border: solid 1px;*/
	display: inline-block;
	margin: 0 0px 10px 0;
	background-color: white;
	font-size: 14px;
}

.detailBlock .leftBlock .fastNews {
	width: 370px;
	height: 240px;
	display: inline-block;
	/*border: solid 1px;*/
	vertical-align: top;
	background-color: white;
}

.detailBlock .leftBlock .fastNews .titleBar {
	font-size: 14px;
	line-height: 30px;
	color: #18B1FE;
	background-color: #f8f8f8;
	border-top: solid 2px #18B1FE;
	padding-left: 15px;
	margin: 10px 15px 5px 10px;
}
}

.detailBlock .leftBlock .fastNews .titleBar .moreBtn {
	display: inline-block;
}

.detailBlock .leftBlock .fastNews .titleBar .moreBtn a {
	color: #989898;
	margin-left: 220px;
}

.detailBlock .leftBlock .fastNews .list {
	font-size: 14px;
	padding: 0 15px;
	line-height: 26px;
}

.detailBlock .leftBlock .fastNews .list img {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}

.detailBlock .leftBlock .fastNews .list .text {
	width: 200px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	color: #323232;
}

.detailBlock .leftBlock .fastNews .list .text:hover {
	color: #154baa;
}

.detailBlock .leftBlock .fastNews .titleBar .moreBtn a {
	color: #989898;
	margin-left: 220px;
}

.detailBlock .leftBlock .fastNews .list .time {
	display: inline-block;
	vertical-align: middle;
	color: #989898;
	margin-left: 27px;
}

.detailBlock .leftBlock .infoBlock {
	width: 365px;
	height: 330px;
	/*border: solid 1px;*/
	background-color: white;
	display: inline-block;
	margin: 0 0px 10px 0;
}

.detailBlock .leftBlock .infoBlock .titleBar {
	font-size: 14px;
	line-height: 30px;
	color: #18B1FE;
	background-color: #f8f8f8;
	border-top: solid 2px #18B1FE;
	padding-left: 15px;
	margin: 10px 15px 0px 10px;
}

.detailBlock .leftBlock .infoBlock .titleBar .moreBtn {
	display: inline-block;
}

.detailBlock .leftBlock .infoBlock .titleBar .moreBtn a {
	color: #989898;
	margin-left: 220px;
}

.detailBlock .leftBlock .infoBlock .firstInfo {
	padding: 20px 12px 0;
}

.detailBlock .leftBlock .infoBlock .firstInfo img {
	width: 140px;
	height: 100px;
	display: inline-block;
	margin-right: 15px;
}

.detailBlock .leftBlock .infoBlock .firstInfo .textBlock {
	display: inline-block;
	width: 175px;
	vertical-align: top;
}

.detailBlock .leftBlock .infoBlock .firstInfo .textBlock .title {
	font-size: 14px;
	color: #323232;
	display: block;
	margin-bottom: 5px;
}

.detailBlock .leftBlock .infoBlock .firstInfo .textBlock .text {
	font-size: 12px;
	color: #767676;
	margin: 0;
	line-height: 19px;
}

.detailBlock .leftBlock .infoBlock .firstInfo .textBlock .title:hover {
	color: #154baa;
}

.detailBlock .leftBlock .infoBlock .list {
	font-size: 14px;
	line-height: 26px;
}

.detailBlock .leftBlock .infoBlock .list img {
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
}

.detailBlock .leftBlock .infoBlock .list .text {
	width: 200px;
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
	color: #323232;
}

.detailBlock .leftBlock .infoBlock .list .text:hover {
	color: #154baa;
}

.detailBlock .leftBlock .infoBlock .list .time {
	display: inline-block;
	vertical-align: middle;
	color: #989898;
	margin-left: 27px;
}

.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-top: 10px;
}

.infoList {
	line-height: 25px;
}

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

.infoList a:hover {
	color: #154baa;
}

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

.infoBody .jiaoyuImg {
	margin-top: 27px;
	margin-bottom: 0px;
}

.infoBody .rencaiImg {
	margin-bottom: 2px;
	margin-top: 17px;
}

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

.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: 9px;
}

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

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

#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;
	/*height: 100%;*/
	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-pag.pagination {
	position: absolute;
	right: 50%;
	margin-right: -16px;
	bottom: 14px;
	z-index: 1;
	padding: 2px 10px;
	border-radius: 8px;
	background-color: rgba(0, 0, 0, .4);
}

#swiper-1-pag .swiper-pagination-switch {
	float: left;
	width: 12px;
	height: 12px;
	margin-left: 5px;
	border-radius: 12px;
	background-color: white;
}

#swiper-1-pag .swiper-pagination-switch:first-child {
	margin-left: 0;
}

#swiper-1-pag .swiper-pagination-switch.swiper-active-switch {
	border: none;
	background-color: #00ccff;
}

body.lt-ie8 #swiper-1-pag.pagination {
	position: absolute;
	width: 100%;
	text-align: center;
}

body.lt-ie8 #swiper-1-pag .swiper-pagination-switch {
	display: inline-block;
	width: 60px;
	font-size: 8px;
	height: 10px;
	_height: 2px;
	_line-height: 2px;
	background: #b4b4b4;
	float: none;
	margin-left: -3px;
	border: none;
}

body.lt-ie8 #swiper-1-pag .swiper-pagination-switch.swiper-active-switch {
	background: #fff;
}

.picChangeBlock {
	position: relative;
}

.picChangeBlock .head_pic_shadow {
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 0;
	width: 360px;
	height: 100%;
	margin-left: -180px;
}

.picChangeBlock .head_pic_shadow img {
	width: 40px;
	height: 40px;
}

.picChangeBlock #picL {
	position: absolute;
	left: 6px;
	top: 100px;
	background: url(../img/left.png) no-repeat;
}

.picChangeBlock #picR {
	position: absolute;
	right: -4px;
	top: 100px;
	background: url(../img/right.png) no-repeat;
}

.changeBlock {
	position: relative;
}
.changeBlock .swiper-container{
	height: 170px;
}
.changeBlock .head_pic_shadow {
	z-index: 1;
	position: absolute;
	left: 50%;
	top: 0;
	width: 990px;
	height: 170px;
	margin-left: -495px;
}

.changeBlock .head_pic_shadow img {
	width: 40px;
	height: 40px;
}

.changeBlock #picL {
	position: absolute;
	left: 10px;
	top: 55px;
	background: url(../img/left.png) no-repeat;
}

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

.picSwiper {
	width: 990px;
	height: 185px;
	background-color: white;
	margin: 0 auto;
}

.picSwiper .titleBar .title {
	display: block;
	line-height: 30px;
	color: #18B1FE;
	font-size: 14px;
	padding-left: 15px;
	background-color: #f8f8f8;
	border-top: solid 2px #18B1FE;
}

.picSwiper .swiper-slide {
	font-size: 0;
}

.picSwiper .swiperBlock {
	display: inline-block;
	font-size: 13px;
	color: #767676;
	margin: 20px 0px 0 20px;
}

.picSwiper .swiperBlock img {
	width: 140px;
	height: 94px;
}

.picSwiper .swiperBlock .subTitle {
	display: block;
}

.picChangeBlock .swiper-container {
	height: 80%;
	width: 80%;
margin-top: 20px;
	/*padding-top: 210px;*/
}
.picChangeBlock .swiper-slide{
	position: relative;
}
.picChangeBlock img{
	width: 288px;
	height: 192px;
}
.picChangeBlock .textBar {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	color: white;
	background-color: rgba(0, 0, 0, .3);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.coBar{
	display: none;
}

.coBar:first-child{
	display: block;
}

.img_masker{
	position:absolute;
	top:250px;
	z-index:9;
}
.img_masker img{
	/*height:411.2px;
	width:1484px;*/
}

/*ÊÓÆµÐÂ¼ÓCSS20160112*/
.video_div{	position:absolute;width:800px;height:600px;margin-left:auto;margin-right:auto;border:1px solid #000000;background:#efefef;z-index: 9999;display:none;}
.video_div .tit{ background:#F5F5F5; display:block; height:33px; cursor:move;}
.video_div .tit i{ float:right; line-height:33px; padding:0 8px;cursor:pointer;}
.video_play{ width:39px; height:39px; display:block; background:url(../img/social_video.png) no-repeat; position:absolute; left:113px; top:457px;}
.video_play:hover{ opacity:0.7; filter:alpha(opacity=70);}
