﻿.collegeNews{
  margin-bottom: 5rem;
}
.collegeNews .news-container{
  display: flex;
  margin-top: 2.5rem;
}

.collegeNews .news-container .left{
  flex: 1;
  height: 40rem;
  position: relative;
}

.collegeNews .news-container .left .swiperImg{
  width: 30.5rem;
  height: 22.875rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
}

.collegeNews .news-container .left .swiperImg .swiper-wrapper{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.collegeNews .news-container .left .swiperImg .swiper-wrapper img{
  width: 100%;
  height: 100%;
  display: none;
  object-fit: cover;
}

.collegeNews .news-container .left .swiperImg .swiper-wrapper img:first-child{
  display: block;
}

.collegeNews .news-container .left .swiperImg .swiper-pagination{
  display: flex;
  position: absolute;
  left: 10rem;
}

.collegeNews .news-container .left .swiperImg .swiper-pagination .left-arraw{
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0152B2;
  cursor: pointer;
}

.collegeNews .news-container .left .swiperImg .swiper-pagination img{
  width: 1.875rem;
  height: 1.875rem;
}

.collegeNews .news-container .left .swiperImg .swiper-pagination .right-arraw{
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  cursor: pointer;
}


.collegeNews .news-container .left .swiperImg .swiper-indicator{
  position: absolute;
  right: 0;
  bottom: -1.25rem;
  display: flex;
}

.collegeNews .news-container .left .swiperImg .swiper-indicator .dot{
  width: .5rem;
  height: .5rem;
  border-radius: 3.125rem;
  background: rgba(255,255,255,0.5);
  margin: 0 .25rem;
}

.collegeNews .news-container .left .swiperImg .swiper-indicator .active{
  background: rgba(255,255,255,1);
}

.collegeNews .news-container .left .swiperTxt{
  background-image: url('../../images/index/swiper-text-bg.png');
  background-repeat: no-repeat;
  width: 34.9375rem;
  height: 40.625rem;
  position: absolute;
  right: -4.5rem;
  top: 3.125rem;
  text-align: right;
}

.collegeNews .news-container .left .swiperTxt .txt-container{
  display: inline-block;
  width: 17.75rem;
  height: 100%;
  box-sizing: border-box;
  padding: 0 1.875rem;
  text-align: left;
  position: relative;
}

.collegeNews .news-container .left .swiperTxt .txt-container img{
  position: absolute;
  width: 1.625rem;
  left: 1.75rem;
  top: 2.5rem;
}

.collegeNews .news-container .left .swiperTxt .txt-container .title{
  margin-top: 6rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}

.collegeNews .news-container .left .swiperTxt .txt-container .content{
  margin-top: 4rem;
  font-weight: 400;
  font-size: .875rem;
  color: rgba(255,255,255,0.8);
}

.collegeNews .news-container .left .swiperTxt .txt-container .time{
  margin-top: 4rem;
  font-weight: bold;
  font-size: 1rem;
  color: #FFFFFF;
}

.collegeNews .news-container .right{
  flex: 1;
  min-height: 40rem;
}

.collegeNews .news-container .right .list-wrapper{
  box-sizing: border-box;
  padding-left: 7rem;
  display: grid;
  grid-template-columns: 1fr 1fr; 
  column-gap: 1.5rem;
}

.collegeNews .news-container .right .list-wrapper .list-item{
  width: 17.75rem;
  margin-bottom: 1.25rem;
  padding-bottom: .75rem;
  cursor: pointer;
  border-bottom: 1px solid #00000012;
  border-radius: .3125rem;
}

.collegeNews .news-container .right .list-wrapper .list-item .title{
  font-weight: 500;
  color: #202226;
  margin: .625rem 0;
}

.collegeNews .news-container .right .list-wrapper .list-item .desc{
  font-weight: 400;
  font-size: .875rem;
  color: #7B808C;
}

.collegeNews .news-container .right .list-wrapper .list-item .time{
  display: inline-block;
  font-weight: bold;
  color: #0152B2;
  margin: .625rem 0;
  position: relative;
}

.collegeNews .news-container .right .list-wrapper .list-item .time::before{
  content: '';
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1.125rem;
  height: .125rem;
  background-color: #636874;
}

.collegeNews .news-container .right .list-wrapper .list-item .time::after{
  content: '';
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-150%) rotate(45deg);
  width: .375rem;
  height: .125rem;
  background-color: #636874;
}

.collegeNews .news-container .right .list-wrapper .list-item .img-wrapper{
  width: 17.75rem;
  height: 13.25rem;
  transition: all 0.5s ease;
}


.collegeNews .news-container .right .list-wrapper .list-item .title .news{
  width: 2.25rem;
  height: 2.25rem;
  display: inline-block;
}


.collegeNews .news-container .right .list-wrapper .list-item .img-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.collegeNews .news-container .right .list-wrapper .retract{
  background-color: #F5F5F5;
  box-sizing: border-box;
  border: none;
}

.collegeNews .news-container .right .list-wrapper .retract .title{
  box-sizing: border-box;
  padding: .625rem 1.875rem 0 1.875rem;
}

.collegeNews .news-container .right .list-wrapper .retract .img-wrapper{
  height: 0;
}

.collegeNews .news-container .right .list-wrapper .retract .desc{
  height: 0;
  box-sizing: border-box;
  padding: 0 1.875rem;
}
.collegeNews .news-container .right .list-wrapper .retract .time{
  padding: 0 0 0 1.875rem;
}