.RandomNews {
  margin: 10px 0;
}
.RandomNews .diysr {
  height: 36px;
  line-height: 36px;
  padding-left: 27px;
  font-size: 14px;
  color: #1367c5;
  border: 1px solid #ccc;
  border-left: none;
  border-right: none;
}
.RandomNews .news_random {
  width: 100%;
  padding-top: 8px;
  padding-left: 10px;
}
.RandomNews .news_random ul li {
  height: 28px;
  line-height: 28px;
  padding: 0 17px 0 15px;
  width: 46%;
  float: left;
  overflow: hidden;
}
.RandomNews .news_random ul li .opo {
  float: right;
}
.RandomNews .news_random ul li a {
  display: inline-block;
  width: 70%;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.RandomNews .news_random ul li a:hover span {
  border-bottom: 1px solid;
}
