.fr {
  float: right;
}

.fl {
  float: left;
}

.posit_r {
  position: relative;
}

.clear {
  clear: both;
}

.clearfix {
  &:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
  }
}

.ver_m {
  vertical-align: middle;
}

.over_auto {
  overflow: auto;
}

.b {
  font-weight: bold;
}

.txt_c {
  text-align: center;
}

.txt_r {
  text-align: right;
}

.dp_IB {
  display: inline-block;
}

.lh_14 {
  line-height: 14px;
}

.lh_28 {
  line-height: 28px;
}

.lh_36 {
  line-height: 36px;
}

.lh_46 {
  line-height: 46px;
}

.lh_60 {
  line-height: 60px;
}

.txt_elips {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 内间距 */

.pd_20 {
  padding: 20px;
}

.pd_0_20 {
  padding: 0 20px;
}

.pt_10 {
  padding-top: 10px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_40 {
  padding-top: 40px;
}

.pt_0_20 {
  padding-top: 0 20px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_40 {
  padding-bottom: 40px;
}

.pl_20 {
  padding-left: 20px;
}

/* 外间距 */

.m_20_0 {
  margin: 20px 0;
}

.m_auto {
  margin: 0 auto;
}

.ml_14 {
  margin-left: 14px;
}

.ml_40 {
  margin-left: 40px;
}

.mr_10 {
  margin-right: 10px;
}

.mr_20 {
  margin-right: 20px;
}

.mr_60 {
  margin-right: 60px;
}

.mr_40 {
  margin-right: 40px;
}

.mr_100 {
  margin-right: 100px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mt_6 {
  margin-top: 6px;
}

.mt_10 {
  margin-top: 10px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_80 {
  margin-top: 80px;
}

/* 字体大小 */

.fs_16 {
  font-size: 16px;
}

.fs_14 {
  font-size: 14px;
}

.fs_18 {
  font-size: 18px;
}

.fs_20 {
  font-size: 20px;
}

.fs_22 {
  font-size: 22px;
}

.fs_24 {
  font-size: 24px;
}

.fs_26 {
  font-size: 26px;
}

.fs_28 {
  font-size: 28px;
}

.fs_30 {
  font-size: 30px;
}

.fs_36 {
  font-size: 36px;
}

.fs_56 {
  font-size: 56px;
}

/* 高度 */

.h_250 {
  height: 250px;
}

.h_320 {
  height: 320px;
}

.h_82 {
  height: 82px;
}

.h_70 {
  height: 70px;
}

/* 宽度 */

.w_25per {
  width: 25%;
}

.w_1250 {
  width: 1250px;
}

.w_1200 {
  width: 1200px;
}

.w_1050 {
  width: 1050px;
}

.w_1000 {
  width: 1000px;
}

.w_900 {
  width: 900px;
}

.w_810 {
  width: 810px;
}

.w_790 {
  width: 790px;
}

.w_710 {
  width: 710px;
}

.w_690 {
  width: 690px;
}

.w_660 {
  width: 660px;
}

.w_600 {
  width: 600px;
}

.w_500 {
  width: 500px;
}

.w_420 {
  width: 420px;
}

.w_400 {
  width: 400px;
}

.w_380 {
  width: 380px;
}

.w_360 {
  width: 360px;
}

.w_344 {
  width: 344px;
}

.w_320 {
  width: 320px;
}

.w_290 {
  width: 290px;
}

.w_270 {
  width: 270px;
}

.w_260 {
  width: 260px;
}

.w_230 {
  width: 230px;
}

.w_180 {
  width: 180px;
}

.w_150 {
  width: 150px;
}

.w_130 {
  width: 130px;
}

.w_20 {
  width: 20px;
}

/* 颜色 */

.red {
  color: red;
}

.c_darkRed {
  color: #a81010;
}

.c_white {
  color: #ffffff;
}

.c_blue {
  color: #1772b4;
}

.c_blueDark {
  color: #165e87;
}

.c_blueGray {
  color: #7796a8;
}

.c_gray {
  color: #a6a6a6;
}

.bg_blue {
  background-color: #1772b4;
}

.bg_blueLight {
  background-color: #4187c0;
}

.bg_gray {
  background-color: #f5f8fa;
}

.bg_grayDark {
  background-color: #f2f2f2;
}

.bg_white {
  background-color: #fff;
}

.bg_red {
  background-color: #de5b5b;
}

.bg_org {
  background-color: #eb8d52;
}

.bg_yellow {
  background-color: #e8c156;
}

.cur {
  cursor: pointer;
}

.bor_b {
  border-bottom: 1px solid #cecece;
}

.bor_t {
  border-top: 1px solid #cecece;
}

.box_shadow_blueLight {
  box-shadow: inset 0 0 58px #d9e9f4;
}

/* -------------------------- public ---------------------*/

.box_blue_gradient {
  background-repeat: no-repeat;
  background: linear-gradient(to bottom, #1876c3, #ffffff, #ffffff);
}

.bor {
  border-radius: 7px;
  border: 1px solid #e8e8e8;
  padding: 15px 25px;
  box-sizing: border-box;
  height: fit-content;
  overflow: hidden;
}

/* 多行省略号 */

.txt_multi_elips {
  font-family: Helvetica;
  line-height: 22px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* .txt_before_dot::before */

.dot_ul li {
  list-style: circle;
}

.list_half ul li::before {
  content: '•';
  /* font-style: italic; */
  margin-right: 8px;
  color: #a6a6a6;
}

.txt_before_img::before {
  margin-top: -11px !important;
  width: 22px !important;
  height: 22px !important;
  background: url('../icons/txt_before_img.png') no-repeat !important;
  background-size: 100% 100% !important;
}

.dp_f_row_align {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}

.dp_f_row_align_between {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dp_f_row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}

.dp_f_evenly {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.policy_header {
  background: #e7eef3;
  padding: 20px;
  margin-bottom: 26px;
}

.policy a {
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e8e8e8;
  align-items: center;
}

.policy img {
  width: 44px;
  height: fit-content;
}

.title_bg {
  width: 274px;
  height: 46px;
  background: url(../icons/titlebg.png) no-repeat;
  line-height: 46px;
  color: #fff;
  margin-bottom: 26px;
}

/* header */

.nav {
  text-align: center;
  display: flex;
  justify-content: space-around;
  line-height: 60px;
  width: 1200px;
  margin: 0 auto;
}

.nav li {
  display: block;
  padding: 0 20px;
  color: #fff;
  font-size: 22px;
}

.nav .headerActive {
  background-color: #0163a0;
}

.nav_hide {
  line-height: 30px;
  overflow: hidden;
}

.navContent {
  margin-right: 10px;
  padding: 0 10px;
}

.navContent .navItemContent {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-start;
  height: 175px;
  > li {
    margin-right: 20px;
  }
}

.navItemContent > li {
  margin-right: 20px;
}

.v_line {
  position: absolute;
  height: 85px;
  border-left: 1px solid rgba(255, 255, 255, 0.27);
  right: 0;
  top: 78px;
}

.login {
  box-sizing: border-box;
  padding-top: 20px;
  padding-left: 62px;
}

.headerContainer {
  width: 1200px;
  margin: 20px auto;
}

.headerContainer svg {
  width: 20px;
  height: 20px;
  color: #1c629c;
}

.navContainer {
  display: flex;
  justify-content: center;
  /* width: 1250px; */
  /* margin: 0 auto; */
  overflow: hidden;
  height: 240px;
}

.navContainer aside {
  height: 100%;
}

.seachIcon {
  width: 30px;
  height: 30px;
}

.navMenu {
  height: 250px;
  float: left;
  background-color: #1772b4;
}

.navMenu div {
  float: left;
  position: relative;
  margin-right: 20px;
  padding-right: 15px;
}

/* 移除最后一个元素的竖线 */

.navMenu div:last-child::after {
  border-right: none;
  width: 0px;
}

.navMenu div::after {
  content: '';
  width: 1px;
  height: 85px;
  background-color: #fff;
  position: absolute;
  top: 78px;
  right: 0;
  opacity: 0.27;
}

.footer {
  height: auto;
  box-sizing: border-box;
  width: 100%;
  padding: 24px 0;
  font-size: 14px;
  font-family: 微软雅黑 Regular;
  color: #ffffff;
  line-height: 30px;
  margin-top: 20px;
}

.footer span {
  margin-right: 40px;
}

.list_half {
  width: 600px;
}

.list_half li {
  margin-top: 10px;
  display: flex;
  /* flex-direction: row; */
  /* align-items: center; */
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
}

.list_half > p {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.list_half ul {
  margin-top: 20px;
  border-radius: 7px;
  border: 1px solid #e8e8e8;
  padding: 15px 25px;
  box-sizing: border-box;
  align-items: center;
}

.list_half li span {
  color: #a6a6a6;
  font-size: 14px;
}

.list_half ul p {
  font-size: 16px;
  cursor: pointer;
  margin-right: 40px;
  width: 400px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.navMenu ul li a{color:#fff;}

