.title {
    position: relative;
    min-height: 0.64rem;
    margin-bottom: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title a.more {
    padding: 0 0.2rem;
    border-radius: 0.12rem;
    line-height: 0.22rem;
    font-size: 0.16rem;
    color: #88121D;
    border: 1px solid #88121D;
    position: absolute;
    right: 0;
    font-size: 0.14rem
}

.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;
}

.pskx-index {
    position: relative;

}

.pskx-index .item {
    position: relative;
}

.pskx-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;
}

.pskx-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
}


.pskx-index .pagination span.active {
    width: 0.4rem
}


.pskx-index .prev,
.pskx-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;
}

.pskx-index .prev {
    left: 0.6rem;
}

.pskx-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: 8rem;
    height: 6.1rem;
    border-radius: 0.1rem;
    overflow: hidden;
}

.xbdt-img .item {
    display: block;
    width: 100%;
    height: 6.1rem;
    position: relative;
}

.xbdt-img .item .text-box {
    background: #fff;
    position: absolute;
    bottom: 0;
    height: 1.55rem;
    width: 6.4rem;
    padding: 0 0.25rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.xbdt-img .item .text-box .date {
    color: #87111C;
    text-align: center;
    margin-right: 0.3rem;
}

.xbdt-img .item .text-box .date .y {
    font-size: 0.35rem;
    font-weight: bold;
}

.xbdt-img .item .text-box .date .d {
    font-size: 0.14rem;
    border-top: 1px solid #87111C;
}

.xbdt-img .item .text-box .text {
    flex: 1;
    overflow: hidden;
}

.xbdt-img .item .text-box .name {
    font-weight: bold;
    font-size: 0.2rem;
}

.xbdt-img .item .text-box .desc {
    font-size: 0.18rem;
    margin-top: 0.1rem;
}

.xbdt-img .prev,
.xbdt-img .next {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 0.7rem;
    width: 0.8rem;
    background: url('icon-jt.png') no-repeat center;
    z-index: 1;
}

.xbdt-img .prev {
    right: 0.8rem;
    transform: rotate(180deg);
}

.xbdt-img .swiper-button-disabled {
    opacity: 0.7;
    cursor: no-drop;
}

.xbdt-bd .news-ul {
    width: 7.4rem;
}

.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;
    border: solid 1px #87111C;
    padding: 0.2rem;
    border-radius: 0.1rem;
    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 #ffd7db;
    padding-left: 0.2rem;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.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: #98C5EA;
    background: linear-gradient(to bottom, #98C5EA, #fff);
}

.jyhd-bd {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.jhyd-lt {
    width: 7.8rem;
    height: 5.9rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.jhyd-lt a {
    width: 3.75rem;
    height: 2.8rem;
    /* margin-bottom: 0.25rem; */
    border-radius: 0.1rem;
    overflow: hidden;
    display: flex;
    background: #fff;
}

.jhyd-lt a img {
    width: 4.1rem;
    height: 100%;
    background: #eee;
}

.jhyd-lt a .text {
    padding: 0.2rem;
    box-sizing: border-box;
    flex: 1;
    overflow: hidden;
}

.jhyd-lt a .text .date {
    color: #87111C;
    font-size: 0.18rem;
}

.jhyd-lt a .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 行 */
}

.jhyd-lt a .text .desc {
    font-size: 0.18rem;
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 超出部分用省略号表示 */
    display: -webkit-box;
    /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置子元素垂直排列 */
    -webkit-line-clamp: 3;
    /* 限制文本显示的行数为 2 行 */
}

.jhyd-rt {
    width: 7.5rem;
    background: #fff;
    border-radius: 0.1rem;
    padding: 0.1rem 0.4rem;
    box-sizing: border-box;
}

.jhyd-rt a {
    display: flex;
    height: 1.1rem;
    align-items: center;
    border-bottom: 1px solid #87111C;
}

.jhyd-rt a:last-child {
    border-bottom: 0;
}

.jhyd-rt .date {
    color: #A92226;
    text-align: center;
    margin-right: 0.3rem;
}

.jhyd-rt .date .y {
    font-size: 0.35rem;
    font-weight: bold;
}

.jhyd-rt .date .d {
    font-size: 0.14rem;
    border-top: 1px solid #A92226;
    font-weight: 400;
}

.jhyd-rt p {
    font-size: 0.2rem;
    font-weight: bold;
}

.kycg {
    /* padding-top: 0.5rem; */
}


.kycg-img {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.kycg-img .item {
    width: 3.7rem;
    position: relative;
    border: 1px solid #B1D3EF;
    border-radius: 0.1rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.kycg-img .item:hover {
    background: #B1D3EF;
}

.kycg-img .item img {
    display: block;
    height: 2.5rem;
    width: 100%;
    background: #eee;
    object-fit: cover;
}

.kycg-img .text {
    padding: 0.2rem;
    box-sizing: border-box;
    flex: 1;
    overflow: hidden;
}

.kycg-img .text .date {
    color: #87111C;
    font-size: 0.18rem;
}

.kycg-img .text .name {
    margin-top: 0.1rem;
    font-weight: bold;
    font-size: 0.2rem;
    overflow: hidden;
    /* 隐藏溢出内容 */
    text-overflow: ellipsis;
    /* 超出部分用省略号表示 */
    display: -webkit-box;
    /* 将对象作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 设置子元素垂直排列 */
    -webkit-line-clamp: 2;
    /* 限制文本显示的行数为 2 行 */
}


.gzjh {
    padding-top: 0.8rem;
    padding-bottom: 0.5rem;
}

.gzjh-bd {
    display: flex;
    justify-content: space-between;
}

.gzjh-bd a {
    width: 5rem;
    height: 3.3rem;
    color: #fff;
    font-size: 0.3rem;
    position: relative;
    background: #eee;
}
.gzjh-bd a img{
    width: 100%;
    height: 100%;
}
.gzjh-bd a p {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    line-height: 0.8rem;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 0;
}