@charset "UTF-8";
/* 全省要闻 */
.detailWrap {
  float: left;
  width: 862px;
  padding: 20px 28px 28px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 5px #f4f4f4;
          box-shadow: 0 0 5px #f4f4f4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.detailWrap .title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #aa231b;
  font-weight: bold;
  text-align: center;
}

.detailWrap .msg {
  font-size: 16px;
  color: #666666;
  text-align: center;
}

.detailWrap .msg span {
  margin: 0 16px;
}

.detailWrap .content {
  line-height: 28px;
  font-size: 16px;
  color: #333;
  text-align: center;
}

.detailWrap .content .paragraph {
  /*text-indent: 2em;*/
  margin: 24px 0;
  text-align: left;
}

.detailWrap .content .content-img {
  max-width: 716px;
  margin: auto;
}

.detailWrap .from {
  font-size: 16px;
  color: #333;
  text-align: center;
}
