@import "common.css";
#mobile{
  display: none;
}
/* banner轮播 */
header .banner-carousel{
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}
header .banner-carousel .swiper-wrapper .swiper-slide img{
  width: 100%;
}
header .banner-carousel .swiper-slide img{
  width:100%;
  height:auto;
  min-height:100%;
  transition:1s linear 2s;
  transform:scale(1.1,1.1);
  }
header .banner-carousel .swiper-slide-active img,header .banner-carousel .swiper-slide-duplicate-active img{
  transition:10s linear;
  transform:scale(1,1);
}
/* banner底部招生 */
.enroll{
  width: max-content;
  position: absolute;
  bottom: 0px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.enroll ul{
  display: flex;
  background-color: #FFF;
}
.enroll ul li{
  width: 260px;
  height: 99px;
  border-top: #002DB0 solid 10px;
  display: inline-flex;
  align-items: center;
  font-size: 1.5rem;
  color: #1D2236;
  box-shadow: 2px 4px 3px -3px #b0acac;
  cursor: pointer;
  background: url(/gggl/assets/images/enroll-bg.png) no-repeat center;
}
.enroll ul li a{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.enroll ul li:last-child{
  border-top: none;
  background-color: #B90F09;
  color: #fff;
  background-position-x: 92px;
}
.enroll ul li::before{
  width: 260px;
  height: 48px;
  content: '';
  position: absolute;
  top: -58px;
  left: 0px;
  background: url(/gggl/assets/images/enroll-top-bg.png) no-repeat center;
  transform:scale(0);
  transform-origin:bottom;
  transition: transform .4s ease-in-out;
}
.enroll ul li.active::before{
  transform:scale(1)
}
.enroll ul li:last-child::before{
  display: none;
}
/* nba比赛押注动态部分 */
.college-news{
  width: 100%;
  min-width: 1600px;
  overflow: hidden;
}
.college-news .college-title{
  display: flex;
  width: 1600px;
  margin: 0 auto;
  height: 150px;
  justify-content: center;
  align-items: center;
  background: url(/gggl/assets/images/news-title-bg.png) no-repeat center;
  background-size: 6%;
  background-position-x: 960px;
}
.college-news .college-title .news-title{
  font-size: 1.75rem;
  width: 55%;
  text-align: right;
}
.college-news .college-title .more{
  font-size: 1.25rem;
  color: #002DB0;
  margin-right: 0px;
  width: 45%;
  padding-left: 588px;
}
.college-news .college-title .more::before{
  width: 24px;
  height: 24px;
  content: '';
  position: absolute;
  left: 678px;
  background: url(/gggl/assets/images/news-arrow-right.png) no-repeat center;
  background-size: contain;
}
.college-news .content{
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}
.college-news .content .left{
  width: 760px;
  height: 620px;
  background: url(/gggl/assets/images/news-left-bg2.png),#fff;
  background-repeat: no-repeat;
  background-position: 485px 181px;
}
.college-news .content::before{
  content: '';
  position: absolute;
  left: -260px;
  top: -100px;
  bottom: 0;
  width: 830px;
  background: url(/gggl/assets/images/news-left-bg.png), linear-gradient(to bottom, #002DB0, #002DB0);
  background-repeat: no-repeat;
  z-index: 0;
  background-position: 56px 40px, 0px 0;
}
.college-news .content .left .first-news{
  width: 100%;
  cursor: pointer;
}
.college-news .content .left .first-news .sign{
  padding-left: 10px;
  border-left: 7px solid #002DB0;
  color: #121F25;
  font-size: 1.13rem;
  margin: 46px 20px 46px 46px;
  overflow: hidden;
}
.college-news .content .left .first-news .sign a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.college-news .content .left .first-news .sign .sign-name{
  padding-right: 10px;
  color: #002DB0;
  font-size: 1.25rem;
  font-weight: bold;
}
.college-news .content .left .first-news .sign .sign-title:hover{
  color: #002DB0;
}
.college-news .content .left .first-news .sign .sign-title::before{
  background: #002DB0;
  bottom: -4px;
}
.college-news .content .left .first-news .sign .sign-title::before:hover{
  background: #002DB0;
  bottom: -4px;
}
.college-news .content .left .swiper-container{
  width: 700px;
  height: 437px;
  overflow: hidden;
  left: -50px;
  cursor: pointer;
}
.college-news .content .left .swiper-container .des{
  width: 700px;
  height: 85px;
  overflow: hidden;
  position: relative;
  bottom: 107px;
  padding: 40px;
  color: #fff;
  font-size: 0.88rem;
  line-height: 1.5rem;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.college-news .content .left .swiper-container img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.college-news .content .left  .s-btns{
  position: absolute;
  width: 60px;
  top: 538px;
  right: 25px;
  display: flex;
  justify-content: space-between;
  z-index: 1;
  cursor: pointer;
}
.college-news .content .left  .s-btns .swiper-prev{
  width: 24px;
  height: 24px;
  background: url(/gggl/assets/images/swiper-prev.png);
  background-size: 100%;
}
.college-news .content .left  .s-btns .swiper-prev.swiper-button-disabled{
  width: 24px;
  height: 24px;
  background: url(/gggl/assets/images/swiper-prev-disable.png);
  background-size: 100%;
}
.college-news .content .left  .s-btns .swiper-next{
  width: 24px;
  height: 24px;
  background: url(/gggl/assets/images/swiper-next.png);
  background-size: 100%;
}
.college-news .content .left  .s-btns .swiper-next.swiper-button-disabled{
  width: 24px;
  height: 24px;
  background: url(/gggl/assets/images/swiper-next-disable.png);
  background-size: 100%;
}
.college-news .content .right{
  display: flex;
  width: 750px;
  height: 620px;
}
.college-news .content .right::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1000px;
  background: url(/gggl/assets/images/content-right-bg.png),linear-gradient(to bottom, #002DB0, #002DB0);
  background-size: cover;
  z-index: 0;
}
.college-news .content .right .first-news{
  width: 326px;
  margin: 55px 45px;
  cursor: pointer;
}
.college-news .content .right .first-news .img-container{
  width: 326px;
  height: 229px;
  overflow: hidden;
}
.college-news .content .right .first-news img{
  width:100%;
  height: 100%;
  object-fit: cover;
}
.college-news .content .right .first-news .new{
  position: relative;
  width: 68px;
  height: 36px;
  font-size: 0.88rem;
  color: #ffffff;
  background-color: #B90F09;
  bottom: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-right-radius: 8px;
}
.college-news .content .right .first-news .date{
  font-size: 0.88rem;
  color: #fff;
  margin-top: 14px;
}
.college-news .content .right .first-news .first-news-title{
  font-size: 1rem;
  color: #fff;
  margin-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.college-news .content .right .first-news .first-news-des{
  font-size: 0.88rem;
  color: #fff;
  margin-top: 22px;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.college-news .content .right .other-news{
  width: 300px;
  padding: 27px 180px 70px 0;
  cursor: pointer;
}
.college-news .content .right .other-news .news-item{
  width: 300px;
  height: 106px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  border-bottom: 1px dashed #24629E;
}
.college-news .content .right .other-news .news-item .date{
  font-size: 0.88rem;
  color: #fff;
  margin-top: 20px;
}
.college-news .content .right .other-news .news-item .title{
  width: 100%;
  font-size: 1rem;
  color: #fff;
  margin-top: 4px;
  padding-bottom: 10px;
  align-self: baseline;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 1.8rem;
}
/* 通知公告部分 */
.college-notice{
  width: 100%;
  min-width: 1600px;
  overflow: hidden;
}
.college-notice .college-title{
  display: flex;
  width: 1600px;
  margin: 0 auto;
  height: 150px;
  justify-content: center;
  align-items: center;
}
.college-notice .college-title::before{
  width: 1600px;
  height: 150px;
  left: 320px;
  top: 70px;
  content: '';
  position: absolute;
  background: url(/gggl/assets/images/news-title-bg.png);
  background-repeat: no-repeat;
  z-index: 0;
}
.college-notice .college-title .notice-title{
  font-size: 1.75rem;
  width: 55%;
  text-align: right;
}
.college-notice .college-title .more{
  font-size: 1.25rem;
  color: #002DB0;
  margin-right: 0px;
  width: 45%;
  padding-left: 588px;
}
.college-notice .college-title .more::before{
  width: 24px;
  height: 24px;
  content: '';
  position: absolute;
  left: 678px;
  background: url(/gggl/assets/images/news-arrow-right.png) no-repeat center;
  background-size: contain;
}
.college-notice .notice-content{
  width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.college-notice .notice-content .notice-item{
  width: 391px;
  height: 130px;
  display: flex;
  align-items: center;
  border-top: 1px ;
  border-right: 4px solid #002DB0;
  background: url(/gggl/assets/images/notice-bg.png),#FFFFFF;
  background-size: 14%;
  background-repeat: no-repeat;
  background-position: 56px 40px, 0px 0;
  cursor: pointer;
  transition: all .8s;
}
.college-notice .notice-content .notice-item:hover{
  color: #FFFFFF;
  background: url(/gggl/assets/images/notice-bg2.png);
  background-size: 14%;
  background-repeat: no-repeat;
  background-position: 56px 40px, 0px 0;
}
/* 效果 */
.college-notice .notice-content .notice-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #002DB0;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 100% 100%;
  opacity: 0;
  transition: all .8s;
  -webkit-transition: all .8s;
  z-index: -1;
}
.college-notice .notice-content .notice-item:hover:after {
  opacity: 1;
}
.college-notice .notice-content .notice-item .notice-left{
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 38px;
  margin-top: 38px;
  margin-bottom: 38px;
}
.college-notice .notice-content .notice-item .notice-left .date{
  width: 52px;
  color: #002DB0;
  font-size: 1.25rem;
}
.college-notice .notice-content .notice-item:hover .notice-left .date{
  color: #FFFFFF;
}
.college-notice .notice-content .notice-item .notice-left .year{
  color: #979797;
  font-size: 0.75rem;
}
.college-notice .notice-content .notice-item:hover .notice-left .year{
  color: #FFFFFF;
}
.college-notice .notice-content .notice-item .notice-right{
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75rem;
  display: flex;
  margin: 22px 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
/* 讲座报告部分 */
.college-report{
  width: 100%;
  min-width: 1600px;
  overflow: hidden;
}
.college-report .college-title{
  display: flex;
  width: 1600px;
  margin: 0 auto;
  height: 150px;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.college-report .college-title .report-title{
  font-size: 1.75rem;
  width: 55%;
  text-align: right;
}
.college-report .college-title .more{
  font-size: 1.25rem;
  color: #002DB0;
  margin-right: 0px;
  width: 45%;
  padding-left: 588px;
}
.college-report .college-title .more::before{
  width: 24px;
  height: 24px;
  content: '';
  position: absolute;
  left: 678px;
  background: url(/gggl/assets/images/news-arrow-right.png) no-repeat center;
  background-size: contain;
}
.college-report .report-content{
  width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 284px;
  gap: 22px;
}
.college-report .report-content .report-item {
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  overflow: hidden;
}
.college-report .report-content .report-item .report-info {
  width: 100%;
  flex: 1;
  padding: 32px;
  font-size: 14px;
  line-height: 2.2;
  background-color: #FFFFFF;
  color: #0231B4;
  background-image: url(/gggl/assets/images/report-box-bg.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.college-report .report-content .report-item:hover .report-info {
  background-color: #0231B4;
  color: #FFFFFF;
}
.college-report .report-content .report-item .report-info .info-item {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.college-report .report-content .report-item .report-title {
  width: 100%;
  height: 88px;
  padding: 0 32px;
  display: flex;
  align-items: center;
  background-color: #0231B4;
  color: #FFFFFF;
}
.college-report .report-content .report-item:hover .report-title {
  background-color: #FFFFFF;
  color: #0231B4;
}
.college-report .report-content .report-item .report-title .item-left {
  width: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-shrink: 0;
}
.college-report .report-content .report-item .report-title .item-left .date {
  font-size: 20px;
  font-weight: bold;
  transform: scaleX(0.85);
  transform-origin: left center;
}
.college-report .report-content .report-item .report-title .item-left .year {
  font-size: 12px;
  padding-left: 6px;
}
.college-report .report-content .report-item .report-title .item-right {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 党团工学部分 */
.college-work{
  width: 100%;
  min-width: 1600px;
  overflow: hidden;
}
.college-work .college-title{
  display: flex;
  width: 1600px;
  margin: 0 auto;
  height: 150px;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
}
.college-work .college-title .work-title{
  font-size: 1.75rem;
  width: 55%;
  text-align: right;
}
.college-work .college-title .more{
  font-size: 1.25rem;
  color: #002DB0;
  margin-right: 0px;
  width: 45%;
  padding-left: 588px;
}
.college-work .college-title .more::before{
  width: 24px;
  height: 24px;
  content: '';
  position: absolute;
  left: 678px;
  background: url(/gggl/assets/images/news-arrow-right.png) no-repeat center;
  background-size: contain;
}

.college-work .content{
  width: 1600px;
  margin: 0 auto;
  display: flex;
}
.college-work .content .left{
  width: 607px;
  height: 531px;
  padding: 40px;
  margin-top: -28px;
  background: url(/gggl/assets/images/work-left-bg.png),#fff;
  background-repeat: no-repeat;
}
.college-work .content .left .title{
  height: 56px;
  font-size: 1rem;
  line-height: 1.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.college-work .content .left .title:hover{
  color: #B90F09;
}
.college-work .content .left .title p::before{
  background: #B90F09;
}
.college-work .content .left .title p:hover::before{
  background: #B90F09;
}
.college-work .content .left .des{
  margin-top: 10px;
  color: #7E7E7E;
  font-size: 0.88rem;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.college-work .content .left .pic{
  margin-top: 30px;
  width: 525px;
  height: 295px;
  overflow: hidden;
  cursor: pointer;
}
.college-work .content .left .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.college-work .content .right{
  display: flex;
  width: 995px;
  height: 530px;
  margin-top: 33px;
}
.college-work .content .right::before{
  content: '';
  position: absolute;
  left: 0;
  top: -157px;
  bottom: 0;
  width: 1242px;
  background: url(/gggl/assets/images/work-right-bg.png);
  background-size: cover;
  z-index: -1;
}
.college-work .content .right .first-news{
  width: 326px;
  height: 439px;
  padding: 36px 20px;
  margin-left: 60px;
  margin-top: -18px;
  cursor: pointer;
  box-shadow: -1px 2px 10px rgba(0, 0, 0, 0.2);
}
.college-work .content .right .first-news .title{
  height: 56px;
  font-size: 1rem;
  line-height: 1.75rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.college-work .content .right .first-news .title:hover{
  color: #B90F09;
}
.college-work .content .right .first-news .title p::before{
  background: #B90F09;
}
.college-work .content .right .first-news .title p:hover::before{
  background: #B90F09;
}
.college-work .content .right .first-news .des{
  margin-top: 30px;
  color: #7E7E7E;
  font-size: 0.88rem;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  cursor: pointer;
}
.college-work .content .right .first-news .pic{
  margin-top: 30px;
  width: 290px;
  height: 169px;
  overflow: hidden;
  cursor: pointer;
}
.college-work .content .right .first-news .pic img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
.college-work .content::before{
  content: '';
  position: absolute;
  left: -224px;
  top: -84px;
  bottom: 0;
  width: 830px;
  background: url(/gggl/assets/images/news-left-bg.png), linear-gradient(to bottom, #002DB0, #002DB0);
  background-repeat: no-repeat;
  z-index: 0;
  background-position: 56px 40px, 0px 0;
}
.college-work .content .right .other-news{
  width: 550px;
  height: 400px;
  margin-left: 40px;
}
.college-work .content .right .other-news .news-item{
  height: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-bottom: 1px dashed #D9D9D9;
  padding: 0 20px;
  transition: all .8s;
}
/* 效果 */
.college-work .content .right .other-news .news-item:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #002DB0;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 100% 100%;
  opacity: 0;
  transition: all .8s;
  -webkit-transition: all .8s;
  z-index: -1;
}
.college-work .content .right .other-news .news-item:hover:after {
  opacity: 1;
}
.college-work .content .right .other-news .news-item:hover{
  background: #B90F09;
  color: #ffffff;
}
.college-work .content .right .other-news .news-item .title{
  font-size: 1rem;
  margin-top: 4px;
  padding-bottom: 10px;
  align-self: baseline;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 2.4rem;
}
.college-work .content .right .other-news .news-item .bottom{
  font-size: 0.75rem;
  color: #7D7D7D;
}
.college-work .content .right .other-news .news-item:hover .bottom{
  color: #ffffff;
}
.college-work .content .right .other-news .news-item .bottom span:first-child{
  margin-right: 20px;
}
/* 人才培养部分 */
.college-talent{
  width: 100%;
  min-width: 1600px;
  overflow: hidden;
}
.college-talent .college-title{
  display: flex;
  width: 1600px;
  margin: 0 auto;
  height: 150px;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.college-talent .college-title .talent-title{
  font-size: 1.75rem;
  width: 55%;
  text-align: right;
}
.college-talent .college-title .more{
  font-size: 1.25rem;
  color: #002DB0;
  margin-right: 0px;
  width: 45%;
  padding-left: 588px;
}
.college-talent .college-title .more::before{
  width: 24px;
  height: 24px;
  content: '';
  position: absolute;
  left: 678px;
  background: url(/gggl/assets/images/news-arrow-right.png) no-repeat center;
  background-size: contain;
}

.college-talent .content{
  width: 1600px;
  margin: 0 auto;
  display: flex;
  background: #FFFFFF;
  padding: 40px 8px;
}
.college-talent .content .left,
.college-talent .content .right {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.college-talent .content .left::before{
  content: '';
  position: absolute;
  left: -219px;
  top: -163px;
  bottom: 0;
  width: 1000px;
  background: url(/gggl/assets/images/news-left-bg2.png), url(/gggl/assets/images/news-title-bg.png);
  z-index: 0;
  height: 703px;
  background-repeat: no-repeat;
  background-position: 50px, 835px 21px;
}
.college-talent .content .right::before{
  content: '';
  position: absolute;
  left: -219px;
  top: -163px;
  bottom: 0;
  width: 1000px;
  background: url(/gggl/assets/images/news-left-bg2.png);
  z-index: 0;
  height: 703px;
  background-repeat: no-repeat;
  background-position: 500px 260px;
}
.college-talent .content .sub-title {
  font-size: 16px;
  color: #002DB0;
  font-weight: bold;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  margin: 0 32px 8px;
  padding: 12px 18px;
}
.college-talent .content .sub-title::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 4px;
  background: #002DB0;
  right: 16px;
  top: 20px;
}
.college-talent .content .left .left-item,
.college-talent .content .right .left-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  padding: 10px 38px;
  cursor: pointer;
  transition: all .8s;
}
.college-talent .content .left .left-item {
  margin-right: 8px;
}
.college-talent .content .right .left-item {
  margin-left: 8px;
}
.college-talent .content .left .left-item::before,
.college-talent .content .right .left-item::before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  background-color: #002DB0;
  transform: rotate(45deg);
  left: 22px;
}
.college-talent .content .left .left-item:hover::before,
.college-talent .content .right .left-item:hover::before {
  background-color: #FFFFFF;
}
/* 效果 */
.college-talent .content .left .left-item::after,
.college-talent .content .right .left-item::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #002DB0;
  position: absolute;
  right: 0;
  top: 0;
  background-size: 100% 100%;
  opacity: 0;
  transition: all .8s;
  -webkit-transition: all .8s;
  z-index: -1;
}
.college-talent .content .left .left-item:hover::after,
.college-talent .content .right .left-item:hover::after {
  opacity: 1;
}
.college-talent .content .left .left-item:hover,
.college-talent .content .right .left-item:hover {
  background: #002DB0;
  color: #ffffff;
}
.college-talent .content .left .left-item .title,
.college-talent .content .right .left-item .title {
  flex: 1;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-height: 2.4rem;
}
.college-talent .content .left .left-item .time,
.college-talent .content .right .left-item .time {
  font-size: 14px;
  width: 80px;
  color: #7D7D7D;
  text-align: right;
}
.college-talent .content .left .left-item:hover .time,
.college-talent .content .left .left-item:hover .time {
  color: #FFFFFF;
}
.college-talent .content .img-container{
  flex-shrink: 0;
  width: 480px;
  height: 346px;
  overflow: hidden;
  margin-top: 44px;
}
.college-talent .content .img-container img{
  width: 100%;
  height: 100%;
  object-fit: cover; 
}
/* 科研成果部分 */
.college-research{
  width: 100%;
  min-width: 1600px;
  overflow: hidden;
}
.college-research .college-title{
  display: flex;
  width: 1600px;
  margin: 0 auto;
  margin-bottom: 45px;
  height: 200px;
  justify-content: center;
  align-items: flex-end;
  color: #ffffff;
}
.college-research .college-title .research-title{
  font-size: 1.75rem;
  width: 52%;
  text-align: right;
}
.college-research .college-title .more{
  font-size: 1.25rem;
  color: #ffffff;
  margin-right: 0px;
  width: 45%;
  padding-left: 588px;
}
.college-research .college-title .more::before{
  width: 24px;
  height: 24px;
  content: '';
  position: absolute;
  left: 678px;
  background: url(/gggl/assets/images/news-arrow-right2.png) no-repeat center;
  background-size: contain;
}
.college-research .research-content{
  width: 1600px;
  height: 378px;
  margin: 0 auto;
}
.college-research .research-content::before{
  content: '';
  position: absolute;
  left: -232px;
  top: -172px;
  width: 2085px;
  background: url(/gggl/assets/images/research-bg2.png), linear-gradient(to bottom, rgb(33, 74, 198), rgba(0, 45, 176, 1));
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  height: 550px;
}
.college-research .research-content .research-item-warapper{
  width: 1600px;
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
}
.college-research .research-content .research-item{
  width: 500px;
  height: 112px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: url(/gggl/assets/images/research-bg.png),#FFFFFF;
  background-size: 14%;
  background-repeat: no-repeat;
  background-position: 56px 40px, 0px 0;
  cursor: pointer;
  transition: all 0.5s ease;
}
.college-research .research-content .research-item:hover{
  color: #002DB0;
  transform: scale(1.02) translateY(-5px);
}
.college-research .research-content .research-item .research-left{
  width: 112px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  box-shadow: 8px 1px 3px -3px #b0acac;
  background-color: #002DB0;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.college-research .research-content .research-item .research-left .day{
  width: 112px;
  color: #ffffff;
  font-size: 2.5rem;
  text-align: center;
}
.college-research .research-content .research-item .research-left .year{
  width: 100%;
  color: #002DB0;
  font-size: 1.25rem;
  padding: 10px 18px;
  background-color: #FFFFFF;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.college-research .research-content .research-item .research-right .title{
  font-size: 1.13rem;
  line-height: 1.75rem;
  display: flex;
  margin: 15px 15px 15px 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.college-research .research-content .research-item .research-right .bottom{
  margin-left: 40px;
  margin-bottom: 18px;
  font-size: 0.88rem;
  line-height: 1rem;
  color: #9E9E9E;
}
.college-research .research-content .research-item:hover .research-right .bottom{
  color: #002DB0;
}
.college-research .research-content .research-item .research-right .bottom span:last-child{
  margin-left: 50px;
}
/* 资料下载部分 */
.college-download{
  width: 100%;
  min-width: 1600px;
  overflow: hidden;
}
.college-download .download-content{
  width: 1600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
  margin-bottom: 100px;
}
.college-download .download-content::before{
  content: '';
  position: absolute;
  left: -232px;
  top: -131px;
  width: 2085px;
  background: url(/gggl/assets/images/download-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  height: 692px;
}
.college-download .download-content .download-left,.college-download .download-content .download-right{
  width: 770px;
  height: 189px;
  padding: 46px 76px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  background: url(/gggl/assets/images/download-bg2.png) no-repeat;
  border-radius: 8px;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.college-download .download-content .download-left:hover,.college-download .download-content .download-right:hover{
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.college-download .download-content .download-left .icon,.college-download .download-content .download-right .icon{
  width: 40px;
  height: 40px;
}
.college-download .download-content .download-left .icon img,.college-download .download-content .download-right .icon img{
  width: 100%;
  height: 100%;
}
.college-download .download-content .download-left .text,.college-download .download-content .download-right .text{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #FFFFFF;
  font-size: 1.5rem;
}
.college-download .download-content .download-right{
  background: url(/gggl/assets/images/download-bg3.png) no-repeat
}

/*鼠标放上去下划线动画效果*/
.underline-in-out::before{
  content: "";
  position: absolute;
  height: 1px;
  bottom: 0;
  background: #fff;
  width: 100%;
  transform: scale(0);
  transform-origin: left;
  transition: transform .4s ease-in-out;
}
.underline-in-out:hover::before{
  transform:scale(1);
}
/*鼠标放上去底图放大效果*/
.img-scale-hover{
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}
.img-scale-hover:hover{
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.2);
  -webkit-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
}