@media (max-width: 767px) {
    .container {
      width: 100%;
    }
    .rowBox {
      width: 100%;
    }
    .contentBox .journalList .lists {
      text-align: center;
    }
    ::-webkit-scrollbar {
      display: none;
    }
    .fa-pencil {
      display: none;
    }
    .html-body .jgBg {
      margin-top: 100px;
      height: 90px !important;
    }
    .html-body .jgBg .title{
      line-height: 90px !important;
    }
    #journalGeneralList .contentBox .journalList .lists .list .imgBox{
      height: 240px;
    }
  }
  @media (min-width: 768px) {
    .container {
      width: 100%;
    }
    .rowBox {
      width: 100%;
    }
    .contentBox .centuryYearBox .centurys,
    .contentBox .centuryYearBox .years {
      display: flex;
      justify-content: center;
    }
    #journalGeneralList .contentBox .journalList .lists .list .imgBox{
      height: 260px;
    }
  }
  @media (min-width: 992px) {
    .container {
      width: 970px;
    }
    .rowBox {
      width: 970px;
    }
  }
  @media (min-width: 1200px) {
    .container {
      width: 1170px;
    }
    .rowBox {
      width: 1170px;
    }
  }
  @media (min-width: 1366px) {
    .container {
      width: 1230px;
    }
    .rowBox {
      width: 1230px;
    }
  }
  #journalGeneralList {
    width: 100%;
    height: auto;
    color: #333333;
    background: #FAFAFA;
    overflow-x: hidden;
  }
  #journalGeneralList .contentBox {
    width: 100%;
    height: auto;
  }
  #journalGeneralList .contentBox .tabsBox {
    background: #FFFFFF;
    padding-top: 20px;
  }
  #journalGeneralList .contentBox .tabsBox .el-tabs__nav-wrap::after {
    height: 0 !important;
  }
  #journalGeneralList .contentBox .tabsBox .el-tabs__item {
    font-size: 18px;
    font-weight: bold;
  }
  #journalGeneralList .contentBox .tabsBox .el-tabs__item:hover {
    color: #4157a2;
  }
  #journalGeneralList .contentBox .tabsBox .el-tabs__item.is-active{
    color: #4157a2;
  }
  #journalGeneralList .contentBox .tabsBox .el-tabs__active-bar {
    height: 4px;
  }
  #journalGeneralList .contentBox .tabsBox .el-tabs__active-bar {
    background-color: #4157a2;
  }
  #journalGeneralList .contentBox .centuryYearBox {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding-bottom: 42px;
  }
  #journalGeneralList .contentBox .centuryYearBox .centurys {
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    border-bottom: 1px solid #D7D7D7;
  }
  #journalGeneralList .contentBox .centuryYearBox .centurys .century {
    width: 90px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
  }
  #journalGeneralList .contentBox .centuryYearBox .centurys .active {
    border-bottom: 4px solid #4157a2;
    font-weight: bold;
    font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
  }
  #journalGeneralList .contentBox .centuryYearBox .years {
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
  }
  #journalGeneralList .contentBox .centuryYearBox .years .year {
    width: 90px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
  }
  #journalGeneralList .contentBox .centuryYearBox .years .active {
    border-bottom: 4px solid #4157a2;
    font-weight: bold;
    font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
  }
  #journalGeneralList .contentBox .journalList .line {
    width: 100%;
    height: 5px;
    background: #1A1A1F;
    margin-top: 27px;
  }
  #journalGeneralList .contentBox .journalList .year {
    font-size: 28px;
    font-weight: bold;
    font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
    margin: 16px 0 0 0;
  }
  #journalGeneralList .contentBox .journalList .lists {
    margin-top: 14px;
  }
  #journalGeneralList .contentBox .journalList .lists .list {
    width: 180px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
    margin-bottom: 33px;
    cursor: pointer;
  }
  #journalGeneralList .contentBox .journalList .lists .list .imgBox {
    width: 100%;
    position: relative;
    transition: all 0.2s ease 0s;
  }
  #journalGeneralList .contentBox .journalList .lists .list .imgBox .img {
    width: 100%;
    height: 240px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.35);
    position: absolute;
    bottom: 0;
  }
  #journalGeneralList .contentBox .journalList .lists .list .imgBox .fa-pencil {
    float: right;
    margin-bottom: 3px;
    cursor: pointer;
  }
  #journalGeneralList .contentBox .journalList .lists .list a .bottom {
    position: relative;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    transition: all 0.2s ease 0s;
    background: #ffffff;
  }
  #journalGeneralList .contentBox .journalList .lists .list a:hover {
    color: black;
  }
  #journalGeneralList .contentBox .journalList .lists .list:hover .imgBox {
    transform: scale(1.1);
  }
  #journalGeneralList .contentBox .journalList .lists .list:hover .bottom {
    z-index: 1;
    margin-top: -20px;
    padding: 10px 0;
  }
  #journalGeneralList .contentBox .pageNumber {
    width: 100%;
    height: auto;
    background: #FFFFFF;
    padding: 31px 0;
  }
  #journalGeneralList .contentBox .pageNumber .page {
    width: 100%;
  }
  #journalGeneralList .contentBox .pageNumber .page .prePage {
    float: left;
    width: 90px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    border-radius: 15px;
    font-size: 13px;
    font-weight: bold;
    font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
    cursor: pointer;
  }
  #journalGeneralList .contentBox .pageNumber .page .prePage .fa {
    margin-right: 10px;
  }
  #journalGeneralList .contentBox .pageNumber .page .prePage:hover {
    background: #4157a2;
    color: #ffffff;
    animation: shake 0.38s;
    -webkit-animation: shake 0.38s;
  }
  #journalGeneralList .contentBox .pageNumber .page .nextPage {
    float: right;
    width: 90px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F2F2F2;
    border-radius: 15px;
    font-size: 13px;
    font-weight: bold;
    font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
    cursor: pointer;
  }
  #journalGeneralList .contentBox .pageNumber .page .nextPage .fa {
    margin-left: 10px;
  }
  #journalGeneralList .contentBox .pageNumber .page .nextPage:hover {
    background: #4157a2;
    color: #ffffff;
    animation: shake 0.38s;
    -webkit-animation: shake 0.38s;
  }
  #journalCoverModal .formDialog .uploadBox .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: 15px 0 0 14px;
    cursor: pointer;
  }
  #journalCoverModal .formDialog .uploadBox .imgBox {
    width: 252px;
    height: 304px;
    border: 1px solid #D7D7D7;
    margin: 20px 0 25px 14px;
    text-align: center;
  }
  #journalCoverModal .formDialog .uploadBox .imgBox img {
    width: 232px;
    height: 302px;
    margin-top: 1px;
  }
  
  .html-body .jgBg {
    width: 100%;
    height: 115px;
    /* background: url(../img/bg.png) no-repeat; */
    background: url("https://files.sciengine.com/template/platform/journalBanner1.png") no-repeat;
    background-size: cover;
    background-position: left top;
  }
  .html-body .jgBg .title {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 115px;
    font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
  }
  
  #journalGeneralList .noData {
    text-align: center;
    margin: 20px 0;
  }