/* 版心内容 */
.tuwen_list {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.tuwen_list ul li {
  height: 247px;
  margin-top: 46px;
  display: flex;
}
.tuwen_list ul li:first-child{
  margin-top: 7px;
}
.tuwen_list ul li .article_img {
  width: 329px;
  height: 247px;
}
.tuwen_list ul li .article_img img {
  width: 100%;
  height: 100%;
}
.tuwen_list ul li .article_list_div {
  width: 871px;
  height:247px;
  background: #fafafa;
}
.tuwen_list ul li .article_list_div .article_list_top{
width: 760px;
height: 95px;
border-bottom: 1px solid #e5e5e5;
margin-left: 39px;
padding-top: 10px;
}
.tuwen_list ul li .article_list_div .article_list_top a{
  display: block;
  font-size: 18px;
  color: #4c4c4c;
line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tuwen_list ul li .article_list_div .article_list_top span{
  font-size: 16px;
  color: #999;
}
/* .tuwen_list ul li .article_list_top:hover a{
  color: #60a731;
}
.tuwen_list ul li .article_list_top:hover span{
  color: #60a731;
} */

.tuwen_list ul li .article_list_div .article_list_bottom{
  height: 125px;
  width: 760px;
left: 40px;
position: relative;
overflow:hidden;
}
.tuwen_list ul li .article_list_div .article_list_bottom p{
  height: 62px;
  line-height: 30px;
  margin-top: 30px;
  font-size: 16px;
  color: #999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.tuwen_list ul li .article_list_div .article_list_bottom a{
  font-size: 16px;
  color: #999;
  position: absolute;
  right: 0;
}
.tuwen_list ul li .article_list_top a:hover  .article_list_bottom a{
  color: #579531;
}
.tuwen_list ul li .article_list_div .article_list_bottom a img{
  position: absolute;
  right: -35px;
  top: 5px;
}









