<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
input::-webkit-input-placeholder {
  color: #c2c2c2;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
html,
html body {
  font-size: 16px;
  font-family: Arial, "Hiragino Sans GB", "Microsoft Yahei", "Microsoft Sans Serif", "WenQuanYi Micro Hei", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
body {
  background: #ffffff;
  min-width: 1200px;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  color: #777777;
}
a:focus,
a:active {
  color: #777777;
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cf:before,
.cf:after {
  content: ' ';
  /* 1 */
  display: table;
  /* 2 */
}
.cf:after {
  clear: both;
}
.center {
  margin-left: auto;
  margin-right: auto;
}
.text-center {
  text-align: center;
}
.content {
  padding: 10px 0 56px;
}
.red {
  color: red;
}
.main-wrap {
  width: 1200px;
  min-width: 1200px;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
}
.pagenav-wrap {
  margin-top: 20px;
}
.header {
  width: 100%;
  height: 70px;
  position: fixed;
}
.main-wrap {
  width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, 0.9);
}
.cover {
  margin: 0 auto;
  width: 1144px;
  height: 70px;
}
.logo {
  width: 160px;
  height: 52px;
  margin-top: 9px;
}
.banner-content {
  height: 70px;
  list-style-type: none;
  margin-right: 0px;
}
.banner-content li {
  width: 164px;
  text-align: center;
  position: relative;
  float: left;
}
.banner-content li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 30px;
  background: #ddd;
}
.banner-content li:last-child:after {
  content: none;
}
.banner-content a {
  font-size: 16px;
  color: #666666;
  line-height: 70px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}
.banner-content a:hover:after,
.banner-content .current-menu-item a:after,
.banner-content .current-menu-parent a:after,
.banner-content .current-menu-ancestor a:after,
.banner-content a.active:after {
  content: '';
  display: block;
  color: #777777;
  height: 4px;
  border-radius: 2px;
  background: #e40211;
  margin: -15px auto 0;
  width: 30px;
}
.footer {
  width: 100%;
  height: 344px;
  margin-top: -50px;
}
.footer .footer-wrap {
  background: url(/wp-content/themes/dqhd/img/home/rectangle1.jpg) 0 top no-repeat;
  height: 264px;
}
.footer .footer-middle {
  width: 1158px;
  height: 124px;
  margin: 0 auto 42px;
}
.footer .link-way,
.footer .contact {
  height: 124px;
}
.footer .link-way {
  width: 562px;
  margin-right: 150px;
}
.footer .contact {
  width: 446px;
}
.footer .link-way p,
.footer .contact p {
  font-size: 18px;
  color: #ffffff;
}
.footer .link-way p {
  margin-bottom: 55px;
  margin-top: 98px;
}
.footer .contact p {
  margin-bottom: 20px;
  margin-top: 98px;
}
.footer .contact-content {
  width: 446px;
  height: 79px;
}
.footer .contact-content .qrcode {
  margin-right: 10px;
  display: inline-block;
}
.footer .contact-content .contact-text {
  color: #ffffff;
  width: 357px;
  height: 79px;
}
.footer .contact-content .contact-text .text-num {
  font-size: 24px;
  color: #ffffff;
  margin: -5px 0 0 0;
  line-height: 33px;
}
.footer .contact-content .contact-text .text-dre {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  line-height: 27px;
}
.footer .copyright {
  background: #d2bb8d;
  width: 100%;
  height: 80px;
  bottom: 0;
  font-size: 14px;
  color: #ffffff;
  margin: 0 auto;
  line-height: 80px;
  text-align: center;
}
.home .home-banner {
  background: url(/wp-content/themes/dqhd/img/home/indexbanner.jpg?t=1) 0 0 no-repeat;
  height: 490px;
}
.home .block-title {
  height: 333px;
  padding: 100px;
}
.home .block-title-line {
  width: 800px;
  border-top: 1px solid #ddd;
  margin: 45px auto 0;
}
.home .block-title-icon {
  width: 70px;
  height: 90px;
  background-color: #252a5a;
  margin: -45px auto 0;
  padding: 23px 0;
}
.home .block-title-icon img {
  display: block;
  margin: 0 auto;
}
.home .block-title-text {
  height: 48px;
  margin: 5px auto;
  text-align: center;
}
.home .block-title-cn {
  font-size: 20px;
  color: #666666;
  letter-spacing: 2px;
  height: 28px;
  line-height: 28px;
}
.home .block-title-en {
  font-size: 14px;
  color: #c2c2c2;
  letter-spacing: 1.4px;
  height: 20px;
  line-height: 20px;
}
.home .nav {
  height: 633px;
  background: url(/wp-content/themes/dqhd/img/home/navbgr.jpg) 0 50% no-repeat;
  border-bottom: 1px solid #dddddd;
}
.home .nav-item-middle {
  width: 800px;
  height: 200px;
  margin: 0 auto;
}
.home .nav-item {
  width: 200px;
  height: 200px;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  text-align: center;
  margin-right: 100px;
}
.home .nav-item:last-child {
  margin: 0;
}
.home .nav-item.news {
  margin-top: 30px;
}
.home .nav-item img {
  margin: 31px auto 0;
  height: 70px;
}
.home .nav-item .nav-p {
  margin: 20px auto 31px;
}
.home .nav-p1 {
  font-size: 20px;
  color: #666666;
  letter-spacing: 2px;
  line-height: 28px;
}
.home .nav-p2 {
  font-size: 14px;
  color: #c2c2c2;
  letter-spacing: 1.4px;
  line-height: 20px;
}
.home .content-one {
  padding-bottom: 100px;
  background-color: #ffffff;
  margin: 0 auto;
  border-bottom: 1px solid #dddddd;
}
.home .content-one .content-box-middle {
  width: 1100px;
  margin: 0 auto;
}
.home .content-one .content-box-middle .content-text {
  width: 500px;
}
.home .content-one .content-box-middle .content-text-pra {
  display: block;
  width: 500px;
  line-height: 30px;
}
.home .content-one .content-box-middle .content-text-pra a {
  font-size: 14px;
  color: #666666;
  max-width: 330px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home .content-one .content-box-middle .content-text-pra a:hover {
  text-decoration: underline;
}
.home .content-one .content-box-middle .content-text-pra span {
  font-size: 14px;
  color: #c2c2c2;
}
.home .content-one .content-box-middle .content-img {
  width: 500px;
  height: 290px;
}
.home .content-two {
  background-color: #f9f9f9;
  margin-top: 0;
  padding-bottom: 150px;
}
.home .content-two-box {
  margin-top: 303px;
  margin: 0 auto;
}
.home .content-two-box .content-box-middle {
  width: 970px;
  margin: 0 auto;
}
.home .content-two-box .content-box-middle .content-img {
  margin-right: 50px;
  width: 300px;
  display: inline;
}
.home .content-two-box .content-box-middle .content-img img {
  margin: 0 auto;
  width: 300px;
  height: 156px;
}
.home .content-two-box .content-box-middle .content-text {
  width: 620px;
}
.home .content-two-box .content-box-middle .content-text-title {
  font-size: 18px;
  color: #666666;
  height: 25px;
  margin: 0;
}
.home .content-two-box .content-box-middle .content-text-pra {
  font-size: 14px;
  line-height: 20px;
  color: #9b9b9b;
  padding-left: 0;
  width: 620px;
}
.aboutus .aboutus-banner {
  background: url(/wp-content/themes/dqhd/img/aboutus/aboutusbanner.jpg) 0 0 no-repeat;
}
.aboutus .aboutus-banner .aboutus-slogon {
  margin: 0 auto;
  padding-top: 163px;
  text-align: center;
}
.aboutus .aboutus-banner .aboutus-slogon .slogon-one {
  font-size: 40px;
  color: #ffffff;
  height: 56px;
  line-height: 56px;
  margin: 0 auto 10px;
}
.aboutus .aboutus-banner .aboutus-slogon .slogon-two {
  font-size: 24px;
  color: #ffffff;
  margin: 0 auto;
}
.aboutus .aboutus-banner .companypro {
  margin: 77px auto 0;
  overflow: hidden;
}
.aboutus .aboutus-banner .companypro-middle {
  width: 815px;
  height: 340px;
  margin: 0 auto;
}
.aboutus .aboutus-banner .companypro-middle-text {
  margin-top: 245px;
}
.aboutus .aboutus-banner .companypro-middle-text .text-one,
.aboutus .aboutus-banner .companypro-middle-text .text-two {
  width: 245px;
  height: 45px;
  font-size: 32px;
  line-height: 45px;
  margin: 0;
}
.aboutus .aboutus-banner .companypro-middle-text .text-one {
  color: #666666;
}
.aboutus .aboutus-banner .companypro-middle-text .text-two {
  color: #c2c2c2;
}
.aboutus .aboutus-banner .companypro-middle-img {
  height: 340px;
}
.aboutus .aboutus-banner .companypro-middle-img-one {
  margin-right: 30px;
  width: 260px;
  height: 340px;
}
.aboutus .aboutus-banner .companypro-middle-img-two {
  width: 200px;
  height: 280px;
}
.aboutus .aboutuslasa {
  margin-top: 72px;
  background: url(/wp-content/themes/dqhd/img/aboutus/bg1.png) 50% 60px no-repeat;
}
.aboutus .aboutuslasa-middle {
  width: 799px;
  margin: 0 auto;
}
.aboutus .aboutuslasa-middle img {
  margin-right: 48px;
  width: 267px;
  height: 340px;
}
.aboutus .aboutuslasa-middle .lasa-text {
  font-size: 18px;
  color: #2a2a2a;
  line-height: 25px;
  padding-top: 104px;
  color: #666666;
}
.aboutus .aboutuslasa-middle .lasa-text span {
  font-weight: 700;
}
.aboutus .aboutusbeijing {
  background: url(/wp-content/themes/dqhd/img/aboutus/bg2.png) 50% 99px no-repeat;
  padding-bottom: 120px;
}
.aboutus .aboutusbeijing-middle {
  width: 715px;
  margin: 0 auto;
}
.aboutus .aboutusbeijing-middle .beijing-text {
  padding-top: 142px;
  width: 351px;
  margin-right: 40px;
  font-size: 18px;
  line-height: 25px;
  color: #666666;
}
.aboutus .aboutusbeijing-middle .beijing-text span {
  font-weight: 700;
}
.activenews-banner {
  background: url(/wp-content/themes/dqhd/img/activenews/activenewsbanner.jpg) 0 0 no-repeat;
  height: 400px;
  margin-bottom: 48px;
}
.activenews-banner .activenews-text {
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
  padding-top: 173px;
}
.activenews-banner .activenews-text .text-one {
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 10px;
}
.activenews-banner .activenews-text .text-two {
  font-size: 32px;
  line-height: 45px;
}
.activenews-content-middle {
  margin: 0 auto;
  width: 780px;
}
.activenews-content-middle .content-list {
  list-style-type: none;
}
.activenews-content-middle .content-list li {
  display: block;
  line-height: 32px;
  font-size: 16px;
  color: #666666;
}
.activenews-content-middle .content-list li a {
  max-width: 550px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.activenews-content-middle .content-list li a:hover {
  text-decoration: underline;
}
.activenews-content-middle .content-list li span {
  font-size: 16px;
  color: #c2c2c2;
}
.activenews-content-middle .activenews-line {
  border-bottom: 1px dotted #666666;
  margin: 20px auto 10px;
}
.activenews-content-middle .activenews-page {
  width: 780px;
  margin: 0 auto 105px;
}
.activenews-content-middle .activenews-page .pagelist .page-numbers {
  margin-right: 20px;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  float: left;
}
.activenews-content-middle .activenews-page .pagelist .page-numbers:last-child {
  margin-right: 0;
}
.activenews-content-middle .activenews-page .pagelist .page-numbers.current {
  color: #f5745a;
}
.activenews-content-middle .activenews-page .pagelist .prev,
.activenews-content-middle .activenews-page .pagelist .next {
  font-size: 14px;
}
.manage-banner {
  background: url(/wp-content/themes/dqhd/img/activenews/activenewsbanner.jpg) 0 0 no-repeat;
  height: 400px;
  margin-bottom: 50px;
}
.manage-banner .manage-text {
  margin: 0 auto;
  padding-top: 173px;
  color: #ffffff;
  text-align: center;
  width: 352px;
  height: 125px;
}
.manage-banner .manage-text .text-one {
  font-size: 50px;
  line-height: 70px;
  margin: 0 auto 10px;
}
.manage-banner .manage-text .text-two {
  margin: 0 auto;
  width: 352px;
  height: 45px;
}
.manage-banner .manage-text .text-two li {
  display: inline-block;
  font-size: 32px;
  line-height: 45px;
  padding-right: 20px;
}
.manage-content {
  margin-bottom: 106px;
}
.manage-content-middle {
  margin: 0 auto;
  width: 1230px;
}
.manage-content-middle .sidebar {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 300px;
}
.manage-content-middle .sidebar .sidebar-text {
  margin: 0 50px;
}
.manage-content-middle .sidebar .sidebar-text .sidebar-title {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  color: #666666;
}
.manage-content-middle .sidebar .sidebar-text .sidebar-title:last-child {
  border: none;
}
.manage-content-middle .sidebar .sidebar-text .sidebar-title h3 {
  font-weight: 400;
  margin: 0;
  line-height: 40px;
  font-size: 28px;
  text-align: center;
  color: #666666;
}
.manage-content-middle .sidebar .sidebar-text .sidebar-title ul {
  padding-right: 20px;
}
.manage-content-middle .sidebar .sidebar-text .sidebar-title li {
  text-align: right;
  line-height: 20px;
  margin: 10px 0;
}
.manage-content-middle .sidebar .sidebar-text .sidebar-title li:last-child {
  margin-bottom: 0;
}
.manage-content-middle .sidebar .sidebar-text .sidebar-title li a {
  color: #666666;
}
.manage-content-middle .sidebar .sidebar-text .sidebar-title li a:hover {
  color: #666;
}
.manage-content-middle .content-mainwrap {
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  margin-left: 30px;
  width: 865px;
}
.manage-content-middle .content-mainwrap .mainwrap-title {
  font-size: 20px;
  line-height: 28px;
  color: #666666;
  margin: 30px 372px 30px 373px;
  white-space: nowrap;
}
.manage-content-middle .content-mainwrap .mainwrap-list {
  border-top: 1px dotted #666666;
  min-height: 672px;
  width: 780px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.manage-content-middle .content-mainwrap .mainwrap-list .content-list {
  list-style-type: none;
  margin: 0 auto;
  width: 780px;
}
.manage-content-middle .content-mainwrap .mainwrap-list .content-list li {
  line-height: 32px;
  display: block;
  color: #666666;
}
.manage-content-middle .content-mainwrap .mainwrap-list .content-list li a {
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.manage-content-middle .content-mainwrap .mainwrap-list .content-list li a:hover {
  text-decoration: underline;
}
.manage-content-middle .content-mainwrap .mainwrap-list .content-list li span {
  font-size: 16px;
  color: #c2c2c2;
}
.manage-content-middle .content-mainwrap .manage-line {
  border-bottom: 1px dotted #666666;
  margin: 20px auto 10px;
}
.manage-content-middle .content-mainwrap .manage-page {
  height: 20px;
  margin: 11px auto 29px;
}
.manage-content-middle .content-mainwrap .manage-page .pagelist .page-numbers {
  margin-right: 20px;
  font-size: 16px;
  color: #666666;
  line-height: 22px;
  float: left;
}
.manage-content-middle .content-mainwrap .manage-page .pagelist .page-numbers:last-child {
  margin-right: 0;
}
.manage-content-middle .content-mainwrap .manage-page .pagelist .page-numbers.current {
  color: #f5745a;
}
.manage-content-middle .content-mainwrap .manage-page .pagelist .prev,
.manage-content-middle .content-mainwrap .manage-page .pagelist .next {
  font-size: 14px;
}
.load-banner {
  background: url(/wp-content/themes/dqhd/img/load/loadpage.jpg) 0 0 no-repeat;
  height: 1080px;
}
.load-banner .load-middle {
  width: 1100px;
  margin: 0 auto;
}
.load-banner .load-middle .load-plag {
  width: 400px;
  margin-top: 170px;
  background: #ffffff;
  border-radius: 10px;
  /*load-title*/
  /*loader-class*/
}
.load-banner .load-middle .load-plag .load-title {
  background: #f6f6f6;
  height: 80px;
  border-radius: 10px;
}
.load-banner .load-middle .load-plag .load-title h3 {
  font-size: 20px;
  color: #666666;
  padding: 26px 120px;
  line-height: 28px;
  margin: 0;
}
.load-banner .load-middle .load-plag .loader-class {
  margin: 30px 50px 30px 30px;
  text-align: center;
}
.load-banner .load-middle .load-plag .loader-class li {
  display: inline-block;
  position: relative;
  height: 22px;
  width: 120px;
}
.load-banner .load-middle .load-plag .loader-class li a {
  vertical-align: middle;
  line-height: 22px;
}
.load-banner .load-middle .load-plag .loader-class li a:before {
  content: '';
  margin-right: 10px;
  width: 16px;
  height: 20px;
  display: inline-block;
  vertical-align: -4px;
}
.load-banner .load-middle .load-plag .loader-class li.active a:before {
  background: url(/wp-content/themes/dqhd/img/load/loadkey.png) 0 0 no-repeat;
}
.load-banner .load-middle .load-plag .loader-content {
  margin: 0 30px -10px;
}
.load-banner .load-middle .load-plag .loader-content input {
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin-bottom: 10px;
  width: 340px;
  height: 60px;
  display: inline-block;
  padding-left: 20px;
}
.load-banner .load-middle .load-plag .load-button {
  background: #252a5a;
  border-radius: 5px;
  border: 0;
  font-size: 16px;
  color: #ffffff;
  padding: 19px 0;
  width: 198px;
  margin: 30px auto;
  cursor: pointer;
  display: block;
}
.load-banner .load-middle .load-plag .load-line {
  height: 1px;
  width: 340px;
  background: #dddddd;
  margin: auto;
  margin-bottom: 30px;
}
.load-banner .load-middle .load-plag .load-text {
  font-size: 14px;
  color: #9b9b9b;
  margin: 30px;
  line-height: 20px;
}
.newsdetail .detail-mainwrap {
  min-height: 600px;
}
.newsdetail .detail-mainwrap .detail-banner {
  background: url(/wp-content/themes/dqhd/img/activenews/activenewsbanner.jpg) 0 0 no-repeat;
  height: 400px;
}
.newsdetail .detail-mainwrap .detail-content {
  margin: -230px auto 106px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 5px;
  width: 1200px;
}
.newsdetail .detail-mainwrap .detail-content .content-title {
  margin-top: 20px;
  margin-left: 30px;
  font-size: 14px;
  margin-bottom: 10px;
}
.newsdetail .detail-mainwrap .detail-content .content-title .title-past {
  color: #c2c2c2;
}
.newsdetail .detail-mainwrap .detail-content .content-title .title-now {
  color: #666666;
  line-height: 20px;
}
.newsdetail .detail-mainwrap .detail-content .detail-title h2 {
  font-size: 20px;
  color: #666666;
  padding: 10px 360px;
  white-space: nowrap;
  margin: 0;
}
.newsdetail .detail-mainwrap .detail-content .detail-time h3 {
  padding: 0 524px;
  font-size: 14px;
  color: #c2c2c2;
  white-space: nowrap;
  margin: 0 auto 20px;
}
.newsdetail .detail-mainwrap .detail-content .detail-pra {
  padding-top: 26px;
  border-top: 1px solid #dddddd;
  width: 1000px;
  margin: 0 auto 50px;
}
.newsdetail .detail-mainwrap .detail-content .detail-pra h4,
.newsdetail .detail-mainwrap .detail-content .detail-pra p {
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin: 0;
}
.newsdetail .detail-mainwrap .detail-content .detail-pra p {
  text-indent: 2em;
}
</pre></body></html>