

.container .crumbs {
	height: 40px;
	line-height: 40px;
}

.container .crumbs li {
	float: left;
	font-size: 14px;
	color: #999;
}

.container .crumbs li a {
	font-size: 14px;
	color: #999;
}

.container .crumbs li.cur {
	color: #3f62b5;
}

.container .images-wrap {
	padding: 30px;
	background-color: #fff;
	width: 100%;
	overflow: hidden;
}

.container .images-wrap .panel {
	margin-bottom: 20px;
}

.container .images-wrap .panel:last-child {
	mmargin-bottom: 0;
}

.container .images-wrap .panel-header {
	margin: 0 0 15px;
}

.container .images-wrap .panel-header p {
	float: left;
	font-size: 20px;
	color: #333;
	line-height: 34px;
	font-weight: bold;
}

.container .images-wrap .panel-header i {
	display: inline-block;
	margin-right: 9px;
	width: 11px;
	height: 13px;
	background: url(../images/ico-triangle.png) no-repeat;
}

.container .images-wrap .panel-body {
	width: 1160px;
}

.container .images-wrap .item {
	float: left;
	width: 216px;
	margin-right: 15px;
}

.container .images-wrap .item:hover .info-wrap p {
	color:#03af70;
}

.container .images-wrap .item.last-item,
.container .images-wrap .item .img-wrapper {
	display: block;
	width: 100%;
}

.container .images-wrap .item.last-item img,
.container .images-wrap .item .img-wrapper img {
	width: 100%;
	height: 130px;
}

.container .images-wrap .item.last-item .info-wrap,
.container .images-wrap .item .img-wrapper .info-wrap {
	height: 100px;
	overflow: hidden;
	padding: 20px 0;
}

.container .images-wrap .item.last-item p,
.container .images-wrap .item .img-wrapper p {
	max-height: 37px;
	overflow: hidden;
	line-height: 18px;
	width: 100%;
	background-color: #fff;
	color: #323232;
	font-size: 14px;
	word-break: break-word;
}

.container .images-wrap .item .item-title {
	padding: 0 20px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	font-size: 14px;
	color: #323232;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.container .images-wrap .images-wrap-title{
				margin-bottom: 30px;
				border-bottom: 1px solid #ececec ;
			}
			.container .images-wrap .images-wrap-title a{
				font-size: 20px;
				color:#999 ;
				display: inline-block;
				font-weight: 600;
				line-height: 30px;
				margin: 0 28px;
				
			}
			.container .images-wrap .images-wrap-title .curent{
				color:#03af70;
				border-bottom:4px solid #03af70;
				padding-bottom: 10px;
			}
			.container .images-wrap .images-wrap-title a:hover{
				color:#03af70;
				border-bottom:4px solid #03af70;
				padding-bottom: 10px;
				
			}
