#organizationCon .mContent > .module_container {
  width: 1560px;
  max-width: 1560px;
}
#organizationCon .mContent .content_list .column {
  width: 20%;
}
@media (max-width: 1600px) {
  #organizationCon .mContent > .module_container {
    width: 1260px;
  }
}
.gzs_box {
  margin: 100px;
}
.gzs_box .fl {
  width: 33.3%;
}
.gzs_box .fl img {
  width: 100%;
}
.gzs_box .fr {
  width: 61%;
}
.gzs_box .info {
  margin-bottom: 50px;
}
.gzs_box .info > div {
  padding-bottom: 20px;
  border-bottom: 1px solid #ebebeb;
}
.gzs_box .info .info_title {
  font-size: 20px;
  font-weight: normal;
  color: #333333;
}
.gzs_box .info .info_subtitle {
  margin-left: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
}
.gzs_box .info p {
  text-align: justify;
  margin-top: 40px;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  color: #666666;
}
.bigger {
  overflow: hidden;
  width: 689px;
  height: 136px;
}
@media (max-width: 1600px) {
  .bigger {
    width: 589px;
  }
}
.bigger img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.bigger a:hover img {
  transform: scale(1.1);
}
