/* 首页 */
.zbrc_index{
    background: #fff;
}
.zbrc_index body{
    padding: 0.1rem 0.1rem 0.5rem;
}
.zbrc_index .index_top b{
    font-size: 0.22rem;
    font-style: italic;
}
.zbrc_index .index_top a{
    background-color: #E38820;
    color: #fff;
    text-decoration: none;
    border-radius: 0.05rem;
    display: inline-block;
    padding: 0.02rem 0.1rem;
    transform: scale(0.9);
    vertical-align: bottom;
    margin-bottom: 0.04rem;
}
.zbrc_index .index_top a:after{
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0.6em solid #ffffff;
    border-bottom: 0.4em solid transparent;
    border-right: 0 solid transparent;
    border-top: 0.4em solid transparent;
    vertical-align: top;
    margin-left: 0.03rem;
    margin-top: 0.06rem;
    transform: scale(0.8);
    margin-right: -0.02rem;
}

.swiper_ad{
    margin: 0.05rem 0 0.2rem;
    padding-bottom: 0.2rem;
}
.swiper_ad .swiper-wrapper{
    height: auto;
}
.swiper_ad .swiper-slide img{
    width: 100%;
    border-radius: 0.1rem;
}
.swiper_ad .swiper-pagination{
    bottom: 0;
}
.swiper_ad .swiper-pagination-bullet{
    background-color: #333333;
    opacity: 1;
}
.swiper_ad .swiper-pagination-bullet-active{
    background-color: #E38820;
}
.zbrc_index .title_dia .name{
    height: auto;
    float: unset;
}
.zbrc_index .title_dia .name span{
    background: none;
    color: #333;
    text-align: left;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 0.2rem;
    height: auto;
}
.zbrc_index .news{
    padding: 0;
}
.zbrc_index .news .item{
    display: flex;
    border-bottom: 1px solid #ddd;
    padding: 0.1rem 0;
}
.zbrc_index .news .item:last-child{
    border: none;
}
.zbrc_index .news .item .img{
    flex: 1.5rem;
    flex-grow: 0;
}
.zbrc_index .news .item .img img{
    width: 100%;
    border-radius: 0.05rem;
}
.zbrc_index .news .item .con{
    padding-left: 0.1rem;
    flex: 1;
    position: relative;
}
.zbrc_index .news .item .con .title{
    font-size: 0.14rem;
    font-weight: normal;
    padding: 0;
}
.zbrc_index .news .item .con .date{
    font-size: 0.12rem;
    color: #999;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media (max-width: 767px) {
    /* 新闻详情页 */
    html{
        background: linear-gradient(to bottom, #E6F3F9, #C6DDF3);
        font-size: 100px !important;
        background-attachment: fixed;
    }
     body{
        padding: 0.5rem 0.1rem 0.5rem;
    }
     .bottom{
        display: none;
    }
     .max_w{
        max-width: none;
    }
     .top{
        display: none;
    }
     .menu_wrap{
        position: fixed;
        background: #E5F2F9;
        top: 0;
        left: 0;
        width: 100%;
    }
    .menu_wrap .menu{
        display: none;
    }
    .menu_wrap .menu .item{
        color: #333;
        font-weight: bold;
        /* background: red; */
        padding: 0 0.3rem 0 0.5rem;
        line-height: 0.44rem;
        left: -0.5rem;
        display: block;
    }
     .menu_wrap .menu .item + .item{
        display: none;
    }
     .menu_wrap .m_l{
        background: none;
        width: auto;
        left: 0.2rem;
    }
     .menu_wrap .m_r{
        display: none;
    }
     .menu_wrap .m_l::before{
        content: "";
        display: inline-block;
        border-left: 2px solid #333;
        border-top: 2px solid #333;
        border-bottom: none;
        border-right: none;
        width: 0.12rem;
        height: 0.12rem;
        transform: rotate(-45deg);
        margin: 0.15rem 0 0 0;
    }
    .menu_wrap .m_l::after{
        content: '返回';
        color: #333;
        font-weight: bold;
        font-style: normal;
        font-size: 0.18rem;
        margin-left: 0.12rem;
    }
     .new_detail{
        background: none;
        padding: 0 0.25rem;
    }
     .new_detail_wenben {
        line-height: 0.28rem;
        font-size: 0.15rem;
    }
     .new_detail_wenben img {
        max-width: 100%;
    }

    /* 证书查询页 */
     .searchpage{
        position: absolute;
        top: 0.5rem;
        left: 0;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        background: none;
        height: auto !important;
    }
     .searchpage iframe{

    }
}