@charset "UTF-8";

.left2_main {
  border: solid 1px #d5d5d5;
  padding-bottom: 15px;
  overflow: hidden;
}
.cntrBody{padding: 0 20px;}
.left2_main h1 {
  border-bottom: 1px dashed #CCCCCC;
  color: #333;
  font-size: 22px;
  line-height: 40px;
  padding: 10px 0;
  margin-bottom: 10px;
  text-align: center;
}
.info_con_tit {
  line-height: 24px;
  margin-bottom: 15px;
}
.info_con_tit .n_tit {
  text-align: center;
  color: #BCBBBB;
}
.info_con_tit span {
  margin-right: 20px;
}
.gduo {
  height: 30px;
  line-height: 30px;
  background: #f7f7f7;
  overflow: hidden;
  margin: 15px 0px;
  padding: 0 10px;
}
.gduo .fl {
  width: 450px;
  height: 30px;
  overflow: hidden;
}
.gduo .fr {
  width: 450px;
  height: 30px;
  overflow: hidden;
}
@media (max-width: 760px){
  .gduo{height: auto;}
  .gduo .fl{width: 100%;}
  .gduo .fr{width: 100%;margin-top: 10px;}
  .cntrBody img {max-width: 100%;}
}

.cntrBody p {
    font-size: 16px;
    line-height: 30px;
  margin: 10px 0;
}