.row-a2 {
  display: flex;
  flex-direction: column;
  background: #f0f0f0;
}

.row-a2 .crumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  line-height: 30px;
  font-size: 12px;
}

.row-a2 .crumb span:last-child {
  color: #932e32;
}
.row-a2 .con{
  margin: 20px auto;
  width: 90%;
  background: #fff;
  padding: 20px 150px;
  border-radius: 3px;
}
.row-a2 .con .title{
  display: flex;
  flex-direction: column;
}
.row-a2 .con .title .tit{
  font-size: 24px;
  font-weight: 600;
  line-height: 70px;
}
.row-a2 .con .title .tips{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
}
.row-a2 .con .title .tips .txt{
  color: #999999;
  margin-right: 5px;
}
.row-a2 .con .title .tips a{
  margin-right: 5px;
  color: #2b4478;
}
.row-a2 .con .title .tips .date{
  color: #999999;
}
.row-a2 .con .desc{
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
.row-a2 .con .desc .pic{
  text-align: center;
  margin: 10px 0;
}

.row-a2 .con .desc p{
  margin: 10px 0;
}
.row-a2 .con .desc .tit{
  text-align: center;
  line-height: 50px;
  font-size: 16px;
}
.row-a2 .con .desc p.indent{
  text-indent: 30px;
}

@media only screen and (max-width: 959px) {
  .row-a2 .con{
    padding:20px;
  }
  .row-a2 .con .title .tit{
    line-height: 50px;
    padding: 10px 0;
  }
}

@media only screen and (max-width: 769px) {
  .row-a2 .con{
    padding:20px 10px;
  }
  .row-a2 .con .title .tit{
    line-height: 35px;
    padding: 15px 0;
  }
}
@media only screen and (max-width: 500px) {
  .row-a2 .con .desc p{
    font-size: 12px;
  }
}