.newsbox {
  float: right;
}
.newsbox .newsbox-title {
  width: 334px;
  height: 40px;
  position: relative;
  margin-bottom: 20px;
}
.newsbox .newsbox-title img {
  width: 100%;
  height: 100%;
}
.newsbox .newsbox-title a {
  width: 40px;
  height: 20px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.newsbox .newsbox-cont {
  margin-top: 16px;
  width: 100%;
}
.newsbox .newsbox-cont .newsbox-item {
  display: block;
  width: 100%;
  height: 32px;
  border-bottom: 1px dashed #ddd;
  position: relative;
  margin-bottom: 16px;
  text-decoration: none;
}
.newsbox .newsbox-cont .newsbox-item .item-title {
  width: 315px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 17.5px;
}
.newsbox .newsbox-cont .newsbox-item::before {
  content: '';
  display: block;
  width: 8.5px;
  height: 8.5px;
  background: url(../img/point.png) no-repeat;
  position: absolute;
  left: 0;
  top: 20%;
}
