@charset "utf-8";
/*当前页面菜单锁定*/
.pc-menu .index ul li.current{
	background: #f3782c url(../images/head_current.png) no-repeat center bottom;				
}
	.pc-menu .index ul li.current a{
		color: #000;
	}	
	
	
/*list*/
.list{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 50px;
}       
	.list .index{
		width: 1180px;
		min-height: 400px;
		overflow: hidden;
		margin: 0 auto;
	}
		.list .index ul{
			display: block;
		}
		.list .index ul li{
			overflow: hidden;
			float: left;	
		}
			.list .index ul li a{
				display: block;
				width: 94%;
				overflow: hidden;
				margin: 10px auto;
				padding: 10px;
				box-sizing: border-box;
				background: #f1f1f1;
				border-radius: 10px;
				border: 1px solid #b9b9b9;
			}
				.list .index ul li a .pictureBox{
					width: 100%;
					overflow: hidden;
					padding: 10px;
					box-sizing: border-box;
					background: #fff;
					border-radius: 10px;
					}
				.list .index ul li a .pictureBox img{
					display: block;
					width: 100%;
				}
				.list .index ul li a h1{
					width: 80%;
					height: 25px;
					overflow: hidden;
					text-align: center;
					margin: 10px auto 0;
					white-space:nowrap;
					text-overflow:ellipsis;
					color: #606060;
					line-height: 25px;
					font-size: 14px;
				}
	.list .detail{
		padding: 35px 0;
	}
		.list .detail img{
			display: block;
			margin: 0 auto;
		}
		.list .detail h1{
			width: 700px;
			overflow: hidden;
			margin: 10px auto;
			padding: 25px 10px;
			color: #333;
			box-sizing: border-box;
			background: #f1f1f1;
			border-radius: 5px;
			border: 1px solid #b9b9b9;
		}
			.list .detail h1 span{
				color: #000;
				margin-right: 5px;
			}
@media screen and (max-width: 640px){
/*list*/
.list{
	padding-bottom: 50px;
}  
	.list .index{
	  width: 92%;
	  min-height: auto;
	}
}