.news{
  padding-bottom: 89px;
}
.news .item {
  display: block;
  border:1px solid #e5e5e5;
  padding: 54px 32px;
  overflow: hidden;
  margin-bottom: 50px;
}
.news .item:hover{
  box-shadow:3px 6px 24px 0px rgba(179,179,179,0.3);
}
.news .item .date {
  float: left;
  width: 216px;
  height: 216px;
  background: #44632B;
}
.news .item .pic {
  float: right;
  width: 288px;
  height: 216px;
  overflow: hidden;
}
.news .item .info {
  margin: 0 288px 0 216px;
  padding: 50px 117px;
  font-size: 20px;
  line-height: 35px;
  color:#999;
}
.news .item .title {
  font-size: 20px;
  color:#353535;
}
.news .item .text {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news .year {
  color:#ccc;
  font-size: 28px;
  margin: 71px 0 0 54px;
}
.news .day {
  color:#fff;
  font-size: 34px;
  margin: 18px 0 0 52px;
}
/* 新闻详情 */
.news .detail {
  padding: 51px 110px;
  margin: 0 10%;
  border:1px solid #739458;
}
.detail .top {
  line-height: 50px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #A0A0A0;
  text-align: center;
}
.detail .title {
  font-size: 30px;
  color:#313131;
}
.detail .date,.detail .click  {
  font-size: 16px;
  color:#898989;
}
.detail .content {
  padding-top: 30px;
  font-size: 18px;
  line-height: 36px;
  color:#343434;
}
.news .detail .content img{
  width: 100%;
}
.detail .w100 {
  margin: 30px 0;
}
