.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner .swiper-pagination {
  position: absolute;
  bottom: 32px;
  right: auto;
  left: auto;
  width: auto;
  z-index: 10;
  width: 100%;
  text-align: center;
  height: 14px;
}
.swiper-container-horizontal
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 10px;
}
.banner .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  opacity: 0.46;
  background: #fff;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  border: 2px solid rgba(255, 255, 255, 1);
  transform: scale(1.4); /* 略微缩小放大比例 */
  background-clip: padding-box;
  background: rgba(255, 255, 255, 0);
}
.index-wrap {
  width: 100%;
}
.zxdt {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
}
.lb {
  position: relative;
  width: 48%;
  height: 458px;
}
.lb .swiper-container {
  width: 100%;
  height: 100%;
}
.lbimg {
  width: 100%;
  height: 435px;
  border-radius: 4px;
}
.lbimg img {
  width: 100%;
  height: 100%;
}
.lb .bot {
  width: 93%;
  background-color: #1a4eb1;
  border-bottom: 3px solid #ffae00;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px 48px;
  color: #fff;
}
.lb .bot .lbtime {
  font-family: DINPro;
  font-weight: 500;
}
.lb .bot .lbtime p {
  font-size: 36px;
  line-height: 26px;
}
.lb .bot .lbtime span {
  font-size: 20px;
}
.lb .bot .lbtime h3 {
  margin-top: 12px;
  font-size: 13px;
  color: #1a4eb1;
  font-family: DIN;
  background-color: #fff;
  text-align: center;
  line-height: 16px;
  width: 49px;
  height: 16px;
  border-radius: 30px;
  float: right;
  font-weight: 700;
}

.lb .bot h2 {
  width: 76%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 19px;
  font-weight: 400;
  line-height: 30.4px;
  font-family: OPPOSans;
}
.lb .swiper-pagination {
  position: absolute;
  bottom: 23px;
  right: 50%;
  transform: translateX(50%);
  left: auto;
  width: auto;
  z-index: 10;
}
.lb
  .swiper-container-horizontal
  .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 6px;
}
.lb .swiper-pagination-bullet {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  cursor: pointer;
  border: none;
  opacity: 0.3;
  background: #fff;
}
.lb .swiper-pagination-bullet-active {
  opacity: 1;
  border: none;
}
.list1 {
  width: 48%;
}
.top-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 38px;
}
.top-head h2 {
  font-size: 26px;
  font-weight: bold;
  padding-left: 46px;
}
.top-head a {
  font-family: "Source Han Serif SC";
  font-size: 18px;
  color: #808080;
  text-decoration: underline;
}
.list1 ul li {
  display: flex;
  /* justify-content: space-between; */
  margin-bottom: 20px;
  align-items: center;
  font-family: OPPOSans;
}
.list1 ul li:last-child {
  margin-bottom: 0;
}
.list1 ul li .time {
  color: #43596e;
  text-align: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 4px;
  border: 1px dashed #95a1bc;
  font-family: DINPro;
  font-weight: 500;
  margin-right: 20px;
}
.list1 ul li .time h2 {
  font-size: 26px;
}
.list1 ul li .time h3 {
  font-size: 12px;
}
.list1 ul li .listtit {
  font-size: 18px;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list1 ul li:hover .time {
  background-color: #1a4eb1;
  color: #fff;
}
.list1 ul li:hover .listtit a {
  color: #1a4eb1;
  
}

.mid-nav {
  background: #eef2fa;
  padding: 50px 0;
}
.mid-nav .box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mid-nav .box ul li {
  padding: 0 30px;
  width: 270px;
  border-radius: 4px;
  background: #fff url(../images/navbg.png) no-repeat left 20px top 20px;
}
.mid-nav .box ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 88px;
  
}

.mid-nav .box ul li h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 29px;
  font-family: OPPOSans;
}
/*
.mid-nav .box ul li a:hover{
    color: #1A4EB1;
} */
.index-wrap2{
    padding: 50px 0 0;
}
.index-wrap2 .box{
    display: flex;
    justify-content: space-between;
}
.xmsb,
.zsxx{
    width: 48%;
}
.list2{
}
.list2 li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:20px 0;
    
}
.list2 li:first-child{
    padding:0 0 20px;
}
.list2 li a{
    overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    font-size: 17px;
    line-height: 22px;
    background: url(../images/indexicon1.png) no-repeat left center;
    padding-left: 26px;
    font-family: "OPPOSans";
    font-weight: 400;
}
.list2 li span{
    font-size: 14px;
    color: #999;
    padding-left: 20px;
}
.footer {
    margin-top: 50px;
}


