@charset "UTF-8";
.content-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0;
  overflow: hidden;
  background: url("../images/inner-bg.png") center top no-repeat;
  background-size: contain;
}

.content-bg .layout-box .layout-content .main-content {
  width: 800px;
  margin-right: 16px;
}

.content-bg .layout-box .layout-content aside {
  width: 384px;
}

/*问答百科-详情*/
.box50 .plate50 .plate-content .wrapper {
  padding: 16px;
  background-color: #fff;
}

.box50 .plate50 .plate-content .wrapper .infos-header {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  background-color: #fff;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.box50 .plate50 .plate-content .wrapper .infos-header div {
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin-right: 10px;
  white-space: nowrap;
}

.box50 .plate50 .plate-content .wrapper .infos-header div a {
  display: inline-block;
  vertical-align: top;
  color: #666666;
}

.box50 .plate50 .plate-content .wrapper .infos-header span {
  white-space: nowrap;
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  margin-right: 10px;
}

.box50 .plate50 .plate-content .wrapper .infos-header span:last-of-type {
  margin-right: 0;
}

.box50 .plate50 .plate-content .wrapper .title-box {
  display: flex;
  background-color: #fff;
  margin-bottom: 24px;
}

.box50 .plate50 .plate-content .wrapper .title-box img {
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  flex-shrink: 0;
}

.box50 .plate50 .plate-content .wrapper .title-box p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  color: #000;
}

.box50 .plate50 .plate-content .wrapper #show-summernote {
  border: none;
  width: 120px;
  height: 40px;
  outline: none;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #cc191b;
}

.box50 .plate50 .plate-content .wrapper #show-summernote.off {
  display: none;
}

.box50 .plate50 .plate-content .wrapper .answer-list {
  margin-top: 24px;
}

.box50 .plate50 .plate-content .wrapper .answer-list dl {
  margin-bottom: 0;
}

.box50 .plate50 .plate-content .wrapper .answer-list dl dt {
  margin-bottom: 0;
  background-color: #f5f5f5;
  font-size: 18px;
  color: #000;
  line-height: 56px;
  padding: 0 16px;
}

.box50 .plate50 .plate-content .wrapper .answer-list dl dd {
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  padding: 24px 0 20px;
}

.box50 .plate50 .plate-content .wrapper .answer-list dl dd.best::after {
  content: "";
  display: block;
  width: 97px;
  height: 80px;
  background: url("../images/icon-best.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 20px;
  right: 20px;
}

.box50 .plate50 .plate-content .wrapper .answer-list dl dd .user {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.box50 .plate50 .plate-content .wrapper .answer-list dl dd .user .user-portrait {
  flex-shrink: 0;
  display: block;
  width: 70px;
  height: 70px;
  margin-right: 16px;
}

.box50 .plate50 .plate-content .wrapper .answer-list dl dd .user .user-portrait img {
  display: block;
  width: 100%;
  height: 100%;
}

.box50 .plate50 .plate-content .wrapper .answer-list dl dd .user .infos-box span {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}

.box50 .plate50 .plate-content .wrapper .answer-list dl dd p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.page-box {
  background-color: #fff;
}

#summernote-box {
  display: none;
}

#summernote-box .note-editor {
  margin-bottom: 24px;
}

#summernote-box form {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

#summernote-box form textarea {
  width: 100%;
  resize: none;
  display: none;
}

#summernote-box form button {
  border: none;
  width: 120px;
  height: 40px;
  outline: none;
  line-height: 40px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: #cc191b;
}

#summernote-box .card-header {
  background-color: #fff;
  padding: 0;
}

#summernote-box .note-btn {
  background-color: #fff;
  color: #333;
  border: none;
  border-radius: 0;
}

#summernote-box .note-dimension-picker-mousecatcher {
  background-color: #f96;
}

#summernote-box .note-dimension-picker-highlighted {
  background-color: #f69;
}

#summernote-box .note-dimension-display {
  background-color: #96f;
  text-align: center;
}

#summernote-box .modal-dialog .modal-content .modal-header {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

#summernote-box p {
  margin-bottom: 0;
}

.note-popover.popover {
  display: none;
}

/*问答百科-详情-end*/
/*编辑器样式*/
/*媒体查询*/
@media only screen and (max-width: 1200px) {
  .content-bg .layout-box .layout-content .main-content {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .content-bg .layout-box .layout-content .main-content .box .plate {
    max-width: 100%;
  }
  .content-bg .layout-box .layout-content aside {
    width: 100%;
  }
}

/*媒体查询-end*/





/*详情页相关问答*/

.lattice-header.style-b .title-box .title span{
	line-height: 60px !important;
}

.lattice-header.style-b .title::before {
    content: "";
    display: block;
    width: 5px;
    height: 16px;
    background-color: #cc191b;
    margin-right: 10px;
}

.lattice-header.style-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.lattice-header.style-b .title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    width: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}


.lattice-header.style-b .title-box .title span {
    display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    color: #000;
}

.askbox.plate-content .wrapper-l { margin-right: 24px; }

.askbox.plate-content .wrapper-l .lattice-header { margin-bottom: 24px; }

.askbox.plate-content .wrapper-l .lattice-content { width: 796px;  margin: 0 auto; }

.askbox.plate-content .wrapper-l .lattice-content ul { margin-bottom: 0px; background-color: #fff; margin-bottom: -24px; }

.askbox.plate-content .wrapper-l .lattice-content ul.show { display: block; }

.askbox.plate-content .wrapper-l .lattice-content ul li { float: left; width: 49%; margin-right: 2%; margin-bottom: 24px; background-color: #fff; min-height: 70px; }

.askbox.plate-content .wrapper-l .lattice-content ul li:nth-child(2n) { margin-right: 0; }

.askbox.plate-content .wrapper-l .lattice-content ul li:hover { background-color: #cc191b; }

.askbox.plate-content .wrapper-l .lattice-content ul li:hover a .infos-box h1 span { color: #fff; }
.askbox.plate-content .wrapper-l .lattice-content ul li:hover a .infos-box h3 span { color: #fff; }
.askbox.plate-content .wrapper-l .lattice-content ul li:hover a .infos-box .marks span { color: #fff; }


.askbox.plate-content .wrapper-l .lattice-content ul li a { display: -webkit-box; display: -ms-flexbox; display: flex; }

.askbox.plate-content .wrapper-l .lattice-content ul li a img { display: block; width: 70px; height: 70px; margin-right: 14px; -ms-flex-negative: 0; flex-shrink: 0; }

.askbox.plate-content .wrapper-l .lattice-content ul li a .infos-box { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 0; padding-right: 16px; min-height: 70px; }

.askbox.plate-content .wrapper-l .lattice-content ul li a .infos-box h1,.infos-box h3 { margin-bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 10px; }

.askbox.plate-content .wrapper-l .lattice-content ul li a .infos-box h1 span,.infos-box h3 span { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; display: block; font-size: 16px; line-height: 24px; color: #000; white-space: nowrap; text-overflow: ellipsis; }

.askbox.plate-content .wrapper-l .lattice-content ul li a .infos-box .marks { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.askbox.plate-content .wrapper-l .lattice-content ul li a .infos-box .marks span { display: block; font-size: 14px; line-height: 22px; color: #666; margin-right: 18px; white-space: nowrap; text-overflow: ellipsis;  }

.askbox.plate-content .wrapper-l .lattice-content ul li a .infos-box .marks span:first-child { -ms-flex-negative: 0; flex-shrink: 0; }

.askbox.plate-content .wrapper-l .lattice-content ul li a .infos-box .marks span:last-child { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; margin-right: 0; }
/*详情页相关问答end*/