.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: #333;
    margin: 0;
    line-height: 1;
    font-weight: bold;
}

.title .text p {
    font-size: 0.2rem;
    color: #87111D;
    position: relative;
    line-height: 1;
    margin-top: 0.1rem;
    padding-top: 0.12rem;
}

.title .text p::before {
    content: '';
    width: 0.72rem;
    height: 2px;
    background: #87111D;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.title a.more {
    line-height: 0.64rem;
    padding-right: 0.6rem;
    background: url('icon-more.png') right center no-repeat;
    font-size: 0.16rem;
    color: #666;
    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;
}

.dzgc-index {
    position: relative;

}

.dzgc-index .item {
    position: relative;
}

.dzgc-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;
}

.dzgc-index .pagination span {
    position: relative;
    font-size: 0.3rem;
    transition: all 0.3s ease;
    cursor: pointer;
    line-height: 1;
    height: 0.5rem;
    font-family: sans-serif;
    display: flex;
    align-items: center;
}

.dzgc-index .pagination span::before,
.dzgc-index .pagination span::after {
    content: '';
    display: inline-block;
    width: 0.25rem;
    height: 0.04rem;
    background: url('icon-index-home.png') no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin-right: 0.1rem;
    opacity: 0;
    transition: all 0.3s ease;
}

.dzgc-index .pagination span::after {
    margin-right: auto;
    margin-left: 0.1rem;
    transform: rotate(180deg);
}


.dzgc-index .pagination span.active {
    font-size: 0.5rem;
}

.dzgc-index .pagination span.active::before,
.dzgc-index .pagination span.active::after {
    width: 0.7rem;
    opacity: 1;
}



.xbdt {
    padding-top: 0.5rem;
}

.xbdt-bd {
    display: flex;
}

.xbdt-img {
    width: 8rem;
}

.xbdt-img .item {
    display: block;
    width: 100%;
    height: 5.45rem;
    position: relative;
}

.xbdt-img .item p {
    color: #fff;
    background: #87111D;
    position: absolute;
    bottom: 0;
    height: 0.7rem;
    line-height: 0.7rem;
    padding-left: 0.25rem;
    padding-right: 0.8rem;
    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.7rem;
    background: #0C428A url('icon-prev.png') no-repeat center;
    z-index: 1;
}

.xbdt-img .next {
    bottom: 0.7rem;
    background: #fff url('icon-next.png') no-repeat center;
}

.xbdt-img .swiper-button-disabled {
    opacity: 0.7;
    cursor: no-drop;
}

.xbdt-bd .news-ul {
    width: 7.65rem;
    box-shadow: 0px 0px 5px 1px #eee;
    padding: 0.2rem 0.25rem;
    box-sizing: border-box;
}

.news-ul {
    width: 100%;
}

.news-ul li:first-child a {
    padding-top: 0;
    margin-top: 0;
    border-top: 0;
}

.news-ul li a {
    display: flex;
    position: relative;
    padding-top: 0.25rem;
    margin-top: 0.25rem;
    border-top: solid 1px #e7eef7;
    transition: all 0.3s ease;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}

.news-ul .date {
    width: 0.65rem;
    color: #999;
    font-size: 0.16rem;
}

.news-ul .date .d {}

.news-ul .date .y {
    color: #87111D;
    font-size: 0.2rem;
    font-weight: bold;
}

.news-ul .text {
    flex: 1;
    margin-left: 0.2rem;
    height: 0.6rem;
    border-left: 1px solid #ccc;
    padding-left: 0.2rem;
    display: flex;
    align-items: center;
}

.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: #999;
    font-size: 0.16rem;
    text-indent: 2em;
    line-height: 1.5;
}

.jyhd {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    background: url('bg-jyhd.png') no-repeat top;
    background-size: 100%;
}

.jyhd-bd {
    position: relative;
}

.jyhd-bd .swiper {
    margin: 0 0.7rem;
}

.jyhd-bd .item {
    background: #fff;
    display: block;
    height: 1.85rem;
    padding: 0.35rem;
    padding-top: 0.5rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    position: relative;
    overflow: hidden;
}

.jyhd-bd .item::before {
    content: '';
    position: absolute;
    left: -0.4rem;
    top: -0.4rem;
    width: 0.8rem;
    height: 0.8rem;
    transform: rotate(45deg);
    background: #AA2224;
    transition: all 1s ease;
}

.jyhd-bd .item .date {
    display: flex;
    margin-bottom: 0.2rem;
    align-items: flex-end;
    line-height: 1;
}

.jyhd-bd .item .date .t {
    font-size: 0.24rem;
    color: #AA2224;
    font-weight: bold;
}

.jyhd-bd .item .date .d {
    color: #999;
    margin-left: 0.05rem;
    font-size: 0.18rem;
}

.jyhd-bd .prev,
.jyhd-bd .next {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 0.35rem;
    width: 0.35rem;
    background: url('icon-jyhd-next.png') no-repeat center;
    background-size: contain;
    z-index: 1;
}

.jyhd-bd .next {
    left: auto;
    right: 0;
}

.jyhd-bd .prev {
    transform: translateY(-50%) rotate(180deg);
}

.jyhd-bd .swiper-button-disabled {
    opacity: 0.2;
    cursor: no-drop;
}


.kycg {
    padding-top: 0.5rem;
}


.kycg-img {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.kycg-img .item {
    display: block;
    width: 5rem;
    height: 3.3rem;
    position: relative;
    background: red;
}

.kycg-img .text {
    position: absolute;
    bottom: 0;
    line-height: 0.7rem;
    width: 100%;
    padding-top: 0.5rem;
    color: #fff;
    overflow: hidden;
    text-shadow: 1px 1px 1px #222;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.kycg-img .text p {
    padding: 0 0.25rem;
    font-size: 0.2rem;
}


.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: 3.7rem;
    height: 1.65rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.3rem;
    position: relative;
}

.gzjh-bd a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0.7rem;
    height: 0.7rem;
    background: url('icon-gzjh.png') no-repeat center;
    background-size: 100%;
    transform: translate(-50%, -50%);
}

.gzjh-bd a:nth-child(1) {
    background: #255083;
}

.gzjh-bd a:nth-child(2) {
    background: #609B7D;
}

.gzjh-bd a:nth-child(3) {
    background: #B74D3D;
}

.gzjh-bd a:nth-child(4) {
    background: #4A6D97;
}