.picbg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.GJ {
  width: 100%;
  background: url(../images/gj/bg.png) no-repeat left top;
}
.GJ .GJ_first {
  width: 100%;
  padding-top: 1.1rem;
}
.GJ .GJ_first .GJ_project {
  width: 40%;
}
.GJ .GJ_first .GJ_project .GJ_projectitem {
  box-shadow: 0 0 0.08rem 0.02rem rgba(0, 0, 0, 0.05);
  width: 48%;
  position: relative;
  padding: 0.3rem 0.4rem;
  margin-bottom: 0.3rem;
  background: #fff;
  min-height: 1.65rem;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 5;
}
.GJ .GJ_first .GJ_project .GJ_projectitem::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.05rem;
  background: url(../images/gj/listbg.png) no-repeat center center;
  background-size: cover;
}
.GJ .GJ_first .GJ_project .GJ_projectitem img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.GJ .GJ_first .GJ_project .GJ_projectitem h3 {
  font-size: 0.3rem;
  color: #333;
  margin-bottom: 0.3rem;
}
.GJ .GJ_first .GJ_project .GJ_projectitem .jg_more {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.GJ .GJ_first .GJ_project .GJ_projectitem .jg_more a {
  padding-top: 0.1rem;
  background: url(../images/gj/more.png) no-repeat center top;
  font-size: 0.14rem;
  color: #00009c;
  background-size: 100%;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.GJ .GJ_first .GJ_project .GJ_projectitem:hover {
  background: url(../images/gj/listactive01.png) no-repeat center center;
  background-size: cover;
}
.GJ .GJ_first .GJ_project .GJ_projectitem:hover img {
  display: none;
}
.GJ .GJ_first .GJ_project .GJ_projectitem:hover h3 {
  color: #fff;
}
.GJ .GJ_first .GJ_project .GJ_projectitem:hover .jg_more a {
  color: #fff;
  background: url(../images/gj/more2.png) no-repeat center top;
  background-size: 100%;
}
.GJ .GJ_first .guiji_firstlist {
  width: 53%;
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
  padding-right: 0.5rem;
}
.GJ .GJ_first .guiji_firstlist strong {
  color: #5a429f;
  font-family: "SourceHanSerifCN-Bold";
  font-size: 0.24rem;
  padding-right: 0.15rem;
}
.GJ .GJ_first .guiji_firstlist p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  color: #333;
}
.GJ .GJ_first .guiji_firstlist .jg_more {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 0.24rem;
  margin-top: 0.2rem;
}
.GJ .GJ_project_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin: 0.8rem 0;
  padding: 0.8rem 1rem 0.5rem;
}
.GJ .GJ_project_num {
  width: 100%;
}
.GJ .GJ_project_num .project_numitem {
  width: calc(100% / 4 - 0.8rem);
  font-size: 0.14rem;
  text-shadow: 0 0 0.1rem #4e12ac;
  color: #fff;
  text-align: center;
}
.GJ .GJ_project_num .project_numitem h3 {
  align-items: flex-end;
  font-weight: bold;
  font-size: 0.18rem;
}
.GJ .GJ_project_num .project_numitem h3 .gjshu {
  font-size: 0.7rem;
  margin-bottom: 0.18rem;
  padding-right: 0.1rem;
  font-weight: normal;
}
.GJ .GJ_project_num .project_numitem h3 .nnumjia {
  position: relative;
}
.GJ .GJ_project_num .project_numitem h3 .nnumjia::before {
  content: "+";
  position: absolute;
  left: 0;
  top: -0.4rem;
  font-size: 0.36rem;
}
.GJ .GJ_project_num .project_numitem p {
  margin-top: 0.2rem;
}
.GJ .GJ_slider {
  width: 100%;
}
.gj_more {
  width: 100%;
  text-align: right;
}
.gj_more a {
  color: #333;
  display: block;
  width: 100%;
  text-align: right;
}
.gj_more a:hover {
  color: #6e30c6;
}
.GJ_slider {
  width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.GJ_slider .GJ_slick_left {
  width: 54%;
  max-height: 5.2rem;
  background: #fff;
}
.GJ_slider .GJ_slick_left .slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.GJ_slider .GJ_slick_left .slider .slick-slide {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.GJ_slider .GJ_slick_left .slider .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.GJ_slider .GJ_slick_left .slider .slick-slide:hover img {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
}
.GJ_slider .GJ_slick_right {
  width: 46%;
  box-shadow: 0 0 0.15rem 0.02rem rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0.25rem;
  top: 0.43rem;
  background: #fff url(../images/gj/p2-bg.png) no-repeat right bottom;
  padding: 0.6rem;
}
.GJ_slider .GJ_slick_right::after {
  content: "";
  position: absolute;
  right: -0.3rem;
  bottom: -0.3rem;
  background: url(../images/gj/bg3.jpg) no-repeat right bottom;
  width: 120%;
  height: 100%;
  z-index: -1;
  background-size: 100% 100%;
}
.GJ_slider .GJ_slick_right .slick-slide {
  position: relative;
  font-size: 0;
  cursor: pointer;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.GJ_slider .GJ_slick_right .slick-arrow {
  display: none !important;
}
.GJ_slider .GJ_slick_right .slick-dots {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.GJ_slider .GJ_slick_right .slick-dots li {
  font-size: 0;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 100%;
  background: #9758d5;
  margin-right: 0.2rem;
}
.GJ_slider .GJ_slick_right .slick-dots .slick-active {
  background: #d1b237;
}
.GJ_slider .GJ_slick_right .GJ_title {
  margin-bottom: 0.4rem;
  width: 100%;
}
.GJ_slider .GJ_slick_right .GJ_title h3 {
  font-size: 0.34rem;
  color: #333;
  max-width: 80%;
}
.GJ_slider .GJ_slick_right .GJ_title .jg_more {
  width: auto;
}
.GJ_slider .GJ_slick_right .GJ_newsitem {
  width: 100%;
}
.GJ_slider .GJ_slick_right .GJ_newsitem .date {
  font-size: 0.16rem;
  color: #5319ae;
  margin-bottom: 0.1rem;
  font-family: Philosopher;
}
.GJ_slider .GJ_slick_right .GJ_newsitem .title {
  width: 100%;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.18rem;
  color: #333;
  margin-bottom: 0.1rem;
}
.GJ_slider .GJ_slick_right .GJ_newsitem .des {
  font-size: 0.14rem;
  color: #898989;
  line-height: 0.24rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 0.96rem;
  text-align: justify;
  margin-bottom: 0.3rem;
  overflow: hidden;
}
.GJ_student {
  padding: 0.8rem 0 0.5rem;
  width: 100%;
}
.GJ_student .GJ_title {
  text-align: center;
  position: relative;
  margin-bottom: 0.5rem;
  width: 100%;
}
.GJ_student .GJ_title h3 {
  font-size: 0.34rem;
  color: #333;
}
.GJ_student .GJ_title .jg_more a {
  position: absolute;
  right: 0;
  top: 0.1rem;
}
.GJ_student .GJ_studentlist {
  width: 100%;
}
.GJ_student .GJ_studentlist::after {
  content: '';
  display: inline-block;
  width: calc(100% / 4 - 0.5rem);
}
.GJ_student .GJ_studentlist .GJ_studentitem {
  width: calc(100% / 4 - 0.5rem);
}
.GJ_student .GJ_studentlist .GJ_studentitem .pic {
  width: 100%;
  padding: 0 0.06rem 0.06rem 0;
  margin-bottom: 0.3rem;
  background: url(../images/gj/stdbg.jpg) no-repeat right bottom;
  background-size: 90%;
  position: relative;
  overflow: hidden;
  height: 2.03rem;
}
.GJ_student .GJ_studentlist .GJ_studentitem .pic img {
  width: 100%;
  height: 100%;
  
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.GJ_student .GJ_studentlist .GJ_studentitem .txt h3 {
  font-size: 0.16rem;
  color: #333;
  margin-bottom: 0.15rem;
}
.GJ_student .GJ_studentlist .GJ_studentitem .txt .des {
  font-size: 0.14rem;
  line-height: 0.24rem;
  color: #8d8d8d;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 0.96rem;
  overflow: hidden;
  text-align: justify;
}
.GJ_student .GJ_studentlist .GJ_studentitem:hover .pic img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.GJ_student .GJ_studentlist .GJ_studentitem:hover .des h3 {
  color: #000;
}
.GJ_student .GJ_studentlist .GJ_studentitem:hover .des .des {
  color: #333;
}
.GJ_email {
  width: 100%;
}
.GJ_email .emailinfo {
  width: 100%;
  height: 0.64rem;
  line-height: 0.64rem;
  background-image: -webkit-linear-gradient(left, #bb66e8, #7c7ff4);
  background-image: -moz-linear-gradient(right, #bb66e8, #7c7ff4);
  background-image: -o-linear-gradient(right, #bb66e8, #7c7ff4);
  background-image: linear-gradient(to right, #bb66e8, #7c7ff4);
  color: #fff;
  font-size: 0.18rem;
  text-align: center;
}
.GJ_email .emailinfo img {
  padding: 0 0.2rem;
}
.piclist {
  width: 100%;
}
.piclist ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.piclist ul::after {
  content: "";
  width: calc(100% / 3 - 0.28rem);
}
.piclist ul .piclistitem {
  width: calc(100% / 3 - 0.28rem);
  margin-bottom: 0.8rem;
}
.piclist ul .piclistitem::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  width: 100%;
  height: 2.32rem;
  background: #eef2fb;
  z-index: -1;
}
.piclist ul .piclistitem .piclistitem_pic {
  height: 2.32rem;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: 0.37rem;
  overflow: hidden;
}
.piclist ul .piclistitem .piclistitem_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.piclist ul .piclistitem .piclistitem_pic .date {
  width: 1rem;
  height: 0.36rem;
  font-size: 0.16rem;
  color: #5319ae;
  line-height: 0.46rem;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #eef2fb;
}
.piclist ul .piclistitem .txt {
  width: 100%;
}
.piclist ul .piclistitem .txt a {
  color: #333;
  display: block;
}
.piclist ul .piclistitem .txt h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.piclist ul .piclistitem .txt p {
  font-size: 0.14rem;
  opacity: 0.8;
  line-height: 0.26rem;
  height: 1.04rem;
  overflow: hidden;
}
.piclist ul .piclistitem:hover .piclistitem_pic img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.piclist ul .piclistitem:hover .txt a {
  color: #5319ae;
}
.piclist ul .piclistitem02 {
  width: calc(100% / 3 - 0.28rem);
  margin-bottom: 0.4rem;
}
.piclist ul .piclistitem02::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  width: 100%;
  height: 2.02rem;
  background: #eef2fb;
  z-index: -1;
}
.piclist ul .piclistitem02 .piclistitem_pic {
  height: 2.02rem;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: 0.37rem;
  overflow: hidden;
}
.piclist ul .piclistitem02 .piclistitem_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.piclist ul .piclistitem02 .piclistitem_pic .date {
  width: 1rem;
  height: 0.36rem;
  font-size: 0.16rem;
  color: #5319ae;
  line-height: 0.46rem;
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #eef2fb;
}
.piclist ul .piclistitem02 .txt {
  width: 100%;
}
.piclist ul .piclistitem02 .txt a {
  color: #333;
  display: block;
}
.piclist ul .piclistitem02 .txt h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.piclist ul .piclistitem02 .txt p {
  font-size: 0.14rem;
  opacity: 0.8;
  line-height: 0.26rem;
  height: 1.04rem;
  overflow: hidden;
}
.piclist ul .piclistitem02:hover .piclistitem_pic img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.piclist ul .piclistitem02:hover .txt a {
  color: #5319ae;
}
.videolist {
  width: 100%;
}
.videolist ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.videolist ul::after {
  content: "";
  width: calc(100% / 4 - 0.28rem);
}
.videolist ul .videolistitem {
  width: calc(100% / 4 - 0.2rem);
  margin-bottom: 0.3rem;
}
.videolist ul .videolistitem .videolistitem_pic {
  max-height: 3rem;
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: 0.25rem;
  overflow: hidden;
  padding-right: 0.1rem;
  padding-bottom: 0.1rem;
}
.videolist ul .videolistitem .videolistitem_pic .videoico {
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 8;
}
.videolist ul .videolistitem .videolistitem_pic::before {
  content: "";
  position: absolute;
  left: 0.1rem;
  top: 0.1rem;
  width: 100%;
  height: 100%;
  background: #eef2fb;
  z-index: -1;
}
.videolist ul .videolistitem .videolistitem_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.videolist ul .videolistitem .txt {
  width: 100%;
}
.videolist ul .videolistitem .txt a {
  color: #333;
  display: block;
}
.videolist ul .videolistitem .txt h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  margin-bottom: 0.1rem;
}
.videolist ul .videolistitem .txt p {
  font-size: 0.14rem;
  opacity: 0.8;
  line-height: 0.26rem;
  height: 1.04rem;
  overflow: hidden;
}
.videolist ul .videolistitem:hover .videolistitem_pic img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.videolist ul .videolistitem:hover .txt a {
  color: #5319ae;
}
.logolist {
  width: 100%;
  margin-bottom: 0.5rem;
  margin-top: 0.3rem;
  position: relative;
}
.logolist .swiper-container {
  width: 100%;
}
.logolist .swiper-button-next,
.logolist .swiper-button-prev {
  width: 0.2rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  top: 50%;
}
.logolist .swiper-button-next:after,
.logolist .swiper-button-prev:after {
  font-size: 0.24rem;
  font-weight: bold;
}
.logolist .swiper-button-prev,
.logolist .swiper-container-rtl .swiper-button-next {
  left: 6%;
}
.logolist .swiper-button-next,
.logolist .swiper-container-rtl .swiper-button-prev {
  right: 6%;
}
.logolist .logoitem {
  overflow: hidden;
}
.logolist .logoitem img {
  max-height: 100%;
  object-fit: cover;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.logolist .logoitem:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.jclist {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0.5rem;
  margin-top: 0.3rem;
  position: relative;
  padding: 0.7rem 0 1rem 0;
}
.jclist .GJ_title {
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 0.8rem;
}
.jclist .GJ_title h3 {
  font-size: 0.34rem;
}
.jclist .swiper-container {
  width: 100%;
}
.jclist .swiper-button-next,
.jclist .swiper-button-prev {
  width: 0.2rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  top: 57%;
}
.jclist .swiper-button-next:after,
.jclist .swiper-button-prev:after {
  font-size: 0.24rem;
  font-weight: bold;
}
.jclist .swiper-button-prev,
.jclist .swiper-container-rtl .swiper-button-next {
  left: 6%;
}
.jclist .swiper-button-next,
.jclist .swiper-container-rtl .swiper-button-prev {
  right: 6%;
}
.jclist .jcitem {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.jclist .jcitem img {
  max-height: 100%;
  object-fit: cover;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  display: block;
  width: 100%;
  height:100%;
  margin: 0 auto;
}
.jclist .jcitem .mask {
  width: 100%;
  height: 100%;
  background: #8223c4;
  color: #fff;
  position: absolute;
  padding: 0.3rem;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.jclist .jcitem .mask p {
  width: 100%;
  height: 100%;
  line-height: 0.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}
.jclist .jcitem .mask p::-webkit-scrollbar {
  /*高宽分别对应横竖滚动条的尺寸*/
  width: 5px;
  height: 1px;
}
.jclist .jcitem .mask p::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  box-shadow: inset 0 0 5px #bfbfbf;
  background: #bfbfbf;
}
.jclist .jcitem .mask p::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  border-radius: 10px;
  background: #ededed;
}
.jclist .jcitem:hover img {
  transform: scale(1.02);
  -webkit-transform: scale(1.02);
}
.jclist .jcitem:hover .mask {
  opacity: 0.8;
}
.slogan {
  margin: 0.8rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  font-size: 0.34rem;
  color: #666666;
}
.slogan span {
  padding: 0 0.26rem;
}
.yjjg {
  width: 100%;
  margin-bottom: 0.3rem;
}
.yjjg .yjjgitem {
  width: 46%;
}
.yjjg .yjjgitem .yjjgTitle {
  font-size: 0.24rem;
  color: #c8aa61;
  margin-bottom: 0.3rem;
}
.yjjg .yjjgitem ul li {
  width: 100%;
  padding: 0.1rem 0;
  border-bottom: 0.01rem #e5e5e5 solid;
  line-height: 0.4rem;
  position: relative;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.yjjg .yjjgitem ul li a {
  display: block;
  transform: translate(0);
  font-size: 0.15rem;
  width: calc(100% - 1.2rem);
  transition: transform 0.8s;
  -webkit-transition: transform 0.8s;
}
.yjjg .yjjgitem ul li::before {
  content: "";
  left: 0;
  top: 0;
  background: url(../images/bg03.png) no-repeat right center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.yjjg .yjjgitem ul li::after {
  content: "";
  right: 0.25rem;
  top: 50%;
  background: url(../images/more3.png) no-repeat 0 0;
  background-size: 0.72rem 0.24rem;
  position: absolute;
  width: 0.72rem;
  margin-top: -0.12rem;
  height: 0.24rem;
  opacity: 0;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.yjjg .yjjgitem ul li:last-child {
  border-bottom: 0;
}
.yjjg .yjjgitem ul li:hover a {
  transform: translate(15px);
  color: #5030af;
  font-size: 0.15rem;
  font-weight: bold;
}
.yjjg .yjjgitem ul li:hover::before {
  opacity: 1;
}
.yjjg .yjjgitem ul li:hover::after {
  opacity: 1;
}
.newpaperlist .in-tit {
  text-align: center;
  position: relative;
}
.newpaperlist .in-tit .in-more {
  position: absolute;
  right: 0;
  top: 0.2rem;
}
.newpaperlist .number-one {
  width: 100%;
  background: url(../images/nbg.jpg) no-repeat center bottom;
  background-size: cover;
  padding-bottom: 0.88rem;
  padding-top: 0.7rem;
}
.newpaperlist .number-one .numone-item {
  width: 100%;
}
.newpaperlist .number-one .numone-item .item-left {
  width: 50%;
  position: relative;
  padding-bottom: 1.62rem;
}
.newpaperlist .number-one .numone-item .item-left .picbg {
  width: 100%;
  overflow: hidden;
  height: 5rem;
}
.newpaperlist .number-one .numone-item .item-left .picbg a {
  display: block;
  height: 100%;
  width: 100%;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.newpaperlist .number-one .numone-item .item-left .bj {
  width: calc(100% - 0.4rem);
  position: absolute;
  left: 0.2rem;
  bottom: 0;
  background: #fff;
  border-top: 0.03rem #7612ac solid;
  padding: 0.4rem 0.5rem 0.5rem 0.3rem;
}
.newpaperlist .number-one .numone-item .item-left .bj .bjtime {
  color: #d8b95a;
  margin-bottom: 0.1rem;
}
.newpaperlist .number-one .numone-item .item-left .bj .bjtitle {
  font-size: 0.24rem;
  color: #000;
  margin-bottom: 0.15rem;
}
.newpaperlist .number-one .numone-item .item-left .bj .bjdes {
  font-size: 0.14rem;
  color: #333;
  line-height: 0.26rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 0.78rem;
  overflow: hidden;
}
.newpaperlist .number-one .numone-item .item-left:hover .picbg a {
  transform: scale(1.02);
  -webkit-transform: scale(1.2);
}
.newpaperlist .number-one .numone-item .item-left:hover .bj .bjtitle {
  color: #7612ac;
}
.newpaperlist .number-one .numone-item .item-right {
  width: 47.5%;
}
.newpaperlist .number-one .numone-item .item-right .numrt_item {
  background: url(../images/bg04.png) no-repeat right center;
  width: 100%;
  margin-bottom: 0.2rem;
  padding: 0.2rem 0;
}
.newpaperlist .number-one .numone-item .item-right .numrt_item:last-child {
  margin-bottom: 0;
}
.newpaperlist .number-one .numone-item .item-right .numrt_item .pic {
  width: 2.83rem;
  height: 1.9rem;
  overflow: hidden;
}
.newpaperlist .number-one .numone-item .item-right .numrt_item .pic a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.newpaperlist .number-one .numone-item .item-right .numrt_item .pic img {
  width: 100%;
  height: 100%;
}
.newpaperlist .number-one .numone-item .item-right .numrt_item .text {
  width: calc(100% - 2.83rem);
  padding: 0.2rem 0.5rem 0.2rem 0.3rem;
  position: relative;
}
.newpaperlist .number-one .numone-item .item-right .numrt_item .text::before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 0.42rem;
  height: 0.35rem;
  background: #7612ac;
  width: 0.03rem;
}
.newpaperlist .number-one .numone-item .item-right .numrt_item .text .rt_img {
  width: 2.83rem;
  height: 1.9rem;
}
.newpaperlist .number-one .numone-item .item-right .numrt_item .text .rt_img img {
  width: 100%;
  height: 100%;
  transition: all 0.8rem;
  -webkit-transition: all 0.8rem;
}
.newpaperlist .number-one .numone-item .item-right .numrt_item .text .time {
  margin-bottom: 0.15rem;
  color: #d8b95a;
  font-family: "Philosopher";
}
.newpaperlist .number-one .numone-item .item-right .numrt_item .text .rt_title {
  margin-bottom: 0.1rem;
  color: #333;
  font-size: 0.18rem;
  height: 0.3rem;
  line-height: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.newpaperlist .number-one .numone-item .item-right .numrt_item .text .rt_des {
  line-height: 0.24rem;
  height: 0.72rem;
  color: #6e6e6e;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  max-height: 0.72rem;
  font-size: 0.14rem;
}
.newpaperlist .number-one .numone-item .item-right .numrt_item:hover .pic a {
  transform: scale(1.02);
  -webkit-transform: scale(1.2);
}
.newpaperlist .number-one .numone-item .item-right .numrt_item:hover .rt_title {
  color: #7612ac;
}
.newpaperlist .number-two {
  background: url(../images/nbg2.jpg) no-repeat center 3.61rem;
  width: 100%;
  background-size: cover;
}
.newpaperlist .number-two ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding-top: 0.7rem;
  padding-bottom: 0.5rem;
  position: relative;
}
.newpaperlist .number-two ul li span {
  font-size: 0.24rem;
  padding-right: 0.2rem;
  color: #333;
  opacity: 0.75;
  cursor: pointer;
  line-height: 0.36rem;
}
.newpaperlist .number-two ul li .in-tit {
  position: absolute;
  right: 0;
  top: 0.8rem;
  display: none;
}
.newpaperlist .number-two ul li.active span {
  opacity: 1;
  font-size: 0.3rem;
}
.newpaperlist .number-two ul li.active .in-tit {
  display: block;
  z-index: 10;
}
.newpaperlist .number-two .dynamicitem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.newpaperlist .number-two .dynamicitem .dynameic_item {
  width: calc(100% / 4 - 0.18rem);
  /* height: 317px; */
  position: relative;
}
.newpaperlist .number-two .dynamicitem .dynameic_item .dynameic_it {
  width: 100%;
  background: url(../images/bg05.png) no-repeat left top;
  height: 2rem;
  background-size: 100% 100%;
  padding: 0.1rem 0.1rem 0 0.1rem;
}
.newpaperlist .number-two .dynamicitem .dynameic_item .dynameic_it .dynameic_itA {
  border: 0.01rem dashed rgba(255, 255, 255, 0.2);
  border-bottom: 0;
  width: 100%;
  align-items: flex-start;
  height: 100%;
  padding-top: 0.5rem;
}
.newpaperlist .number-two .dynamicitem .dynameic_item .dynameic_it .dynameic_itA .dynameic_title {
  width: calc(100% - 0.8rem);
  padding-left: 0.2rem;
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 0.32rem;
  font-size: 0.18rem;
  overflow: hidden;
  margin-top: -0.08rem;
}
.newpaperlist .number-two .dynamicitem .dynameic_item .dynameic_it .dynameic_itA .dynameic_date {
  width: 0.6rem;
  background: #fff;
  color: #431dd2;
  text-align: center;
  height: 0.72rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.newpaperlist .number-two .dynamicitem .dynameic_item .dynameic_it .dynameic_itA .dynameic_date .day {
  font-size: 0.34rem;
  line-height: 0.34rem;
}
.newpaperlist .number-two .dynamicitem .dynameic_item .dynameic_it .dynameic_itA .dynameic_date .time {
  font-size: 0.14rem;
}
.newpaperlist .number-two .dynamicitem .dynameic_item .dynameic_bod {
  padding: 0.3rem;
  background: #fff;
  border: 0.01rem #e5e5e5 solid;
}
.newpaperlist .number-two .dynamicitem .dynameic_item .dynameic_bod p {
  font-size: 0.14rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-height: 0.26rem;
  overflow: hidden;
  height: 1.3rem;
  opacity: 0.8;
  margin-bottom: 0.2rem;
}
.newpaperlist .number-two .dynamicitem .dynameic_item .details_more {
  border-top: 0.01rem dashed #dbdbdb;
  display: flex;
  justify-content: space-between;
  padding-top: 0.17rem;
}
.newpaperlist .number-two .dynamicitem .dynameic_item .details_more a {
  font-size: 0.14rem;
  color: #d8b95a;
  display: block;
  width: 100%;
}
.newpaperlist .number-two .dynamicitem .dynameic_item:hover .details_more {
  border-top: 0.01rem dashed #d8b95a;
}
.newpaperlist .number-two .dynamicitem .dynameic_item:hover .details_more a {
  text-decoration: underline;
}
.newpaperlist .number-two .number-three .in-tit {
  text-align: center;
  position: relative;
  padding-top: 0.7rem;
}
.newpaperlist .number-two .number-three .in-tit .in-more {
  position: absolute;
  right: 0;
  top: 1rem;
}
.newpaperlist .number-two .number-three .peperswiper {
  /*width: 95%;margin: 0 auto;*/
  position: relative;
}
.newpaperlist .number-two .number-three .swiper-button-next {
  font-size: 0.3rem;
  right: 3%;
  color: #6510ad;
}
.newpaperlist .number-two .number-three .swiper-button-prev {
  font-size: 0.3rem;
  left: 3%;
  color: #6510ad;
}
.newpaperlist .number-two .number-three .swiper-button-next:after,
.newpaperlist .number-two .number-three .swiper-button-prev:after {
  font-size: 0.32rem;
}
.newpaperlist .number-two .number-three .swiper-button-next:hover,
.newpaperlist .number-two .number-three .swiper-button-prev:hover {
  color: #d8b95a;
}
.newpaperlist .number-two .number-three .swiper-button-next:after,
.newpaperlist .number-two .number-three .swiper-container-rtl .swiper-button-prev:after {
  content: "\e676";
}
.newpaperlist .number-two .number-three .swiper-button-prev:after,
.newpaperlist .number-two .number-three .swiper-container-rtl .swiper-button-next:after {
  content: "\e62f";
}
.newpaperlist .number-two .number-three .peperswipernext,
.newpaperlist .number-two .number-three .peperswiperprev {
  position: absolute;
  top: 0;
  bottom: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
}
.newpaperlist .number-two .number-three .swiper-container-rtl .swiper-button-prev {
  left: 10%;
  right: auto;
}
.newpaperlist .number-two .number-three .topic_item {
  position: relative;
}
.newpaperlist .number-two .number-three .topic_item .swiper-slide:nth-child(2n) {
  margin-top: 0.3rem;
}
.newpaperlist .number-two .number-three .topic_item .potic_one:nth-child(2n) {
  margin-top: 0.3rem;
}
.newpaperlist .number-two .number-three .topic_item .potic_one .potic_img {
  width: 100%;
  height: 2.3rem;
  overflow: hidden;
}
.newpaperlist .number-two .number-three .topic_item .potic_one .potic_img a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.newpaperlist .number-two .number-three .topic_item .potic_one .potic_img img {
  width: 100%;
  height: 100%;
}
.newpaperlist .number-two .number-three .topic_item .potic_one .potic_bod {
  font-size: 0.18rem;
  color: #333;
  padding-left: 0.2rem;
  margin-top: 0.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  padding-bottom: 0.2rem;
  position: relative;
}
.newpaperlist .number-two .number-three .topic_item .potic_one .potic_bod::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0.03rem;
  height: 0.2rem;
  background: #7612ac;
}
.newpaperlist .number-two .number-three .topic_item .potic_one:hover .potic_img a {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.newpaperlist .number-two .number-three .topic_item .potic_one:hover .potic_bod a {
  color: #7612ac;
}
.newpaperlist .number-four {
  background: url(../images/nbg4.png) no-repeat center bottom;
  width: 100%;
  padding-bottom: 1rem;
  background-size: cover;
}
.newpaperlist .number-four .in-tit {
  text-align: center;
  padding-top: 0.8rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
}
.newpaperlist .number-four .sylist {
  width: 100%;
}
.newpaperlist .number-four .sylist .aleft {
  width: 55%;
}
.newpaperlist .number-four .sylist .aright {
  width: calc(45% - 0.1rem);
}
.newpaperlist .number-four .sylist .syname {
  font-size: 0.36rem;
  color: #fff;
  letter-spacing: 0.15rem;
  font-weight: bold;
}
.newpaperlist .number-four .sylist .syen {
  font-size: 0.3rem;
  color: #fff;
  mix-blend-mode: soft-light;
  text-transform: uppercase;
  font-family: "Palatino Linotype";
}
.newpaperlist .number-four .sylist .syar {
  padding-top: 0.1rem;
}
.newpaperlist .number-four .sylist .sy01 {
  width: 4.11rem;
  height: 100%;
  overflow: hidden;
}
.newpaperlist .number-four .sylist .sy01 .sypic {
  width: 100%;
  height: 5.11rem;
  position: relative;
}
.newpaperlist .number-four .sylist .sy01 .sypic a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.newpaperlist .number-four .sylist .sy01 .sytxt {
  align-items: flex-start;
  width: 100%;
  padding: 0.8rem 0.5rem 0.3rem;
  position: absolute;
  left: 0;
  top: 0;
}
.newpaperlist .number-four .sylist .sy01:hover .sypic a {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.newpaperlist .number-four .sylist .sy02 {
  width: calc(100% - 4.21rem);
  overflow: hidden;
}
.newpaperlist .number-four .sylist .sy02 .syitem {
  width: 100%;
  height: 2.5rem;
  margin-bottom: 0.1rem;
  position: relative;
  overflow: hidden;
}
.newpaperlist .number-four .sylist .sy02 .syitem:last-child {
  margin-bottom: 0;
}
.newpaperlist .number-four .sylist .sy02 .syitem .sypic {
  width: 100%;
  height: 2.5rem;
  position: relative;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.newpaperlist .number-four .sylist .sy02 .syitem .sypic a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.newpaperlist .number-four .sylist .sy02 .syitem .sytxt {
  align-items: flex-start;
  width: 100%;
  padding: 0.45rem 0.5rem 0.3rem;
  position: absolute;
  left: 0;
  top: 0;
}
.newpaperlist .number-four .sylist .sy02 .syitem:hover .sypic {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
.newpaperlist .number-four .sylist .sy03,
.newpaperlist .number-four .sylist .sy04 {
  width: 49%;
  position: relative;
  height: 100%;
  overflow: hidden;
}
.newpaperlist .number-four .sylist .sy03 .sypic,
.newpaperlist .number-four .sylist .sy04 .sypic {
  width: 100%;
  height: 5.11rem;
  position: relative;
}
.newpaperlist .number-four .sylist .sy03 .sypic a,
.newpaperlist .number-four .sylist .sy04 .sypic a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
}
.newpaperlist .number-four .sylist .sy03 .sytxtshu,
.newpaperlist .number-four .sylist .sy04 .sytxtshu {
  width: 100%;
  height: 100%;
  padding: 0.47rem 0.4rem;
  position: absolute;
  left: 0;
  top: 0;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}
.newpaperlist .number-four .sylist .sy03 .sytxtshu .syal a,
.newpaperlist .number-four .sylist .sy04 .sytxtshu .syal a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.newpaperlist .number-four .sylist .sy03 .sytxtshu .syal .synameshu,
.newpaperlist .number-four .sylist .sy04 .sytxtshu .syal .synameshu {
  font-size: 0.36rem;
  color: #fff;
  letter-spacing: 0rem;
  font-weight: bold;
  width: 0.36rem;
  line-height: 0.36rem;
}
.newpaperlist .number-four .sylist .sy03 .sytxtshu .syal .syenshu,
.newpaperlist .number-four .sylist .sy04 .sytxtshu .syal .syenshu {
  font-size: 0.3rem;
  color: #fff;
  text-transform: uppercase;
  font-family: "Palatino Linotype";
  width: 0.3rem;
  direction: rtl!important;
  direction: inherit;
  mix-blend-mode: soft-light;
  text-align: center;
  line-height: 0.3rem;
  writing-mode: tb-rl;
}
.newpaperlist .number-four .sylist .sy03 .sytxtshu .syar,
.newpaperlist .number-four .sylist .sy04 .sytxtshu .syar {
  width: 100%;
}
.newpaperlist .number-four .sylist .sy03 .sytxtshu .syar img,
.newpaperlist .number-four .sylist .sy04 .sytxtshu .syar img {
  margin: 0 0 0 auto;
}
.newpaperlist .number-four .sylist .sy03:hover .sypic a,
.newpaperlist .number-four .sylist .sy04:hover .sypic a {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}
@media only screen and (min-width: 1921px) {
  .num_first .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 21%;
  }
  .num_first .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 21%;
  }
  .logolist .swiper-button-next,
  .logolist .swiper-container-rtl .swiper-button-prev {
    right: 16%;
  }
  .logolist .swiper-button-prev,
  .logolist .swiper-container-rtl .swiper-button-next {
    left: 16%;
  }
  .jclist .swiper-button-prev,
  .jclist .swiper-container-rtl .swiper-button-next {
    left: 16%;
  }
  .jclist .swiper-button-next,
  .jclist .swiper-container-rtl .swiper-button-prev {
    right: 16%;
  }
}
@media only screen and (max-width: 1800px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .newpaperlist .number-two .number-three .swiper-button-prev {
    left: 0;
  }
  .newpaperlist .number-two .number-three .swiper-button-next {
    right: 0;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 0.3rem;
  }
  .GJ_slider .GJ_slick_right {
    top: 0.28rem;
    padding: 0.48rem;
  }
}
@media only screen and (max-width: 1600px) {
  .GJ .GJ_project_num .project_numitem {
    width: calc(100% / 4 - 0.2rem);
  }
  .logolist .swiper-button-next,
  .logolist .swiper-container-rtl .swiper-button-prev {
    right: 1%;
  }
  .logolist .swiper-button-prev,
  .logolist .swiper-container-rtl .swiper-button-next {
    left: 1%;
  }
  .jclist .swiper-button-prev,
  .jclist .swiper-container-rtl .swiper-button-next {
    left: 1%;
  }
  .jclist .swiper-button-next,
  .jclist .swiper-container-rtl .swiper-button-prev {
    right: 1%;
  }
  .GJ_slider .GJ_slick_right {
    top: 0.15rem;
  }
}
@media screen and (max-width: 1440px) {
  .GJ .GJ_project_num {
    padding: 0.8rem 0.5rem 0.5rem;
  }
  .GJ .GJ_project_num .project_numitem h3 .timer {
    margin-bottom: 0.15rem;
  }
  .GJ_student .GJ_studentlist .GJ_studentitem .pic {
    height: 1.51rem;
  }
  .piclist ul .piclistitem02 .piclistitem_pic,
  .piclist ul .piclistitem02::before {
    height: 1.64rem;
  }
}
@media screen and (max-width: 1366px) {
  .GJ {
    width: 100%;
    background: url(../images/gj/bg.png) no-repeat left top;
    padding-top: 0rem;
  }
  .GJ .GJ_project_num {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 0.8rem 1rem 0.5rem;
  }
  .GJ .GJ_project_num .project_numitem {
    width: calc(100% / 4 - 0.8rem);
    font-size: 0.14rem;
    text-shadow: 0 0 0.1rem #4e12ac;
    color: #fff;
    text-align: center;
  }
  .GJ .GJ_project_num .project_numitem h3 {
    align-items: flex-end;
  }
  .GJ .GJ_project_num .project_numitem h3 .gjshu {
    font-size: 0.8rem;
    margin-bottom: 0.4rem;
    padding-right: 0.1rem;
  }
  .GJ .GJ_project_num .project_numitem p {
    margin-top: 0.2rem;
  }
  .newpaperlist .number-two .dynamicitem .dynameic_item .dynameic_it .dynameic_itA .dynameic_date {
    width: 0.8rem;
  }
  .newpaperlist .number-four .sylist .sy01 {
    width: calc(50% - 0.1rem);
  }
  .newpaperlist .number-four .sylist .sy02 {
    width: 50%;
  }
  .newpaperlist .number-four .sylist .sy02 .syitem .sypic a,
  .newpaperlist .number-four .sylist .sy01 .sypic a {
    background-size: cover;
  }
  .newpaperlist .number-two .dynamicitem .dynameic_item .dynameic_it .dynameic_itA .dynameic_title {
    width: calc(100% - 0.9rem);
  }
  .GJ_slider .GJ_slick_right {
    top: 0rem;
    padding: 0.3rem;
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .GJ .GJ_project_num .project_numitem {
    width: calc(100% / 4 - 0.2rem);
  }
  .GJ .GJ_project_num .project_numitem h3 .timer {
    font-size: 0.6rem;
  }
  .newpaperlist .number-one .numone-item .item-right .numrt_item {
    background-size: 80% 100%;
  }
  .newpaperlist .number-one .numone-item .item-right .numrt_item .text {
    padding: 0.2rem 0.2rem 0 0.2rem;
  }
  .newpaperlist .number-two .number-three .topic_item .potic_one .potic_img {
    height: 1.8rem;
  }
  .newpaperlist .number-four .sylist .sy01 .sytxt {
    padding: 0.45rem 0.3rem 0.3rem;
  }
  .piclist ul .piclistitem02 .piclistitem_pic,
  .piclist ul .piclistitem02::before {
    height: 1.48rem;
  }
  .GJ_slider .GJ_slick_right {
    padding: 0.3rem 0.48rem;
  }
  .GJ_slider .GJ_slick_right .GJ_newsitem .des {
    height: 0.96rem !important;
    margin-bottom: 0.23rem;
  }
}
@media screen and (max-width: 1080px) {
  .slogan {
    margin: 0.5rem 0;
    font-size: 0.3rem;
  }
  .slogan span {
    padding: 0 0.2rem;
  }
  .GJ {
    width: 100%;
    background: url(../images/gj/bg.png) no-repeat left top;
    padding-top: 0rem;
  }
  .GJ .GJ_first {
    width: 100%;
    padding-top: 0rem;
  }
  .GJ .GJ_first .GJ_project {
    width: 100%;
  }
  .GJ .GJ_first .guiji_firstlist {
    width: 100%;
    padding-right: 0rem;
    text-align: justify;
  }
  .GJ .GJ_first .guiji_firstlist strong {
    color: #5a429f;
    font-family: "SourceHanSerifCN-Bold";
    font-size: 0.24rem;
    padding-right: 0.15rem;
  }
  .GJ .GJ_first .guiji_firstlist p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #333;
  }
  .GJ .GJ_first .guiji_firstlist .jg_more {
    display: flex;
    justify-content: center;
  }
  .GJ .GJ_project_num {
    width: 100%;
  }
  .GJ .GJ_project_num .project_numitem {
    width: calc(100% / 4 - 0.2rem);
    font-size: 0.14rem;
    text-shadow: 0 0 0.1rem #4e12ac;
    color: #fff;
    text-align: center;
  }
  .GJ .GJ_project_num .project_numitem h3 {
    align-items: flex-end;
  }
  .GJ .GJ_project_num .project_numitem h3 .gjshu {
    font-size: 0.6rem;
    padding-right: 0.1rem;
  }
  .GJ .GJ_project_num .project_numitem p {
    margin-top: 0.2rem;
  }
  .GJ_student {
    width: 100%;
  }
  .GJ_student .GJ_title {
    text-align: center;
    position: relative;
    margin-bottom: 0.5rem;
  }
  .GJ_student .GJ_title h3 {
    font-size: 0.34rem;
    color: #333;
  }
  .GJ_student .GJ_title .jg_more a {
    position: absolute;
    right: 0;
    top: 0.1rem;
  }
  .GJ_student .GJ_studentlist {
    width: 100%;
  }
  .GJ_student .GJ_studentlist::after {
    content: '';
    display: inline-block;
    width: calc(100% / 2 - 0.4rem);
  }
  .GJ_student .GJ_studentlist .GJ_studentitem {
    width: calc(100% / 2 - 0.4rem);
  }
  .GJ_student .GJ_studentlist .GJ_studentitem .pic {
    width: 100%;
    padding: 0 0.06rem 0.06rem 0;
    margin-bottom: 0.3rem;
    background: url(../images/gj/stdbg.jpg) no-repeat right bottom;
    background-size: 90%;
    position: relative;
    overflow: hidden;
    height: 17em;
  }
  .GJ_student .GJ_studentlist .GJ_studentitem .pic img {
    width: 100%;
    max-height: 100%;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
  }
  .GJ_student .GJ_studentlist .GJ_studentitem .txt h3 {
    font-size: 0.16rem;
    color: #333;
    margin-bottom: 0.15rem;
  }
  .GJ_student .GJ_studentlist .GJ_studentitem .txt .des {
    font-size: 0.14rem;
    line-height: 0.24rem;
    color: #8d8d8d;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 0.96rem;
    overflow: hidden;
    text-align: justify;
  }
  .GJ_student .GJ_studentlist .GJ_studentitem:hover .pic img {
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
  }
  .GJ_student .GJ_studentlist .GJ_studentitem:hover .des h3 {
    color: #000;
  }
  .GJ_student .GJ_studentlist .GJ_studentitem:hover .des .des {
    color: #333;
  }
  .GJ_slider {
    width: 100%;
    position: relative;
  }
  .GJ_slider .GJ_slick_right {
    width: 45%;
    box-shadow: 0 0 0.15rem 0.02rem rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0.25rem;
    top: 0;
    background: #fff url(../images/gj/p2-bg.png) no-repeat right bottom;
    padding: 0.35rem;
  }
  .piclist ul .piclistitem .piclistitem_pic,
  .piclist ul .piclistitem::before {
    height: 1.8rem;
  }
  .piclist ul .piclistitem02 .piclistitem_pic,
  .piclist ul .piclistitem02::before {
    height: 1.19rem;
  }
  .yjjg .yjjgitem {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .yjjg .yjjgitem .yjjgTitle {
    margin-bottom: 0rem;
  }
  .newpaperlist .in-tit .in-more {
    top: 0.01rem;
  }
  .newpaperlist .number-one {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .newpaperlist .number-one .numone-item {
    width: 100%;
  }
  .newpaperlist .number-one .numone-item .item-left {
    width: 100%;
    padding-bottom: 0.5rem;
  }
  .newpaperlist .number-one .numone-item .item-left .picbg {
    width: 60%;
    height: 3.7rem;
  }
  .newpaperlist .number-one .numone-item .item-left .bj {
    width: 45%;
    left: 55%;
    bottom: auto;
    top: 15%;
  }
  .newpaperlist .number-one .numone-item .item-right {
    width: 100%;
  }
  .newpaperlist .number-two {
    background: url(../images/nbg2.jpg) no-repeat center 3rem;
    padding-bottom: 0.5rem;
  }
  .newpaperlist .number-two ul {
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
  }
  .newpaperlist .number-two ul li span {
    font-size: 0.24rem;
    padding-right: 0.2rem;
    color: #333;
    opacity: 0.75;
    cursor: pointer;
  }
  .newpaperlist .number-two ul li .in-tit {
    position: absolute;
    right: 0;
    top: 0.6rem;
    display: none;
  }
  .newpaperlist .number-two .dynamicitem .dynameic_item {
    width: calc(100% / 4 - 0.18rem);
    /* height: 317px; */
    position: relative;
  }
  .newpaperlist .number-two .dynamicitem .dynameic_item .dynameic_it {
    height: 1.8rem;
  }
  .newpaperlist .number-two .dynamicitem .dynameic_item .dynameic_bod {
    padding: 0.15rem;
  }
  .newpaperlist .number-two .dynamicitem .dynameic_item .dynameic_bod p {
    font-size: 0.14rem;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    line-height: 0.24rem;
    overflow: hidden;
    height: 1.2rem;
    opacity: 0.8;
    margin-bottom: 0.05rem;
  }
  .newpaperlist .number-two .dynamicitem .dynameic_item .details_more {
    padding-top: 0.05rem;
  }
  .newpaperlist .number-two .number-three .in-tit {
    padding-top: 0.5rem;
  }
  .newpaperlist .number-two .number-three .in-tit .in-more {
    top: 0.5rem;
  }
  .newpaperlist .number-two .number-three .topic_item .potic_one:nth-child(2n) {
    margin-top: 0.15rem;
  }
  .newpaperlist .number-two .number-three .topic_item .potic_one .potic_img {
    height: 1.5rem;
  }
  .newpaperlist .number-four .in-tit {
    text-align: center;
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
  }
  .newpaperlist .number-four .sylist .syname {
    font-size: 0.26rem;
  }
  .newpaperlist .number-four .sylist .syen {
    font-size: 0.2rem;
  }
  .newpaperlist .number-four .sylist .syar {
    padding-top: 0.1rem;
  }
  .newpaperlist .number-four .sylist .sy01 {
    width: calc(50% - 0.05rem);
    height: 100%;
    overflow: hidden;
  }
  .newpaperlist .number-four .sylist .sy01 .sytxt {
    padding: 0.3rem;
  }
  .newpaperlist .number-four .sylist .sy01:hover .sypic {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .newpaperlist .number-four .sylist .sy02 {
    width: 49%;
    overflow: hidden;
  }
  .newpaperlist .number-four .sylist .sy02 .syitem {
    width: 100%;
    height: calc(100% / 2 - 0.05rem);
    margin-bottom: 0.1rem;
    position: relative;
    overflow: hidden;
  }
  .newpaperlist .number-four .sylist .sy02 .sytxt {
    align-items: flex-start;
    width: 100%;
    padding: 0.45rem 0.5rem 0.3rem;
    position: absolute;
    left: 0;
    top: 0;
  }
  .newpaperlist .number-four .sylist .sy02:hover .sypic a {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .newpaperlist .number-four .sy03 .sypic,
  .newpaperlist .number-four .sy04 .sypic {
    height: 4rem;
  }
  .newpaperlist .number-four .sy03 .sytxtshu,
  .newpaperlist .number-four .sy04 .sytxtshu {
    padding: 0.3rem;
  }
  .newpaperlist .number-four .sy03 .sytxtshu .syal .synameshu,
  .newpaperlist .number-four .sy04 .sytxtshu .syal .synameshu {
    font-size: 0.26rem;
    width: 0.26rem;
    line-height: 0.26rem;
  }
  .newpaperlist .number-four .sy03 .sytxtshu .syal .syenshu,
  .newpaperlist .number-four .sy04 .sytxtshu .syal .syenshu {
    font-size: 0.2rem;
    width: 0.2rem;
    line-height: 0.2rem;
  }
  .newpaperlist .number-four .sy03:hover .sypic,
  .newpaperlist .number-four .sy04:hover .sypic {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  .GJ_slider .GJ_slick_right .GJ_newsitem .des {
    height: 0.64rem !important;
  }
  .GJ_slider .GJ_slick_right .GJ_title {
    margin-bottom: 0.2rem;
  }
}
@media screen and (max-width: 960px) {
  .GJ .GJ_project_num {
    padding: 0.7rem 0.5rem 0;
  }
  .GJ .GJ_project_num .project_numitem {
    width: 48%;
    font-size: 0.14rem;
    text-shadow: 0 0 0.1rem #4e12ac;
    color: #fff;
    text-align: center;
    min-height: 1.5rem;
  }
  .videolist ul .videolistitem {
    width: calc(100% / 3 - 0.2rem);
  }
  .videolist ul::after {
    content: "";
    width: calc(100% / 3 - 0.2rem);
  }
  .piclist ul .piclistitem02 .piclistitem_pic,
  .piclist ul .piclistitem02::before {
    height: 1.45rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 778px) {
  html {
    font-size: 80px;
  }
  .GJ {
    background-size: cover;
  }
  .GJ .GJ_first {
    width: 100%;
  }
  .GJ .GJ_first .GJ_project {
    width: 100%;
  }
  .GJ .GJ_first .GJ_project .GJ_projectitem {
    width: 48%;
    padding: 0.3rem;
  }
  .GJ .GJ_first .guiji_firstlist {
    width: 100%;
    padding-right: 0rem;
    text-align: justify;
  }
  .GJ .GJ_first .guiji_firstlist strong {
    color: #5a429f;
    font-family: "SourceHanSerifCN-Bold";
    font-size: 0.24rem;
    padding-right: 0.15rem;
  }
  .GJ .GJ_first .guiji_firstlist p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #333;
  }
  .GJ .GJ_first .guiji_firstlist .jg_more {
    display: flex;
    justify-content: center;
  }
  .GJ .GJ_slider {
    width: 100%;
  }
  .GJ_slider {
    width: 100%;
    position: relative;
  }
  .GJ_slider .GJ_slick_left {
    width: 100%;
  }
  .GJ_slider .GJ_slick_right {
    width: 100%;
    box-shadow: 0 0 0.15rem 0.02rem rgba(0, 0, 0, 0.1);
    position: static;
    right: 0.25rem;
    padding: 0.5rem 0.3rem;
  }
  .GJ_slider .GJ_slick_right::after {
    content: "";
    position: absolute;
    right: -0.3rem;
    bottom: -0.3rem;
    background: url(../images/gj/bg3.jpg) no-repeat right bottom;
    width: calc(100% + 0.6rem);
    height: 100%;
    z-index: -1;
  }
  .GJ_slider .GJ_slick_right .GJ_title {
    margin-bottom: 0.4rem;
  }
  .GJ_slider .GJ_slick_right .GJ_title h3 {
    font-size: 0.34rem;
    color: #333;
  }
  .GJ_student {
    padding: 0.8rem 0 0.5rem;
    width: 100%;
  }
  .GJ_student .GJ_title {
    text-align: center;
    position: relative;
    margin-bottom: 0.5rem;
  }
  .GJ_student .GJ_title h3 {
    font-size: 0.34rem;
    color: #333;
  }
  .GJ_student .GJ_title .jg_more a {
    position: absolute;
    right: 0;
    top: 0.1rem;
  }
  .GJ_student .GJ_studentlist {
    width: 100%;
  }
  .GJ_student .GJ_studentlist::after {
    content: '';
    display: inline-block;
    width: 100%;
  }
  .GJ_student .GJ_studentlist .GJ_studentitem {
    width: 100%;
    margin-bottom: 0.3rem;
  }
  .GJ_student .GJ_studentlist .GJ_studentitem .pic {
    width: 100%;
    padding: 0 0.06rem 0.06rem 0;
    margin-bottom: 0.3rem;
    background: url(../images/gj/stdbg.jpg) no-repeat right bottom;
    background-size: 90%;
    position: relative;
    overflow: hidden;
  }
  .GJ_student .GJ_studentlist .GJ_studentitem .pic img {
    width: 100%;
    max-height: 3.3rem;
  }
  .GJ_email {
    background-size: auto 100%;
  }
  .GJ_email .emailinfo {
    width: 100%;
    height: 0.64rem;
    background: url(../images/gj/bg5.png) no-repeat center bottom;
    color: #fff;
    font-size: 0.18rem;
  }
  .GJ_email .emailinfo img {
    padding: 0 0.2rem;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 80px;
  }
  .slogan {
    margin: 0.5rem 0;
    font-size: 0.26rem;
  }
  .slogan span {
    padding: 0 0.1rem;
  }
  .GJ {
    background-size: cover;
  }
  .GJ .GJ_first {
    width: 100%;
  }
  .GJ .GJ_first .GJ_project {
    width: 100%;
  }
  .GJ .GJ_first .GJ_project .GJ_projectitem {
    width: 48%;
    padding: 0.3rem;
  }
  .GJ .GJ_first .guiji_firstlist {
    width: 100%;
    padding-right: 0rem;
    text-align: justify;
  }
  .GJ .GJ_first .guiji_firstlist strong {
    color: #5a429f;
    font-family: "SourceHanSerifCN-Bold";
    font-size: 0.24rem;
    padding-right: 0.15rem;
  }
  .GJ .GJ_first .guiji_firstlist p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    color: #333;
  }
  .GJ .GJ_first .guiji_firstlist .jg_more {
    display: flex;
    justify-content: center;
  }
  .GJ .GJ_project_num {
    width: 100%;
    margin: 0.3rem 0;
    padding: 0.5rem 0.3rem 0.3rem;
  }
  .GJ .GJ_project_num .project_numitem {
    width: 48%;
    font-size: 0.14rem;
    text-shadow: 0 0 0.1rem #4e12ac;
    color: #fff;
    text-align: center;
    min-height: 1.5rem;
    padding-top: 0.3rem;
    margin-bottom: 0.3rem;
  }
  .GJ .GJ_project_num .project_numitem h3 {
    align-items: flex-end;
  }
  .GJ .GJ_project_num .project_numitem h3 .gjshu {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
    padding-right: 0.1rem;
  }
  .GJ .GJ_project_num .project_numitem p {
    margin-top: 0.2rem;
  }
  .GJ .GJ_slider {
    width: 100%;
  }
  .GJ_slider {
    width: 100%;
    position: relative;
  }
  .GJ_slider .GJ_slick_left {
    width: 100%;
  }
  .GJ_slider .GJ_slick_left .slick-slide {
    background-size: cover;
  }
  .GJ_slider .GJ_slick_right {
    width: 100%;
    position: relative;
    left: 0;
    right: 0.25rem;
    padding: 0.5rem 0.3rem;
  }
  .GJ_slider .GJ_slick_right::after {
    content: "";
    position: absolute;
    right: -0.3rem;
    bottom: -0.3rem;
    background: url(../images/gj/bg3.jpg) no-repeat right bottom;
    width: calc(100% + 0.6rem);
    height: calc(100% + 0.06rem);
    z-index: -1;
    background-size: 100% 100%;
  }
  .GJ_slider .GJ_slick_right .GJ_title {
    margin-bottom: 0.4rem;
  }
  .GJ_slider .GJ_slick_right .GJ_title h3 {
    font-size: 0.34rem;
    color: #333;
  }
  .GJ_student {
    width: 100%;
  }
  .GJ_student .GJ_title {
    text-align: center;
    position: relative;
    margin-bottom: 0.5rem;
  }
  .GJ_student .GJ_title h3 {
    font-size: 0.34rem;
    color: #333;
  }
  .GJ_student .GJ_title .jg_more a {
    position: absolute;
    right: 0;
    top: 0.1rem;
  }
  .GJ_student .GJ_studentlist {
    width: 100%;
  }
  .GJ_student .GJ_studentlist .GJ_studentitem {
    width: 48% !important;
    margin-bottom: 0.3rem;
  }
  .GJ_student .GJ_studentlist .GJ_studentitem .pic {
    width: 100%;
    padding: 0 0.06rem 0.06rem 0;
    margin-bottom: 0.3rem;
    background: url(../images/gj/stdbg.jpg) no-repeat right bottom;
    background-size: 90%;
    position: relative;
    overflow: hidden;
    height: 11em;
  }
  .GJ_student .GJ_studentlist .GJ_studentitem .pic img {
    width: 100%;
    max-height: 3.3rem;
  }
  .GJ_email {
    background-size: auto 100%;
  }
  .GJ_email .emailinfo {
    width: 100%;
    height: 0.64rem;
    background: url(../images/gj/bg5.png) no-repeat center bottom;
    color: #fff;
    font-size: 0.18rem;
  }
  .GJ_email .emailinfo img {
    padding: 0 0.2rem;
  }
  .piclist ul::after {
    content: "";
    width: 48%;
  }
  .piclist ul .piclistitem {
    width: 48%;
  }
  .piclist ul .piclistitem::before {
    height: 2.3rem;
  }
  .piclist ul .piclistitem .piclistitem_pic {
    height: 2.3rem;
  }
  .piclist ul .piclistitem02 {
    width: 48%;
  }
  .piclist ul .piclistitem02::before {
    height: 1.76rem;
  }
  .piclist ul .piclistitem02 .piclistitem_pic {
    height: 1.76rem;
  }
  .newpaperlist .number-one .numone-item .item-left .bj {
    padding: 0.1rem 0.2rem 0.3rem;
  }
  .newpaperlist .number-two .dynamicitem .dynameic_item {
    width: 48%;
    margin-bottom: 0.2rem;
  }
  .newpaperlist .number-two .number-three .topic_item .potic_one {
    margin-bottom: 0.2rem;
  }
  .newpaperlist .number-two .number-three .topic_item .potic_one .potic_img {
    height: 2.5rem;
  }
  .newpaperlist .number-two {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .newpaperlist .number-four .in-tit {
    padding-top: 0.3rem;
    padding-bottom: 0.15rem;
  }
  .newpaperlist .number-four .sylist .aleft {
    width: 50%;
  }
  .newpaperlist .number-four .sylist .aright {
    width: calc(50% - 0.1rem);
  }
  .newpaperlist .number-four .sylist .sy02 .syitem .sytxt {
    padding: 0.3rem;
  }
  .videolist ul .videolistitem {
    width: calc(100% / 2 - 0.2rem);
  }
}
@media screen and (max-width: 640px) {
  .GJ_student .GJ_studentlist .GJ_studentitem .pic {
    height: 17em;
  }
  .GJ .GJ_first .GJ_project .GJ_projectitem {
    width: 100%;
  }
  .GJ .GJ_project_num .project_numitem {
    width: 100%;
  }
  .logolist .logoitem {
    padding: 0;
    height: 0.9rem;
    width: 50%;
  }
  .logolist .logoitem img {
    width: 70%;
  }
}
@media screen and (max-width: 600px) {
  .newpaperlist .number-one .numone-item .item-left .picbg {
    width: 100%;
    height: 3rem;
  }
  .newpaperlist .number-one .numone-item .item-left .bj {
    width: 100%;
    position: static;
  }
  .newpaperlist .number-one .numone-item .item-right .numrt_item {
    padding: 0.2rem;
    background: #fff;
  }
  .newpaperlist .number-one .numone-item .item-right .numrt_item .pic {
    width: 100%;
    height: 2.4rem;
  }
  .newpaperlist .number-one .numone-item .item-right .numrt_item .pic a {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
  }
  .newpaperlist .number-one .numone-item .item-right .numrt_item .text::before {
    display: none;
  }
  .newpaperlist .number-two ul li .in-tit {
    top: 0.5rem;
  }
  .newpaperlist .number-one .numone-item .item-right .numrt_item .text {
    width: 100%;
    padding: 0.2rem;
  }
  .newpaperlist .number-two .dynamicitem .dynameic_item .dynameic_it {
    height: 2rem;
  }
  .newpaperlist .number-two .dynamicitem .dynameic_item {
    width: 100%;
  }
  .newpaperlist .number-four .sylist .aleft {
    width: 100%;
    margin-bottom: 0.1rem;
  }
  .newpaperlist .number-four .sylist .aright {
    width: 100%;
  }
  .newpaperlist .number-two .number-three .topic_item .potic_one {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .slogan {
    font-size: 0.24rem;
  }
  .slogan span {
    padding: 0 0.06rem;
  }
  .newpaperlist .number-two .number-three .swiper-button-next,
  .newpaperlist .number-two .number-three .swiper-button-prev {
    top: 40%;
  }
  .GJ_student .GJ_studentlist .GJ_studentitem {
    width: 100% !important;
  }
  .GJ_student .GJ_studentlist .GJ_studentitem .pic {
    height: 17em;
  }
  .piclist ul::after {
    content: "";
    width: 100%;
  }
  .piclist ul .piclistitem {
    width: 100%;
  }
  .piclist ul .piclistitem::before {
    height: 2.8rem;
  }
  .piclist ul .piclistitem .piclistitem_pic {
    height: 2.8rem;
  }
  .piclist ul .piclistitem .piclistitem_pic img {
    object-fit: cover;
  }
  .piclist ul .piclistitem02 {
    width: 100%;
  }
  .piclist ul .piclistitem02::before {
    height: 2.5rem;
  }
  .piclist ul .piclistitem02 .piclistitem_pic {
    height: 2.5rem;
  }
  .piclist ul .piclistitem02 .piclistitem_pic img {
    object-fit: cover;
  }
  .videolist ul .videolistitem {
    width: 100%;
  }
  .GJ_slider .GJ_slick_right::after {
    height: 100%;
  }
}
@media screen and (max-width: 320px) {
  .piclist ul .piclistitem::before {
    height: 2rem;
  }
  .piclist ul .piclistitem .piclistitem_pic {
    height: 2rem;
  }
  .piclist ul .piclistitem02::before {
    height: 2rem;
  }
  .piclist ul .piclistitem02 .piclistitem_pic {
    height: 2rem;
  }
}