﻿/* ----------------------- */

.footer {
    width: 100%;
    background: url(../images/footerBg.jpg) center no-repeat;
    background-size: cover;
}

.banq {
    width: 100%;
    background-size: cover;
    padding: 0.45rem 0;
}

.banq p {
    font-size: 0.16rem;
    color: #fff;
    text-align: center;
    line-height: 0.24rem;
}

.banq p a {
    color: #fff;
}


.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 34px;
    height: 58px;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    cursor: pointer;
}

.banlist .swiper-next {
    left: auto;
    right: 0;
}

.header {
    width: 100%;
    padding: 0.45rem 0;
    background: url(../images/headerBg.png) center no-repeat;
    background-size: cover;
}

.header h1 img {
    height: 0.76rem;
}


.navigation {
    width: 100%;
    z-index: 11;
    position: relative;
    background: #114A98;
    background-size: cover;
}

.nav {
    width: 100%;
    height: 0.68rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}


.nav .nli {
    height: 0.65rem;
    line-height: 0.65rem;
    position: relative;
    padding: 0 0.1rem;
}

.nav .nli .sub {
    display: none;
    width: 2.4rem;
    background: linear-gradient(180deg, #dff1ff 0%, #fff4ea 84%);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    padding: 0.1rem 0;
    border-top: 3px solid #F06B46;
}

.nav .nli:hover .sub {
    display: block;
}

.nav .nli .sub li {
    text-align: center;
    line-height: 0.25rem;
    padding: 0.05rem 0;
}

.nav .nli .sub li a {
    font-size: 0.16rem;
    color: #2E2E2E;
}

.nav .nli .sub li:hover a {
    color: #114A98;
    font-weight: bold;
}

.nav .nli h3 a {
    font-size: 0.18rem;
    color: #fff;
    font-weight: bold;
}

.nav .nli.on h3 a,
.nav .nli:hover h3 a {
    font-weight: bold;
    color: #C2D7F2;
}

/* ------------------------------ */

.main {
    width: 100%;
    padding-top: 0.3rem;
    padding-bottom: 0.66rem;
    background: url(../images/mainBg.png) center no-repeat;
    background-size: cover;
}

.bgImg {
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 56.25%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0.3rem;
}

.column .title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #114A98;
}

.column .icon {
    flex: 1;
    margin-left: 0.15rem;
    height: 0.28rem;
    background: url(../images/column-icon.png) center left no-repeat;
}

.column .more {
    color: #114A98;
    font-size: 0.14rem;
}

.tabHead3 .more a:hover,
.tabHead .more a:hover,
.tabHead2 .more a:hover,
.column .more:hover {
    font-weight: bold;
}

.content7 {
    width: 100%;
    padding: 0.1rem 0;
    background: #B2D2F7;
    border-radius: 0.24rem;
}

.mtbd {
    width: 100%;
    background: #F4F7FF;
    border-radius: 0.15rem;
    position: relative;
    box-sizing: border-box;
    padding: 0.3rem;
}

.mtbdBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.mtbdSlide {
    width: 5.5rem;
    position: relative;
}

.mtbdSlide .swiper-slide .title {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.56rem;
    line-height: 0.56rem;
    box-sizing: border-box;
    padding: 0 0.15rem;
    text-align: center;
    color: #fff;
    font-size: 0.18rem;
    background: rgba(0, 0, 0, 0.5);
}

.mtbdSlide .swiper-slide:hover .bgImg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);

}

.mtbdSlide .swiper-next,
.mtbdSlide .swiper-prev {
    width: 0.3rem;
    height: 0.52rem;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    /* border: 0.9px solid #FFFFFF; */
}

.mtbdSlide .swiper-next {
    right: 0;
    left: auto;
}

.mtbdSlide .swiper-next:hover,
.mtbdSlide .swiper-prev:hover {
    background: rgba(17, 74, 152, 0.7);
}

.mtbdlist {
    flex: 1;
    box-sizing: border-box;
    padding-left: 0.2rem;
}

.mtbdlist ul li {
    width: 100%;
    padding: 0.13rem 0;
    border-bottom: 1px solid rgba(17, 74, 152, .1);
}

.mtbdlist ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #2E2E2E;
    font-size: 0.16rem;
}

.mtbdlist ul li .title {
    line-height: 0.25rem;
    height: 0.25rem;
}

.mtbdlist ul li .date {
    opacity: .3;
    width: 1rem;
    text-align: right;
}

.mtbdlist ul li:hover .title {
    color: #114A98;
    font-weight: bold;
}

.mtbdlist ul li:hover .date {
    opacity: 0.5;
}

.yxxySlide .swiper-slide .img {
    overflow: hidden;
}

.yxxySlide .swiper-slide .bgImg {
    padding-bottom: 140%;
}

.content4,
.content5,
.content6 {
    width: 100%;
    padding-bottom: 0.35rem;
}

.yxxySlide .swiper-slide .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 11;
    background: rgba(0, 0, 0, 0.5);
    height: 0.45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.yxxySlide .swiper-slide .title {
    text-align: center;
    color: #fff;
    font-size: 0.16rem;
}

.yxxySlide .swiper-slide .desc {
    display: none;
    height: 0.2rem;
    line-height: 0.2rem;
    font-size: 0.14rem;
    color: #fff;
    padding: 0 0.15rem;
    border-radius: 0.05rem;
    background: rgba(255, 255, 255, .5);
    margin-top: 0.06rem;
}

.yxxySlide .swiper-slide:hover .text {
    background: rgba(17, 74, 152, 0.8);
    backdrop-filter: blur(10px);
}


.yxxySlide .swiper-slide:hover .bgImg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.zywcrSlide {
    width: 100%;
    position: relative;
}

.zywcrSlide .swiper-slide .text {
    width: 100%;
    background: #EAF4FF;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.zywcrSlide .swiper-slide .text::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 2px solid #114A98;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.zywcrSlide .swiper-slide:hover .text::before {
    width: 100%;
}

.zywcrSlide .swiper-slide .title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #1E1E1E;
}

.zywcrSlide .swiper-slide:hover .title {
    color: #114A98;
}

.zywcrSlide .swiper-slide .img {
    overflow: hidden;
}

.zywcrSlide .swiper-slide .bgImg {
    padding-bottom: 140%;
}

.zywcrSlide .swiper-slide:hover .bgImg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.zywcrSlide .swiper-slide .desc {
    background: #114A98;
    border-radius: 0.05rem;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.25rem;
    height: 0.25rem;
    padding: 0 0.12rem;
    margin-left: 0.2rem;
}

.zywcrSlide {
    width: 100%;
    position: relative;
}

.zywcrSlide .swiper-next,
.zywcrSlide .swiper-prev {
    width: 30px;
    height: 52px;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 34%;
    z-index: 11;
    cursor: pointer;
}

.zywcrSlide .swiper-next {
    left: auto;
    right: 0;
}

.content4 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content4_item {
    width: calc((100% - 0.4rem) / 3);
    /* background: linear-gradient(180deg, #e4f1ff 0%, #ffffff 100%); */
    background: url(../images/bg.png) top center no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 6px 20px 0px rgba(17, 74, 152, 0.2);
    box-sizing: border-box;
    padding: 0.25rem 0.3rem;
    border-top: 2px solid #114A98;
}

.content4_item ul li {
    width: 100%;
    padding: 0.13rem 0;
    border-bottom: 1px solid rgba(17, 74, 152, .1);
}

.content4_item ul li:first-of-type {
    padding-top: 0;
}

.content4_item ul li:last-of-type {
    border: none;
    padding-bottom: 0;
}

.content4_item ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.16rem;
    color: #2E2E2E;
}

.content4_item ul li .title {
    flex: 1;
    line-height: 0.25rem;
    height: 0.25rem;
}

.list_li li:hover .title,
.content4_item ul li:hover .title {
    color: #114A98;
    font-weight: bold;
}

.content4_item ul li .date {
    opacity: 0.3;
    width: 1rem;
    text-align: right;
}

.list_li li:hover .date,
.content4_item ul li:hover .date {
    opacity: .5;
}

.zyjsText {
    width: 100%;
}

.zyjsText .img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

.zyjsText .text {
    width: 100%;
    /* height: 1.1rem; */
    background: #EAF4FF;
    font-size: 0.16rem;
    color: #2E2E2E;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-sizing: border-box;
    padding: 0.2rem;
}

.zyjsText .text::before {
    content: '';
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 2px solid #114A98;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.zyjsText .text p {
    width: 100%;
     line-height: 0.25rem;
     height: 0.75rem;
     overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.zyjsText:hover .text {
    color: #114A98;
}

.zyjsText:hover .text::before {
    width: 100%;
}

.content1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.3rem;
}

.cgsp {
    width: 6.5rem;
}

.cgsp .box {
    width: 100%;
    position: relative;
}

.cgsp .box .img {
    overflow: hidden;
}

.cgsp .box:hover .bgImg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.cgsp .box .title {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 0.55rem;
    height: 0.55rem;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(10px);
    text-align: center;
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
}

.cgsp .box .videoBtn {
    width: 0.6rem;
    height: 0.6rem;
    display: inline-block;
    background: url(../images/videoBtn.png) center no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.cgjj {
    width: 7.3rem;
    background: linear-gradient(180deg, #e4f1ff 0%, #ffffff 100%);
    background: url(../images/bg.png) top center no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 6px 20px 0px rgba(17, 74, 152, 0.2);
    box-sizing: border-box;
    padding: 0.2rem 0.25rem;
    border-top: 2px solid #114A98;
}

.cgjj_text {
    font-size: 0.16rem;
    line-height: 0.35rem;
    height: 2.8rem;
    text-align: justify;
    color: #2E2F2F;
    text-indent: 2em;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    word-break: break-all;

}

.cgjj .column {
    padding-bottom: 0.1rem;
}

/* -------------------- */

.content3 {
    width: 100%;
    height: 3.94rem;
    background: url(../images/content3Bg.png) center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0.3rem;
    box-sizing: border-box;
    padding: 0.35rem 0.72rem;
}

.tabHead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.25rem;
}

.tabHead ul {
    display: flex;
    align-items: center;
}

.tabHead ul li {
    font-size: 0.2rem;
    color: #114A98;
    margin-right: 0.35rem;
    cursor: pointer;
}

.tabHead ul li.on {
    font-weight: bold;
    font-size: 0.24rem;
}

.tabHead .icon {
    flex: 1;
    margin-left: 0.15rem;
    height: 0.28rem;
    background: url(../images/column-icon.png) center left no-repeat;
}

.tabHead .more a {
    display: none;
}

.tabHead .more a.on {
    display: block;
    color: #114A98;
    font-size: 0.14rem;
}

.tabCount .con {
    display: none;
}

.tabCount .con.on {
    display: block;
}

.tabCount .swiper-slide .bgImg {
    padding-bottom: 67.34%;
}

.tabCount .swiper-slide .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(17, 73, 149, 0.25);
    backdrop-filter: blur(8.63px);
    box-sizing: border-box;
    padding: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.tabCount .swiper-slide .text .title {
    width: 100%;
    font-size: 0.18rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.tabCount .swiper-slide .img {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.2rem;
    background: #ECF7FE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tabCount .swiper-slide .img img {
    /* width: 100%; */
    height: 195px;
    height: 1.95rem;
}

.tabCount .swiper-slide:hover .text {
    opacity: 1;
}

.tabCount .swiper-btn {
    display: flex;
    justify-content: center;
    margin-top: 0.32rem;
}

.tabCount .swiper-pagination1 {
    width: auto;
    height: 0.26rem;
    line-height: 0.26rem;
    padding: 0 0.1rem;
    background: rgba(188, 188, 188, 0.5);
    backdrop-filter: blur(20px);
    border-radius: 0.5rem;
}


.tabCount .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    margin: 0 0.03rem;
    opacity: 1;
}

.tabCount .swiper-pagination-bullet-active {
    background: #114A98;
}

.content2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}


.cgbg_img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.55rem 0.1rem 1.1rem;
}

.cgbg_img .box {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding: 0.045rem;
    background: #114A98;
}

.cgbg_img .box::before {
    content: '';
    width: 0.61rem;
    height: 1.05rem;
    display: inline-block;
    background: url(../images/cgbg-icon.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -0.61rem;
    bottom: 0;
}

.cgbg_img .bgImg {
    padding-bottom: 140%;
}

.cgbg_img .box .text {
    width: 100%;
    height: 100%;
    background: rgba(17, 74, 152, .45);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* opacity: 0; */
    transition: all 0.5s ease-in-out;
}

.cgbg_img .box .text img {
    width: 60%;
}

.cgbg_img .box:hover .text {
    opacity: 1;
}

.content2_item {
    width: calc((100% - 0.4rem) / 3);
    /* background: linear-gradient(180deg, #e4f1ff 0%, #ffffff 100%); */
    background: url(../images/bg.png) top center no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 6px 20px 0px rgba(17, 74, 152, 0.2);
    box-sizing: border-box;
    padding: 0.25rem 0.3rem;
    border-top: 2px solid #114A98;
}

.tabHead2 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.tabHead2 ul {
    display: flex;
    align-items: center;
}

.tabHead2 ul li {
    font-size: 0.2rem;
    color: #114A98;
    margin-right: 0.23rem;
    cursor: pointer;
}

.tabHead2 ul li.on {
    font-weight: bold;
    font-size: 0.24rem;
}

.tabHead2 .more a {
    display: none;
}

.tabHead2 .more a.on {
    display: block;
    color: #114A98;
    font-size: 0.14rem;
}

.tabCount2 .con {
    display: none;
}

.tabCount2 .con.on {
    display: block;
}


.tabHead3 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

.tabHead3 ul {
    display: flex;
    align-items: center;
}

.tabHead3 ul li {
    font-size: 0.2rem;
    color: #114A98;
    margin-right: 0.23rem;
    cursor: pointer;
}

.tabHead3 ul li.on {
    font-weight: bold;
    font-size: 0.24rem;
}

.tabHead3 .more a {
    display: none;
}

.tabHead3 .more a.on {
    display: block;
    color: #114A98;
    font-size: 0.14rem;
}

.tabCount3 .con {
    display: none;
}

.tabCount3 .con.on {
    display: block;
}

.list_li li {
    width: 100%;
    padding: 0.13rem 0;
    border-bottom: 1px solid rgba(17, 74, 152, .1);
}


.list_li li:first-of-type {
    padding-top: 0;
}

.list_li li:last-of-type {
    border: none;
    padding-bottom: 0;
}

.list_li li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.16rem;
    color: #2E2E2E;
}

.list_li li .title {
    flex: 1;
    line-height: 0.25rem;
    height: 0.25rem;
}

.list_li li .date {
    opacity: 0.3;
    width: 1rem;
    text-align: right;
}

.list_pic {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.15rem;
}

.list_pic li {
    width: calc((100% - 0.2rem) / 2);
}

.list_pic li .title {
    width: 100%;
    height: 0.32rem;
    line-height: 0.32rem;
    background: #DEECFB;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0.1rem;
    font-size: 0.16rem;
    color: #2E2E2E;
}

.list_pic li:hover .title {
    color: #114A98;
    font-weight: bold;
}

.list_pic li .img {
    overflow: hidden;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.1rem;
    background: #fff;
    background: #D0E0F3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_pic li:hover .bgImg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.list_pic li .img img {
    height: 112px;
    height: 1.12rem;
}


/* ------------------------------------------------- */

.nydt img {
    width: 100%;
}

.nmain {
    width: 100%;
    background: url(../images/nmainBg.png) center no-repeat;
    background-size: cover;
    padding-top: 0.4rem;
}

/* ------------------------------------------ */
.nmain-list {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.subNav {
    width: 3rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 0.3rem;
    background: #fff;
}

.subNav .name {
    width: 100%;
    height: 105px;
    line-height: 105px;
    background: #114A98;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    box-sizing: border-box;
    padding-left: 30px;
}

.subNav ul {
    box-sizing: border-box;
    padding: 0 0.3rem 0.6rem 0.3rem;
}

.subNav ul.nav_0 {
    padding: 0;
}

.navImg {
    display: none;
}

.navImg_0 {
    display: block;
    box-sizing: border-box;
    padding: 0.2rem;
}

.subNav ul li {
    width: 100%;
    padding: 0.15rem 0.1rem 0.15rem 0;
    border-bottom: 1px solid #EDEDED;
    position: relative;
}


.subNav ul li::after {
    content: '';
    width: 0;
    height: 0.33rem;
    display: inline-block;
    border-left: 0.04rem solid #114A98;
    position: absolute;
    left: -0.3rem;
    top: 0.1rem;
    opacity: 0;
}

.subNav ul li:hover::after,
.subNav ul li.on::after {
    opacity: 1;
}

.subNav ul li h3 a {
    color: #333;
    font-size: 0.17rem;
}

.subNav ul li:hover h3 a,
.subNav ul li.on h3 a {
    color: #114A98;
    font-weight: bold;
}



.subNav ul li .three {
    margin-top: 0.15rem;
    box-sizing: border-box;
    padding-left: 0.2rem;
}

.subNav ul li .three a {
    width: 100%;
    display: block;
    color: #333;
    font-size: 0.15rem;
    margin-bottom: 0.1rem;
}

.subNav ul li .three a.on {
    color: #114A98;
    font-weight: bold;
}


.crumbs-list {
    width: 100%;
    height: 0.4rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    color: #757575;
    background: #fff;
    display: flex;
    align-items: center;
    margin: 0 0 0.3rem 0;
}

.crumbs-list a {
    color: #757575;
}

.crumbs-list span:last-of-type {
    display: none;
}

.crumbs-list a:last-of-type {
    color: #114A98;
}

.ncontent {
    width: calc(100% - 3.5rem);
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 0.35rem 0.4rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 0.6rem;
}

.textlist {
    box-sizing: border-box;
}

.textlist ul li {
    width: 100%;
    padding: 0.13rem 0;
    border-bottom: 1px solid rgba(17, 74, 152, 0.1);
}

.textlist ul li a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.textlist ul li .title {
    font-size: 0.18rem;
    color: #333;
    line-height: 0.25rem;
    height: 0.25rem;
    margin-bottom: 0.05rem;
}

.textlist ul li .date {
    color: #2E2E2E;
    opacity: 0.3;
    font-size: 0.14rem;
    width: 1rem;
    text-align: right;
}


.textlist ul li:hover .title {
    color: #114A98;
    font-weight: bold;
}

.textlist ul li:hover .date {
    opacity: 0.5;
}

.back_page {
    width: 108px;
    height: 108px;
    background: #F1F8FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    cursor: pointer;
}

.back_page p {
    color: #717171;
    font-size: 16px;
    margin-top: 10px;
}

.detail .title {
    font-size: 0.32rem;
    font-weight: bold;
    color: #292929;
    text-align: center;
}

.detail .dtl {
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem 0;
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    margin-bottom: 0.5rem;
}

.detail .dtl iframe {
    width: 100% !important;
    min-height: 1200px !important;
}

.detail .dtl>* {
    font-size: 18px;
    line-height: 40px;
    text-align: justify;
    color: #292929;
}

.detail .dtl p img,
.detail .dtl p video {
    max-width: 100%;
    height: auto !important;
}

.danye .dtl {
    border-top: none;
}

.detail .timer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.2rem 0 0.1rem 0;
}

.detail .timer span {
    color: #9E9E9E;
    font-size: 0.14rem;
    margin: 0 0.1rem;
}

.picture ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.picture ul li {
    width: calc((100% - 0.61rem) / 3);
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    position: relative;
}

.picture ul li:nth-child(3n) {
    margin-right: 0;
}


.picture ul li .bgImg {
    padding-bottom: 67.34%;
}


.picture ul li .img {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.2rem;
    background: #ECF7FE;
    display: flex;
    align-items: center;
    justify-content: center;
}

.picture ul li .img img {
    /* width: 100%; */
    height: 195px;
}

.picture ul li .text {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(17, 73, 149, 0.25);
    backdrop-filter: blur(8.63px);
    box-sizing: border-box;
    padding: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.picture ul li .text .title {
    font-size: 0.18rem;
    font-weight: bold;
    color: #fff;
    width: 100%;
    text-align: center;
}

.picture ul li:hover .text {
    opacity: 1;
}

.tealist ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tealist ul li {
    width: calc((100% - 0.91rem) / 4);
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    box-sizing: border-box;
    padding: 0.15rem;
    background: url(../images/tea-li-bg.png) center no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 20.58px 0px rgba(0, 0, 0, 0.08);
}

.tealist ul li:nth-child(4n) {
    margin-right: 0;
}

.tealist ul li .img {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.4rem;
    box-sizing: border-box;

}

.tealist ul li .img {
    overflow: hidden;
}

.tealist ul li .bgImg {
    padding-bottom: 140%;
    border: 2px solid #fff;
}

.tealist ul li .text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tealist ul li .title {
    color: #323232;
    font-size: 0.18rem;
    margin-top: 0.15rem;
}

.tealist ul li .xian {
    width: 100%;
    opacity: 0.15;
    border: 1px solid #1B5FCB;
    margin: 0.15rem 0;
    display: none;
}

.tealist ul li .desc {
    background: #114A98;
    display: inline-block;
    padding: 0 0.15rem;
    color: #fff;
    border-radius: 0.05rem;
    line-height: 0.2rem;
    height: 0.2rem;
    text-align: center;
    display: none;
}

.tealist ul li:hover {
    background: url(../images/tea-li-bg2.png) center no-repeat;
    background-size: cover;
}

.tealist ul li:hover .title {
    color: #114A98;
    font-weight: bold;
}

.tealist ul li:hover .bgImg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.tealist2 ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.tealist2 ul li {
    width: calc((100% - 0.41rem) / 3);
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}

.tealist2 ul li:nth-child(3n) {
    margin-right: 0;
}

.tealist2 ul li .img {
    overflow: hidden;
}

.tealist2 ul li:hover .bgImg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.tealist2 ul li .text {
    width: 100%;
    height: 0.56rem;
    background: #EAF4FF;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 0 0.1rem;
}

.tealist2 ul li .title {
    font-size: 0.24rem;
    font-weight: bold;
    color: #1E1E1E;
}

.tealist2 ul li .desc {
    background: #114A98;
    border-radius: 0.05rem;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.25rem;
    height: 0.25rem;
    padding: 0 0.12rem;
    margin-left: 0.2rem;
}

.tealist2 ul li:hover .title {
    color: #114A98;
}


.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: 30%;
    top: 25%;
    z-index: 1002;
    border: solid 1px #3B8BB9;
    box-sizing: border-box;
    padding: 0.1rem;
}

.img_content .box {
    width: 8rem;
    position: relative;
    padding-bottom: 56.25%;
}

.img_content video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.colse_btn {
    border: solid 1px #114A98;
    color: #fff;
    height: 0.2rem;
    line-height: 0.2rem;
    font-size: 0.12rem;
    width: 0.45rem;
    background: #114A98;
    display: inline-block;
    border-radius: 0.05rem;
    cursor: pointer;
    text-align: center;
    position: absolute;
    right: 0px;
    top: -0.25rem;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #114A98 !important;
    background-color: #114A98 !important;
}

.jxcgBox {
    width: 100%;
}

.jxcgBox .img {
    overflow: hidden;
}

.jxcgBox img {
    width: 100%;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.jxcgBox .img img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.list-page {
    margin-top: 0.2rem;
}