* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Arial";
  font-size: 14px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.line {
  width: 100%;
  background-color: #ccc;
  height: 1px;
  margin: 20px 0;
}

.pageBox {
  /* width: 1920px; */
  width: 100%;
  min-height: calc(100vh - 60px);
  position: relative;
  padding-top: 60px;
  background-color: #f5f5f5;
}

.pageBox .pageCenter {
  width: 1260px !important;
  margin: auto;
}

.pageBox .pageCenter .header {
  width: 1260px;
  position: fixed;
  top: 0;
  z-index: 9999;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ffffff;
}

.pageBox .header .headerCenter {
  /* width: 1190px; */

  width: 1260px;
  padding: 0 20px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logoBox {
  width: 200px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.logoBox img {
  width: 100%;
}

.navList {
  display: flex;
  align-items: center;
}

.navList li {
  font-weight: bold;
  color: #000000 !important;
  font-family: "Arial";
  margin-left: 10px;
}

.navList a:hover {
  color: #0575c4;
}

.pkp_site_nav_toggle {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.857rem;
  height: 2.857rem;
  border: 0;
  background: none;
  box-shadow: 1px 0 0 rgb(255 255 255 / 20%), -1px 0 0 rgb(255 255 255 / 20%);
  z-index: 999;
}
.pkp_site_nav_toggle > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 19px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.84);
  text-indent: -9999px;
  overflow: hidden;
}
.pkp_site_nav_toggle > span:before {
  top: 0;
}
.pkp_site_nav_toggle > span:before,
.pkp_site_nav_toggle > span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.84);
}
.pkp_site_nav_toggle > span:after {
  top: 8px;
}
.pkp_site_nav_toggle > span:before,
.pkp_site_nav_toggle > span:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: rgba(0, 0, 0, 0.84);
}
.pkp_site_nav_toggle > button {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
}
.pkp_site_nav_toggle--transform > span {
  border-bottom: 0;
  overflow: visible;
}
.pkp_site_nav_toggle--transform > span:before {
  top: 7px;
  transform: rotate(-405deg) translateY(1px) translateX(-2px);
  -webkit-transform: rotate(-405deg) translateY(1px) translateX(-2px);
}
.pkp_site_nav_toggle--transform > span:after {
  top: 14px;
  transform: rotate(405deg) translateY(-3px) translateX(-4px);
  -webkit-transform: rotate(405deg) translateY(-3px) translateX(-4px);
}
.pkp_site_nav_menu {
  display: none;
}
.pkp_site_nav_menu--isOpen {
  display: block;
}
.pkp_site_nav_menu {
  position: absolute;
  width: 100%;
  top: 100%;
  background: #fff;
  left: 0;
  padding: 0.714rem;
  z-index: 9999;
  font-size: 14px;
  line-height: 1.43rem;
  color: rgba(0, 0, 0, 0.87);
  display: none;
}
.pkp_site_nav_menu .pkp_nav_list {
  padding-left: 0;
  margin-left: 0;
  text-align: center;
}
.pkp_site_nav_menu ul ul {
  padding-left: 0.5rem;
}
.pkp_site_nav_menu a {
  display: inline-block;
  padding: 0.125rem 0;
  color: rgba(0, 0, 0, 0.84);
  text-decoration: none;
}
.pkp_site_nav_menu a:hover,
.pkp_site_nav_menu a:focus {
  color: #0575c4;
  text-decoration: underline;
}
.pkp_site_nav_menu #siteNav {
  position: absolute;
  top: 0;
  height: 0;
}

.banner {
  margin: auto;
  width: 1260px;
  /* width: 1920px; */
  /* width: 100%; */
  /* height: 320px; */
  border-bottom: 3px solid #0575c4;
  box-sizing: border-box;
  overflow: hidden;
}

.banner img {
  width: 100%;
  vertical-align: top;
}

.pageNavList {
  width: 1260px;
  margin: auto;
  background-color: #0575c4;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.pageNavList li {
  margin: 0 28px;
  font-size: 14px;
}

.pageNavList li a:hover {
  color: #147075;
  text-decoration: underline;
}

.pageNavList li a {
  color: #fff;
}

.content {
  padding: 30px 0;
}

.left,
.right {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 20px !important;
  height: auto;
}

.center {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 0px !important;
  height: auto;
}

.contentCenter .left {
  width: 19%;
  flex-shrink: 0;
}

.left .title,.headline {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  /* margin-bottom: 20px; */
  border-left: 4px solid #0575c4;
  padding-left: 5px;
  margin-top: 10px;
  color: #000;
}

.left .editorInfo {
  font-size: 14px;
  color: #414141;
  text-align: left;
  line-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.left .editorInfo .searchKey {
  text-align: left;
  margin: 10px 0 5px;
}

.left .editorInfo .textField {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #888888;
  background-color: #f5f5f5;
}

.left .editorInfo .textField:focus {
  outline: none;
}

.left .editorInfo .buttonBox {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.left .editorInfo .buttonBox .search {
  background-color: #0575c4;
  color: #fff;
  padding: 5px 8px;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.left .VolumeList {
  margin-top: 10px;
}

.left .VolumeList .time {
  font-size: 14px;
  font-weight: bold;
  color: #0575c4;
}

.left .VolumeList .VolumeItem {
  font-size: 14px;
  color: #414141;
  margin-top: 10px;
  text-decoration: underline;
  cursor: pointer;
}

.left .FeaturedBox {
  width: 100%;
}

.left .FeaturedBox .pictureBox {
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.left .FeaturedBox .pictureBox img {
  width: 100%;
  vertical-align: top;
}

.left .FeaturedBox .articalTitle {
  font-size: 14px;
  font-weight: bold;
  color: #0575c4;
  text-decoration: underline;
  cursor: pointer;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.left .FeaturedBox .Abstract {
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  color: #4e4e4e;
}

.contentCenter .right {
  width: 19%;
  flex-shrink: 0;
}

.contentCenter .center {
  width: 60% !important;
  flex-shrink: 0;
}

.contentCenter {
  width: 1260px;
  /* width: 100%; */

  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.cover_section {
  width: 100%;
}

.cover_section img {
}

/* .button_section{
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #64b5f6), color-stop(1, #1e88e5));
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
    border-radius: 4px;
    padding: 10px 20px;
    text-align: center;
    margin-top: 10px;
    cursor: pointer;
} */
.center .tab {
  width: 100%;
  margin: 0 10px 20px 0;
  box-shadow: 3px 3px 5px #888888;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.tablinks {
  width: 20.1%;
  background-image: linear-gradient(40deg, #01b2bb 0%, #0575c4 100%);
  padding: 7px 10px;
  color: white;
  display: block;
  border: none;
  transition: 0.4s;
  font-weight: bold;
  font-size: 14px;
  min-height: 30px;

  /* float: left; */
  height: 90px;
  text-align: center;
}

.tablinks:hover {
  background: linear-gradient(40deg, #0575c4 0%, #01b2bb 100%);
  color: #fff;
}

.tab button.active {
  background-image: linear-gradient(to right, #01c2e6 0%, #1160ff 100%);
  border: none;
  outline: none;
}

.tabcontent h3 {
  padding: 0;
  font-family: "arial";
  color: #1e293b;
  font-size: 14px;
  font-weight: bold;
}

.tabcontent p {
  padding-top: 10px;
  padding-bottom: 4px;
}

.center .issueTitle {
  font-size: 16px;
  font-weight: bold;
  color: #0575c4;
  border-left: 4px solid #0575c4;
  padding-left: 5px;
  margin-bottom: 10px;
}

.center .issueTitle2 {
  font-size: 16px;
  font-weight: bold;
  color: #2b2b2b;
  padding-left: 5px;
  text-align: center;
}

.center .articleList .articItem {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
  background-color: #fff !important;
  border-radius: 4px !important;
  width: 100%;
  margin: 15px 0;
  padding: 10px 15px 10px 15px;
}

.center .articleList .articItem .tags {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: bold;
  position: relative;
}

.button_article {
  position: absolute;
  right: 15px;
}

.center .articleList .articItem .tags .open {
  padding: 5px 8px;
  background-color: #e68b04;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.center .articleList .articItem .tags .open img {
  width: 17px;
  height: 17px;
}

.center .articleList .articItem .tags .articalType {
  padding: 5px 8px;
  background-color: #0575c4;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
}

.center .articleList .articItem .tags .articalID {
  padding: 5px 8px;
  background-color: #197b30;
  border-radius: 3px;
  display: inline-block;
  margin-right: 10px;
}

.center .articleList .articItem .title,.headline {
  font-size: 16px;
  font-weight: bold;
  /* text-decoration: underline; */
  cursor: pointer;
  margin-bottom: 10px;
  color: #414141;
  line-height: 1.5em;
}

.center .articleList .articItem .Author {
  margin-bottom: 0px;
}

.center .articleList .articItem .pages {
  margin: 5px 0;
}

.center .articleList .articItem .pages span {
  color: #414141;
}

.center .articleList .articItem .briefIntroduction {
  width: 100%;
  word-wrap: break-word;
  word-break: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;

  text-align: justify;
  color: #4e4e4e;
}

.center .articleList .articItem .brief_more {
  color: #0575c4;
  text-decoration: underline #0575c4;
  cursor: pointer;
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px;
}

.center .articleList .articItem .Abstract {
  color: #0575c4;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}

.center .articleList .articItem .textButton span {
  font-size: 14px;
  text-decoration: underline;
  color: #0575c4;
  margin-right: 5px;
  font-weight: bold;
  cursor: pointer;
}

.right .title,.headline {
  font-size: 15px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
  border-left: 4px solid #0575c4;
  padding-left: 5px;
  color: #000;
}

.right .photoBox {
  width: 120px;
  margin: auto;
  overflow: hidden;
  border: 1px solid #ccc;
}

.right .photoBox img {
  width: 100%;
  vertical-align: middle;
}

.right .editorInfo {
  font-size: 14px;
  color: #414141;
  text-align: left;
  line-height: 18px;
  margin-top: 10px;
}

.right .line {
  width: 100%;
  background-color: #ccc;
  height: 1px;
  margin: 20px 0;
}

.right .Section {
  width: 100%;
  height: 28px;
  border: 1px solid #7c7c7c;
  border-radius: 5px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #7c7c7c;
  cursor: pointer;
  /* font-weight: bold; */
}

.right .Section:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.right .AnnouncementsList {
  font-size: 14px;
  font-weight: 440;
  text-align: left;
}

.right .AnnouncementsList .AnnouncementsItem {
  margin-bottom: 5px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  font-weight: 600;
  color: #000;
}

.guest {
  margin-bottom: 5px;
  cursor: pointer;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.right .AnnouncementsList .AnnouncementsContent,
.right .AnnouncementsContent {
  word-wrap: break-word;
  word-break: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
  color: #4e4e4e;
}

.right .AnnouncementsList .more {
  text-align: right;
  cursor: pointer;
  color: #0575c4;
  text-decoration: underline #0575c4;
  margin-bottom: 10px;
}

.right .AnnouncementsList .last {
  text-align: right;
  margin-top: 10px;
  font-weight: bold;
}

.right .imgBox {
  width: 100%;
  overflow: hidden;
}

.right .imgBox img {
  width: 100%;
}

.footer {
  width: 100%;
  background-color: #0575c4;
  color: #ffffff;
  text-align: center;
  padding: 30px 50px 20px;
}

.footer .footerContent {
  display: flex;
  align-items: top;
  flex-wrap: nowrap;
  justify-content: space-around;
  text-align: left;
}

.footer .footerContent .footerPart {
  color: #ffffff;
  font-size: 14px;
  /* width: 20%; */
}

.footer .footerContent .footerPart .footerTit {
  font-size: 16px;
  margin-bottom: 15px;
  text-align: left;
  display: block;
  font-weight: bold;
}

.footer .footerContent .footerPart .footerItem {
  margin-bottom: 10px;
  display: block;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.footer .footerContent .footerPart .footerItem img {
  width: 16px;
  height: 16px;
  margin-left: 10px;
  filter: invert(100%);
}

.copyright {
  padding: 20px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 10px;
}

.copyright .copyrightItem {
  margin-left: 5px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  border-left: 1px solid rgba(252, 252, 252);
  padding-left: 5px;
}

.copyright .copyrightItem:first-child {
  margin-left: 25px;
  border-left: none;
}

#journalDescription td:nth-child(2) {
  display: none;
}

#content h4 {
  font-size: 16px !important;
  margin-bottom: 10px;
}

.title,.headline {
  margin-bottom: 10px;
}

.menu_active {
  border-bottom: 3px solid orange;
}

.member font {
  color: #0575c4;
  font-weight: bold;
}

.menu a {
  height: 30px;
  display: block;
}

.title,.headline a {
  color: #0575c4 !important;
}

.center .articleList .articItem .tags .viewArticle {
  padding: 5px 8px;

  border-radius: 3px;
  display: inline-block;

  border: 1px solid #ccc;
}

.center .articleList .articItem .tags .viewArticleFile {
  padding: 5px 8px;

  border-radius: 3px;
  display: inline-block;
  border: 1px solid #ccc;
}

.doi {
  margin-bottom: 5px;
}

#bigBG {
  padding-bottom: 0 !important;
}

.doi a {
  text-decoration: underline;
}

.new-desc {
  text-align: justify;
}

.journalCenter .cont {
  text-align: justify;
  font-size: 14px;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
}

.journalCenter .cont_more a {
  float: right;
  color: #0575c4;
}

#main {
  position: relative;
}

#submissions {
  overflow: hidden;
}

.show_more {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 5px;
  display: none;
  border: none;
  z-index: 999;

  height: 60px;

  background-color: #fff;
  box-shadow: 0px -10px 60px #fff;
  cursor: pointer;
}

.time {
  color: #0575c4;
}

.cover_section {
  display: block;
  float: right;
}

.issn_section {
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: column;
}

.issn_section p,
.issn_section p strong,
.issn_section div,
.issn_section div strong {
  font-size: 14px;
  text-align: center !important;
}

#intro {
  text-align: justify;
}

.firstRow td {
  vertical-align: top;
}

.logozone {
  width: 1903px;
  overflow: hidden;
}

#content table {
  width: 100% !important;
}

.center {
  float: left;
}

.textArea {
  padding: 15px;
}

.textButton {
  margin-top: 10px;
}

.new-dec {
  transition: "transform 2s ease-in";
  -webkit-line-clamp: unset !important;
}

.headerCenter {
  z-index: 99999;
}

.doi a:hover {
  text-decoration: underline !important;
}

.title,.headline a:hover {
  text-decoration: underline !important;
}

.title,.headline a {
  font-size: 18px !important;
}

.moreA {
  text-align: right;
  cursor: pointer;
  color: #0575c4;
  text-decoration: underline #0575c4;
  margin-bottom: 10px;
}

#policy_block {
  border-top: solid 1px #2d3b50;
  border-bottom: solid 1px #020204;
  padding-top: 24px;
  padding-left: 7%;
  color: #758094;
  font-size: 12px;
  padding-bottom: 16px;
}

#sidebarFontSize {
  margin-bottom: 80px !important;
}

.firstRow p {
  text-align: justify;
}

.briefIntroduction p {
  text-align: justify;
}

.title,.headline a {
  font-weight: bold;
}

.FeaturedBox img {
  width: 100%;
}

ol li {
  list-style: decimal !important;
  margin-left: 15px;
}

.journalCenter {
  overflow: hidden;
}

.contentCenter p {
  font-size: 14px !important;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #0575c4;
  min-width: 120px;
  z-index: 999;
}

.pkp_site_nav_menu .dropdown-content {
  position: static;
  background-color: transparent;
}

.dropdown-content a {
  color: #fff;

  text-decoration: none;
  display: block;
  background-color: #0575c4;
  height: 30px !important;
  line-height: 30px !important;
  text-align: center;
  padding: 0 10px;
}

.pkp_site_nav_menu .dropdown-content a {
  background-color: transparent;
  text-align: center;
}

/* 鼠标悬停时显示子菜单项 */
#about:hover .dropdown-content {
  display: block;
}

#about,
.navItem {
  color: #fff;
  text-transform: uppercase;
}

#breadcrumb {
  padding-top: 0 !important;
  margin-top: 0 !important;
  line-height: 16px !important;
  padding-left: 0 !important;
}

.center a {
  text-decoration: underline !important;
}

.tablinks {
  width: 25% !important;
}

.FeaturedBox img {
  margin: 20px 0 5px 0;
}

#sidebarFontSize {
  display: none !important;
}

.editorInfo p {
  text-align: center;
}
@media screen and (min-width: 770px) {
  #main,
  #cover_section,
  .center .articleList .articItem .tags {
    position: relative !important;
  }
  .pkp_site_nav_toggle,
  .pkp_site_nav_menu {
    display: none !important;
  }
}

@media screen and (max-width: 769px) {
  #focusAndScope p {
    line-height: 1.2 !important;
  }
  .FeaturedBox img {
    height: auto !important;
  }
  #announcementDescription {
    table-layout: fixed;
  }
  #announcementDescription img {
    width: 100%;
    height: auto;
  }
  #content #registerForm table {
    table-layout: fixed;
  }

  .pkp_site_nav_toggle {
    display: block;
  }

  .navList {
    display: none;
  }

  .editorialTeam > div {
    width: 100% !important;
  }
  .center .articleList .articItem .tags {
    flex-wrap: wrap;
  }
  .button_article {
    position: static;
  }
  .pageBox .pageCenter {
    width: 100% !important;
  }

  .pageBox .pageCenter .header {
    width: 100%;
    z-index: 9999;
  }

  .pageBox .header .headerCenter {
    width: 100%;
  }

  .logoBox {
    width: 150px;
  }

  .banner {
    width: 100%;
    border-bottom: none;
  }

  .contentCenter {
    width: 100%;
  }

  #navbar ul {
    width: 100%;
    overflow-x: scroll !important;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  #navbar li {
    flex-shrink: 0;
  }

  .contentCenter {
    width: 100%;
    flex-wrap: wrap;
  }

  .contentCenter .right {
    width: 100%;
  }

  .contentCenter .center {
    width: 100% !important;
  }

  #cover_section {
    padding-left: 0px;
  }
  #cover_section img {
    width: 120px !important;
    height: 192px !important;
  }
  .journalDescription table td p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
  }
  .contentCenter .left {
    width: 100% !important;
  }
}

.Policies-Title-Style {
  font-family: Times New Roman;
  font-weight: bold;
  font-size: 21px;
  line-height: 38px;
}
.Policies-Subtitle-Style {
  font-family: Times New Roman;
  font-weight: bold;
  font-size: 17px;
  line-height: 30px;
}
.Policies-Text-Style {
  font-family: Times New Roman;
  font-size: 15px;
  color: #4e4e4e;
  line-height: 22px;
}
.Policies-Linktext-Style {
  text-decoration: underline;
  font-family: Times New Roman;
  color: rgb(5, 99, 193);
  font-size: 15px;
}
.Policies-Linktexts-Style {
  text-decoration: underline;
  font-family: Times New Roman;
  color: rgb(41, 74, 112);
  font-size: 15px;
}
.Policies-Linktextss-Style {
  text-decoration: underline;
  font-family: Times New Roman;
  color: rgb(0, 0, 255);
  font-size: 15px;
}
.Policies-Linktext-Style:hover {
  color: rgb(50 148 245);
}
.Policies-Linktexts-Style:hover {
  color: rgb(4 111 219);
}
.Policies-Linktextss-Style:hover {
  color: rgb(4 111 219);
}
.Policies-litext-Style {
  margin-left: 28px;
  font-size: 15px;
  font-family: Times New Roman;
  color: #4e4e4e;
  line-height: 22px;
}

.Policies-limark-Style {
  font-family: Symbol !important;
  /* font-family: Times New Roman; */
  font-size: 16px;
  color: #4e4e4e;
}
.Policies-linumbermark-Style {
  font-size: 15px;
}
