@charset "UTF-8";
/*首页*/
.box-shadow {
  -webkit-box-shadow: 0 0 10px #e6e6e6;
  -moz-box-shadow: 0 0 10px #e6e6e6;
  box-shadow: 0 0 10px #e6e6e6; }

.ellipsis-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }

.ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; }

.nav {
  height: 40px;
  border-top: 3px solid #ff8400;
  background: #fff; }
  .nav li {
    width: 110px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    margin-right: 40px;
    font-size: 18px; }
    .nav li.on, .nav li:hover {
      background: #ff8400; }
      .nav li.on a, .nav li:hover a {
        color: #fff; }

.dian {
  width: 4px;
  height: 4px;
  background: #bfbfbf; }

.crumbs {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #333333; }
  .crumbs a {
    color: #333333; }
  .crumbs span {
    margin: 0 10px; }

.pages-box {
  text-align: center;
  /*.pages{
    display: inline-block;
    width:auto;
    margin:20px auto;
    span{
      color:#ff7800;
      height:32px;
      line-height: 32px;
      &.all{
        margin-left: 40px;
      }
    }
      li{
        margin:0 5px;
        &.on{
          a{
            background: #ffbc1b;
            color: #fff;
          }
        }
        a{
          display: block;
          min-width:32px;
          height:32px;
          line-height: 32px;
          text-align: center;
          border-radius: 3px;
          &:hover{
            background: #ffbc1b;
            color: #fff;
          }
        }
      }
  }*/ }
  .pages-box .pages {
    display: inline-block;
    width: auto;
    margin: 20px auto; }
    .pages-box .pages span {
      color: #ff7800;
      height: 32px;
      line-height: 32px; }
      .pages-box .pages span.all {
        margin-left: 40px; }
    .pages-box .pages li {
      margin: 0 5px;
      display: inline-table; }
      .pages-box .pages li.on a {
        background: #ffbc1b;
        color: #fff; }
      .pages-box .pages li.thisclass a {
        background: #ffbc1b;
        color: #fff; }
      .pages-box .pages li a {
        padding: 3px 5px;
        text-align: center;
        border-radius: 3px; }
        .pages-box .pages li a:hover {
          background: #ffbc1b;
          color: #fff; }

a {
  color: #333; }
  a:hover {
    color: #ff6600; }
  a img {
    width: 100%; }

.hot {
  background: #fff;
  padding: 0 20px; }
  .hot .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin: 20px 0 13px 0; }
  .hot ol li {
    line-height: 36px; }
    .hot ol li .num {
      margin: 11px 10px 0 0;
      width: 16px;
      height: 16px;
      line-height: 16px;
      color: #fff;
      background: #ccc;
      text-align: center;
      font-size: 12px; }
      .hot ol li .num.top3 {
        background: #ff8400; }
    .hot ol li a {
      font-size: 14px; }

.title-1 {
  border-bottom: 2px solid #999999;
  padding: 0 10px; }
  .title-1 h3 {
    font-size: 28px;
    line-height: 52px; }
  .title-1 .links {
    margin-top: 18px; }
    .title-1 .links a {
      font-size: 16px; }
    .title-1 .links span {
      width: 8px;
      height: 14px;
      background: url("../images/index/img-2.png") no-repeat center;
      margin: 6px 12px 0; }

.title-2 {
  margin: 18px 0; }
  .title-2 h4 {
    color: #008bfe;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    padding-left: 12px;
    border-left: 6px solid #008bfe; }
  .title-2 a {
    font-size: 14px;
    color: #666666; }
    .title-2 a:hover {
      color: #ff6600; }

.guess {
  padding: 0 10px;
  margin: 10px auto;
  background: #fff; }
  .guess .title-1 h3 {
    font-size: 20px; }
  .guess .links {
    line-height: 60px; }
    .guess .links a {
      color: #666;
      margin: 0 16px; }
      .guess .links a:hover {
        color: #ff6600; }

.guess-side {
  border-top: 4px solid #008bfe; }
  .guess-side .title {
    color: #008bfe; }
  .guess-side a {
    line-height: 46px;
    margin-right: 20px; }

.ad {
  margin: 10px auto; }
  .ad img {
    width: 100%; }

.mask {
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 187px;
  width: 100%;
  background-image: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%);
  background-image: linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 100%); }

.w810 {
  width: 890px; }

.w890 {
  width: 890px; }

.w300 {
  width: 300px; }

.w380 {
  width: 300px; }

.hotLabel {
  background: #fff;
  margin-top: 10px;
  padding-right: 20px; }
  .hotLabel h5 {
    margin: 30px 0 30px 20px;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    color: #fb544e;
    font-weight: bold;
    padding-left: 10px;
    border-left: 6px solid #fb544e; }
  .hotLabel .links a {
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #666;
    background: #f1f1f1;
    border-radius: 12px;
    margin-left: 20px;
    margin-bottom: 20px; }
    .hotLabel .links a:hover {
      color: #fff;
      background: #ff6600; }

.index .box {
  padding: 0 10px;
  background: #fff;
  }
  .index .box .img {
    width: 258px;
    height: 158px;
    margin: 0 6px;
    border: 1px solid #ddd;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; }
    .index .box .img .mask {
      height: 80px; }
    .index .box .img:hover {
      transform: scale(1.05); }
    .index .box .img.img-3 a {
      background: url("../images/index/img-3.jpg") no-repeat center; }
    .index .box .img.img-4 {
      margin: 0 14px; }
      .index .box .img.img-4 a {
        background: url("../images/index/img-4.jpg") no-repeat center; }
    .index .box .img.img-5 a {
      background: url("../images/index/img-5.jpg") no-repeat center; }
    .index .box .img a {
      width: 100%;
      height: 100%;
      display: block; }
    .index .box .img p {
      position: absolute;
      top: 120px;
      left: 20px;
      font-size: 18px;
      color: #fff;
      text-align: center;
      width: 220px;
      z-index: 2; }
  .index .box .pannel .pannel-img {
    border: 1px solid #ddd; }
    .index .box .pannel .pannel-img img {
      width: 100%;
      height: 100%; }
  .index .box .pannel h5, .index .box .pannel p {
    text-align: justify;
    margin-left: 16px; }
  .index .box .pannel h5 {
    font-size: 18px;
    line-height: 30px;
    height: 60px; }
  .index .box .pannel p {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    height: 96px;
    margin-top: 12px; }
  .index .box ul li {
    line-height: 56px;
    border-bottom: 1px solid #eee; }
    .index .box ul li .dian {
      margin: 26px 12px 0 4px; }
    .index .box ul li a {
      max-width: 700px; }
    .index .box ul li span {
      color: #999999; }
.index .tabs-box .hd {
  padding: 0 10px;
  margin-top: 10px; }
  .index .tabs-box .hd li {
    font-size: 20px;
    line-height: 40px;
    cursor: pointer; }
    .index .tabs-box .hd li.on, .index .tabs-box .hd li:hover {
      color: #008bfe; }
  .index .tabs-box .hd span {
    height: 20px;
    border-left: 1px solid #999;
    margin: 10px 15px 0; }
  .index .tabs-box .hd a {
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    background: #ffbc1b;
    border-radius: 4px;
    color: #fff; }
.index .tabs-box .bd > li ul li {
  width: 380px;
  margin: 0 20px; }
  .index .tabs-box .bd > li ul li .label {
    color: #999999; }
.index .right {
  width: 330px;
  padding: 0 20px; }
  .index .right .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin: 20px 0 13px 0; }
  .index .right ol li {
    line-height: 36px; }
    .index .right ol li .num {
      margin: 11px 10px 0 0;
      width: 16px;
      height: 16px;
      line-height: 16px;
      color: #fff;
      background: #ccc;
      text-align: center;
      font-size: 12px; }
      .index .right ol li .num.top3 {
        background: #ff8400; }
    .index .right ol li a {
      font-size: 14px; }
.index .ad-1, .index .ad-3 {
  width: 1200px;
  margin: 10px auto; }
  .index .ad-1 img, .index .ad-3 img {
    width: 100%; }
.index .area-1 {
  margin: 10px auto; }
  .index .area-1 .activity {
    width: 260px;
    height: 392px;
    background: #fff;
    padding: 0 10px; }
    .index .area-1 .activity h4 {
      height: 54px;
      border-bottom: 1px solid #eeeeee;
      background: url("../images/index/img-1.png") no-repeat left center; }
    .index .area-1 .activity .ad-2 {
      margin-top: 10px; }
  .index .area-1 .banner-box {
    width: 930px;
    height: 392px;
    background: #fff; }
    .index .area-1 .banner-box .banner {
      width: 516px;
      height: 350px;
      border: 1px solid #dddddd;
      margin: 21px 0 0 10px;
      position: relative; }
      .index .area-1 .banner-box .banner .bannerList {
        position: absolute;
        bottom: 18px;
        left: 14px; }
        .index .area-1 .banner-box .banner .bannerList:hover span {
          margin-right: 12px;
          transform: scale(1.1);
          transition: all .3s ease-in-out; }
        .index .area-1 .banner-box .banner .bannerList span {
          display: inline-block;
          width: 36px;
          height: 4px;
          background: #666666;
          margin-right: 6px;
          cursor: pointer; }
          .index .area-1 .banner-box .banner .bannerList span.on {
            background: #fff;
            height: 6px; }
      .index .area-1 .banner-box .banner .bannerContent {
        width: 100%;
        height: 100%; }
        .index .area-1 .banner-box .banner .bannerContent li {
          width: 100%;
          height: 100%;
          position: relative; }
          .index .area-1 .banner-box .banner .bannerContent li p {
            position: absolute;
            font-size: 24px;
            padding-left: 14px;
            color: #fff;
            bottom: 40px;
            width: 480px;
            z-index: 2; }
            .index .area-1 .banner-box .banner .bannerContent li p a {
              color: #fff; }
      .index .area-1 .banner-box .banner .carouselPrev, .index .area-1 .banner-box .banner .carouselNext {
        position: absolute;
        display: block;
        top: 50%;
        z-index: 2;
        cursor: pointer;
        margin-top: -34px;
        width: 60px;
        height: 50px;
        background: rgba(0, 0, 0, 0.6);
        text-align: center;
        line-height: 50px;
        color: #fff;
        font-size: 30px;
        font-family: "宋体"; }
      .index .area-1 .banner-box .banner .carouselPrev {
        left: 0; }
      .index .area-1 .banner-box .banner .carouselNext {
        right: 0; }
    .index .area-1 .banner-box .headline {
      width: 360px;
      margin: 21px 0 0 22px; }
      .index .area-1 .banner-box .headline h4 {
        height: 30px;
        position: relative; }
        .index .area-1 .banner-box .headline h4 span {
          width: 98px;
          height: 28px;
          line-height: 28px;
          border: 1px solid #febead;
          background: #fef2ef;
          border-radius: 5px;
          color: #ff653c;
          font-weight: bold;
          text-align: center;
          position: absolute;
          z-index: 1; }
        .index .area-1 .banner-box .headline h4 .line {
          border-bottom: 1px solid #eee;
          margin-top: 15px; }
      .index .area-1 .banner-box .headline .top h5 {
        margin-top: 10px; }
        .index .area-1 .banner-box .headline .top h5 a {
          font-size: 18px;
          line-height: 40px;
          height: 40px; }
      .index .area-1 .banner-box .headline .top p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        text-align: justify;
        color: #999999; }
      .index .area-1 .banner-box .headline ul {
        border-top: 1px solid #eeeeee;
        margin-top: 14px;
        padding-top: 10px; }
        .index .area-1 .banner-box .headline ul li {
          line-height: 36px; }
          .index .area-1 .banner-box .headline ul li .dian {
            margin: 16px 14px 0 0; }
.index .area-2 {
  padding: 12px 10px 0;
  background: #fff; }
  .index .area-2 .area-2-right {
    width: 330px;
    border: 1px solid #eee;
    margin-top: 20px;
    position: relative; }
    .index .area-2 .area-2-right .hd {
      position: absolute;
      top: 0;
      width: 100%; }
      .index .area-2 .area-2-right .hd li {
        width: 50%;
        border: 1px solid #eee;
        font-size: 20px;
        text-align: center;
        line-height: 60px;
        height: 60px;
        cursor: pointer; }
        .index .area-2 .area-2-right .hd li.on {
          border-top: 4px solid #ff6600;
          border-right: none;
          border-bottom: none;
          border-left: none;
          font-weight: bold;
          color: #ff6600; }
    .index .area-2 .area-2-right .bd {
      padding: 0 18px;
      margin-top: 75px; }
      .index .area-2 .area-2-right .bd > li ol > li {
        line-height: 30px;
        font-size: 14px; }
        .index .area-2 .area-2-right .bd > li ol > li.top {
          position: relative;
          border-bottom: 1px dotted #ddd;
          padding-bottom: 15px; }
          .index .area-2 .area-2-right .bd > li ol > li.top h5 {
            font-size: 18px;
            line-height: 22px;
            font-weight: bold;
            padding-left: 39px;
            width: 214px;
            margin-bottom: 5px; }
          .index .area-2 .area-2-right .bd > li ol > li.top p {
            font-size: 14px;
            padding-left: 24px;
            width: 240px;
            color: #666;
            line-height: 24px;
            text-align: justify; }
          .index .area-2 .area-2-right .bd > li ol > li.top .img-13 {
            width: 24px;
            height: 22px;
            background: url("../images/index/img-13.png") no-repeat center;
            position: absolute;
            left: 0;
            top: 0; }
          .index .area-2 .area-2-right .bd > li ol > li.top .img-14 {
            width: 24px;
            height: 22px;
            background: url("../images/index/img-14.png") no-repeat center;
            position: absolute;
            right: 0;
            bottom: 15px; }
  .index .area-2 .box .pannel .pannel-img {
    width: 248px;
    height: 158px;
    overflow: hidden; }
  .index .area-2 .box .pannel h5, .index .area-2 .box .pannel p {
    width: 294px; }
  .index .area-2 .box ul.area-2-1 li a {
    max-width: 700px; }
  .index .area-2 .box ul li a {
    max-width: 470px; }
.index .area-3 {
  padding: 12px 10px 0;
  margin-top: 10px;
  background: #fff; }
  .index .area-3 .box .pannel .pannel-img {
    width: 158px;
    height: 158px;
    overflow: hidden; }
  .index .area-3 .box .pannel h5, .index .area-3 .box .pannel p {
    width: 184px; }
  .index .area-3 .box ul li a {
    max-width: 270px; }
.index .area-4 .hot {
  border-top: 4px solid #ff8400; }
  .index .area-4 .hot .title {
    color: #ff6600; }
.index .area-5 {
  margin-top: 10px; }
  .index .area-5 .right {
    border-top: 4px solid #008bfe; }
    .index .area-5 .right .title {
      color: #008bfe; }
    .index .area-5 .right .dian {
      margin: 16px 12px 0 0; }

.detail .ad-1 {
  width: 1200px;
  height: 80px;
  margin: 10px auto 0; }
  .detail .ad-1 img {
    width: 100%; }
.detail .main {
  padding: 0 40px;
  background: #fff;
  position: relative; }
  .detail .main .img-1 {
    width: 40px;
    height: 40px;
    background: url("../images/detail/img-1.jpg") no-repeat center;
    position: absolute;
    right: 0; }
    .detail .main .img-1.on {
      width: 188px;
      height: 224px;
      background: #fff; }
      .detail .main .img-1.on p {
        padding: 0 20px;
        font-size: 12px;
        line-height: 22px;
        margin-top: 16px;
        text-align: justify; }
        .detail .main .img-1.on p span {
          color: #fb544e; }
      .detail .main .img-1.on h6 {
        text-align: center;
        margin: 20px 0; }
        .detail .main .img-1.on h6 img {
          display: inline-block;
          width: 134px;
          height: 134px; }
  .detail .main h2 {
    font-size: 30px;
    text-align: justify;
    line-height: 40px;
    margin-top: 40px; }
  .detail .main .date {
    font-size: 14px;
    line-height: 74px;
    color: #999; }
  .detail .main .recommend {
    width: 730px;
    height: 120px;
    background: url("../images/detail/img-2.png") no-repeat center; }
    .detail .main .recommend .links {
      margin-top: 42px; }
      .detail .main .recommend .links a {
        width: 314px;
        color: #008bfe;
        font-size: 14px;
        line-height: 32px;
        margin-left: 30px; }
  .detail .main .share {
    /* position: absolute;
     left: 40px;
     top:308px;
     width: 46px;
     &>div{
       border-bottom: 1px solid #ddd;
       text-align: center;
       &.title{
         font-size: 14px;
       }
       img{
         display: block;
         width: 30px;
         height:30px;
         margin:12px auto 0;
       }
       a{
         font-size: 12px;
       }
     }*/
    text-align: center; }
    .detail .main .share .bdsharebuttonbox {
      display: inline-block; }
      .detail .main .share .bdsharebuttonbox .title {
        display: inline-block; }
      .detail .main .share .bdsharebuttonbox .inner {
        display: inline-block;
        margin-left: 10px;
        vertical-align: middle; }
  .detail .main .content {
    margin-top: 16px; }
    .detail .main .content .abstract {
      border-top: 1px dashed #e6e6e6;
      border-bottom: 1px dashed #e6e6e6;
      color: #666;
      line-height: 24px;
      font-size: 14px;
      padding: 16px 0;
      text-align: justify; }
      .detail .main .content .abstract span {
        color: #333; }
    .detail .main .content .img-3 {
      margin-top: 20px; }
      .detail .main .content .img-3 img {
        width: 100%; }
    .detail .main .content .img-title {
      font-size: 14px;
      text-align: center;
      line-height: 42px; }
    .detail .main .content p {
      line-height: 34px;
      margin-bottom: 34px;
      text-indent: 32px;
      text-align: justify; }
  .detail .main .siblings {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; }
    .detail .main .siblings div {
      line-height: 54px; }
      .detail .main .siblings div span {
        margin-right: 16px; }
      .detail .main .siblings div a {
        line-height: 54px;
        width: 290px; }
  .detail .main .ad-2 {
    height: 80px;
    margin-top: 20px; }
    .detail .main .ad-2 img {
      width: 100%; }
  .detail .main .statement {
    margin-top: 16px; }
    .detail .main .statement h6 {
      line-height: 32px;
      font-size: 16px; }
    .detail .main .statement p {
      color: #666;
      line-height: 24px;
      text-align: justify; }
      .detail .main .statement p span {
        color: #008bfe; }
  .detail .main .url {
    margin: 24px 0; }
    .detail .main .url a {
      color: #008bfe;
      margin-left: 30px; }
.detail .relative {
  margin-top: 10px;
  background: #fff;
  margin-bottom: 30px; }
  .detail .relative .title-2 {
    padding-left: 40px; }
  .detail .relative ul li {
    line-height: 56px;
    margin: 0 12px 0 28px;
    width: 392px;
    border-bottom: 1px solid #eee; }
    .detail .relative ul li .dian {
      margin: 26px 12px 0 4px; }
    .detail .relative ul li a {
      max-width: 372px; }
    .detail .relative ul li span {
      color: #999999; }
.detail .ad-3, .detail .ad-4, .detail .ad-5 {
  margin-bottom: 10px; }
  .detail .ad-3 img, .detail .ad-4 img, .detail .ad-5 img {
    width: 100%; }
.detail .calculate {
  padding: 0 10px;
  background: #fff; }
  .detail .calculate h5 {
    height: 56px;
    margin-bottom: 24px;
    background: url("../images/detail/img-4.png") no-repeat left 18px;
    border-bottom: 1px solid #eee; }
  .detail .calculate .line {
    margin-bottom: 16px; }
    .detail .calculate .line > span {
      width: 82px;
      margin-left: 10px;
      line-height: 46px;
      color: #999; }
    .detail .calculate .line > div {
      width: 186px;
      height: 46px;
      border: 1px solid #bfbfbf;
      padding: 0 16px; }
      .detail .calculate .line > div > span, .detail .calculate .line > div input {
        width: 120px;
        height: 44px;
        line-height: 44px;
        border: none;
        outline: none; }
      .detail .calculate .line > div b {
        font-weight: normal;
        color: #666;
        line-height: 44px; }
        .detail .calculate .line > div b.down {
          border-top: 8px solid #666;
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          margin-top: 19px; }
    .detail .calculate .line.total > div {
      border: none;
      border-bottom: 1px solid #bfbfbf; }
  .detail .calculate .btn {
    display: block;
    width: 240px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin: 30px auto;
    background: #ffbc1b;
    border-radius: 4px; }
.detail .hot {
  margin: 10px 0;
  border-top: 4px solid #ff8400; }
  .detail .hot .title {
    color: #ff6600; }
  .detail .hot.recommend {
    border-top: 4px solid #008bfe; }
    .detail .hot.recommend .dian {
      margin: 16px 12px 0 0; }
    .detail .hot.recommend .title {
      color: #008bfe; }

.businessNews .banner-box {
  height: 392px;
  background: #fff; }
  .businessNews .banner-box .banner {
    width: 516px;
    height: 350px;
    border: 1px solid #dddddd;
    margin: 21px 0 0 10px;
    position: relative;
    background: url("../images/businessNews/banner-1.jpg") no-repeat center; }
    .businessNews .banner-box .banner p {
      position: absolute;
      font-size: 24px;
      padding-left: 14px;
      color: #fff;
      bottom: 40px;
      width: 480px;
      z-index: 2; }
  .businessNews .banner-box .headline {
    width: 630px;
    margin: 21px 0 0 22px; }
    .businessNews .banner-box .headline h4 {
      height: 30px;
      position: relative; }
      .businessNews .banner-box .headline h4 span {
        width: 98px;
        height: 28px;
        line-height: 28px;
        border: 1px solid #febead;
        background: #fef2ef;
        border-radius: 5px;
        color: #ff653c;
        font-weight: bold;
        text-align: center;
        position: absolute;
        z-index: 1; }
      .businessNews .banner-box .headline h4 .line {
        border-bottom: 1px solid #eee;
        margin-top: 15px; }
    .businessNews .banner-box .headline .news {
      padding-bottom: 10px;
      border-top: 1px solid #eeeeee; }
      .businessNews .banner-box .headline .news h5 {
        margin-top: 10px;
        font-weight: bold; }
        .businessNews .banner-box .headline .news h5 a {
          font-size: 18px;
          line-height: 40px;
          height: 40px; }
      .businessNews .banner-box .headline .news p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        text-align: justify;
        color: #999999; }
      .businessNews .banner-box .headline .news ul.list-2 {
        padding-top: 10px; }
        .businessNews .banner-box .headline .news ul.list-2 li {
          line-height: 36px; }
          .businessNews .banner-box .headline .news ul.list-2 li .dian {
            margin: 16px 14px 0 0; }
          .businessNews .banner-box .headline .news ul.list-2 li span {
            color: #999; }
      .businessNews .banner-box .headline .news ul.list-1 li {
        line-height: 36px;
        margin-right: 20px; }
        .businessNews .banner-box .headline .news ul.list-1 li .dian {
          margin: 16px 14px 0 0; }
        .businessNews .banner-box .headline .news ul.list-1 li a {
          width: 276px; }
.businessNews .main {
  background: #fff;
  padding: 0 20px 0 10px;
  margin-top: 10px; }
  .businessNews .main .pannel {
    margin-top: 22px; }
    .businessNews .main .pannel .pannel-img {
      border: 1px solid #ddd;
      width: 248px;
      height: 158px;
      overflow: hidden; }
      .businessNews .main .pannel .pannel-img img {
        width: 100%;
        height: 100%; }
    .businessNews .main .pannel h5, .businessNews .main .pannel p {
      text-align: justify;
      margin-left: 16px;
      width: 498px; }
    .businessNews .main .pannel h5 {
      font-size: 18px;
      line-height: 30px; }
    .businessNews .main .pannel p {
      font-size: 14px;
      color: #999999;
      line-height: 24px;
      height: 96px;
      margin-top: 12px; }
  .businessNews .main ul li {
    line-height: 60px;
    border-bottom: 1px solid #eee; }
    .businessNews .main ul li .dian {
      margin: 26px 12px 0 4px; }
    .businessNews .main ul li a {
      max-width: 700px; }
    .businessNews .main ul li span {
      color: #999999; }
.businessNews .hot {
  margin-top: 10px;
  border-top: 4px solid #ff8400; }
  .businessNews .hot .title {
    color: #ff6600; }
  .businessNews .hot.question {
    border-top: 4px solid #fb544e; }
    .businessNews .hot.question .title {
      color: #fb544e; }
  .businessNews .hot .dian {
    margin: 16px 12px 0 0; }
.businessNews .ad-box {
  height: 376px;
  margin-top: 10px;
  padding: 0 20px;
  background: #4f9ced;
  background-image: -webkit-linear-gradient(top, #4fd4ed 50%, #4f9ced 100%);
  background-image: -o-linear-gradient(top, #4fd4ed 50%, #4f9ced 100%);
  background-image: -mz-linear-gradient(top, #4fd4ed 50%, #4f9ced 100%);
  background-image: linear-gradient(top, #4fd4ed 50%, #4f9ced 100%); }
  .businessNews .ad-box h5 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 24px; }
  .businessNews .ad-box .businessNews-banner {
    width: 260px;
    height: 210px;
    margin-top: 20px;
    position: relative; }
    .businessNews .ad-box .businessNews-banner .bannerList {
      position: absolute;
      bottom: -26px;
      left: 50%;
      margin-left: -20px; }
      .businessNews .ad-box .businessNews-banner .bannerList:hover span {
        margin-right: 12px;
        transform: scale(1.1);
        transition: all .3s ease-in-out; }
      .businessNews .ad-box .businessNews-banner .bannerList span {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        margin: 0 6px; }
        .businessNews .ad-box .businessNews-banner .bannerList span.on {
          width: 26px;
          height: 6px;
          background: white;
          border-radius: 2px; }
    .businessNews .ad-box .businessNews-banner .bannerContent {
      width: 100%;
      height: 100%; }
      .businessNews .ad-box .businessNews-banner .bannerContent li {
        width: 100%;
        height: 100%;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
  .businessNews .ad-box .link {
    margin-top: 270px; }
    .businessNews .ad-box .link a {
      color: #c3e1ff;
      display: inline-block;
      text-align: center;
      width: 148px; }
    .businessNews .ad-box .link span {
      width: 4px;
      height: 4px;
      background: #94caff;
      border-radius: 1px;
      margin-top: 12px; }
    .businessNews .ad-box .link b {
      width: 46px;
      border-bottom: 1px solid #94caff;
      margin: 14px 3px 0; }

.hotNews .headline {
  background: #fff;
  padding: 0 20px; }
  .hotNews .headline h4 {
    height: 30px;
    position: relative;
    margin-top: 20px; }
    .hotNews .headline h4 span {
      width: 98px;
      height: 28px;
      line-height: 28px;
      border: 1px solid #febead;
      background: #fef2ef;
      border-radius: 5px;
      color: #ff653c;
      font-weight: bold;
      text-align: center;
      position: absolute;
      z-index: 1; }
    .hotNews .headline h4 .line {
      border-bottom: 1px solid #eee;
      margin-top: 15px; }
  .hotNews .headline .news {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee; }
    .hotNews .headline .news h5 {
      margin-top: 10px;
      font-weight: bold; }
      .hotNews .headline .news h5 a {
        font-size: 18px;
        line-height: 40px;
        height: 40px; }
    .hotNews .headline .news p {
      font-size: 14px;
      line-height: 24px;
      height: 48px;
      text-align: justify;
      color: #999999; }
    .hotNews .headline .news ul.list-2 {
      padding-top: 10px; }
      .hotNews .headline .news ul.list-2 li {
        line-height: 36px;
        width: 402px;
        margin-right: 20px; }
        .hotNews .headline .news ul.list-2 li .dian {
          margin: 16px 14px 0 0; }
        .hotNews .headline .news ul.list-2 li span {
          color: #999; }
    .hotNews .headline .news ul.list-1 li {
      line-height: 36px;
      margin-right: 20px; }
      .hotNews .headline .news ul.list-1 li .dian {
        margin: 16px 14px 0 0; }
      .hotNews .headline .news ul.list-1 li a {
        width: 340px; }
.hotNews .hotLabel {
  margin-top: 0; }
.hotNews .hot {
  margin-top: 10px;
  border-top: 4px solid #ff8400; }
  .hotNews .hot .title {
    color: #ff6600; }
.hotNews .ad-box {
  height: 376px;
  margin-top: 10px;
  padding: 0 20px;
  background: #4fa1ed;
  background-image: -webkit-linear-gradient(top, #4fd4ed 50%, #4f9ced 100%);
  background-image: -o-linear-gradient(top, #4fd4ed 50%, #4f9ced 100%);
  background-image: -mz-linear-gradient(top, #4fd4ed 50%, #4f9ced 100%);
  background-image: linear-gradient(top, #4fd4ed 50%, #4f9ced 100%); }
  .hotNews .ad-box h5 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 24px; }
  .hotNews .ad-box .businessNews-banner {
    width: 260px;
    height: 210px;
    margin-top: 20px;
    position: relative; }
    .hotNews .ad-box .businessNews-banner .bannerList {
      position: absolute;
      bottom: -26px;
      left: 50%;
      margin-left: -20px; }
      .hotNews .ad-box .businessNews-banner .bannerList:hover span {
        margin-right: 12px;
        transform: scale(1.1);
        transition: all .3s ease-in-out; }
      .hotNews .ad-box .businessNews-banner .bannerList span {
        display: inline-block;
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        margin: 0 6px; }
        .hotNews .ad-box .businessNews-banner .bannerList span.on {
          width: 26px;
          height: 6px;
          background: white;
          border-radius: 2px; }
    .hotNews .ad-box .businessNews-banner .bannerContent {
      width: 100%;
      height: 100%; }
      .hotNews .ad-box .businessNews-banner .bannerContent li {
        width: 100%;
        height: 100%;
        position: relative;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; }
  .hotNews .ad-box .link {
    margin-top: 270px; }
    .hotNews .ad-box .link a {
      color: #c3e1ff;
      display: inline-block;
      text-align: center;
      width: 148px; }
    .hotNews .ad-box .link span {
      width: 4px;
      height: 4px;
      background: #94caff;
      border-radius: 1px;
      margin-top: 12px; }
    .hotNews .ad-box .link b {
      width: 46px;
      border-bottom: 1px solid #94caff;
      margin: 14px 3px 0; }
.hotNews .main {
  background: #fff;
  padding: 0 20px;
  margin-top: 10px; }
  .hotNews .main .tabs-box {
    padding-top: 12px; }
    .hotNews .main .tabs-box .hd {
      border-bottom: 1px solid #eee; }
      .hotNews .main .tabs-box .hd li {
        cursor: pointer;
        line-height: 44px;
        height: 44px;
        margin: 0 12px; }
        .hotNews .main .tabs-box .hd li:hover, .hotNews .main .tabs-box .hd li.on {
          font-size: 20px;
          color: #ff6600;
          border-bottom: 1px solid #ff6600; }
    .hotNews .main .tabs-box .bd li {
      display: none; }
      .hotNews .main .tabs-box .bd li:first-of-type {
        display: block; }
  .hotNews .main .pannel {
    margin-top: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee; }
    .hotNews .main .pannel .pannel-img {
      border: 1px solid #ddd;
      width: 248px;
      height: 158px;
      overflow: hidden; }
      .hotNews .main .pannel .pannel-img img {
        width: 100%;
        height: 100%; }
    .hotNews .main .pannel h5, .hotNews .main .pannel p {
      text-align: justify;
      margin-left: 16px;
      width: 576px; }
    .hotNews .main .pannel h5 {
      font-size: 18px;
      line-height: 30px; }
    .hotNews .main .pannel p {
      font-size: 14px;
      color: #999999;
      line-height: 24px;
      height: 96px;
      margin-top: 12px; }
    .hotNews .main .pannel .date {
      margin-left: 16px;
      font-size: 14px;
      width: 576px;
      color: #999; }

.financeKnowledge .banner-box {
  padding: 22px 10px;
  background: #fff; }
  .financeKnowledge .banner-box .banner {
    position: relative;
    border: 1px solid #ddd; }
    .financeKnowledge .banner-box .banner li {
      width: 868px;
      height: 348px;
      position: relative; }
      .financeKnowledge .banner-box .banner li h4 {
        position: absolute;
        font-size: 24px;
        width: 708px;
        color: #fff;
        z-index: 2;
        top: 250px;
        left: 40px; }
      .financeKnowledge .banner-box .banner li p {
        position: absolute;
        top: 288px;
        left: 40px;
        width: 708px;
        font-size: 14px;
        color: #ccc;
        z-index: 2;
        text-align: justify; }
    .financeKnowledge .banner-box .banner .carouselPrev, .financeKnowledge .banner-box .banner .carouselNext {
      position: absolute;
      display: block;
      top: 50%;
      z-index: 2;
      cursor: pointer;
      margin-top: -34px;
      width: 30px;
      height: 68px;
      background: rgba(0, 0, 0, 0.6);
      text-align: center;
      line-height: 68px;
      color: #fff;
      font-size: 30px;
      font-family: "宋体"; }
    .financeKnowledge .banner-box .banner .carouselPrev {
      left: 0; }
    .financeKnowledge .banner-box .banner .carouselNext {
      right: 0; }
.financeKnowledge .main {
  background: #fff;
  margin: 10px 0;
  padding: 0 10px; }
  .financeKnowledge .main .img-box {
    width: 276px;
    margin-left: 10px; }
    .financeKnowledge .main .img-box .img-top .img {
      width: 276px;
      height: 164px;
      overflow: hidden; }
    .financeKnowledge .main .img-box .img-bottom .img {
      width: 130px;
      height: 104px;
      overflow: hidden; }
    .financeKnowledge .main .img-box .img-bottom .text {
      font-size: 12px; }
    .financeKnowledge .main .img-box .img-top img, .financeKnowledge .main .img-box .img-bottom img {
      width: 100%;
      height: 100%; }
    .financeKnowledge .main .img-box .img-top .img, .financeKnowledge .main .img-box .img-bottom .img {
      border: 1px solid #eee;
      display: block; }
    .financeKnowledge .main .img-box .img-top .text, .financeKnowledge .main .img-box .img-bottom .text {
      line-height: 40px;
      display: block;
      padding: 0 6px; }
    .financeKnowledge .main .img-box .img-top {
      margin-top: 20px; }
    .financeKnowledge .main .img-box .img-bottom {
      margin-top: 30px; }
      .financeKnowledge .main .img-box .img-bottom .fr, .financeKnowledge .main .img-box .img-bottom .fl {
        width: 130px; }
  .financeKnowledge .main ul {
    width: 552px;
    margin-left: 20px; }
    .financeKnowledge .main ul li {
      border-bottom: 1px solid #eee;
      line-height: 60px; }
      .financeKnowledge .main ul li a {
        width: 470px; }
      .financeKnowledge .main ul li span {
        color: #999; }
.financeKnowledge .ad-box {
  background: #fff;
  padding: 0 10px; }
  .financeKnowledge .ad-box .img-top img, .financeKnowledge .ad-box .img-bottom img {
    width: 100%; }
  .financeKnowledge .ad-box .img-top .img, .financeKnowledge .ad-box .img-bottom .img {
    border: 1px solid #eee; }
  .financeKnowledge .ad-box .img-top .text, .financeKnowledge .ad-box .img-bottom .text {
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 14px; }
  .financeKnowledge .ad-box .img-top {
    margin-top: 22px; }
  .financeKnowledge .ad-box .img-bottom {
    margin-top: 6px; }
    .financeKnowledge .ad-box .img-bottom .fr, .financeKnowledge .ad-box .img-bottom .fl {
      width: 125px; }
.financeKnowledge .hot {
  margin-top: 10px;
  border-top: 4px solid #ff6600; }
  .financeKnowledge .hot .title {
    color: #ff6600; }
  .financeKnowledge .hot.rank, .financeKnowledge .hot.question {
    border-top: 4px solid #fb544e; }
    .financeKnowledge .hot.rank .title, .financeKnowledge .hot.question .title {
      color: #fb544e; }
  .financeKnowledge .hot.question .dian {
    margin: 16px 12px 0 0; }
.financeKnowledge .guess-side {
  border-top: 4px solid #008bfe; }
  .financeKnowledge .guess-side .title {
    color: #008bfe; }
  .financeKnowledge .guess-side a {
    line-height: 46px;
    margin-right: 20px; }
.financeKnowledge .specialTopic {
  padding: 10px;
  background: #fff; }
  .financeKnowledge .specialTopic .title {
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #eee; }
    .financeKnowledge .specialTopic .title h5 {
      width: 120px;
      height: 23px;
      background: url("../images/financeKnowledge/img-3.png") no-repeat center; }
    .financeKnowledge .specialTopic .title a {
      font-size: 14px;
      color: #666; }
      .financeKnowledge .specialTopic .title a:hover {
        color: #ff6600; }
  .financeKnowledge .specialTopic .bg {
    width: 6px;
    height: 478px;
    background: url("../images/financeKnowledge/img-4.png") no-repeat center;
    margin: 23px 0 0 11px; }
  .financeKnowledge .specialTopic .content {
    width: 250px;
    margin-left: 12px; }
    .financeKnowledge .specialTopic .content h6 {
      color: #999;
      margin-bottom: 10px;
      margin-top: 18px; }
    .financeKnowledge .specialTopic .content .pannel .pannel-img {
      border: 1px solid #ddd; }
      .financeKnowledge .specialTopic .content .pannel .pannel-img img {
        width: 100%; }
    .financeKnowledge .specialTopic .content .pannel h5, .financeKnowledge .specialTopic .content .pannel p {
      text-align: justify;
      margin-left: 10px;
      width: 110px; }
    .financeKnowledge .specialTopic .content .pannel h5 {
      font-size: 14px;
      line-height: 24px; }
    .financeKnowledge .specialTopic .content .pannel p {
      font-size: 14px;
      color: #999999;
      line-height: 24px;
      margin-top: 4px; }

.financeTopic .top {
  padding: 20px 10px 0;
  background: #fff; }
  .financeTopic .top .pannel {
    padding-bottom: 30px;
    border-bottom: 1px solid #eee; }
    .financeTopic .top .pannel .pannel-img {
      border: 1px solid #ddd;
      width: 358px;
      height: 188px;
      overflow: hidden; }
      .financeTopic .top .pannel .pannel-img img {
        width: 100%;
        height: 100%; }
    .financeTopic .top .pannel h5, .financeTopic .top .pannel p, .financeTopic .top .pannel ul {
      text-align: justify;
      margin-left: 16px;
      width: 462px; }
    .financeTopic .top .pannel h5 {
      font-size: 18px;
      line-height: 24px;
      font-weight: bold; }
    .financeTopic .top .pannel p {
      font-size: 14px;
      color: #999999;
      line-height: 24px;
      margin-top: 4px; }
    .financeTopic .top .pannel ul {
      margin-top: 18px; }
      .financeTopic .top .pannel ul li {
        line-height: 40px; }
        .financeTopic .top .pannel ul li .dian {
          margin: 18px 12px 0 0; }
.financeTopic .main {
  background: #fff;
  margin: 10px 0;
  padding: 0 10px; }
  .financeTopic .main .img-box {
    width: 276px;
    margin-left: 10px; }
    .financeTopic .main .img-box .img-top .img {
      width: 276px;
      height: 164px;
      overflow: hidden; }
    .financeTopic .main .img-box .img-bottom .img {
      width: 130px;
      height: 104px;
      overflow: hidden; }
    .financeTopic .main .img-box .img-top img, .financeTopic .main .img-box .img-bottom img {
      width: 100%;
      height: 100%; }
    .financeTopic .main .img-box .img-top .img, .financeTopic .main .img-box .img-bottom .img {
      border: 1px solid #eee;
      display: block; }
    .financeTopic .main .img-box .img-top .text, .financeTopic .main .img-box .img-bottom .text {
      line-height: 40px;
      display: block;
      padding: 0 14px; }
    .financeTopic .main .img-box .img-top {
      margin-top: 20px; }
    .financeTopic .main .img-box .img-bottom {
      margin-top: 30px; }
      .financeTopic .main .img-box .img-bottom .fr, .financeTopic .main .img-box .img-bottom .fl {
        width: 130px; }
  .financeTopic .main ul {
    width: 550px;
    margin-left: 20px; }
    .financeTopic .main ul li {
      border-bottom: 1px solid #eee;
      line-height: 60px; }
      .financeTopic .main ul li a {
        width: 470px; }
      .financeTopic .main ul li span {
        color: #999; }
.financeTopic .ad-box {
  background: #fff; }
  .financeTopic .ad-box .img-top img, .financeTopic .ad-box .img-bottom img {
    width: 100%; }
  .financeTopic .ad-box .img-top .img, .financeTopic .ad-box .img-bottom .img {
    border: 1px solid #eee; }
  .financeTopic .ad-box .img-top .text, .financeTopic .ad-box .img-bottom .text {
    line-height: 40px;
    text-align: center;
    display: block;
    font-size: 14px; }
  .financeTopic .ad-box .img-top {
    margin-top: 22px; }
  .financeTopic .ad-box .img-bottom {
    margin-top: 6px; }
    .financeTopic .ad-box .img-bottom .fr, .financeTopic .ad-box .img-bottom .fl {
      width: 172px; }
.financeTopic .hot {
  margin-top: 10px;
  border-top: 4px solid #ff6600; }
  .financeTopic .hot .title {
    color: #ff6600; }
  .financeTopic .hot.rank, .financeTopic .hot.question {
    border-top: 4px solid #fb544e; }
    .financeTopic .hot.rank .title, .financeTopic .hot.question .title {
      color: #fb544e; }
  .financeTopic .hot.question .dian {
    margin: 16px 12px 0 0; }
.financeTopic .activityTopic {
  background: #fff;
  padding-bottom: 10px; }
  .financeTopic .activityTopic h5 {
    margin: 30px 0 30px 20px;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    color: #008bfe;
    font-weight: bold;
    padding-left: 10px;
    border-left: 6px solid #008bfe; }
  .financeTopic .activityTopic ul li {
    margin: 0 10px;
    line-height: 34px; }
    .financeTopic .activityTopic ul li .img {
      border: 1px solid #eee; }
    .financeTopic .activityTopic ul li .dian {
      margin: 15px 12px 0 0; }
    .financeTopic .activityTopic ul li a {
      width: 260px;
      font-size: 14px; }
    .financeTopic .activityTopic ul li.top-side {
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
.financeTopic .guess-side {
  border-top: 4px solid #008bfe; }
  .financeTopic .guess-side .title {
    color: #008bfe; }
  .financeTopic .guess-side a {
    line-height: 46px;
    margin-right: 20px; }
.financeTopic .hotTopic {
  border-top: 4px solid #fb544e;
  background: #fff; }
  .financeTopic .hotTopic .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin: 20px 0 13px 0;
    color: #fb544e;
    padding-left: 20px; }
  .financeTopic .hotTopic ul li {
    margin: 0 10px;
    line-height: 34px; }
    .financeTopic .hotTopic ul li .img {
      border: 1px solid #eee; }
    .financeTopic .hotTopic ul li .dian {
      margin: 15px 12px 0 0; }
    .financeTopic .hotTopic ul li a {
      width: 260px;
      font-size: 14px; }
    .financeTopic .hotTopic ul li p {
      color: #999;
      font-size: 14px;
      line-height: 24px;
      text-align: justify;
      margin-top: 5px; }
    .financeTopic .hotTopic ul li.top-side {
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }

.topic-detail .banner-box {
  padding: 22px 10px;
  background: #fff; }
  .topic-detail .banner-box .banner {
    position: relative;
    border: 1px solid #ddd; }
    .topic-detail .banner-box .banner li {
      width: 788px;
      height: 348px;
      position: relative; }
      .topic-detail .banner-box .banner li h4 {
        position: absolute;
        font-size: 24px;
        width: 708px;
        color: #fff;
        z-index: 2;
        top: 250px;
        left: 40px; }
      .topic-detail .banner-box .banner li p {
        position: absolute;
        top: 288px;
        left: 40px;
        width: 708px;
        font-size: 14px;
        color: #ccc;
        z-index: 2;
        text-align: justify; }
.topic-detail .today {
  padding: 0 10px;
  background: #fff;
  margin-top: 10px; }
  .topic-detail .today .subtitle {
    margin: 20px 0 0 10px; }
    .topic-detail .today .subtitle span {
      padding: 0 16px;
      height: 28px;
      line-height: 28px;
      border: 1px solid #febead;
      background: #fef2ef;
      border-radius: 5px;
      color: #ff653c;
      font-weight: bold;
      text-align: center; }
    .topic-detail .today .subtitle a {
      font-weight: bold;
      margin-left: 12px;
      line-height: 30px;
      font-size: 18px; }
  .topic-detail .today ul {
    margin-left: 10px; }
    .topic-detail .today ul li {
      line-height: 60px;
      border-bottom: 1px solid #eee; }
      .topic-detail .today ul li .dian {
        margin: 28px 14px 0 0; }
      .topic-detail .today ul li span {
        color: #999; }
      .topic-detail .today ul li a {
        max-width: 660px; }
.topic-detail .relation {
  padding: 0 10px;
  background: #fff;
  margin-top: 10px; }
  .topic-detail .relation > ul {
    margin-left: 10px; }
    .topic-detail .relation > ul li {
      line-height: 60px;
      border-bottom: 1px solid #eee; }
      .topic-detail .relation > ul li .dian {
        margin: 28px 14px 0 0; }
      .topic-detail .relation > ul li span {
        color: #999; }
      .topic-detail .relation > ul li a {
        max-width: 660px; }
.topic-detail .hotTopic {
  border-top: 4px solid #008bfe;
  background: #fff; }
  .topic-detail .hotTopic .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin: 20px 0 13px 0;
    color: #008bfe;
    padding-left: 20px; }
  .topic-detail .hotTopic ul li {
    margin: 0 10px;
    line-height: 34px; }
    .topic-detail .hotTopic ul li .img {
      border: 1px solid #eee; }
    .topic-detail .hotTopic ul li .dian {
      margin: 15px 12px 0 0; }
    .topic-detail .hotTopic ul li a {
      width: 260px;
      font-size: 14px; }
    .topic-detail .hotTopic ul li p {
      color: #999;
      font-size: 14px;
      line-height: 24px;
      text-align: justify;
      margin-top: 5px; }
    .topic-detail .hotTopic ul li.top-side {
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
.topic-detail .hot {
  border-top: 4px solid #fb544e; }
  .topic-detail .hot .title {
    color: #fb544e; }
  .topic-detail .hot.question {
    border-top: 4px solid #008bfe; }
    .topic-detail .hot.question .title {
      color: #008bfe; }
    .topic-detail .hot.question .dian {
      margin: 16px 12px 0 0; }
.topic-detail .newest {
  margin-top: 10px;
  padding: 0 20px;
  background: #fff; }
  .topic-detail .newest .title-2 {
    margin: 18px 0; }
    .topic-detail .newest .title-2 h4 {
      margin-left: 20px;
      color: #008bfe;
      height: 20px;
      line-height: 20px;
      font-size: 20px;
      padding-left: 12px;
      border-left: 6px solid #008bfe; }
  .topic-detail .newest .pannel {
    margin-top: 30px;
    margin-left: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee; }
    .topic-detail .newest .pannel .pannel-img {
      border: 1px solid #ddd;
      width: 170px;
      height: 94px; }
      .topic-detail .newest .pannel .pannel-img img {
        width: 100%;
        height: 100%; }
    .topic-detail .newest .pannel h5, .topic-detail .newest .pannel p {
      text-align: justify;
      margin-left: 16px;
      width: 544px; }
    .topic-detail .newest .pannel h5 {
      font-size: 18px;
      line-height: 24px; }
    .topic-detail .newest .pannel p {
      font-size: 14px;
      color: #999999;
      line-height: 24px;
      margin-top: 10px; }
.topic-detail .AQ {
  margin-top: 10px;
  margin-bottom: 30px;
  padding: 0 20px;
  background: #fff; }
  .topic-detail .AQ .title-2 {
    margin: 18px 0; }
    .topic-detail .AQ .title-2 h4 {
      margin-left: 20px;
      color: #008bfe;
      height: 20px;
      line-height: 20px;
      font-size: 20px;
      padding-left: 12px;
      border-left: 6px solid #008bfe; }
  .topic-detail .AQ .line {
    padding-left: 20px;
    margin-top: 16px; }
    .topic-detail .AQ .line span {
      font-family: "Aria";
      font-size: 24px;
      font-weight: bold;
      color: #ff8400;
      font-style: italic;
      padding-right: 12px;
      line-height: 24px;
      border-right: 1px dashed #eee; }
    .topic-detail .AQ .line p {
      margin-left: 12px;
      text-align: justify;
      width: 678px; }
  .topic-detail .AQ .border {
    border-bottom: 1px solid #eee;
    padding-bottom: 16px; }
  .topic-detail .AQ ul {
    margin-left: 10px; }
    .topic-detail .AQ ul li {
      line-height: 60px;
      border-bottom: 1px solid #eee; }
      .topic-detail .AQ ul li .dian {
        margin: 28px 14px 0 0; }
      .topic-detail .AQ ul li span {
        color: #999; }
        .topic-detail .AQ ul li span.read {
          background: url("../images/topic-detail/read.png") no-repeat left center;
          width: 30px;
          padding-left: 26px;
          color: #ccc;
          cursor: pointer; }
        .topic-detail .AQ ul li span.comment {
          background: url("../images/topic-detail/comment.png") no-repeat left center;
          width: 30px;
          padding-left: 26px;
          margin-right: 20px;
          color: #ccc;
          cursor: pointer; }
      .topic-detail .AQ ul li a {
        max-width: 530px; }

.moreTopic .main {
  padding: 0 10px;
  background: #fff; }
  .moreTopic .main .pannel {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee; }
    .moreTopic .main .pannel .pannel-img {
      border: 1px solid #ddd;
      width: 128px;
      height: 102px;
      line-height: 98px;
      text-align: center;
      overflow: hidden; }
      .moreTopic .main .pannel .pannel-img img {
        width: 100%;
        height: 100%; }
    .moreTopic .main .pannel h5, .moreTopic .main .pannel p {
      text-align: justify;
      margin-left: 16px;
      width: 710px; }
    .moreTopic .main .pannel h5 {
      font-size: 18px;
      line-height: 24px; }
    .moreTopic .main .pannel p {
      font-size: 14px;
      color: #999999;
      line-height: 24px;
      margin-top: 10px; }
.moreTopic .hotTopic {
  border-top: 4px solid #008bfe;
  background: #fff; }
  .moreTopic .hotTopic .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin: 20px 0 13px 0;
    color: #008bfe;
    padding-left: 20px; }
  .moreTopic .hotTopic ul li {
    margin: 0 10px;
    line-height: 34px; }
    .moreTopic .hotTopic ul li .img {
      border: 1px solid #eee; }
    .moreTopic .hotTopic ul li .dian {
      margin: 15px 12px 0 0; }
    .moreTopic .hotTopic ul li a {
      width: 260px;
      font-size: 14px; }
    .moreTopic .hotTopic ul li p {
      color: #999;
      font-size: 14px;
      line-height: 24px;
      text-align: justify;
      margin-top: 5px; }
    .moreTopic .hotTopic ul li.top-side {
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
.moreTopic .hot {
  border-top: 4px solid #fb544e; }
  .moreTopic .hot .title {
    color: #fb544e; }

.searchResult .main {
  padding: 0 10px;
  background: #fff; }
  .searchResult .main .pannel {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee; }
    .searchResult .main .pannel .pannel-img {
      border: 1px solid #ddd;
      width: 128px;
      height: 102px;
      overflow: hidden; }
      .searchResult .main .pannel .pannel-img img {
        width: 100%;
        height: 100%; }
    .searchResult .main .pannel h5, .searchResult .main .pannel p {
      text-align: justify;
      margin-left: 16px;
      width: 700px; }
    .searchResult .main .pannel h5 {
      font-size: 18px;
      line-height: 24px; }
    .searchResult .main .pannel p {
      font-size: 14px;
      color: #999999;
      line-height: 24px;
      margin-top: 10px; }
.searchResult .hotTopic {
  border-top: 4px solid #008bfe;
  background: #fff; }
  .searchResult .hotTopic .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin: 20px 0 13px 0;
    color: #008bfe;
    padding-left: 20px; }
  .searchResult .hotTopic ul li {
    margin: 0 10px;
    line-height: 34px; }
    .searchResult .hotTopic ul li .img {
      border: 1px solid #eee; }
    .searchResult .hotTopic ul li .dian {
      margin: 15px 12px 0 0; }
    .searchResult .hotTopic ul li a {
      width: 260px;
      font-size: 14px; }
    .searchResult .hotTopic ul li p {
      color: #999;
      font-size: 14px;
      line-height: 24px;
      text-align: justify;
      margin-top: 5px; }
    .searchResult .hotTopic ul li.top-side {
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
.searchResult .hot {
  border-top: 4px solid #fb544e; }
  .searchResult .hot .title {
    color: #fb544e; }

.forum .banner-box {
  margin-top: 10px;
  padding: 22px 15px;
  background: #fff; }
  .forum .banner-box .banner {
    position: relative;
    border: 1px solid #ddd; }
    .forum .banner-box .banner li {
      width: 858px;
      height: 348px;
      position: relative; }
    .forum .banner-box .banner .bannerList {
      position: absolute;
      bottom: 18px;
      left: 14px;
      z-index: 3; }
      .forum .banner-box .banner .bannerList:hover span {
        margin-right: 12px;
        transform: scale(1.1);
        transition: all .3s ease-in-out; }
      .forum .banner-box .banner .bannerList span {
        display: inline-block;
        width: 36px;
        height: 4px;
        background: #666666;
        margin-right: 6px;
        cursor: pointer; }
        .forum .banner-box .banner .bannerList span.on {
          background: #fff;
          height: 6px; }
    .forum .banner-box .banner .carouselPrev, .forum .banner-box .banner .carouselNext {
      position: absolute;
      display: block;
      top: 50%;
      z-index: 2;
      cursor: pointer;
      margin-top: -34px;
      width: 30px;
      height: 68px;
      background: rgba(0, 0, 0, 0.6);
      text-align: center;
      line-height: 68px;
      color: #fff;
      font-size: 30px;
      font-family: "宋体"; }
    .forum .banner-box .banner .carouselPrev {
      left: 0; }
    .forum .banner-box .banner .carouselNext {
      right: 0; }
  .forum .banner-box .mask {
    height: 70px; }
.forum .links {
  background: #fff;
  margin-top: 10px;
  padding-bottom: 30px; }
  .forum .links .link {
    width: 254px;
    margin-left: 40px;
    margin-top: 30px; }
    .forum .links .link .icon {
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      border-radius: 50%;
      background: #fae5cf;
      color: #fd862e; }
    .forum .links .link .text {
      line-height: 36px;
      font-size: 18px;
      margin: 0 6px 0 10px; }
    .forum .links .link .tip {
      font-size: 12px;
      line-height: 18px;
      width: 34px;
      text-align: center;
      height: 18px;
      background: #fb4f4b;
      border-radius: 8px;
      color: #fff;
      margin-top: 9px; }
.forum .main {
  background: #fff;
  margin-top: 10px;
  padding: 0 20px;
  margin-bottom: 30px; }
  .forum .main .tabs-box {
    padding-top: 12px; }
    .forum .main .tabs-box .hd {
      border-bottom: 1px solid #eee; }
      .forum .main .tabs-box .hd li {
        cursor: pointer;
        line-height: 44px;
        height: 44px;
        margin: 0 12px; }
        .forum .main .tabs-box .hd li:hover, .forum .main .tabs-box .hd li.on {
          font-size: 20px;
          color: #ff6600;
          border-bottom: 1px solid #ff6600; }
      .forum .main .tabs-box .hd a {
        margin-top: 12px; }
  .forum .main .post {
    padding: 10px 0;
    border-bottom: 1px solid #eee; }
    .forum .main .post h5 {
      line-height: 36px;
      font-size: 16px; }
      .forum .main .post h5 span {
        color: #999; }
    .forum .main .post .info {
      line-height: 36px; }
      .forum .main .post .info span, .forum .main .post .info a {
        color: #999;
        font-size: 14px; }
      .forum .main .post .info span.border {
        margin: 0 14px; }
      .forum .main .post .info a {
        margin-left: 36px; }
.forum .btn-box {
  padding: 19px 9px;
  background: #fff;
  margin-top: 10px;
  border: 1px solid #eee; }
  .forum .btn-box a {
    display: block;
    padding-left: 32px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    background: #008bfe url("../images/forum/img-1.png") no-repeat 85px center; }
.forum .hot {
  border-top: 4px solid #fb544e; }
  .forum .hot .title {
    color: #fb544e; }
  .forum .hot.question {
    margin-top: 10px;
    border-top: 4px solid #008bfe; }
    .forum .hot.question .title {
      color: #008bfe; }
    .forum .hot.question .dian {
      margin: 16px 12px 0 0; }
.forum .hotTopic {
  border-top: 4px solid #008bfe;
  background: #fff; }
  .forum .hotTopic .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    margin: 20px 0 13px 0;
    color: #008bfe;
    padding-left: 20px; }
  .forum .hotTopic ul li {
    margin: 0 10px;
    line-height: 34px; }
    .forum .hotTopic ul li .img {
      border: 1px solid #eee; }
    .forum .hotTopic ul li .dian {
      margin: 15px 12px 0 0; }
    .forum .hotTopic ul li a {
      width: 252px;
      font-size: 14px; }
    .forum .hotTopic ul li p {
      color: #999;
      font-size: 14px;
      line-height: 24px;
      text-align: justify;
      margin-top: 5px; }
    .forum .hotTopic ul li.top-side {
      padding-bottom: 10px;
      border-bottom: 1px solid #eee; }
.forum .wechat {
  padding: 0 11px 10px 21px;
  background: #fff;
  margin-top: 10px; }
  .forum .wechat h5 {
    color: #ff6600;
    margin: 30px 0;
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    padding-left: 12px;
    border-left: 6px solid #ff6600; }
  .forum .wechat h6, .forum .wechat p {
    margin-left: 18px;
    width: 149px; }
  .forum .wechat h6 {
    line-height: 16px;
    font-size: 16px; }
  .forum .wechat p {
    font-size: 14px;
    color: #999;
    text-align: justify;
    margin-top: 10px; }

/*浮窗样式*/
.suspension-box {
  z-index: 2;
  width: 100%;
  min-width: 1260px;
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  background: #fffbe9;
  opacity: 0.9;
  filter: alpha(opacity=90); }
  .suspension-box .suspension-content {
    width: 1260px;
    height: 160px;
    display: block;
    margin: 0 auto;
    /* animation: moveF 5s; */ }
    .suspension-box .suspension-content .left {
      width: 348px;
      height: 140px;
      margin-top: 10px;
      float: left;
      position: relative;
      background: #fff; }
      .suspension-box .suspension-content .left img {
        position: absolute;
        left: -52px;
        top: -30px; }
      .suspension-box .suspension-content .left .tab-1, .suspension-box .suspension-content .left .tab-2 {
        width: 164px;
        height: 40px;
        border-top: 1px solid #ffe4a4;
        line-height: 40px;
        text-align: center;
        color: #ff8635;
        font-size: 16px;
        cursor: pointer; }
      .suspension-box .suspension-content .left .tab-1 {
        border-left: 1px solid #ffe4a4;
        border-bottom: 1px solid #ffbc1b; }
        .suspension-box .suspension-content .left .tab-1.on {
          color: #ef3030;
          border-top: 1px solid #ffbc1b;
          border-left: 1px solid #ffbc1b;
          border-bottom: none; }
      .suspension-box .suspension-content .left .tab-2 {
        border-right: 1px solid #ffe4a4;
        border-bottom: 1px solid #ffbc1b; }
        .suspension-box .suspension-content .left .tab-2.on {
          color: #ef3030;
          border-top: 1px solid #ffbc1b;
          border-right: 1px solid #ffbc1b;
          border-bottom: none; }
      .suspension-box .suspension-content .left span.x {
        border-top: 1px solid #ffe4a4;
        width: 20px;
        height: 40px;
        position: relative;
        background-color: transparent; }
        .suspension-box .suspension-content .left span.x:before {
          position: absolute;
          top: 0px;
          right: 0;
          left: 0;
          bottom: 0;
          border-bottom: 40px solid #ffc63c;
          border-left: 20px solid transparent;
          content: ""; }
        .suspension-box .suspension-content .left span.x:after {
          position: absolute;
          left: 1px;
          right: 0;
          top: 1px;
          bottom: 0;
          border-bottom: 40px solid white;
          border-left: 20px solid transparent;
          content: ""; }
      .suspension-box .suspension-content .left span.f {
        border-top: 1px solid #ffe4a4;
        width: 20px;
        height: 40px;
        position: relative;
        background-color: transparent; }
        .suspension-box .suspension-content .left span.f:before {
          position: absolute;
          top: 0px;
          right: 0;
          left: 0;
          bottom: 0;
          border-bottom: 40px solid #ffc63c;
          border-right: 19px solid transparent;
          content: ""; }
        .suspension-box .suspension-content .left span.f:after {
          position: absolute;
          left: 0;
          right: 1px;
          top: 1px;
          bottom: 0;
          border-bottom: 40px solid white;
          border-right: 19px solid transparent;
          content: ""; }
      .suspension-box .suspension-content .left .tabs-pop-1, .suspension-box .suspension-content .left .tabs-pop-2 {
        width: 100%;
        height: 100px;
        border: 1px solid #ffbc1b;
        border-top: none; }
      .suspension-box .suspension-content .left .tabs-pop-1 {
        background: url("../images/common/suspension-2.png") no-repeat center; }
      .suspension-box .suspension-content .left .tabs-pop-2 {
        background: url("../images/common/suspension-3.png") no-repeat center; }
    .suspension-box .suspension-content .right {
      float: right;
      margin-top: 20px; }
      .suspension-box .suspension-content .right .right-row01 {
        margin-bottom: 15px; }
        .suspension-box .suspension-content .right .right-row01 span {
          position: relative;
          /*&:nth-of-type(3){
            display: inline-block;
            width: 55px;
            height: 35px;
            border-radius: 5px;
            background-color: transparent;
            padding-bottom: 12px;
            position: relative;
          }*/ }
          .suspension-box .suspension-content .right .right-row01 span input {
            border: 1px solid #cdcdcd;
            height: 40px;
            border-radius: 5px;
            padding-left: 32px; }
          .suspension-box .suspension-content .right .right-row01 span label {
            position: absolute;
            left: 8px;
            top: -1px; }
            .suspension-box .suspension-content .right .right-row01 span label img {
              width: 16px;
              height: 22px; }
          .suspension-box .suspension-content .right .right-row01 span:nth-of-type(2) {
            margin-left: 15px; }
            .suspension-box .suspension-content .right .right-row01 span:nth-of-type(2) label img {
              width: 20px;
              height: 22px; }
          .suspension-box .suspension-content .right .right-row01 span.ml15 {
            margin-left: 15px; }
            .suspension-box .suspension-content .right .right-row01 span.ml15 label img {
              width: 20px;
              height: 22px; }
          .suspension-box .suspension-content .right .right-row01 span.img {
            display: inline-block;
            width: 55px;
            height: 35px;
            border-radius: 5px;
            background-color: transparent;
            padding-bottom: 12px;
            position: relative; }
      .suspension-box .suspension-content .right .right-row02 span {
        position: relative;
        /*&:nth-of-type(2){
          margin-left: 15px;
        }
        &:nth-of-type(3),&:nth-of-type(4){
          display: inline-block;
          width: 52px;
          height: 34px;
          line-height: 34px;
          text-align: center;
          background-color: #fff;
          color: #ff8635;
          font-size: 12px;
          border:1px solid #ff8635;
          cursor: pointer;
        }*/ }
        .suspension-box .suspension-content .right .right-row02 span input {
          border: 1px solid #cdcdcd;
          height: 40px;
          border-radius: 5px;
          padding-left: 32px; }
        .suspension-box .suspension-content .right .right-row02 span label {
          position: absolute;
          left: 8px;
          top: -1px; }
          .suspension-box .suspension-content .right .right-row02 span label img {
            width: 16px;
            height: 22px; }
        .suspension-box .suspension-content .right .right-row02 span.ml15 {
          margin-left: 15px; }
        .suspension-box .suspension-content .right .right-row02 span.verify {
          display: inline-block;
          width: 58px;
          height: 34px;
          line-height: 34px;
          text-align: center;
          background-color: #fff;
          color: #ff8635;
          font-size: 12px;
          border: 1px solid #ff8635;
          cursor: pointer; }
      .suspension-box .suspension-content .right .reader {
        font-size: 14px;
        margin: 40px 0 10px 25px; }
        .suspension-box .suspension-content .right .reader a {
          color: #3499ff; }
      .suspension-box .suspension-content .right .btn-submit a {
        display: block;
        width: 300px;
        height: 42px;
        background-color: #ff6600;
        color: #fff;
        line-height: 42px;
        text-align: center;
        border-radius: 5px;
        font-size: 20px;
        margin-left: 25px; }
  .suspension-box .suspension-content-2 {
    width: 1250px;
    height: 60px;
    display: block;
    margin: 0 auto;
    position: relative; }
    .suspension-box .suspension-content-2 .img-1 {
      position: absolute;
      bottom: 0;
      left: 0; }
    .suspension-box .suspension-content-2 .img-2 {
      position: absolute;
      bottom: 0;
      left: 100px; }
    .suspension-box .suspension-content-2 a {
      width: 300px;
      height: 42px;
      line-height: 42px;
      margin-top: 9px;
      background: #ff6600;
      color: #fff;
      text-align: center;
      font-size: 16px;
      border-radius: 4px;
      position: absolute;
      right: 0; }
  .suspension-box .closed {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background-color: #ffbc1b;
    position: absolute;
    right: 20px;
    top: 16px;
    color: #fff;
    cursor: pointer;
    border-radius: 50%;
    font-size: 30px; }

/*....*/
.main {
  padding-top: 20px; }

.main .entry_content {
  padding: 20px 0;
  overflow: hidden;
  border-bottom: 1px solid #ddd; }

.main .entry_content .img_left {
  float: left;
  padding: 2px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-right: 20px; }

.main .entry_content .img_left img {
  width: 200px; }

.main .entry_content .img_right h3 {
  font-size: 16px; }

.main .entry_content .img_right p {
  font-size: 14px;
  color: #666; }

.list-arclist {height:150px;border-bottom:1px solid #ddd;overflow:hidden;margin-top:20px;padding:0px 5px;}
.list-arclist .img {width:200px;height: 150px;margin-right: 20px;float:left;overflow: hidden;}
.list-arclist .img img {width:192px;height:130px;padding:3px;border:1px solid #dbdbdb;}
.list-arclist h5 {font-size: 18px;}
.list-arclist p {line-height: 150%;font-size:14px;height: 70px;font-size:14px;color:#999999;overflow:hidden;padding-top:8px;}
.list-arclist .source {height: 35px;line-height: 35px;overflow: hidden;font-size:16px;color: #999999}
.list-arclist .source span {float: right}
/*# sourceMappingURL=zixun.css.map */
