.w-20 {
  width: 20% !important;
}
.bg-secColor {
  background: #c13e37;
}
.bg-light-aobo {
  background: #e0e8f8;
}
.bg-d0ddf8 {
  background: #d0ddf8;
}
.hover-primary:hover {
  color: #3553bf !important;
}
a.hover-primary:hover {
  color: #3553bf !important;
}
.border-primary {
  border-color: #2c459f !important;
}
.font-style-normal {
  font-style: normal;
}
.line-height-1 {
  line-height: 1 !important;
}
.text-primary-aobo {
  color: #2c459f;
}
.bg-aobo-style {
  background: #f3f4fa;
}
.aobo-primary {
  background: #2c459f;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #132c84;
}
.font-size-12 {
  font-size: 0.6rem !important;
}
.font-size-14 {
  font-size: 0.8rem !important;
}
.font-size-16 {
  font-size: 1.2rem !important;
}
.font-size-18 {
  font-size: 1.3rem !important;
}
.font-size-20 {
  font-size: 1.5rem !important;
}
.font-size-22 {
  font-size: 1.8rem !important;
}
.font-size-24 {
  font-size: 2.2rem !important;
}
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.height-40 {
  height: 40px;
}
.height-50 {
  height: 50px;
}
.height-60 {
  height: 60px;
}
a.height-50 {
  height: 50px;
  line-height: 50px;
}
body {
  font-size: 14px;
  color: #2c459f;
  margin: 0 ;
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  word-wrap: break-word;
  word-break: break-all;
  line-height: 1.5;
  outline: none;
}
a {
  color: #555;
  text-decoration: none !important;
}
img {
  border: 0;
  display: block;
  width: 100%;
  image-rendering: -moz-crisp-edges;
  /* Firefox */
  image-rendering: -o-crisp-edges;
  /* Opera */
  image-rendering: -webkit-optimize-contrast;
  /* Webkit (non-standard naming) */
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
  /* IE (non-standard property) */
}
a,
img {
  -webkit-touch-callout: none ;
}
input,
textarea {
  outline: none;
  border: none;
}
button {
  border: 1px solid transparent;
  outline: none;
}
button:active,
button:hover {
  outline: none;
}
ul > li {
  list-style: none;
}
input:-moz-placeholder {
  color: #000;
}
input::-moz-placeholder {
  color: #000;
}
input:-ms-input-placeholder {
  color: #000;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select {
  border: none;
  outline: none;
}
select::-ms-expand {
  display: none;
}
.btn,
.btn:focus,
.btn:hover,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
  border-color: transparent !important;
}
.text-white-80 {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.8rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.8rem;
  color: #bbb;
  font-size: 12px;
}
.toprow {
  min-height: 46px;
}
.navBox .rightSeach .topSeach {
  width: 240px;
  height: 36px;
  border: 1px #ddd solid;
  border-radius: 200px;
  overflow: hidden;
}
.navBox .rightSeach .topSeach input {
  width: calc(100% - 50px);
}
.navListBoxa {
  height: 50px;
}
.navListBoxa .dropdown-menu-custom {
  top: 50px;
  left: 0;
  z-index: 999;
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 0.1s;
}
.navListBoxa .dropdown-menu-custom a:hover {
  color: #2c459f !important;
}
.navListBoxa .dropdown-menu-custom.hover-class {
  height: 80px !important;
  opacity: 1;
}
.navListBoxa a.top-link {
  position: relative;
  transition: all 0.2s;
}
.navListBoxa a.top-link:hover,
.navListBoxa a.top-link.active {
  background: #132c84;
}
.navListBoxa a.top-link:hover::before,
.navListBoxa a.top-link.active::before {
  content: "";
  display: flex;
  width: 100%;
  height: 5px;
  background: #132c84;
  position: absolute;
  top: -5px;
  left: 0;
  border-radius: 3px 3px 0 0;
  transition: all 0.2s;
}
.footer {
  background-size: cover;
}
.footer p,
.footer span {
  font-size: 1.2rem;
  margin-bottom: 0.3rem;
}
.footer .erImg {
  max-width: 80px;
}
.pageContentBread .breadcrumb-item a {
  font-size: 1.2rem !important;
}
.pageContentBread .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: flex;
  width: 8px;
  height: 8px;
  border-top: 1px #777 solid;
  border-right: 1px #777 solid;
  padding: 0;
  transform: translate(-90%, 90%) rotate(45deg);
}
.text-truncate-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.fixed-share {
  top: 50%;
  right: 2%;
  transform: translate(0, -50%);
  transition: all 0.2s;
  z-index: 9999999;
}
.fixed-share .three-box {
  position: relative;
}
.fixed-share .three-box .pub-list .hoverbox {
  opacity: 1 !important;
  transition: all 0.3s !important;
  position: absolute !important;
  right: 100% !important;
  top: 0 !important;
  transform: translate(0, -40%) !important;
}
.fixed-share .three-box .pub-list .imgBox {
  opacity: 0;
  transition: all 0.3s;
  position: absolute;
  right: -1000%;
  top: 0;
  transform: translate(0, -40%);
  width: 315px;
  height: 500px;
  padding-right: 15px;
  cursor: pointer;
}
.fixed-share .three-box .pub-list .iconbox {
  width: 46px;
  height: 46px;
  background: #2c459f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.6rem;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.fixed-share .three-box .pub-list .iconbox .iconfont {
  color: #fff;
  font-size: 2rem;
}
.daoahngbtn a {
  background: #2c459f;
}
