@media (max-width: 767px) {

  .addBox,
  .fa-pencil,
  .fa-trash-o {
    display: none !important;
  }

  .recommendAdd{
    display: none !important;
  }

  .module3ContentBox .module3Content:last-of-type {
    border: none;
  }

  ::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 768px) {
  .container {
    width: 100%;
  }

  .module3ContentBox .module3Content {
    width: calc(100% - 40px);
    height: auto;
    margin: 0 auto;
  }

  .module3ContentBox .module3Content:last-of-type {
    border: none;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .module3ContentBox .module3Content {
    width: calc(100% - 40px);
    height: auto;
  }
}

@media (min-width: 1366px) {
  .container {
    width: 1230px;
  }
}

.contentBox {
  margin: 20px auto 120px;
}

.module3ContentBox {
  width: 100%;
  height: auto;
  overflow: auto;
}

.module3ContentBox .recommendAdd {
  cursor: pointer;
}

.module3ContentBox .module3Content {
  border-bottom: 1px solid #D7D7D7;
  padding: 20px 0;
  position: relative;
}

.module3ContentBox .module3Content .imgBox {
  width: 113px;
  height: 153px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  margin-right: 15px;
}

.module3ContentBox .module3Content .imgBox .img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.module3ContentBox .module3Content .rightBox {
  width: calc(100% - 133px);
  display: inline-block;
  vertical-align: top;
}

.module3ContentBox .module3Content .tag {
  display: inline-block;
  color: #AAAAAA;
  font-size: 14px;
  margin: 0 0 8px 0;
  width: 100%;
}

.module3ContentBox .module3Content .tag span {
  margin: 0 10px;
}

.module3ContentBox .module3Content .tag span:first-of-type {
  margin-left: 0;
}

.module3ContentBox .module3Content .special {
  color: #F59A23;
}

.module3ContentBox .module3Content .title {
  font-weight: bold;
  color: #000000;
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
  font-size: 18.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* word-spacing: 3px; */
}

.module3ContentBox .module3Content .title a {
  color: #000000;
  text-decoration: none;
}

.module3ContentBox .module3Content .title a:hover {
  color: #000000;
  text-decoration: underline;
}

.module3ContentBox .module3Content .authors .author,
.module3ContentBox .module3Content .authors .popoverAuthor {
  color: #7F7F7F;
  margin: 20px 0 8px;
  font-size: 14px;
  display: inline-block;
}

.module3ContentBox .module3Content .authors .popover {
  color: #7F7F7F;
  z-index: 1;
}

.module3ContentBox .module3Content .authors .ellipsis {
  cursor: pointer;
}

.module3ContentBox .module3Content .detailedDesc {
  color: #000000;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
}

.module3ContentBox .module3Content .scope {
  position: absolute;
  top: 10px;
  right: 0;
}

.module3ContentBox .module3Content .fa-pencil {
  color: #F59A23;
  cursor: pointer;
}

.module3ContentBox .module3Content .fa-trash-o {
  color: #D9001B;
  cursor: pointer;
}

.uploadBtn {
  width: 135px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  font-size: 13px;
  border-radius: 5px;
  margin-bottom: 15px;
  cursor: pointer;
}

.recommendDel {
  color: rgb(124, 31, 39);
  cursor: pointer;
  float: right;
}

.label-point-green {
  width: 10px;
  height: 10px;
  border: 1px solid #07c160;
  border-radius: 50%;
  background-color: #07c160;
  display: inline-block;
}

.label-point-gray {
  width: 10px;
  height: 10px;
  border: 1px solid gray;
  border-radius: 50%;
  display: inline-block;
}

.label-point-orange {
  width: 10px;
  height: 10px;
  border: 1px solid #F59A23;
  background-color: #F59A23;
  border-radius: 50%;
  display: inline-block;
}

.rightBoxNoImg {
  width: 100% !important;
}