.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;}

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

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

.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;}
width: 700px;margin: 0 auto;
