@charset "utf-8";
/* CSS Document */

#bigphoto {}
#bigphoto .bigcontainer {	
	width: 700px;
	margin-bottom: -10px;
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
	font-family: Verdana, "sans-serif", "Microsoft YaHei";
}
#bigphoto img {
	width: 700px;
	height: 400px;
}
#bigphoto .text {
	font-size: 14px;	
}
.text:nth-child(2){width: 10%; text-align: left;}
.text:nth-child(3){width: 50%; text-align: center;}
.text:nth-child(4){width: 15%; text-align: right;}
.text:nth-child(5){width: 10%; text-align: right;}
#bigphoto a {
	text-decoration: none;
	color: #db0713;
}


#photo { width: 100%;}
	
#photo .container {	
	display: flex;	
	flex-wrap: wrap;
}

#photo .item {
	width: 31.5%;
	text-align: center;
	margin:10px 5px;
	font-family: Verdana, "sans-serif", "Microsoft YaHei";
	font-size: 14px;
}
#photo .item img{
	width: 220px;
	height: 126px;		
}

#photo .item_index {
	width: 50%;
	margin-top:10px;
	font-family: Verdana, "sans-serif", "Microsoft YaHei";
	font-size: 14px;
}
#photo .item_index img{
	width: 340px;
	height: 195px;		
}

#photo a {
	text-decoration: none;
	color: #db0713;
}
#photo a:hover {
	color: #db0713;
	text-decoration:underline;
}