.news {
  position: relative;
  padding: 20px 0 10px;
  overflow: hidden;
  zoom: 1;
  border-bottom: 1px dotted #ccc;
}

.news .is_down {
  display: block;
  position: absolute;
  width: 38px;
  height: 38px;
  background: url(../images/icon-download.gif) no-repeat center;
  right: 0px;
  bottom: 69px;
}

.news a {
  float: left;
  margin-right: 18px;
  color: #666;
}

.news a img {
  width: 100px;
  height: 100px;
  float: left;
  margin-left: 10px;
}

.news h3 {
  color: #444;
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 10px;
  text-overflow: ellipsis;
  line-height: 23px;
  overflow: hidden;
  zoom: 1;
}

.news h3 a {
  white-space: nowrap;
  width: 455px;
  _width: 445px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 0px;
  color: #2c3e50;
  font-size: 18px;
}

.news h3 a:hover {
  color: #10a0ea;
}

.new,
.d1 {
  color: #f26c4f !important;
  font-size: 12px;
}

.news p {
  color: #5c697a;
  line-height: 25px;
  font-size: 12px;
  overflow: hidden;
  margin: 5px 0 9px;
  padding-right: 20px;
}
.view_icon {
  float: left;
  background: url(../images/bg_latest.png) no-repeat 1px -55px;
  padding-left: 29px;
  margin-right: 32px;
  font-weight: normal;
  color: #5c697a;
  font-size: 12px;
}
.type_icon {
  background: url(../images/bg_latest.png) no-repeat -2px -0px;
  display: inline-block;
  padding-left: 24px;
  margin-right: 32px !important;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
}
.updata_icon {
    background: url(../images/bg_latest.png) no-repeat -2px -20px;
    padding-left: 20px;
    height: 19px;
    line-height: 19px;
    display: inline-block;
}