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

  .contentBox {
    margin-top: 48px;
  }

  .fa-plus,
  .fa-pencil,
  .fa-trash-o,
  .deleteEditBtn {
    display: none;
  }

  .fa-pencil {
    display: none !important;
  }

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

  .bennerEditBox {
    display: none !important;
  }

  .module1Box .module1Tabs {
    margin-bottom: 20px;
  }

  .module1Box .module1Tabs:last-child {
    margin-bottom: 0;
  }

  .contentBox .module5Box .list {
    margin-bottom: 24px;
  }

  .contentBox .module5Box .list:last-child {
    margin-bottom: 0;
  }

  .moduleHeader {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center;
  }

  .contentBox .module7Box .border .swiperModule7,
  .contentBox .module8Box .border .swiperModule8 {
    display: none;
  }

  .contentBox .module7Box .border .lists,
  .contentBox .module8Box .border .lists {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
  }

  .contentBox .module8Box .list {
    height: 258.84px;
  }

  .contentBox .module7Box .moduleHeader,
  .contentBox .module8Box .moduleHeader {
    padding-right: 15px;
  }

  .contentBox .module7Box .list {
    width: 285px;
  }

  .contentBox .module7Box .list .imgBox {
    width: 284px;
    height: 170px;
  }
}

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

  .preNext {
    display: none;
  }

  .contentBox {
    margin-bottom: 48px;
  }

  .contentBox .module2Box .list {
    width: 285px;
    margin-right: 20px;
    font-size: 14px;
    color: #4B4B4B;
    display: inline-block;
    vertical-align: top;
  }

  .contentBox .module2Box .list:last-child {
    margin-right: 0px;
  }

  .contentBox .fa-plus,
  .contentBox .fa-pencil,
  .contentBox .fa-trash-o,
  .contentBox .sortIcon {
    color: #194BBF;
    cursor: pointer;
  }

  .module1Box .module1Tabs .fa-pencil {
    font-size: 18px;
  }

  .module1Box .carouselBox {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .module1Box .module1Tabs {
    width: 32%;
  }

  .contentBox .module5Box .lists {
    display: flex;
  }

  .contentBox .module5Box .lists .list {
    width: calc(33% - 24px);
    margin-right: 24px;
    display: inline-block;
  }

  .contentBox .module7Box .lists .box-one {
    display: flex !important;
    width: 100%;
    margin-right: 0 !important;
  }

  .contentBox .module7Box .lists .box-two {
    display: flex !important;
    width: 48%;
    margin-right: 40px !important;
  }

  .contentBox .module7Box .lists .box-three {
    width: 32%;
    margin-right: 24px !important;
  }

  .contentBox .module7Box .lists .box-four {
    width: 285px;
    margin-right: 20px !important;
  }

  .contentBox .module6Box .lists {
    display: flex;
    flex-wrap: wrap;
  }

  .contentBox .module6Box .list {
    margin-right: 20px;
  }

  .listwidth {
    width: 386px;
  }

  .listwidth2 {
    width: 285px;
  }

  .listwidth3 {
    width: 224px;
  }

  .listwidth3 .title2 {
    padding: 4px 30px !important;
  }


  .moduleHeader {
    align-items: end;
  }

  .contentBox .module7Box .border .h5Module7,
  .contentBox .module8Box .border .h5Module8 {
    display: none;
  }

  .contentBox .module7Box .lists,
  .contentBox .module8Box .lists {
    overflow: hidden;
  }

  .contentBox .module7Box .list,
  .contentBox .module8Box .list {
    height: auto;
  }

  .swiper-button-prev:after,
  .swiper-button-next:after {
    content: none;
  }

  .contentBox .module3Box .EditBox .lists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .contentBox .module3Box .EditBox .refList {
    width: 49%;
  }
}

@media (max-width: 992px) {
  .bennerEditBox {
    display: none !important;
  }
}

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

  .module1Box .bannerEditImg {
    /* width: calc(100% - 12px); */
    height: 303px;
  }
}

@media(min-width:1200px) {
  .col-lg-3 {
    width: 21%;
  }

  .col-lg-9 {
    width: 79%;
  }
}

@media (min-width: 1366px) {

  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }

  .listwidth:nth-of-type(3n),
  .listwidth2:nth-of-type(4n),
  .listwidth3:nth-of-type(5n) {
    margin-right: 0 !important;
  }
}

.swiper-button-prev,
.swiper-button-next {
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.swiper-button-prev {
  background-image: url(https://www.dotdotnews.com/static/dotdotnews/img/index/slider/left.svg);
}

.swiper-button-next {
  background-image: url(https://www.dotdotnews.com/static/dotdotnews/img/index/slider/right.svg);
}

.swiper-pagination-bullet {
  background: #EBEDF2;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}

#journalGeneralHome {
  width: 100%;
  height: auto;
  color: #333333;
}

.module1Box .module1Tabs {
  height: 379px;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.contentBox .module1Box,
.contentBox .module2Box,
.contentBox .module3Box,
.contentBox .module4Box,
.contentBox .module5Box,
.contentBox .module6Box,
.contentBox .module7Box,
.contentBox .module8Box {
  margin-top: 48px;
}

.contentBox .module6Box {
  margin-bottom: 48px;
}

.module1Box .module1Tabs .text {
  color: rgba(0, 0, 0, 0.86);
  font-size: 22px;
  font-weight: bold;
  padding: 9px 20px;
  background: rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.module1Box .module1Tabs .introBox {
  position: relative;
  padding: 0 20px;
}

.module1Box .module1Tabs .introBox .intro {
  color: rgba(0, 0, 0, 0.86);
  padding: 16px 0 0;
  font-size: 14px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  height: 265px;
  margin-bottom: 15px;
}

.module1Box .module1Tabs .introBox .intro-more {
  height: 40px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  font-weight: 400;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding: 12px 0;
  display: flex;
  justify-content: end;
}

.module1Box .module1Tabs .introBox .intro-more a {
  color: rgba(0, 0, 0, 0.6);
}

.module1Box .module1Tabs .introBox .intro-more a:hover {
  color: #406ACC;
  text-decoration: none;
}

.module1Box .module1Tabs .editorBox {
  /* display: flex; */
  padding: 12px 20px;
  font-size: 14px;
  height: 280px;
  /* overflow-y: auto; */
}

.module1Box .module1Tabs .editorBox .editorList {
  margin-bottom: 18px;
}

.module1Box .module1Tabs .editorBox .editorList .autohrName {
  color: rgb(0, 0, 0, 0.86);
  font-size: 16px;
  margin-bottom: 12px;
}

.module1Box .module1Tabs .editorBox .editorList .insName,
.module1Box .module1Tabs .editorBox .editorList .studyDomain {
  color: rgb(0, 0, 0, 0.6);
  margin-bottom: 8px;
  max-height: 40px;
  overflow: hidden;
}

.module1Box .module1Tabs .editorBox .editorList .studyDomain span {
  color: rgb(0, 0, 0, 0.86);
  display: inline-block;
  margin-right: 8px;
}

.module1Box .module1Tabs .more {
  height: 40px;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  font-weight: 400;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  padding: 12px 0;
  display: flex;
  justify-content: end;
  margin: 0 20px;
}


.module1Box .module1Tabs .more a {
  color: rgba(0, 0, 0, 0.6);
}

.module1Box .module1Tabs .more a:hover {
  color: #406ACC;
  text-decoration: none;
}

.module1Box .module1Tabs .lists {
  padding: 15px 20px;
  height: 280px;
}

.module1Box .module1Tabs .lists .list {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgb(0, 0, 0, 0.04);
}

.module1Box .module1Tabs .lists .list:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.module1Box .module1Tabs .lists .list .title {
  color: rgba(0, 0, 0, 0.86);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 8px;
  cursor: pointer;
}

.module1Box .module1Tabs .lists .list .title:hover {
  text-decoration: underline;
}

.module1Box .module1Tabs .lists .list .time {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}

.module1Box .bennerEditBox {
  height: 379px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.module1Box .bannerEditImg img {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.module1Box .bannerEditText .button {
  cursor: pointer;
  height: 40px;
  background: #194BBF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
}

.module1Box .bennerEditBox .floatBox {
  background: white;
  /* height: 175px; */
  position: absolute;
  bottom: 0px;
  display: none;
}

.module1Box .bennerEditBox .floatBox .title {
  color: rgb(0, 0, 0, 0.6);
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
}

.module1Box .bennerEditBox .floatBox .bottom {
  height: 40px;
  width: 234px;
  background: #406ACC;
  margin: 0 auto;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.module1Box .bennerEditBox .floatBox .bottom:first-child {
  margin-bottom: 16px;
}

.moduleHeader {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.moduleHeader .moduleBoxP {
  font-size: 28px;
}

.moduleHeader .text {
  font-size: 18px;
  margin-bottom: 16px;
}

.moduleHeader .more {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
}

.moduleHeader .more:hover {
  color: #406ACC;
}

.contentBox .module2Box .list .imgBox {
  width: 100%;
  height: 170px;
  position: relative;
  border: 1px solid #E8E9ED;
}

.contentBox .module2Box .list .imgBox .img {
  width: 100%;
  height: 100%;
}

.contentBox .module2Box .textBox {
  height: 174px;
  margin-top: 20px;
  position: relative;
}

.contentBox .module2Box .textBox .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.contentBox .module2Box .textBox .title a {
  color: rgba(0, 0, 0, 0.86);
}

.contentBox .module2Box .textBox .title:hover {
  text-decoration: underline;
}

.contentBox .module2Box .textBox .desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.contentBox .module2Box .list .imgBox .deleteEditBtn {
  position: absolute;
  right: 5px;
  top: 5px;
}

.contentBox .module3Box {
  display: flex;
}

.contentBox .module3Box {
  display: flex;
}

.contentBox .module3Box .tabs-Box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}

.contentBox .module3Box .tabs-Box .tabs {
  display: flex;
}

.contentBox .module3Box .tabs-Box .module3More {
  cursor: pointer;
}

.contentBox .module3Box .tabs-Box .module3More:hover {
  color: #406ACC;
}

.contentBox .module3Box .tabs-Box .tabs .text {
  margin-right: 32px;
  cursor: pointer;
}

.contentBox .module3Box .tabs-Box .tabs .active {
  color: rgba(0, 0, 0, 0.86);
  border-bottom: 2px solid #194BBF;
  padding-bottom: 2px;
}

.contentBox .module3Box .EditBox {
  padding: 20px 0;
  min-height: 316px;
  display: flex;
  flex-direction: column;
  vertical-align: top;
  background-color: #FFFFFF;
}

.contentBox .module3Box .EditBox .refList {
  margin-bottom: 20px;
}

.contentBox .module3Box .EditBox .title a {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.86);
}

.contentBox .module3Box .EditBox .authors {
  display: flex;
  height: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  margin-top: 4px;
  overflow: hidden;
}


.contentBox .module7Box .list .title,
.contentBox .module5Box .list .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-right: 0px;
  white-space: normal;
}

.contentBox .module7Box .list .title {
  margin: 12px 16px 0;
  height: 46px;
}

.contentBox .module7Box .list .column-test {
  margin: 20px 16px 12px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  height: 40px;
}

.contentBox .module7Box .list .column-test .author {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.contentBox .module7Box .list .column-test span {
  color: rgba(0, 0, 0, 0.86);
  margin-right: 10px;
}

.contentBox .module7Box .list .title:hover {
  cursor: pointer;
  text-decoration: underline;
}

.contentBox .module5Box .border {
  margin: 34px 0;
}

.contentBox .module7Box .lists,
.contentBox .module8Box .lists {
  width: auto;
  height: auto;
  position: relative;
}

.contentBox .module7Box .list {
  display: inline-block;
  vertical-align: top;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.contentBox .module7Box .box-one .rightBox,
.contentBox .module7Box .box-two .rightBox {
  width: calc(100% - 235px);
}

.contentBox .module7Box .list,
.contentBox .module8Box .list {
  margin-right: 20px !important;
  width: 285px;
  display: inline-block;
  vertical-align: top;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.contentBox .module5Box .list:last-child,
.contentBox .module7Box .list:last-child,
.contentBox .module8Box .list:last-child {
  margin-right: 0px !important;
}

.contentBox .module7Box .box-three .imgBox {
  width: 100%;
  height: 227px;
}

.contentBox .module7Box .box-one .imgBox,
.contentBox .module7Box .box-two .imgBox {
  width: 235px;
  height: 140px;
}

.contentBox .module7Box .box-four .imgBox,
.contentBox .module5Box .list .imgBox,
.contentBox .module8Box .list .imgBox {
  width: 284px;
  height: 170px;
}

.contentBox .module7Box .list .imgBox img,
.contentBox .module5Box .list .imgBox img,
.contentBox .module8Box .list .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.contentBox .module8Box .list .textBox {
  margin: 12px 12px 0px;
}

.contentBox .module8Box .list .textBox .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: pre-wrap;
}

.contentBox .module5Box .list .textBox .title a,
.contentBox .module8Box .list .textBox .title a {
  margin-bottom: 4px;
  color: #000;
}

.contentBox .module5Box .list .desc,
.contentBox .module8Box .list .desc {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin: 0 12px 12px;
  white-space: normal;
}

.contentBox .module6Box .list {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}

/* .contentBox .module6Box .list:nth-child(-n + 5) {
  width: 224px;
}

.contentBox .module6Box .list:nth-child(n + 6):nth-child(-n + 9) {
  width: 286px;
}

.contentBox .module6Box .list:nth-child(n + 10) {
  width: 386px;
} */

.contentBox .module6Box .list .deleteEditBtn {
  text-align: end;
  margin-bottom: 8px;
}

.contentBox .module6Box .list .imgBox {
  /* width: 63px; */
  height: 54px;
  /* background: #fff; */
}

.contentBox .module6Box .list .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}

.contentBox .module6Box .list .title {
  height: 80px;
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-decoration: underline;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.contentBox .module6Box .list .title span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

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

.uploadBtn2 {
  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-top: 15px;
  cursor: pointer;
}

.sortArea {
  margin: 10px auto;
  width: 80%;
}

.sortArea div {
  padding: 6px;
  background-color: #fdfdfd;
  border: solid 1px #eee;
  margin-bottom: 10px;
  cursor: move;
}

.sortArea .fa-times {
  cursor: pointer;
  color: red;
}

#addRecArticleModal img {
  width: 285px;
}

.downloadHD {
  float: left;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin-left: 10px;
}

#readMoreModal .leftBox {
  display: inline-block;
  width: 400px;
  vertical-align: top;
}

#readMoreModal .leftBox #journalCoverOfCurrentIssue {
  width: 100%;
  height: 530px;
}

#readMoreModal .leftBox .text {
  display: block;
  font-size: 13px;
  color: #00508B;
  cursor: pointer;
}

#readMoreModal .rightBox {
  width: calc(100% - 490px);
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
}

#readMoreModal .rightBox .issue {
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
}

#readMoreModal .rightBox .desc {
  font-size: 16px;
  margin-top: 15px;
  line-height: 22px;
  word-break: break-word;
}

#readMoreModal .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

#readMoreModal .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

#readMoreModal .downloadBtn {
  float: left;
  font-size: 14px;
  height: 34px;
  line-height: 22px;
}

#readMoreModal .downloadHD {
  float: left;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  margin-left: 10px;
}

#relatedLinksModal .error {
  padding-bottom: 2px;
  font-weight: bold;
  font-size: 14px;
  color: #EA5200;
}