.Fr_news{
  display: none;
  width: 250px;
  height: 150px;
  position: fixed;
  right: 0;
  bottom: 150px;
  z-index: 9999;
  background: url(../img/Fr_newsbg.jpg);
}
.Fr_newsH{
  height: 30px;
  line-height: 30px;
  color: #fff;
  padding: 0 10px
}
.Fr_newsH i{
  font-style: normal;
  float: right;
  cursor: pointer
}
.Fr_newsC{
  overflow: hidden;
  padding: 17px 17px 6px 17px;
}
.Fr_newsC_L{
  float: left;
  margin-right: 10px;
  width: 83px;
  height: 83px;
  background: url(../img/Fr_newsimg.png);
  background-position: 41% 33%
}
.Fr_newsC_R{
  float: left;
  width: 112px;
}
.Fr_newsC_R a{
  text-decoration:none; 
  font-style: normal;
  display: block;
  color: #000;
  font-size: 14px;
  height: 38px;
  overflow:hidden;
  display:-webkit-box; 
  text-overflow:ellipsis;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  white-space:normal;
  word-wrap:break-word
}
.Fr_newsC_Rtitle{
  font-style: normal;
  font-size: 18px;
  margin: 0 0 3px 0
}
.Fr_newsC_R .Fr_news_look{
  margin-top: 5px;
  margin-left: 10px;
  display: block;
  width: 103px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  background: rgb(243, 70, 0)
}