body {}

.bj {
	width: 100%;
	min-width: 1000px;
	background: url(../img/bj.jpg) no-repeat top center;
	background-position: 0 760px;
	background-size: 100% 2280px;
}

.bj .headImg {
	width: 100%;
	height: 760px;
	background: url(../img/headImg.jpg) no-repeat top center;
	background-size: 100% 100%;
}

.bj .headImg .logo {
	width: 1000px;
	max-width: 1000px;
	margin: auto;
	height: 62px;
}

.bj .headImg .logo img {
	width: 235px;
	height: 62px;
}

.bj .item-list {
	margin: 20px auto 0;
	width: 100%;
	max-width: 1050px;
	min-width: 1000px;
}

.bj .item-list .row-item {
	overflow: hidden;
}

.bj .item-list a {
	width: 182px;
	height: 278px;
	border: 1px solid;
	position: relative;
}

.bj .item-list a:nth-child(odd) {
	border-color: #0d158d;
}

.bj .item-list a:nth-child(even) {
	border-color: #53228d;
	margin: 20px;
}

.bj .item-list a img.photo {
	width: 100%;
	height: 100%;
}

.bj .item-list a img.playImg {
	width: 42px;
	height: 42px; 
	position: absolute; 
	left: 50%;
	margin-left: -21px;
	top: 88px;
}

.bj .item-list a .poitBox {
	z-index: 9;
	width: 100%;
	height: 60px;
	position: absolute;
	bottom: 0;
	color: #ffffff;
	opacity: 0.8;
	background: -moz-linear-gradient(left, rgba(98, 38, 163, 1) 0%, rgba(13, 23, 164, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(98, 38, 163, 1) 0%, rgba(13, 23, 164, 1) 100%);
	background: linear-gradient(to right, rgba(98, 38, 163, 1) 0%, rgba(13, 23, 164, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6126a3', endColorstr='#0d17a5', GradientType=1);
}

.bj .item-list a .poitBox .tit {
	width: 62%;
	height: 100%;
	margin-left: 7%;
}

.bj .item-list a .poitBox .tit h3 {
	margin-top: 10px;
	line-height: 26px;
	font-size: 18px;
}

.bj .item-list a .poitBox .tit p {
	font-size: 14px;
}

.bj .item-list a .poitBox .poit {
	width: 30%;
	height: 100%;
	text-align: center;
	position: relative;
}

.bj .item-list a .poitBox .poit .heartImg {
	display: block;
	width: 100px;
	height: 100px;
	margin: 10px auto 3px;
	background: url(../img/web_heart_animation.png);
	background-position: left;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	right: -22px;
	top: -40px;
	z-index: 9999;
}

.bj .item-list a .poitBox .poit span {
	font-size: 14px;
	position: absolute;
	bottom: 5px;
	right: 0;
	display: inline-block;
	width: 100%;
}

@-webkit-keyframes heartBlast {
	0% {
		background-position: left;
	}
	100% {
		background-position: right;
	}
}

@keyframes heartBlast {
	0% {
		background-position: left;
	}
	100% {
		background-position: right;
	}
}

.heartAnimation {
	display: inline-block;
	-webkit-animation-name: heartBlast;
	animation-name: heartBlast;
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-timing-function: steps(28);
	animation-timing-function: steps(28);
	background-position: right;
}
.bj .loadBox{
	width: 100%;
	max-width: 1050px;
	max-width: 1050px;
	margin: 20px auto 40px;
}
.bj .loadBox .loadMore {
	width: 100%;
	height: 48px;
	max-width: 1000px;
	min-width: 1000px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	color: #ffffff;
	border: 1px solid #1f27d2;
	opacity: 0.85;
	cursor: pointer;
	background: -moz-linear-gradient(left, rgba(98, 38, 163, 1) 0%, rgba(13, 23, 164, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(98, 38, 163, 1) 0%, rgba(13, 23, 164, 1) 100%);
	background: linear-gradient(to right, rgba(98, 38, 163, 1) 0%, rgba(13, 23, 164, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6126a3', endColorstr='#0d17a5', GradientType=1);
}