.quanwen_list {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.quanwen_list ul li {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
.quanwen_list ul li:first-child {
  margin-top: 27px;
}
.quanwen_list ul li .quanwen_list_time {
  width: 162px;
  height: 130px;
  background: #fafafa;
  text-align: center;
  padding-top: 45px;
}
.quanwen_list ul li .quanwen_list_time p {
  font-size: 30px;
  color: #4c4c4c;
}
.quanwen_list ul li .quanwen_list_time span {
  display: block;
  font-size: 18px;
  color: #999;
  margin-top: 5px;
}
.quanwen_list ul li .quanwen_list_article{
  display: block;
width: 1005px;
height: 175px;
background-color: #fafafa;
}
.quanwen_list ul li .quanwen_list_article .bottom_article{
  width: 876px;
  height: 138px;
  margin: 37px 0 0 52px;

}
.quanwen_list ul li .quanwen_list_article .bottom_article h6{
  color: #4c4c4c;
  font-size: 18px;
  font-weight: 500;
  white-space: nowrap;
  overflow:hidden;
  text-overflow: ellipsis;
}
.quanwen_list ul li .quanwen_list_article .bottom_article .quanwen_content{
  width: 876px;
  height: 80px;
  font-size: 16px;
  color: #999;
  line-height:80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quanwen_list ul li .quanwen_list_article .bottom_article .quanwen_content p{
  line-height: 80px;
  width: 876px;
  height: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quanwen_list ul li .quanwen_list_article .bottom_article p span{
  color: #999;
  font-size: 16px;
vertical-align:1px;
margin-right: 3px;
}
/*分页码*/
.pc_page{
  min-width:50px;
  margin: 77px auto 0;
  text-align: center;

}
.pc_page>span{
  display: inline-block;
  width: 55px;
  height:43px;
  line-height: 43px;
  background-color: #5d9a36;
  margin: 0 5px;
}
.pc_page>a{
  display: inline-block;
  width: 55px;
  height:43px;
  line-height: 43px;
  background-color: #5d9a36;
  margin: 0 5px;
  font-size: 16px;
  color: #fff;
}
.pc_page .current{
  color: #4c4c4c;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}
.pc_page .prev{
  margin: 0 2px;
}
.pc_page .next{
  margin: 0 2px;
}
















