.detail-tit {
  text-align: center;
  padding-top: 30px;
}
.detail-tit .p1 {
  font-size: 60px;
  line-height: 80px;
  font-weight: bold;
  color: #279c55;
}
.detail-tit .p2 {
  color: #333333;
  font-size: 30px;
  line-height: 30px;
}
.detail-tit .p2 span {
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 1px;
  background: #bfbfbf;
  margin: 0 16px;
}
.detail-tit .p3 {
  color: #999999;
  font-size: 13px;
  line-height: 1;
  margin-bottom: 28px;
}
.detail-tit .p3 i {
  color: #279c55;
}
.news-list {
  text-align: left;
  margin-top: 44px;
}
.news-list > ul {
  font-size: 0px;
}
.news-list > ul li {
  position: relative;
  width: 590px;
  height: 220px;
  border: 1px solid #dcdcdc;
  padding: 30px 36px;
  line-height: 1;
  display: inline-block;
  margin-right: 20px;
  margin-top: 20px;
}
.news-list > ul li:nth-child(even) {
  margin-right: 0;
}
.news-list > ul li .date {
  font-size: 30px;
  color: #279c55;
}
.news-list > ul li .line {
  position: absolute;
  width: 80px;
  left: 36px;
  top: 67px;
  height: 2px;
  background: #279c55;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.news-list > ul li .title {
  display: block;
  color: #333333;
  font-size: 18px;
  margin-top: 41px;
  transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}
.news-list > ul li .desc {
  color: #666666;
  font-size: 13px;
  line-height: 28px;
  margin-top: 23.5px;
}
.news-list > ul li:hover {
  border-color: #279c55;
}
.news-list > ul li:hover .line {
  width: 100%;
  left: 0;
}
.news-list > ul li:hover .title {
  color: #279c55;
}
