.white-body {
  background: #fff;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.row {
  margin-right: -12px;
  margin-left: -12px;
}

.row:after,
.row:before {
  display: table;
  content: " ";
  box-sizing: border-box;
}

.row:after {
  clear: both;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  position: relative;
  min-height: 1px;
  padding-right: 12px;
  padding-left: 12px;
}

.nav-main ul {
  vertical-align: top;
}

.global-banner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 350px;
  background: url(../img/banner.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.global-banner a.banner-logo {
  display: block;
  width: 31.83%;
  min-width: 335px;
  height: 32%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.global-banner a.banner-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.global-main-box {
  margin-top: 32px;
}

.global-main-box h3.title {
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 16px;
}

.global-main-box h3.title a.more {
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  padding-right: 55px;
  background: url(../img/icon-more.png) no-repeat 52px center;
  background-size: 20px 20px;
}

.recommended-journals-list .item {
  display: flex;
  padding: 8px;
  border: 0.6px solid #527FA5;
  box-sizing: border-box;
  border-radius: 8px;
}

.recommended-journals-list .flex-item {
  display: flex;
}

.recommended-journals-list .item img {
  display: block;
  width: 94px;
  height: 132px;
  border-radius: 4px;
  object-fit: cover;
  margin-right: 8px;
  flex-shrink: 0
}

.recommended-journals-list .item .short {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #527FA5;
}

/* .recommended-journals-list .item .short:hover {
  text-decoration: underline;
} */

.recommended-journals-list .item .name {
  font-size: 14px;
  line-height: 17px;
  color: #202124;
  margin-top: 8px;
}

/* .recommended-journals-list .item a {
  color: #527FA5;
}

.recommended-journals-list .item a:hover {
  text-decoration: underline;
}

.recommended-journals-list .item .info-item {
  margin-top: 4px;
} */

.journals-groups-list .groups-item {
  width: 100%;
  background: #EEF2F6;
  border-radius: 8px;
  outline: none;
  border: none;
  text-align: left;
  font-size: 18px;
  line-height: 22px;
  color: #527FA5;
  padding: 16px;
  margin-bottom: 24px;
  transition: all .1s;
}

.journals-groups-list .groups-item:hover {
  background: #527FA5;
  color: #FFFFFF;
}

.journals-list-box,
.journals-latest-list {
  margin-bottom: 60px;
}

.journals-latest-list .item {
  display: block;
  background: #EEF2F6;
  border-radius: 8px;
  padding: 16px;
}

.journals-latest-list .item:hover {
  background: #ecf5fd;
}

.journals-latest-list .item .img {
  width: 100%;
  padding-bottom: 141.93%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.journals-latest-list .item .title {
  min-height: 66px;
  font-size: 16px;
  line-height: 22px;
  color: #202124;
  margin-top: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.journals-latest-list .item .name {
  height: 42px;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #527FA5;
  border-top: 1px solid #D7D7D7;
  padding-top: 16px;
  margin-top: 24px;
  box-sizing: content-box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.journals-latest-list .item .info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 8px;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #767676;
}

.journals-list-box .item {
  display: block;
  background: #EEF2F6;
  border-radius: 8px;
  padding: 16px;
  align-items: flex-start;
  margin-bottom: 32px;
}

.journals-list-box .item .wrap {
  display: flex;
}

.journals-list-box .item .cover {
  display: block;
  width: 142px;
  height: 201px;
  border-radius: 4px;
  flex-shrink: 0;
  margin-right: 16px;
}

.journals-list-box .item .info {
  flex-grow: 1;
}

.journals-list-box .item .shortname {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #527FA5;
  margin-bottom: 8px;
}

.journals-list-box .item .content {
  height: 132px;
}

.journals-list-box .item .name {
  display: block;
  height: 44px;
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  color: #527FA5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 8px;
}

.journals-list-box .item .name:hover {
  text-decoration: underline;
}

.journals-list-box .item .more {
  display: block;
  font-size: 14px;
  line-height: 17px;
  color: #527FA5;
  padding-top: 9px;
  margin-top: 16px;
  border-top: 1px solid #D7D7D7;
  background: url(../img/icon-more-gray.png) no-repeat right 8px;
  background-size: 20px 20px;
}

.journals-list-box .item a {
  color: #527FA5;
}

.journals-list-box .item a:hover {
  text-decoration: underline;
}

.journals-list-box .item .impact-factor {
  font-weight: bold;
}

.packages-box h3.title {
  font-weight: normal;
  font-size: 24px;
  line-height: 34px;
  color: #202124;
  margin-top: 32px;
  margin-bottom: 24px;
}

.packages-box .sub-title {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #202124;
  /* margin: 24px 0 0; */
}

.packages-box .sub-title a {
  font-weight: 600;
  color: #527FA5;
}

.packages-link-box {
  background: #F6F9FA;
  border-radius: 8px;
  margin-bottom: 32px;
  padding: 24px 30px;
}

.packages-link-box li:not(:first-of-type) {
  margin-top: 26px;
}

.packages-link-box a {
  font-size: 18px;
  line-height: 21px;
  display: flex;
  align-items: center;
  color: #5F6368;
  list-style: outside;
  list-style-type: disc;
}

.packages-link-box a:hover {
  color: #527FA5;
}

@media (min-width: 992px) {
  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.6667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333%;
  }

  .col-md-5 {
    width: 41.6667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333%;
  }

  .col-md-8 {
    width: 66.6667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333%;
  }

  .col-md-11 {
    width: 91.6667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
}

@media (min-width: 600px) and (max-width: 992px) {

  .col-md-3,
  .col-md-4 {
    float: left;
    width: 50%;
  }

  .recommended-journals-list .item,
  .journals-latest-list .item {
    margin: 0 auto 24px;
  }

  .journals-list-box {
    margin: 0;
    padding: 0 12px;
  }

  .contain-right,
  .contain-content {
    padding: 0;
  }
}

@media (max-width: 600px) {

  .recommended-journals-list .item,
  .journals-latest-list .item {
    max-width: 282px;
    margin: 0 auto 24px;
  }

  .global-main-box h3.title {
    font-size: 24px;
  }

  .global-main-box h3.title a.more {
    font-size: 14px;
    color: #000000;
    padding-right: 32px;
    background: url(../img/icon-more.png) no-repeat 42px center;
    background-size: 14px 14px;
  }

  .journals-list-box {
    margin: 0;
    padding: 0 12px;
  }

  .contact-info .info-list {
    flex-wrap: wrap;
  }

  .position .pr {
    flex-wrap: wrap;
  }

  .pr .pr-address {
    padding: 15px;
  }

  .contact-form {
    padding: 23px 15px 0;
  }

  .contact-form .inp-box {
    width: 100%;
    height: 52px;
    margin-top: 22px;
  }
}

@media (max-width: 1230px) {
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .info-list li {
    margin-bottom: 20px;
  }
}