﻿.title {
    position: relative;
    min-height: 0.64rem;
    margin-bottom: 0.4rem;
}

.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: #008890;
    margin: 0;
    font-weight: bold;
    display: inline-block;
}

.title .text p {
    font-size: 0.3rem;
    color: #333;
    font-weight: bold;
    margin-left: 0.2rem;
    display: inline-block;
}

.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: #008890;
    position: absolute;
    right: 0;
    top: 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;
}

.sdl-index {
    position: relative;

}

.sdl-index .item {
    position: relative;
}

.sdl-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;
}

.sdl-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
}


.sdl-index .pagination span.active {
    width: 0.4rem
}


.sdl-index .prev,
.sdl-index .next {
    position: absolute;
    top: 50%;
    background: url('icon-prev.png') no-repeat center;
    background-size: 100%;
    width: 0.6rem;
    height: 0.6rem;
    margin-top: -0.3rem;
    z-index: 2;
}

.sdl-index .prev {
    left: 0.6rem;
}

.sdl-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: 10.3rem;
    height: 5.2rem;
    background: #DEF3F8;
}

.xbdt-img .swiper {
    width: 8rem;
    margin: 0 0.3rem;
    margin-top: -0.3rem
}


.xbdt-img .item {
    display: block;
    width: 100%;
    position: relative;
    background: #DEF3F8;
}

.xbdt-img .item img {
    height: 4.6rem;
    width: 100%;
    object-fit: cover
}

.xbdt-img .item p {
    color: #000;
    line-height: 0.6rem;
    padding-left: 0.15rem;
    padding-right: 1.3rem;
    font-size: 0.2rem;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
}

.xbdt-img .pagination {
    position: absolute;
    right: 0.15rem;
    bottom: 0.22rem;
    left: auto;
    width: auto;
    z-index: 2;
}

.xbdt-img .pagination .default {
    width: 0.1rem;
    height: 0.1rem;
    background: #DAD9DA;
    border-radius: 50%;
    display: inline-block;
    margin-left: 0.1rem;
}

.xbdt-img .pagination .default.active {
    background: #008891;
}


.xbdt-ul {
    width: 5rem;
    background: #F5F4FA;
    position: relative;
}

.xbdt-ul ul {
    background: #fff;
    position: absolute;
    right: 0.25rem;
    top: 0.25rem;
    width: 6.5rem;
    box-sizing: border-box;
    padding: 0.4rem 0.5rem
}

.xbdt-ul li:first-child a {
    margin-top: 0;
    padding-top: 0;
    border: 0
}

.xbdt-ul li a {
    display: flex;
    position: relative;
    transition: all 0.3s ease;
    box-sizing: border-box;
    justify-content: center;
    /* align-items: center; */
    border-top: 2px dashed #008890;
    padding-top: 0.4rem;
    margin-top: 0.4rem
}

.xbdt-ul .date {
    font-weight: bold;
    text-align: right;
    position: relative;
    padding-bottom: 0.2rem
}

.xbdt-ul .date .y {
    font-size: 0.18rem;
    color: #999;
}

.xbdt-ul .date .d {
    color: #008890;
    font-size: 0.34rem;
}

.xbdt-ul .date:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.5rem;
    background: #008890;
    height: 1px;
}


.xbdt-ul .name {
    flex: 1;
    padding: 0 0.25rem;
    overflow: hidden;
    height: 100%;
    line-height: 1.6;
}

.xbdt-ul .text .name {
    color: #333;
    font-weight: bold;
    font-size: 0.2rem;
    line-height: 1;
}

.xbdt-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;
}

.jyhd {
    margin-top: 0.5rem;
    padding-top: 0.5rem;
}

.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-bd {
    display: flex;
    justify-content: space-between;
}

.kycg-img {
    width: 7.7rem;
}

.kycg-img .item {
    display: block;
    width: 100%;
    height: 5rem;
    position: relative;
}

.kycg-img .item p {
    color: #fff;
    position: absolute;
    bottom: 0;
    height: 0.7rem;
    line-height: 0.7rem;
    padding-left: 0.25rem;
    padding-right: 0.25rem;
    font-size: 0.2rem;
    font-weight: bold;
    width: 100%;
    box-sizing: border-box;
    text-shadow: 2px 3px 4px #333;
}

.kycg-img .prev,
.kycg-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;
}

.kycg-img .prev {
    right: 0.6rem;
    transform: rotate(180deg);
}

.kycg-img .swiper-button-disabled {
    opacity: 0.7;
    cursor: no-drop;
}

.kycg-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: #DEF3F8;
}

.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: #008993
}

.news-ul li a:hover * {
    color: #fff !important;
}