﻿.inpage_left .inpage_title_1 {
  width: 100%;
  text-align: center;
}
.inpage_left_img {
  overflow: hidden;
  margin-bottom: 20px;
}
.inpage_left_img img {
  width: 100%;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
}
.inpage_left_img img:hover {
  transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.block_tittle_1 {
  width: 70%;
  margin-bottom: 10px;
}
.inpage_data_img {
  overflow: hidden;
  margin-bottom: 40px;
}
.inpage_data_img img {
  width: 49%;
}
.inpage_data_img img:nth-child(1) {
  float: left;
}
.inpage_data_img img:nth-child(2) {
  float: right;
}
.inpage_investment_push {
  margin-top: 20px;
}
.inpage_investment_push ul {
  overflow: hidden;
}
.inpage_investment_push li {
  float: left;
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 15px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
}
.inpage_investment_push li:hover {
  background: #dbf1fc;
}
.inpage_investment_push li:nth-child(5n) {
  margin-right: 0;
}
.inpage_investment_push a {
  text-align: center;
  border: 1px solid #dbf1fc;
  color: #1f1f1f;
  padding: 10px 0;
}
.inpage_investment_company {
  overflow: hidden;
  padding-top: 15px;
}
.inpage_invest_com_left {
  float: left;
  width: 35%;
}
.inpage_invest_com_left li {
  border: 1px solid #dbf1fc;
  padding: 15px;
  margin-bottom: 15px;
  transition: background 0.5s;
  -webkit-transition: background 0.5s;
  -o-transition: background 0.5s;
  -moz-transition: background 0.5s;
}
.inpage_invest_com_left li:hover {
  background: #dbf1fc;
}
.inpage_invest_com_left a {
  color: #0e9fee;
}
.inpage_invest_com_right {
  overflow: hidden;
  float: right;
  width: 63%;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
}
.inpage_invest_com_right:hover {
  opacity: 0.7;
}
.inpage_invest_com_img {
  float: left;
  width: 33%;
}
.inpage_invest_com_img img {
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}
.inpage_invest_com_word {
  font-size: 0.9em;
  float: right;
  width: 65%;
  color: #1f1f1f;
  line-height: 25px;
  height: 120px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gov_right .inpage_block {
    width: 100%;
  }
  .gov_right .inpage_block:nth-child(odd) {
    float: none;
  }
  .gov_right .inpage_block:nth-child(even) {
    float: none;
  }
  .gov_btn li {
    width: 100%;
    margin-bottom: 10px;
  }
  .inpage_invest_com_left,
  .inpage_invest_com_right,
  .inpage_invest_com_img,
  .inpage_invest_com_word {
    float: none;
    width: 100%;
  }
}
