@charset "utf-8";
.Banner{width: 100%;overflow:hidden;}
.Banner .flex-control-nav{display: none;}
/*content*/
.mode01,.mode02,.mode03,.mode04{width: 1200px;margin:0 auto;}
.mode01 .listTitle01 h2 i:before{display: inline-block;padding-top: 2px;}
.wrap_mode01{background:url(../../images/new2019/mode_bg01.jpg) no-repeat top center;background-size: cover;padding-bottom: 38px;}
.listTitle01{padding:30px 0 20px;}
.listTitle01 h2{font-size: 24px;}
.listTitle01 h2 i{width: 28px;height: 28px;border:2px solid #063589;color:#063589;border-radius: 50%;float: left;line-height: 28px;text-align: center;font-weight: normal;margin-right: 10px;}
.listTitle01 h2 i:before{padding-left: 2px;}
.listTitle01 a{color:#063589;}
.readMore{float: right;padding-top: 7px;}
.readMore a{display: block;position: relative;padding-right: 12px;}
.readMore a:before,.tabMore01 a:before{content: '';width: 0;height: 0;border-top: 5px solid transparent;border-left: 6px solid #063589; border-bottom: 5px solid transparent;position: absolute;right: 0;top: 50%;margin-top: -5px;}
.list01{width: 71.3%;float: left;}
.list01 li{width: 33.3%;float: left;}
.list01 li > a{display: block;margin-right: 15px;transition: all 0.35s ease-in-out}
.item-img01 .imgResponsive{padding-bottom: 61.85%}
.item-txt01{min-height: 84px;padding:10px;position: relative;}
.item-txt01:before{content: '';background-color: #fff;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 0;opacity: 0.8;filter: alpha(opacity=80);}
.item-txt01 h3{line-height: 22px;height: 44px;margin-bottom: 10px;position: relative;z-index: 5;overflow:hidden;}
.item-txt01 p{margin:10px 0;line-height: 22px;height: 66px;color:#999;position: relative;z-index: 5;overflow: hidden;}
.item-date01{display: block;color:#999;font-family: 'Arial';font-style: italic;position: relative;z-index: 5}
.list02{width: 27.5%;float: right;}
.list02 li {border-bottom: 1px dashed #063589;padding-bottom: 10px;margin-bottom: 11px;}
.list-date02{width: 55px;border-right: 1px solid #6082c0;height: 30px;float: left;margin-top: 6px;}
.list-date02 strong,.list-date02 i{display: block;font-style: normal;font-family: 'Arial';}
.list-date02 strong {font-size: 18px; }
.list-date02 i {font-size: 12px;}
.list02 li a{display: block;margin-left: 64px;line-height: 22px;height: 48px;overflow:hidden;transition: all 0.35s ease-in-out;}
.wrap_mode02{background-color: #edf2fa;}
.mode02{padding:35px 0;}
/*通知公告招标信息*/
.mode02 .readMore{padding-top: 0}
.tab01{width: 48.3%;position: relative;}
.tabMenu01{border-bottom: 2px solid #004098;overflow:hidden;}
.til_tab{height: 36px;line-height: 36px;float: left;margin-right: 40px;}
.til_tab a{color:#999;font-size: 20px;}
.til_tab.on a{font-size: 24px;color:#003f98;font-weight: bold;}
.tabMore01 {position: absolute;right: 0;top: 8px;}
.tabMore01 a{color:#063589;display: none;position: relative;padding-right: 11px;}
.tabListBox{display:none;padding-top: 25px;}
.list-date01{border:1px solid #0077bd;width: 88px;height: 24px;float: left;}
.list-date01 strong,.list-date01 i{float: left;height: 24px;line-height: 25px;font-style: normal;font-family: 'Arial';}
.list-date01 strong{width: 50px;text-indent: 8px;color:#fff;background:#038bd9;
  background: -webkit-linear-gradient(left, #0595eb , #0075bb); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0595eb, #0075bb); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0595eb, #0075bb); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0595eb , #0075bb); /* 标准的语法 */position: relative;font-size: 20px;}
.list-date01 strong:before{content: '';width: 0;height: 0;border-bottom: 24px solid #edf2fa;
    border-left: 10px solid transparent;position: absolute;right: 0;top: 0}
.list-date01 i{color:#024aad;padding-left: 2px;font-size: 12px;}
.tabListBox li a{height: 26px;line-height: 26px;overflow:hidden;margin-left: 103px;display: block;font-size: 15px;transition: all 0.3s ease-in-out;}
.tabListBox li{margin-bottom: 18px;}
.fadeInUp  {
  -webkit-animation-name: fadeInUp ;
  animation-name: fadeInUp ;
  animation-duration: 0.2s; 
  -webkit-animation-duration: 0.4s;

  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   

  visibility: visible !important; 
  
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -ms-transform: translateY(20px);
  }
  
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/*学术动态*/
.mode02 .rt{width: 48.3%;}
.mode02 .listTitle01{padding:0;height: 36px;line-height: 36px;border-bottom: 2px solid #004098;}
.academic{padding:10px 20px 10px 40px;overflow:hidden;background:#a0bbe1;margin-top: 15px;
  /*background: -webkit-linear-gradient(left, #9ab2d5 , #90aad0); /* Safari 5.1 - 6.0 */*/
  /*background: -o-linear-gradient(right, #9ab2d5, #90aad0); /* Opera 11.1 - 12.0 */*/
  /*background: -moz-linear-gradient(right, #9ab2d5, #90aad0); /* Firefox 3.6 - 15 */*/
  /*background: linear-gradient(to right, #9ab2d5 , #90aad0);*/ /* 标准的语法 */margin-top: 19px;position: relative;transition: all 0.3s ease-in-out;}
.academic:before,.academic:after{content: '';width: 1px;height: 100%;background-color: #fff;opacity: 0.3;filter:alpha(opacity=30);position: absolute;top: 0;}
.academic:before{left: 20px;}
.academic:after{right: 20px;}
.academic h3{color:#fff;height: 30px;line-height: 30px;overflow:hidden;}
.academic p{color:#fff;height: 28px;line-height: 28px;overflow: hidden;}
.academic .iconfont{margin-right: 10px;font-size: 17px;}
.aca_lf{margin-right: 25px;}
.HEBUST-list{overflow: hidden;padding-top: 5px;}
.HEBUST-list li{height: 38px;line-height: 38px;overflow:hidden;transition: all 0.35s ease-in-out;}
.HEBUST-list li span{float: right;color:#999;}
.HEBUST-list li a{font-size: 15px;}
.HEBUST-list li i{font-size: 12px;position: relative;width: 30px;height: 19px;float: left;background:url(../../images/new2019/bg02.png) no-repeat center;color:#fff;line-height: 19px;text-align: center;margin-top: 10px;font-style: normal;}

.wrap_mode03{background:url(../../images/new2019/mode_bg02.jpg) no-repeat top center;padding:7px 0 40px;}
/*媒体看科大*/
.mode03 .lf{width: 37.5%;}
.mode03 .listTitle01 a,.mode03 .listTitle01 i{color:#fff;border-color:#fff;}
.mode03 .listTitle01 h2 i:before{padding-top: 2px;display: inline-block;}
.mode03 .readMore a:before{border-left: 6px solid #fff}
.HEBUST-list02{}
.HEBUST-list02 li{border-bottom: 1px solid #8fc1e5;overflow:hidden;padding-bottom: 10px;margin-bottom: 10px;transition: all 0.3s ease-in-out}
.list-label02{width: 40px;height: 54px;line-height: 54px;text-align: center;float: left;background:#77bf06;
  background: -webkit-linear-gradient(left, #7aca06 , #69a90b); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #7aca06, #69a90b); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #7aca06, #69a90b); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #7aca06 , #69a90b); /* 标准的语法 */color:#fff;font-size: 23px;border-radius: 10px 0 0 10px;border:1px solid #fff;}
.HEBUST-list02 li div{margin-left: 50px;display: block;letter-spacing: 0.5px;}
.HEBUST-list02 li h4{color:#fff;margin-bottom: 10px;font-size: 15px;}
.HEBUST-list02 li h3{color:#fff;height: 24px;line-height: 24px;overflow:hidden;font-weight: normal;opacity: 0.8;}
.HEBUST-list02 li.even i{float: right;border-radius: 0 10px 10px 0;background:#34bfbc;
  background: -webkit-linear-gradient(top, #31bfbf , #379f9f); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #31bfbf, #379f9f); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #31bfbf, #379f9f); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #31bfbf , #379f9f); }
.HEBUST-list02 li.even div{margin:0 50px 0 0;text-align: right;}
.iconshipin::before{font-size: 30px;}
.mode03 .rt{width: 56.67%;float: right;}
.mode03 .flex-direction-nav{display: none;}
.mode03 .flexslider .slides > li{text-align: center;}
.story{width:168px;height:193px;cursor:pointer;position: relative;display: inline-block;*display: inline;*zoom:1;}
.item-container{width:268px;height:313px;position:relative;cursor:pointer;}
.item-container img{z-index:9;}
.item-mask{width:100%;height:100%;position:absolute;left:0;top:0;background:url(../../images/new2019/s.png) no-repeat center center;z-index:99;}
.item-info-overlay{opacity:0;filter:alpha(opacity=0);-moz-opacity:0;opacity:0;-ms-opacity:0;width:100%;height:100%;position:absolute;left:0;top:0;background:url(../../images/new2019/s_hover.png) no-repeat center center;z-index:120;}
.item-info-overlay>div{padding:35% 10% 9% 10%;}
.item-info-overlay .title{font-weight:normal;display:block;text-align:center;overflow:hidden;line-height:22px;height: 66px;}
.item-info-overlay .title:before{content: ''; display: inline-block; height: 100%;  vertical-align: middle;}
.item-info-overlay .title a{color:#fff;display: inline-block;vertical-align: middle;}
.item-info-overlay .view{display:block;margin-top:10px;height:37px;width:100%;color:#7aca06;font-size: 24px;}
.story:hover .item-info-overlay{opacity:1;filter:alpha(opacity=100);-moz-opacity:1;opacity:1;-ms-opacity:1;transition:1s;-webkit-transition:ease 1s;-o-transition:all ease 1s;-moz-transition:ease 1s}
.story-05,.story-06,.story-07{top: -50px;}

.wrap_mode04{background-color: #edf2fa;}
.mode04{padding:0 0 40px;}
/*专题网站*/
.mode04 .lf{width:60%; }
.mode04 .iconzhuanti:before{font-size: 24px;padding: 2px 0 0 ;display: inline-block;}
.HEBUST-list03{overflow:hidden;}
.HEBUST-list03 li {width:33.3%;float: left;margin-bottom: 11px;}
.HEBUST-list03 li > div{margin-right: 30px;}
.item-img03{width: 120px;float: left;display: none;}
.item-img03 .imgResponsive{padding-bottom: 55%;position: relative;}
.item-txt03{margin-left: 0;border-bottom: 1px solid #a1adc0;height: 46px;font-weight: normal;}
.item-txt03:before{content: '';display: inline-block;height: 100%;vertical-align: middle;}
.item-txt03 a{display: inline-block;vertical-align: middle;padding-left: 10px;font-size: 15px;}
.item-img03 .imgResponsive:before{content:'';position:absolute;width:60px;height:100%;margin-top:0px;margin-left:-120px;overflow:hidden;z-index:6;background:-moz-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);background:-webkit-gradient(linear,left top,right top,color-stop(0%,rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,0.4)),color-stop(100%,rgba(255,255,255,0)));background:-webkit-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);background:-o-linear-gradient(left,rgba(255,255,255,0) 0,rgba(255,255,255,0.4) 50%,rgba(255,255,255,0) 100%);-webkit-transform:skewX(-25deg);transform:skewX(-25deg)}
.HEBUST-list03 li > div:hover .imgResponsive:before{-webkit-animation:aniBlink .6s ease-out forwards;-moz-animation:aniBlink .6s ease-out forwards;
  -o-animation:aniBlink .6s ease-out forwards;  animation:aniBlink .6s ease-out forwards}
@keyframes aniBlink{
  from{margin-left:-50%}
  to{margin-left:120%}
}
@-webkit-keyframes aniBlink{
  from{margin-left:-50%}
  to{margin-left:120%}
}
/*快速链接*/
.mode04 .rt{width:37.5%; overflow:hidden;}
.HEBUST-list04 {margin:0 -10px;}
.HEBUST-list04 li {width: 20%;float: left;margin-bottom: 16px;}
.HEBUST-list04 li > a{display: block;margin:0 10px;border:1px solid #a1adc0;overflow:hidden;border-radius: 27px;position: relative;}
.HEBUST-list04 li i{width: 45px;height: 45px;line-height: 45px;text-align: center;color:#fff;float: left;border-radius: 50%;font-size:26px;background:#7aca06;position: relative;z-index: 6;
  background: -webkit-linear-gradient(left, #7ecb13 , #6baa11); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #7ecb13, #6baa11); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #7ecb13, #6baa11); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #7ecb13 , #6baa11); transition: all 0.35s ease-in-out;display: none;}
.HEBUST-list04 li i:before{display: inline-block;padding-top: 3px;}
.HEBUST-list04 li strong{display: block;/*margin-left: 58px;*/height: 45px;position: relative;z-index: 5;transition: all 0.4s ease-in-out;font-weight: normal;text-align: center;font-size: 15px;}
.HEBUST-list04 li strong:before{content: '';height: 100%;display: inline-block;vertical-align: middle;}
.HEBUST-list04 li.li2 i{background:#37b6b0;
  background: -webkit-linear-gradient(top, #31bfbf , #37a0a0); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #31bfbf, #37a0a0); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #31bfbf, #37a0a0); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #31bfbf , #37a0a0);}
.HEBUST-list04 li.li2 > a{border-color:#37b6b0;}
.HEBUST-list04 li.li3 i{background:#0077bd;
  background: -webkit-linear-gradient(left, #0595eb , #0074b9); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #0595eb, #0074b9); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #0595eb, #0074b9); /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #0595eb , #0074b9);}
.HEBUST-list04 li.li3 > a{border-color:#0077bd;}
.HEBUST-list04 li.li4 i{background:#7aca06;
  background: -webkit-linear-gradient(top, #7aca06 , #69a90b); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom, #7aca06, #69a90b); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom, #7aca06, #69a90b); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom, #7aca06 , #69a90b);font-size: 23px;}
.HEBUST-list04 li.li4 > a{border-color:#7aca06;}
.HEBUST-list04 li.li8 i{font-size: 32px;}
.HEBUST-list04 li.li9 i{font-size: 29px;}
/*.HEBUST-list04 li a:after{content: '';width: 0;height: 100%;background-color: #fff;position: absolute;left: 0;top: 0;z-index:0;transition: all 0.35s ease-in-out;}*/


@media screen  and (min-width:1920px) {
	.wrap_mode03,.wrap_mode01{background-size: cover;}
}

@media screen  and (min-width:1021px) {
	.list01 li > a:hover{box-shadow: 0 5px 10px rgba(0,0,0,0.2);margin-top: -10px;}
	.list02 li:hover a{margin-left: 74px;}
  /*.HEBUST-list04 li a:hover{color:#fff;}*/
  /*.HEBUST-list04 li a:hover:after{width: 100%;}*/
  .HEBUST-list04 li.li1 a:hover:after{background-color: #6baa11;}
  .HEBUST-list04 li.li2 a:hover:after{background-color: #37b6b0;}
  .HEBUST-list04 li.li3 a:hover:after{background-color: #0077bd;}
  .HEBUST-list04 li.li4 a:hover:after{background-color: #69a90b;}
  .HEBUST-list04 li a:hover i{transform: rotate(360deg);}
  .tabListBox li:hover a{margin-left: 113px;}
  .HEBUST-list li:hover{margin-left: 10px;}
  .academic:hover{box-shadow: 0 1px 15px rgba(5,57,144,0.4);}
  .HEBUST-list02 li:hover{padding-left: 10px;}
  .HEBUST-list02 li.even:hover{padding-right:15px;padding-left: 0}
}

@media screen  and (max-width:1386px) {
	.slide-title{margin-left: -500px;}
  .slide-title a,.til_tab.on a{font-size: 20px;}
  .mode01,.mode02,.mode03,.mode04{width: 1000px;}
	.list01{width: 76.5%;}
  .list02{width:22.5%;}
  .list02 li{padding-bottom: 8px;margin-bottom: 8px;}
  .listTitle01 h2{font-size: 22px;}
  .mode03 .lf{width: 28%;}
  .mode03 .rt{width: 68%}
}

@media screen  and (max-width:1020px) {
  .wrap_mode03{background-size: cover;}
	.slide-title{left: 15px;margin:0;}
  .flexslider .slides > li.flex-active-slide .slide-title{bottom: 5px;}
  .slide-title a{font-size: 18px;}
  .mode01,.mode02,.mode03,.mode04{width: auto;padding-left: 15px;padding-right: 15px;}
  .list01,.list02,.mode02 .lf,.mode02 .rt,.mode03 .lf,.mode03 .rt,.mode04 .lf,.mode04 .rt{width: 100%;float: none;overflow:hidden;}
  .list02{padding-top: 15px;}
  .list02 li,.HEBUST-list02 li{width: 48.5%;float: left;margin-right: 1.5%;}
  .list02 li:nth-child(2n){margin:0 0 8px 1.5%;}
  .HEBUST-list02 li:nth-child(2n){margin:0 0 10px 1.5%;}
  .list01,.HEBUST-list04,.HEBUST-list03{width: auto;margin:0 -7px;}
  .list01 li > a,.HEBUST-list04 li > a,.HEBUST-list03 li > div{margin:0 7px;}
  .mode03 .flexslider{max-width: 680px;margin:0 auto;}
  .listTitle01{padding:25px 0 15px;}
  .HEBUST-list04 li{width: 25%;}
  .mode04,.wrap_mode03{padding-bottom: 30px;}
  .mode02 .rt{padding-top: 10px;}

  

}
@media screen  and (max-width:998px) {

  
}

@media screen and (max-width: 767px) {
	.slide-title a{font-size: 17px;}
  .Banner .flex-direction-nav a{width: 38px;height: 38px;line-height: 38px;}
  .Banner .flexslider .flex-prev:before{border-right: 14px solid #fff;border-top: 8px solid transparent;border-bottom: 8px solid transparent;margin:-8px 0 0 -7px;}
  .Banner .flexslider .flex-next:before{border-left: 14px solid #fff;border-top: 8px solid transparent;border-bottom: 8px solid transparent;margin:-8px 0 0 -7px;}
  .item-info-overlay .title{display: none;}
  .item-info-overlay{opacity: 1;background:none;}
  .story{width: 149px;height: 168px;}
  .story-05, .story-06, .story-07{top: -44px;}
  .item-info-overlay > div{padding:0}
  .item-info-overlay .view{height: 124px;}
  .slide-title a, .til_tab.on a,.listTitle01 h2{font-size: 1.9rem;}
  .academic h3{font-size: 1.5rem;}
  .academic{padding-left: 25px;}
  .academic:before{left: 10px;}
  .academic:after{right: 10px;}
  .HEBUST-list04 li{width: 33.3%;}
  .HEBUST-list04 li i{height: 40px;width: 40px;line-height: 40px;font-size: 2.4rem;}
  .HEBUST-list04 li strong{height: 40px;/*margin-left: 48px;*/}
  .HEBUST-list04 li{margin-bottom: 15px;}
  .iconyou::before{display: none;}
  .mode03 .flexslider{padding-bottom: 25px;}
  .item-txt03 a,.HEBUST-list04 li strong{font-size: 14px}

}
@media screen and (max-width:640px) {
  .list01 li{width: 100%;float: none;overflow:hidden;margin-bottom: 15px;} 
  .list02 li, .HEBUST-list02 li{width: 100%;} 
  .HEBUST-list02 li:nth-child(2n){margin-left: 0}
  .HEBUST-list03 li{width: 50%}
  .item-txt01 p{display: none;}
  /*.item-img03{width: 100px;}*/
  /*.item-txt03{margin-left: 110px;height: 55px;}*/
  /*.HEBUST-list04 li{width: 50%;}*/
  .story-05, .story-06, .story-07{top: 0}
  .list02 li:nth-child(2n){margin-left: 0}
}

@media screen and (min-width:414px) and (max-width:640px) {
	
  .item-img01 {width: 196px;float: left;}
  .item-txt01{margin-left:196px;min-height: 101px;}

	
	}
@media screen and (max-width:480px) {
  body{font-size: 1.3rem;}
	.slide-title{display: none;  }
  .slide-bg{display: none;  }
  
  .story{width: 112px;height: 128px;}
  .item-info-overlay .view{height: 112px;}
  .til_tab{margin-right: 20px;}
  .HEBUST-list04 li{width: 50%}
  
		
}
@media screen and (max-width:413px) {
	.item-txt01{min-height: auto}

}

@media screen and (max-width:400px) {
  .HEBUST-list03 li{width: 100%  }
}
@media screen and (max-width:320px) {
	
	

	


}