.top_right{
  width:700px;
  height:43px;
  line-height:43px;
  background-image:url(../img/top_right.png);
  background-repeat:no-repeat;
  background-position:left;
}
.news{
  background-image:url(../img/news_bg.png);
  background-repeat:no-repeat;
  background-position:bottom center;
}
.lineblue{
  --bs-primary-rgb: 2, 76, 148;
}
.buttonblue{
  --bs-btn-bg:#024c94;
}
.xyfg{
  height:588px;
  background-image:url(../img/xyfg_bg.png);
  background-repeat:no-repeat;
  background-position:bottom center;
}

.ccc_box{
  height:1200px;
  background-image:url(../img/ccc_bg.png);
  background-repeat:no-repeat;
  background-position:bottom center;
}
.dashedboder{
  --bs-border-style: dashed;
}

.xygk{
  height:961px;
  background-image:url(../img/xygk_bg.png);
  background-repeat:no-repeat;
  background-position:bottom center;
  margin-top:-140px;
  padding-top:140px;
}
.news_line{
  background-image:url(../img/news_line_bg.png);
  background-repeat:no-repeat;
  background-position:left bottom;
}
.lineccc2{
  --bs-light-border-subtle:#cccccc;
  --bs-border-style: dashed;
}
.link{
  height:404px;
  background-image:url(../img/link_bg.png);
  background-repeat:no-repeat;
  background-position:bottom center;
}
.scale105{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.scale105:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.scale105bg{
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.scale105bg:hover{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
  background-color:#12528f;
  color:#ffffff;
}

/* 上一条和下一条 */
  .otherLink{
    display: flex;
    justify-content: space-between;
    margin:100px 0 70px 0;
    color: #333333;
    font-size: 18px;
  }
  .otherLink:hover{
    color: #024c94;
    cursor: pointer;
  }
  .otherLink a{
    
    color: #333333;
    
  }
  .otherLink a:hover{
    color: #024c94;
    cursor: pointer;
  }
  .active{
    color: #024c94;
    
    
  }


/*分页*/

.pagination {}

.pagination li {display: inline-block;margin-right: 10px; border-radius: 5px; padding: 5px;border: 1px solid #e2e2e2;min-width: 36px;text-align: center;}

.pagination li.active {background: #024c94;color: #fff; border: 1px solid #024c94; }

.pagination li a {display: block;text-align: center; color: #999999;}
