html,
body {
  font-size: 20px;
  background: #f8f8f8;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.text-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-two-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 2;
}

.text-three-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 3;
}

.text-four-line {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal !important;
  /* autoprefixer: off */
  -webkit-box-orient: vertical;
  /* autoprefixer: on */
  -webkit-line-clamp: 4;
}

[v-cloak] {
  display: none;
}

.header-box1 {
  width: 100%;
}

.remake {
  width: 97px;
  height: 35px;
  background: #fff1f2;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #b20b30;
  font-size: 17px;
  margin-right: 20px;
}


.header-box1 .search-box1 {
  width: 1250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
}

.header-box1 .search-box1 .icon {
  width: 86px;
  height: 52px;
  margin-right: 34px !important;
}

.header-box1 .search-box1 .search {
  width: 764px;
  height: 52px;
  background: #eeeeee;
  border-radius: 6px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.header-box1 .search-box1 .search .input {
  width: 682px;
  box-sizing: border-box;
  height: 54px;
  padding: 14px 30px;
  background-color: #eee;
  font-size: 19px;
  line-height: 19px;
  color: #999;
}

.header-box1 .search-box1 .search .s-btn {
  width: 83px;
  height: 52px;
  background: #b20b30;
  border-radius: 0px 6px 6px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-box1 .search-box1 .search .s-btn .search-icon {
  width: 23px;
  height: 23px;
}

.container {
  width: 1250px;
  margin: 0 auto;
  display: flex;
}

.container .left-con {
  display: inline-block;
  width: 884px;
}

.container .right-con {
  display: inline-block;
  width: 335px;
  margin-left: 30px;
}

.main {
  width: 884px;
  background: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px 30px;
  margin-bottom: 20px;
}

.main h1 {
  font-size: 32px;
  line-height: 47px;
  color: #111;
  font-weight: 500;
}

.main .des-box {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
}

.main .des-box .tags {
  display: flex;
  align-items: center;
  padding: 20px 0;
  box-sizing: border-box;
}

.main .des-box .tags .tag {
  height: 31px;
  background: #fff1f2;
  border-radius: 3px;
  line-height: 31px;
  box-sizing: border-box;
  padding: 0 13px;
  font-size: 17px;
  color: #b20b30;
  margin-right: 12px;
}

.main .des-box .tags .btn {
  width: 94px;
  height: 31px;
  background: #b20b30;
  border-radius: 3px;
  text-align: center;
  line-height: 31px;
  font-size: 17px;
  color: #fff;
  cursor: pointer;
}

.main .des-box .btn-as {
  width: 122px;
  height: 42px;
  background: #fff1f2;
  border-radius: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #b20b30;
}

.main .des-box .btn-as .pen {
  width: 22px;
  height: 22px;
  margin-right: 8px;
}

.main .time-box {
  width: 100%;
  box-sizing: border-box;
  padding: 13px 0 13px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.main .time-box .time {
  font-size: 17px;
  line-height: 17px;
}

.main .time-box .right {
  display: flex;
  align-items: center;
}

.main .time-box .a-num {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.main .time-box .a-num img {
  width: 15px;
  height: 15px;
  margin-right: 11px;
}

.main .time-box .a-num .num {
  font-size: 15px;
  line-height: 15px;
  color: #333;
}

.main .time-box .look {
  display: flex;
  align-items: center;
}

.main .time-box .look img {
  width: 21px;
  height: 14px;
  margin-right: 8px;
}

.main .time-box .look .num {
  font-size: 15px;
  line-height: 15px;
  color: #333;
}

.main .desc {
  font-size: 20px;
  line-height: 28px;
  color: #666;
  font-weight: 400;
  margin-bottom: 30px;
}

.main h2 {
  font-size: 21px;
  line-height: 21px;
  color: #111;
  padding-left: 13px;
  border-left: 4px solid #b20b30;
  margin-bottom: 17px;
}

.main .subdesc {
  font-size: 20px;
  line-height: 28px;
  color: #333;
  font-weight: 400;
}

.main .issue {
  padding-top: 20px;
  width: 100%;
  box-sizing: border-box;
}

.main .issue .title {
  font-size: 19px;
  line-height: 19px;
  color: #333;
  font-weight: bold;
}

.main .issue .title span {
  color: #009f54;
}

.main .issue .issue {
  width: 100%;
  box-sizing: border-box;
  padding: 0 58px;
  margin-top: 30px;
}

.btn-box {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  padding: 20px 0;
  align-items: flex-end;
  justify-content: flex-end;
}

.main .issue .fbClick {
  width: 105px;
  height: 43px;
  background: #b20b30;
  border-radius: 6px;
  text-align: center;
  line-height: 43px;
  font-size: 19px;
  color: #fff;
  cursor: pointer;
}

.answer {
  width: 100%;
}

.answer .num-box {
  width: 100%;
  display: flex;
  align-items: center;
}

.answer .num-box .num {
  font-size: 21px;
  line-height: 21px;
  color: #666;
  margin-right: 6px;
  white-space: nowrap;
}

.answer .num-box .line {
  width: 728px;
  height: 1px;
  background-color: #eee;
}

.answer .li {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  flex-direction: column;
}

.answer .li:last-child {
  border-bottom: 0;
}

.answer .li .avatar-box {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.answer .li .avatar-box .left {
  display: flex;
  align-items: center;
}

.answer .li .avatar-box .left .avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 13px;
}

.answer .li .avatar-box .left .name {
  font-size: 17px;
  line-height: 17px;
  color: #333;
}

.answer .li .avatar-box .time {
  font-size: 17px;
  line-height: 17px;
  color: #666;
}

.answer .li .text {
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.answer .li .text p{
  margin-bottom:10px;
}
.answer .li .more {
  color: #999;
  font-size: 16px;
  justify-items: flex-end;
  align-self: flex-end;
}

.answer .li .more:hover {
  color: #B20B30;
}

.answer .li .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.answer .li .bottom .point-box {
  width: 97px;
  height: 35px;
  background: #fff1f2;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 50px;
  cursor: pointer;
}

.answer .li .bottom .point-box .point {
  width: 16px;
  height: 15px;
}

.answer .li .bottom .point-box .num {
  font-size: 17px;
  line-height: 17px;
  color: #b20b30;
  margin-left: 4px;
}

.answer .li .bottom .reply-box {
  display: flex;
  align-items: center;
}

.answer .li .bottom .reply-box img {
  width: 19px;
  height: 19px;
  margin-right: 9px;
}

.answer .li .bottom .reply-box .num {
  font-size: 17px;
  line-height: 17px;
  color: #666;
}

.refer {
  width: 335px;
  background: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
}

.refer .refer-title {
  font-size: 20px;
  line-height: 20px;
  color: #111;
  padding-left: 10px;
  border-left: 2px solid #b20b30;
  font-weight: bold;
}

.refer .list {
  margin-top: 20px;
  width: 100%;
}

.refer .list .li {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 14px;
}
.refer .list .li:last-child {
  margin: 0;
}

.refer .list .li .title {
  width: 100%;
  padding-left: 30px;
  font-size: 17px;
  line-height: 17px;
  color: #111;
  position: relative;
}
.refer .list .li .title:hover {
  color: #b20b30;
}

.refer .list .li .title::before {
  content: ' ';
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #b20b30;
  border-radius: 100%;
}

.refer .list .li .text {
  width: 100%;
  font-size: 15px;
  line-height: 15px;
  color: #666;
  margin-top: 10px;
}

.refer .list .li .text:hover {
  color: #b20b30;
}

.function {
  margin-top: 20px;
  width: 100%;
  height: 71px;
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  position: relative;
}

.function .li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  float: left;
}

.function .li .name {
  font-size: 14px;
  color: #666666;
}

.function .li .name.download {
  color: #b32931;
}

.function .li .icon {
  width: 24px;
  height: 24px;
  margin-bottom: 8px;
}

.function .li .icon-wx {
  width: 36px;
  height: 30px;
  margin-bottom: 4px;
}

.function .li .more-icon {
  margin-bottom: 8px;
}

.function-more .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.function-more .more-icon {
  position: relative;
  width: 32px;
  height: 32px;
  margin-right: 6px;
  cursor: pointer;
}

.function-more .more-icon:last-child {
  margin: 0;
}

.wechat_share_ewm {
  position: absolute;
  left: 0;
  top: 71px;
  width: 140px;
  height: 140px;
  display: none;
  border: 1px solid #e6e6e6;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  box-sizing: border-box;
  padding: 10px;
}

.wechat_share_ewm img {
  width: 120px;
  height: 120px;
}

.pagegation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 44px;
}

.pagegation .pages {
  display: flex;
  align-items: center;
}

.pagegation .pages .head,
.pagegation .pages .prev,
.pagegation .pages .next,
.pagegation .pages .end {
  font-size: 16px;
  color: #666666;
  margin-right: 16px;
  cursor: pointer;
}

.pagegation .pages .num {
  width: 44px;
  height: 44px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background: #ffffff;
  text-align: center;
  line-height: 44px;
  margin-right: 8px;
  font-size: 16px;
  color: #666;
  cursor: pointer;
}

.pagegation .pages .num.active {
  border-color: #b20b30;
  color: #b20b30;
}

.pagegation .pages .num:last-child {
  margin-right: 16px;
}

.author {
  width: 335px;
  background: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 20px;
}

.author .author-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.author .author-box .avatar {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  margin-right: 15px;
}

.author .author-box .name {
  font-size: 17px;
  line-height: 17px;
  color: #111;
  font-weight: 700;
}

.author .a-list {
  width: 100%;
  border-top: 1px solid #eeeeee;
  padding-top: 12px;
}

.author .a-list .title {
  font-size: 15px;
  line-height: 15px;
  color: #111;
  margin-bottom: 16px;
  font-weight: bold;
}

.author .a-list .a-li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.author .a-list .a-li .dot {
  width: 6px;
  height: 6px;
  background: #b20b30;
  border-radius: 100%;
  margin-right: 12px;
}

.author .a-list .a-li .con {
  max-width: 260px;
  font-size: 13px;
  line-height: 13px;
  color: #111;
}

.author .a-list .a-li .con:hover {
  color: #b20b30;
}
footer {
  clear: both;
  width: 100%;
  height: 90px;
  overflow: hidden;
  border-top: 1px solid #f3f3f3;
  background: white;
  text-align: center;
  font-size: 13px;
  color: #333333;
}

footer .list {
  margin-top: 15px;
}

footer .list a {
  margin-right: 10px;
  color: #333;
}

.imgList {
  width: 100%;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.imgList img {
  width: 80%;
  margin-bottom: 10px;
}

.culture {
  width: 100%;
  background: #ffffff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
  margin: 20px 0;
}

.culture .title-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.culture .title-box .title {
  font-size: 22px;
  line-height: 22px;
  padding-left: 10px;
  border-left: 2px solid #b20b30;

}

.culture .title-box .more {
  font-size: 18px;
  line-height: 18px;
  color: #b20b30;
  font-weight: 400;
}

.culture .cul-list {
  width: 100%;
  margin-top: 20px;
  display: flex;
}

.culture .cul-list .cul-li {
  width: 193px;
  margin-right: 22px;
  display: inline-block;
}

.culture .cul-list .cul-li:last-child {
  margin-right: 0;
}

.culture .cul-list .cul-li img {
  width: 193px;
  height: 134px;
  margin-bottom: 8px;
}

.culture .cul-list .cul-li .name {
  font-size: 16px;
  line-height: 20px;
  color: #111;
}
.includeAdv img{
  width: 884px !important;
}

.origin {
  font-size: 16px;
  font-weight: 400;
  color: rgba(119, 119, 119, 1);
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  box-sizing: border-box;
  margin-top: 10px;
}