/* 产业布局列表 */
.indus_list {
  width: 1200px;
  margin: 55px auto 0 auto;
}

.indus_item {
  width: 582px;
  margin-right: 36px;
  margin-bottom: 59px;
}

.indus_item:nth-child(2n) {
  margin-right: 0;
}

.indus_item_img {
  width: 582px;
  height: 330px;
}

.indus_item_bottm {
  box-sizing: border-box;
  padding: 32px 30px 0 30px;
  position: relative;
  z-index: 1;
  display: block;
  margin: -90px auto 0 auto;
  width: 510px;
  height: 185px;
  background-color: #fff;
}

.indus_item_bottm:hover .indus_item_title>h1 {
  color: #206BD1;
  transition: all .3s ease-in-out;
}

.indus_item_bottm:hover .indus_item_title {
  border-bottom: 1px solid #206BD1;
  transition: all .3s ease-in-out;
}

.indus_item_bottm:hover .indus_item_icon_ac {
  display: inline-block;
  transition: all .3s ease-in-out;
}

.indus_item_bottm:hover .indus_item_icon {
  display: none;
  transition: all .3s ease-in-out;
}

.indus_item_title {
  padding-bottom: 15px;
  border-bottom: 1px solid #EBEBEB;
}

.indus_item_title>img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.indus_item_icon_ac {
  display: none;
}

.indus_item_title>h1 {
  display: inline;
  font-size: 24px;
  color: #333;
  margin-top: 4px;
  margin-left: 10px;
}

.indus_item_title>h1>span {
  margin-left: 10px;
  font-size: 14px;
  color: #D3D3D3;
}

.indus_item_desc {
  margin-top: 20px;
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  color: #999;
  line-height: 28px;
}

/* 产业布局内页 */
body {
  background-color: #f3f3f3;
}

.inner_content {
  width: 1200px;
  margin: 30px auto 53px auto;
}

.inner_content_right {
  box-sizing: border-box;
  padding: 48px 40px 100px 40px;
  width: 960px;
  min-height: 600px;
  margin-left: 20px;
  background-color: #fff;
}

.profile_title {
  padding-bottom: 14px;
  font-size: 24px;
  color: #333;
  border-bottom: 1px solid #F3F3F3;
}

.profile_title span {
  color: #206BD1;
}

.profile_title .profile_title_en {
  margin-left: 8px;
  font-size: 18px;
  color: #DCDCDC;
}

.indus_img {
  display: block;
  margin: 30px auto 0 auto;
}

.indus_desc {
  font-size: 16px;
  color: #333;
  line-height: 24px;
  margin-top: 20px;
}