@charset "UTF-8";
.over_hidd {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main_31 {
  width: 27.27%;
  background: #f4f4f4;
}

.main_311 {
  min-height: 50px;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

.dis_block {
  display: block;
}

.main_313 {
  width: 90%;
  min-height: 80px;
  margin-left: 5%;
  padding: 0 5%;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
}

.boxSizing_borbox {
  line-height: 32px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

.main_3131 {
  font-weight: bold;
}

.main_3132 {
  padding-left: 7%;
}

.dis_block {
  display: block;
}

.main_32 {
  width: 71%;
  background: #fff;
}

.main_322 {
  line-height: 40px;
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 600;
}

.main_322 li {
  height: 38px;
  padding: 0 2%;
}

/*领导介绍*/
.main_323 {
  min-height: 200px;
}

.main_3231 {
  width: 21.97%;
  height: 200px;
  text-align: center;
}

.main_3231 img {
  width: 120px;
  height: 180px;
}

.main_3232 {
  width: 77%;
  min-height: 200px;
}

.main_32321 {
  font-weight: bold;
  padding-right: 10px;
}

.main_32321 span {
  font-weight: normal;
}

.main_32322 {
  text-align: center;
  border: 1px solid #cbcbcb;
}

.main_325 {
  line-height: 30px;
  padding: 0 2%;
  text-indent: 2em;
  margin-bottom: 10px;
}

.main_326 {
  min-height: 200px;
}

.main_326 > ul {
  width: 100%;
  padding-bottom: 10px;
}

.main_3262 {
  font-weight: bold;
}

.icon-fengexian {
  font-size: 22px;
}

.icon-lingdao {
  padding-right: 5px;
}

@media screen and (max-width: 800px) {
  .main_31,
  .main_32 {
    width: 100%;
  }
  .main_3132 {
    display: inline-block;
    width: -webkit-calc(33.3333333333% - 15px);
    width: -moz-calc(33.3333333333% - 15px);
    width: calc(33.3333333333% - 15px);
    padding: 0;
    text-align: center;
  }
}
@media screen and (max-width: 576px) {
  .main_3231,
  .main_3232 {
    width: 100%;
  }
}