.first {
  width: 1200px;
  height: 273px;
  position: relative;
  margin-top: 30px;
}

.first .photo {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 32px;
  height: 273px;
  z-index: 10;
}

.first .photo img {
  vertical-align: middle;
}

.first .content {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f4f4f4;
  width: 830px;
  height: 273px;
  cursor: pointer;
}

.first .content .title {
  position: absolute;
  left: 65px;
  /* top: 64px; */
  font-size: 18px;
  color: #111111;
}

.first .content .abstract {
  position: absolute;
  left: 66px;
  /* top: 114px; */
  margin-top: 50px;
  width: 563px;
  color: #666666;
  line-height: 28px;
  text-align: justify;
  text-justify: newspaper;
}

.first .content .datebox {
  position: absolute;
  right: 51px;
  /* top: 62px; */
}

.first .content .datebox .date {
  font-size: 28px;
  color: #333333;
}

.first .content .datebox .year {
  font-size: 16px;
  color: #bcbcbc;
  text-align: right;
  margin-top: 4px;
  margin-right: 4px;
}

.first .content:hover .title,
.first .content:hover .abstract {
  text-decoration: underline;
}

.list {
  width: 1200px;
  height: 628px;
  margin-top: 66px;
}

.list li {
  width: 600px;
  height: 182px;
  float: left;
  margin-bottom: 41px;
  position: relative;
  cursor: pointer;
}

.list li .datebox {
  position: absolute;
  left: 0;
  top: 0;
  width: 70px;
  height: 64px;
  background-color: #eeeeee;
  display: inline-block;
  padding: 20px 17px;
}

.list li .datebox .date {
  font-size: 28px;
  color: #333333;
  text-align: center;
}

.list li .datebox .year {
  font-size: 16px;
  color: #bcbcbc;
  text-align: right;
}

.list li:hover .datebox {
  background: #7ac925;
}

.list li:hover .datebox .date {
  color: #ffffff;
}

.list li:hover .datebox .year {
  color: #ffffff;
}

.list li .content {
  position: absolute;
  top: 0;
  left: 104px;
  display: inline-block;
  width: 493px;
  height: 182px;
  overflow: hidden;
}

.list li .content .title {
  font-size: 18px;
  color: #111111;
  padding-left: 36px;
  margin-top: 29px;
  width: 395px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
}

.list li .content .abstract {
  color: #666666;
  width: 390px;
  height: 80px;
  padding-left: 36px;
  margin-top: 25px;
  line-height: 28px;
  text-align: justify;
  text-justify: newspaper;
}

.list li:hover .content {
  background-color: #272727;
}

.list li:hover .content .title {
  color: #ffffff;
}

.list li:hover .content .abstract {
  color: #bcbcbc;
}
