<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/*ad*/
.ad01 {
  width: 780px;
  height: 70px;
  margin-bottom: 40px;
}
.ad02 {
  width: 780px;
  height: 70px;
  margin: 10px 0 35px;
}
.ad03 {
  width: 360px;
  height: 70px;
  margin-bottom: 40px;
}
.ad04 {
  width: 1200px;
  height: 80px;
  margin-bottom: 30px;
}
.ad05 {
  width: 1200px;
  margin-bottom: 5px;
  margin-top: 5px;
}

/*content*/
.content_left { margin-right: 60px;}
.content_right { width: 360px;}

/*业态导航栏*/
.zx_nav {
  width: 100%;
  height: 50px;
  margin-bottom: 40px;
  background-color: #00bbbe;
}
.zx_nav&gt;li { 
  float: left;
  width: 12.28%;
}
.zx_nav&gt;li&gt;a {
  display: block;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #00bbbe;
}
.zx_nav&gt;li&gt;a:hover { background-color: #00a9ac;}
  /*白色样式*/
  .fixed_nav { height: 90px;}
  .zx_nav.white { 
    border: 1px solid #eee;
    position: relative;
  }
  .zx_nav.white.fixed {
    position: fixed;
    width: 780px;
    z-index: 50;
    top: 134px;
    background-color: #fff;
  }
  .zx_nav.white.item-08&gt;li { width: 12.5%;} /*8个项目*/
  .zx_nav.white.item-03&gt;li { width: 33.3%;} /*3个项目*/
  .zx_nav.white.item-04&gt;li { width: 25%;} /*4个项目*/
  .zx_nav.white&gt;li&gt;a {
    line-height: 48px;
    color: #00bbbe;
    background-color: #fff;
  }
  .zx_nav.white&gt;li.active&gt;a,
  .zx_nav.white&gt;li&gt;a:hover {
    background-color: #00bbbe;
    color: #fff;
  }

/*联商独家*/
.dujia&gt;header&gt;h1 {
  font-size: 0;
  padding-top: 9px;
  line-height: 26px;
}
  .dujia-01 { margin-bottom: 16px;}
  .dujia-01&gt;h2 { margin: 0!important; }
  .dujia-01&gt;h2&gt;a {
    font-size: 28px;
    line-height: 48px;
  }
  .dujia-01&gt;dl { 
    font-size: 0;
    line-height: 38px;
    height: 44px;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: 6px;
  }
  .dujia-01&gt;dl&gt;dd {
    display: inline;
    font-size: 18px;
  }
  .dujia-01&gt;dl&gt;dd&gt;a { display: inline;}
  .dujia-01&gt;dl&gt;dd+dd:before {
    content: '|';
    display: inline;
    margin: 0 5px;
    font-size: 18px;
    color: #404040;
  }

  .dujia-02 .row&gt;.news_list {
    width: 370px;
    float: left;
  }
  .dujia-02 .row&gt;.news_list+.news_list { margin-left: 40px;}

/*资讯列表*/
.tab_pane { display: none;}
.tab_pane.active { display: block;}

.zixun_pane&gt;section {overflow: auto;}
.zixun_pane .box { margin-bottom: 25px;}
  .zixun_pane .box .img_link,
  .zixun_pane .box .img_link&gt;img {
    width: 170px;
    height: 110px;
  }
  .zixun_pane .box .img_link {
    float: left;
    margin-right: 45px;
    position: relative;
    overflow: hidden;
  }
  /*图片定位，放大时保持居中，动画*/
  .zixun_pane .box .img_link&gt;img {
    position: absolute;
    transform: scale(1);
    -webkit-transition: transform 1s ease;
       -moz-transition: transform 1s ease;
            transition: transform 1s ease;
  }
  /*鼠标移上去变大*/
  .zixun_pane .box .img_link:hover img { transform: scale(1.1);}
  .zixun_pane .box .text { width: 780px;}
  .zixun_pane .box .text&gt;h2 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .zixun_pane .box .text&gt;h2&gt;a { display: inline;}
  .zixun_pane .box .text&gt;p {
    font-size: 14px;
    line-height: 20px;
    color: #888;
    margin-bottom: 30px;
  }
  .zixun_pane .labels { 
    height: 22px;
    font-size: 0;
    overflow: hidden;
  }
  .zixun_pane .labels .label_border+.label_border { margin-left: 10px;}
  .zixun_pane .labels .label_border .author_img {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
  .zixun_pane .labels .time {
    font-size: 12px;
    color: #b7b7b7;
    margin-left: 20px;
  }
  
  .kg { color: #00bbbe;}
  .kr {
    font-weight: bold;
    color: #ec4445;
  }

/*数据模块*/
.border_module.shju { margin-bottom: 30px;}

.border_module { margin-bottom: 20px;}

/*news_list.html 加载更多按钮*/
.add-btn {
  width: 100%;
  height: 44px;
  margin-top: 5px;
  margin-bottom: 60px;
  font-size: 16px;
  color: #b3b3b3;
  background-color: #eee;
}</pre></body></html>