.page-title .info {
  text-align: left;
}

.page_wrap .list {
  display: flex;
  justify-content: space-evenly;
  margin: 30px 0;
}

.list > .item {
  position: relative;
  width: 32% !important;
  height: 300px;
  background-color: rgb(0, 0, 0, 0.7);
}

.list > .item > .item_text {
  padding: 50px;
  text-align: left;
  font-size: 22px;
  font-weight: bold;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0, 0.6);
  position: absolute;
  margin-right: 0;
  color: #fff;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.list > .item > .item_text li {
  width: 100%;
   list-style: disc;
  margin-bottom: 20px;
}
.list > .item > .item_text p::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  margin-right: 10px;
}
.data_show {
  border: 1px solid red;
  width: 800px;
  margin: 60px auto;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  background-color: #f3f3f3;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.data_show .data_show_item {
  margin-bottom: 20px;
  width: 50%;
  padding: 20px;
}
.data_show .data_show_item .yye {
  font-weight: bold;
  color: #fff;
  font-size: 22px;
}
.data_show .data_show_item .yye span {
  padding: 0 5px;
  background-color: #9c0000;
}
.data_show .data_show_item .money {
  font-size: 70px;
  font-weight: bold;
}
.data_show .data_show_item .bot {
  font-size: 18px;
  font-weight: bold;
}

.data_show .data_show_item .money > span {
  font-size: 34px;

  font-weight: bold;
}
.hxys {
  width: 100%;
  height: 570px;
  position: relative;
}
.hxys .hxys_img {
  /* height: 300px; */
  width: 300px;
  position: absolute;
top: 136px;
    left: 732px;
}

.hxys .hxys_img img {
  width: 100%;
  height: 100%;
}

.hxys .h_title .xh {
  color: #1c529c;
  font-weight: bold;
  margin-right: 6px;
  font-size: 30px;
}
.hxys .h_title {
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 5px;
  display: flex;
}
.xh_t {
  border-bottom: 2px solid #1c529c;
      text-wrap: nowrap;
    overflow: hidden;
}

.h01 {
  position: absolute;
      top: 45px;
    left: 734px;
}
.h02 {
  position: absolute;
  top: 158px;
    left: 218px;
}

.h03 {
  position: absolute;
      top: 222px;
    left: 218px
}

.h04 {
  position: absolute;
top: 289px;
    left: 218px;
}
.h04 .xh_t {
  width: 393px;
}

.h05 {
  position: absolute;
top: 158px;
    left: 1103px;
}

.h06 {
  position: absolute;
top: 222px;
    left: 1103px;
}

.h07 {
  position: absolute;
top: 289px;
    left: 1103px;
}

.h08 {
  position: absolute;
    top: 411px;
    left: 734px;
}

.ywfw {
      width: 75%;
  display: flex;
  margin: 50px  auto;
}
.left_img {
	width: 30%;
  display: flex;
  flex-direction: column;
}
.left_img img {
  height: 265px;
}


.right_cont {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
}
.r_c_item {
  font-size: 22px;
    font-weight: 700;
    width: 50%;
    display: flex;
     padding-left: 100px;
}
.r_c_item .fk{
      margin-top: 3px;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  background-color: #1c529c;
}

.r_c_item .r_c_f_t {
  display: flex;
  flex-direction: column;
}

.r_c_item .r_c_f_t .cn {
  text-align: left;
}
.r_c_item .r_c_f_t .en {
  text-align: left;
}

.hzhb {
	  margin: 50px  0;
}

