.classNav {
	width: 1200px;
	margin: 0 auto;
	border-bottom: 1px solid #ede4e4;
}

.classNav .place {
	font-size: 16px;
	height: 56px;
	border-bottom: 1px solid #999;
	line-height: 56px;
}

.classNav .place a {
	color: #188eee;
}

.classNav p {
	height: 37px;
	line-height: 37px;
	//border-bottom: 1px dashed #999;
	padding: 5px 60px 0 87px;
	position: relative;
	overflow: hidden;
}

.classNav p.current {
	height: auto;
}

.classNav p.last {
	border-bottom: none;
}

.classNav p a {
	display: inline-block;
	margin-right: 35px;
}

.classNav p a.current {
	color: #188eee;
}

.classNav p a.left {
	display: inline-block;
	width: 87px;
	position: absolute;
	left: 0;
	top: 5;
}

.classNav p span.unfold {
	display: inline-block;
	width: 55px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.classNav p span.unfold1 {
	display: inline-block;
	width: 55px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}

.classNav p span.unfold i {
	background: url(/img/zh.fw.png) no-repeat 0 -31px;
	display: inline-block;
	width: 21px;
	height: 29px;
	position: absolute;
	top: 5px;
	right: 0;
}
.classNav p span.unfold1 i {
	background: url(/img/zh.fw.png) no-repeat 0 -31px;
	display: inline-block;
	width: 21px;
	height: 29px;
	position: absolute;
	top: 5px;
	right: 0;
}

.listBox {
	width: 1200px;
	margin: 40px auto 100px;
}

.listBox ul.list {
	width: 1240px;
}

.listBox ul.list li {
	float: left;
	width: 182px;
    height: 189px;
	overflow: hidden;
	position: relative;
	margin: 0 22px 10px 0;
	overflow: hidden;
}
.listBox ul.list li a img {
	transition: 0.9s ease 0s;
}
.listBox ul.list li:hover a img {
	-webkit-transform: scale(1.1, 1.1);	
	-moz-transform: scale(1.1, 1.1);	
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);	
	transform: scale(1.1, 1.1);	
}

.listBox ul.list li a {
	display: block;
	width: 180px;
	height: 159px;
	overflow: hidden;
}

.listBox ul.list li p {
	width: 169px;
	height: 25px;
	background: rgba(0, 0, 0, 0.5);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
	padding-left: 10px;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 0;
	bottom: 30px;
}

.listBox ul.list li .icon {
	width: 180px;
	height: 27px;
	text-align: right;
}

.listBox ul.list li .icon a {
	display: inline-block;
	margin: 10px 2px 0 13px;
}

.listBox ul.list li .icon a.collect {
	background: url(/img/1.png) no-repeat 0 -14px;
	width: 18px;
	height: 18px;
}

.listBox ul.list li .icon a.collect.collected {
	background: url(/img/1.png) no-repeat -28px -14px;
	width: 18px;
	height: 18px;
}

.listBox ul.list li .icon .collect:hover {
	background: url(/img/1.png) no-repeat -28px -14px;
}

.listBox ul.list li .icon a.attention {
	background: url(/img/1.png) no-repeat 0 -53px;
	width: 19px;
	height: 17px;
}

.listBox ul.list li .icon .attention:hover {
	background: url(/img/1.png) no-repeat -26px -53px;
}

.listBox ul.list li .icon a.share {
	background: url(/img/1.png) no-repeat 0 -33px;
	width: 19px;
	height: 17px;
}

.listBox ul.list li .icon .share:hover {
	background: url(/img/1.png) no-repeat -29px -33px;
}

.listBox .paging {
	height: 40px;
	padding-left: 395px;
}

/*分享弹窗*/

.shareTo {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -170px;
	margin-left: -150px;
	width: 300px;
	height: 340px;
	background: #fff;
}

.shareTo p {
	text-align: center;
}

.shareTo .title {
	font-size: 16px;
	color: #188eee;
	text-align: center;
	margin: 20px 0 10px;
}

.shareTo .code {
	width: 106px;
	height: 106px;
	border: 1px solid #999;
	margin: 20px auto;
	padding: 8px;
}

.shareTo .code img {
	width: 106px;
	height: 106px;
}

.thirdIcon {
	padding-left: 5px;
}

.thirdIcon a {
	display: inline-block;
	width: 52px;
	height: 51px;
	margin: 20px 20px;
}

.thirdIcon a.sina {
	background: url(/img/sfdl.png) no-repeat;
}

.thirdIcon a.qq {
	background: url(/img/sfdl.png) no-repeat -58px 0;
}

.thirdIcon a.weixin {
	background: url(/img/sfdl.png) no-repeat -115px 0;
}
