@charset "utf-8";
.container{
	width: 1005px;
	margin: 0 auto;
}
/* 非遗江苏 */
.section4{
	/*background: #F2F2F2;*/
	padding: 30px 0;
}
.gongyong1{
	font-size: 0;
	position: relative;
	overflow: hidden;
	height:30px;
}
.gongyong1:before{
	content: '';
	display: inline-block;
	position: absolute;
	width: 100%;
	border-top: 1px dashed #ED8F8F;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
}
.gongyong1 .title{
	float:left;
	font-size: 30px;
	color: #00479d;
	font-weight: bold;
	padding-right: 20px;
	background: #fff;
	position: relative;
	z-index: 2;
	height: 32px;
    line-height: 32px;
}
.section4 .list{
	margin-top: 20px;
	position: relative;
	height: 355px;
}
.section4 .list a{
	position: absolute;
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 3px;
	overflow: hidden;
}
.section4 .list a:nth-child(1){
	width: 325px;
	height: 230px;
	left: 0;
	top: 0;
}
.section4 .list a:nth-child(2){
	width: 155px;
	height: 110px;
	left: 0;
	bottom: 0;
}
.section4 .list a:nth-child(3){
	width: 155px;
	height: 110px;
	left: 170px;
	bottom: 0;
}
.section4 .list a:nth-child(4){
	width: 225px;
	height: 170px;
	left: 340px;
	top: 0;
}
.section4 .list a:nth-child(5){
	width: 225px;
	height: 170px;
	left: 340px;
	bottom: 0;
}
.section4 .list a:nth-child(6){
	width: 160px;
	height: 110px;
	left: 580px;
	top: 0;
}
.section4 .list a:nth-child(7){
	width: 160px;
	height: 110px;
	left: 580px;
	top: 123px;
}
.section4 .list a:nth-child(8){
	width: 160px;
	height: 110px;
	left: 580px;
	bottom: 0;
}
.section4 .list a:nth-child(9){
	width: 250px;
	height: 170px;
	right: 0;
	top: 0;
}
.section4 .list a:nth-child(10){
	width: 250px;
	height: 170px;
	right: 0;
	bottom: 0;
}
.section4 .list .title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 12px;
	color: #ffffff;
	background: rgba(0,0,0,.8);
	line-height: 19px;
	padding: 5.5px 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	font-weight: normal;
}
/* 非遗江苏 */
