<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    font-family: Arial, "å¾®è»Ÿæ­£é»‘é«”", sans-serif, Helvetica, "Times New Roman";
    /*background-image: url(../images/greyzz.png);*/
}

img {
	max-width: 100%;
}

ul {
	padding: 0px;
}

i {
	font-size: 25px;
}

a {
	color: #006CB8;
}

a:hover {
	text-decoration: none;
	color: #F03A47;
}

/*book_list.html*/

.icon {
	width: 15px;
}

#years {
	padding: 50px 0px 30px 0px;
}

#years a {
	color: #323232;
}

#years ul li {
	float: left;
	list-style-type: none;
	margin: 0px 10px;
}

#years ul hr {
	width: 50px;
	position: relative;
	top: -4px;
}

#years&gt;hr {
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
}

.select {
	font-size: 26px;
	font-weight: 500;
	position: relative;
	top: -9px;
}

.select a {
	color: #006cb8 !important;
	position: relative;
	top: 2px;
}

.list-item img {
	float: left;
}

.book-name {
	font-weight: bold;
	font-size: 21px;
	color: #606060;
}

.book-information {
	float: left;
}

.publication-category {
	padding-top: 10px;
}

.publication-category ul li {
	list-style-type: none;
    font-size: 16px;
    border: 2px solid #006CB8;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    background-color: #006CB8;
    max-width: 220px;
    margin-right: auto;
    margin-left: auto;
}

.publication-category ul li:hover {
	background-color: #fff;
	border: 2px solid #006CB8;
	color: #006CB8;
}

.publication-category a {
	text-decoration: none;
}

.book-list .select li {
	font-weight: 600;
}

.select li {
	background-color: #fff !important;
	color: #006CB8 !important;
}

.under {
	text-align: right;
}

.under .icon {
	right: 55px;
    margin-top: 4px;
    position: absolute;
}

.list-item {
	margin-bottom: 50px;
}

.book-introduction {
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 30px;
}


/*book_page.html*/

#book-bage {
	margin-top: 50px;
}

#book-bage .book-name {
	font-size: 30px;
}

.book-info p {
	margin-bottom: 10px;
}

.book-info .icon {
	margin-right: 6px;
}

.book-top {
	margin-bottom: 50px;
}

.publishing {
	margin-top: 50px;
}

.publishing, .features, .show-list {
	margin-bottom: 50px;
}

h1 {
	font-size: 25px;
    font-weight: 600;
    color: #006CB8;
    margin-bottom: 30px;
}

h2 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #B86F52;
}

.features ul li {
	margin: 5px 0px;
}

/*rwdè¡¨æ&nbsp;¼*/

.rwd-table {
    background: #fff;
    overflow: hidden;
}

.rwd-table tr:nth-of-type(2n) {
    background: #eee;
}

.rwd-table th, .rwd-table td {
    margin: 0.5em 1em;
}

.rwd-table {
    min-width: 100%;
}

.rwd-table th {
    display: none;
}

.rwd-table td {
    display: block;
}

.rwd-table td:before {
    content: attr(data-th) " : ";
    font-weight: bold;
    width: 6.5em;
    display: inline-block;
}

.rwd-table th, .rwd-table td {
text-align: left;
}

.rwd-table th, .rwd-table td:before {
    color: #25517d;
    font-weight: bold;
}

/*rwdè¡¨æ&nbsp;¼ end*/

.shows {
	margin-bottom: 50px;
}

.contact p {
	margin-bottom: 16px;
    border-left: 3px solid #B86F52;
    padding: 10px;
}

.features ul li {
	margin-left: 20px;
}

.decoration hr {
	width: 60px;
	height: 5px;
	background-color: #B86F52;
	border: none;
}

.contact span {
	color: #B86F52;
	font-weight: 600;
}

.content-info {
	margin-bottom: 20px;
}

.footer {
	border-top: 3px solid #006CB8;
	margin: 0 auto;
}

.footer ul {
	margin-top: 10px;
	margin-left: 40px;
}

.footer ul li {
	list-style-type: none;
	padding: 3px 0px;
}

.footer a {
	color: #707070;
	font-size: 12px;
}

.footer a:hover, .footer span {
	color: red;
}

.footer hr {
	margin-top: 0px;
	margin-bottom: 0px;
}

.footer img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.title {
	color: #006CB8;
	font-weight: bold;
	font-size: 12px;
}

#copy {
	font-size: 12px !important;
	color: #bbb;
	margin-top: 10px;
	margin-bottom: 10px;
}

.community {
	display: block;
	text-align: right;
}

#header {
	height: 30px;
	background-color: #f5f5f5;
	position: relative;
}

#header ul li {
	font-size: 14px;
	list-style-type: none;
	padding-top: 5px;
	padding-right: 10px;
	display: -webkit-inline-box;
	right: 0px;
}

#header ul li a {
	color: #707070;
	padding-right: 10px;
}

.logo {
	border-bottom: 3px solid #006CB8;
}

.top-head {
	text-align: right;
}

.form-download .btn {
	width: 100%;
    height: 60px;
    border-radius: 0px;
    background-color: #B86F52;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.form-download .btn:hover {
	background-color: #fff;
	border: 2px solid #B86F52;
	color: #B86F52;
	cursor:pointer;
}

.img show-img { 
    height:170px;    
}</pre></body></html>