/* tab 切换折叠展示css */
.wrapper {
	clear: both;
	position: relative;
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.grid-container {
	width: 100%;
	overflow: hidden;
}

.thumb-container {
	width: 230px;
	margin: 10px 0 30px 10px;
	height: auto;
	padding: 0;
	cursor: pointer;
	float: left;
	position: relative;
	visibility: visible;
	animation-duration: 0.8s;
	animation-delay: 0.2s;
	animation-name: fadeInUp;
	border-radius: 5px;
}

@media screen and (max-width: 1024px) {
	.thumb-container {
		width: 240px;
		margin: 10px 0 30px 10px;
		height: auto;
		padding: 0;
		cursor: pointer;
		float: left;
		position: relative;
		visibility: visible;
		animation-duration: 0.8s;
		animation-delay: 0.2s;
		animation-name: fadeInUp;
		border-radius: 5px;
	}

	.popover {
		position: absolute !important;
		z-index: 1010 !important;
		top: 10px !important;
		left: 0px !important;
		display: none;
		width: 240px !important;
		height: 275px !important;
		padding: 1px !important;
		text-align: left !important;
		white-space: normal !important;
	}
}

.thumb-container:hover {
	box-shadow: 0px 1px 12px 5px rgba(0, 0, 0, 0.15);
}

.grid-img {
	position: relative;
	float: left;
	z-index: 999;
	height: auto;
	width: 230px;
	overflow: hidden;
	border-radius: 10px;

}

.grid-img img {
	transition: 1s all;
}

.thumb-container:hover .grid-img img {
	transform: scale(1.1);
}

.grid-img img {
	width: 210px;
	height: 210px;
	display: block;
	border-radius: 5px;
	margin: 10px auto;

}

.grid-img p {
	width: 100%;
	line-height: 20px;
	height: 40px;
	font-size: 14px;
	color: #0054a7;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	/* white-space: nowrap; */
	position: relative;
	bottom: 0;
	left: 0;
}

.quote {
	position: relative;
	font-size: 1.8em;
	/* line-height: 150%; */
	height: auto;
	clear: left;
	color: #333;
	background: #ebebeb;
	padding-top: 10px;
	margin-top: -20px;
	overflow: hidden;
}


.little-info {
	font-size: 14px;
}

.date-info {
	display: inline-block;
	font-style: italic;
	font-size: 14px;
	float: right;
	background: #666;
	color: #FFF;
	padding: 0px 8px;
}

.light-info {
	color: #999;
	font-size: 16px;
	padding: 0;
	line-height: 100%;
}

.light-info2 {
	color: #666;
}


.info-img {
	float: left;
	margin: 48px 20px 12px 36px;
}

.quote-container {
	display: none;
	clear: left;
	width: 100%;
	overflow: hidden;
	background: #0054a7;
}





.popover {
	position: absolute;
	z-index: 1010;
	top: 0px;
	left: 0px;
	display: none;
	width: 230px;
	height: 100%;
	padding: 1px;
	text-align: left;
	white-space: normal;
}



.popover.top {
	/*margin-top: -10px;*/
}

.popover.right {
	margin-left: 10px;
}

.popover.bottom {
	margin-top: 10px;
}

.popover.left {
	margin-left: -10px;
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.popover-content {
	line-height: 150%;
	padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}

.popover .arrow {
	border-width: 11px;
}

.popover .arrow:after {
	border-width: 10px;
	content: "";
}

.popover.top .arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #0054a7;
	border-bottom-width: 0;
}


.popover.top.blue .arrow:after {
	bottom: 1px;
	margin-left: -10px;
	border-top-color: #0054a7;
	border-bottom-width: 0;
}



/* RESPONSIVE CSS
-------------------------------------------------- */

@media (max-width: 960px) {

	.wrapper,
	.quote {
		width: 100%;
		margin: 0 auto;
	}

	.quote {
		font-size: 1.8em;
	}
}

@media (max-width: 900px) {

	.wrapper,
	.quote {
		width: 100%;
		margin: 0 auto;
	}

	.quote {
		font-size: 1.4em;
	}
}

@media (max-width: 720px) {

	.wrapper,
	.quote {
		width: 100%;
		margin: 0 auto;
	}

	.quote {
		font-size: 1.4em;
	}
}

@media (max-width: 700px) {

	.wrapper,
	.quote {
		width: 100%;
		margin: 0 auto;
	}

	.quote {
		font-size: 1.2em;
	}
}

@media (max-width: 600px) {

	.wrapper,
	.quote {
		width: 100%;
		margin: 0 auto;
	}

	.quote {
		font-size: 1.2em;
	}
}

@media (max-width: 480px) {

	.wrapper,
	.quote {
		width: 100%;
		margin: 0 auto;
	}

	.quote {
		font-size: 1.2em;
	}

	.info-img {
		width: 200px;
	}
}

@media (max-width: 450px) {

	.wrapper,
	.quote {
		width: 100%;
		margin: 0 auto;
	}

	.quote {
		font-size: 1em;
	}



	.info-img {
		width: 120px;
	}
}

@media screen and (max-width:600px) {
	.thumb-container {
		width: 50%;
		margin: 10px 0px 20px 0px;
		height: auto;
		padding: 0;
		cursor: pointer;
		float: left;
		padding: 0 5px;
		position: relative;
		visibility: visible;
		animation-duration: 0.8s;
		animation-delay: 0.2s;
		animation-name: fadeInUp;
		border-radius: 5px;
	}
	.thumb-container:hover{
		box-shadow: none;
	}

	.grid-img {
		position: relative;
		float: none;
		z-index: 999;
		height: auto;
		width: 100%;
		padding: 0 10px;
		overflow: hidden;
		border: 1px solid #DDDDDD;
	}

	.grid-img p {
		width: 100%;
		line-height: 40px;
		font-size: 14px;
		color: #0054a7;
		text-align: center;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		position: relative;
		bottom: 0px;
		left: 0;
	}

	.grid-img img {
		width: 100%;
		height: auto !important;
		display: block;
		border-radius: 5px;
		margin-top: 10px;
		border: 0;
		-webkit-appearance: none;
	}

	.grid-img img[src=""],
	img:not([src]) {
		opacity: 0;
		border: none;
		visibility: hidden;
		max-width: none;
	}

	.popover {
		position: absolute !important;
		z-index: 1010 !important;
		top: 10px !important;
		left: 0px !important;
		display: none;
		width: 100% !important;
		height: 160px !important;
		padding: 1px !important;
		text-align: left !important;
		white-space: normal !important;
	}

	.grid-container {
		width: 99%;
		overflow: hidden;
		margin: 0 auto;
	}
}
