.ul{    display: none;    float: none;
    border-radius: 0 0 8px 8px;
    background: #fff;
    position: absolute;
    overflow: hidden;
    left: -10px;}
    .ul li{float: none;border-bottom: 1px solid #b3adad;
    line-height: 35px;
   
    text-align: center;
    padding: 0 20px;}
    .ul li a{    color: #000;}
.dropdown:hover .ul{display:block !important;}
.li:hover{background-color: #b5322d !important;}
    
    .li:hover a{ color: #fff !important;}
.hyyw .hyyw_list {
  overflow: hidden;
  padding: 0px 0px 25px 0;
  /*border-bottom: 1px solid #ccc;*/
   border-bottom: 1px dashed #888888;
    padding-bottom: 15px;
    margin-bottom: 15px;
    width: 450px;
    border-bottom: 1px solid #f0f0f0;}
.hyyw .hyyw_list:hover{

 background: #f8f9fa;}

.hyyw .hyyw_list .date {
    float: left;
    width: 53px;
    height: 23px;
    text-align: center;}
.hyyw .hyyw_list .date .ri {
    font-size: 15px;
    text-align: center;
    color: #fff;
    line-height: 22px;}

.hyyw .hyyw_list .date .ny {
  font-size: 13px;
 line-height: 8px;}
.hyyw .hyyw_list .text {
  float: right;
  width: calc(100% - 96px);}

.hyyw .hyyw_list .text a {
  display: block;
  line-height: 1.5rem;
  font-size: 16px;
  height: 28px;
  /*overflow: hidden;*/
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #484343;}
