<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  font-size: 14px;
  font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif;
  background: #fff; }

html,
body,
div,
span,
object,
button,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
input {
  margin: 0;
  padding: 0;
  border: 0; }

ul,
li {
  list-style-type: none; }

a {
  text-decoration: none;
  color: #08c;
  cursor: pointer; }

img,
object,
video,
embed {
  max-width: 100%; }

button {
  outline: none; }

input,
select,
button,
textarea {
  font-family: 'Microsoft YaHei', Helvetica, Arial, sans-serif; }

textarea {
  resize: none; }

textarea:focus {
  outline: none; }

input,
select,
button {
  overflow: visible;
  border: none;
  outline: none;
  background: none; }

input::-ms-clear,
input::-ms-reveal {
  display: none; }

button,
html input[type="button"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

[disabled] {
  cursor: default; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999; }

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

* {
  box-sizing: border-box; }

.clearfix {
  *zoom: 1; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.fl {
  float: left; }

.fr {
  float: right; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

html,
body {
  width: 100%;
  height: 100%;
  min-width: 1186px; }

body {
  background: #F3F4F8;
  color: #333333;
  font-size: 14px; }

a {
  color: #333A8A; }

.disabled-click-text {
  -moz-user-select: none;
  /* FireFox */
  -webkit-user-select: none;
  /* Webkit */
  -ms-user-select: none;
  /* IE10+ */
  -khtml-user-select: none;
  /* 奇葩浏览器 */
  user-select: none;
  /* 文本不允许被选择 */ }

.important {
  color: red; }

.container {
  width: 1200px;
  margin: 0 auto;
  color: #333;
  font-size: 14px;
  padding-top: 80px; }

.container-2 {
  width: 90%;
  margin: 0 auto;
  min-width: 1200px; }

textarea {
  position: relative; }
  textarea::-webkit-scrollbar {
    background-color: #f0f0f0;
    border-radius: 50%;
    width: 6px; }
  textarea::-webkit-scrollbar-thumb {
    border-radius: 8px;
    outline-offset: -2px;
    background: rgba(0, 0, 0, 0.1);
    border: none; }
  textarea::-webkit-scrollbar-track-piece {
    display: none; }
  textarea::-webkit-scrollbar-button {
    background-color: #f0f0f0;
    height: 5px; }

.bubble-tips {
  padding: 6px 15px;
  min-width: 200px;
  line-height: 1.5;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 9999;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#h-bubble-tips {
  position: fixed;
  top: 136px;
  left: 50%;
  padding: 12px 16px 16px;
  min-width: 278px;
  line-height: 1.5;
  text-align: center;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 1px 2px 18px -1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #101010;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99999;
  display: none; }

#h-bubble-tips span {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 6px;
  padding-left: 1px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background: #0A9524; }

#h-bubble-tips span i {
  font-size: 16px;
  color: #fff; }

.h-link-tips {
  position: fixed;
  top: 50%;
  left: 50%;
  padding: 24px;
  min-width: 278px;
  line-height: 1.5;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 1px 2px 18px -1px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #101010;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 99999;
  display: none; }

.h-link-tips .hlt-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 11px 0;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
  color: #999;
  cursor: pointer; }

.hlt-title {
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #30B450; }

.hlt-content {
  margin: 12px 0 0;
  line-height: 20px;
  font-size: 14px;
  color: #333; }

.hlt-btns {
  margin: 24px 0 0;
  text-align: right;
  font-size: 0; }
  .hlt-btns button {
    display: inline-block;
    width: 56px;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    cursor: pointer; }

.hlt-cancel {
  margin-right: 24px; }

@-ms-keyframes bubbleTips {
  0%,
	100% {
    opacity: 0;
    top: -100%; }
  15%,
	85% {
    opacity: 1;
    top: 50%; } }
@-moz-keyframes bubbleTips {
  0%,
	100% {
    opacity: 0;
    top: -100%; }
  15%,
	85% {
    opacity: 1;
    top: 50%; } }
@-webkit-keyframes bubbleTips {
  0%,
	100% {
    opacity: 0;
    top: -100%; }
  15%,
	85% {
    opacity: 1;
    top: 50%; } }
@keyframes bubbleTips {
  0%,
	100% {
    opacity: 0;
    top: -100%; }
  15%,
	85% {
    opacity: 1;
    top: 50%; } }
#dialog-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1024; }

.dialog-panel {
  position: absolute;
  left: calc(50% - 165px);
  top: calc(50% - 85px);
  width: 330px;
  height: auto;
  box-shadow: 0 0 10px #ababab;
  border-radius: 2px;
  background: #fff;
  z-index: 10000; }

#panel-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  z-index: 10086; }

.panel-title {
  margin-bottom: 8px;
  text-align: left;
  color: #333333;
  font-size: 20px;
  font-weight: 700; }

.panel-content {
  padding: 50px 10px 30px;
  text-align: center;
  font-size: 16px;
  color: #323232; }

.panel-footer {
  width: 100%;
  font-size: 0;
  border-top: 1px solid #bbb; }

.panel-btn {
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  z-index: 10086; }

#panel-ok {
  color: #545867; }

#panel-cancel {
  color: #fff;
  background: #627aff; }

.compare-btn {
  position: absolute;
  right: 32px;
  width: 88px;
  line-height: 32px;
  text-align: center;
  cursor: pointer; }
  .compare-btn.add {
    color: #627AFF;
    background: rgba(98, 122, 255, 0.1); }
  .compare-btn.add:hover {
    color: #435CF6;
    background: rgba(98, 122, 255, 0.2); }
  .compare-btn.remove {
    background: #F0F0F0;
    color: #999; }
  .compare-btn.remove:hover {
    color: #666;
    background: #E6E6E6; }

.collect-btn {
  position: absolute;
  width: 60px;
  right: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  margin-right: 8px; }
  .collect-btn.add {
    color: #4252B2;
    background: #EFF1FF; }
  .collect-btn.add:hover {
    color: #4252B2;
    background: rgba(98, 122, 255, 0.2); }
  .collect-btn.remove {
    background: #F0F0F0;
    color: #999; }
  .collect-btn.remove:hover {
    color: #666;
    background: #E6E6E6; }

.share-btn {
  position: absolute;
  right: 188px;
  width: 60px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  margin-right: 8px;
  color: #627AFF;
  background: rgba(98, 122, 255, 0.1); }

.share-btn:hover {
  color: #435CF6;
  background: rgba(98, 122, 255, 0.2); }

.confirm-cancel-box {
  display: none;
  position: absolute;
  width: 272px;
  height: 148px;
  /* top:100px;
  left:300px; */
  padding: 16px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
  color: #FFFFFF; }
  .confirm-cancel-box .boxTitle {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    text-align: left; }
  .confirm-cancel-box .boxNotice {
    width: 240px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #FFFFFF;
    text-align: justify; }
  .confirm-cancel-box .boxButton {
    text-align: right; }
    .confirm-cancel-box .boxButton .confirmBtn {
      width: 88px;
      height: 32px;
      margin-right: 8px;
      line-height: 20px;
      border-radius: 20px;
      background-color: #f84e4b;
      text-align: center;
      color: #FFFFFF;
      font-size: 13px; }
      .confirm-cancel-box .boxButton .confirmBtn:hover {
        background-color: #F27977; }
    .confirm-cancel-box .boxButton .cancelBtn {
      width: 88px;
      height: 32px;
      line-height: 20px;
      border-radius: 20px;
      background-color: rgba(255, 255, 255, 0.9);
      text-align: center;
      color: #666666;
      font-size: 13px; }
      .confirm-cancel-box .boxButton .cancelBtn:hover {
        background-color: white; }
  .confirm-cancel-box:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 20%;
    top: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4c4c4c; }

.loading-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%); }
  .loading-icon img {
    width: 50px;
    height: 50px; }

.flex {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox; }

.fwrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

select::-ms-expand {
  display: none; }

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 14px; }

option::-ms-expand {
  display: none; }

option {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari 和 Chrome */
  appearance: none; }

/* --背景色字体颜色--*/
option:hover {
  color: #fff;
  background-color: #1E90FF; }

/*新增，增加几个全局的小图标*/
.iconpic,
.sicon {
  background-size: 100% auto;
  background-position: center center; }

.iconpic-brand-report {
  background-image: url(/img/pc/headicon/brand-report.png); }

.iconpic-data-chart {
  background-image: url(https://img.iimedia.cn/static/img/data/data-free.svg); }

.iconpic-industry-report {
  background-image: url(/img/pc/headicon/industry-report.png); }

.iconpic-market-report {
  background-image: url(/img/pc/headicon/market-report.png); }

.iconpic-public-opinion {
  background-image: url(/img/pc/headicon/public-opinion.png); }

.iconpic-topic {
  background-image: url(/img/pc/headicon/topic.png); }

.iconpic-pay-data {
  background-image: url(https://img.iimedia.cn/static/img/data/data-vip-pay.svg); }

.iconpic-tvip-data {
  background-image: url(https://img.iimedia.cn/static/img/data/data-tvip-free.svg); }

.iconpic-vip-data {
  background-image: url(https://img.iimedia.cn/static/img/data/data-vip-free.svg); }

.iconpic-msg {
  background-image: url(/img/pc/headicon/sicon-msg-active.png); }

.sicon-all {
  background-image: url(/img/pc/headicon/sicon-all-pre.png); }

.sicon-data {
  background-image: url(/img/pc/headicon/sicon-data-pre.png); }

.sicon-topic {
  background-image: url(/img/pc/headicon/sicon-topic-pre.png); }

.sicon-report {
  background-image: url(../img/pc/headicon/sicon-report-pre.png); }

.sicon-msg {
  background-image: url(../img/pc/headicon/sicon-msg-pre.png); }

.sicon-wrap:hover .sicon-all,
.s-active .sicon-all {
  background-image: url(../img/pc/headicon/sicon-all-active.png); }

.sicon-wrap:hover .sicon-data,
.s-active .sicon-data {
  background-image: url(../img/pc/headicon/sicon-data-active.png); }

.sicon-wrap:hover .sicon-topic,
.s-active .sicon-topic {
  background-image: url(../img/pc/headicon/sicon-topic-active.png); }

.sicon-wrap:hover .sicon-report,
.s-active .sicon-report {
  background-image: url(../img/pc/headicon/sicon-report-active.png); }

.sicon-wrap:hover .sicon-msg,
.s-active .sicon-msg {
  background-image: url(../img/pc/headicon/sicon-msg-active.png); }

.r-loading {
  position: relative;
  cursor: auto !important; }

.r-loading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
  z-index: 99; }

.r-loading::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/img/loading.gif) center no-repeat;
  z-index: 99; }

.text-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.n-loading {
  position: relative;
  cursor: auto !important; }

.n-loading::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 4px;
  vertical-align: middle;
  background: url(/img/r-loading.svg) center/cover no-repeat; }

.p-loading {
  position: relative;
  cursor: auto !important; }
  .p-loading::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    border: 2px solid #0B9625;
    border-right-color: transparent;
    border-radius: 50%;
    vertical-align: middle;
    animation: p-loading 0.65s linear infinite; }

@keyframes p-loading {
  100% {
    transform: rotate(1turn); } }
body {
  background: #F5F5F5; }

#content {
  min-height: 200px;
  width: 1186px;
  min-height: 872px;
  margin: 0 auto;
  background: #fff; }
  #content .hot-info {
    position: relative;
    padding: 0 64px; }
    #content .hot-info::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: url(/img/hi-bg.png) center top no-repeat;
      opacity: .2; }
    #content .hot-info .hot-info-hd {
      padding: 56px 0; }
      #content .hot-info .hot-info-hd .hih-title {
        line-height: 40px;
        text-align: center;
        font-size: 28px;
        font-weight: 700;
        color: #333; }
    #content .hot-info .hot-info-bd {
      padding: 8px 0 80px;
      font-size: 0; }
      #content .hot-info .hot-info-bd .hot-info-bd-l {
        display: inline-block;
        width: 692px;
        vertical-align: top; }
        #content .hot-info .hot-info-bd .hot-info-bd-l .h-common-title {
          line-height: 24px;
          font-size: 16px;
          font-weight: 700;
          color: #333; }
        #content .hot-info .hot-info-bd .hot-info-bd-l .h-common-list {
          margin: 16px 0 0;
          font-size: 0; }
          #content .hot-info .hot-info-bd .hot-info-bd-l .h-common-list .h-common-item {
            display: inline-block;
            margin-bottom: 40px;
            vertical-align: top;
            width: 326px;
            height: 319px;
            border: 1px solid #ececec;
            border-radius: 4px;
            box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1); }
            #content .hot-info .hot-info-bd .hot-info-bd-l .h-common-list .h-common-item .hci-hd {
              position: relative;
              width: 100%;
              height: 196px;
              overflow: hidden; }
              #content .hot-info .hot-info-bd .hot-info-bd-l .h-common-list .h-common-item .hci-hd .hci-hd-img {
                width: 100%;
                height: auto; }
              #content .hot-info .hot-info-bd .hot-info-bd-l .h-common-list .h-common-item .hci-hd .hci-hd-label {
                position: absolute;
                left: 0;
                bottom: 0;
                height: 28px;
                line-height: 28px;
                padding: 0 12px;
                font-size: 13px;
                color: #fff;
                background: #002423; }
            #content .hot-info .hot-info-bd .hot-info-bd-l .h-common-list .h-common-item .hci-bd {
              padding: 24px;
              border-top: 1px solid #ECECEC; }
              #content .hot-info .hot-info-bd .hot-info-bd-l .h-common-list .h-common-item .hci-bd .hci-bd-title {
                display: -webkit-box;
                height: 48px;
                line-height: 24px;
                font-size: 16px;
                font-weight: 700;
                color: #333;
                overflow: hidden;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                text-overflow: ellipsis; }
              #content .hot-info .hot-info-bd .hot-info-bd-l .h-common-list .h-common-item .hci-bd .hci-bd-time {
                margin: 4px 0 0;
                line-height: 23px;
                font-size: 13px;
                color: #666; }
            #content .hot-info .hot-info-bd .hot-info-bd-l .h-common-list .h-common-item:nth-child(even) {
              margin-left: 40px; }
        #content .hot-info .hot-info-bd .hot-info-bd-l .search-page-box {
          margin-top: 32px;
          width: 100%;
          height: 32px;
          position: relative; }
          #content .hot-info .hot-info-bd .hot-info-bd-l .search-page-box .page-action-box {
            position: absolute;
            left: 50%;
            top: 50%;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
            #content .hot-info .hot-info-bd .hot-info-bd-l .search-page-box .page-action-box .page-num-span {
              line-height: 20px;
              white-space: nowrap;
              color: #333;
              font-size: 14px; }
              #content .hot-info .hot-info-bd .hot-info-bd-l .search-page-box .page-action-box .page-num-span .current-page {
                font-weight: bold;
                margin-right: 8px; }
              #content .hot-info .hot-info-bd .hot-info-bd-l .search-page-box .page-action-box .page-num-span .total-page {
                margin-left: 8px; }
            #content .hot-info .hot-info-bd .hot-info-bd-l .search-page-box .page-action-box .page-button {
              cursor: pointer; }
              #content .hot-info .hot-info-bd .hot-info-bd-l .search-page-box .page-action-box .page-button.loading::after {
                content: '';
                width: 26px;
                height: 26px;
                background: url(../img/pc/test/search-loading.gif) no-repeat 0 0;
                background-size: 100% 100%;
                position: absolute;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
              #content .hot-info .hot-info-bd .hot-info-bd-l .search-page-box .page-action-box .page-button.loading .small-triangle {
                display: none; }
            #content .hot-info .hot-info-bd .hot-info-bd-l .search-page-box .page-action-box .prev-page-button {
              position: absolute;
              right: 100%;
              top: 50%;
              -webkit-transform: translate(-24px, -50%);
              -moz-transform: translate(-24px, -50%);
              -o-transform: translate(-24px, -50%);
              -moz-transform: translate(-24px, -50%);
              transform: translate(-24px, -50%);
              width: 32px;
              height: 32px;
              border-radius: 2px;
              background-color: white;
              text-align: center;
              border: 1px solid #d9d9d9; }
              #content .hot-info .hot-info-bd .hot-info-bd-l .search-page-box .page-action-box .prev-page-button.invalid .small-triangle {
                border-right-color: #999; }
              #content .hot-info .hot-info-bd .hot-info-bd-l .search-page-box .page-action-box .prev-page-button .small-triangle {
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                border: 5px solid transparent;
                border-right-color: #333;
                right: 50%;
                top: 50%;
                -webkit-transform: translate(25%, -50%);
                -moz-transform: translate(25%, -50%);
                -o-transform: translate(25%, -50%);
                -moz-transform: translate(25%, -50%);
                transform: translate(25%, -50%); }
            #content .hot-info .hot-info-bd .hot-info-bd-l .search-page-box .page-action-box .next-page-button {
              position: absolute;
              left: 100%;
              top: 50%;
              -webkit-transform: translate(24px, -50%);
              -moz-transform: translate(24px, -50%);
              -o-transform: translate(24px, -50%);
              -moz-transform: translate(24px, -50%);
              transform: translate(24px, -50%);
              width: 32px;
              height: 32px;
              border-radius: 2px;
              background-color: white;
              text-align: center;
              border: 1px solid #d9d9d9; }
              #content .hot-info .hot-info-bd .hot-info-bd-l .search-page-box .page-action-box .next-page-button.invalid .small-triangle {
                border-left-color: #999; }
              #content .hot-info .hot-info-bd .hot-info-bd-l .search-page-box .page-action-box .next-page-button .small-triangle {
                display: block;
                width: 0;
                height: 0;
                position: absolute;
                border: 5px solid transparent;
                border-left-color: #333;
                left: 50%;
                top: 50%;
                -webkit-transform: translate(-25%, -50%);
                -moz-transform: translate(-25%, -50%);
                -o-transform: translate(-25%, -50%);
                -moz-transform: translate(-25%, -50%);
                transform: translate(-25%, -50%); }
      #content .hot-info .hot-info-bd .hot-info-bd-r {
        display: inline-block;
        width: 326px;
        margin-left: 40px;
        vertical-align: top; }
        #content .hot-info .hot-info-bd .hot-info-bd-r .h-hot-title {
          line-height: 24px;
          font-size: 16px;
          font-weight: 700;
          color: #333; }
        #content .hot-info .hot-info-bd .hot-info-bd-r .h-hot-list {
          margin: 16px 0 0;
          font-size: 0; }
          #content .hot-info .hot-info-bd .hot-info-bd-r .h-hot-list .h-hot-item {
            position: relative;
            display: block;
            padding: 16px 8px 16px 0;
            border-bottom: 1px solid #E2E2E2;
            font-size: 0; }
            #content .hot-info .hot-info-bd .hot-info-bd-r .h-hot-list .h-hot-item .h-hot-item-l {
              display: inline-block;
              width: 120px;
              vertical-align: top; }
              #content .hot-info .hot-info-bd .hot-info-bd-r .h-hot-list .h-hot-item .h-hot-item-l .h-hot-item-img {
                width: 120px;
                height: 72px; }
            #content .hot-info .hot-info-bd .hot-info-bd-r .h-hot-list .h-hot-item .h-hot-item-r {
              display: inline-block;
              width: 182px;
              vertical-align: top;
              margin-left: 16px; }
              #content .hot-info .hot-info-bd .hot-info-bd-r .h-hot-list .h-hot-item .h-hot-item-r .h-hot-item-title {
                display: -webkit-box;
                line-height: 21px;
                font-size: 13px;
                font-weight: 700;
                color: #333;
                overflow: hidden;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                text-overflow: ellipsis; }
            #content .hot-info .hot-info-bd .hot-info-bd-r .h-hot-list .h-hot-item:first-child {
              border-top: 1px solid #E2E2E2; }
            #content .hot-info .hot-info-bd .hot-info-bd-r .h-hot-list .h-hot-item:hover {
              padding-left: 8px;
              padding-right: 0;
              -webkit-transition: .3s all;
              -o-transition: .3s all;
              transition: .3s all; }
              #content .hot-info .hot-info-bd .hot-info-bd-r .h-hot-list .h-hot-item:hover .h-hot-item-title {
                color: #077D1D; }
              #content .hot-info .hot-info-bd .hot-info-bd-r .h-hot-list .h-hot-item:hover:before {
                content: "";
                position: absolute;
                top: 16px;
                left: 0;
                width: 2px;
                height: 72px;
                background: #077D1D; }
  #content .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #787878; }
  #content .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #a0a0a0; }
  #content .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  #content .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #a0a0a0; }

/*# sourceMappingURL=hot-info.css.map */
</pre></body></html>