.news-right .detail-information {
  width: 920px;
  float: right;
  background-color: #fff;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
}
.news-right .detail-information .blue {
  color: #017fea;
}
.news-right .detail-information .bread-list {
  height: 50px;
  border-bottom: 1px solid #ddd;
  padding-top: 20px;
  color: #333;
  font-size: 14px;
  box-sizing: border-box;
}
.news-right .detail-information .bread-list a {
  color: #333;
}
.news-right .detail-information .bread-list span {
  padding: 0 3px;
}
.news-right .detail-information .my_answer_center {
  margin-top: 30px;
}
.news-main-content .title {
  font-size: 24px;
  color: #383838;
  text-align: center;
  margin-top: 40px;
  line-height: 35px;
}
.news-main-content .post-time {
  text-align: center;
  font-size: 14px;
  color: #ccc;
  margin-top: 20px;
}
.news-main-content .post-time span {
  padding: 0 5px;
}
.news-main-content .news-paraph {
  margin-top: 30px;
  font-size: 14px;
  color: #333;
  line-height: 27px;
}
.news-main-content .news-paraph img {
  
  margin: 10px auto;
  max-width: 100%;
}
.download-doc {
  box-sizing: border-box;
  margin-top: 70px;
  font-size: 14px;
  position: relative;
}
.download-doc .down-title {
  color: #666;
  font-size: 14px;
}
.download-doc .doc-list {
  margin-top: 20px;
}
.download-doc .document-name a {
  color: #333;
  font-weight: 600;
  display: inline-block;
  line-height: 25px;
}
.download-doc .document-size {
  font-size: 14px;
  color: #666;
}
.download-doc .down-btn {
  width: 164px;
  height: 40px;
  background-color: #1192ff;
  color: #fff;
  line-height: 40px;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 18px;
  text-align: left;
  margin-top: 10px;
  display: block;
}
.download-doc .down-btn .download {
  width: 19px;
  height: 19px;
  display: inline-block;
  background: url("../image/download-icon.png") no-repeat center center;
  background-size: 100%;
  margin: 0 10px 0 28px;
  vertical-align: middle;
}
.news-common .title {
  padding-left: 20px;
  font-size: 14px;
  color: #333;
  margin-top: 40px;
}
.news-common textarea {
  width: 920px;
  height: 90px;
  border: 1px solid #ddd;
  text-indent: 15px;
  padding-top: 10px;
  box-sizing: border-box;
  margin: 20px 20px 20px 0;
  border-radius: 8px;
}
.news-common .btn-wrap {
  text-align: right;
  margin-top: 16px;
}
.news-common .btn-wrap .publish-common-btn {
  color: #fff;
  width: 80px;
  height: 30px;
  line-height: 30px;
  border-radius: 4px;
  display: inline-block;
  text-align: center;
  background-color: #1192ff;
  margin-left: 35px;
}

.separator {
  display: inline-block;
  margin-right: 12px;
  color: #ccd0d8;
}
.news-commonts-wrap {
  margin-bottom: 20px;
}
.news-commonts-wrap .head-title {
  background-color: #f1f4fb;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eaeaea;
  color: #7193ac;
}
.news-commonts-wrap .head-title .title {
  float: left;
}
.news-commonts-wrap .head-title .title.news-comment {
  width: 45%;
  padding-left: 50px;
  box-sizing: border-box;
}
.news-commonts-wrap .head-title .title.time {
  width: 20%;
  box-sizing: border-box;
}
.news-commonts-wrap .head-title .title.news-title {
  width: 25%;
  box-sizing: border-box;
}
.news-commonts-wrap .head-title .title.opation {
  width: 10%;
  box-sizing: border-box;
}
.news-main-content * {
  box-sizing: border-box;
}
.news-main-content .iterm {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
}
.news-main-content .iterm:last-child {
  border-bottom: none;
  padding-bottom: 0px;
}
.news-main-content .iterm .answer {
  border-bottom: 1px solid #ddd;
}
.news-main-content .iterm .answer:last-child {
  border-bottom: none;
}
.news-main-content .iterm .answer .block {
  float: left;
  line-height: 20px;
  padding-left: 15px;
  padding-right: 10px;
}
.news-main-content .iterm .answer .block-one {
  width: 45%;
  padding-left: 50px;
  padding-right: 50px;
}
.news-main-content .iterm .answer .block-one .form {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #999;
}
.news-main-content .iterm .answer .block-one .comment-main {
  color: #555;
  word-break: break-all;
  word-break: break-word;
  white-space: normal;
}
.news-main-content .iterm .answer .block-two {
  width: 20%;
  margin-top: 22px;
}
.news-main-content .iterm .answer .block-three {
  width: 25%;
  min-height: 55px;
}
.news-main-content .iterm .answer .block-three .news-name {
  display: block;
  margin-top: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}
.news-main-content .iterm .answer .block-three .who {
  display: inline-block;
  margin-right: 5px;
}
.news-main-content .iterm .answer .block-three .news-post-person {
  color: #999;
  text-align: left;
}
.news-main-content .iterm .answer .block-four {
  width: 10%;
  margin-top: 20px;
  cursor: pointer;
}
.news-main-content .replay-box {
  padding: 0 30px;
  margin-top: 20px;
  position: relative;
}
.news-main-content .replay-box .sanjiaoxin-out {
  left: 86px;
  right: auto;
  top: -16px;
  z-index: 10;
}
.news-main-content .replay-box .sanjiaoxin {
  border-bottom: 11px solid #eee;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  top: 6px;
}
.news-main-content .replay-box .sanjiaoxin-border {
  border-bottom: 13px solid #dcdcdc;
  top: 4px;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  left: -31px;
}
.news-main-content .replay-box .answer-list-box {
  background-color: #eceff6;
  border: 1px solid #e3e3e3;
}
.news-main-content .replay-box .answer.replay {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.news-main-content .replay-box .answer.replay:last-child {
  border-bottom: none;
}
.news-main-content .replay-box .answer.replay .block-one {
  width: 45%;
  padding-left: 20px;
  padding-right: 50px;
}

.news-batch-delete {
  margin-top: 20px;
  margin-left: 5px;
  color: #279ff5;
  cursor: pointer;
}
.news-batch-delete .blue-delete {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.news-batch-point {
  margin-top: 0px;
  margin-left: 5px;
  color: #279ff5;
}
.news-batch-point .popup {
  cursor: pointer;
}
.news-batch-point .blue-delete {
  margin-right: 10px;
  position: relative;
  top: -2px;
}