.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);
}
.news .news-left,
.news .news-right {
  margin-top: 20px;
  padding: 15px 20px;
  background: #eff4f7;
}
.news .news-title {
  background: #fff;
  padding: 10px 30px;
  margin-bottom: 10px;
}
.news .news-title h4 {
  font-size: 16px;
  line-height: 1.5em;
  margin: 0;
  margin-left: -14px;
}
.news .news-title h4 a {
  color: #2e373d;
  text-decoration: none;
}
.news .news-title h4 a:hover {
  color: #00c1fb;
}
.news .news-title h4 span {
  font-size: 14px;
  color: #8ea0ab;
}
.news .news-title p {
  padding-top: 10px;
  margin: 0;
  border-top: 1px dashed #ddd;
  line-height: 1.5em;
  color: #6c7983;
}
.news .news-title .look-more span {
  float: right;
  font-size: 14px;
  line-height: 1.2em;
  color: #00c1fb;
}
.news .news-title .look-more em {
  float: right;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background: url(../../images/icon.png) 0 -470px no-repeat;
}
@media screen and (max-width: 767px) {
  .news .news-title {
    padding: 10px 20px;
  }
  .news .news-title h4 {
    margin-left: 0;
  }
  .news .news-title h4 a {
    display: block;
  }
  .news .news-title p {
    display: none;
  }
  .news .news-title .look-more {
    display: none;
  }
}
