/*banner*/
.er-banner {
  width: 100%;
  height: 420px;
  background: url(../img/list.png) center no-repeat;
  background-size:cover;
  margin-top: -20px;
}

/* 分页 */
.paging {
  text-align: center;
  margin: 40px 0;
}
.paging a:first-child,.paging a:last-child{
  font-family: AdobeHeitiStd-Regular;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #32454f;
}
.paging a {
  display: inline-block;
  font-family: Helvetica-Oblique;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 29px;
  letter-spacing: 1px;
  color: #32454f;
  margin: 10px;
}
.paging a.on {
  width: 29px;
  height: 29px;
  color: #FFF;
  background: #0376be;
  border-radius: 50%;
}

/*子页面导航*/
.ymdh{
  height: 40px;
  box-sizing: border-box;
  border-bottom: solid 1px #e6e6e6;
  margin-top: 16px;
  margin-bottom: 25px;
}
.ymdh h3{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 18px;
  letter-spacing: 4px;
  color: #32454f;
  position: relative;
  padding-left: 10px;
}
.ymdh h3 em{
  font-family: Helvetica;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 1px;
  color: #32454f;
  display: block;
}
.ymdh h3::before{
  content: '';
  width: 3px;
  height: 34px;
  background: #32454f;
  position: absolute;
  left: 0;
}
.bt-dh {
  margin-left: 30px;
  display: flex;
  justify-content: space-between;
}
.bt-dh li{
  position: relative;
}
.bt-dh li a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1px;
  color: #777777;
  margin-left: 44px;
}
.bt-dh .on a {
  color: #0376be;
  position: relative;
}
.bt-dh .on a::after{
  content: "";
  width: 51px;
  height: 1px;
  background-color: #0376be;
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.publicBox{
  margin-bottom: 40px;
  min-height: 120px;
}

/*班车时刻表*/
.shikeb{
  width: 1003px;
  height: 471px;
  background-color: #ffffff;
  box-shadow: 0px 0px 5px 0px
  rgba(0, 103, 172, 0.5);
  margin: 55px auto;
  /*padding-top: 10px;*/
}
#map{
  margin: 0 auto!important;
}
.shikeb p{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 66px;
  letter-spacing: 2px;
  color: #32454f;
  text-align: center;
  display: block;
}

/*带图新闻*/
.daituNew ul li .imgBox{
  width: 330px;
  height: 170px;
  margin: 15px;
}
.daituNew ul li{
  margin-bottom: 48px;
  height: 200px;
  background: #f5f5f5;
  display: flex;
  /* justify-content: space-between; */
  position: relative;
}
.daituNew ul li::after{
  content: '';
  background: url(../img/fenge.png) no-repeat center;
  width: 1194px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -24px;
}
.daituNew ul li:last-child::after{
  display: none;
}
.daituNew ul li .rightDiv{
  width: 810px;
  height: 82px;
  margin-left: 15px;
}
.daituNew .times{
  margin: 81px 46px;
  position: relative;
  text-align: center;
}
.daituNew .times::after{
  content: '';
  width: 2px;
  height: 200px;
  background: #e7e7e7;
  position: absolute;
  right: -34px;
  top: -62px;
}
.daituNew .times p{
  font-family: GalanoGrotesqueDEMO-Bold;
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #32454f;
}
.daituNew .times span{
  font-family: GalanoGrotesqueDEMO-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #32454f;
}
.daituNew .rightDiv h5{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1px;
  color: #32454f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 19px;
}
.daituNew .rightDiv .new-sp03{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 26px;
    color: #999999;
    opacity: 1;
}
.daituNew .rightDiv p{
  width: 810px;
  height: 82px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 1px;
  color: #656565;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-align: justify;
  /* margin-bottom: 30px; */
}
.daituNew ul li em{
    width: 88px;
    height: 19px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #656565;
    margin-top: 160px;
    position: absolute;
    right: 30px;
}
.daituNew li:hover em{
  color: #0376be;
}
.daituNew li:hover .rightDiv h5{
  color: #0376be;
}
.daituNew li:hover{
  box-shadow: 0px 0px 5px 0px rgba(15, 124, 193, 0.3);
}
.daituNew li:hover .times p{
  color: #0f7cc1;
}
.daituNew li:hover .times span{
  color: #0f7cc1;
}


/*详情页-内页*/
#fvContentID{
  padding-bottom: 30px;
}
.xiangqing .rightBox .box{
  background-color: #fff;
  margin: 15px;
  width: 920px;
}
.xiangqing .leftBox{
  /*width: 224px;*/
  /*float: left;*/
}
.xiangqing .leftBox .box{
  background: #f5f5f5;
  padding: 12px 8px;
}
.xiangqing .leftBox li{
  width: 224px;
  margin-bottom: 26px;
  position: relative;
}
.xiangqing .leftBox li::after{
  content: '';
  width: 224px;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -12px;
}
.xiangqing .leftBox li:last-child{
  margin-bottom: 0;
}
.xiangqing .leftBox li:last-child::after{
  display: none;
}
.xiangqing .leftBox li:hover span{
  color: #0376be;
}
.xiangqing .leftBox li:hover .chakan{
  color: #0376be;
}
.xiangqing .leftBox li .imgBox{
  width: 214px;
  height: 145px;
  background-color: #ffffff;
  padding: 5px;
}
.xiangqing .leftBox li span{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #32454f;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 5px 0;
  height: 48px;
}
.xiangqing .leftBox dd{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 1px;
  color: #656565;
}
.xiangqing .rightBox{
  display: flex;
  width: 950px;
  margin: 0 auto;
  background: #f5f5f5;
  text-align: center;
}
.xiangqing .rightBox p{
  text-align: justify;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1px;
  color: #32454f;
  margin: 30px auto 0;
  width: 793px;
}
.xiangqing .rightBox img{
  /* width: 600px;
  height: 333px; */
  display: block;
  margin:30px auto;
}
.xiangqing .rightBox h5{
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  margin-top: 46px;
  margin-bottom: 10px;
}
.xiangqing .rightBox span{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 1px;
  color: #666666;
}
.xiangqing .rightBox span i{
  margin-left: 30px;
}
.xiangqing{
  margin-bottom: 130px;
  /*min-height: 500px;*/
  position: relative;
}
.xiangqing .fanye{
  width: 950px;
  float: right;
  margin-top: 30px;
}
.xiangqing .fanye ul{
  width: 930px;
  margin: 0 auto;
}
.xiangqing .fanye li{
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 1px;
  color: #32454f;
  width: 50%;
}
.xiangqing .fanye li:last-child{
 text-align: right;
}
.xiangqing .fanye li:hover{
  color: #0376be;
}
/*无图新闻内页详情*/
.wutuXQ .rightBox p{
  margin: 30px auto 30px;
}
.wutuXQ .leftBox li .imgBox{
  display: none;
}


/*图说金肯-轮播*/
.tuwenLunbo .view{
  width: 1133px;
  height: 650px;
  background-color: #f5f5f5;
  margin: 40px auto;
  display: flex;
  position: relative;
}
.tuwenLunbo .view::before{
  content: '';
  width: 1133px;
  height: 13px;
  background: url(../img/jkfg-yy1.png) no-repeat center;
  position: absolute;
  left: 0;
  top: -12px;
}
.tuwenLunbo .view::after{
  content: '';
  width: 1133px;
  height: 36px;
  background: url(../img/jkfg-yy2.png) no-repeat center;
  position: absolute;
  left: 0;
  bottom: -34px;
}
.view .swiper-container {
  width: 1103px;
  height: 620px;
  margin: 15px;
  overflow: hidden;
}
/*.view:hover .arrow{display: block;}*/
.view .arrow{display: none;position: absolute;top: 50%;margin-top: -35px;width: 36px;height: 102px;z-index: 10; }
.view .arrow-left {background: url("../img/le.png") no-repeat center; left: 10px;}
.view .arrow-right {background: url("../img/ri.png") no-repeat center; right: 10px;}
.preview {
  margin: 0 auto;
  position: relative;
  width: 1133px;
  height: 146px;
  background-color: #f5f5f5;
  align-items: center;
  display: flex;
}
.preview .swiper-container{
  width: 967px;
  overflow: hidden;
  position: absolute;
  left: 80px;
}
.preview .swiper-slide {
  width: 231px!important;
  height: 130px;
  margin: 0 7px;
  cursor: pointer;
}
.preview .arrow{position: absolute;top: 22%;margin-top: -9px;width: 36px;height: 102px;z-index: 10;}
.preview .arrow-left {background: url("../img/le.png") no-repeat center;left: 24px;}
.preview .arrow-right {background: url("../img/ri.png") no-repeat center;right: 24px;}
/*.preview .active-nav img {padding: 0;border: 1px solid #0376be;}*/
.tuwenLunbo .preview::before{
  content: '';
  width: 1133px;
  height: 13px;
  background: url(../img/jkfg-yy1.png) no-repeat center;
  position: absolute;
  left: 0;
  top: -12px;
}
.tuwenLunbo .preview::after{
  content: '';
  width: 1133px;
  height: 36px;
  background: url(../img/jkfg-yy2.png) no-repeat center;
  position: absolute;
  left: 0;
  bottom: -34px;
}
.preview .swiper-slide {
  opacity: 0.7;
}
.preview .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
  display: none;
}

/*图文列表（现任领导）*/
.tuwenList ul{
  flex-wrap: wrap;
}
.tuwenList li{
  margin: 48px 0;
  width: 362px;
  border-bottom: 1px solid #c3c3c3;
  position: relative;
}
.tuwenList ul::after{
  content: '';
  width: 362px;
}
.tuwenList li .imgBox{
  width: 362px;
  height: 199px;
  background-color: #000000;
  border-radius: 10px;
}
.tuwenList li h1{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1px;
  color: #32454f;
  position: relative;
  padding-left: 12px;
}
.tuwenList li h1::before{
  content: '';
  width: 3px;
  height: 18px;
  background-color: #32454f;
  position: absolute;
  left: 0;
  top: 9px;
}
.tuwenList li .details{
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 1px;
  color: #556d7c;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 16px;
}
.tuwenList li span{
  position: relative;
  display: block;
}
.tuwenList li span::after{
  content: '';
  width: 362px;
  height: 1px;
  background-color: #c3c3c3;
  position: absolute;
  left: 0;
  top: 0;
}
.tuwenList li span a{
  display: block;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 1px;
  color: #556d7c;
}
.tuwenList li span em{
  width: 28px;
  height: 8px;
  display: inline-block;
  float: right;
}
.tuwenList li:hover h1{
  color: #0376be;
}
.tuwenList li:hover .details{
  color: #000000;
}
.tuwenList li:nth-child(3)::after{
  content: '';
  width: 1194px;
  height: 2px;
  background-image: url(../img/fenge.png);
  position: absolute;
  right: 0;
  bottom: -48px;
}
.tuwenList li:last-child::after{
  content: none;
}
.tuwenList .paging{
  margin: 0 auto;
}

/*图文列表(印象金肯)*/
.tuwenDiv ul::after{
  content: '';
  width: 372px;
}
.tuwenDiv ul p{
  width: 372px;
  height: 240px;
}
.tuwenDiv ul{
  flex-wrap: wrap;
}
.tuwenDiv ul span{
  display: block;
  width: 372px;
  height: 51px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 1px;
  color: #32454f;
  background: #f5f5f5;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tuwenDiv ul li{
  margin-bottom: 42px;
  transition: all .4s;
  cursor: pointer;
}
.tuwenDiv .paging{
  margin: 0 auto;
}
.videoDiv video{
  width: 372px;
  height: 240px;
}
.videoDiv li:hover{
  /*transform: translateY(-5px);*/
}

/*无图新闻*/
.wutuNew ul{
  position: relative;
}
.wutuNew ul li:hover h1{
  color: #0376be;
}
.wutuNew ul li:hover h1 a{
  color: #0376be;
}
.wutuNew ul li:hover {
  box-shadow: 0px 0px 6px #0376BE;
}
.wutuNew li {
  margin-bottom: 38px;
  height: 198px;
  background: #f5f5f5;
  align-items: center;
  position: relative;
}
.wutuNew li:last-child {
  margin-bottom: 0;
}
.wutuNew .time-zz {
  margin: 60px 37px;
  text-align: center;
}
.time-zz > h5 {
  font-family: GalanoGrotesqueDEMO-Bold;
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 42px;
  letter-spacing: 0px;
  color: #32454f;
  margin-bottom: 5px;
}
.time-zz > p {
  font-family: GalanoGrotesqueDEMO-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #32454f;
}
.wutuNew ul li:hover .time-zz h5{
  color: #0376be;
}
.wutuNew ul li:hover .time-zz p{
  color: #0376be;
}
.wutuNew .time-zz::after{
  content: '';
  width: 2px;
  height: 160px;
  background: #e7e7e7;
  position: absolute;
  top: 20px;
  left: 158px;
}
.wutuNewUl .right{
  width: 939px;
  margin: 0 60px 0 40px;
}
.wutuNewUl .textDetail {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 1px;
  color: #656565;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wutuNewUl .right h1{
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 1px;
  color: #32454f;
  margin-top: -10px;
}
.wutuNewUl .right h1 a{
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #656565;
  float: right;
}
.wutuNew ul li::after{
  content: '';
  width: 1194px;
  height: 2px;
  background-image: url(../img/fenge.png);
  position: absolute;
  right: 0;
  bottom: -20px;
}
.wutuNew li:last-child::after{
  content: none;
}
.downDiv .right h1{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 36px;
}
.downDiv .downBtn{
	float: right;
	font-size: 16px;
	line-height: 36px;
}

/*单页-学院介绍*/
.danyeDiv{
  width: 100%;
  text-align: center;
  background: #f5f5f5;
  display: flex;
}
.danyeDiv .dy-box{
  width: 1170px;
  margin: 15px;
  background: #fff;
  padding: 42px 86px;
  overflow: hidden;
}
.danyeDiv img{
  margin: 20px auto;
  background: #f5f5f5;
  box-shadow: 0px 0px 5px 0px rgba(3, 118, 190, 0.3);
  padding: 15px;
  display: block;
}
.danyeDiv h2{
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 9px;
  color: #32454f;
  margin-bottom: 60px;
  display: inline-block;
  position: relative;
}
.danyeDiv h2::after{
  content: '';
  position: absolute;
  /*width: 35px;
  height: 1px;
  background-color: #32454f;
  left: 100px;
  bottom: 16px;*/
  background-image: url(../img/xyjs.png);
  width: 693px;
  height: 32px;
  top: 34px;
  left: 50%;
  transform: translateX(-50%);
}
.danyeDiv h2 em{
  display: block;
  width: 161px;
  height: 5px;
  background-image: url(../img/jj.png);
  margin: 18px auto 0;
}
.danyeDiv h2 span{
  display: inline-block;
  font-family: Helvetica-Bold;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 3px;
  color: #32454f;
  position: relative;
}
.danyeDiv h2 span::before{
  content: '';
  width: 209px;
  height: 9px;
  background-image: url(../img/ll-ico.png);
  position: absolute;
  left: -220px;
  bottom: 8px;
}
.danyeDiv h2 span::after{
  content: '';
  width: 212px;
  height: 9px;
  background-image: url(../img/rr-ico.png);
  position: absolute;
  right: -220px;
  bottom: 8px;
}
.danyeDiv p {
  text-align: justify;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 2px;
  color: #333333;
}
.tuwenList{
  margin-top: -28px;
}

/*资料下载*/
#searchUL {
  width: 100%;
}
#searchUL li {
  height: 50px;
  background-color: #ffffff;
  position: relative;
  transition: all .4s;
  list-style-type: none;
  margin-bottom: 16px;
}
#searchUL li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color:#0376be;
  position: absolute;
  left: 21px;
  top: 22px;
}
.searchListType ul li span {
  display: block;
  max-width: 600px;
  float: left;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  margin-left: 46px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.searchListType ul li i {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 50px;
  color: #999999;
  margin-right: 20px;
}
.searchListType ul li:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  z-index: 2;
}


/* 搜索结果 */
#sousuoBox p {
  padding: 30px 0px;
  margin-bottom: 50px;
  background-color: #fff;
  text-align: center;color: #999999;font-size: 14px;line-height: 2;
}
.FontListType ul {
  width: 100%;
  margin-top: 30px;
}
.FontListType ul li {
  height: 50px;
  background-color: #ffffff;
  position: relative;
  transition: all 0.4s;
  list-style-type: none;
  margin-bottom: 20px;
}
.FontListType ul li:last-child{
  margin-bottom: 0px;
}
.FontListType ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fd6628;
  position: absolute;
  left: 21px;
  top: 22px;
}
.FontListType ul li span {
  display: block;
  max-width: 600px;
  float: left;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 1px;
  color: #333333;
  margin-left: 46px;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.FontListType ul li i {
  display: block;
  float: right;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  line-height: 50px;
  color: #999999;
  margin-right: 20px;
}
.FontListType ul li:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  z-index: 2;
}
