.news_first_bg {
    background-color: #F8F9FBFF;
}
.news_first {
    height: 300px;
    width: 100%;
}
.font-1 {
    font-size: 14px;
}

.font-2 {
    font-size: 12px;
}
.page-link {
    text-align: center;
    height: 50px;
    font-size: 17px;
    line-height: 17px;
}
.page-link:focus {
    /* 去掉边框阴影 */
    box-shadow: none;
}

.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 {
    position: relative;
    margin-top: 216px;

    .head {
        width: 100%;
        height: auto;
        /* margin-top: 82px; */
        position: relative;
}
}


.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;
}
.text-gold {
    color: #DCB579; 
}
.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
    /* font-size: 30px; */
}
.text-s {
    font-size: 14px
    /* font-size: 18px; */
}
.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; } }


.col-md-6.phoneHidden {
    display: flex; 
    flex-direction: row; 
    justify-content: right; 
    gap: 30px;
    height: 80px;
}

.col-md-6.phoneHidden:hover {
    color: white;
}

.clickto {
    cursor: pointer;
    line-height: 50px;
    /* margin-right: 22px; */
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    /* padding-top: 20px; */
    align-content: center;

    /* a:hover {
        color: white;
    } */
}

.clickto:hover, .clickto-active {
    /* color: #0c63e4;
    border-bottom: solid #0c63e4 2px; */
    background-image: url(/static/web/images/sub-bg.png);
    background-size: contain;

    a {
        color: white;
    }
    
}
/* .clickto-active{
    color: #0c63e4;
    border-bottom: solid #0c63e4 2px;

} */

.first-title {
    height: 80px; 
    /* padding-top: 20px; */
}

.title {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* margin-left: auto;
    margin-right: auto;
    max-width: 1320px; */
    padding: 0 0;

    .dot {
        height: 30px;
        width: 50px;
        background-image: url(/static/web/images/dot1.png), url(/static/web/images/dot2.png), url(/static/web/images/dot3.png);
        background-position: center left, center, center right;
        background-repeat: no-repeat;
    }
}

.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)
}

.aboutus_bg {
    background-image: url(/static/web/images/aboutus-bg.png); 
    background-repeat: no-repeat; 
    background-size: cover;
}

.profile_first_bg {
    background-image: url(/static/web/images/profile_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 180px;
    width: 820px;
    left: -20px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    position: relative;
    z-index: 10;
}

.profile_first_bg.behind { 
    z-index: 0;
}

.left-con {
    display: flex;
    flex-direction: column;
    width: 56%;
    /* height: 100px; */
}

.right-con {
    width: 44%;
    /* padding-top: 90px; */
    padding-left: 0;
    padding-right: 0;
}

/* 人力资源 */
.fund, .humanres, .apart, .bigdata {
    display: flex;
    flex-direction: row;

    .left {
        width: 30%;
        display: flex;
        flex-direction: column;
        gap: 30px;

        .contents {
            display: flex;
            flex-direction: column;
            gap: 10px;
            div {
                background-color: #f1f1f1;
                color: black;
                font-size: 24px;
                height: 110px;
                padding-left: 50px;
                align-items: center;
                background-repeat: no-repeat;
                background-position: left 10px center;
                background-size: 10%;

                display: flex;
                align-items: center;
                gap: 10px;
            }
            .hr-active, .fund-active, .apart-active, .bigdata-active, div:hover {
                background-color: #123E91;
                /* color: white; */
                cursor: pointer;

                a {
                    color: white;

                }
            }

            .fund {
                background-image: url(/static/web/images/fund-icon-1.png);
            }
            .fund-active, .fund:hover {
                background-image: url(/static/web/images/fund-icon-2.png);
            }
            .hr {
                background-image: url(/static/web/images/hr-icon-1.png);
            }
            .hr-active, .hr:hover {
                background-image: url(/static/web/images/hr-icon-2.png);
            }
            .apart {
                background-image: url(/static/web/images/apart-icon-1.png);
            }
            .apart-active, .apart:hover {
                background-image: url(/static/web/images/apart-icon-2.png);
            }
            .bigdata {
                background-image: url(/static/web/images/bigdata-icon-1.png);
            }
            .bigdata-active, .bigdata:hover {
                background-image: url(/static/web/images/bigdata-icon-2.png);
            }
        }
        
    }

    .right {
        width: 70%;
        display: flex;
        flex-direction: column;
        padding-top: 20px;
        padding-bottom: 50px;
        gap: 20px;
        border: 2px solid #f4f4f4;
        box-shadow: inset 0 0 0 1px #f4f4f4;

        .description {
            display: flex;
            flex-direction: column;
            gap: 15px;


            .text {
                font-size: 12px;
                
            }
        }

        .content {
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            gap: 20px;

            .row-1, .row-2, .row-3 { 
                display: flex;
                flex-direction: row;
                justify-content: space-evenly;
                gap: 10px;

                .bg {
                    width: 386px;
                    height: 276px;
                    background-position: center;
                    background-size: contain;
                    background-repeat: no-repeat;

                    display: flex;
                    flex-direction: column;              
                    justify-content: space-evenly;                  
                    align-items: center;                 
                    padding-top: 50px;                
                    padding-bottom: 50px;
                }

                .text {
                    color: white;
                }
            }
        }
    }
}

/* 党建之窗 */
.party-con {
    /* gap: 20px; */
    .row { 
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        .arrow-img {
            width: 60px;
            height: 45px;
            /* height: 45px; */
            background-image: url(/static/web/images/arrow-white.png);
            background-repeat: no-repeat;
            background-size: contain;
        }

        .arrow-img:hover {
            background-image: url(/static/web/images/arrow-yellow.png);
        }
    }
}