@import url('owl.css');

/* 清除格式 */
body, html {
  font-family: 'Microsoft YaHei', '宋体';
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #777;
  font-weight: 300;
  width: 100% !important;
  height: 100% !important;
}
h2 {
  margin: 0 0 20px 0;
  font-weight: 500;
  font-size: 34px;
  color: #333;
  text-transform: uppercase;
}
h3 {
  font-size: 22px;
  font-weight: 500;
  color: #333;
}
h4 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  color: #333;
}
h5 {
  text-transform: uppercase;
  font-weight: 700;
  line-height: 20px;
}
p {
  font-size: 16px;
}
p.intro {
  margin: 12px 0 0;
  line-height: 24px;
}
a {
  color: #8eb640;
}
a:hover, a:focus {
  text-decoration: none;
  color: #222;
}
ul, ol {
  list-style: none;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  z-index: 0;
}

* html .clearfix {
  height: 1%;
}

ul, ol {
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
}
hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #8eb640;
  margin: 0;
  margin-bottom: 40px;
  border: 0;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
  outline: none;
  outline-offset: none;
}

.left {float: left;}
.right {float: right;}

/*网页黑白
body, html {     
  -webkit-filter: grayscale(100%);     
  -moz-filter: grayscale(100%);     
  -ms-filter: grayscale(100%);     
  -o-filter: grayscale(100%);     
  filter: grayscale(100%);     
  filter: gray;     
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
}*/


/* Navigation */
#menu {
  padding: 20px;
  transition: all 0.8s;
}
#menu.navbar-default {
  background-color: rgba(248, 248, 248, 0);
  border-color: rgba(231, 231, 231, 0);
  background: linear-gradient(rgba(4,120,169,0.7),rgba(0,0,0,0));
}
#menu a.navbar-brand {
  font-family: 'Dancing Script', cursive;
  font-size: 36px;
  color: #8eb640;
  font-weight: 700;
  letter-spacing: 1px;
}
#menu.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  font-family: 微软雅黑, 黑体;
  padding: 5px 0 10px 0;
  border: 2px solid transparent;
  letter-spacing: 0.5px;
  margin: 10px 15px 0 15px;
}
#menu.navbar-default .navbar-nav > li > a:hover {  
   border-bottom: 2px solid #ffd870;  
}
.on {
  background-color: #1e7ab9 !important;
  padding: 0 !important;
  padding: 10px 0 !important;
  box-shadow: 0 5px 10px #ffd800;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #8eb640 !important;
  background-color: transparent;
}
.navbar-toggle {
  border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #8eb640;
  border-color: #8eb640;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
  background-color: #FFF;
}
.section-title {
  margin-bottom: 70px;
}
.section-title .overlay {
  padding: 80px 0;
  background: rgba(0, 0, 0, 0.7);
}
.section-title p {
  font-size: 22px;
  color: rgba(255,255,255,0.8);
}
.section-title hr {
  margin: 0 auto;
  margin-bottom: 40px;
}
.btn-custom {
  text-transform: uppercase;
  color: #fff;
  background-color: #72a411;
  border: 0;
  padding: 14px 20px;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  border-radius: 0;
  margin-top: 20px;
  transition: all 0.5s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
  color: #fff;
  background-color: #628d0f;
}

/* 导航大图 */
.intro {
  display: table;
  width: 100%;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}


.wrapper {
  width:100%;
  margin: 0 auto;
}

.news-block {
  padding-top: 60px;
  background: #f2f2f2;
  padding-bottom: 10px;
}

.news-block .inner {
    width: 1250px;
    padding: 10px 0;
  margin: 0 auto;
}

.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
   border:1px solid #fff;
    
    background: #1E7ab9;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#fff;
}

.scrollup:hover {
   background: #ffd800;
}

.scrollup:hover > a {
   color: 1e7ab9;
}


/* 新闻 开始 */
.news-block .news-top {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 10px 0;
}

.news-block .news-top span {
   font-size: 28px;
  font-weight: 400;
  margin: 5px auto;
  height: 30px;
  line-height:30px;
  color: #1e7ab9;    
  
}

.news-block .news-top i {
  font-size: 25px;
  color: #1D6292;    
  padding: 0 10px;
}

.news-block .news-top span b {
   content: "";
   width: 40px;
   height: 1px;
   background-color: #1e7ab9;
   vertical-align: middle;
   display: inline-block;
   margin: 20px;
}

/*新闻左侧*/
.news-pic {
  width: 44%;
  position: relative;
  margin-top: 30px;
}

#slider-wrap{ 
  width: 100%; 
  margin: 0px auto; 
  cursor: pointer; 
  overflow: hidden; 
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.8);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.8);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.8);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

#slider-wrap ul#slider{
  width:100%;
  height:100%; 
  position:absolute;
  top:0;
  left:0;    
}

#slider-wrap ul#slider li{
  float:left;
  position:relative;
  width:625px;
}

#slider-wrap ul#slider li > div{
  position:absolute;
  top:100%;
  left: 0;  
  width: 100%;
  background:rgba(255, 255, 255, 0.6);
}

#slider-wrap ul#slider li > div h3 {  
  text-align: center;  
  height: 40px;
  line-height:40px; 
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 3px 20px;
  margin: 0;
}

#slider-wrap ul#slider li > div h4 {
  height: 60px;
  line-height: 20px;
  font-size: 13px;
  color: #7c7c7c;
  padding: 3px 20px;
  text-align: left; 
}

#slider-wrap ul#slider li > div h3 a {
   font-size: 20px;
  color: #1e7ab9;   
  /*
    background: linear-gradient(to bottom ,#92adc1,#78a1bf,#488fc1,#3085C0,#1D6292);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  */
   font-weight: bold;
  z-index: 100;
}

#slider-wrap ul#slider li img{
  display:block;
  width: 625px;
  height: 350px;
  float:left;    
}

/*btns*/
.btns{
  position:absolute;
  width:50px;
  height:60px;
  top:50%;
  margin-top:-25px;
  line-height:57px;
  text-align:center;
  cursor:pointer;  
  background:rgba(255,255,255,0.2);
  z-index:100;
  
  
  -webkit-user-select: none;  
  -moz-user-select: none; 
  -khtml-user-select: none; 
  -ms-user-select: none;
  
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.btns:hover{
  background:rgba(0,0,0,0.3);  
}

#next{right:0; border-radius:7px 0px 0px 7px;}
#previous{left:0; border-radius:0px 7px 7px 7px;}
#counter{
  top: 10px; 
  left: 10px; 
  width: auto;
  position: absolute;
  z-index: 2;
}

#counter div {
  position: relative;
  display: block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: 400;
  -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#counter div:before {
    content:'';
    position: absolute;
    width: 140px;
    height: 140px;
    top: -85px;
    left: -85px;
  background: #1e7ab9;
  /*
    background: linear-gradient(to bottom ,rgba(5,117,230,0.6),rgba(11,94,202,0.6),rgba(11,71,175,0.6),rgba(8,49,148,0.6),rgba(2,27,121,0.6));
    background: -webkit-linear-gradient(to bottom ,rgba(5,117,230,0.6),rgba(11,94,202,0.6),rgba(11,71,175,0.6),rgba(8,49,148,0.6),rgba(2,27,121,0.6));
    background: -moz-linear-gradient(to bottom ,rgba(5,117,230,0.6),rgba(11,94,202,0.6),rgba(11,71,175,0.6),rgba(8,49,148,0.6),rgba(2,27,121,0.6));
  */
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

#counter div span {
  position: relative;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
  min-width:20px;
  margin-top:300px;
  margin-left: auto; 
  margin-right: auto;
  margin: 300px auto 130px auto;
  height:20px;
  position:relative;
  text-align:center;
}

#pagination-wrap ul {
  width:100%;
}

#pagination-wrap ul li{
  margin: 0 4px;
  display: inline-block;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#fff;
  opacity:0.5;
  position:relative;
  top:0; 
}

#pagination-wrap ul li.active{
  width:12px;
  height:12px;
  top:3px;
  opacity:1;
  box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;  
}

/*ANIMATION*/
#slider-wrap ul, #pagination-wrap ul li{
  /*-webkit-transition: all 3s cubic-bezier(0.68,0,0.27,0);*/
  
  -moz-transition: all .2s ease ;
  -o-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

/*新闻右侧*/

/*来自招生网不错的新闻格式*/
.mainTop_nw{
    width: 1250px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}
.inforTop_mw{
    width: 100%;
    height: 252px;
    background: #fff;
    padding: 20px;
}
.tit_nw{
    height: 40px;
}
.tit_nw>h3{
    font-size:18px;
    font-family:STSongti-SC-Regular;
    font-weight:400;
  font-weight:bold;
}
.tit_nw>h31{
    font-size:18px;
    font-family:STSongti-SC-Regular;
    font-weight:400;
  color:#fff;
  border-radius:5px;
  background:#1E7AB9;
  padding:3px 12px 3px 0;
}
.titcolor_nw{
    color: #1e7ab9;
}
.tit_nw>span>a{
    font-size:14px;
    font-family:STSongti-SC-Regular;
    font-weight:400;
    color:rgba(85,85,85,1);
}
.tit_nw>span>a:hover{
    color: #007AFF;
}
.gd_nw{
    display: block;
    height:auto;
    margin-top:0;
}
.color{
    font-size: 12px;

}
.color_red{
    font-size: 13px;
    color:#ce0404;
  }
.bar_nw{
    display: inline-block;
    width:3px;
    height:14px;
    background:rgba(32,125,187,1);
    margin-right: 10px;
}
/* .syList>ul{
    margin-left: 20px;
} */
.syList_nw>ul>li{
    font-size:16px;
    font-family:STSongti-SC-Regular;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:38px;
    height: 38px;
  
}
.syList_nw>ul>li a{
    font-size:16px;
    font-family:STSongti-SC-Regular;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.syList_nw>ul>li a:hover{
    color: #007AFF;
}
.syList_nw>ul>.list>span{
    margin-top: 18px;
    margin-right: 6px;
}
.syList_nw .dj{
    margin-right: 10px;
    font-size: 12px;
}


/* 滚动专题 */
.swiper_zt_block {
  background: #f3f3f3;
  padding: 20px 0;
}

.zt_con {
  width: 1250px;
  margin: 0 auto;
}

.imageList img  {
  width: 100%;
  height: 90px;
}

.imageList .image_page{ position: absolute; left: auto; right:10px; width: auto; z-index: 10; text-align: right; }
.imageList.swiper-container-horizontal .image_page{bottom:20px;}
.imageList .image_page span{ background: #c9c9c9; opacity: 1; width:40px; height: 5px; border-radius: 0; -webkit-border-radius: 0;}
.imageList .image_page span.swiper-pagination-bullet-active{background: #f60;}
.imageList.swiper-container-vertical .image_page span{margin:15px 0;}

/*来自招生网不错的新闻格式*/
.news-block .news-list , .news-block .news-list-left{
   width: 50%;
  position: relative;
}
.news-block .news-list-tongzhi {
   width: 33%;
  position: relative;
  margin-top: 5px;
}
.news-block .news-list-left {
   margin-right: 5%;
  margin-top: 25px;
  
}


.news-block .news-list .right-top  span , .news-block .news-pic .right-top  span{
  display: block;
  position: relative;
  font-size:20px;
  font-weight: bold;
  color: #1e7ab9;
  /*
    background: linear-gradient(to right ,#92adc1,#78a1bf,#488fc1,#3085C0,#1D6292);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  */
      padding: 10px;
    
}

.news-block .news-pic .right-top  span {
  text-align: left;
}

.news-block .news-list .right-top  span {
  text-align: right;
}

.news-block .news-list .right-top span:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 120px;
    width: 255px;
    height: 1px;
   background: #f2f2f2;
  <!--
    background: linear-gradient(to left ,#92adc1,#78a1bf,#488fc1,#3085C0,#1D6292);    
  background: -webkit-linear-gradient(to left ,#92adc1,#78a1bf,#488fc1,#3085C0,#1D6292);
   background: -moz-linear-gradient(to left ,#92adc1,#78a1bf,#488fc1,#3085C0,#1D6292);
  -->
}

.news-block .news-pic .right-top span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 120px;
    width: 255px;
    height: 1px;
   background: #f2f2f2;
  /*
    background: linear-gradient(to right,#92adc1,#78a1bf,#488fc1,#3085C0,#1D6292);    
  background: -webkit-linear-gradient(to right ,#92adc1,#78a1bf,#488fc1,#3085C0,#1D6292);
   background: -moz-linear-gradient(to right ,#0575e6,#0b5eca,#1D6292,#3085C0,#1D6292);
  */
}
/* Tabs */


.news-content {
   /*background: linear-gradient(to bottom ,#1D6292,#3085C0,#488fc1,#78a1bf,#92adc1);    
     background: linear-gradient(to bottom ,#1D6292,#1D6292,#1D6292,#1D6292,#1D6292);    
  background: -webkit-linear-gradient(to bottom ,#1D6292,#3085C0,#488fc1,#78a1bf,#92adc1);
   background: -moz-linear-gradient(to bottom ,#1D6292,#3085C0,#488fc1,#78a1bf,#92adc1);
  */
  /*background: #1e7ab9;*/
   border-top: 2px solid #1e7ab9;
   /*box-shadow: 0 0 5px rgba(0,0,0,0.8);
   -moz-box-shadow: 0 0 5px rgba(0,0,0,0.8);
   -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.8);*/
  padding: 25px 10px 30px;
  position: relative;
}

.news-content li,  .news-tab-content li{
   margin-top: 5px;
   border-bottom: 1px dotted #1e7ab970;
   
}

.news-content li:hover , .news-tab-content li:hover {
  box-shadow: 0px 0px 10px rgba(255,255,255,0.6);
  border-radius: 5px;
  border: none;
}

 .news-content .news-time , .news-tab-content .news-time {
    width: 120px;
    position: relative;
    text-align: center;
    background-color: #f2f2f2;  
}

.news-list .news-time {
  margin: 0 0 0 auto;
}

.news-content .news-time span , .news-tab-content  .news-time span {
    font-weight: bold;
  color: #1e7ab9;
  /*
    background: linear-gradient(to right ,#92adc1,#78a1bf,#488fc1,#3085C0,#1D6292);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  */
}

.news-content li:hover .news-time , .news-tab-content li:hover .news-time {
   border-top-left-radius: 5px;
}

.news-content li .news-time i ,  .news-tab-content li .news-time i {
   font-size: 14px;
   color: #1e7ab9;
   padding-right: 10px;
}

.news-content li .news-time:after ,  .news-tab-content li .news-time:after{
   position: absolute;
   content: "";
   width: 75px;
   height: 1px;
   background-color: #1e7ab96e;
   top: 50%;
   margin-left: 20px;
}

.news-list .news-time:after {
    margin-right: 10px;
    right: 100%;
}

.news-content li .news-title , .news-tab-content li .news-title {
   width: 100%;
   height: 30px;
   line-height: 30px;
  padding-left: 37px;
  margin-top: 5px;
  }
 

.news-content li .news-title i , .news-tab-content li .news-title i {
   font-size: 14px;
   color: #000;
   padding-right: 10px;
}

.news-content li a , .news-tab-content li a {
   display: block;
   color: #222;
   font-size: 16px;
  font-weight: 400;
}

.news-pic .news-left-more {
  position: absolute;
  top: 0;
  right: 0;
 
}

.news-pic .news-left-more a {
  position: relative;
  font-size: 14px;
  color: #1D6292;
  height: 25px;
  line-height: 25px;
 background: rgba(255,255,255,0);
  display: block;
 }

.news-pic .news-left-more a .icon-more {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;    
  height: 100%;
    background: #fff;
    transition: all .35s;
  color: #1D6292;
}
.news-pic .news-left-more a:hover {
  background: rgba(255,255,255,1);
  padding-right: 10px;
  }

.news-pic .news-left-more:hover a .icon-more {
  right: 100%;
  }


.news-list .news-right-more {
  position: absolute;
  top: 0;
  left: 0;
 
}

.news-list .news-right-more a {
  position: relative;
  font-size: 14px;
  color: #1D6292;
  height: 25px;
  line-height: 25px;
 background: rgba(255,255,255,0);
  display: block;
 }

.news-list .news-right-more a .icon-more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;    
  height: 100%;
    background: #fff;
    transition: all .35s;
  color: #1D6292;
}
.news-list .news-right-more a:hover {
  background: rgba(255,255,255,1);
  padding-left: 10px;
  }

.news-list .news-right-more:hover a .icon-more {
  left: 100%;
  }

/* 新闻 结束 */

/*新闻选项卡*/


.news-tab-top {
  width: 100%;
   height: 40px;
  border-bottom: 2px solid #1e7ab9;
}


.news-tab-top  ul {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin: 0;
}

.news-tab-top li {
  height:40px;
  line-height: 40px;
  background: #1e7ab9;
  float: left;
  vertical-align: middle;
}

.news-tab-top li a {
  height: 40px;
   color: #fff;
}

.news-tab-top li.upnews a {
  height: 42px;
  line-height: 42px;
   color: yellow;
}

.news-tab-top li.upnews {
  background: #cf2722;
}

.news-tab-top .tab-title {
    font-size: 20px;
    font-weight: bold;
    color: #1e7ab9;
    padding: 0 20px;
}


.news-tab-content .block { display:block; }
.news-tab-content>div { display:none; }

.news-tab-content>div {
    position: absolute;
    top: 60px;
    left: 10px;
    width: 100%;
}




/*新闻选项卡结束*/
/* 通知公告 （新）*/

/*通知 选项卡*/


.notice-tab-top {
  width: 100%;
   height: 60px;
  border-bottom: 2px solid #1e7ab9;
}


.notice-tab-top  ul {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin: 0;
}

.notice-tab-top li {
  height:40px;
  line-height: 40px;
  background: #1e7ab9;
  float: left;
  vertical-align: middle;
  margin-top: 20px;
}

.notice-tab-top li a {
  height: 40px;
   color: #fff;
}

.notice-tab-top li.upnotice a {
  height: 42px;
  line-height: 42px;
   color: yellow;
}

.notice-tab-top li.upnotice {
  background: #cf2722;
}

.notice-tab-top .tab-title {
    font-size: 20px;
    font-weight: bold;
    color: #1e7ab9;
    padding: 0 20px;
}


.notice-tab-content .block { display:block; }
.notice-tab-content>div { display:none; }

.notice-part {
  height:367px;
}
/*通知 选项卡 end*/

.notice-block {
    background: #f2f2f2;
    padding-bottom: 30px;
 
   
}

.col3-con  {
  width: 1250px;
  margin: 0 auto;
}


.notice-part {
   width: 50%;
  margin-right: 6%;
}

.science-part {
   width: 44%;
}

.notice-part, .science-part{
    position: relative;
    padding: 5px 8px 30px 8px;
    border: 1px solid #1e7ab922;
    border-radius: 10px;
    transition: all .25s cubic-bezier(.02,.01,.47,1);
    z-index: 12;
}

.quicklink-part  {
   width: 20%;
  
    border: 1px solid #1e7ab922;
    border-radius: 10px;
}



.quicklink-part , .notice-part {
  
    border: 1px solid #1e7ab922;
    border-radius: 10px;
}



.hover-up:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 60px 0 rgba(0,0,0,0.2) , 0 0 0 transparent;
}

.notice-top, .science-top {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-bottom: 1px solid  #1e7ab9;
}

.notice-top .title, .science-top .title{
  font-size: 20px;
  color: #c01920;
  font-weight: 400;
}

.notice-top .title i, .science-top .title i {
  margin-right: 8px;
}

.notice-top span, .science-top span , .notice-top a, .science-top a {
   color: #1e7ab9;
}

.left-content, .mid-content, .right-content {
  width: 100%;
  margin-top: 20px;
}

.left-content li , .mid-content li {
    width: 100%;
    height: 40px;
}

.left-content li span, .mid-content li span, .right-content li span {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 400;
}

.left-content li .left-tit a, .mid-content li .mid-tit a, .right-content li .right-tit a {  
  display: block;
   height: 40px;
  line-height: 40px;
  color: #333;
}

.every-link {
  width: 50%;
  float:  left;
  height: 40px;
  line-height: 40px;
  margin: 15px 0;
  padding: 0 3%;
}

.every-link a {
  font-size: 16px;
  color: #1e7ab9;
  font-weight: 700;
}

.every-link i {
  padding-right: 5px;
}

.every-link:nth-child(1) i {
  color: #59b615;
}
.every-link:nth-child(2) i {
  color:#54c3f1;
} 
.every-link:nth-child(3) i {
  color: a61c31;
} 
.every-link:nth-child(4) i {
  color: #0a58e6a8;
} 
.every-link:nth-child(5) i {
  color: #da5709;
} 
.every-link:nth-child(6) i {
  color: 065c18;
} 
.every-link:nth-child(7) i {
  color: #775a15;
} 
.every-link:nth-child(8) i {
  color: #2c447e;
} 
.every-link:nth-child(9) i {
  color: #ed1515;
} 
.every-link:nth-child(10) i {
  color: #cda83a;
} 
.every-link:hover {
    background: #1E7ab9;
    border-radius: 5px;
    transition: all 0.4s ease;
    transform: translateY(-3px);
}

.every-link:hover a {
   color: #fff;
}



/* 半透明部分 */

.trans-block {
   width: 100%;
}

.trans-block .transbg {
 
    background: url(../images/transpic01.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    padding: 20px 0 50px;
    position: relative;
    background-attachment: fixed;
    z-index: 0; 
}

.trans-block .transbg:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 33, 71, 0.8);
    opacity: 0.93;
    z-index: -1; 
}

.trans-block .transbg .trans-left {
    width: 44%;
  height: 700px;
  margin: 0 3%;
  float: left;
}

.trans-block .transtop {
   display: flex;
    justify-content: center;
}

.trans-block .transtop span {
   line-height: 60px;
  font-size: 28px;
  color: #fff;
  border-bottom: 2px solid #fff;
    padding: 0 10px;
    margin-bottom: 20px;
}

.trans-block .transtop span i {
   margin-right: 10px;
}

.trans-block .trans-con {
   width: 1250px; 
   margin: 0 auto;
  overflow: hidden;
}

.trans {
  width: 100%;
}

.trans li:nth-child(odd) {
  width: 38%;
  margin: 10px 3% 10px 9%;
  height: auto;   
  float:left ;
}

.trans li:nth-child(even) {
  width: 38%;
  margin: 10px 9% 10px 3%;
  height: auto;   
  float: left ;
}

.trans li:nth-child(-n+2){
    margin-bottom: 40px;
}

.trans .events-top {
  background-color: rgb(255, 255, 255, 0.6);
  padding: 20px;
  /*grid-template-columns: auto 1fr;*/
  grid-gap: 20px;
  display: grid; 
  border-radius: 0.5em 0.5em;
  position: relative;
  transition: 0.4s;
}

.trans .events-top:hover {
    background: #fff;
    box-shadow: 0 0 20px #0575e6;
}

.trans li:nth-child(-n+2) .events-top:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    border-top: 1px dotted #fff;
    top: 114%;
    left: 10%;
}

.trans li:nth-child(odd) .events-top:after {
    content: '';
    position: absolute;
    height: 80%;
    width: 1px;
    border-left: 1px dotted #fff;
    top: 10%;
    left: 108%;
}

.trans li:nth-child(odd) .events-top-left {
   -webkit-box-shadow: 2px 2px 2px #c7c7c7;
    -moz-box-shadow: 2px 2px 2px #c7c7c7;
    box-shadow: 2px 2px 2px #c7c7c7;
    position: absolute;
    top: 10%;
    right: 93%;
}

.trans li:nth-child(even) .events-top-left {
   -webkit-box-shadow: -2px 2px 2px #c7c7c7;
    -moz-box-shadow: -2px 2px 2px #c7c7c7;
    box-shadow: -2px 2px 2px #c7c7c7;
    position: absolute;
    top: 10%;
    left: 93%;
}

.trans li:nth-child(odd) .events-top-right {
  margin-left: 10%;
}

.trans li:nth-child(even) .events-top-right {
  margin-right: 10%;
}

.trans .con-top {
  text-align: center;
  width: 100px;
  background: #fff;
  /*
  background: linear-gradient(to bottom ,#fff 0%,#0575e6 75%);    
  background: -webkit-linear-gradient(to bottom ,#fff 0%,#0575e6 75%);
   background: -moz-linear-gradient(to bottom ,#fff 0%,#0575e6 75%);*/
  padding-top: 14px;
  border-radius: 4px; 
}

.trans .con-top p {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 24px;
  color: #1a1d2d;
  position: relative;
}

.trans .con-top span {
   background: linear-gradient(to bottom ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);    
  background: -webkit-linear-gradient(to bottom ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
   background: -moz-linear-gradient(to bottom ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
  line-height: 2.5;
  height: 40px;
  display: block;
  color: #fff;
  border-radius: 0 0 4px 4px; 
}

.trans .con-top h3 {
  font-size: 32px;
  line-height: 38px;
  color: #1a1d2d;
  font-weight: 600; 
  margin: 5px 0;
  position: relative;
}


.trans h6.trans-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  color: #1a1d2d; 
  height: 44px;
  position: relative;
}

.trans h6.trans-title a {
  color: #1a1d2d; 
}

.trans h6.trans-title a:hover {
  color: #0b47af; 
}
/*
.events-top-left h3:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    left: 85%;
    top: 20%;
}

.events-top-left p:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    left: 85%;
    top: 50%;
}
*/
.trans h4 {
   font-size: 14px;
   line-height: 22px;
   height: 44px;
   color: #4a4a4a;
   text-overflow: ellipsis;
   
}

.trans .events-top-right span{
    width: 80px;
    line-height: 20px;
    font-size: 18px;
    color: #050505;
    padding: 15px 20px 0 10px;
   
}

.trans .events-top-right span i {
   padding-right: 20px;

}

.transbg .botmore {
    height: 50px;
  margin-top: 20px;
}

.transbg .more {
    display: block;
    width: 240px;
    height: 42px;
    background: #a1adba;
    font-size: 16px;
    font-family: MicrosoftYaHei;
    font-weight: 500;
    color: #0575e6;    
    line-height: 42px;
    text-align: center;   
    margin: 5px auto;
}

.transbg .botmore a:hover {
     background: linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);    
  background: -webkit-linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
   background: -moz-linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
    color: #fff;
}

/* 学科专业 */


/* 校园活动 */

.activity-block {
   background: url(../images/ac-bg.jpg) top left 100%;
  padding: 15px 0 40px 0;
}

.activity-block .activity {
   width: 1250px;
   position: static;
    padding: 0px ;
    margin: 0 auto;
}

.activity .ac-top {
  width: 100%;
  margin: 0 auto 20px;  
}

.activity .ac-top span {
  position: relative;
  display: block;
  padding: 10px 0 10px 30px;
  font-size: 28px;
  width: 20%;
  height: 80px;
  line-height: 60px;
  color: #fff;
}

.ac-top span:before {
    position: absolute;
    content: '';
    left: 100%;
    top: 50%;
    width: 350%;
    height: 60%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

.activity .ac-top span i {
   padding-right: 10px;
}

.activity-block .owl-dots{
  display:none;
}

.activity-block .owl-nav{
  position:absolute;
  right:-30px;
  top:38%;
}

.activity-block .owl-nav .owl-prev,
.activity-block .owl-nav .owl-next{
  position:relative;
  color:#ffffff;
  font-size:24px;
  font-weight:700;
  margin-bottom:18px;
}

.services-block{
  position:relative;
  display:inline-block;
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
}

.services-block .inner-box{
  position:relative;
  text-align:center;
  min-width:150px;
  display:inline-block;
  background-color:#ffffff;
  padding:50px 1px 35px 30px;
  border-radius:3px 0px 0px 3px;
  border-bottom: 2px solid #ffd800;
  z-index: 2;
}

.services-block .inner-box .content{
  position:relative;
}

.services-block .inner-box:before{
  position:absolute;
  content:'';
  right:-30px;
  top:0px;
  border-radius:0px 0px 5px;
  border-bottom: 30px solid #e4b91e; 
  border-right: 30px solid transparent; 
  z-index:3;
}

.services-block .inner-box:after{
  position:absolute;
  content:'';
  right:-28px;
  top:30px;
  width:30px;
  bottom:0px;
  border-radius:0px 0px 3px 0px;
  background-color:#ffffff;
  z-index:1;
}

.services-block .inner-box .icon-box{
  position:relative;
}

.services-block .inner-box .icon-box img {
  background-position: top left;
  width: 100%;
  overflow: hidden;
}

.services-block .inner-box .icon-box .icon{
  position:relative;
  color:#5fa6d4;
  font-size:64px;
  line-height:1em;
  background: linear-gradient(to right, #5fa6d4 0%, #d5af22 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.services-block .inner-box .icon-box:after {
 position: absolute;
  content:"";
  bottom:-15px;
  left:0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(163,163,163,1) 50%,  rgba(255,255,255,1) 100%);
  background: -webkit-linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(163,163,163,1) 50%,  rgba(255,255,255,1) 100%);
  background: -moz-linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(163,163,163,1) 50%,  rgba(255,255,255,1) 100%);
}

.services-block .inner-box h3{
  position:relative;
  font-size:16px;
  font-weight:600;
  line-height:1.5em;
  margin-top:30px;
}

.services-block .inner-box h3 a{
  position:relative;
  color:#323232;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

.services-block .inner-box h3 a:hover{
  color:#5ba6db;
  text-decoration: none;
}

.services-block .inner-box h4{
  position:relative;
  font-size:14px;
  line-height:1.5em;
  margin-top:15px;
  color:#1e7ab9;
}

.services-block .inner-box h4+h4 {
 margin-left: 5px;
}

.services-block .inner-box h4 i {
  padding-right: 5px;
}

.services-block .inner-box h4.ac-M , .services-block .inner-box h4.ac-location {
  font-weight: bold;
}

.services-block.style-2 .inner-box:before , .services-block.style-8 .inner-box:before {
  border-bottom-color:#81c6f7;
}

.services-block.style-3 .inner-box:before , .services-block.style-9 .inner-box:before {
  border-bottom-color:#fd6363;
}

.services-block.style-4 .inner-box:before , .services-block.style-10 .inner-box:before {
  border-bottom-color:#4de8d4;
}

.services-block.style-5 .inner-box:before , .services-block.style-11 .inner-box:before {
  border-bottom-color:#6efaac;
}

.services-block.style-6 .inner-box:before , .services-block.style-12 .inner-box:before {
  border-bottom-color:#da8725;
}

.activity-block .services-carousel .owl-item.active .services-block.style-1 , .activity-block .services-carousel .owl-item.active .services-block.style-7 {
  margin-top:30px;
}

.activity-block .services-carousel .owl-item.active .services-block.style-2 , .activity-block .services-carousel .owl-item.active .services-block.style-8 {
  margin-top:80px;
}

.activity-block .services-carousel .owl-item.active .services-block.style-4 , .activity-block .services-carousel .owl-item.active .services-block.style-10 {
  margin-top:45px;
}

.activity-block .services-carousel .owl-item.active .services-block.style-5 , .activity-block .services-carousel .owl-item.active .services-block.style-11 {
  margin-top:110px;
}

.activity-block .services-carousel .owl-item.active .services-block.style-6 , .activity-block .services-carousel .owl-item.active .services-block.style-12 {
  margin-top:30px;
}

.activity .ac-bot {
  width: 100%;
  margin: 30px auto 10px;
}

.activity .ac-bot span {
   position: relative;
  display: block;
  margin: 10px 30px;
  width: 15%;
  height: 60px;
  line-height: 60px; 
  float: right;
  background: #ffd800;
  text-align: center;
}

.activity .ac-bot span a {
  color: #1e7ab9;
   font-size: 24px;
}

.activity .ac-bot span:hover {
   background: #fff;
}

.activity .ac-bot span:hover a {
  color: #1e7ab9;  
}

.ac-bot span:before {
    position: absolute;
    content: '';
    right: 120%;
    bottom: 50%;
    width: 460%;
    height: 60%;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

/*快速链接*/


.quicklink-block .quicklink {
   width: 1250px;
   margin: 0 auto;
  padding: 20px 0;
}

.quicklink .quick-top {
   width: 100%;
  margin: 0 auto 20px;
  border-bottom: 2px solid;
  border-image: -webkit-linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79) 1;   
  border-image: -moz-linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79) 1; 
  border-image: linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79) 1; 
}

.quicklink .quick-top h2 {
    position: relative;
    display: block;
    padding: 0 0 0 30px;
    font-size: 28px;
    width: 20%;
    height: 60px;
    line-height: 60px;
 
}


.quicklink .quick-top i, .quicklink .quick-top span {
  color: #0575e6;   
  background: linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quicklink .quick-top i {
    padding-right: 10px;
  }

.quicklink .quick-bot , .quicklink .quick-bot ul {
  width: 100%;
}


.quicklink .quick-bot li {
  width: 9%;
  margin: 0 1%;
} 

.quicklink .quick-bot li .single-link {
  width: 100%;
}


.quick-bot .single-link a {
  
}

.quick-bot .single-link .icon-box{
  position:relative;
  margin:0 auto;
  padding-top:30px;
  margin-bottom:15px;

  -webkit-animation-name: zoomInStable;
    animation-name: zoomInStable;
  -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.quick-bot .single-link .icon-box:before{
  position:absolute;
  content:'';
  left:15%;
  top:8px;
  width:80px;
  height:110px;
  border-radius:20px;
  -moz-transform: rotate(-50deg);
    -webkit-transform:rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
  transform:rotate(-50deg);
  background-color:#f4f4f4;
    -webkit-transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
  transition: all 900ms ease;
}

.quick-bot .single-link:hover .icon-box:before{
  background: linear-gradient(to bottom ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
  background: -webkit-linear-gradient(to bottom ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
  background: -moz-linear-gradient(to bottom ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
  opacity:0.70;
  transform:rotate(60deg);
  -moz-transition: rotate(60deg);
    -webkit-transition:rotate(60deg);
    -ms-transition: rotate(60deg);
    -o-transition: rotate(60deg);
}

.quick-bot .single-link .icon-box .icon{
  position:relative;
  margin:0 auto;
  width:100%;
  font-size: 50px;
  color: #0575e6;    
  background: linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.single-link:hover a .icon-box .icon {
    color: #fff;
  background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quick-bot .single-link h3{
  position:relative;
  font-size:20px;
  font-weight:600;
  line-height:1.3em;
  margin-bottom:15px;
      text-align: center;
  color: #0575e6;    
  background: linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
 
/*学科专业*/

.subject-block {
  background: #fff;
  padding-bottom: 20px;
}

.subject-block .subject-top {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 20px;
  border-bottom: 2px solid;
    border-image: -webkit-linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79) 1;
    border-image: -moz-linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79) 1;
    border-image: linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79) 1;
}

.subject-block .subject-top .subject-title ,  .subject-block .subject-top .subject-more{
    position: relative;
    display: block;
    padding: 10px 0 10px 30px;
    
    width: 20%;
    height: 80px;
    line-height: 60px;
}

.subject-block .subject-top .subject-title {
  font-size: 28px;
  font-weight: 400;
  color: #0575e6;
    background: linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subject-block .subject-top .subject-title i {
   padding-right: 10px;
   color: #0575e6;
   background: linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}

.subject-block .subject-top .subject-more {
  position:  absolute;
  font-size: 20px;
  color: #0575e6;
  top: 0;
  right: 0;
  text-align: right;
}

.subject-box {
  width: 1250px;
  margin: 0 auto;
  height: auto;
}

.featured-block {
  position: relative;
  width: 100%;
  margin: 5% 0;
   height: 0px;
  padding-bottom: 66.7%;
  float: left;
  border-radius: 0.5em 0.5em;
}

.featured-block .inner-box {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: #f4f4f4;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 0.5em 0.5em;
    -webkit-box-shadow: 0px 0px 5px #c7c7c7;
    -moz-box-shadow: 0px 0px 5px #c7c7c7;
    box-shadow: 0px 0px 5px #c7c7c7;
}

.featured-block .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.featured-block .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
}

.featured-block .content-box {
    position: relative;
    display: block;
    padding: 4.4% 2.2%;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .content-box .content {
    position: relative;
    padding-left: 70px;
    padding-right: 10px;
    margin-top: 10px;
    min-height: 80px;
    text-align: right;
}

.featured-block .content-box .subtitle {
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-family: 'Manjari', sans-serif;
}

.featured-block .content-box h4 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
  font-size: 20px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .content-box h4 a {
    color: #222222;
}

.featured-block .content-box h4 a:hover {
    color: #00aa55;
}

.featured-block .content-box .icon-box {
    position: absolute;
    left: 10px;
    top: 15px;
    width: 60px;
    height: 60px;
    font-size: 40px;
    line-height: 60px;
}

.featured-block .content-box .icon-box  span {
    color: #0575e6;
    background: linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.featured-block .content-box .icon-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.featured-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.featured-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.featured-block .hover-box .inner {
    position: relative;
    display: block;
    padding: 10px 10px 5px;
}

.featured-block .hover-box h4 {
    font-weight: 700;
    line-height: 1.30em;
    max-width: 220px;
    margin: 0 0 10px;
}

.featured-block .hover-box h4 a {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .hover-box h4 a , .featured-block .hover-box h4 a:hover {
    color: #0575e6;
    background: linear-gradient(to right ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.featured-block .hover-box .text {
    color: #b2b2b2;
    line-height: 1.6em;
}

.featured-block .more-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10%;
    height: 13.3%;
    line-height: 100%;
    text-align: center;
    color: #00aa55;
    font-size: 12px;
    z-index: 2;
}

.featured-block .more-link a {
    position: relative;
    display: block;
  font-size: 15px;
    line-height: 20px;
    color: #ffd800;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .more-link a:before {
    content: '';
    position: absolute;
    right: -5.31em;
    bottom: -5.31em;
    width: 8.75em;
    height: 8.75em;
    background: #222222;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .more-link a span,
.featured-block .more-link a i {
    position: relative;
    z-index: 1;
}

.featured-block .inner-box:hover .more-link a:before {
    background: linear-gradient(to bottom ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
    background: -webkit-linear-gradient(to bottom ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
    background: -moz-linear-gradient(to bottom ,#0575e6,#0b5eca,#0b47af,#083194,#021b79);
}

.featured-block .inner-box:hover .more-link a {
    color: #ffffff;
}

.subject-block .owl-nav {
    position: absolute;
    width: 105%;
    bottom: 50%;
    transform: translateY(50%);
    -webkit-transform: translateY(50%);
    right: -2.5%;
}

.subject-block .owl-prev {
    float: left;
    font-size: 30px;
  color: #0b47af;
}

.subject-block .owl-next {
    float: right;
    font-size: 30px;
  color: #0b47af;
}

/*学科专业 结束*/
/* 应用系统 */
.campus_app {
  padding-top: 30px;
}

.yyxt{
    width: 1250px;  
    margin: 0 auto;
  padding-top: 20px;
}
.yyxt .top .title{
    background: url(../images/应用系统.png) no-repeat top left;
    background-position-y: 5px;
}
.yyxt .bot{
    width: 1160px;
    margin: 40px auto 0;
}
.yyxt .bot a{
    /* width: 187px; */
    width: 86px;
    overflow: hidden;
    height: 76px;
    background: #1E7AB9;
    border-radius: 8px;
    box-shadow: 0 5px 5px #f2f2f2;
    margin-right: 20px;
    color: #fff;
    font-size: 0;
    font-family: "微软雅黑"; 
    /* line-height: 76px; */
}
.yyxt .bot a:last-child{
    margin-right: 0;
}
.yyxt .bot a:first-child{
    width: 187px;
    /* padding-right: 101px; */
    /* width: 86px; */
}
/* .yyxt .bot a:hover{
    transition: 0.6s;
    width: 187px;
    overflow: visible;
    
} */
/* .yyxt .bot a:hover .ltitle{
    transition: 1s;
    display: block;
} */
.yyxt .bot a .limg{
    margin-top: 20px;
    margin-left: 20px;
    /* margin-right: 12px; */
    width: 45px;
    height: 40px;
}
.yyxt .bot a .limg img{
    width: 45px;
    height: 40px;
}
.yyxt .bot a .ltitle{
    display: none;
    margin-left: 8px;
    /* margin-left: -80px; */
    line-height: 76px;
    color: #fff;
    font-size: 22px;
    font-family: "微软雅黑";
}
.yyxt .bot a:first-child .ltitle{
    display: block;
}
.zkss{
    color: #fff;
    font-size: 22px;
    font-family: "微软雅黑";    
}
