<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ */

/* v1.0 | 20080212 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html,
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  width: 100%;
  line-height: 1;
  font: inherit;
  font-family: PingFang SC, "Microsoft YaHei";
  font-size: 100%;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* remember to define focus styles! */

:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

/* 清除浮动 */

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
  /* for ie6 &amp; ie7 */
}

.clear {
  clear: both;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .border-t-1px::before {
    -webkit-transform: scaleY(0.7);
    transform: scaleY(0.7);
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .border-t-1px::before {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}

@media (-webkit-min-device-pixel-ratio: 2.5), (min-device-pixel-ratio: 2.5) {
  .border-t-1px::before {
    -webkit-transform: scaleY(0.33333334);
    transform: scaleY(0.33333334);
  }
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {
  .border-b-1px::after {
    -webkit-transform: scaleY(0.7);
    transform: scaleY(0.7);
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .border-b-1px::after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}

@media (-webkit-min-device-pixel-ratio: 2.5), (min-device-pixel-ratio: 2.5) {
  .border-b-1px::after {
    -webkit-transform: scaleY(0.33333334);
    transform: scaleY(0.33333334);
  }
}

.footer {
  background: rgba(38, 38, 38, 0.7);
  width: 100%;
  height: 148px;
  margin-top: 80px;
  z-index: 2;
  float: left;
}

.footer .footerContent {
  margin: 0 auto;
  width: 930px;
  height: 90px;
  padding: 29px 0;
}

.footer .footerContent .footerLeft {
  width: 120px;
  height: 100%;
  float: left;
  padding-right: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .footerContent .footerLeft .LOGO {
  width: 100%;
}

.footer .footerContent .footerLeft .slogan {
  width: 110%;
  margin-top: 8px;
  overflow: hidden;
  color: #FFFFFF;
  font-size: 13px;
  line-height: 18px;
}

.footer .footerContent .footerMid {
  width: 550px;
  height: 100%;
  float: left;
  margin-left: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .footerContent .footerMid .footerMidContent {
  height: 34px;
  font-size: 16px;
  color: #FFFFFF;
}

.footer .footerContent .footerMid .footerMidContent a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer .footerContent .footerMid .footerMidContent a:hover {
  color: #FF8E00;
}

.footer .footerContent .footerMid .footerMidContent span {
  color: #FFFFFF;
}

.footer .footerContent .footerMid .footerMidContent:last-child {
  font-size: 12px;
}

.footer .footerContent .footerRight {
  height: 100%;
  margin-left: 60px;
  float: left;
}

.footer .footerContent .footerRight .footerRightTitle {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  margin-top: -5px;
}

.footer .footerContent .footerRight img {
  height: 70px;
  width: 70px;
  margin-top: 7px;
}

.mainLeft {
  float: left;
  min-height: 460px;
  position: relative;
  width: 130px;
  margin-left: 30px;
}

.mainLeft .mainLeftFixed {
  position: fixed;
  z-index: 3;
}

.mainLeft .mainLeftFixed .logoBox {
  width: 123px;
  height: 39px;
  position: relative;
  margin-bottom: 19px;
}

.mainLeft .mainLeftFixed .logoBox img {
  width: 100%;
  height: 100%;
}

.mainLeft .mainLeftFixed .lineBox {
  width: 123px;
  text-align: right;
  margin-bottom: 15px;
  position: relative;
  height: 5px;
}

.mainLeft .mainLeftFixed .lineBox .line {
  width: 36px;
  border-top: 1px solid #E8E8E8;
  float: right;
}

.mainLeft .mainLeftFixed .menuList {
  width: 130px;
  list-style: none;
}

.mainLeft .mainLeftFixed .menuList .active {
  background: #FF8E00;
  color: #FFFFFF;
}

.mainLeft .mainLeftFixed .menuList li {
  width: 100%;
  text-align: right;
  margin-top: 11px;
  cursor: pointer;
}

.mainLeft .mainLeftFixed .menuList li img {
  width: 24px;
  height: 24px;
  float: left;
  margin-left: 52px;
}

.mainLeft .mainLeftFixed .menuList li .rotate {
  transform: rotate(0);
  transtion: all 2s linear;
  -webkit-transform: rotate(0);
  -webkit-transtion: all 2s linear;
}

.mainLeft .mainLeftFixed .menuList li .rotate1 {
  transform: rotate(180deg);
  transtion: all 2s linear;
  -webkit-transform: rotate(180deg);
  -webkit-transtion: all 2s linear;
}

.mainLeft .mainLeftFixed .menuList li a {
  height: 25px;
  line-height: 30px;
  text-decoration: none;
  font-size: 18px;
  color: #262626;
  font-weight: 400;
  padding: 3px 8px;
}

.mainLeft .mainLeftFixed .menuList li a:hover {
  background: #FF8E00;
  color: #FFFFFF;
}

.mainLeft .mainLeftFixed .menuList li ul {
  line-height: 20px !important;
}

.mainLeft .mainLeftFixed .menuList li ul li {
  line-height: 20px !important;
}

.mainLeft .mainLeftFixed .menuList li ul li a {
  font-size: 14px;
  line-height: 20px !important;
  color: #787878;
}

.mainLeft .mainLeftFixed .menuList li ul li a:hover {
  color: #FF8E00;
  background: none;
}

.mainLeft .addBottom {
  bottom: 245px;
  transition: 3s;
}

body &gt; a {
  display: none;
}

@media screen and (max-width: 1000px) {
  .content {
    margin-top: 0 !important;
    min-width: 7.5rem !important;
    max-width: 7.5rem !important;
  }

  .content .main {
    width: 7.5rem !important;
    min-width: 7.5rem !important;
  }

  .content .main .mainLeft {
    display: none;
  }

  .content .main .mainRight {
    display: none;
  }

  .content .footer {
    display: none;
  }
}

.content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
}

.content .main {
  margin: 0 auto;
  width: 1280px;
  min-width: 1280px;
}

.content .main .mainMid {
  width: 720px;
  float: left;
  margin-left: 24px;
}

.content .main .mainMid .hr {
  margin: 20px 0;
  position: relative;
  display: -webkit-box;
}

.content .main .mainMid .hr::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  border-top: 1px solid #E8E8E8;
  content: "";
}

.content .main .mainMid .newsInfo .newsInfoDetail {
  width: 100%;
  padding-left: 45px;
  min-height: 133px;
}

.content .main .mainMid .newsInfo .newsInfoDetail .magazineBox {
  float: left;
  width: 42%;
  height: 133px;
  margin-top: 40px;
  padding: 10px;
}

.content .main .mainMid .newsInfo .newsInfoDetail .magazineBox img {
  width: 98px;
  height: 133px;
  margin-right: 32px;
  float: left;
  border: 1px #ccc solid;
}

.content .main .mainMid .newsInfo .newsInfoDetail .magazineBox p {
  font-size: 14px;
  color: #787878;
  line-height: 20px;
}

.content .main .mainMid .newsInfo .newsInfoDetail .magazineBox .bookName {
  float: left;
  width: 135px;
  height: 66px;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}

.content .main .mainMid .newsInfo .newsInfoDetail .magazineBox .bookName:hover {
  color: #FF8E00;
}

.content .main .mainMid .newsInfo .newsInfoDetail .magazineBox .bookCountry {
  float: left;
  width: 135px;
  margin-top: 5px;
}

.content .main .mainMid .newsInfo .newsInfoDetail .magazineBox .bookType {
  float: left;
  width: 135px;
  margin-top: 2px;
}

.content .main .mainMid .newsInfo .newsInfoDetail .magazineBox .bookEffect {
  float: left;
  width: 170px;
  margin-top: 2px;
}

.content .main .mainMid .newsInfo .newsInfoDetail .magazineBox .bookEffect sup {
  vertical-align: sub;
  transform: scale(0.5) !important;
  -webkit-transform: scale(0.5);
  font-size: 8px;
}

.content .main .mainMid .newsInfo .newsInfoDetail .magazineBox:nth-child(1),
.content .main .mainMid .newsInfo .newsInfoDetail .magazineBox:nth-child(2) {
  margin-top: 0;
}

.content .main .mainMid .newsInfo .newsInfoDetail .magazineBox:nth-child(even) {
  margin-left: 20px;
}

.content .main .mainMid .newsInfo .newsInfoDetail .magazineBox:hover {
  box-shadow: 0 0 20px 0 rgba(167, 167, 167, 0.5);
}

.content .main .mainRight {
  float: left;
  width: 300px;
  padding-left: 20px;
}

.content .main .mainRight .recommend {
  width: 280px;
  padding: 10px;
  float: left;
  border: 1px solid #E8E8E8;
}

.content .main .mainRight .recommend .recommendTitle {
  height: 30px;
  line-height: 30px;
  margin-top: 7px;
}

.content .main .mainRight .recommend .recommendTitle span {
  float: left;
  font-weight: 400;
  color: #262626;
  font-size: 20px;
}

.content .main .mainRight .recommend .recommendTitle span .rectangle {
  width: 4px;
  height: 20px;
  background: #FF8E00;
  float: left;
  margin-top: 5px;
  margin-right: 6px;
}

.content .main .mainRight .recommend .recommendContent {
  width: 100%;
  height: 95px;
  margin-top: 24px;
  padding-bottom: 17px;
  border-bottom: 1px #DDDDDD dashed;
}

.content .main .mainRight .recommend .recommendContent:last-child {
  border-bottom: none;
  padding-bottom: 12px;
  margin-top: 17px;
}

.content .main .mainRight .recommend .recommendContent img {
  width: 70px;
  height: 95px;
  margin-left: 11px;
  margin-right: 19px;
  float: left;
  border: 1px #CCCCCC solid;
}

.content .main .mainRight .recommend .recommendContent .bookName {
  font-size: 18px;
  color: #333333;
  height: 50px;
  line-height: 25px;
  float: left;
}

.content .main .mainRight .recommend .recommendContent p {
  font-size: 14px;
  color: #787878;
  line-height: 20px;
  width: 162px;
}

.content .main .mainRight .recommend .recommendContent .bookCountry {
  margin-top: 5px;
  float: left;
}

.content .main .mainRight .recommend .recommendContent .bookType {
  margin-top: 2px;
  float: left;
}

.content .main .mainRight .selected {
  width: 280px;
  padding: 10px;
  float: left;
  border: 1px solid #E8E8E8;
  margin-top: 20px;
}

.content .main .mainRight .selected .selectedTitle {
  height: 30px;
  line-height: 30px;
  margin-top: 7px;
}

.content .main .mainRight .selected .selectedTitle span {
  float: left;
  font-weight: 400;
  color: #262626;
  font-size: 20px;
}

.content .main .mainRight .selected .selectedTitle span .rectangle {
  width: 4px;
  height: 20px;
  background: #FF8E00;
  float: left;
  margin-top: 5px;
  margin-right: 6px;
}

.content .main .mainRight .selected .selectedContent {
  height: 54px;
  padding: 5px 1px 16px 8px;
  border-bottom: 1px #DDDDDD dashed;
  margin-top: 10px;
}

.content .main .mainRight .selected .selectedContent:last-child {
  border-bottom: none;
  padding-bottom: 6px;
}

.content .main .mainRight .selected .selectedContent img {
  width: 81px;
  height: 54px;
  float: left;
}

.content .main .mainRight .selected .selectedContent .selectedText {
  font-size: 14px;
  color: #262626;
  width: 165px;
  line-height: 20px;
  height: 40px;
  float: left;
  margin-left: 19px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  letter-spacing: 1px;
}

.content .main .mainRight .selected .selectedContent .selectedText:hover {
  color: #D97F09;
}

.content .main .mainRight .publicAddress {
  width: 280px;
  padding: 10px;
  margin-top: 20px;
  float: left;
  border: 1px solid #E8E8E8;
}

.content .main .mainRight .publicAddress img {
  width: 111px;
  height: 111px;
  float: left;
  display: block;
}

.content .main .mainRight .publicAddress p {
  float: left;
  width: 60%;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  text-indent: 8px;
  margin-top: 20px;
}

.content .main .mainRight .publicAddress .pOne {
  margin-top: 5px !important;
  font-size: 16px !important;
}

.content .main .mainRight .publicAddress .pTwo {
  margin-top: 0 !important;
  line-height: 15px !important;
  font-size: 16px !important;
}

.content .main .mainRight .publicAddress .note {
  margin-top: 0 !important;
  color: #999999;
}

</pre></body></html>