@charset "gb2312";
.culture{
	float:left;
	width: 100%;
	height: auto;
	background-color: #fff;
    padding-bottom: 20px;
}
.culture_details{
	float: left;
	width: 100%;
	height: auto;	
}
.detalis_title{
	width: 100%;
	float: left;
	font-size: 20px;
	color: #333;
	}
.detalis_date{
	width: 100%;
	float: left;
	font-size: 14px;
	color: #aaa;
	margin: 6px 0 6px 0;
}
.detalis_test{
	width: 95%;
	float: left;
	font-size: 16px;
	color: #666;
	margin: 6px 0 6px 0;
	line-height: 1.5;
}

.list_bar{
	float: left;
	margin:10px 5% 10px 5%;
	width: 90%;
	height: auto;
	border-radius: 6px;
}

.list_content{
	width: 96%;
	float: left;
	margin: 30px 2%;
}
.list_img{
	width:17%;
	float: left;
	margin-right: 3%;
}
.list_test{
	float: left;
	width: 62%;
	height: 100%;
}

.list_time{
	float:right;
	width: 10%;
	
}

@media screen and (min-width: 769px) {
	.details_img{
		float: left;
		width: 30%;
	}
	.details_img img{
		width: 100%;
	}
	.detalis_content{
		float: left;
		margin-left: 5%;
		width: 60%;
	}
	.list_img{
	width:17%;
	float: left;
	margin-right: 3%;
}
	.list_img img{
	width:100%;
	}
   .list_test_title{
	float:left;
	width: 100%;
	font-size: 20px;
	color: #333;
	margin: 20px 0 6px 0;
	}
  .list_test_test{
	float: left;
	width: 100%;
	font-size: 16px;
	color: #666;
}
  .list_time_dd{
	float:left;
	width: 100%;
	font-size: 48px;
	color: #333;
	text-align: center;
}
  .list_time_mm{
	float:left;
	width: 100%;
	font-size: 14px;
	color: #AAAAAA;
	text-align: center;
}
	.list_bar:hover{
		box-shadow: 0 0 32px 0 rgba(48,55,66,0.4);
	}
}
@media screen and (max-width: 768px) {
	.details_img{
		float: left;
		width: 50%;
	}
	.details_img img{
		width: 100%;
	}
	.detalis_content{
		float: left;
		width: 100%;
	}
	.list_img{
	width:0%;
	float: left;
	margin-right: 0%;
}
	.list_img img{
	width:100%;
	}
	.list_test_title{
	float:left;
	width: 100%;
	font-size: 14px;
	color: #333;
	margin: 10px 0 6px 0;
	}
  .list_test_test{
	float: left;
	width: 100%;
	font-size: 12px;
	color: #666;
}
  .list_time_dd{
	float:left;
	width: 100%;
	font-size: 24px;
	color: #333;
	text-align: center;
}
  .list_time_mm{
	float:left;
	width: 100%;
	font-size: 10px;
	color: #AAAAAA;
	text-align: center;
}
.detalis_title{
	width: 100%;
	float: left;
	font-size: 20px;
	color: #333;
	padding-top: 10px;
	}
}