* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
.float-left {
  float: left;
}
.center-box {
  width: 100%;
}
.content-titlebox {
  width: 100%;
  background: #5458e1;
}
.content-titlebox-center {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.content-titlebox-center-icon {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.content-titlebox-center-mobel {
  margin: 0 auto;
  overflow: hidden;
}
.content-titlebox-title-PC {
  height: 100px;
  line-height: 100px;
  font-size: 30px;
  color: #ffffff;
}
.content-titlebox-title-mobel {
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  color: #ffffff;
  margin-left: 6px;
}
.content-label-PC {
  display: inline-block;
  width: 8px;
  height: 30px;
  background: #5458e1;
  border-radius: 4px;
  margin: 40px 10px 40px 40px;
  float: left;
}
.content-labelName-PC {
  color: #272b3d;
  font-size: 22px;
  margin-top: 40px;
  display: inline-block;
  font-weight: 600;
}
.content-labelName-back{
  color: #272b3d;
  font-size: 22px;
  margin: 10px 0;
  display: inline-block;
  font-weight: 600;
  cursor: pointer;
}
.content-sonLabelName-PC{
  color: #272b3d;
  font-size: 18px;
  margin-top: 40px;
  display: inline-block;
  font-weight: 600;
}
.content-label-mobel {
  display: inline-block;
  width: 4px;
  height: 15px;
  background: #5458e1;
  border-radius: 4px;
  margin: 20px 5px 20px 20px;
  float: left;
}
.content-labelName-mobel {
  color: #272b3d;
  font-size: 11px;
  margin-top: 20px;
  display: inline-block;
  font-weight: 600;
}
.content-form {
  overflow: hidden;
  margin-bottom: 20px;
}
.content-from-subject {
  width: 44%;
  margin-left: 5%;
}
.content-from-section {
  width: 44%;
  margin-left: 2%;
}
.content-from-publish {
  width: 40%;
  margin: 1% 0 0 2%;
}
.isMo .btn{
  margin-left: 24px;
}
.content-filebox-PC {
  width: 1120px;
  height: 980px;
  background: #f9faff;
  border-radius: 30px;
  margin-bottom: 25px;
  position: relative;
}
.content-filebox-PC ul {
  padding: 33px 85px 51px;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content-filebox-PC ul li {
  width: 20%;
  /* margin: 0 auto; */
}
.content-filebox-cover {
  width: 110px;
  height: 136px;
  background: #f9faff;
  border-radius: 10px;
  margin: 0 auto;
}
.content-filebox-cover img {
  display: block;
  width: 100%;
  height: 100%;
}
.content-filebox-publish {
  width: 150px;
  color: #272b3d;
  font-size: 14px;
  font-weight: 600;
  margin: 4px auto 2px;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示两行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

}
.content-filebox-Age {
  width: 150px;
  height: 12px;
  color: #272b3d;
  font-size: 14px;
  margin: 0 auto;
  margin-bottom: 7px;
  text-align: center;
}
.content-filebox-upload {
  width: 86px;
  height: 27px;
  line-height: 27px;
  background: #f9faff;
  border-radius: 4px;
  border: 1px solid #ff9e37;
  text-align: center;
  font-size: 14px;
  color: #ff880f;
  cursor: pointer;
  margin: 10px auto 10px;
}
.content-filebox-copy{
  width: 86px;
   height: 27px;
  line-height: 27px;
  background: #f9faff;
  border-radius: 4px;
  border: 1px solid #ff9e37;
  text-align: center;
  font-size: 14px;
  color: #ff880f;
  cursor: pointer;
  margin: 10px auto 10px;
}
.content-filebox-empty{
  margin-top: 60px;
}
.content-filebox-mobel {
  width: 90%;
  height: 630px;
  background: #f9faff;
  border-radius: 30px;
  margin: 0 5% 25px;
  position: relative !important;
}
.content-filebox-mobel ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  padding-bottom: 40px;
  padding-top: 10px;
  padding-left: 15px;
}
.content-filebox-mobel li {
  width: 20%;
  height: 20%;
  margin: 0 2%;
}
.content-filebox-cover-mobel {
  width: 100%;
  height: 100px;
  background: #f9faff;
  border-radius: 10px;
}
.content-filebox-cover-mobel img {
  display: block;
  width: 100%;
  height: 100%;
}
.content-filebox-publish-mobel {
  width: 100%;
  height: 14px;
  color: #272b3d;
  font-size: 10px;
  font-weight: 600;
  margin: 4px 0 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  white-space: nowrap;
}
.content-filebox-Age-mobel {
  width: 100%;
  height: 9px;
  line-height: 9px;
  color: #272b3d;
  font-size: 9px;
  margin-bottom: 5px;
  text-align: center;
}
.content-filebox-upload-mobel {
  margin-top: 10px;
  width: 100%;
  height: 18px;
  line-height: 18px;
  background: #f9faff;
  border-radius: 2px;
  border: 1px solid #ff9e37;
  text-align: center;
  font-size: 14px;
  color: #ff880f;
  cursor: pointer;
  margin-bottom: 10px;
}
.content-filebox-paging-PC {
  width: 20rem;
  position: absolute;
  left: 50%;
  bottom: 5%;
  margin-left: -10rem;
  display: flex;
  justify-content: space-between;
}
.previous-PC {
  cursor: pointer;
  color: #272b3d;
  font-size: 16px;
  font-weight: 600;
  margin-right: 40px;
}
.current-PC {
  font-weight: 600;
}
.next-PC {
  cursor: pointer;
  color: #272b3d;
  font-size: 16px;
  font-weight: 600;
  margin-left: 40px;
}
.content-filebox-paging-mobel {
  width: 15rem;
  position: absolute;
  left: 50%;
  bottom: 3%;
  display: flex;
  justify-content: space-between;
  margin-left: -7.5rem;
}
.previous-mobel {
  cursor: pointer;
  color: #272b3d;
  font-size: 8px;
  font-weight: 600;
  margin-right: 12%;
}
.current-mobel {
  font-size: 8px;
  font-weight: 600;
}
.next-mobel {
  cursor: pointer;
  color: #272b3d;
  font-size: 8px;
  font-weight: 600;
  margin-left: 12%;
}
.el-select-dropdown {
  width: 215px;
}
.search-img {
  display: block;
  width: 190px;
  height: 87px;
  position: absolute;
  top: 30%;
  left: 50%;
  margin-left: -95px;
}
.visibility {
  visibility: hidden;
}
.img404 {
  display: block;
  width: 290px;
  height: 167px;
  position: absolute;
  top: 168px;
  left: 415px;
}
