@font-face {
  font-family: 'DianHei';
  src: url('../fonts/mfdianhei_noncommercial-regular.eot');
  src: url('../fonts/mfdianhei_noncommercial-regular.eot') format('embedded-opentype'),
      url('../fonts/mfdianhei_noncommercial-regular.woff2') format('woff2'),
      url('../fonts/mfdianhei_noncommercial-regular.woff') format('woff'),
      url('../fonts/mfdianhei_noncommercial-regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fontFamily{ font-family: 'DianHei';}
@font-face {
  font-family: 'DianHeiBlod';
  src: url('../fonts/mfdianhei_noncommercial-bold.eot');
  src: url('../fonts/mfdianhei_noncommercial-bold.eot') format('embedded-opentype'),
      url('../fonts/mfdianhei_noncommercial-bold.woff2') format('woff2'),
      url('../fonts/mfdianhei_noncommercial-bold.woff') format('woff'),
      url('../fonts/mfdianhei_noncommercial-bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.fontFamilyBlod{ font-family: 'DianHeiBlod';}


.wrap_banner{ padding-bottom: 63px; position: relative; z-index: 1; height: 100%;}
.banner{position: relative; top: 0px; left: 0px; width: 100%; }
.widthAuto.banner{position: absolute; top: 0px; left: 0px; width: 100%; height: 100%;}
.banner::before{content: "";display: block;width: 100%;height: 240px;
  background-image: -moz-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  background-image: -ms-linear-gradient( 90deg, rgba(0,0,0,0) 0%, rgb(0,0,0) 100%);
  opacity: 0.6; position: absolute;left: 0;top: 0;z-index: 1;opacity: 0.659;}
.banner.widthAuto * {height: 100%;}
.banner a{display: block;}
.banner.widthAuto a .slick-img{ /* padding-bottom: 48.8%; */padding-bottom: 0; height: 100%;}
.banner.widthAuto a .slick-img img{ height: 100%; width: auto;}
.banner a .slick-img{ padding-bottom: 24%;}
.banner .slick-dots{}
.banner .slick-dots li{width: 10px;height: 10px;margin: 0 15px;} 
.banner .slick-dots li.slick-active button{border: 1px solid rgba(255,255,255,1);}
.banner .slick-dots li button{background: none;width: 10px;height: 10px;border: 1px solid rgba(255,255,255,0.55);border-radius: 50%;}
.banner .slick-dots li:hover button{ border: 1px solid rgba(255,255,255,1); } 
.banner .gp-img-responsive img:hover{ transform: scale(1); opacity: 1;}

.slick-arrow{width: 40px;height:40px;color: #fff;line-height: 40px;text-align: center;position: absolute;border:none;z-index: 88;cursor: pointer;transition: all 0.35s ease-in-out;background: rgba(34, 89, 154,0.769);overflow: hidden;font-size: 25px;top: 50%;transform: translateY(-50%);border-radius: 50%;text-indent: 0;}
.slick-arrow:after{display: none;}   
.slick-prev{left:50px;}
.slick-next{right:50px;} 


.content{ margin: 0 0 80px; min-height: 100px;}

.columnTitle{}
.columnTitle h2{font-weight: normal;text-align: center;} 
.columnTitle h2 a{color: #000;font-family: 'MFDianHei';}
.columnTitle h2 a span{display: inline-block;vertical-align: middle;width: 5px;height: 5px;border-radius: 50%;border: 1px solid #0d2c75;margin: 0 10px;} 
 
.mode1{}
.mode1 ul{overflow: hidden;margin: 53px 0 0 ;}
.mode1 ul li{width: 25%;float: left;margin-bottom: 23px;}
.mode1 ul li a{display: block;position: relative;padding-left: 20px;color: #333;transition: all 0.2s ease-in-out;}
.mode1 ul li a:hover{transform: translateX(6px);color: #16398b;}
.mode1 ul li a::before{content: "";display: block;width: 5px;height: 5px;border-radius: 50%;border: 1px solid #0d2c75;position: absolute;left: 0;top: 50%;margin-top: -3px;}
.mode1 .more{text-align: right;color: #16398b;}
.mode1 .more a{color: #16398b;}
.mode1 .more img{display: inline-block;vertical-align: middle;margin-right: 8px;}

.position{ position: absolute; top: 0; left: 50%; transform: translateX(-50%); z-index: 10;}

.search_1{ padding-top: 190px; position: relative; z-index: 10;}
.search_1 .search_box{background: rgba(9,44,135,0.77);width: 100%;box-sizing: border-box;padding: 45px 40px 45px;}
.search_1 .search_box .word{border-bottom: 1px solid rgba(255,255,255,0.2);display: flex;padding-bottom: 25px;margin-bottom: 25px;}
.search_1 .search_box .word span{display: inline-block;color: #fff;}
.search_1 .search_box .word ul {flex: 1;display: flex;margin-left: 5px;}
.search_1 .search_box .word ul li {flex: 1;color: #fff;text-align: center;}
.search_1 .search_box .word ul li a {color: #fff;display: inline-block;width: 1.5em;}
.search_1 .search_box .word ul li a.active,.search_box .word ul li a:hover {background: #cfa972;}
.search_box .search_con{display: flex;}
.search_1 .search_box .search_con .search_con_lt{display: flex;justify-content: space-between;flex: 1;}
.search_1 .search_box .search_con .search_con_lt .name span{color: #fff;vertical-align: middle;}
.search_1 .search_box .search_con .search_con_lt .name input{color: #fff;vertical-align: middle;height: 33px;line-height: 33px;background: none;outline: none;border: 1px solid rgba(255,255,255,0.8);padding: 0 20px;width: 240px;box-sizing: border-box;}
.search_1 .search_box .search_con .search_con_lt .name input::-webkit-input-placeholder { color: rgba(255,255,255,0.66); }  
.search_1 .search_box .search_con .search_con_lt .college span{color: #fff;vertical-align: middle;}
.search_1 .search_box .search_con .search_con_lt .college .divSelect{display: inline-block;vertical-align: middle;}
.search_1 .search_box .search_con .search_con_lt .discipline span{color: #fff;vertical-align: middle;}
.search_1 .search_box .search_con .search_con_lt .discipline .divSelect{display: inline-block;vertical-align: middle;}
.search_1 .search_box .search_con .search_con_rt{text-align: right;} 
.search_1 .search_box .search_con .search_con_rt a{display: inline-block;margin-left: 20px;} 
.search_1 .search_box .search_con .search_con_rt .search_btn{width: 78px;height: 35px;text-align: center;line-height: 35px;background-color: #f19149;border-radius: 5px;color: #fff;} 
.search_1 .search_box .search_con .search_con_rt .reset{width: 78px;height: 35px;text-align: center;line-height: 35px;background-color: #fff;border-radius: 5px;color: #cfa972;} 



.divSelect{position: relative;width: 240px;height: 33px;border: 1px solid #fff;padding-left: 20px;box-sizing: border-box;} 
.select_mask{width: 10px;height: 8px;display: block;position: absolute;right: 24px;top: 12px;background: url(../images/down.png) no-repeat;transition: all 0.2s ease-in-out;}
.divSelect cite{height: 33px;line-height: 33px;width: 100%;color: #fff;opacity: 0.69;font-style: normal;display: block;cursor: pointer;}
.linkList02{position: absolute;left: 0;top: 33px;z-index: 5000;background-color: #fff;width: 100%;max-height:500px;overflow-y: auto;display: none;box-shadow: 5px 9px 10px rgba(0,0,0,0.15);}
.linkList02 li{padding:8px;font-size: 14px;text-align: center;line-height: 1.2;}
.linkList02 li:hover{background-color: #f1f1f1;}
.linkList02 li a{display: block;} 
.divSelect.active .select_mask{transform: rotate(-180deg);}

/* 2023-05-15 */
/* .tab{ padding-bottom: 100px; position: relative; z-index: 0;} */
.til-list{ margin: 60px 0 55px; font-size: 0; text-align: center;}
.til_tab{ display: block; font-size: 24px; font-weight: bold; color: #444;}
.til_tab a{ display: block; font-weight: normal; line-height: 30px; position: relative;}
.til_tab a::before{ content: ''; display: block; width: 0%; height: 3px; background: #f19149; opacity: 0;
  position: absolute; bottom: -17px; left: 50px; transform: translateX(-50%); transform: width 0.35s ease;}
.til_tab.on a::before{ width: 100%; opacity: 1; animation: width 0.5s ease;}
@keyframes width { 0%{ width: 0%; opacity: 0;} 100%{ width: 100%; opacity: 1;}}
@-moz-keyframes width { 0%{ width: 0%; opacity: 0;} 100%{ width: 100%; opacity: 1;}}
@-webkit-keyframes width { 0%{ width: 0%; opacity: 0;} 100%{ width: 100%; opacity: 1;}}
@-o-keyframes width { 0%{ width: 0%; opacity: 0;} 100%{ width: 100%; opacity: 1;}}
.til_tab a:last-child{ display: none; float: right; font-size: 18px; line-height: 30px;}
.til_tab.on{ color: #034b9d;}
.til_tab.on a{ font-family: 'DianHeiBlod'; font-size: 30px; line-height: 1; color: #333;}
.til_tab:last-child{ margin-left: 58px; position: relative;}
.position .til_tab:last-child::before{ content: '/'; display: block; color: #666; font-weight: normal;
  position: absolute; left: -36px; top: 50%; transform: translateY(-50%);}
/* .box-list{ padding: 0 45px;} */
.tabListBox{ display: block; transition: all 0.25s ease;}
.tabListBox.on{ display: block; }
.tab-slick{ margin-left: -15px; margin-right: -15px; position: relative;}
.tabListBox li{ width: 20%; float: left;}
.tabListBox li a{ display: block; margin: 0 15px; box-shadow: 0px 0px 5px 0px #666; background: #ededed;
  position: relative; transition: all 0.25s ease;}
.tabListBox li a:hover{ transform: translateY(-8px);}
.tabListBox li .gp-img-responsive{ padding-bottom: 139.83%;}
.tabListBox .slick-arrow{ font-size: 0px; text-indent: 0; width: 50px; height: 50px; line-height: 50px; border-radius: 50%; 
  background: url(../images/next.png) no-repeat center/cover;}
.tabListBox .slick-arrow:hover{ background: url(../images/next_hover.png) no-repeat center/cover;}
.tabListBox .slick-prev{ background: url(../images/prev.png) no-repeat center/cover; left: -60px;}
.tabListBox .slick-prev:hover{ background: url(../images/prev_hover.png) no-repeat center/cover;}
.tabListBox .slick-arrow::after{}
.tabListBox .slick-arrow:before{ position: absolute; inset: 0; font-size: 24px;}
.tabListBox .slick-next{ right: -60px;}
.tabListBox .info-box{ padding: 15px 20px; background: rgba(18, 54, 143, 0.77); box-sizing: border-box; color: #fff;
  position: absolute; bottom: 0px; left: 0px; width: 100%;}
.tabListBox .info-box::before{ content: ''; display: block; width: 4px; height: 100%; background: #f19149;
  position: absolute; right: 0px; top: 0px; transform: translateX(2px);}
.tabListBox .name{ line-height: 1;}
.tabListBox .post{ margin-left: 15px;}
.tabListBox .speciality{ line-height: 1; margin-top: 12px;}

/* 首页改版 2023-07-06 Start */
.index0706 .flex{ display: flex; display: -ms-flexbox; justify-content: space-between; -ms-justify-content: space-between; -ms-flex-pack: justify;}
.index0706{ padding-bottom: 100px; position: relative; z-index: 0;}
.index0706 .til-list{ margin: 60px 0 55px; font-size: 0; text-align: center;}
.index0706 .box-list{ padding: 0px}
.index0706 .til_tab{ display: block; font-weight: bold; color: #444; position: relative; 
  padding: 60px 0 15px; margin-bottom: 42px; text-align: center; overflow: visible;}
.index0706 .til_tab a{ display: inline-block; font-size: 30px; font-weight: bold; color: #333; line-height: 30px; position: relative;}
.index0706 .til_tab a:last-child{ float: none;}
.index0706 .til_tab a::before{ content: ''; display: block; width: 100%; height: 3px; background: #34559e;
  position: absolute; bottom: -15px; left: 0; transform: unset; opacity: 1;}
.index0706 .tabListBox .slick-arrow{ display: none !important;}
.index0706 .tabListBox .info-box{ background: rgba(0,0,0,0.55);}
.index0706 .tabListBox a:hover .info-box{ background: rgba(18, 54, 143, 0.77);}
.index0706 .tabListBox li a:hover{ transform: unset;}
.index0706 a:hover .gp-img-responsive img{ transform: scale(1.03); opacity: 1;}
.index0706 .slick-dots{ bottom: -40px; z-index: 10; height: 6px;}
.index0706 .slick-dots li{ width: 6px; height: 6px; border-radius: 3px; background: transparent; border: 1px solid #f19149; box-sizing: border-box;
  vertical-align: text-top; float: none; margin-right: 10px; transition: all 0.35s ease;}
.index0706 .slick-dots li:last-child{ margin-right: 0;}
.index0706 .slick-dots li.slick-active{ width: 60px; background: #f19149;}
.index0706 .slick-dots li button{ display: none;}
.index0706 .recentList{ padding-bottom: 46px;}

.index0706 .hotList{ overflow: hidden; padding: 20px 20px 74px; margin-top: -20px; margin-left: -20px; margin-right: -20px; position: relative;}
.index0706 .hotList ul{ margin: 0;}
.index0706 .hotList li{ background: #fff; box-shadow: 0px 10px 20px 0px rgba(5, 24, 75, 0.15); padding: 20px; box-sizing: border-box;}
.index0706 .hotList li a{ margin: 0; background: unset;}
.index0706 .hotList .img{ width: 170px; flex-shrink: 0;}
.index0706 li .gp-img-responsive{padding-bottom: 140.35%;background: #fff;}
.index0706 .hotList .info-box,
.index0706 .hotList a:hover .info-box{ position: relative; width: calc(100% - 200px); background: unset;
  background-image: linear-gradient(#dcdcdc 0%, #dcdcdc 50%, transparent 51%);
  background-image: -webkit-linear-gradient(#dcdcdc 0%, #dcdcdc 50%, transparent 51%);
  background-image: -o-linear-gradient(#dcdcdc 0%, #dcdcdc 50%, transparent 51%);
  background-size: 1px 8px; background-repeat: repeat-y; background-position: left;}
.index0706 .hotList .name{ color: #092c87; padding: 0; line-height: 1; padding-top: 10px;}
.index0706 .hotList .name .post{ display: block; font-size: 14px; color: #999; margin-left: 0; margin-top: 11.5px;}
.index0706 .hotList .speciality{ color: #333333; font-size: 16px; line-height: 28px; -webkit-line-clamp: 5; margin-top: 14px;}
.index0706 .hotList .swiper-scrollbar{ height: 1px; background: #e5e5e5; width: 100%;
  position: absolute; bottom: 28px; left: 50%; transform: translateX(-50%); opacity: 1 !important;}
.index0706 .swiper-scrollbar-drag{ height: 15px; background: url(../images/swiper_dots.png) no-repeat center;
  margin-top: -7.5px;}
.index0706 .hotList .info-box::before{ width: 2px; height: 15px; background: #fff; top: 0; left: -2px;}
.index0706 .hotList .info-box::after{ content: ''; display: block; width: 2px; height: 15px; background: #fff; position: absolute; left: -1px; bottom: 0px; z-index: 1;}

.index0706 .bg{ position: absolute; top: 30.5%; left: 50%; transform: translateX(-50%); z-index: -1;
  width: 100%; height: 523px; background: url(../images/bg.png) no-repeat center/cover;}

 /* 首页改版 2023-07-06 End */


@media screen and (max-width:1600px) { 
  /* .search_box{bottom: 100px;} */
  .slick-dots{bottom: 10px;}
}
@media screen and (max-width:1440px) { 
  .search_1 .search_box { 
    padding: 30px 60px;
  }
  .search_1 .search_box .word{padding-bottom: 20px;margin-bottom: 20px;}
  
  .search_1 .search_box .search_con .search_con_lt input ,.search_1 .search_box .search_con .search_con_lt .divSelect{width: 230px  !important;}
  .tabListBox{ padding: 0 30px;}
  .tabListBox .slick-prev{ left: -50px;}
  .tabListBox .slick-next{ right: -50px;}

  .index0706 .hotList .info-box, .index0706 .hotList a:hover .info-box{ width: calc(100% - 180px); padding: 15px;}
}
@media screen and (max-width:1240px) { 
  .tabListBox li{ width: 20%;}
  .search_1{top: auto;transform: none;bottom: 30px;}
  
  .search_1 .search_box .search_con .search_con_lt input ,.search_1 .search_box .search_con .search_con_lt .divSelect{width: 200px  !important;}
  .search_1 .search_box .search_con .search_con_lt >div { margin-bottom: 0px;}
  
  .position{ position: relative;}
  .search_1{padding-top: 80px !important;}
  .wrap_banner{padding-bottom: 0;}
  
}
@media screen and (max-width:1220px){
  
}
@media screen and (max-width:1200px){
  .search_1 .search_box{ padding: 30px;} 

  .index0706 .hotList .img{ width: 140px;}
  .index0706 .hotList .info-box, .index0706 .hotList a:hover .info-box{ width: calc(100% - 150px);}
  .index0706 .hotList .speciality{ -webkit-line-clamp: 3;}
}
@media screen and (max-width:1180px){
  
  .search_1 .search_box .search_con .search_con_lt input ,.search_1 .search_box .search_con .search_con_lt .divSelect{width: 190px  !important;}
}
@media screen and (max-width:1140px){ 
  
  .search_1 .search_box .search_con .search_con_lt input ,.search_1 .search_box .search_con .search_con_lt .divSelect{width: 185px  !important;}
}
@media screen and (max-width:1100px) {
  .banner::before{ height: 200px;}
  .tabListBox{ margin: 0 -10px; padding: 0 40px;}
  .tabListBox li a{ margin: 0 10px;}
  .tabListBox .slick-arrow{ width: 40px; height: 40px;}
  .tabListBox .slick-prev{ left: -40px;}
  .tabListBox .slick-next{ right: -40px;}
}
@media screen and (max-width:1060px) {
  .search_1 .search_box .search_con .search_con_lt input ,.search_1 .search_box .search_con .search_con_lt .divSelect{width: 175px  !important;}
  .search_1 .search_box .search_con .search_con_rt a{width: 70px !important;margin-left: 15px  !important;}
}
@media screen and (max-width:996px) {
  .banner .slick-dots{bottom: 20px;}
  .banner .slick-dots li button{margin: 0 10px;}
  .search_1{position: relative;transform: translateY(0);margin-top: 0px;bottom: auto;}
  /* .search_box .word{display: block;} */
  .search_1 .search_box .word ul{display: inline-block;}
  .search_1 .search_box .word ul li{display: inline-block;}
  .search_1 .search_box .search_con{display: block;}
  .search_1 .search_box .search_con .search_con_lt{margin-bottom: 20px;display: block;}  
  .content{margin: 30px 0 50px;}
  .mode1 ul{margin-top: 25px;}
  .mode1 ul li{width: 33.3%;}
  .tabListBox li{ width: 25%; margin-bottom: 20px;}
  .search_1 .search_box .search_con .search_con_lt >div {
    margin-bottom: 15px;
  }

  .banner::before{ height: 150px;}
}
@media screen and (max-width:768px) {
  .banner .slick-dots{bottom: 10px;}
  .search_1 .search_box .search_con .search_con_lt .name{display: block;margin-bottom: 15px;}
  .search_1 .search_box .search_con .search_con_lt .college{display: block;margin-left: 0;margin-bottom: 15px;}
  .search_1 .search_box .search_con .search_con_lt .discipline{display: block;margin-left: 0;margin-bottom: 15px;}

  .content{margin: 20px 0 30px;}
  .mode1 ul{margin-top: 15px;}

  .tabListBox .slick-prev{ left: -35px;}
  .tabListBox .slick-next{ right: -35px;}

  .banner::before{ height: 100px;}
  .index0706 .swiper-scrollbar-drag{ background-size: 100% 100%;}
  .index0706 .hotList{ padding-left: 0; padding-right: 0;}
  .index0706 .hotList{margin-left: 0;margin-right: 0;}
}
@media screen and (max-width:680px) {
  .tabListBox li{ width: 33.33%;}
}
@media screen and (max-width:540px) { 
  .search_1{ padding-top: 150px;}
  .mode1 ul li{width: 50%;}
}
@media screen and (max-width:479px) {
   
  .search_1 .search_box .search_con .search_con_lt .name input{width: 188px;}
  .search_1 .search_box .search_con .search_con_lt .college .divSelect{width: 188px;}
  .search_1 .search_box .search_con .search_con_lt .discipline .divSelect{width: 188px;}

  .tabListBox li{ width: 50%;}
  .tabListBox .info-box{ padding: 10px 20px;}
  .tabListBox .speciality{ margin-top: 8px;}
}
@media screen and (max-width:414px) {
  .banner::before{ height: 80px;}
  .search_1{ padding-top: 110px;}
}
@media screen and (max-width:380px) {
  .tabListBox ul{ margin-left: -5px; margin-right: -5px;}
  .tabListBox li a{ margin: 0 5px;}
  .index0706 .hotList li{padding: 10px;}
  
}









