.ws_new_box a {
  color: #333;
  text-decoration: none;
}
.ws_new_box .lbt_nav a:hover{
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
.ws_new_box a:hover {
  color: #D43030;
  text-decoration: underline;
  cursor: pointer;
}
.ws_new_box .ws_new_box_words {
  text-align: center;
}
.ws_new_box .ws_new_box_words .ws_new_box_text {
  padding-top: 10px;
}
.ws_new_box .ws_new_box_words .ws_new_box_item {
  width: 48%;
  position: relative;
}
.ws_new_box .ws_new_box_words .ws_new_box_left {
  cursor: pointer;
}
.ws_new_box .ws_new_box_words .ws_new_box_left img {
  width: 100%;
  height: 400px;
}
.ws_new_box .ws_new_box_words .ws_new_box_left .img_text {
  color: #fff;
  text-align: left;
  position: absolute;
  height: 50%;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(28, 46, 59, 0) 0%, #091117 100%);
}
.ws_new_box .ws_new_box_words .ws_new_box_left .img_text .text_text {
  padding-top: 10px;
  width: 55%;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ws_new_box .ws_new_box_words .ws_new_box_left_right .jiantou_xiangyou_o {
  color: #fff;
  font-size: 30px;
  height: 20px;
  display: none;
}
.ws_new_box .ws_new_box_words .ws_new_box_left_right .new_list .new_li {
  align-items: center;
  padding-bottom: 5%;
  border-bottom: 1px solid rgba(119, 119, 119, 0.1);
}
.ws_new_box .ws_new_box_words .ws_new_box_left_right .new_list .new_li .new_li_left .row {
  margin: 10px 0;
  width: 50px;
  height: 1px;
  background: rgba(119, 119, 119, 0.1);
}
.ws_new_box .ws_new_box_words .ws_new_box_left_right .new_list .new_li .new_li_right {
  padding-left: 20px;
  text-align: left;
  line-height: 25px;
  margin-top:-5px;
}
.ws_new_box .ws_new_box_words .ws_new_box_left_right :hover .jiantou_xiangyou_o {
  display: block;
}
.yy1{
  margin: 6px 0;
  width: 50px;
  height: 1px;
}
.yy2{
  overflow: hidden;
  height: 20px;
  
  text-overflow: ellipsis;
  white-space: nowrap;
}