﻿@charset "UTF-8";
.header {
  border-bottom: 1px solid #d9d9d9;
  height: 50px;
  background: #fff;
  width: 100%; }
  .header .headerInner {
    width: 1000px;
    margin: 0 auto; }
    .header .headerInner .logoWrap {
      width: 400px;
      height: 50px;
      position: relative; }
      .header .headerInner .logoWrap img {
        width: 76%;
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translateY(-50%); }
.rooter {
  border-top: 1px solid #d9d9d9;
  height: 110px;
  background: #fff;
  width: 100%; 
  text-align:center;
  padding-top:5px;
}

/*桂视调查*/
.searchBox {
  margin: 20px 0; }
  .searchBox .searchHead {
    border-top: 7px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    height: 46px;
    font-size: 14px;
    font-weight: bold; }
    .searchBox .searchHead .p_num {
      float: right;
      font-size: 12px;
      font-weight: normal;
      color: #9f9f9f;
      height: 46px;
      line-height: 46px; }
      .searchBox .searchHead .p_num em {
        font-style: normal;
        font: 18px Georgia,Arial,Helvetica,sans-serif;
        color: #f54343;
        margin: 0 10px; }
    .searchBox .searchHead .p_logo {
      font: bold 18px/28px Microsoft YaHei;
      float: left;
      height: 28px;
      padding: 10px 0 0 10px;
      color: #f54343; }
      .searchBox .searchHead .p_logo img {
        vertical-align: middle;
        margin-right: 8px;
        width: 28px; }
  .searchBox .searchTit {
    padding: 15px 10px 18px;
    line-height: 26px;
    font-weight: bold;
    font-size: 16px; }
  .searchBox .voteList {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px; }
    .searchBox .voteList li {
      padding: 7px 0 7px 26px;
      font-size: 15px;
      margin-bottom: 1px; }
      .searchBox .voteList li label {
        cursor: pointer;
        display: block;
        float: left; }
      .searchBox .voteList li:hover {
        background-color: #E6F7FF; }
      .searchBox .voteList li:after {
        content: '';
        display: block;
        clear: both;
        overflow: hidden; }
      .searchBox .voteList li .sign {
        width: 250px;
        float: right;
        padding-top: 4px;
        height: 16px;
        line-height: 12px;
        overflow: hidden;
        opacity: 0;
        display: none;
        -webkit-transition: all .2s;
        -moz-transition: all .2s;
        -ms-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
        .searchBox .voteList li .sign .signbox {
          line-height: 6px;
          display: block;
          width: 245px;
          padding-left: 0; }
          .searchBox .voteList li .sign .signbox .sgnTie {
            border-radius: 5px;
            height: 8px;
            display: inline-block;
            _display: inline-block; }
          .searchBox .voteList li .sign .signbox .bar {
            float: left;
            width: 132px;
            background: #f0f0f0;
            height: 8px !important;
            margin-top: 4px;
            overflow: hidden;
            border-radius: 5px; }
          .searchBox .voteList li .sign .signbox .sgn_1, .searchBox .voteList li .sign .signbox .sgn_2 {
            background: url(/ui/img/view/bg_bar.gif) repeat-x left top; }
          .searchBox .voteList li .sign .signbox .sgn_2 {
            background-position: left -13px; }
          .searchBox .voteList li .sign .signbox .ct {
            float: left;
            width: 50px;
            text-align: right;
            color: #f54343;
            font: 12px/16px arial;
            line-height: 16px !important; }
          .searchBox .voteList li .sign .signbox .percent {
            text-align: right;
            float: right;
            width: 62px;
            font: 12px/12px Arial;
            color: #2b2b2b;
            font-weight: normal;
            line-height: 16px !important; }
  .searchBox .resultLink {
    float: right;
    margin-top: 5px;
    font-size: 14px;
    margin-right: 10px; }
    .searchBox .resultLink:hover {
      text-decoration: underline;
      color: #f54343; }
  .searchBox .searchResult {
    margin-top: 25px; }
    .searchBox .searchResult .submitButton {
      display: block;
      width: 120px;
      height: 40px;
      background: #f54343;
      text-align: center;
      color: #fff;
      font: 18px/40px "microsoft yahei";
      margin: 0 auto;
      outline: none;
      border: none;
      cursor: pointer; }
      .searchBox .searchResult .submitButton:hover {
        background: #f21313; }
      .searchBox .searchResult .submitButton.disabled {
        background: lightgray;
        cursor: text; }

/*跟帖管理*/
.wxbTit {
  font-size: 58px;
  text-align: center;
  font-weight: bold;
  padding: 20px 0;
  color: #841B26;
  border-bottom: 5px solid #3E606D;
  position: relative;
  margin-bottom: 10px;
  font-family: "arial"; }
  .wxbTit:after {
    height: 1px;
    display: block;
    background: #3E606D;
    width: 100%;
    content: '';
    position: absolute;
    bottom: -7px;
    left: 0; }

.wxbContent {
  padding: 30px 0 90px 80px; }
  .wxbContent p {
    font-family: Microsoft YaHei;
    font-size: 18px;
    font-weight: bold;
    color: #2B2B2B;
    line-height: 54px; }

   .wxbContent2 p {
    font-family: Microsoft YaHei;
    font-size: 14px;  
    color: #2B2B2B;
    line-height: 24px; }

/*举报*/
.jbContainer {
  width: 760px;
  margin: 50px auto;
  background: #fff; }
  .jbContainer .jbTitle {
    line-height: 54px; }
    .jbContainer .jbTitle .gltv-logo {
      float: left; }
      .jbContainer .jbTitle .gltv-logo img {
        float: left;
        padding-right: 20px;
        margin-right: 20px;
        border-right: 2px solid #ddd;
        line-height: 12px; }
    .jbContainer .jbTitle span {
      float: left;
      color: #1F2F54;
      font-size: 32px;
      font-family: "arial";
      font-weight: 900; }
      .jbContainer .jbTitle span.phone {
        float: right;
        font-family: "Microsoft YaHei";
        font-weight: normal;
        font-size: 26px; }
  .jbContainer .jbContent {
    margin-top: 20px; }
    .jbContainer .jbContent .smTitle {
      line-height: 40px;
      background: #535353;
      padding-left: 40px;
      color: #fff;
      font-size: 18px;
      font-weight: normal; }
    .jbContainer .jbContent .box {
      font-size: 15px;
      border-left: solid 1px #dadada;
      border-right: solid 1px #dadada;
      color: #444;
      padding: 20px 40px 30px;
      background: #fff;
      line-height: 30px; }
      .jbContainer .jbContent .box .emphase {
        color: #bd3535;
        font-weight: bold; }
      .jbContainer .jbContent .box .list_01 {
        margin-bottom: 20px; }
        .jbContainer .jbContent .box .list_01 li {
          line-height: 28px; }
          .jbContainer .jbContent .box .list_01 li b {
            color: #1f2f54; }
          .jbContainer .jbContent .box .list_01 li:before {
            width: 6px;
            height: 6px;
            background-color: #1f2f54;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            content: '';
            display: inline-block;
            margin-right: 8px;
            vertical-align: 3px; }
    .jbContainer .jbContent .border-bottom {
      border-bottom: solid 1px #dadada; }

/*回帖评论*/
.newsTitle {
  font: 700 24px/28px "Microsoft Yahei";
  color: #000;
  margin-top: 20px;
  padding: 15px; }

.commentBox {
  margin-top: 20px; }
  .commentBox .commentTextareaTitle {
    margin-bottom: 8px; }
    .commentBox .commentTextareaTitle .w-rightBox {
      float: right; }
      .commentBox .commentTextareaTitle .w-rightBox .w-num {
        font-size: 18px;
        font-family: "georgia";
        color: #f54343; }
      .commentBox .commentTextareaTitle .w-rightBox .w-txt {
        font-size: 12px;
        color: #999; }
      .commentBox .commentTextareaTitle .w-rightBox .w-line {
        padding: 0 8px;
        font-size: 14px; }
      .commentBox .commentTextareaTitle .w-rightBox .w-tips {
        font-size: 12px;
        color: #999; }
  .commentBox .commentArea {
    width: 98%;
    margin-top: 10px;
    padding: 1%;
    display: block;
    border: 1px solid #dcdcdc; }
    .commentBox .commentArea:focus {
      border-color: #f60; }
  .commentBox .replySec {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #dcdcdc;
    border-top: 0;
    background: #f7f7f7; }
  .commentBox .faceList {
    float: left; }
  .commentBox .replyLink {
    display: block;
    float: right;
    width: 120px;
    height: 40px;
    background: #f54343;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font: 18px/40px "microsoft yahei"; }
.commentBox .replyLink:hover{
    text-decoration: none;
    background:#ef2525;
}

  .commentBox .commentTextareaUser {
    margin-top: 5px; }
    .commentBox .commentTextareaUser a, .commentBox .commentTextareaUser .w-line {
      color: #999; }
      .commentBox .commentTextareaUser a.w-name, .commentBox .commentTextareaUser .w-line.w-name {
        color: #000; }
    .commentBox .commentTextareaUser a:hover {
      color: #f54343; }

.hotComment h2 {
  margin-top: 25px;
  margin-bottom: 20px;
  font: bold 20px/22px "microsoft yahei";
  color: #000; }
.hotComment .w-username {
  margin-bottom: 10px;
  font-size: 14px; }
  .hotComment .w-username a {
    font-size: 14px; }
    .hotComment .w-username a img {
      margin-right: 5px;
      width: 18px;
      height: 18px; }
  .hotComment .w-username .w-location {
    color: #999;
    margin-left: 5px; }
.hotComment .w-contentTxt {
  margin-bottom: 15px;
  line-height: 1.4em;
  color: #2b2b2b;
  font-size: 15px;
  word-wrap: break-word; }
.hotComment .w-bottomBar {
  font-size: 12px;
  padding-bottom: 17px;
  padding-right: 10px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px; }
  .hotComment .w-bottomBar .w-reply {
    float: right;
    line-height: 14px;
    margin-right: 7px; }
    .hotComment .w-bottomBar .w-reply .w-rep-num {
      padding-left: 4px;
      font-family: georgia;
      font-size: 16px;
      color: #f54343; }
    .hotComment .w-bottomBar .w-reply .w-rep-line {
      display: inline-block;
      padding: 0 8px;
      color: #c2c2c2; }
    .hotComment .w-bottomBar .w-reply .w-rep-reply {
      color: #000; }
      .hotComment .w-bottomBar .w-reply .w-rep-reply:hover {
        text-decoration: underline;
        color: #f54343; }
  .hotComment .w-bottomBar .w-commentTime {
    padding-top: 4px;
    font-family: simsun, arial, helvetica, clean, sans-serif;
    color: #999; }
.hotComment .commentBoxItem {
  position: relative;
  margin-top: 13px; }
  .hotComment .commentBoxItem .arrow, .hotComment .commentBoxItem .arrow i {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #dcdcdc;
    position: absolute;
    top: -10px;
    right: 10px; }
  .hotComment .commentBoxItem .arrow i {
    border-bottom: 10px solid #fff;
    top: 1px;
    right: -8px; }
.hotComment .commentList .floor-section {
  background: #fafafa;
  margin-left: 50px; }
  .hotComment .commentList .floor-section .floor-item {
    border-top: 1px dotted #ddd;
    padding: 10px 10px 0 20px; }
  .hotComment .commentList .floor-section .w-bottomBar {
    border-bottom: 0; }
    .hotComment .commentList .floor-section .w-bottomBar .w-reply {
      display: none; }
  .hotComment .commentList .floor-section .floor-num {
    float: right;
    margin-right: 5px; }

.commentPager {
  margin-top: 10px;
  text-align: right;
  margin-bottom: 15px; }
  .commentPager a, .commentPager span {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #f7f7f7;
    text-align: center;
    margin-bottom: 3px; }
    .commentPager a:hover, .commentPager span:hover {
      background: #e6000a;
      color: #fff; }
  .commentPager span.cur {
    background: #e6000a;
    color: #fff; }

.loginbox{
position: relative;
    width: 450px;
    margin: 30px auto;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 1px 2px 10px #ddd;
}

.vloginbox {
  position: relative; }
  .vloginbox .formList {
    padding-top: 30px; 
    width:340px;
    margin:0 auto;
  }
    .vloginbox .formList .vlogtips {
      display: none;
      position: absolute;
      top: 10px;
      left: 82px;
      color: #E00000; }
    .vloginbox .formList .item {
      margin-top: 15px; }
      .vloginbox .formList .item .txtLabel {
        float: left;
        width: 82px;
        text-align: right;
        margin-right: 3px; }
      .vloginbox .formList .item .txt {
        border: 1px solid #E0E0E0;
        padding: 5px;
        box-shadow: 2px 2px 1px #FAFAFA inset;
        height: 18px;
        line-height: 18px;
        margin-right: 5px;
        width: 176px; }
        .vloginbox .formList .item .txt.txtCode {
          width: 66px;
          float: left; }
      .vloginbox .formList .item .codeChange {
        display: inline-block;
        text-decoration: underline;
        color: #07F;
        vertical-align: 8px; }
      .vloginbox .formList .item .logBtn {
        width: 110px;
        background-color: #F54343;
        color: #fff;
        height: 36px;
        line-height: 36px;
        outline: none;
        border: none;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        margin: 10px 5px 10px 87px; }
        .vloginbox .formList .item .logBtn:hover {
          background-color: #c70b0b; }
      .vloginbox .formList .item .loginregi {
        font-size: 12px;
        color: #004a99; }
        .vloginbox .formList .item .loginregi:hover {
          color: #F54343;
          text-decoration: underline; }
      .vloginbox .formList .item .loginAuto {
        margin-left: 82px;
        color: #999; }
  .vloginbox .vlogboxMore {
    width: 155px;
    height: 230px;
    padding-left: 44px;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #e1e1e1;
    margin-top: 38px; }
    .vloginbox .vlogboxMore p {
      font-size: 14px;
      color: #6a6a6a; }
    .vloginbox .vlogboxMore a {
      display: block;
      width: 112px;
      height: 36px;
      overflow: hidden;
      background: url(/ui/img/view/btns.png) no-repeat;
      text-indent: -99999px; }
    .vloginbox .vlogboxMore .linkqzone {
      background-position: 0 -102px;
      margin-top: 20px; }
    .vloginbox .vlogboxMore .linksina {
      background-position: 0 0;
      margin-top: 16px; }
    .vloginbox .vlogboxMore .linkcmcc {
      background-position: 0 -54px;
      margin-top: 16px; }
  .vloginbox .toRegister {
    color: #C5C5C5;
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 85px; }
    .vloginbox .toRegister a {
      color: #F54343; }
      .vloginbox .toRegister a:hover {
        text-decoration: underline; }

.searchTit h1 {
  font: 700 24px/28px "Microsoft Yahei";
  color: #000;
  padding: 10px 0; }
.searchTit p {
  color: #999;
  font-size: 12px;
  font-weight: normal; }
  .searchTit p .pubTime {
    margin-right: 10px; }
  .searchTit p em {
    font-size: 18px;
    font-family: "georgia";
    color: #f54343;
    margin-left: 20px; }

.searchCnt {
  line-height: 22px;
  padding: 10px;
  font-size: 15px; }
  .searchCnt a {
    color: #f54343;
    margin-left: 10px; }

.searchMainCnt .leftCnt {
  float: left;
  width: 640px; }
.searchMainCnt .rightCnt {
  float: right;
  width: 300px;
  border: 1px solid #ddd;
  margin-top: 20px; }
  .searchMainCnt .rightCnt h3 {
    padding: 8px 10px;
    border-bottom: 2px solid #ddd;
    color: #000;
    font-weight: bold;
    font-size: 15px; }
  .searchMainCnt .rightCnt ul {
    padding: 10px; }
    .searchMainCnt .rightCnt ul li {
      border-bottom: 1px dotted #ddd;
      padding: 5px; }
      .searchMainCnt .rightCnt ul li:last-child {
        border-bottom: 0; }
      .searchMainCnt .rightCnt ul li p {
        color: #666; }
        .searchMainCnt .rightCnt ul li p em {
          font-size: 18px;
          color: #f54343; }
        .searchMainCnt .rightCnt ul li p a {
          color: #00589D; }

.searchCommentBox {
  border-top: 7px solid #394A5F; }

/*留言版*/
.leftSide {
  float: left;
  width: 640px; }

.rightSide {
  float: right;
  width: 300px;
  margin-top: 10px; }
  .rightSide .w-tabBox {
    position: relative;
    padding-top: 10px; }
    .rightSide .w-tabBox .w-icon-hot {
      position: absolute;
      left: -5px;
      top: 6px;
      display: block;
      width: 24px;
      height: 17px;
      background: url(/ui/img/view/icon-hot.gif) no-repeat 0 0; }
    .rightSide .w-tabBox .wBoxLi li {
      display: block;
      width: 130px;
      height: 36px;
      background: #f9f9f9;
      font: 16px/36px "microsoft yahei";
      text-align: center;
      vertical-align: middle;
      color: #2b2b2b;
      float: left;
      border-top: 3px solid #f9f9f9; }
      .rightSide .w-tabBox .wBoxLi li.current {
        background: #fff;
        color: #e6000a;
        border-top: 3px solid #e6000a; }
  .rightSide .hotCommentList {
    padding: 4px 4px;
    background: #f2f2f2;
    margin-top: 20px; }
    .rightSide .hotCommentList .hotComment-ul {
      background-color: #FFF; }
      .rightSide .hotCommentList .hotComment-ul li {
        padding: 13px 10px 8px;
        border-bottom: 2px solid #f2f2f2;
        background: #fff; }
        .rightSide .hotCommentList .hotComment-ul li .w-num-1 {
          color: #e6000a;
          font-family: georgia;
          font-size: 14px;
          text-align: right; }
    .rightSide .hotCommentList .voteList-ul li {
      padding: 13px 10px 8px;
      border-bottom: 1px dashed #ddd;
      background: #fff; }
      .rightSide .hotCommentList .voteList-ul li .w-opt {
        margin-bottom: 10px;
        overflow: hidden;
        zoom: 1; }
        .rightSide .hotCommentList .voteList-ul li .w-opt .w-order {
          float: left;
          width: 18px;
          height: 14px;
          color: #fff;
          text-align: center;
          line-height: 16px;
          vertical-align: middle;
          font-family: arial;
          font-size: 12px;
          overflow: hidden; }
          .rightSide .hotCommentList .voteList-ul li .w-opt .w-order.w-order-1 {
            background-color: #43b1f0; }
          .rightSide .hotCommentList .voteList-ul li .w-opt .w-order.w-order-2 {
            background-color: #fd7400; }
          .rightSide .hotCommentList .voteList-ul li .w-opt .w-order.w-order-3 {
            background-color: #FFCC33; }
          .rightSide .hotCommentList .voteList-ul li .w-opt .w-order.w-order-4 {
            background-color: #CC6633; }

          .rightSide .hotCommentList .voteList-ul li .w-opt .w-order.w-order-5 {
            background-color: #99FFCC; }
          .rightSide .hotCommentList .voteList-ul li .w-opt .w-order.w-order-6 {
            background-color: #FF3366; }
          .rightSide .hotCommentList .voteList-ul li .w-opt .w-order.w-order-7 {
            background-color: #66CC99; }
          .rightSide .hotCommentList .voteList-ul li .w-opt .w-order.w-order-8 {
            background-color: #9900FF; }
          .rightSide .hotCommentList .voteList-ul li .w-opt .w-order.w-order-9 {
            background-color: #CC0099; }
          .rightSide .hotCommentList .voteList-ul li .w-opt .w-order.w-order-10 {
            background-color: #9966FF; }
        .rightSide .hotCommentList .voteList-ul li .w-opt .color {
          height: 14px; }
        .rightSide .hotCommentList .voteList-ul li .w-opt.w-opt-1 .color {
          background-color: #43b1f0; }
        .rightSide .hotCommentList .voteList-ul li .w-opt.w-opt-2 .color {
          background-color: #fd7400; }
        .rightSide .hotCommentList .voteList-ul li .w-opt.w-opt-3 .color {
          background-color: #FFCC33; }
        .rightSide .hotCommentList .voteList-ul li .w-opt.w-opt-4 .color {
          background-color: #CC6633; }

        .rightSide .hotCommentList .voteList-ul li .w-opt.w-opt-5 .color {
          background-color: #99FFCC; }
        .rightSide .hotCommentList .voteList-ul li .w-opt.w-opt-6 .color {
          background-color: #FF3366; }
        .rightSide .hotCommentList .voteList-ul li .w-opt.w-opt-7 .color {
          background-color: #66CC99; }
        .rightSide .hotCommentList .voteList-ul li .w-opt.w-opt-8 .color {
          background-color: #9900FF; }
        .rightSide .hotCommentList .voteList-ul li .w-opt.w-opt-9 .color {
          background-color: #CC0099; }
        .rightSide .hotCommentList .voteList-ul li .w-opt.w-opt-10 .color {
          background-color: #9966FF; }
        .rightSide .hotCommentList .voteList-ul li .w-opt .colorNum {
          position: relative;
          margin-left: 28px;
          height: 14px;
          background: #f4f4f4;
          float: left;
          width: 244px;
          margin-left: 10px; }
          .rightSide .hotCommentList .voteList-ul li .w-opt .colorNum .num {
            position: absolute;
            top: 0;
            left: 0;
            line-height: 14px;
            z-index: 10;
            font-family: "simsun","arial","helvetica","clean","sans-serif";
            font-size: 12px; }
      .rightSide .hotCommentList .voteList-ul li em {
        color: #e6000a;
        font-family: georgia;
        font-size: 16px; }
      .rightSide .hotCommentList .voteList-ul li .w-title {
        margin-bottom: 13px;
        color: #2c2c2c; }
      .rightSide .hotCommentList .voteList-ul li .voteResult {
        font-size: 12px;
        font-family: "simsun","arial","helvetica","clean","sans-serif"; }
        .rightSide .hotCommentList .voteList-ul li .voteResult .voteBtn {
          margin-top: 5px; }
          .rightSide .hotCommentList .voteList-ul li .voteResult .voteBtn a {
            display: block;
            width: 63px;
            height: 24px;
            background: #2CACF5;
            text-align: center;
            color: #fff;
            font: 13px/24px "microsoft yahei";
            border-radius: 3px;
            float: right; }
            .rightSide .hotCommentList .voteList-ul li .voteResult .voteBtn a:hover {
              background: #0b95e3; }
  .rightSide .adWrap {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center; }
    .rightSide .adWrap img {
      display: block;
      width: 100%; }

@media screen and (max-width: 1024px) {
   .header .headerInner {
    width: 100%;}
  .headerInner, .userBox {
    width: 100%; }
  
  /*跟帖管理*/
  .wxbTit {
    font-size: 38px;
    padding: 20px 5px; }

  .wxbContent {
    padding: 10px; }
    .wxbContent p {
      font-size: 20px;
      line-height: 44px; }

  .searchMainCnt .leftCnt, .searchMainCnt .rightCnt {
    width: 100%; }
  .searchMainCnt .rightCnt {
    border-right: 0;
    border-left: 0; }

  .searchCommentBox {
    padding: 15px; } }
.commentBox .faceList {
  width: 60%; }

.faceIconWrap {
  position: relative; }
  .faceIconWrap .toggleImg {
    margin: 10px 0 0 10px;
    display: block;
    width: 50px;
    height: 26px; }
    .faceIconWrap .toggleImg i {
      cursor: pointer;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 6px solid #ccc;
      position: relative;
      top: 12px;
      left: 10px; }

.faceIcons {
  position: absolute;
  left: 11px;
  top: 22px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  width: auto;
  max-width: 600px; }
  .faceIcons.hidden {
    display: none; }
  .faceIcons a {
    margin: 0 5px 8px 0;
    display: inline-block; }

@media only screen and (max-width: 768px) {
    .header .headerInner {
    width: 100%; }
  .header .headerInner .logoWrap img {
    width: 60%; }

  .jbContainer {
    width: 100%; }
    .jbContainer .jbContent .box {
      border: none;
      padding: 20px; }

  .leftSide, .rightSide {
    width: 100%; } }
/*
 * -----------------------------------------
 *  ~ 480  宽小于480的设备
 * -----------------------------------------
 */
@media only screen and (max-width: 480px) {
    .header .headerInner {
    width: 100%;}

  /*跟帖管理*/
  .wxbTit {
    font-size: 22px;
    padding: 15px 5px; }

  .wxbContent {
    padding: 10px; }
    .wxbContent p {
      font-size: 15px;
      line-height: 32px; }

  /*举报*/
  .jbContainer {
    margin-top: 10px; }
    .jbContainer .jbTitle .gltv-logo {
      line-height: 30px; }
      .jbContainer .jbTitle .gltv-logo img {
        width: 37%;
        padding-right: 10px;
        margin-right: 10px;
        margin-left: 8px; }
    .jbContainer .jbTitle span {
      font-size: 18px; }
      .jbContainer .jbTitle span.phone {
        float: none;
        display: block;
        text-align: center;
        font-size: 18px;
        line-height: 22px;
        margin-top: 5px; }

  /*回帖评论*/
  .newsTitle {
    font-size: 16px;
    margin-top: 0;
    padding: 10px 8px; }

  .commentBox {
    margin-top: 0px;
    padding: 0 8px; }
    .commentBox .commentTextareaTitle {
      font-size: 12px;
      line-height: 24px; }
      .commentBox .commentTextareaTitle .w-rightBox .w-num {
        font-size: 15px; }
    .commentBox .replySec {
      height: 34px;
      line-height: 34px; }
    .commentBox .replyLink {
      font-size: 15px;
      height: 34px;
      line-height: 34px;
      width: 100px; }

  .hotComment .w-contentTxt {
    font-size: 14px; }
  .hotComment .w-bottomBar .w-reply .w-rep-line {
    padding: 0 2px; }
  .hotComment .w-bottomBar .w-reply .w-rep-num {
    font-size: 14px; }

  .searchBox .voteList li {
    padding-left: 10px; }

  .searchTit h1 {
    font-size: 18px;
    padding-top: 0; }

  .searchTit p em {
    margin-left: 0; } }
/*
 * -----------------------------------------
 *  ~ 320  宽小于320的设备
 * -----------------------------------------
 */

/*# sourceMappingURL=basic_news.css.map */
