.information {
    overflow: hidden;
    background-color: #fff;
    text-align: left;
    margin-top: .2rem;
    box-shadow: 0 0 0.1rem rgb(95 101 105 / 10%);
    border-radius: 0.3rem 4px 4px 0.3rem;
    margin-top: 1.3rem;
}

.main-l {
    width: 3.11rem;
    flex: 0 0 3.11rem;
    background: #eef5f9 url(../images/bg_img1.png) no-repeat left bottom;
    background-size: 100%;
}

.main-l-title {
    color: white;
    text-align: center;
    /* font-weight: 600; */
    line-height: 0.9rem;
    background: url(../images/foot_bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0.26rem;
}

    .main-l-title img {
        margin-right: 0.1rem;
        width: 0.25rem;
        vertical-align: middle;
    }
/* 列表的二级菜单 */
.nav-two li {
    margin: 0.09rem;
}

    .nav-two li a {
        display: block;
        font-size: 0.2rem;
        line-height: 0.7rem;
        padding: 0 0.15rem;
        background: #f8fbfd;
        border-radius: 4px 0 0 4px;
        color: #333333;
        text-align: center;
    }

    .nav-two li.active a {
        color: #019c62;
    }

    .nav-two li:last-child a {
        /* border-bottom: 0; */
    }
/* 右侧列表 */
.main-r {
    flex-grow: 1;
    overflow: hidden;
}

.main-r-title {
    border-bottom: 3px solid #019c62;
    padding: 0.19rem 0.2rem;
}

.osearch-wrapper {
    width: 4rem;
    height: 0.38rem;
    line-height: 0.38rem;
    border-radius: 0.2rem;
    border: 1px solid #e5e5e5;
    position: relative;
}

.osearch-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 0.45rem;
    height: 0.38rem;
    background: url(../images/icon_search.png) no-repeat center;
    background-size: 0.15rem;
    cursor: pointer;
}

.osearch-wrapper input {
    line-height: 0.38rem;
    background: transparent;
    border: 0;
    width: 100%;
    padding: 0 0.45rem 0 0.2rem;
    font-size: 0.16rem;
}

.main-r-title .h {
    line-height: 0.47rem;
    color: #019c62;
    font-size: 0.18rem;
}

.main-r-content {
    padding: 0.2rem;
}

/* 分页 */
.pagination {
    text-align: center !important;
    margin: 0.2rem auto;
}

.page-item {
    margin-right: 18px;
}

.page-link {
    display: inline-block;
    width: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
    border-radius: 4px;
    border: 1px solid #019c62;
    padding: 0;
    font-size: 0.15rem;
    color: #019c62;
}

.page-item:last-child {
    margin-right: 0;
}

.page-item.active .page-link {
    background: #019c62;
    border: 1px solid #019c62;
    color: white;
}

.page-item:last-child .page-link,
.page-item:first-child .page-link {
    border-radius: 4px;
}

.page-item .page-link.prev,
.page-item .page-link.next {
    width: auto;
    padding: 0 0.05rem;
    height: 0.36;
    /* border-radius: 0.2rem !important; */
    border: 1px solid #019c62;
    font-size: 0.15rem;
}

.page-link:hover {
    color: #fff;
    text-decoration: none;
    background-color: #019c62;
    border-color: #019c62;
}

.article {
    background: white;
    padding: 0.2rem 0.5rem 0.5rem;
}

.article-title {
    margin: 25px 0 30px;
    text-align: center;
}

    .article-title h1 {
        font-size: 0.24rem;
        color: #525151;
        margin-bottom: 0.24rem;
    }

    .article-title span {
        margin: 0 0.15rem 0 0.05rem;
        color: #989A9C;
    }

    .article-title strong {
        color: #989A9C;
    }

.repeatX {
    width: 100%;
    background: url(../images/repeatBg.png) 0 0 repeat-x;
    height: 8px;
}

.article .main-body {
    padding-top: 0.3rem;
}

.article p {
    color: #525151;
    line-height: 0.35rem;
    margin: 0.2rem 0px;
    font-size: 0.16rem;
}

    .article p img {
        max-width: 80rem;
        margin: 0 auto;
    }

.img-desc {
    margin: 0.14rem 0 0.2rem;
    display: block;
    /* width: 600px; */
    text-align: center;
    line-height: 20px !important;
    color: rgb(145, 145, 145) !important;
}

.text-indent {
    text-indent: 0.28rem;
}

.article-links {
    line-height: 0.38rem;
    margin-top: 0.35rem;
}

    .article-links a:hover {
        color: #019c62;
    }

.hot-news-wrapper {
    padding-top: 30px;
}

.hot-title {
    font-size: 0.18rem;
    font-weight: 600;
    color: #525151;
}

.hot-news-wrapper ul.list-box li {
    margin-top: 0.15rem;
}

    .hot-news-wrapper ul.list-box li a {
        font-size: 0.16rem;
    }

.hot-news-wrapper ul.list-box {
    padding: 0;
}

    .hot-news-wrapper ul.list-box li span.date {
        font-size: 0.14rem;
    }

.breadcrumb a {
    font-weight: 600;
}

.breadcrumb-item.active {
    color: white;
}
/* .breadcrumb-item+.breadcrumb-item::before{
    color: white;
} */
