.jgsz_info {
  text-align: center;
}
.jgsz_info h1 {
  color: #a41f1f;
  font-size: 30px;
  line-height: 60px;
}
.jgsz_info .yj_lm {
  width: 185px;
  padding: 10px 15px;
  margin: 20px auto;
  color: #fff;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background: #B8B823;
}
.jgsz_info .yj_lm a :hover {
  font-weight: bolder;
}
.jgsz_info ul {
  background: #f5f5f5;
  padding: 30px 30px;
}
.jgsz_info ul li {
   float:left;
  text-align: center;
  width: 305px;
  height: auto;
  margin: 10px 15px 20px 15px;

}
.jgsz_info ul li a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding:12px 10px;
  background: #A8152B;
transition-duration: 1s;
}
.jgsz_info ul li p {
  width: 80%;
  height: 32px;
  line-height: 32px;
  margin: 0 auto;
}
.jgsz_info ul li p a {
  font-size: 14px;
  display: block;
  text-align: center;
  color: #333;
  background: #fff;
}
.jgsz_info ul li div.sub_jgsz_list {
  display: block;
  width: 100%;
  background: #fff;
}
.jgsz_info ul li div.sub_jgsz_list p {
  background: url(../images/nei_img_19.png) 45px center no-repeat;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  padding-left: 58px;
  text-align: left;
}
.jgsz_info ul li div.sub_jgsz_list p a {
  font-size: 14px;
}
.jgsz_info ul li:hover a {
  transform: rotate(0) scale(1.1, 1.1);
  /*旋转和放大*/
}
.jgsz_info ul li:hover p a {
  color: #333;
}
.jgsz_info ul li:nth-of-type(3n+1) {
  margin-left: 0;
}
