.zj-wrap-link {
	margin-bottom: 20px;
}

.zj-media-wrap {
    position: relative;
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, .15);
    display: flex;
    align-items: center;
    border-radius: 10px;
    height: 100%;
  

}



.zj-media-wrap img {
    width: 50%;
    border-radius: 0 10px 10px 0;
    height: 100%;
}
.zj-media-wrap .media-body {
    text-align: center;
    color: black;
   
  
}
.zj-media-wrap .media-body dt {
}

.zj-media-wrap .zj-sy-prod-bigpic {
    position: absolute;
	background: rgba(0,0,0,.3) no-repeat center;
    z-index: 10;
    width: 100%;
    height: 0%;
    border-radius: 10px;
    background-size: auto 100%;
    transition: all .4s;
	
}
.zj-media-wrap:hover .zj-sy-prod-bigpic {
   height: 100%;
}

.zj-sy-proj-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 50px auto;
   
}

.zj-sy-proj-wrap .zj-proj-bgpic img {
    width: 100%;
    height: auto;
}


.pagination {
    margin: 10px auto;
}
/* news list */


.zj-news-media-wrap {
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid #c4c4c4;
    border-radius:20px ;
    padding: 20px;
}
.zj-news-media-wrap img {
    width: 30%;
    height: auto;
}
.zj-news-media-wrap .zj-media-body {
    margin:0 20px;
}
.zj-media-body .zj-time {
    background-color: #e94818;
    color: white;
    padding: 10px 20px;
    font-weight: 700;
}
.zj-media-body .zj-title {
    margin: 20px 0 10px;
}
.zj-media-body .zj-content {
    text-indent: 2rem;
}


/* video */

.zj-pic-wrap {
    position: relative;
}

.zj-pic-wrap img {
    width: 100%;
    height: auto;
}

.zj-play-icon {
    color: rgba(255, 255, 255, .5);
    font-size: 3rem;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
}

.zj-pic-footer {
    background-color: #d3d3d3;
    text-align: center;
    line-height: 60px;
}


/* college start */
* {
    margin: 0;
    padding: 0;
  }
  .zj-college-banner-wrap {
    margin: 0;
    padding: 0;
  }
  .zj-college-content-wrap {
    margin: 60px auto;

  }
  .zj-college-content-wrap > .container .tab-content{
    padding-top: 40px;
  }
 @media(max-width:768px){
  .zj-college-content-wrap {
    margin: 60px auto;
    padding: 0;
  }
  .zj-college-content-wrap > .container {
    margin: 0;
    padding: 0;
  }
 }
  .zj-download-link {
    color: gray;
    margin-top: 20px;
    display: block;
  }
  .zj-download-link:hover {
    color: gray;
    text-decoration: none;
    box-shadow: 1px 1px 1px  rgba(0,0,0,.2);
  }

  .zj-college-list-title {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;

  }
  .zj-card-img-wrap {
    position: relative;
  }
  .zj-video-player {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 3rem;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.4);
}
.pagination {
  justify-content: center!important;
  margin: 50px auto 20px;
}




/* end */