/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Render the `main` element consistently in IE.
   */
main {
  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
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  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
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 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 */
}
/**
   * 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 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
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * 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;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
   * 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;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
body,
form,
ul,
li,
dl,
dt,
dd,
p,
table,
tr,
td,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
form {
  margin: 0;
  padding: 0;
  color: #1a1a1a;
  font-weight: 400;
  font-family: simsun, 'Hiragino Sans GB';
}
table,
tr,
td,
th {
  border: 0 none;
  border-collapse: collapse;
}
ul,
li {
  list-style: outside none none;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 100%;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #164892;
}
a:visited {
  color: #164892;
}
a:hover {
  color: #ff0000 !important;
  text-decoration: underline !important;
}
ul li {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.tablepager {
  text-align: center;
  height: 22px !important;
  margin: 15px 0 10px;
  font-size: 12px;
}
.tablepager .pagerbox {
  clear: both;
  font-size: 14px !important;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.tablepager .pagerbox a {
  padding: 2px 6px;
  border: 1px solid #a7bacb;
  display: inline-block;
  margin-right: 4px;
  color: #3669ba;
}
.tablepager .pagerbox .active {
  color: #fff !important;
  background-color: #3669ba !important;
  padding: 2px 6px;
  border: 1px solid #a7bacb;
  display: inline-block;
  margin-right: 4px;
}
.tablepager .gotopage {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.tablepager .gotopage form .tab {
  border: 1px solid #fff;
  color: #000;
  background: #fff;
  font-weight: normal;
  margin-left: 20px;
  padding: 0;
  height: 22px;
  line-height: 20px;
}
.tablepager .gotopage form input {
  border: 1px solid #999;
  width: 30px;
}
.tablepager .gotopage form .ipt {
  margin: 0 5px;
  padding: 3px 2px 2px;
}
.tablepager .gotopage form .btn {
  background-color: #f1f1f1;
  height: 21px;
  vertical-align: bottom;
}
.body {
  width: 1000px;
  margin: 0 auto;
}
.body .head .Navigation {
  width: 990px;
  margin: 10px auto;
  float: left;
  display: block;
  padding-left: 8px;
  *padding-left: 0;
  font-size: 12px;
}
.body .head .Navigation li {
  float: left;
  background-position: left -26px;
  background-repeat: no-repeat;
  display: block;
  padding: 0 8px 0 9px;
  line-height: 15px;
  background: url(../images/nav_bg.png;vpn_img) no-repeat;
}
.body .head .Navigation li:first-child {
  padding-left: 0;
}
.body .head .Navigation li a {
  color: #000;
  text-decoration: none;
}
.body .head .Navigation li .red a {
  color: #ff4901;
}
.body .head .ad {
  margin: 10px 0 0 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  clear: both;
  *zoom: 1;
}
.body .head .ad .adLeft {
  float: left;
  width: 175px;
  height: 90px;
}
.body .head .ad .adCenter {
  float: left;
  width: 588px;
  margin-left: 6px;
}
.body .head .ad .adRight {
  float: right;
  width: 175px;
  height: 90px;
}
.body .head .main_frame {
  width: 1000px;
  height: 50px;
  padding: 5px 0;
}
.body .head .main_frame .logo {
  float: left;
}
.body .head .main_frame .logo .logo_img {
  padding-left: 12px;
}
.body .head .main_frame .category_wrap {
  float: left;
  padding: 3px 0;
}
.body .head .main_frame .category_wrap .category_item {
  float: left;
  display: block;
  margin: 12px 6px 0;
}
.body .head .main_frame .category_wrap .category_item a {
  float: left;
  font-size: 14px;
  height: auto;
  line-height: 20px;
  vertical-align: middle;
  margin: 0 0 0 4px;
}
.body .head .main_frame .search_wrap {
  float: right;
  padding-top: 4px;
}
.body .head .main_frame .search_wrap #search_form {
  z-index: 1000;
  position: relative;
  *zoom: 1;
}
.body .head .main_frame .search_wrap #search_form:after,
.body .head .main_frame .search_wrap #search_form:before {
  content: " ";
  display: table;
}
.body .head .main_frame .search_wrap #search_form:after,
.body .head .main_frame .search_wrap #search_form:before {
  clear: both;
}
.body .head .main_frame .search_wrap #search_form > div {
  float: left;
  margin-top: 3px;
}
.body .head .main_frame .search_wrap #search_form > div .code_submit {
  border: none;
  outline: 0;
  background-color: #3a5e95;
  height: 30px;
  _height: 30px;
  width: 64px;
  color: #fff;
  font-size: 16px;
  font-family: "Microsoft YaHei", sans-serif;
  text-align: center;
  line-height: 28px;
  cursor: pointer;
}
.body .head .main_frame .search_wrap > div {
  float: left;
}
.body .head .main_frame .search_wrap > div.btnNew {
  background-color: #3a5e95;
  height: 30px;
  _height: 30px;
  width: 64px;
  color: #fff;
  font-size: 16px;
  font-family: "Microsoft YaHei", sans-serif;
  text-align: center;
  line-height: 28px;
  float: left;
  margin-top: 3px;
  cursor: pointer;
}
.body .head .main_frame .search_wrap .search_div {
  border: 1px solid #3a5e95;
  float: left;
  display: inline;
  border-radius: 0;
  height: 28px;
  width: 320px;
  font-size: 14px;
  position: relative;
}
.body .head .main_frame .search_wrap input.code_suggest {
  outline: 0;
  background-color: #fff;
  cursor: auto;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  text-indent: 0;
  text-shadow: none;
  text-align: start;
  width: 305px;
  color: #666;
  margin: 0;
  height: 28px;
  line-height: 28px;
  *height: 27px;
  padding: 0 0 0 14px;
  border: 0;
  font-size: 15px;
  font-family: "Microsoft YaHei", sans-serif;
}
.body .head .menu {
  width: 1000px;
  height: 35px;
  line-height: 35px;
  margin: 0 auto;
  text-align: center;
}
.body .head .menu a:-webkit-any-link {
  text-decoration: none;
}
.body .head .menu .menuTitle {
  float: left;
  width: 80px;
  height: 35px;
  line-height: 35px;
  background-color: #525252;
  font-size: 14px;
  border-right: 2px solid #fff;
}
.body .head .menu .menuTitle a {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.body .head .menu .mainMenu {
  float: left;
  width: 918px;
  height: 35px;
  background-color: #3a5e95;
}
.body .head .menu .mainMenu li {
  float: left;
}
.body .head .menu .mainMenu li a {
  padding: 0 12px;
  *padding: 0 11px;
  font-size: 14px;
  color: #fff;
  border-right: 1px solid #758fb5;
}
.body .head .menu .mainMenu li a:hover {
  color: #fff !important;
  text-decoration: none !important;
}
.body .head .menu .mainMenu li.nobg a {
  border-right: none;
}
.body .main {
  margin-top: 15px;
}
.body .main .panel {
  position: relative;
  width: 100%;
}
.body .main .panel .panel_header {
  padding: 0;
  border-bottom: 4px solid #305895;
  height: 36px;
}
.body .main .panel .linkNav {
  float: left;
  font-size: 12px;
  line-height: 30px;
  margin-top: 5px;
}
.body .main .panel .panel_title {
  background: #fff url(https://libvpn.swfu.edu.cn/vpn/89/https/MWXYE3LUF3TGMZ5GP6YGG55N/stock/201704201948/pkg/page/common/images/element_385e303.png;vpn_img) no-repeat 0 -281px;
  float: left;
  position: relative;
  top: 3px;
  width: 110px;
  height: 36px;
  color: #000;
  font-size: 18px;
  font-family: "Microsoft YaHei";
  text-align: center;
  line-height: 36px;
}
.body .main .panel .panel_more {
  font-size: 12px;
  float: right;
  margin: 13px 0 0 17px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.body .main .panel .panel_body {
  margin-top: 10px;
}
.body .main .panel .panel_body .list li {
  width: 480px;
  height: 25px;
  line-height: 25px;
  text-indent: 14px;
  font-size: 14px;
  background: url(https://libvpn.swfu.edu.cn/vpn/89/https/M6ZT63DGMNUHPLUDN7XB/g3/201805/20180529104733.png;vpn_img) no-repeat 1px 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 5px 0;
}
.body .main .grid {
  margin-top: 10px;
}
.body .main .grid .left {
  width: 480px;
  float: left;
}
.body .main .grid .right {
  width: 480px;
  float: right;
}
.body .main .finance_hot {
  margin: 10px 0;
}
.body .main .finance_hot .panel_body {
  border: 1px solid #bbd4e8;
}
.body .main .finance_hot .panel_body .left {
  width: 260px;
  float: left;
}
.body .main .finance_hot .panel_body .right {
  width: 720px;
  float: right;
}
.body .main .finance_hot .hot-list {
  padding: 5px 0 10px 5px;
}
.body .main .finance_hot .hot-list li {
  position: relative;
  height: 36px;
  line-height: 36px;
  font-size: 14x;
  padding-left: 20px;
  cursor: pointer;
}
.body .main .finance_hot .hot-list li a {
  display: inline-block;
  width: 230px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
}
.body .main .finance_hot .hot-list li i {
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  right: -10px;
  top: 14px;
  border-top: 5px solid transparent;
  border-left: 8px solid #00349a;
  border-bottom: 5px solid transparent;
  display: none;
}
.body .main .finance_hot .hot-list li + li {
  border-top: 1px solid #e4eef6;
}
.body .main .finance_hot .hot-list li.active {
  background-color: #f7f7f7;
  font-weight: 700;
}
.body .main .finance_hot .hot-list li.active i {
  display: block;
}
.body .main .finance_hot .img_target a {
  display: none;
  height: 348px;
}
.body .main .finance_hot .img_target a img {
  height: 348px;
  width: 100%;
  max-width: 720px;
}
.body .main .finance_hot .img_target a.active {
  display: block;
}
.body .main #topiclist tr th {
  display: none;
}
.body .main #topiclist tr td {
  line-height: 30px;
  height: 30px;
}
.body .main #topiclist tr .line-title {
  font-size: 16px;
  display: inline-block;
  width: 800px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-indent: 10px;
  line-height: 22px;
  margin-top: 8px;
}
.body .main #topiclist tr .line-time {
  color: #818181;
  font-size: 12px;
  white-space: nowrap;
}
.body .main #topiclist tr .line-td {
  border-bottom: 1px solid #bbd4e8;
}
.body .footer {
  margin-top: 30px;
  width: 1000px;
  margin: 0 auto;
  font-size: 12px;
}
.body .footer .tip {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 10px 0;
  margin: 20px 0 10px 0;
  color: #666;
  line-height: 20px;
}
.icons {
  width: 18px;
  height: 18px;
}
.icon-market {
  background: url(https://libvpn.swfu.edu.cn/vpn/89/https/M6ZT63DGMNUHPLUDN7XB/g3/201802/20180201184435.png;vpn_img) no-repeat 0 -219px;
  float: left;
}
.icon-pie-chart {
  background: url(https://libvpn.swfu.edu.cn/vpn/89/https/M6ZT63DGMNUHPLUDN7XB/g3/201802/20180201184435.png;vpn_img) no-repeat 0 -219px;
  background-position: 0 -237px;
  float: left;
}
.icon-mobile {
  background: url(https://libvpn.swfu.edu.cn/vpn/89/https/M6ZT63DGMNUHPLUDN7XB/g3/201802/20180201184435.png;vpn_img) no-repeat 0 -219px;
  background-position: 0 -255px;
  width: 11px;
  height: 19px;
  float: left;
}
.icon-client {
  background: url(https://libvpn.swfu.edu.cn/vpn/89/https/M6ZT63DGMNUHPLUDN7XB/g3/201802/20180201184435.png;vpn_img) no-repeat 0 -219px;
  background-position: 0 -274px;
  width: 12px;
  float: left;
}
.clearfix {
  clear: both;
}
