img {
  float: none;
}

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

.page-content-body  {
  font-size: 14px;
  color: #333333;
  line-height: 32px;
}

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

.page-g {
  padding-top: 40px;
  margin-bottom: 50px;
  background: #fff;
}

.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 span:nth-child(1) {
  width: 13px;
  height: 13px;
  background: url("../../static/article/clock.png") center center no-repeat;
  background-size: 100% auto;
}

.page-info-title-sm span:nth-child(3) {
  width: 13px;
  height: 13px;
  background: url("../../static/article/eye.png") center center no-repeat;
  background-size: 100% auto;
  margin-left: 50px;
}

.page-info-body {
  max-width: 800px;
  margin: auto;
}

.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: rgba(30, 107, 194, 1);
}

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

.group-v-title {
  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);
}

.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;
}

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

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

#share {
  margin-top: 20px;
}

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

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