@import "common.m.css";
#pc{
  display: none;
}
main {
  width: 100%;
  padding: 0 1rem;
}
/* 轮播图 */
.carousel-container {
  margin: 1rem 0;
  width: 100%;
  height: 260px;
  border-radius: 0.75rem;
  overflow: hidden;
}
.carousel-container .carousel-m a {
  width: 100%;
  margin: 0 auto;
  color: #fff;
}
.carousel-container .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
.carousel-container .carousel-m .swiper-slide{
  height: 260px;
  background-color: #002DB0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.carousel-container .carousel-m .swiper-slide .img-box {
  width: 100%;
  height: 220px;
  overflow: hidden;
  border-radius: 0.5rem;
}
.carousel-container .carousel-m .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: sca 30s linear infinite;
}
.carousel-container .carousel-m .swiper-slide .label{
  display: flex;
  width: 100%;
  height: 40px;
  color: #fff;
  padding: 0 10px;
  font-size: 0.88rem;
  align-items: center;
  justify-content: space-around;
}
.carousel-container .carousel-m .swiper-slide .label span a{
  width: 320px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@keyframes sca{
  0%{transform:scale(1.1);}
  50%{transform:scale(1);}
  100%{transform:scale(1.1);}
}
/* 招生 */
.category{
  display: flex;
  margin:40px 0;
  background-color: #fff;
}
.category ul{
  border-top: 6px solid #002DB0;
  box-shadow: 0px 3px 7px rgba(2,45,87,0.1);
  width: 75%;
}
.category ul li{
  float: left;
  display: inline-block;
  font-size: .94rem;
  padding: 20px 0;
  background-image: url("/gggl/assets/images/mobile/backgrounds/zs-watermark.png");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center;
  box-shadow: -5px 0 10px -5px #d9d9d9;
  width: 25%;
  text-align: center;
}
.category ul li a{
  color: #1D2236;
}
.category ul li.active::before{
  content: "";
  background-image: url("/gggl/assets/images/mobile/backgrounds/zs.png");
  position: absolute;
  top: -30px;
  left: 0;
  width: 64px;
  height: 29px;
}

.category .rencai{
  padding: 20px 0;
  background-color: #B90F09;
  background-image: url("/gggl/assets/images/mobile/backgrounds/zs-watermark.png");
  background-repeat: no-repeat;
  background-size: 50px 50px;
  background-position: center;
  box-shadow: 0px 3px 7px rgba(185,15,9,0.26);
  width: 25%;
  text-align: center;
}
.category .rencai a{
  color: #fff;
  position: relative;
  top: 3px;
}

/*　nba比赛押注动态　*/
.college-trends {
  background: linear-gradient( 180deg, #E1E7F3 0%, #FFFFFF 50%);
  overflow: hidden;
  margin-bottom: 1rem;
  padding-bottom: 20px;
  border-radius: 0.5rem;
  box-shadow: 0 3px 7px #3333;
}
.college-trends .container-header {
  height: 4rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-image: url("/gggl/assets/images/mobile/backgrounds/xueyuandongtai.png");
  background-repeat: no-repeat;
  background-size: 148px 12px;
  background-position: 200px 35px;
}
.college-trends .container-header h2 {
  font-size: 1.13rem;
  font-weight: bold;
  color: var(--primary-font-color);
}
.college-trends .container-header h2 strong,.college-trends .container-header .more{
  color: #002DB0;
  font-weight: bold;
  margin-right: 1rem;
}
.college-trends .list-box-pic{
  display: flex;
  padding: .5rem 1rem;
  gap:.5rem;
}
.college-trends .list-box-pic .content-area{
  width: 60vw;
}
.college-trends .list-box-pic .content-area .title{
  color: #121F25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.college-trends .list-box-pic .content-area .time{
  font-size: 0.75rem;
  color: #9E9E9E;
  margin-top: 5px;
}
.college-trends .list-box-pic img{
  width: 100px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
}
.college-trends .list-text{
  padding: .5rem 0.75rem;
}
.college-trends .list-text i{
  color: #002DB0;
  margin-right: 0.75rem;
}
.college-trends .list-text .title{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
/* 通知公告 */
.notice{
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
  padding: 0 1rem 1rem;
  background-color: #fff;
  box-shadow: 0 3px 7px #3333;
}
.notice .header {
  width: 100%;
  height: 4rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notice .notify{
  background-image: url("/gggl/assets/images/mobile/backgrounds/tongzhigonggao.png");
  background-repeat: no-repeat;
  background-size: 155px 12px;
  background-position: 200px 35px;
}
.notice .report{
  background-image: url("/gggl/assets/images/mobile/backgrounds/jiangzuobaogao.png");
  background-repeat: no-repeat;
  background-size: 150px 12px;
  background-position: 200px 35px;
}
.notice .header h2 {
  font-size: 1.13rem;
  font-weight: bold;
  color: var(--primary-font-color);
}
.notice .header h2 strong,.notice .header .more{
  color: #002DB0;
  font-weight: bold;
  margin-right: 1rem;
}
.notice .list-box {
  width: 100%;
  display: flex;
  padding: 18px 0;
  border-bottom: 1px dashed #E5E5E5;
}
.notice .list-box .date-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px 0 0;
  width: 20vw;
  border-right: 1px dashed #D9D9D9;
}
.notice .list-box .date-area span {
  font-size: 0.75rem;
  color: #002DB0;
}
.notice .list-box .date-area span:last-child {
  color: #7D7D7D;
}
.notice .list-box .date-area span:nth-child(1) {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: -4px;
}
.notice .list-box .title {
  width: 70vw;
  padding-left: 10px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice .list .list-pic{
  margin-top: 1rem;
  height: 10rem;
}
.notice .list .list-pic img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.notice .list .list-pic .info{
  position: relative;
  top: -85px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  color: #fff;
  height: 80px;
  gap: 0.5rem;
}
.notice .list .list-pic .info .date-area{
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  align-items: center;
  padding: 0 0.5rem;
  width: 80px;
}
.notice .list .list-pic .date-area span {
  font-size: 0.75rem;
}
.notice .list .list-pic .date-area span:nth-child(1) {
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: -4px;
}
.notice .list .list-pic .info .title{
  width: 280px;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/* 党团工会*/
.trade-union{
  width: 100%;
  margin-bottom: 1rem;
}
.trade-union .card-box{
  background-color: #ffffff;
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0 1rem;
  margin-bottom: 0.5rem;
  box-shadow: 0 3px 7px #3333;
  background-image: url("/gggl/assets/images/mobile/backgrounds/dang-top.png"),url("/gggl/assets/images/mobile/backgrounds/dang-bottom.png");
  background-position: top right,bottom left;
  background-size: 100%,100%;
  background-repeat: no-repeat;
}
.trade-union .card-box::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0.3rem;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  background: #DA0008;
}
.trade-union .card-box .header {
  width: 100%;
  height: 4rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("/gggl/assets/images/mobile/backgrounds/dangtuangonghui.png");
  background-repeat: no-repeat;
  background-size: 165px 12px;
  background-position: 180px 35px;
}
.trade-union .card-box .header h2 {
  font-size: 1.13rem;
  font-weight: bold;
  color: var(--primary-font-color);
}
.trade-union .card-box .header h2 strong,.trade-union .card-box .header .more{
  color: #002DB0;
  font-weight: bold;
  margin-right: 1rem;
}
.trade-union .card-box .content{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 2rem;
}
.trade-union .card-box .content h2{
  font-size: 1rem;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trade-union .card-box .content span{
  font-size: 0.88rem;
  color: #7E7E7E;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.trade-union .card-box .content img{
  width: 100%;
  height: 100%;
  border-radius: 0.5rem;
  object-fit: cover;
}


.trade-union .list{
  background-color: #fff;
}
.trade-union .list .line{
  padding: 1rem;
  border-bottom: 1px dashed #D9D9D9;
}
.trade-union .list .line .title{
  font-size: 1rem;
  font-weight: normal;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.trade-union .list .line .info{
  margin-top: 0.5rem;
  display: flex;
  justify-content: space-between;
}
.trade-union .list .line .info span{
  color: #9E9E9E;
  font-size: 0.88rem;
}

/* 快速导航 */
.quick-nav{
  width: 100%;
  background-color: #ffffff;
  border-radius: 0.75rem;
  overflow: hidden;
  padding-bottom: 1rem;
  box-shadow: 0 3px 7px #3333;
  margin-bottom: 1rem;
}
.quick-nav .header {
  padding: 0 1rem;
  height: 4rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("/gggl/assets/images/mobile/backgrounds/kuaisudaohang.png");
  background-repeat: no-repeat;
  background-size: 148px 12px;
  background-position: 200px 35px;
}
.quick-nav .header h2 {
  font-size: 1.13rem;
  font-weight: bold;
  color: var(--primary-font-color);
}
.quick-nav .header h2 strong,.quick-nav .header .more{
  color: #002DB0;
  font-weight: bold;
  margin-right: 1rem;
}
.quick-nav .nav{
  display: flex;
  justify-content: space-around;
}
.quick-nav .nav a{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 3.5rem 1.5rem;
  color: #021624;
  font-size: 0.75rem;
  font-weight: 500;
  gap: .5rem;
  box-shadow: 0px 0px 7px #3332;
}
.quick-nav .nav img{
  width: 2rem;
  height: 2rem;
}
.quick-nav .nav a::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: .4rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background: #002DAF;
}
/* 人才培养 */
.personnel-training{
  width: 100%;
  background: linear-gradient( 180deg, #E1E7F3 0%, #FFFFFF 50%);
  overflow: hidden;
  margin-bottom: 1rem;
  padding-bottom: 20px;
  box-shadow: 0 3px 7px #3333;
}
.personnel-training .header {
  width: 100%;
  height: 4rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-image: url("/gggl/assets/images/mobile/backgrounds/rencaipeiyang.png");
  background-repeat: no-repeat;
  background-size: 129px 12px;
  background-position: 200px 35px;
}
.personnel-training .header h2 {
  font-size: 1.13rem;
  font-weight: bold;
  color: var(--primary-font-color);
}
.personnel-training .header h2 strong,.personnel-training .header .more{
  color: #002DB0;
  font-weight: bold;
  margin-right: 1rem;
}
.personnel-training .list{
  padding: 0 1rem;
}
.personnel-training .list img{
  width: 100%;
  height: 12rem;
  object-fit: cover;
  border-radius: 1rem;
}
.personnel-training .list-text{
  padding: 0.5rem 0;
}
.personnel-training .list-text i{
  color: #002DB0;
  margin-right: 0.75rem;
}
.personnel-training .list-text .title{
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* 科研资讯 */
.research-news{
  width: 100%;
  overflow: hidden;
  padding-bottom: 1rem;
}
.research-news .header {
  width: 100%;
  height: 4rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  background-image: url("/gggl/assets/images/mobile/backgrounds/keyanzixun.png");
  background-repeat: no-repeat;
  background-size: 104px 12px;
  background-position: 200px 33px;
}
.research-news .header h2 {
  font-size: 1.13rem;
  font-weight: bold;
  color: var(--primary-font-color);
}
.research-news .header h2 strong,.research-news .header .more{
  color: #002DB0;
  font-weight: bold;
  margin-right: 1rem;
}
.research-news .card{
  background-color: #fff;
  margin-bottom: 1rem;
  padding: 1rem;
  box-shadow: 0 3px 7px #3333;
}
.research-news .card::after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.327rem;
  background: #002DAF;
}
.research-news .card .title{
  font-size: 1rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.research-news .card .info{
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
}
.research-news .card .info span{
  color: #9E9E9E;
  font-size: 0.88rem;
}
.more::after{
  content: "";
  background-image: url("/gggl/assets/images/mobile/icons/plus.png");
  position: absolute;
  top: 0;
  right: -1rem;
  width: 1rem;
  height: 1rem;
} 