.main{
  width:1100px;
  margin: 0 auto;
}
.listej_ym{
  min-height: 520px;
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;
}
.listej_ym a{
  width: 100%;
  box-sizing: border-box;
}
.listej_ym a.ejonef{
  display: block;
  margin-bottom: 30px;
}
.listej_ym .itemfrist{
  display: flex;
  width: 100%;
  height: 348px;
  background: url('./img/ejlybg.png') no-repeat;
  background-size: 100% 364px;
  background-position: 0 -14px;
  box-sizing: border-box;
}
.listej_ym .itemfrist .ifimg{
  min-width: 652px;
  width: 652px;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
.listej_ym .itemfrist .ifimg img{
  width: 100%;
  height: 100%;
  border-radius: 5px 0px 0px 5px;
  display: block;
}
.listej_ym .itemfrist .ifinfo{
  flex-shrink: 1;
  width: 100%;
  height: 348px;
  padding: 26px 28px 0 28px;
  box-sizing: border-box;
}
.listej_ym .itemfrist .ifinfo h2{
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 35px;
  color: #333333;
  text-align: left;
}
.listej_ym .itemfrist .ifinfo .deg{
  width: 100%;
  height: 156px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  margin-top: 22px;
  box-sizing: border-box;
}
.listej_ym .itemfrist .ifinfo .time{
  width: 100%;
  height: 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #999999;
  text-align: left;
  margin-top: 16px;
  box-sizing: border-box;
}
.listej_ym .itme {
  width: 100%;
  display: flex;
  padding: 0 18px 20px 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.listej_ym .itme .aimg{
  min-width: 182px;
  width: 182px;
  height: 118px;
  overflow: hidden;
  box-sizing: border-box;
}
.listej_ym .itme .aimg img{
  width: 100%;
  height: 100%;
  border-radius: 5px;
  display: block;
}
.listej_ym .itme .info{
  flex-shrink: 1;
  width: 100%;
  height: 118px;
  padding-left: 17px;
  box-sizing: border-box;
}
.listej_ym .itme .info h2{
  width: 100%;
  height: 29px;
  font-size: 20px;
  font-weight: 500;
  line-height: 29px;
  color: #333333;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listej_ym .itme .info .deg{
  width: 100%;
  height: 52px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  box-sizing: border-box;
}
.listej_ym .itme .info .bqline{
  width: 100%;
  height: 19px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #12BBB7;
  text-align: left;
  margin-top: 12px;
  box-sizing: border-box;
}
.listej_ym a:last-child {
  border-bottom: none;
}
.listej_ym a.itme:hover .info h2,
.listej_ym a:hover .itemfrist .ifinfo h2{
  color: #12BBB7;
}
