.ying_cang{
    font-size:8px;
    /*background:yellow;*/
    width: 66px;
    color: red;
	display: block;
    /*text-overflow: ellipsis;*/
    overflow: hidden;
    white-space: nowrap;
}
.ying_cang:hover{
    font-size:6px;
    color: blue;
    display: block;
    width: 120px;
    overflow: auto;
    white-space: normal;
}

 #popDiv{
  display: none;
  background-color: #DBF0FF;
  z-index: 88;
  width: 600px;
  height: 600px;
  position:fixed;
  top:0;
  right:0;
  left:0;
  bottom:0;
  margin:auto;
 }
 #popDiv .close a { /* 关闭按钮样式 */
  text-decoration: none;
  color: #2D2C3B;
 }
 #popDiv .close{ /* 弹出界面的关闭按钮 */
  text-align: right;
  margin-right: 5px;
  background: #CCC;
 }



