﻿.fff {
	font-family: "微软雅黑";
	font-size: 12px;
	line-height: 25px;
	color: #666;
}
.fff2 {
	font-family: "微软雅黑";
	font-size: 12px;
	line-height:20px;
	color: #666;
}
.fff3 {
	font-family: "微软雅黑";
	font-size: 12px;
	line-height:17px;
	color: #666;
}
/*css flickr style pagination*/
div.flickr{ padding:0px;margin:0px; text-align:center; font-family:Verdana; font-size:12px;text-align:left;}
div.flickr a{ border-right: #dedfde 1px solid; padding-right: 6px; background-position: 50% bottom; border-top: #dedfde 1px solid; padding-left: 6px; padding-bottom: 2px; border-left: #dedfde 1px solid; color: #0061de; margin-right: 3px; padding-top: 2px; border-bottom: #dedfde 1px solid; text-decoration: none; }
div.flickr a:hover{ border-right: #000 1px solid; border-top: #000 1px solid; background-image: none; border-left: #000 1px solid; color: #fff; border-bottom: #000 1px solid; background-color: #0061de; }
div.flickr a:active{ border-right: #000 1px solid; border-top: #000 1px solid; background-image: none; border-left: #000 1px solid; color: #fff; border-bottom: #000 1px solid; background-color: #0061de; }
div.flickr span{ padding-right: 6px; padding-left: 6px; padding-bottom: 2px; color: #999; margin-right: 3px; padding-top: 2px; }
div.flickr span.current{ padding-right: 6px; padding-left: 6px; font-weight: bold; padding-bottom: 2px; color: #ff0084; margin-right: 3px; padding-top: 2px; }
div.flickr span.disabled{ padding-right: 6px; padding-left: 6px; padding-bottom: 2px; color: #adaaad; margin-right: 3px; padding-top: 2px; }

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}
.style7 {
	color: #333333;
	font-size: 14px;
}

.style8 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}

.style9 {
	font-size: 14px
}

.style10 {
	color: #FFFFFF
}

.style11 {
	color: #333333;
	font-weight: bold;
}

.style143 {
	color: #333333
}

.style216 {
	color: #B59E6B
}

.style3 {
	color: #999999
}

.style38 {
	color: #666666
}

.style14 {
	color: #CC0000;
	font-weight: bold;
}

.style39 {
	font-size: 16px;
	color: #333333;
}
.style41 {
	font-size: 16px;
	color: #CC0000;
}
.style144 {
	font-size: 14px;
	color: #666666;
}

.style162 {
	font-size: 16px
}

.auto-style3 {
	width: 130px;
}
li{list-style-type:none;}


.demo {
	overflow: hidden;
	min-height: calc(100vh - 130px);
	margin: -5px 5px;
}

.fleximage-item {
	float: left;
	margin: 5px;
	position:relative;
}

.btn-box {
	margin: 20px 0;
	text-align: center;
}

	.btn-box button {
		display: inline-block;
		background: dodgerblue;
		color: #fff;
		padding: 0 20px;
		line-height: 36px;
		cursor: pointer;
		border: none;
		border-radius: 3px;
	}

.over {
	/*position: absolute;*/
	bottom: 0;
	left: 0;
	right: 0;
	padding: 4px 6px;
	font-size: 13px;
	color: #fff;
	background: #222;
	background: rgba(0,0,0,.7);
	text-align:center;
}
.article {
	display: block;
	margin: 0 0 30px 0;
	padding: 12px;
	background: white;
	border-radius: 3px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
	transition: all 220ms;
}

	.article:hover {
		box-shadow: 0px 2px 3px 1px rgba(0, 0, 0, 0.1);
		transform: translateY(-5px);
		transition: all 220ms;
	}

	.article > img {
		display: block;
		width: 100%;
		margin: 0 0 24px 0;
	}

	.article h2 {
		text-align: center;
		font-size: 14px;
		text-transform: uppercase;
		margin: 0 0 12px 0;
	}

.wall {
	display: block;
	position: relative;
}

.wall-column {
	display: block;
	position: relative;
	/*width: 33.333333%;*/
	width: 33.33333%;
	float: left;
	padding: 0 12px;
	box-sizing: border-box;
}

@media (max-width: 640px) {
	.wall-column {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.wall-column {
		width: auto;
		float: none;
	}
}