.title {
    position: relative;
    min-height: 0.64rem;
    margin-bottom: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title .text {
    text-align: center;
}

.title .text.huan {
    flex-direction: column;
    align-items: flex-start;
}

.title .text.huan p {
    margin-left: 0;
    margin-top: 0.1rem;
}

.title .text h1 {
    font-size: 0.36rem;
    color: #3A6A13;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}

.title .text p {
    font-size: 0.2rem;
    color: #333;
    position: relative;
    line-height: 1;
    margin-top: 0.05rem;
    padding-top: 0.12rem;
    font-weight: bold;
}

.title a.more {
    line-height: 0.64rem;
    padding-right: 0.3rem;
    background: url('icon-more.png') right center no-repeat;
    font-size: 0.18rem;
    color: #333;
    position: absolute;
    right: 0;
}

.title.white * {
    color: #fff !important;
}

.title.white .text p::before {
    background: #fff;
}

.title.white a.more {
    background-image: url(../img/more-white.png);
}

.title .navs {
    display: flex;
    flex: 1;
    margin: 0 0.4rem;
}

.title .navs a {
    font-weight: bold;
    font-size: 0.22rem;
    color: #999;
    margin-right: 0.2rem;
    padding-bottom: 0.15rem;
    padding-top: 0.15rem;
    transition: all 0.3s ease;
    background: url('../img/icon-nav-jiao.png') no-repeat 50% 150px;
}

.title .navs a.active {
    color: #2D5799;
    background: url('../img/icon-nav-jiao.png') no-repeat 50% bottom;
    background-size: 0.12rem;
}

.title .btn {
    display: flex;
    margin-right: 0.5rem;
}

.title .btn .prev,
.title .btn .next {
    width: 0.5rem;
    height: 0.5rem;
    background: url('../img/icon-prev.png') no-repeat center;
    background-size: 100%;
}

.title .btn .next {
    margin-left: 0.3rem;
    background-image: url('../img/icon-next.png');
}

.title .btn .swiper-button-disabled {
    opacity: 0.5;
}

.title.text-center .text {
    flex-direction: column;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.title.text-center .text p {
    margin-left: 0;
    margin-top: 0.1rem;
    text-indent: 0;
}

.title.text-center .text p::before {
    display: none;
}

.hjkx-index {
    position: relative;

}

.hjkx-index .item {
    position: relative;
}

.hjkx-index .pagination {
    position: absolute;
    bottom: 0.4rem;
    z-index: 9;
    color: #fff;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: flex-end;
}

.hjkx-index .pagination span {
    position: relative;
    font-size: 0.3rem;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 1;
    height: 0.14rem;
    width: 0.14rem;
    background: #fff;
    margin: 0 0.05rem;
    border-radius: 0.07rem
}


.hjkx-index .pagination span.active {
    width: 0.4rem
}


.hjkx-index .prev,
.hjkx-index .next {
    position: absolute;
    top: 50%;
    background: url('icon-prev.png') no-repeat center;
    background-size: 100%;
    width: 0.45rem;
    height: 0.6rem;
    margin-top: -0.35rem;
    z-index: 2;
}

.hjkx-index .prev {
    left: 0.6rem;
}

.hjkx-index .next {
    right: 0.6rem;
    background-image: url('icon-next.png');
}


.xbdt {
    padding-top: 0.5rem;
}

.xbdt-bd {
    display: flex;
    justify-content: space-between;
}

.xbdt-img {
    width: 7.7rem;
}

.xbdt-img .item {
    display: block;
    width: 100%;
    height: 5rem;
    position: relative;
}

.xbdt-img .item p {
    color: #fff;
    background: #3A6A14;
    position: absolute;
    bottom: 0;
    height: 0.7rem;
    line-height: 0.7rem;
    padding-left: 0.25rem;
    padding-right: 1.3rem;
    font-size: 0.2rem;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
}

.xbdt-img .prev,
.xbdt-img .next {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0.7rem;
    width: 0.6rem;
    background: url('icon-jt.png') no-repeat center;
    background-size: 80%;
    z-index: 1;
}

.xbdt-img .prev {
    right: 0.6rem;
    transform: rotate(180deg);
}

.xbdt-img .swiper-button-disabled {
    opacity: 0.7;
    cursor: no-drop;
}

.xbdt-bd .news-ul {
    width: 7.65rem;
    box-sizing: border-box;
}

.news-ul {
    width: 100%;
}

.news-ul li:first-child a {
    margin-top: 0;
}

.news-ul li a {
    display: flex;
    position: relative;
    margin-top: 0.25rem;
    transition: all 0.3s ease;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    background: #D6E2CE;
}

.news-ul img {
    width: 2.5rem;
    height: 1.5rem;
    background: #f1f1f1;
}


.news-ul .text {
    flex: 1;
    padding: 0 0.25rem;
    overflow: hidden;
    height: 100%;
}

.news-ul .text .name {
    color: #333;
    font-weight: bold;
    font-size: 0.2rem;
    line-height: 1;
}

.news-ul .text .desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    font-size: 0.16rem;
    text-indent: 2em;
    margin-top: 0.2rem;
}

.news-ul li a:hover {
    background: #3A6A14
}

.news-ul li a:hover * {
    color: #fff !important;
}

.jyhd {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    background: linear-gradient(to bottom, #B2C5A5, #fff);
}

.jyhd-bd {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.jyhd-bd a {
    width: 5rem;
    margin-bottom: 0.25rem;
}

.jyhd-bd a img {
    height: 2.8rem;
    width: 100%;
    background: #eee;
}

.jyhd-bd a p {
    font-size: 0.22rem;
    margin-top: 0.1rem;
}


.kycg {
    padding-top: 0.5rem;
}


.kycg-img {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.kycg-img .item {
    width: 7.65rem;
    height: 2.8rem;
    border: 1px solid #3A6A12;
    position: relative;
    display: flex;
    margin-bottom: 0.25rem;
}

.kycg-img img {
    height: 100%;
    width: 4.05rem;
    object-fit: cover;
    background: #eee;
}

.kycg-img .text {
    flex: 1;
    overflow: hidden;
    padding: 0.25rem;
    box-sizing: border-box;
}

.kycg-img .text .date {
    color: #87111C;
    font-size: 0.18rem;
}

.kycg-img .text .name {
    margin: 0.2rem 0;
    margin-bottom: 0.3rem;
    font-weight: bold;
    font-size: 0.2rem;
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 超出部分用省略号表示 */
    display: -webkit-box;
    /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置子元素垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制文本显示的行数为 2 行 */
}

.kycg-img .text .desc {
    font-size: 0.18rem;
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 超出部分用省略号表示 */
    display: -webkit-box;
    /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置子元素垂直排列 */
    -webkit-line-clamp: 3;
    /* 限制文本显示的行数为 2 行 */
}


.gzjh {
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
}

.gzjh-bd {
    display: flex;
    justify-content: space-between;
    margin-top: 0.7rem;
}

.gzjh-bd a {
    width: 4.95rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.5rem;
    font-weight: bold;
    position: relative;
}

.gzjh-bd a img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.gzjh-bd a p {
    position: relative;
}