@charset "UTF-8";


@media (max-width: 1340px) {
  .xygk_num li .xygk_numnr{
    padding-right: 8px;
    margin-right: 8px;
  }

}


@media (max-width: 1300px) {
  .navbar .navbar-nav > li > a {
    font-size: 1.125rem;
  }


  /* 新闻动态 */
  .xwdt_lf{
    width: 600px;
  }
  .xwdt_rg{
    width: calc(100% - 600px);
  }
  .xwdt_rgwk ul li{
    padding: 9px 0px;
  }

}

@media (max-width: 1240px) {
  .container{
    width: 97%;
 }
  .header .top-left,
.header2 .top-left{
    margin-left:15px;
}
 .header .top-right,
.header2 .top-right{
    margin-right:15px;
}



}


@media (max-width: 1200px) {

 .container{
    width: 100%;
 }

.header-lby .nav_bg,
  .nav_bg{
    background: none;
    height: auto;
  }
  .header.showdiv,
 .header2.showdiv{
    position: static;
  }
  .header,
.header2 {
    padding: 13px 0px 7px;
    height: 50px;
    background: #9a0001;
  }
  .header .top-left,
.header2 .top-left{
    margin: 0px;
}
  .header .logo,
.header2 .logo {
    margin: 0px 0px 0px 15px;
    width: 180px;
  }

  .header .logo_wz,
 .header2 .logo_wz {
    width: 170px;
    margin-top:10px;
  }

 
.header .logo_wz::after,
.header2 .logo_wz::after{
    width:180px;
    top: -4px;
}
.header .logo_wz .logo_wzg img,
.header2 .logo_wz .logo_wzg img{
   height:24px;
}


.header .logo_wz2, .header2 .logo_wz3{
   margin-top:4px;
}
.header .logo_wz2 .lgwz_cha span img, .header2 .logo_wz3 .lgwz_cha span img{
   height:20px;
}
.lgwz_eg span{
  font-size:12px;
}
.header .logo_wz2 .lgwz_eg,
.header2 .logo_wz2 .lgwz_eg{
  margin:0px;
}
.header .logo_wz2,
.header2 .logo_wz4{
   height: auto;
   margin-top:0px;
   width:200px;
}

  .header .top-right,
.header2 .top-right {
    display: none;
  }

  .slider-right {
    display: none !important;
  }
  /* 小于1200就缩导航 */
  .navbar {
    margin-top: 0px;
    position: absolute;
    display: block;
    margin-right: 0;
    top: 35px !important;
    right: 5px !important;
  }
  .navbar .menuBtn {
    width: 30px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 9;
    padding-top: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .navbar .menuBtn b {
    display: block;
    height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: 0.3s;
    -ms-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
  }
  .navbar .menuBtn2 {
    display: none;
  }
  .navbar .menuslider {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: block;
    background:#fff;
    background-size: cover;
    z-index: 99;
    width: 100%;
    height: calc(100% - 70px) !important;
    left: 0;
    top: 70px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navbar .menuslider .navbar-nav {
    margin-top: 20px;
    overflow: hidden;
    padding: 0 3%;
  }
  .navbar .menuslider a {
    font-weight: normal !important;
  }
  .navbar .menuslider .nav-child {
    width: 100%;
    display: none;
    position: relative !important;
    background-color: transparent;
    float: none;
    border: none;
    top: 0 !important;
    left: 0 !important;
    padding: 10px 0 10px 10px !important;
    margin: 0 0 -1px 0 !important;
    opacity: 1;
    visibility: visible;
  }
  .navbar .menuslider .nav-child li {
    text-align: left;
    padding: 0;
  }
  .navbar .menuslider .nav-child li a {
    padding: 5px 10px;
  }
  .navbar .menuslider .nav-child li > dl {
    display: none;
    position: relative;
    left: 0;
    top: 0;
    background: none;
    padding-left: 15px;
  }
  .navbar .menuslider .nav-child li.hasChild.on > dl {
    display: block;
  }
  .navbar .menuslider .nav-child:before {
    display: none;
  }
  .navbar .navbar-nav > li {
    width: 100% !important;
    display: block;
    position: relative;
    text-align: left !important;
    padding: 10px !important;
    box-sizing: border-box;
    height: auto;
    border-bottom: 1px solid #ccc;
    background: none !important;
  }
  .navbar .navbar-nav > li a {
    text-align: left !important;
    line-height: 24px;
    color: #333 !important;
    background: none !important;
  }
  .navbar .navbar-nav > li.hasChild > em {
    position: absolute;
    top: 4;
    right: 10px;
    z-index: 9;
    width: 20px;
    height: 45px;
    background: url(../images/nav-down.png) center no-repeat;
    background-size: 100%;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
 .navbar .navbar-nav > li{
    line-height: 40px;

}
  .navbar .navbar-nav > li.hasChild.on > em {
    transform: rotate(45deg);
  }
  .navbar .hasChild:before {
    display: none;
  }
  .navbar li.hasChild.on .nav-child {
    display: block !important;
    background: none;
  }
  .navbar .menu-bott {
    display: block;
    overflow: hidden;
    width: 100%;
    background: #9a0001;
    padding: 15px 5%;
  }
  .navbar .menu-bott .top-right {
    display: block;
    float: left;
    margin-top: 10px;
  }
  .navbar .menu-bott .top-right li {
    padding: 0 10px;
  }
  .navbar .menu-bott .search-box {
    margin-left: 10px;
  }
  body.side-right .navbar .menuslider {
    opacity: 1;
    visibility: visible;
    top: 70px;
  }
  body.side-right .navbar .menuBtn {
    display: none;
  }
  body.side-right .navbar .menuBtn2 {
    display: block;
  }
  body.side-right .navbar .menuBtn b {
    display: none;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
  }
  body.side-right .navbar .menuBtn b:first-child {
    display: block;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
  }
  body.side-right .navbar .menuBtn b:last-child {
    display: block;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
  }


  .ban_box{
    padding-top: 70px;
  }
  .banner .slick-dots{
    bottom: 15px;
  }
  .banner .slick-dots li.slick-active {
    bottom: 5px;
  }


/* 手机二级导航 */
 .sjmenu{
  display: block;
  background: #f5f5f5;
}

.sp_header{height:50px;
  overflow:hidden;
  /* background:#fff; */
  width:100%;}
.sp_logo{float:left;
  height:50px;
  font-size: 22px;
  line-height: 50px;
  color: #111;
  text-indent: 10px;
}
.sp_nav{width:50px;float:right;
  position:relative;
  cursor:pointer;height:30px;
  margin-top:15px}
.sp_nav span{display:block;
  background:#960001;
  width:30px;height:2px;
  position:absolute;left:10px;
  transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}

.sjj_nav{
  width:100%;
  transition:top ease 0.35s;
  display: none;
  }
.nav_show{
  display: block;
  color: #333;
  }

.sjj_nav ul li i{
  position:absolute;
  top:5px;
  right:0px;
  border-left:1px #ddd solid;
  height:40px;
  padding:0px 7px 0 7px;
}
.sjj_nav ul li i svg{
  transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{
  border-top:1px #ddd solid;
  position:relative;
  line-height:50px;
  font-size:18px;
}
.sjj_nav ul li a{
  display: block;
  text-indent: 8px;
}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li ul li{
  font-size: 16px;
}
.sjj_nav ul li ul li a{color:#444;
  display:block;
  text-align:left;
  text-indent: 20px;
}
.sjj_nav ul li ul li ul li{
  font-size: 14px;
} 
.sjj_nav ul li ul li ul li a{color:#444;
  text-indent: 30px;
}

.sjj_nav ul li ul li ul li ul li a{color:#666;
  text-indent: 40px;
}

.sjj_nav ul li.grey{
  background:#e6e6e6;
}



.sjj_nav ul li i svg{width:20px;height:20px;fill:#666;
  margin-top: 10px;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#9a0001}


.list_wk{
  padding-top: 20px;
}
.list_lf{
  display: none;
}
.list_rg{
  width: calc(100% - 0px);
}
.list_rdh h1{
  font-size: 24px;
}


  
}



@media (max-width: 1100px) {
  .xwdt_lf{
    width: 460px;
  }
  .xwdt_rg{
    width: calc(100% - 460px);
  }
  .xwdt_rgwk ul li{
    padding:2px 0px;
  }



  /* 通知公告 */
  .cont2_bg{
    background: url(../images/cont_bg2-2.png) no-repeat left;
    background-size: cover;
}
 .cont_box2 {
   padding-bottom: 40px;
 }
  .tzgg li{
    width: 50%;
  }


  .cont_box3{
    padding-top: 50px;
  }



  .dblogo{
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .dbbq{
    margin-left: 0px;
  }

}




@media (max-width: 950px) {
  .xsjl li{
    width: 100%;
  }

}


@media (max-width: 992px) {
  html {
    font-size: 15px;
  }

}


@media (max-width: 850px) {

 .body_b {
    width: auto;
    height: auto;
    position: static;
    opacity: 1;
    transform: none;
    overflow: hidden;
}

.body_home .banner {
    height: 51vw;
    margin-top:70px;
}

.body_home .banner .child{
  height: 100%;
}

.home5 {
    padding: 0px 0;
}

.home5 .xwdt_lf,
.home5 .xwdt_rg,
.cont2_bg .tzgg li,
.cont3_bg .xsjl li,
.cont4_bg .kycg{
   opacity:1!important;
   transform: none!important;
}

  .xwdt_lf{
    width: 100%;
  }
  .xwdt_rg{
    width: calc(100% - 0px);
  }
  .xwdt_rgwk{
    padding: 0px 25px;
  }
  .xwdt_rgwk ul{
    margin-bottom: 20px;
    overflow: hidden;
  }
  .xwdt_rgwk ul li{
    padding: 8px 0px;
  }


  .xygk_num li{
    width: 20%;
    float: left;
    margin-bottom: 10px;
}
.xygk_num li .xygk_numnr{
  padding-right: 15px;
  margin-right: 15px;
}
.xygk_num li:nth-last-of-type(1) {
  width: 40%;
}


/* 列表页教师 */
.list_js li{
  width: 100%;
}



/* 列表页组织机构 */
.list_zzjg li{
  width: 100%;
}


.sydh h2 img{
    max-width: 80%;
  }
  .sydh h2::before, .sydh h2::after{
    top:14px;
    width: 60px;
  }
  .sydh h2::before{
    left: -60px;
  }
  .sydh h2::after{
    right: -60px;
  }



/* 学科方向 */
.menu_head h3{
  font-size: 18px;
  width: 230px;
}
.menu_head h5{
  font-size:16px;
}

.menu_body .menu_jj .menu_jjtp{
  margin: 0px auto;
  float: none;
}
.menu_body .menu_jj .menu_jjnr{
  width: calc(100% - 0px);
  margin-top: 10px;
}
.menu_body .menu_name{
  font-size: 16px;
}
.menu_body .menu_name p span{
  margin: 0px 20px 0px 0px;
}



/* 杰出人才 */

.jcrc .jcrc_tit h3{
  font-size: 18px;
}
.jcrc .jcrc_per li a{
  font-size: 16px;
}

.jcrc .jcrc_per li{
  width: 16.6%;
  text-indent: 20px;
  line-height: 38px;
}



#vsb_content TABLE{
width: 100%!important;
       border-right: #222 1px solid;
    border-collapse: collapse!important;
    display: flex;
    overflow: scroll hidden;
    white-space: nowrap;
    word-break: keep-all;
}

#vsb_content_2 TABLE{
width: 100%!important;
       border-right: #222 1px solid;
    border-collapse: collapse!important;
    display: flex;
    overflow: scroll hidden;
    white-space: nowrap;
    word-break: keep-all;
}


}





@media (max-width: 600px) {
  html {
    font-size: 14px;
  }

.lgwz_eg span{font-size:10px;}

.header .logo_wz2, .header2 .logo_wz2{
  margin-left:5px;
}
   .header .logo_wz2 .lgwz_cha span img, .header2 .logo_wz3 .lgwz_cha span img {
    height: 15px;
}
.lgwz_eg span{
  letter-spacing: -1px;
}

.header2 .logo_wz4{
  /* margin-left:10px; */
}
.header .logo_wz2, .header2 .logo_wz4{
  width:150px;
  margin-top:5px;
}

  .sydh h2 img{
    max-width: 50%;
  }
  .sydh h2::before, .sydh h2::after{
    top:10px;
    width: 40px;
  }
  .sydh h2::before{
    left: -18px;
  }
  .sydh h2::after{
    right: -18px;
  }


  .ctbx {
    width: 90%;
  }


  .xwdt{
    margin-top: 35px;
  }

.xwdt_lflb .xwdt_lftit{
  height: 70px;
}
.xwdt_lfnr .xwdt_lftit h2{
  width: calc(100% - 40px);
  height: 55px;
  line-height: 55px; 
}
  .xwdt_lfnr .slick-dots{
   display:none!important; 
}

.xwdt_lflb .xwdt_time{
    top: 10px;
    font-size: 14px;
    width: 96px;
    height: 30px;
    line-height: 30px;
   text-indent: 7px;
}

  .tzgg{
    padding-top: 35px;
  }
  .tzgg li{
    width: 100%;
  }


  .xsjl{
    padding-top: 35px;
  }

  .kycg{
    padding-top: 35px;
  }


  /* 友情链接 */
  .link h1{
    width: 100%;
  }
  .link_nr{
    width: calc(100% - 0px);
  }
  .link_nr a{
    margin-right: 0px;
    width: 100%;
    float: left;
  }

  /* 底部 */
  .dblogo img{
    max-width: 80%;
  }
  .dbbq{
    width: 100%;
    margin-bottom: 15px;
  }
  .dbbq p{
    line-height: 28px;
  }


  .dbewm{
    width: 100%;
    text-align: center;
  }



  /* 列表 */
  .list_rdh h1{
    font-size: 20px;
  }
  
  .list_xw li .ltxw_tp{
    width: 100%;
   margin-bottom:15px;
  }
  .list_xw li .ltxw_text{
    width: calc(100% - 0px);
}
  .list_xw li .ltxw_text h2{
   margin-top: 0px;
}
.list_rdh span{
  margin-top: 10px;
  font-size: 12px;
}

.list_xw ul{
  padding-top: 0px;
}


/* 列表页文字 */
.list_lb li span{
  margin-left: 0px;
}
.list_lb li a{
  background: none;
  padding-right: 0px;
  margin-right: 0px;
  width: calc(100% - 110px);
}

.list_lb li:hover a{
  text-indent:0px;
}


/* 学院简介 */
.xygk_num li,
.xygk_num li:nth-last-of-type(1) {
  width: 33.3%;
}
.xygk_num li:nth-of-type(3n) .xygk_numnr::after{
    display: none;
}
.xygk_num li .xygk_numnr {
  margin-right: 0px;
  padding: 0px 15px;
}


/* 委员会 */
.ltwyh_lb h3{
  font-size: 18px;
}
.ltwyh_zc{
  font-size: 15px;
}


/* 学科方向 */
.menu_list{
  margin-top: 30px;
}
.menu_head{
  padding: 10px 0px;
  height: 70px;
  line-height: 35px;
}
.menu_head::before{
  left: 20px;
}
.menu_head::after{
  right: 20px;
}
.menu_head h3{
  width: auto;
  margin-left: 50px;
  font-size: 16px;
}
.menu_head h5{
  width: 100%;
  text-indent: 50px;
  font-size: 14px;
}
.menu_body{
  padding: 20px 20px 0px;
}
.menu_body .menu_jj .menu_jjnr p{
  line-height: 30px;
  font-size: 14px;
  height:120px;
}
.menu_body .menu_name{
  font-size: 14px;
  margin-top: 20px;
}
.menu_body .menu_name h4,
.menu_body .menu_name p{
  line-height: 30px;
}

/* 杰出人才 */
.jcrc_box{
  margin-top: 30px;
}
.jcrc .jcrc_tit h3{
  padding-right:20px;
  padding-left:15px; 
  font-size: 16px;
}
.jcrc .jcrc_per li{
  width: 25%;
  text-indent: 15px;
  line-height: 32px;
}
.jcrc .jcrc_per li a{
  font-size: 14px;
}




/* 列表页教师 */
.list_js li .ltjs_nr{
  padding: 30px;
}
.list_js li .ltjs_tp{
     float:none;
     margin: auto;
}

.list_js li .ltjs_text{
    width: calc(100% - 0px);
     margin-right: 0px;
    height: auto;
}
.list_js li .ltjs_text dl{
  margin-right: 0px;
  padding-bottom: 10px;
      overflow: hidden;
}

.jszm a{
  font-size: 16px;
margin: 5px 6px;
}




}




@media (max-width: 480px) {

  .header .logo,
 .header2 .logo{
    margin-top: 3px;
    width: 130px;
    margin-left: 5px;
}
  .header .logo_wz,
.header2 .logo_wz {
    width: 120px;
    margin-top: 14px;
  }
.header .logo_wz::after,
.header2 .logo_wz::after{
    width: 130px;
    top: -3px;
    height: 30px;
    right: -35px;
}

  .xsjl li .xsjl_cont .xsjl_tp{
    width: 100%;
    margin-bottom: 12px;
  }
  .xsjl li .xsjl_text{
    width: calc(100% - 0px);
  }





/* 列表页组织机构 */
.list_zzjg li .ltzzjg_nr{
  padding: 30px;
}
.list_zzjg li .ltzzjg_tp{
     float:none;
     margin: auto;
}

.list_zzjg li .ltzzjg_text{
    width: calc(100% - 0px);
}
.list_zzjg li .ltzzjg_text dl{
  margin-right: 0px;
  padding-bottom: 5px;
}




}


@media (max-width:405px){
  
.header .logo_wz2, .header2 .logo_wz3, .header2 .logo_wz4{
  //display:none;  
}
.header .logo_wz2 .lgwz_cha span img, .header2 .logo_wz3 .lgwz_cha span img{
  height:13px;
}
.lgwz_eg span{
  margin-right:2px;
}
.navbar{
    right: 0px !important;}

}



@media (max-width:360px){
  .header .logo_wz,
.header2 .logo_wz{
    display: none;
  }
.header .logo_wz2, .header2 .logo_wz3, .header2 .logo_wz4{
  display:none;  
}

.xygk_num li{
  width: 50%;
}
.xygk_num li:nth-last-of-type(1) {
  width: 100%;
}
.xygk_num li:nth-of-type(3n) .xygk_numnr::after{
  display: block;
}
.xygk_num li:nth-of-type(2n) .xygk_numnr::after,
.xygk_num li:nth-last-of-type(1) .xygk_numnr::after{
  display: none;
}


.menu_body .menu_jj .menu_jjtp{
  width: 100%;
}

.jcrc .jcrc_per li{
  width: 33.3%;
}





}