@charset "utf-8";
/* LESS Document */
.app-detailed-wary {
  width: 100%;
  font-family: '宋体';
  line-height: 24px;
}
.app-detailed-wary .article_title {
  width: 94%;
  text-align: center;
  margin: 5px auto;
}
.app-detailed-wary .article_title h2 {
  font-size: 16px;
}
.app-detailed-wary .article_title p {
  font-size: 12px;
  color: #1a78ab;
  margin-top: 10px;
}
.app-detailed-wary .article_title p img {
  width: 20px;
  vertical-align: middle;
}
.app-detailed-wary table {
  width: 100%;
  background-color: #f2f2f2;
  color: #909090;
}
.app-detailed-wary table td {
  border-bottom: 1px solid #fff;
  padding: 4px 0;
}
.app-detailed-wary table td p {
  width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-detailed-wary table .td1 {
  padding: 4px 4px 4px 5%;
  width: 25%;
}
.app-detailed-wary table a {
  color: #1a78ab;
}
.app-detailed-wary .con_articles_wrap {
  margin: 20px auto 10px;
  width: 94%;
  font-size: 14px;
  color: #515151;
}
@media all and (min-width: 360px) {
  .app-detailed-wary table td p {
    width: 250px;
  }
}
