.news_first_bg {
    background-color: #F8F9FBFF;
}
.news_first {
    height: 300px;
    width: 100%;
}
.font-1 {
    font-size: 14px;
}
.page-link {
    text-align: center;
    height: 50px;
    font-size: 17px;
    line-height: 17px;
}
.breadcrumb-item{
    text-align: center;
    line-height: 50px;
}
hr {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    height:5px;border:none;border-top:2px dotted #858383;
}
.breadcrumb {
    margin-bottom: 0px;
}
svg {
    height: 50px;
    width: 50px;
}
.svg {
    height: 100px;
    width: 100px;
    padding: 20px;
    border-radius: 50px;
    background: #f2f7fd;
}
a {
    text-decoration:none;
    color: #131313;
}
.text {
    font-size: 16px;
    height: 50px;
}
.contins .head {
    width: 100%;
    margin-top: 82px;
}


.copyright {
  text-align: center;
  color: white;
  background-color: rgba(8, 73, 149, 1);
}
/*文字颜色*/
.text-hui {
    color: #666666FF;
}
.text-hui-2 {
    color: #a2a1a1;
}
.text-orange {
    color: #EF9650FF;
}
.text-black {
    color: #000000FF;
}
.text-w {
    color: #fff;
}
.h7 {
    font-weight: bold;
}
.p-r-0 {
    padding-right: 0!important;
}
.text-xxl {
    font-size: 28px
}
.text-xl {
    font-size: 24px
}
.text-l {
    font-size: 20px
}
.text-s {
    font-size: 14px
}
.img-100 {
    width: 100%;
}
.shu {
    border: solid 2px #0B69D5FF;
}
.honor-bg{
    background-size: 100% 100%;
    background-image: url("/static/web/images/honor_bg.png");
}
.bg-info-1 {
    background: #347FC9FF;
}
.bg-ga {
    background: #F7F7F7FF;
}
.pr-0 {
    padding-right: 12px;
}
.pl-0 {
    padding-left: 0;
}
.input {
    height: 40px;
    line-height: 0px;
}
@media (max-width: 991px) {
    .contins .head {
        margin-top: 42px;
    }
    .pl-0{
        padding-left: calc(var(--bs-gutter-x) * .6);
    }
}
p {
    margin-bottom: 0.6rem;
}

.rlzy-svg {
    height: 60px;
}
.border-1 {
    border-radius: 4px;
}
.col-xs-2-half, .col-sm-2-half, .col-md-2-half, .col-lg-2-half{ position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }

@media ( min-width : 768px) { .col-sm-2-half{ width: 20%; float: left; } }

@media ( min-width : 992px) { .col-md-2-half{ width: 20%; float: left; } }

@media ( min-width : 1200px) { .col-lg-2-half{ width: 20%; float: left; } }

.clickto {
    cursor: pointer;
    line-height: 50px;
    margin-right: 22px;
}
.clickto-active{
    color: #0c63e4;
    border-bottom: solid #0c63e4 2px;
}
.point {
    cursor: pointer;
}
.flex {
    display: flex;
    flex-direction: row;
}
.user{
      height: 100vh;
      display: flex;
      align-items: center;
      justify-content: center;
      background: url("/static/web/images/login-bg.png") no-repeat;
      background-size: 100% 100%;
    }
.form {
    position: absolute;
    background: #edeff5;
    width: 350px;
    height: 430px;
    top: 30%;
    right: 15%;
    padding: 20px;
    border-radius: 4px;
}
.btoo{
    height: 20px;
    width: 20px;
    border: #1e2125 solid 0.2px;
    border-radius: 10px;
}
.btoo1{
    height: 20px;
    width: 20px;
}
.inouus{
    margin-left: 20px;
    width: 170px;
}
.input-btn {
    width: 100%;
    height: 40px;
    background: rgba(11, 105, 213, 1);
    color: #fff;
    margin: auto;
}
.text-blue {
    color:rgba(11, 105, 213, 1)
}