.itme-w
  {
    width: 600px;
    float: left;
    margin-right: 5px;
  }
  .read
  {
    border: none;
    width: 600px;
  }
  .read h4
  {
    border:none;
  }
  .read h4 span
  {
    float:none;
  }
  .itme-i-w
  {
    width: 600px;
  }
  .read .box li a
  {
    width: auto;
    max-width: 500px;
  }
  .now
  {
    width: auto;
    max-width: 500px;
  }

  .read .box li {
      padding-left: 20px;
  }
  .choices ul {
      background: #fff none repeat scroll 0 0;
      border-bottom: none;
      overflow: hidden;
      color: #888;
  }
  .choices ul li {
      border:1px solid #2bbdb8;

      -moz-border-radius: 8px 8px 0 0;      /* Gecko browsers */
      -webkit-border-radius: 8px 8px 0 0;   /* Webkit browsers */
      border-radius:8px 8px 0 0;            /* W3C syntax */
  }
  .filterlist a:hover, .active 
  {
      background:none;
       color: red;
      text-decoration: none;
      border-bottom:none!important; 
  }

  .choices ul li a:hover {
      color: red;
  }
  .choices ul li.active a 
  {
      background:none;
      color: red;

  }
  .none
  {
    border: none!important;
     border-bottom:1px solid #2bbdb8!important;
     width: auto;
     height: 100%;
     width: 50px;
     margin-top:1px;

  }
  .none a
  {
    cursor: auto;
  }
  .login
  {
    width: auto;
  }
  .asb
  {
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .asb a
  {
    width: auto!important;
    font-size: 14px!important;
    font-weight: 700;
    color: #bf21c9!important;
  }
  .gossip_gd
  {
    background: #eee;

  }
  .gossip_gd a
  {
    color: red;
  }
  .campus_channel .picture img {
      border: 2px solid #fff;
      border-radius: 2px;
      height: 70px;
      overflow: hidden;
      width: 80px;
      display: block;
  }
  .topic {
      border-bottom: 1px solid #eee;
      display: block;
      height: 85px;
      padding: 10px 0;
      position: relative;
      width: 100%;
  }
  .interval
  {
    width: 1px;
  }