body{
    padding:0;
    margin:0;
    background-color:#fff;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif
;}

a:hover{ text-decoration:none!important;}

.color_primary{ color:#558EBF;}
.color_gray{ color:#EFF0F0;}
.color_primary_desc{color:#727E87; text-indent:2em;}
.color_7E7F7E{ color:#7E7F7E;}
.color_deep{ color: #2965A7;}
.color_B2B2B2{ color:#B2B2B2;}
.color_E0E0E0{ color: #E0E0E0;}
.color_D2E9FB{ color: #D2E9FB;}

.background_primary{ background: #558EBF;}
.background_primary_deep{background: #2965A7;}
.background_gray{background: #EFF0F0;}
.background_info{background: #D2E8FB;}
.background_F1F1F1{background: #F1F1F1;}

.line20{line-height: 20px;}
.line23{line-height: 23px;}
.line27{line-height: 27px;}
.line30{line-height: 30px;}
.line32{line-height: 32px;}


.fontSize150{ font-size: 150%;}
.fontSize90{ font-size: 90%;}
.fontSize100{ font-size: 100%;}
.fontSize108{ font-size: 108%;}
.fontSize113{ font-size: 113%;}
.fontSize130{ font-size: 130%;}
.fontSize160{ font-size: 160%;}
.fontSize180{ font-size: 180%;}
.fontSize200{ font-size: 200%;}
.fontSize220{ font-size: 220%;}


a.team_item:hover{ text-decoration: none;}
a.nav-link:hover { background-color: white!important;}

.maxHeight70{ height:70px; max-height: 70px;}
.maxHeight118{ height: 118px; max-height: 118px;}

.btn-xs { line-height:1.4!important;}

.word_letter_space_en{ letter-spacing: 1.5px;}

/** 首页新闻滚动样式组 **/
.swiper_news_cat{ position:static; transition: none;}
.swiper_news_bullet:hover{}
.swiper_news_bullet_active{ border-bottom: 4px solid #2965A7; padding-bottom: 2px;}


/** 竖线样式 **/
.primary_desc_line:after{
  content: '';
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #fff;
  top: 18px;
  right: 0;}



@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1350px;}
}


/** 子菜单开始 **/
.school_nav_sub_menu { width: 119px; position: absolute;}
.school_nav_sub_menu li{list-style: none;}
.school_nav_sub_menu a.school_nav_subitem {
  font-size: 18px;
  display: block;
  text-align: center;
  line-height: 60px;}
.school_hidden{ display: none;}
ul.navbar-school li{ list-style:none; font-size: 20px;}
/** 子菜单结束 **/


/*** 内容页 ***/
.breadcrumb-school{  border-bottom: 1px solid #000;}
.breadcrumb-school li::before { color:#7E7F7E;}
.news_list_line:after{
  content: '';
  position: absolute;
  width: 1px;
  height: 90%;
  background-color: #E0E0E0;
  top: 5px;
  right: 0;}
a.news_list_a{ color: #000;}
a.news_list_a:hover { color: #000;}
.btn-page{ border-radius: 0; width: 87px; padding: 3px 0;}
.pageinBox ul.pagination{ margin: 0;}
.pageinBox ul li.disabled span.btn-page { background: #ccc!important;}

/** 分页 **/
 .p_fun_d, .p_fun{
    border-radius: 0;
    width: 87px;
    padding: 3px 0;
    display: inline-block;
    text-align: center;
    background-color: #2965A7;
    color: white!important;
    margin-right: 1.2rem!important;
  }
  .p_no_d, .p_no{
    display: none;
  }
  .p_fun_d {
    background-color: #ccc!important;
  }
  .p_fun a{
    color: white!important;
  }