﻿.pictitle {
	position: relative;
	width: 190px;
	height: 280px;
	overflow: hidden;
	background: url(/dj/images/hdjy-bg_03.png) no-repeat left top;
}

.pictitle h3 {
	position: relative;
	padding: 75px 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: normal;
	padding-bottom: 20px;
}

.pictitle h3 .line {
	position: absolute;
	width: 40px;
	height: 3px;
	background: #FFFFFF;
	left: 50%;
	margin-left: -20px;
	bottom: 0;
}

.pictitle .more-arrow {
	font-size: 14px;
	display: block;
	width: 85px;
	padding: 10px;
	border: 1px solid #FFFFFF;
	margin: 70px auto 0;
	color: #FFFFFF;
	background: url(/dj/images/more-arrow.png) no-repeat 75px center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.pictitle .more-arrow:hover {
	width: 100px;
	background :url(/dj/images/more-arrow.png) no-repeat 90px center;
}

.picbox {
	width: 1002px;
	overflow: hidden;
}

.picbox ul li {
	margin-left: 10px;
	float: left;
	overflow: hidden;
}

.picbox ul li figure {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100%;
    height: 100%;
    margin: 0 auto;
	text-align: center;
	cursor: pointer;
}

.picbox ul li img {

	max-width: 100%;
	-webkit-transition: opacity .35s, -webkit-transform .35s;
	transition: opacity .35s, transform .35s;
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.picbox ul li:hover img {
	opacity: .45;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1)
}

.picbox ul li figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.picbox ul li p {
	position: absolute;
	text-transform: none;
	box-sizing: border-box;
	text-align: left;
	padding: 0 10px;
	font-size: 15px;
	height: 26px;
	line-height: 26px;
	color: #FFFFFF;
	background: rgba(0, 0, 0, .5);
	left: 0;
	bottom: 0;
	width: 100%;
}

.picbox ul li.item-1 {
	width: 495px;
	height: 280px;
}

.picbox ul li.item-2 {
	width: 238px;
	height: 135px;
}

.mt10{
    margin-top: 10px;
}