﻿
#slidebox {
    background-color: #FFFFFF;  
    bottom: 0;
    box-shadow: -2px 0 5px #AAAAAA;
    margin-right:12px;
    margin-bottom:10px;
    padding: 0px;
    position: fixed;
    width: 400px;
    z-index:1000;
}
a.close {
   /* background: url("images/close.gif") no-repeat left top ;*/
    background: url("images/close-btn.png") no-repeat  left top ;
    cursor: pointer;
    height: 29px;
    position: absolute;
    right: -12px;
    top: -12px;
    width: 29px;
    z-index: 1000;
}
.pop_news
{
      border: 1px solid #CCCCCC;
}
.pop_art
{
    padding:10px;
     text-align: left;
}
.pop_art ul li
{
         background: url("images/content_bullet.jpg") no-repeat left 2px ;
    margin-bottom: 5px;
    padding-left: 15px;
}
.pop_art ul li a
{
  color: #232323;
  font-size:13px;
}
.pop_tittle
{
    
}