.safe {
  padding-top: 20px;
  margin-bottom: 10px;
  /*导航*/
  /*主体内容*/
  /*图文并列区*/
}
.safe .row {
  margin-left: 0;
  margin-right: 0;
}
.safe .safe-lis > div {
  position: relative;
  display: block;
  float: left;
  height: 40px;
  background: #2e373d;
  cursor: pointer;
}
.safe .safe-lis > div h3 {
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 2.5em;
  margin: 0;
}
.safe .safe-lis .current {
  background: #00c1fb;
}
.safe .safe-lis .current .x-sjx {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 49%;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #00c1fb;
}
.safe .pro-con {
  margin-top: 20px;
  /*文字部分*/
}
.safe .pro-con .img-show {
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #dbe1e1;
}
.safe .pro-con .content {
  border: 1px solid #dbe1e1;
  background: #f9fafc;
  margin-top: 10px;
  padding: 10px 0 0 0;
}
.safe .pro-con .content .text {
  line-height: 1.5em;
}
.safe .pro-con .content .text p {
  margin-bottom: 0;
}
.safe .pro-con .content .text .pub-con {
  margin-top: 10px;
  padding-bottom: 18px;
}
.safe .pro-con .content .text .pub-con .col-xs-12 {
  padding-left: 0;
  padding-right: 0;
}
.safe .pro-con .content .text .pub-con .col-xs-12 .pub-title {
  color: #00c1fb;
  line-height: 1.5em;
  padding-left: 15px;
  background: url(../../images/icon.png) -5px -495px no-repeat;
}
.safe .pro-con .content .text .pub-con .col-xs-12 p {
  color: #6c7983;
}
.safe .text-img {
  margin-top: 10px;
}
.safe .text-img > div {
  padding: 0;
  margin-bottom: 10px;
  border: 1px solid #dbe1e1;
}
.safe .text-img .row {
  background: #eff4f7;
}
.safe .text-img .row > div {
  padding: 0;
}
.safe .text-img .row .text-show {
  padding: 10px;
  color: #6c7983;
}
.safe .text-img .row .img-save {
  position: relative;
}
.safe .text-img .row .img-save .alt-show {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  height: 33px;
  font-size: 14px;
  color: #fff;
  line-height: 33px;
  text-align: center;
  background: rgba(0, 193, 252, 0.8);
}
.public-safe .safe-content {
  margin-top: 20px;
}
.public-safe .safe-content .safe-con {
  margin-bottom: 20px;
  border: 1px solid #dbe1e1;
}
.public-safe .safe-content .safe-con .info-text {
  border-top: 1px solid #dbe1e1;
  background: #f9fafc;
  padding: 10px;
  coloe: #2e373d;
}
.public-safe .safe-content .safe-text {
  background: #eff4f7;
  margin-bottom: 10px;
  padding: 15px 0;
}
.public-safe .safe-content .safe-text .img-text {
  border: 1px solid #dbe1e1;
  background: #fff;
  margin-bottom: 20px;
}
.public-safe .safe-content .safe-text .img-text .infor-img {
  padding: 0;
}
.public-safe .safe-content .safe-text .img-text h4 {
  font-size: 16px;
  color: #00c1fb;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.public-safe .safe-content .safe-text .img-text p {
  line-height: 1.7em;
  color: #6c7983;
  margin: 0;
}
.public-safe .safe-content .safe-text .img-text .look-more {
  float: right;
  margin: 10px 0;
}
.public-safe .safe-content .safe-text .img-text .look-more span {
  float: right;
  line-height: 1.2em;
  color: #00c1fb;
}
.public-safe .safe-content .safe-text .img-text .look-more em {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url(../../images/icon.png) 0 -470px no-repeat;
}
.public-safe .safe-content .safe-text .img-text:hover {
  border-color: #00c1fb;
}
