img {
  float: none;
}

.page-content-info {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.page-content-body  {
  font-size: 16px;
  color: #333333;
  line-height: 38px;
  overflow: hidden;
}

.page-content-body img {
  max-width: 100%;
}

.page-info-title {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(232, 232, 232, 1);
}

.page-info-title h3 {
  color: rgba(51, 51, 51, 1);
  font-size: 24px;
  line-height: 33px;
  height: 33px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  box-sizing: border-box;
}

.page-info-title-sm {
  font-size: 14px;
  color: #999999;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.page-info-title-sm span {
  margin: 0 2.5px;
}

.page-info-title-sm .icon-clock {
  margin-right: 6px;
  color: #cecece;
  font-size: 10px;
}

.page-info-title-sm .icon-eye {
  margin-left: 24px;
  margin-right: 6px;
  color: #cecece;
  font-size: 10px;
}

.page-info-body {
  max-width: 800px;
  margin: auto;
  padding: 0 10px;
  box-sizing: border-box;
}

.page-info-body > img {
  max-width: 100%;
  margin: 20px auto;
}

.page-read-more {
  border-top: 1px solid rgba(240, 242, 247, 1);
  box-sizing: border-box;
  padding: 30px 0 0 0;
  margin-top: 20px;
}

.page-read-more p {
  font-size: 14px;
  color: #333333;
  line-height: 19px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.page-read-more p span {
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.page-read-more p:hover span {
  color: #0086d3;
}

.group-v-g {
  width: 100%;
}

.group-v-title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  display: flex;
  color: rgba(30, 107, 194, 1);
  position: relative;
  align-items: center;
  border-bottom: 1px solid rgba(240, 242, 247, 1);
}

.group-v-title::before {
  width: 62px;
  height: 2px;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: rgba(30, 107, 194, 1);
}

.group-v-title span:nth-child(2) {
  color: #333;
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 14px;
  line-height: 20px;
}

.file-list {
  width: 100%;
  border-radius: 2px;
  height: 60px;
  justify-content: space-between;
  border: 1px solid #e8e8e8;
  align-items: center;
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 0 10px;
  margin-top: 20px;
}

.file-btn {
  border: 1px solid #e8e8e8;
  align-items: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 10px;
  height: 35px;
  color: #333;
  justify-content: center;
  font-size: 14px;
  box-sizing: border-box;
  cursor: pointer;
}

.file-btn div {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.file-icon {
  align-items: center;
  display: flex;
  flex-direction: row;
}

.file-icon div {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.file-icon div img {
  margin: 0 !important;
}

.file-icon p {
  font-size: 14px;
  color: #333333;
}

.file-btn img {
  margin-right: 10px !important;
  width: 12px;
  height: 12px;
}

#share {
  margin-top: 20px;
}

.row-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding: 30px 0;
  border-bottom: 1px solid rgba(240, 242, 247, 1);
}

.user-view {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 20px;
}

.user-info {
  display: flex;
  margin-top: 5px;
  flex-direction: column;
}

.user-info p:nth-child(1) {
  color: #333;
  font-size: 16px;
}

.group-v-g img {
  margin: 0 !important;
}

.user-info p:nth-child(1) span {
  margin-left: 9px;
  color: #999;
  font-size: 12px;
}

.user-info p:nth-child(2) {
  color: #666;
  font-size: 14px;
  line-height: 28px;
}

.textarea-row {
  margin-top: 20px;
  display: flex;
  width: 100%;
  flex-direction: row;
  border-bottom: 1px solid rgba(240, 242, 247, 1);
}

.textarea-info {
  width: calc(100% - 80px);
}

.textarea-body {
  border: 1px solid rgba(240, 242, 247, 1);
  border-radius: 2px;
  width: 100%;
}

.textarea-row .user-view {
  margin-top: 20px;
}

.textarea-body textarea {
  width: 100%;
  height: 100%;
  min-height: 100px;
  font-size: 14px;
  box-sizing: border-box;
  padding: 20px;
  outline: none;
  border: none;
}

.text-btn {
  background:#0086d0;
  cursor: pointer;
  width: 100px;
  height: 45px;
  border-radius: 4px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.text-btn:hover {
  opacity: 0.8;
}

.textarea-btn-g {
  display: flex;
  flex-direction: row;
  box-sizing: border-box;
  padding: 20px 0;
  justify-content: flex-end;
  align-items: center;
}

.textarea-btn-g p {
  font-size: 14px;
  color: #666666;
  cursor: pointer;
  margin-right: 20px;
}

.text-input {
  width: 150px;
  height: 45px;
  overflow: hidden;
  border-radius: 2px;
  margin-right: 20px;
  border: 1px solid rgba(240, 242, 247, 1);
}

.text-input input {
  border: 0;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  height: 100%;
  line-height: 45px;
}

.text-code {
  width: 100px;
  height: 40px;
  margin-right: 20px;
}

.list-more-btn {
  box-sizing: border-box;
  border: 1px solid rgba(216, 220, 230, 1);
  border-radius: 4px;
  color: rgba(153, 153, 153, 1);
  font-size: 14px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  align-items: center;
  width: 200px;
  height: 45px;
  margin: 30px auto 85px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
}

.list-more-btn:hover {
  background: #0086d0;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0);
}

/* 标题 */
.right-title-right {
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: rgba(51, 51, 51, 1);
  border-bottom: 1px solid #Efefef;
  margin: 30px 0 20px 10px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.right-title-right img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
}

@media (max-width: 600px) {
  .file-list {
    height: auto;
    padding-top: 10px;
    align-items: flex-start;
    padding-bottom: 10px;
    flex-direction: column;
  }

  .textarea-btn-g {
    flex-direction: column;
    align-items: flex-start;
  }

  .textarea-btn-g div {
    margin-top: 10px;
  }

  .text-btn {
    width: 100%;
  }

  .file-btn {
    width: 100%;
    margin-top: 15px;
  }
}
