@charset "UTF-8";
/* CSS Document */

.dj_traffic {
  width: 900px;
  height: 481px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 1001;
  padding: 20px 50px 50px;
  margin-left: -450px;
}
.dj_close {
  float: right;
  top: 10px;
  right: 10px;
  display: block;
  width: 23px;
  height: 23px;
  background: url(/resources/images/u153.png) no-repeat;
  cursor: pointer;
  margin-right: -40px;

}
.traffic_title {
  font-size: 20px;
  color: #666;
  line-height: 21px;
  margin-bottom: 9px;
}