@CHARSET "UTF-8";
/* Global */
.box {
	border: 1px solid #eee;
	padding: 10px;
	margin: 10px 0;
}

label {
	font-weight: bold !important;
}

th, td {
	vertical-align: middle;
	line-height: inherit !important;
}

body {
	font-size: 14px;
	font-family: '微软雅黑', "Helvetica Neue", Helvetica, Arial,
		sans-serif !important;
}

pre {
	border: 0 !important;
	font-size: 100% !important;
	padding: 0 !important;
	background: #fff !important;
	word-wrap: normal !important;
}

table input, table select {
	margin-bottom: 0px !important;
}

.first, .last {
	display: none !important;
}

.previous a {
	border-left: 1px solid #ddd !important;
}

/* responsive html */
@media ( max-width : 500px) {
	.img-wrapper, .adsDiv {
		margin-left: -5px;
		margin-right: -5px;
	}
}

/* responsive youtube */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed
	{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* pagination */
.pagination .selected a {
	background: #2E6AB1;
	color: white;
}

.pagination .selected a:hover {
	background: #2E6AB1;
	color: white;
}

/* footer */
#footer {
	text-align: left;
	padding: 20px 0;
	background: #eee;
	border-top: 1px solid #ccc;
}

#footer a {
	display: inline-block;
	padding: 5px;
}

/*--------home------*/
.category_icon {
	float: left;
	text-align: center;
	width: 19%;
	height: 100px;
}

.category_icon img {
	width: 48px;
	height: 48px;
}

.slogan {
	background: #f5f5f5;
	text-align: center;
	padding: 10px;
}

.menu a {
	padding: 10px 8px !important;
}
/*--------category/view */
.title {
	font-weight: normal !important;
	font-size: 16px !important;
	min-height: 40px;
	display: block;
}

a.title:visited {
	color: red;
}

.money {
	color: green;
	font-weight: bold;
	font-size: 110%;
}

.node-list .media:hover {
	background: #FFFEE5;
}

.node-list .media {
	border-bottom: 1px solid #e8e8e8;
}

.node-list a:visited {
	color: red;
}
/******* category/index ***********/
.categories {
	margin: 10px 0;
	font-size: 115%;
}

.main_link {
	color: #000;
	font-weight: bold;
}

.home_link, .main_link {
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 4px 7px 4px 6px;
}

.attributes {
	width: 100%;
	font-size: 90%;
}

.attributes a {
	display: inline-block;
	padding: 8px;
	margin: -8px;
}

/****** category/view ******/
.nav-tabs li a {
	padding: 8px 9px !important;
	font-weight: bold;
}

.filterLink {
	font-size: 110%;
	display: inline-block;
	padding: 3px 8px;
}

.filterLink:hover {
	text-decoration: none;
}

.tab-content .filterLink {
	font-size: 14px;
}

.selectedLink, .filterLink:hover {
	background: #08c;
	color: #fff !important;
}

.pagination a {
	padding: 15px 20px !important;
}

/****** info/view *****/
input.error {
	border: 1px solid #c00 !important;
}

.navbar-inner {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.link-btn {
	padding: 5px 0;
	margin: -5px 0;
	display: inline-block;
}

#content img {
	display: block;
	margin: auto;
	max-width: 100%;
}

#content p {
	margin: 0 0 15px;
}

/* image div*/
.imageDiv {
	float: left
}

@media ( min-width : 979px) {
	.imageDiv {
		width: 25%;
	}
}

@media ( min-width : 600px) and (max-width: 979px) {
	.imageDiv {
		width: 33%;
	}
}

@media ( min-width : 0px) and (max-width: 600px) {
	.imageDiv {
		width: 50%;
	}
}

.adsDiv {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #f8f8f8;
}

@media ( max-width : 600px) {
	.adsDiv {
		text-align: center !important;
	}
}

.adsTip {
	text-align: center;
	font-size: smaller;
	color: #888;
}

@media ( min-width : 576px) {
	.card-columns {
		column-count: 2;
		column-gap: 0.5rem;
	}
}

@media ( min-width : 992px) {
	.card-columns {
		column-count: 3;
	}
}

@media ( min-width : 1300px) {
	.card-columns {
		column-count: 4;
	}
}

@media ( min-width : 1600px) {
	.card-columns {
		column-count: 5;
	}
}

#details>div {
	border-bottom: 1px dashed #ccc;
	padding-top: 5px;
	padding-bottom: 5px;
}

#details label {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 0px;
}

.nav-sidebar>.active>.nav-link {
	background-color: #007bff;
	color: #fff;
}

/* yahoo ads */
.native-content-cta {
	display: none !important;
}

.native-container.native-loaded  .native-content-title:after {
	display: block;
	content: '继续阅读';
	width: 52%;
	margin: 3px auto;
	border-radius: 40px;
	background-color: #a00;
	padding: 8px 16px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 5px;
}

.native-container {
	height: auto !important;
}

.gliaplayer-powered-by {
	display: none;
}