

/* 图片列表 */
.photo_list{
  width: 1200px;
  padding-bottom: 50px;
}
.photo_list ul {
  width: 1200px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.photo_list ul a{
  display: block;
  width: 380px;
  height: 332px;
  margin-top: 42px;
}
.photo_list ul a:hover span{
  color: #60a731;
  /* margin-top: -7px; */
  position: relative;
}
.photo_list ul a:hover p span::after{
  display: inline-block;
  content: url(../image/qt_sx.png);
margin-left: 120px;
position: absolute;
}
.photo_list ul li{
  width: 380px;
  height: 286px !important;

}
.photo_list ul li .introduce_img{
  width: 100%;
  height: 100%;
}
.photo_list ul li p{
  margin-top: 22px;
}
.photo_list ul li p span{
  float: left;
font-size:16px;
color:#4c4c4c;

}
.photo_list ul li p .right_jt{
  float: right;
  margin-top: 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;
}





























