.section.highlights .main {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -365px;
  margin-left: -641px;
  width: 1282px;
  height: 710px;
  overflow: hidden;
  z-index: 1232;
  padding: 10px;
  background: black;
}
.section.highlights .main .row1{

}
.section.highlights .main .row1 .col1 .row1 .col1{

}
.section.highlights .main .row2{

}
.item1 {
	width: 250px;
	height: 180px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.item2 {
	width: 250px;
	height: 180px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.item3 {
	width: 220px;
	height: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.item4 {
	width:280px;
	height: 300px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.item5 {
	width:280px;
	height: 290px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.item6 {
	width:280px;
	height: 190px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.item7 {
	width:290px;
	height: 210px;
	margin-right: 10px;
}
.item8 {
	width:500px;
	height: 210px;
	margin-right: 10px;
}
.item9 {
	width:230px;
	height: 350px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.item10 {
	width:230px;
	height: 350px;
	margin-bottom: 10px;
}
.item11 {
	width:230px;
	height: 350px;
	margin-right: 10px;
}
.item12 {
	width:230px;
	height: 350px;
}
.item img{
	-webkit-transform: scale(1);
	transition:all 1s ease-out 0s;
	width: 100%;
	height: 100%;
}
.item img:hover {
	-webkit-transform: scale(1.20);
	transition:all 1s ease-out 0s;
}
.item {
	overflow: hidden;
	cursor: pointer;
	position: relative;
}
.item .info {
	position: absolute;
	bottom: 0px;
	font-family: '方正清刻本悦宋简体';
	height: 30px;
	background-color: rgba(0,0,0,.6);
	width: 100%;
	z-index: 999;
	font-size: 16px;
	line-height: 30px;
}
