.bgC1 {
  /* 加important的原因是覆盖轮播图下方翻页器自带的背景色 */
  background: #19478a !important;
}
.bgC2 {
  background: #2568cb;
}
.bgC3 {
  background: #19478a;
}
.bgC4 {
  background: #2568cb;
}
.colorC1 {
  color: #19478a !important;
}
.colorC2 {
  color: #2568cb;
}
.colorC3 {
  color: #2568cb;
}
.colorC4 {
  color: #2568cb;
}
.bgImg1 {
  background: url('https://files.sciengine.com/template/u144.svg') no-repeat;
}
.borderC1 {
  border-bottom: 4px solid #19478a;
}
.borderC2::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #19478a;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.borderC3::after {
  content: " ";
  width: 100px;
  height: 5px;
  background: #19478a;
  position: absolute;
  bottom: -1px;
  left: 0;
}
@font-face {
  font-family: "Montserrat Bold";
  src: url("https://files.sciengine.com/template/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("https://files.sciengine.com/template/Montserrat-Regular.ttf");
}
.font-regular {
  font-family: "Montserrat Regular", "Montserrat", sans-serif;
}
.font-bold {
  font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
}
html,
body {
  position: relative;
  width: 100%;
  height: auto;
  font-family: "Montserrat Regular", "Montserrat", sans-serif;
  text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  -moz-text-size-adjust: 100% !important;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  list-style: none;
  box-sizing: border-box;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
a {
  color: white;
  text-decoration: none;
}

#abbs {
  width: 100%;
  height: 100%;
  color: #333333;
  display: flex;
  flex-direction: column;
}

.contentBox {
  position: relative;
	min-height: 1500px;
}

@media (max-width: 768px) {
  .contentBox {
    margin-top: 20px;
  }

  .contentBox .modulesBox {
    width: 100%;
    margin: 0 auto;
  }

  .contentBox .modulesBox .left {
    padding-top: 0;
  }

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

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

  .contentBox .modulesBox {
    width: 100%;
    margin: 0 auto 130px;
  }

  .contentBox .modulesBox .left {
    padding-top: 35px;
  }
}

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

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

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

.contentBox .left .latestTitle {
  width: 100%;
  border-bottom: 2px solid #AAAAAA;
  color: #333333;
  font-size: 16px;
  margin-bottom: 10px;
  height: 55px;
  padding-top: 23px;
  margin-top: -30px;
}

.contentBox .bannersBox .bannerEditBox .pencilBox {
  height: 50px;
}