.newBg {
    background: linear-gradient(145deg, #0A4AB9 0%, rgba(1, 81, 150, 0) 60%), url('../img/reurcit/reurcitbanner.png') no-repeat !important;
}

.newtTex {
    font-size: 0.4rem !important;
}

.newtBor {
    width: 0.6rem !important;
}

.m-title {
    border-bottom: 0 !important;
    padding-bottom: 0;
}

.nh-bar {
    width: 0.6rem;
    height: 0.04rem;
    background: #0B4DB2;
}

.public .banner-nav a {
    width: auto;
    margin-right: 0.1rem;
    width: 1.6rem;
    padding: 0 !important;
}

.reurcit {
    width: 14rem;
    /* padding: 0.6rem 2.6rem 1rem; */
    padding-bottom: 1.2rem;
    padding-top: 0.6rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.reurcit .reu-content {
    margin-top: 0.5rem;
}

.reurcit .reu-content .reu-tit {
    display: flex;
    align-items: center;
    width: 100%;
    height: 0.82rem;
    padding-left: 0.75rem;
    background: linear-gradient(180deg, #2971E1 0%, #0B4DB2 100%);
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.2rem;
    color: #FFFFFF;
    box-sizing: border-box;
}

.reu-tit div {
    margin-right: 2.62rem;
}

.reu-tit div:last-child {
    margin-right: 0;
}

.reu-list {
    margin-top: 0.21rem;
}

.reu-item-top {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    height: 0.67rem;
    padding-right: 0.45rem;
    box-shadow: 0.01rem 0.02rem 0.09rem 0.01rem rgba(122, 122, 122, 0.12);
    box-sizing: border-box;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.18rem;
    color: #333333;
    cursor: pointer;
}

.reu-item-left {}

.itemTex1 {
    width: 2.3rem;
    box-sizing: border-box;
    text-align: center;
}

.itemTex2 {
    width: 4.54rem;
    box-sizing: border-box;
    text-align: center;
}

.itemTex3 {
    width: 2.04rem;
    box-sizing: border-box;
    text-align: center;
}

.itemTex4 {
    margin-left: 2.04rem;
    box-sizing: border-box;
    white-space: nowrap;
}

.itemTex5 {
    margin-left: 1.37rem;
    box-sizing: border-box;
}

.reu-item-bottom {
    position: relative;
    display: none;
    width: 100%;
    padding-top: 0.33rem;
    padding-left: 0.75rem;
    padding-bottom: 0.4rem;
    box-sizing: border-box;
    background: linear-gradient(179deg, #FFFFFF 0%, #FFFFFF 71%, #EBF3FF 100%);
    box-shadow: 0px 0.03rem 0.06rem 0.01rem rgba(138, 138, 138, 0.16);
}

.iBot-active {
    box-shadow: 0px 0.03rem 0.07rem 0.01rem rgba(0, 0, 0, 0.24);
}

.reu-item-bottom .bot-content .bot-con-tit {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.32rem;
}

.reu-item-bottom .bot-content .bot-con-tex {
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #777777;
    line-height: 0.3rem;
}

.reu-margin {
    margin-bottom: 0.25rem;
}

.reu-item .reu-item-bottom .reu-btn-con{
    display: flex;
        margin-top: 0.4rem;
}

.reu-item .reu-item-bottom .reu-btn-con .reu-btn {
    display: block;
    /*width: 1.2rem;*/
    height: 0.38rem;
    background: #0B4DB2;
    border-radius: 0.03rem;
    margin-right: 1rem;
    padding: 0 0.28rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 0.38rem;
    text-align: center;
    cursor: pointer;
}

.reu-img {
    position: absolute;
    width: 1.92rem;
    height: 1.53rem;
    bottom: 0.13rem;
    right: 0.13rem;
}

/* 页码 */
.page {
    width: fit-content;
    margin: 0 auto;
    margin-top: 0.58rem;
    margin-bottom: 0 !important;
    display: flex;
    align-items: center;
}

.page .list {
    display: flex;
    align-items: center;
    color: rgba(109, 109, 109, 1);
}

.page .list .item {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.03rem;
    margin-right: 0.03rem;
    border: 0.01rem solid rgba(56, 102, 240, 0);
    text-align: center;
    line-height: 0.32rem;
    font-size: 0.14rem;
    color: rgba(109, 109, 109, 1);
    cursor: pointer;
    overflow: hidden;
}

.page .list .item:hover {
    background: #0B4DB2;
    color: white;
    border: 0.01rem solid var(--c);
}

.page .list .active {
    background: #0B4DB2;
    color: white;
    /* border: 0.01rem solid var(--c); */
}

.page .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.32rem;
    height: 0.32rem;
    margin-left: 0.08rem;
    margin-right: 0.08rem;
    border: 0.01rem solid #ededed;
    cursor: pointer;
    overflow: hidden;
    background-color: #fff;
}

.page .btn img {
    height: 0.11rem;
    object-fit: contain;
}

.page .prev::after {
    content: '<';
}

.page .next::after {
    content: '>';
}

.page .prev::after,
.page .next::after {
    position: absolute;
    font-size: 0.16rem;
    font-family: '宋体';
    color: rgba(109, 109, 109, 1);
    font-weight: bold;
}

.page .btn:hover {
    background: rgba(226, 225, 225, 1);
}

.page .btn:hover::after {
    color: #fff;
}

.page .disable {
    opacity: 0.5;
}

.page .btn:hover img {
    filter: brightness(0) invert(1);
}

.page .total {
    margin-right: 0.23rem;
    font-size: 0.14rem;
    color: #333333;
}

.page .to_page {
    font-size: 0.14rem;
    color: rgba(109, 109, 109, 1);
    margin-left: 0.08rem;
}

.page .to_page input {
    width: 0.6rem;
    height: 0.31rem;
    margin: 0 0.05rem;
    padding: 0 0.1rem;
    border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
    border: 0.01rem solid rgba(226, 225, 225, 1);
    outline: none;
    font-size: 0.14rem;
    color: rgba(109, 109, 109, 1);
    background: transparent;
}

.page .list .list-dot {
    border: none;
}


@media only screen and (max-width: 768px){
    .reurcit{ 
        width: 100%;
    }
    .contentMain .m-title{
        text-align: center;
    }
    .nh-bar{
        margin: 0 auto;
    }
    .reu-tit div{
        font-weight: bold;
        font-size: 0.24rem;
        margin-right: 0.05rem;
        width: 17%;
    }
    .reurcit .reu-content .reu-tit{
        padding-left: 0.25rem;
    }
        .reu-tit div:nth-child(1){
width: 28%;
    text-align: center;
    } 
    .reu-tit div:nth-child(2){
        width: 28%;
    text-align: center;
    } 
.reu-item-top{
    font-size: 0.24rem;
}
.reu-item-top{
    padding-right: 0.25rem;
    padding-left: 0.25rem;
}
.itemTex1{ 
text-align: center;
    width: 30%;
}
.itemTex2{
    width: 30%;
    text-align: center;

}
.itemTex3{
    text-align: center;
  width: 15%;
}
.itemTex4{
    width: 22%;
    margin-left: 0;
    text-align: center;
}
.itemTex5{
    margin-left: 0;
    width: 3%;
}
.reu-item-bottom .bot-content .bot-con-tex{
    font-size: 0.24rem;
}
.reu-item-bottom .bot-content .bot-con-tit{
    font-size: 0.24rem;
}
.reu-item-bottom{
    padding-right: 0.5rem;
    padding-left:0.5rem;
    
}
.reu-item .reu-item-bottom .reu-btn-con .reu-btn{
    font-size: 0.24rem;
}



}














