﻿.content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.content-zhiliang,
.content-shengchan,
.content-shishi {
  width: 100%;
  margin: 30px 0 27px;
  overflow: hidden;
}

.content-zhiliang img,
.content-shengchan img,
.content-shishi img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.content-zixun {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.lunbo-item {
  height: auto;
  position: relative;
  max-width: 780px;
}
.lunbo-item img{
  width: 100%;
  min-height: 224px;
  aspect-ratio: 780/500;
}
.lunbo-item a{
  display: block;
  width: 100%;
  height: 100%;
}
.lunbo-text {
  width: 100%;
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
  position: absolute;
  bottom: 10px;
  background: rgba(19, 87, 172, 0.8);
}

.lunbo-text span {
  width: 100%;
  font-size: 20px;
  color: #fff;
  font-family: Arial;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  user-select: none;
  padding: 0 10px;
}
.swiper{
    width: 100%;
    max-width: 780px;
    aspect-ratio: 780/494;
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .swiper-pagination {
    bottom: 0 !important;
  }

  .swiper-pagination-bullet-active {
    width: 40px !important;
    border-radius: 285px !important;
    background-color: #fff !important;
  }

  .my-bullet {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    right: 21px;
    margin-right: 20px;
  }

  .my-prev {
    color: #fff !important;
    left: 30px !important;
  }

  .my-next {
    color: #fff !important;
    right: 30px !important;
  }

  .my-pagination {
    height: 54px;
    line-height: 54px;
    text-align: right !important;
  }

.zixun {
  width: 100%;
}

.content-title {
  display: flex;
  align-items: center;
  height: 56px;
  box-sizing: border-box;
  justify-content: space-between;
  background: #f1f1f1;
  padding-right: 14px;
}
.content-title-text {
  font-family: PingFang SC;
  width: 180px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 24px;
  background: #1357ac;
  text-align: center;
}
.content-title-more a {
  font-family: PingFang SC;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.65);
}
.content-title-more a img {
  margin-left: 3px;
}
.zixun-list {
  padding-top: 12px;
}
.zixun-item {
  background: url(../../Images/sanjiao.png) no-repeat 1px 16px;
  padding-left: 17px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
  height: 40px;
}
.zixun-item:hover {
  background-color: rgba(223, 238, 255, 1);
}
.zixun-item:last-child {
  margin-bottom: -6px;
}

.zixun-item-time {
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 41px;
  text-align: right;
}
.zixun-item-text a {
  display: inline-block;
  font-family: PingFang SC;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 31px;
  line-height: 41px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.content-news {
  display: flex;
  flex-direction: column;
}



.content-qiangsheng,
.content-biaozhun {
  width: 100%;
  margin-bottom: 30px;
}

.content-qiangsheng .news-item-text a,
.content-biaozhun .news-item-text a {
  width: 100%;
}

.content-minsheng,
.content-fengcai,
.content-shijiao {
  width: 100%;
  margin-bottom: 30px;
}

.news-title-text {
  font-family: PingFang SC;
  width: 160px;
  height: 56px;
  line-height: 56px;
  color: #fff;
  font-size: 24px;
  background: #1357ac;
  text-align: center;
}
.news-list {
  padding-top: 14px;
}
.news-item {
  background: url(../../Images/sanjiao.png) no-repeat left;
  padding-left: 17px;
  height: 40px;
  line-height: 50px;
}
.news-item:hover {
  background-color: rgba(223, 238, 255, 1);
}
.news-item-text a {
  font-size: 16px;
  font-family: PingFang SC;
  color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: auto;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.radio-list {
  margin-top: 29px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.radio-item {
  position: relative;
  width: 100%;
  max-width: 320px;
  overflow: hidden;
}  

.radio-item img:first-child {
  width: 100%;
  height: auto;
  aspect-ratio: 320/230;
}
.radio-item .bofang {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.radio-item-text {
  text-align: center;
  font-family: PingFang SC;
  font-size: 16px;
  line-height: 45px;
  height: 45px;
  color: rgba(0, 0, 0, 0.851);
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-business {
  margin: 26px 0 20px;
}
.content-link {
  background: linear-gradient(
    to bottom,
    rgba(19, 87, 172, 0),
    rgba(19, 87, 172, 0.2)
  );
  padding: 10px 0 30px;
  width: 100%;
}

.container .content-title {
  width: 100%;
  margin: 13px 0 20px;
}

.link-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.link-list {
  display: flex;
  flex-wrap: wrap;
}

.link-item {
  width: calc(50% - 20px);
  height: 80px;
  background: #fff;
  position: relative;
}
.link-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 248px;
  max-height: 98px;
  transform: translate(-50%, -50%);
}


@media (max-width: 768px) {
  .content {
    padding: 0 10px;
  }
  .content-zhiliang, .content-shengchan, .content-shishi
  {
    display: none;
  }
  .lunbo-text{
    bottom: 4px;
  }
  .my-pagination{
    display: none;
  }
  .content-zixun{
    flex-direction: column;
    margin: 30px 0;
  }
  .zixun-item-text{
    width: 75%;
  }
  .zixun-item-time {
    width: 25%;
  }
  .radio-item{
    max-width: none;
  }
  .content-link .container{
    padding: 0 10px;
  }
  .content-link .link-container{
    padding: 0 10px;
  }
  .link-item {
    flex: 1 1 50%; /* 这将确保每个项目占据容器宽度的50% */
    margin-bottom: 10px;
  }
  .link-item img{
    width: 100%;
    height: 80px;
  }  

}
@media (min-width: 992px) {
  .content-zixun {
    flex-direction: row;
  }
  .zixun {
    width: 580px;
  }
  .content-news {
    flex-direction: row;
    justify-content: space-between;
  }
  .content-qiangsheng,
  .content-biaozhun {
    width: 672px;
  }
  .content-minsheng,
  .content-fengcai,
  .content-shijiao {
    width: 430px;
  }
  .link-item {
    width: 248px;
    margin-right: 40px;
    margin-top: 17px;
  }
  
  .link-item:nth-child(5n) {
    margin-right: 0;
  }
}