.JiDianAnLi {
  width: 100%;
  height: 265px;
  background: url("../images/JingDian.jpg") no-repeat center;
  background-size: 100% 265px;
  margin-top: 10px;
}

.Anli {
  margin-top: 34px;
   height: 1400px; 
  /* background-color: bisque; */
  /* height: auto; */
  padding: 30px 0;
  /* border-bottom: 2px solid #e4e4e4; */

}
.AnliBuChong {
  margin-top: 34px;
   height: 1378px; 
  /* background-color: bisque; */
  /* height: auto; */
  padding: 30px 0;
  /* border-bottom: 2px solid #e4e4e4; */

}

.rightcontainer_AnLi {
  float: left;
  width: 79%;
  height: auto;
  border-left: 2px solid #e4e4e4;
  /* background-color: aqua; */
}

.AnLi1 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 328px;
  border-bottom: 10px;
  margin-top: 10px;
  /* background-color: azure; */
}

.AnLi1 .AnLi1_left {
  position: absolute;
  left: 0;
  top: 0;
  height: 269px;
  /* background-color: rgb(235, 66, 19); */
  width: 40%;
  margin-left: 41px;
  /* padding-top: 50px; */
}
.AnLi1 .AnLi1_left h3{
  font-size: 20px;
  padding-bottom: 20px;
  color: rgb(36,94,146);


}

.AnLi1_left span h1 {
  display: block;
  margin-left: 10px;

}

.AnLi1_left span h2 {
  display: block;
  margin-left: 10px;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: -7px;
}

.spamnTitle {
  text-indent: 2em;
  margin-left: 26px;
  font-size: 15px;
  margin-top: 5px;
}

.AnLi1 .AnLi1_right {
  position: absolute;
  left: 41%;
  top: 0;
  height: 320px;
  width: 40%;
  /* background-color: rgb(228, 29, 189); */
  margin-left: 114px;
}

.AnLi1_right img {
  width: 100%;
  height: 100%;
  background-size: 40% 320px;
}
.AnLi1 .AnLi1_right1 {
  position: absolute;
  left: 41%;
  top: 0;
  height: 320px;
  width: 40%;
  /* background-color: rgb(228, 29, 189); */
  margin-left: 114px;
}
.AnLi1_right1 img {
  width: 109%;
  height: 100%;
  background-size: 40% 320px;
  margin-left: 45px;
}
/* ---------------------------------------------- */
.AnLi2 {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 342px;
  border-bottom: 10px;
  margin-top: 10px;
  /* background-color: azure; */
}

.AnLi2 .AnLi2_right {
  position: absolute;
  left: 41%;
  top: 0;
  height: 269px;
  /* background-color: rgb(235, 66, 19); */
  width: 40%;
  margin-left: 110px;
  padding-top: 50px;
}

.AnLi2_right span h1 {
  display: block;
  margin-left: 10px;

}

.AnLi2_right span h2 {
  display: block;
  margin-left: 10px;
  font-size: 14px;
  margin-top: 2px;
  margin-bottom: -7px;
}

.spamnTitle2 {
  text-indent: 2em;
  margin-left: 26px;
  font-size: 15px;
  margin-top: 5px;
}

.spamnTitle23 {
  display: block;
  text-indent: 2em;
  margin-left: 26px;
  font-size: 15px;
  margin-top: 15px;
}
.AnLi2 .AnLi2_left {
  position: absolute;
  left: 0;
  top: 0;
  height: 320px;
  width: 40%;
  /* background-color: rgb(228, 29, 189); */
  margin-left: 30px;
}

.AnLi2_left img {
  width: 100%;
  height: 100%;
  background-size: 40% 320px;
}

/* ----------------------------- */
.Pagination {
  float: left;
  margin-top: 10px;
  /* width: 100%; */
  height: 50px;
  /* background-color: aqua; */
  padding-left: 45%;
}

.Pagination span {
  float: left;
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-weight: bold;
  margin-left: 30px;
  border: 3px solid rgb(75, 73, 73);
}

.Pagination span a {
  font-size: 25px;
  color: black;
}

.Pagination span a:hover {
  color: red;
}