* {
	margin: 0;
	padding: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
a, a:focus, span[data-href] {
	color: #3b5998;
	text-decoration: underline;
	cursor: pointer;
}
a .text-muted {
	text-decoration: none;
}
a:hover, span[data-href]:hover {
	color: #0d3259;
	text-decoration: none;
}
a, img {
	border: none;
}
a, input:focus, button:focus, textarea:focus, select:focus {
	outline: none;
}
button {
	cursor: pointer;
}
html {
	font-size: 14px;
}
body {
	color: #333;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 1rem;
	background: #fafafa;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
}
h1 {
	font-size: 2rem;
}
h2 {
	font-size: 1.8rem;
}
h3 {
	font-size: 1.5rem;
}
h1 {
	margin-bottom: 1rem;
}
h2, h3 {
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}
h1 span, h2 span {
	text-decoration: underline;
}
ul {
	list-style-position: inside;
	padding-left: 1rem;
}
p {
	margin-bottom: 0.25rem;
}
address {
	margin: 0;
}
.cl {
	clear: both;
}
.cla:after {
	content: '';
	clear: both;
	display: table;
}
.wrapper {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	background: #fafafa;
}
.clone {
	position: absolute;
	z-index: -1;
}
.over-hide {
	overflow-x: hidden;
}
.text-center {
	text-align: center;
}

.ya-share2 {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -119px;
	width: 28px;
}

/* Header
-----------------------------------------------------------------------------*/
.logo {
	margin-bottom: 0.75rem;
}
.logo img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.header {
	background: #3b5998;
	padding: 1rem 0;
	box-shadow: 0.2rem 0.2rem 0.5rem rgba(0, 0, 0, 0.11);
}
.search-box {}
.search-box input[type=text] {
	width: 100%;
	height: 2.5rem;
	border: 1px solid #fff;
	border-radius: 2px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.8);
	padding: 0 0.66rem;
	color: #666;
	font-size: 1.1rem;
}
.search-box button {
	width: 8rem;
	height: 2.5rem;
	border: 2px solid #fff;
	border-radius: 2px;
	background: none;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.search-box button:hover {
	border-color: #fff;
	background: #fff;
	color: #3b5998;
}
.search-page .search-box {
	padding: 1rem;
	background: #3b5998;
	color: #fff;
}
/* google search form */
body .gsc-search-box-tools .gsc-search-box .gsc-input {
	outline-color: #3b5998;
}
body .gsc-search-box-tools .gsc-search-box .gsc-input:focus {
	box-shadow: none;
}
body .gsc-search-button-v2, body .gsc-search-button-v2:hover, body .gsc-search-button-v2:focus {
	border-color: #3b5998;
	background: #3b5998;
}

#ya-site-results {
    color: #000000;
    background: none !important;
}

/* sidebar
-----------------------------------------------------------------------------*/
.sidebar {
	overflow: hidden;
}
.nav {
	padding: 0.5rem 0;
	border-left: 0.2rem solid #3b5998;
	margin-bottom: 1rem;
}
.nav ul {
	margin: 0;
}
.nav li {
	list-style: none;
}
.nav li a {
	font-size: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
.nav li a:hover {}


/* index
-----------------------------------------------------------------------------*/
.main-box {
	padding-top: 3.3rem;
}
.main-box h1 {
	margin-bottom: 0.66rem;
}

.page-desc {
	padding: 0.66rem;
	margin-bottom: 1.32rem;
	background: #eee;
}
.page-desc.p-box {
	margin-top: 0.66rem;
}
.page-desc-scroll {
	max-height: 15rem;
	overflow-y: auto;
}

.category-list {}
.category-list a {
	text-decoration: none;
}

.meta-item {
	margin-bottom: 1rem;
}
.meta-item a {
	text-decoration: none;
}
.meta-item_info {}
.meta-item_label {
	display: block;
}
.meta-item_cover img {
	max-width: 100px;
}

.book-list {}
.book-list_item {
	border: 1px solid #ccc;
	padding: 1rem;
	font-size: 0.8rem;
}
.book-list .meta-item_cover img {
	max-width: 70px;
}

.book-content_adv {
	float: left;
	width: 50%;
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.book-content_list a {
	text-decoration: none;
}
.book-content_page {}
.book-content_page p {
	text-indent: 2rem;
	margin-bottom: 0.5rem;
}
.book-content_page img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.pagination {
	list-style: none;
	text-align: center;
	margin-top: 2.5rem;
}
.pagination > li {
	display: inline-block;
	vertical-align: middle;
	border-radius: 4px;
	margin: 0.05rem;
	color: #3b5998;
	font-size: 1.1rem;
	line-height: 2rem;
	font-weight: 600;
}
.pagination > li a {
	display: block;
	padding: 0 0.6rem;
	text-decoration: none;
}
.pagination > li:hover, .pagination > li.active {
	background: #3b5998;
	color: #fff;
}
.pagination > li.active {
	padding: 0 0.6rem;
}
.pagination > li:hover a, .pagination > li.active a {
	color: inherit;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin-top: 3.33rem;
	padding: 1.33rem 0;
	background: #f1f2f3;
	font-size: 0.875rem;
	text-align: center;
}
.footer a {
	color: #111;
}

.adv {
	padding: 0.66rem 0;
}

/* media
-----------------------------------------------------------------------------*/
@media (min-width: 992px) and (max-width: 1200px) {
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (max-width: 767px) {
	h1 {
		font-size: 1.3rem;
	}
	h2 {
		font-size: 1.2rem;
	}
	h3 {
		font-size: 1.1rem;
	}
	h4 {
		font-size: 1rem;
	}
	.header, .nav, .footer {
		text-align: center;
	}
	.search-box button {
		width: 6rem;
	}
	.responds-box {
		overflow-x: hidden;
	}
	.meta-item_info {
		order: 2;
	}
	.meta-item_cover {
		order: 1;
		text-align: center;
		margin-bottom: 1rem;
	}
	.book-content_adv {
		float: none;
		width: 100%;
	}
}
.da-list__link-img {
	margin-left: auto;
	margin-right: auto;
}