@charset "UTF-8";
@font-face {
    font-family: "syst";
    
   src: url("../font/syst.woff") format("woff"), /* chrome、firefox */
    url("../font/syst.TTF") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("../font/syst.svg#FONT1680") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}
.main-block {
  display: flex;
  margin: 0.4rem 0;
}

.gzdt-bg {
  background-image: url(../img/gzdt-bg.jpg);
  background-size: cover;
  padding-bottom: 0.3rem;
}

.news-more-btn {
  display: inline-flex;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 0.3rem;
  border: 0.01rem solid var(--rzc-primary-color);
  color: var(--rzc-primary-color);
  border-radius: 0.04rem;
  padding: 0.08rem 0.3rem;
  transition: all 0.3s ease;
  cursor: pointer;
}
.news-more-btn:hover {
  background: linear-gradient(45deg,#1ba045 20%,#18875f 90%);
  color: #fff;
}

.news-swiper {
  width: 100%;
  position: relative;
}
.news-swiper .swiper-img-box {
  overflow: hidden;
  width: 100%;
  padding-bottom: 60.5%;
  position: relative;
}
.news-swiper img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
object-fit:cover
}
.news-swiper .title {
  padding: 0.25rem 0.2rem;
  width: 100%;
  height: 1.5rem;
  background-color: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-swiper .title .title-text {
  line-height: 1.7;
  text-align: justify;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.news-swiper .title .time {
  margin-top: 0.1rem;
  font-size: 0.14rem;
  color: var(--rzc-primary-color);
  display: flex;
  align-items: center;
}
.news-swiper .title .time svg {
  display: block;
  margin-right: 0.1rem;
  width: 0.24rem;
  height: 0.24rem;
}
.news-swiper .swiper-slide:hover img {
  transform: scale(1.2);
}

.news-block {
  box-sizing: content-box;
  flex: 1;
}
/*通知公告*/
.main-block > .news-block:first-child{
margin-right:0.5rem
}
.news-swiper-box {
  --swiper-navigation-size: 0.34rem;
  position: relative;
}
.news-swiper-box .swiper-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.news-swiper-box .swiper-button-next {
  right: -0.4rem;
}
.news-swiper-box .swiper-button-prev {
  left: -0.4rem;
}

.news-block-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0.3rem 0;
}

.news-block-title .news-block-title-text {
  font-family: "syst";
  font-size: 0.28rem;
  font-weight: bold;
  color: var(--rzc-primary-color);
  position: relative;
}
.news-block-title .more {
  font-size: 0.14rem;
  color: #737373;
  cursor: pointer;
}
.news-block-title .more:hover {
  color: var(--rzc-primary-color);
}

.news-block-list .item {
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
}
.news-block-list .item .summary {
  padding: 0.2rem;
  display: none;
}
.news-block-list .title {
  background-color: rgb(243, 243, 243);
  padding: 0.2rem;
  display: flex;
  align-items: center;
  /*margin-right: 0.2rem;
  width: 100%;*/
  box-sizing: border-box;
  transition: all 0.3s ease;
  position: relative;
  padding-right: 0.5rem;
}
.news-block-list .title:hover {
  background: linear-gradient(45deg,#2a9835 ,#3f7a4c);
  color: #fff !important;
}
.news-block-list .title:hover a,.news-block-list .title:hover a font{
color: #fff !important;
}
.news-block-list .title::after {
  position: absolute;
  right: 0.2rem;
  content: "next";
  font-family: "swiper-icons";
  rotate: 90deg;
  cursor: pointer;
}
.news-block-list .title .text {
  box-sizing: border-box;
  flex: 1;
width:0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.diamond {
  display: inline-flex;
  flex-shrink: 0;
  background-color: #fff;
  width: 0.06rem;
  height: 0.06rem;
  transform: rotate(45deg);
  margin-right: 0.06rem;
}

.service-title {
  max-width: 40%;
  transform: translateY(-0.8rem);
}

.service-block {
  position: relative;
  background-image: url(../img/fw-bg-l.png), url(../img/fw-bg-r.png);
  background-size: 54.1% calc(100% - 0.8rem), 67.7% calc(100% - 0.2rem);
  background-repeat: no-repeat;
  background-position: bottom left, bottom right;
  padding-top: 0.8rem;
  padding-bottom: 0.6rem;
}
.service-block .news-block-title {
  border-bottom: 0;
}
.service-block .news-block-title .news-block-title-text::after {
  display: none;
}

.service-block-list {
  margin: 0 -0.2rem;
  margin-top: -0.5rem;
  padding-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
}
.service-block-list .items-l,
.service-block-list .items-r {
  display: flex;
width:49%
}
.service-block-list .items-r{
justify-content:flex-end
}
.service-block-list .items-l > div:nth-child(2),
.service-block-list .items-r > div:nth-child(2) {
  border: 0.01rem dashed #fff;
  border-top: 0;
  border-bottom: 0;
}
/*.service-block-list .items-l .item,
.service-block-list .items-r .item {
  width: 2.2rem;
}*/
.service-block-list .items-l>div,
.service-block-list .items-r>div{
  width: 34%; 
}

.service-block-list .items-l > div:nth-child(2) .icon svg {
  width: 100% !important;
  margin-left: -13% !important;
}
/*.service-block-list .items-l > div:nth-child(3) .item {
  width: 1.7rem;
}*/
.service-block-list .items-l > div:nth-child(3) {
  width: 24.28%;
}

.service-block-list .items-r > div:nth-child(3) .icon svg {
  margin-left: 13% !important;
}
.service-block-list .item {
  box-sizing: border-box;
  padding: 0 0.2rem;
  color: #fff;
  transition: all 0.3s ease;
}
.service-block-list .item a:hover .title,.service-block-list .item .fw-sub-text-item:hover{
  scale:1.1
}
.service-block-list .item .icon {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.96rem;
  height: 0.96rem;
  background-color: #fff;
  border-radius: 100%;
  color: #1c8860;
}
.service-block-list .items-l .item .icon{
color:#1ba045
}
.service-block-list .item .icon svg {
  width: 65%;
  height: 65%;
  overflow: hidden;
}
.service-block-list .item .title {
  text-align: center;
  line-height: 1.5;
  font-size: 0.22rem;
margin-top:0.08rem
}
.service-block-list .item .fw-sub-text-block {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.15rem;
  justify-content: space-between;
  font-size:0.15rem;
column-gap:2%
}
.service-block-list .item .fw-sub-text-item {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 2;
  flex:1;
  flex-basis:49%;
white-space:nowrap
}
.service-block-list .items-l > div:nth-child(3) .fw-sub-text-item{
flex-basis:100%
}
.service-block-list .items-l > div:nth-child(1) .fw-sub-text-item{
flex-basis:47%
}
/*.service-block-list .item .fw-sub-text-item:nth-child(odd){
margin-right:0.08rem
} */
.service-block-list .item .fw-sub-text-item .text {
  flex: 1;
}

.other-system-block {
  margin: 0.3rem 0;
  background-size: cover;
  display: flex;
  color: var(--rzc-primary-color);
  text-align: center;
}
.other-system-block .icon {
  position: relative;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.1rem;
  height: 1.1rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='https://www-w3-org.vpn.scau.edu.cn/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%230f8b55' stroke-width='2' stroke-dasharray='7' stroke-dashoffset='65' stroke-linecap='butt'/%3e%3c/svg%3e");
  border-radius: 100%;
  margin: 0.16rem;
  z-index: 1;
  transition: all 0.3s ease;
background: linear-gradient(133deg,#1ba045 20% ,#3f7a4c);
}
.other-system-block .icon svg {
  width: 55%;
  height: 55%;
}
.other-system-block .icon::after {
  content: "";
  position: absolute;
  top: 5%;
  left: 5%;
  width: 90%;
  height: 90%;
 /* background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='https://www-w3-org.vpn.scau.edu.cn/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='100' ry='100' stroke='%230f8b55' stroke-width='2' stroke-dasharray='7' stroke-dashoffset='65' stroke-linecap='butt'/%3e%3c/svg%3e");*/
  border-radius: 100%;
  z-index: -1;
}
.other-system-block .sys-item-block {
  padding: 0.01rem;
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.other-system-block .sys-item-block > div {
  flex: 1;
}
.other-system-block .sys-item-block > div:first-of-type .circle, .other-system-block .sys-item-block > div:last-of-type .circle {
  display: none;
}
.other-system-block .sys-item-block .circle-line {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 0.01rem;
  background: linear-gradient(90deg, var(--rzc-primary-color) 50%, transparent 0) repeat-x;
  background-size: 0.2rem 0.04rem;
  background-position: 0 0;
  top: 50%;
  transform: translate(0, 0.11rem); /*有文字导致虚线不居中，向下移动文字大小的一半*/
  left: 0;
  z-index: 0;
}

.sys-item {
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin: 0.2rem 0;
  font-weight: bold;
  transition: all 0.3s ease;
  font-size:0.22rem
}
.sys-item-icon-box{
display:flex;
justify-content:center
}
.sys-item:hover .icon {
  scale: 1.15;
  background-color: var(--rzc-primary-color);
}
.sys-item:hover .icon svg {
  filter: grayscale(1) brightness(100);
}

.circle {
  margin-top: -0.03rem;
  margin-left: -0.09rem;
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 100%;
  background-color: var(--rzc-primary-color);
  border: 0.02rem solid #fff;
  box-shadow: 0 0 0 0.02rem var(--rzc-primary-color);
}

/* 网站链接 */
.link-web-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0.6rem -0.1rem;
}
.link-web-block .link-web-item {
  width: calc(25% - 0.2rem);
  text-align: center;
  margin: 0 0.1rem;
  border-radius: 0.08rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  aspect-ratio: 333/135;
  margin-bottom: 0.16rem;
}
.link-web-block .link-web-item:hover img {
  scale: 1.1;
}
.link-web-block img {
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 1800px){
.service-block-list .item .fw-sub-text-block{
font-size:0.13rem
}
}
@media screen and (max-width: 1600px){
.service-block-list .item .fw-sub-text-block{
font-size:0.12rem
}
}
@media screen and (max-width: 800px) {
  .main-block {
    display: block;
    margin: 0.48rem 0;
  }
  .news-swiper {
    margin: 0;
  }
  .news-swiper .title {
    padding: 0.16rem;
    height: 2rem;
  }
  .news-swiper .title .time {
    font-size: 0.28rem;
  }
  .news-swiper-box .swiper-nav-btn {
    top: -0.3rem;
    transform: translateY(-50%);
  }
  .news-swiper-box .swiper-button-next {
    right: 0;
  }
  .news-swiper-box .swiper-button-prev {
    right: 0.4rem;
    left: auto;
  }
  .news-block {
    margin: 0.32rem 0;
  }
  .news-block-list .item {
    font-size: 0.32rem;
  }
  .news-block-list .title {
    padding: 0.4rem;
    padding-right: 0.6rem;
  }
  .news-block-list .title::after {
    right: 0.25rem;
  }
  .news-block-title .news-block-title-text {
    font-size: 0.48rem;
  }
  .news-block-title .more {
    font-size: 0.28rem;
  }
  .service-block {
    padding-top: 0.8rem;
    padding-bottom: 0;
    background-size: 100% calc(100% - 1.6rem), 100% calc(100% - 1.1rem);
  }
  .service-title {
    max-width: 100%;
  }
  .service-block-list {
    margin-top: 0;
    flex-wrap: wrap;
  }
  .service-block-list .items-l,
  .service-block-list .items-r {
    flex: 1;
    flex-basis: 100%;
  }
  .service-block-list .items-l > div,
  .service-block-list .items-r > div {
    flex: 1;
  }
  .service-block-list .items-l .item,
  .service-block-list .items-r .item {
    width: auto;
  }
  .service-block-list .items-l > div {
    margin-bottom: 0.3rem;
  }
  .service-block-list .items-l > div:nth-child(3) .item {
    width: auto;
  }
  .service-block-list .item {
    width: 100%;
    box-sizing: border-box;
  }
  .service-block-list .item .title {
    line-height: 2;
    font-size: 0.26rem;
    font-weight: bold;
  }
  .service-block-list .item .fw-sub-text-item,.service-block-list .items-l > div:nth-child(1) .fw-sub-text-item {
    flex: 0;
    flex-basis: 100%;
  }
  .service-block-list .item .fw-sub-text-item .text {
    flex: unset;
  }
  .service-block-list .item .fw-sub-text-block {
    margin-top: 0.1rem;
    font-size: 0.2rem;
  }
  .other-system-block {
    display: block;
    margin: 0.3rem 0;
  }
  .other-system-block .sys-item-block {
    flex-wrap: wrap;
  }
  .other-system-block .sys-item-block > div {
    flex-basis: 50%;
  }
  .other-system-block .sys-item-block > div:first-of-type .circle, .other-system-block .sys-item-block > div:last-of-type .circle {
    display: block;
  }
  .sys-item {
    font-size: 0.28rem;
    font-weight: normal;
    margin: 0.2rem 0;
  }
  .link-web-block {
    flex-wrap: wrap;
  }
  .link-web-block .link-web-item {
    flex: 1;
    flex-basis: calc(50% - 0.2rem);
    margin-bottom: 0.2rem;
  }
.main-block > .news-block:first-child{
margin-right:0
}
}