header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.6rem;
    box-sizing: border-box;
    position: fixed;
    z-index: 999;
}

.header_active {
    box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.1);
}

.logo {
    width: 6.2rem;
    padding: 0.6rem 0;
    box-sizing: border-box;
}

.logo img {
    width: 100%;
    height: 100%;
}

header {
    background: url(../img/header-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.search-box {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.search {
    position: relative;
}

.search::before {
    content: '';
    width: 0.14rem;
    height: 0.14rem;
    background: url(../img/search-grya.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0.08rem;
    top: 55%;
    transform: translateY(-50%);
    z-index: 9;
}

.search::after {
    content: '';
    width: 0.02rem;
    height: 0.15rem;
    position: absolute;
    left: 0.3rem;
    top: 55%;
    transform: translateY(-50%);
    background-color: #D8D8D8;
    z-index: 9;
}


.search .search-input {
    width: 2.3rem;
    height: 0.35rem;
    border: 1px solid #C92434;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 1;
}

.search .search-input::-ms-clear {
    display: none;
}

.search .search-input::-webkit-search-cancel-button {
    display: none;
}

.search .search-input::-webkit-search-decoration,
.search .search-input::-webkit-search-results-button,
.search .search-input::-webkit-search-results-decoration {
    display: none;
}

.search .search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 0.72rem;
    height: 0.35rem;
    background: #C92434;
    border: none;
    color: #FFFFFF;
    font-size: 0.14rem;
}

.search input[type="search"] {
    padding-left: 0.38rem;
    padding-right: 0.8rem;
    box-sizing: border-box;
    position: relative;
}

.search .search-input:focus {
    border-color: #FFFFFF;
    outline: none;
}

input[type="search"]::-webkit-clear-button {
    display: none;
}

.search .search-input::placeholder {
    text-indent: 0rem;
    font-size: 0.14rem;
    color: #9E9E9E;
}

.nav-search {
    margin-top: 0.1rem;
}

.navigation {
    width: 100%;
    position: relative;
    height: 0.60rem;
    margin-top: 0.1rem;
}

.navigation ul {
    display: flex;
    justify-content: flex-end;
    height: 0.60rem;
}

.navigation ul .nli {
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 1.03rem;
    box-sizing: border-box;
    font-size: 0.2rem;
}

.navigation ul .nli:hover::after {
    content: '';
    width: 1.45rem;
    height: 0.03rem;
    background: #C92434;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 0rem;
    bottom: 0.04rem;
    z-index: 9;
}

.navigation ul .nli:first-of-type.on::after,
.navigation ul .nli:first-of-type:hover::after {
    width: 0.4rem;
    right: -0.03rem;
    left: auto;
}

.navigation ul .nli.on h3 a,
.navigation ul .nli:hover h3 a {
    font-weight: 700;
    color: #C92434;
}


.navigation ul li a {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.19rem;
    text-align: center;
    color: #333333;
}

.navigation .drivder {
    width: 100%;
    height: 0.01rem;
    background: rgba(187, 60, 60, 0.14);
    position: absolute;
    bottom: -0.02rem;
    left: 0;
}

.navigation ul .sub {
    position: absolute;
    min-width: 1.45rem;
    width: auto;
    height: auto;
    left: 50%;
    transform: translateX(-36%);
    background: #FFFFFF;
    box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    top: 89%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 1;
    padding: 0.1rem 0;
    box-sizing: border-box;
}

.navigation ul .nli:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.navigation ul .sub li {
    width: 100%;
    height: 0.35rem;
    line-height: 0.35rem;
    text-align: center;
}

.navigation ul .sub li a {
    color: #2E2E2E;
    font-size: 0.16rem;
    font-weight: normal;
}

.navigation ul .sub li:hover a {
    color: #C92434;
    font-weight: 700;
    /* border-bottom: 0.02rem solid #398156; */
}



.banlist .swiper-slide {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
    position: relative !important;
    z-index: 1 !important;
}

.banlist .main-visual-item {
    opacity: 1 !important;
    visibility: visible !important;
}


/* 轮播大图 */
.banlist {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
}


.banlist .ban {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.75rem;
    z-index: 9;
    width: 0.50rem;
    height: 0.50rem;
    border-radius: 50% 50%;
    border: 0.0135rem solid #D8D8D8;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
    transform: scale(1);
}

.banlist .swiper-slide-active img {
    animation: img_scale linear 5s infinite;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.banlist .swiper-left,
.banlist .swiper-right {
    width: 0.34rem;
    height: 0.58rem;
    background: rgba(201, 36, 52, 0.5);
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 9;
    margin: 0;
    cursor: pointer;
}

.banlist .swiper-left:hover,
.banlist .swiper-right:hover {
    background: #FFFFFF;
}

.banlist .swiper-left {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.banlist .swiper-right {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.banlist .swiper-left .img,
.banlist .swiper-right .img {
    position: absolute;
    width: 0.08rem;
    height: 0.16rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banlist .swiper-left:hover,
.banlist .swiper-right:hover {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
}

.banlist .swiper-left:hover .img,
.banlist .swiper-right:hover .img {
    background: url(../img/banner-right-arrow.png) no-repeat center;

    background-size: cover;
}

.banlist .swiper-right:hover .img {
    transform: translate(-50%, -50%) rotate(180deg);
}

.banlist .swiper-left .img img {
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
    position: absolute;
}

.banlist .swiper-left:hover .img img,
.banlist .swiper-right:hover .img img {
    display: none;
}

.banlist .swiper-right .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}




.banlist .swiper-pagination {
    width: auto;
    /* display: flex; */
    border-radius: 10000rem;
    opacity: 1;
    padding: 0.05rem 0.10rem;
    white-space: nowrap;
    /* 防止换行 */
    font-size: 0;
    display: flex;
    align-items: center;
}

.banlist .container {
    position: relative;
}

.banner1 {
    padding: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.banner1 ul li {
    width: 100%;
    overflow: hidden;
}

.banlist .swiper-btn {
    width: auto;
    height: 0.29rem;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    z-index: 99;
    bottom: 0.30rem;
}

.banlist .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: rgba(255, 255, 255, 1);
    opacity: 1;
    margin: 0 0.05rem;
}

.banlist .swiper-pagination-bullet-active {
    width: 0.28rem;
    height: 0.3rem;
    background: url(../img/shuye-yellow.png) no-repeat center;
    background-size: cover;
}

.theme {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.4rem;
}

.theme .titles .top {
    display: flex;
    align-items: center;
}

.theme .titles .titlered {
    font-size: 0.4rem;
    font-weight: 900;
    line-height: 0.19rem;
    color: #C92434;
}

.theme .titles .english {
    max-width: 1rem;
    line-height: 0.18rem;
    color: #FFAF0F;
    word-break: keep-all;
    white-space: normal;
    margin-left: 0.05rem;
}

.theme .titles .bottom {
    display: flex;
    align-items: center;
    margin-top: 0.1rem;
}

.theme .titles .bottom .img {
    width: 0.35rem;
    height: 0.24rem;
}

.theme .titles .bottom .img img {
    width: 100%;
    height: 100%;
}

.theme .titles .bottom .titleblack {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 0.27rem;
    color: #2C2C2C;
    margin: 0 0.05rem;
}

.theme .titles .bottom .lines .lineone {
    width: 0.95rem;
    height: 0;
    transform: rotate(180deg);
    opacity: 1;
    border-top: 1px solid;
    border-image: linear-gradient(270deg, #c92434 0%, #ffffff00 100%) 1;
}

.theme .titles .bottom .lines .linetwo {
    width: 0.95rem;
    height: 0;
    opacity: 1;
    border-top: 1px solid;
    border-image: linear-gradient(270deg, #c92434 0%, #ffffff00 100%) 1;
    margin-top: 0.1rem;
}

.theme .showmore .img {
    width: 1.05rem;
    height: 0.3rem;
}

.theme .showmore:hover .img {
    background: url(../img/showmore-red.png) no-repeat center;
    background-size: cover;
}

.theme .showmore .img img {
    width: 100%;
    height: 100%;
}

.theme .showmore:hover img {
    display: none;
}

.tqsd {
    background: url(../img/tqsd-bg.png) no-repeat center;
    background-size: cover;
    padding: 0.75rem 0 0.25rem;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.tqsd .fjqs {
    width: 0.9rem;
    height: 2.55rem;
    position: absolute;
    right: 0.9rem;
    bottom: 0;
}

.tqsd .fjqs img {
    width: 100%;
    height: 100%;
}

.tqsdlist {
    width: 7.25rem;
    position: relative;
}

.tqsdlist .swiper-container {
    padding-bottom: 0.4rem;
}

.tqsdlist .swiper-slide {
    opacity: 0 !important;
}

.tqsdlist .swiper-slide a {
    width: 100%;
}

.tqsdlist .swiper-slide-active {
    opacity: 1 !important;
}

.tqsdlist .swiper-slide a {
    display: flex;
    justify-content: space-between;
}

.tqsdlist .left {
    width: calc(100% - 6.4rem);
}

.tqsdlist .swiper-slide .left {
    position: relative;
}

.tqsdlist .swiper-btn {
    position: absolute;
    left: 0.15rem;
    top: 0;
    display: flex !important;
    flex-direction: column;
}

.tqsdlist .swiper-btn .number.prev {
    color: #C92434;
    font-weight: 400;
    line-height: 0.25rem;
    text-align: center;
    margin-bottom: 0.15rem;
}

.tqsdlist .swiper-btn .number.next {
    color: #CECECE;
    font-weight: 400;
    line-height: 0.25rem;
    text-align: center;
    margin-top: 0.1rem;
}

.tqsdlist .swiper-btn .xieline {
    width: 0.25rem;
    height: 0px;
    transform: rotate(135deg);
    opacity: 1;
    border-top: 1px solid #CECECE;
    position: absolute;
    left: 0.05rem;
    top: 0.4rem;
}

.tqsdlist .left .longline {
    width: 0;
    height: 3.9rem;
    opacity: 0.15;
    border: 1px solid #C92434;
    position: absolute;
    left: 0.3rem;
    bottom: -0.3rem;
}

.tqsdlist .left .shortline {
    width: 0;
    height: 0.4rem;
    position: absolute;
    left: 0.28rem;
    top: 3.8rem;
    border-left: 0.05rem solid #ECB90A;
    margin-top: 0.2rem;
    transform: translateY(0);
    transition: transform 0.6s cubic-bezier(.4, 0, .2, 1);
}

.tqsdlist .swiper-slide-active .left .shortline {
    transform: translateY(-3rem);
}

.tqsdlist .left .time {
    width: 0.65rem;
    height: 0.59rem;
    text-align: center;
    position: absolute;
    bottom: 0.1rem;
    left: 0;
}

.tqsdlist .left .time .day {
    font-weight: bold;
    line-height: 30px;
    color: #FFFFFF;
    background: #CA2535;
}

.tqsdlist .left .time .year {
    line-height: 0.3rem;
    color: #FFFFFF;
    background: #FFAF0F;
}

.tqsdlist .rightcon {
    width: 6.4rem;
    box-sizing: border-box;
}

.tqsdlist .rightcon .img {
    width: 100%;
    height: 3.6rem;
    overflow: hidden;
}

.tqsdlist .rightcon .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.tqsdlist .swiper-slide:hover .rightcon .img img {
    transform: scale(1.1);
}

.tqsdlist .rightcon .text {
    margin-top: 0.2rem;
}

.tqsdlist .rightcon .text .title {
    font-weight: bold;
    color: #2C2C2C;
    height: 0.24rem;
}

.tqsdlist .swiper-slide:hover .rightcon .text .title {
    color: #C92434;
}

.tqsdlist .rightcon .text .disc {
    line-height: 0.25rem;
    text-align: justify;
    color: #9E9E9E;
    margin-top: 0.1rem;
    height: 0.5rem;
}

.tqsdlist .swiper-prev,
.tqsdlist .swiper-next {
    width: 0.34rem;
    height: 0.58rem;
    background: rgba(201, 36, 52, 0.5);
    backdrop-filter: blur(10px);
    position: absolute;
    z-index: 9;
}

.tqsdlist .swiper-prev:hover,
.tqsdlist .swiper-next:hover {
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(10px);
}

.tqsdlist .swiper-prev {
    left: 0.85rem;
    top: 1.5rem;
}

.tqsdlist .swiper-next {
    right: 0;
    top: 1.5rem;
}

.tqsdlist .swiper-prev .img,
.tqsdlist .swiper-next .img {
    width: 0.08rem;
    height: 0.16rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tqsdlist .swiper-prev .img img,
.tqsdlist .swiper-next .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.tqsd .content {
    display: flex;
    justify-content: space-between;
}

.rightlist {
    width: calc(100% - 7.25rem - 0.35rem);
}

.rightlist li {
    position: relative;
}

.rightlist li::before {
    content: '';
    width: 0.18rem;
    height: 0.12rem;
    position: absolute;
    left: 0.8rem;
    top: 0.25rem;
    background: url(../img/tqsd-right-icon.png) no-repeat center;
    background-size: cover;
}

.rightlist li:first-of-type::before {
    top: 0;
}

.rightlist li a {
    display: flex;
    justify-content: space-between;
}

.rightlist li .time .day {
    line-height: 0.25rem;
    text-align: justify;
    color: #C92434;
    margin-top: 0.25rem;
}

.rightlist li:first-of-type .time .day {
    margin-top: 0;
}

.rightlist li .time .year {
    line-height: 0.25rem;
    text-align: justify;
    color: #FFAF0F;
    text-align: right;
}

.rightlist li .text {
    width: calc(100% - 0.65rem - 0.25rem);
    padding: 0.23rem 0 0.21rem 0.3rem;
    box-sizing: border-box;
    border-left: 1px solid rgba(201, 36, 52, 0.15);
    border-bottom: 1px solid rgba(201, 36, 52, 0.15);
    position: relative;
}

.rightlist li:last-of-type .text {
    border-bottom: none;
}

.rightlist li .text::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    border-left: 1px solid #C92434;
    transition: all 0.5s;
}

.rightlist li:hover .text::before {
    height: 100%;
}

.rightlist li:first-of-type .text {
    padding-top: 0;
}

.rightlist li .text .title {
    line-height: 0.25rem;
    text-align: justify;
    color: #2C2C2C;
    height: 0.25rem;
}

.rightlist li:hover .text .title {
    color: #C92434;
    font-weight: bold;
}

.rightlist li .text .disc {
    line-height: 0.25rem;
    height: 0.5rem;
    text-align: justify;
    color: #9E9E9E;
    margin-top: 0.07rem;
}

.jcdt-tzgg {
    background: url(../img/jcdt-tzgg-bg.png) no-repeat center;
    background-size: cover;
    padding: 2.05rem 0 0.75rem;
    overflow: hidden;
}

.jcdt-tzgg .container {
    display: flex;
    justify-content: space-between;
}

.jcdt {
    width: 7.4rem;
}

.jcdtlist {
    margin-top: -1.1rem;
    position: relative;
}

.jcdtlist .swiper-container {
    padding-bottom: 0.15rem;
}

.jcdtlist .swiper-slide a {
    display: block;
    transition: all 0.5s;
    margin-top: 1.1rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 0.2rem 0.2rem 0.3rem;
    box-sizing: border-box;
}

.jcdtlist .swiper-slide-active+div a {
    margin-top: 0
}

.jcdtlist .swiper-slide a .pic {
    width: 100%;
    height: 1.75rem;
    overflow: hidden;
}

.jcdtlist .swiper-slide a .pic img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.jcdtlist .swiper-slide:hover .pic img {
    transform: scale(1.1);
}

.jcdtlist .swiper-slide .info {
    margin-top: 0.2rem;
}

.jcdtlist .swiper-slide .info .title {
    font-weight: bold;
    line-height: 0.32rem;
    height: 0.64rem;
    text-align: justify;
    color: #2E2E2E;
}

.jcdtlist .swiper-slide:hover .info .title {
    font-weight: bold;
    line-height: 0.32rem;
    text-align: justify;
    color: #C7000A;
}

.jcdtlist .swiper-slide .info .disc {
    line-height: 0.28rem;
    height: 0.84rem;
    text-align: justify;
    color: #999999;
    margin-top: 0.15rem;
}

.jcdtlist .swiper-slide .hengline {
    border-top: 1.08px solid rgba(216, 216, 216, 0.5);
    margin: 0.35rem 0 0.35rem;
}

.jcdtlist .swiper-slide .time {
    display: flex;
    align-items: center;
}

.jcdtlist .swiper-slide .time-eye {
    display: flex;
    align-items: center;
}

.jcdtlist .swiper-slide .time .img {
    width: 0.14rem;
    height: 0.14rem;
    position: relative;
}

.jcdtlist .swiper-slide .time .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.jcdtlist .swiper-slide .time .date {
    line-height: 0.28rem;
    color: #999999;
    margin-left: 0.05rem;
}

.jcdtlist .swiper-slide .eye .eyeimg {
    width: 0.18rem;
    height: 0.11rem;
    position: relative;
}

.jcdtlist .swiper-slide .eye .eyeimg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.jcdtlist .swiper-slide .eye {
    display: flex;
    align-items: center;
    margin-left: 0.2rem;
}

.jcdtlist .swiper-slide .eye .bitnum {
    line-height: 0.28rem;
    color: #999999;
    margin-left: 0.05rem;
}


.jcdtlist .swiper-prev,
.jcdtlist .swiper-next {
    width: 0.4rem;
    height: 0.4rem;
    background: #C92434;
    border-radius: 50%;
    position: absolute;
    bottom: 0.5rem;
    z-index: 99;
}

.jcdtlist .swiper-prev {
    right: 3.15rem;
}

.jcdtlist .swiper-prev:hover,
.jcdtlist .swiper-next:hover {
    background: #FFAF0F;
}

.jcdtlist .swiper-next {
    right: 2.65rem;
}

.jcdtlist .swiper-prev .img,
.jcdtlist .swiper-next .img {
    width: 0.06rem;
    height: 0.12rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.jcdtlist .swiper-prev .img img,
.jcdtlist .swiper-next .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.jcdtlist .jcdtmore {

    position: absolute;
    bottom: 0.55rem;
    right: 0;
}

.jcdtlist .jcdtmore .img {
    width: 1.05rem;
    height: 0.3rem;
}

.jcdtlist .jcdtmore:hover .img {
    background: url(../img/showmore-red.png) no-repeat center;
    background-size: cover;
}

.jcdtlist .jcdtmore img {
    width: 100%;
    height: 100%;
}

.jcdtlist .jcdtmore:hover img {
    display: none;
}

.tzgglist {
    width: calc(100% - 7.4rem - 0.4rem);
    margin-top: 0.25rem;
}

.tzgglist ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;

}

.tzgglist li {
    width: calc((100% - 0.2rem) / 2);
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    padding: 0.2rem;
    box-sizing: border-box;
    margin-bottom: 0.25rem;
    position: relative;
    overflow: hidden;
}

.tzgglist li::before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    border-bottom: 0.02rem solid #C92434;
    transition: all 0.5s;
}

.tzgglist li:hover::before {
    width: 100%;
}

.tzgglist li .tzggicon {
    width: 2rem;
    height: 0.9rem;
    position: absolute;
    right: -0.3rem;
    bottom: 0;
}

.tzgglist li .tzggicon img {
    width: 100%;
    height: 100%;
}

.tzgglist li:nth-child(5),
.tzgglist li:nth-child(6) {
    margin-bottom: 0;
}

.tzgglist li .title {
    line-height: 0.3rem;
    height: 0.6rem;
    text-align: justify;
    color: #202020;
    position: relative;
    z-index: 9;
}

.tzgglist li:hover .title {
    color: #C92434;
    font-weight: bold;
}

.tzgglist li .time {
    display: flex;
    align-items: center;
    margin-top: 0.23rem;
}

.tzgglist li .time .day {
    width: 0.3rem;
    height: 0.3rem;
    background: url(../img/calendar-yellow.png) no-repeat center;
    background-size: cover;
    font-size: 0.17rem;
    line-height: 0.36rem;
    color: #FFAF0F;
    text-align: center;
}

.tzgglist li:hover .time .day {
    background: url(../img/calendar-red.png) no-repeat center;
    background-size: cover;
    color: #C92434;
}

.tzgglist li .time .date {
    line-height: 0.3rem;
    text-align: justify;
    color: #9E9E9E;
    margin-left: 0.05rem;
    position: relative;
    z-index: 9;
}

.tzgglist li:hover .time .date {
    color: #C92434;
}








/* 搜索结果页 */
#newskeycode250819 {
    width: 100%;
    height: 0.4rem;
    line-height: 0.4rem;
    color: #aaa;
    font-size: 14pt;
    box-sizing: border-box;
    padding-left: 0.2rem;
    position: relative;
    background-repeat: no-repeat;
    padding-top: 0.03rem;
    border: 1px solid #D3D3D3;
    outline-color: #3d5adb;
    margin-bottom: 0.3rem;
}

.textlist .box .title {
    color: #3D3D3D;
    line-height: 0.25rem;
    height: 0.25rem;
    text-align: left;
}

.textlist .box {
    width: 100%;
    height: 1.36rem;
    border-radius: 0.05rem 0.1rem 0.1rem 0.1rem;
    background: #FFFFFF;
    box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
    box-sizing: border-box;
    padding: 0 0.3rem;
}

.textlist .box:hover .title {
    color: #dd4b39;
}

.textlist .box a {
    height: 100%;
    display: flex;
    align-items: center;
}

.textlist .box .dete {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #2E5EC1;
    margin-right: 0.3rem;
}

.textlist .box .tt {
    flex: 1;
}

.textlist .box .d {
    font-size: 0.24rem;
    font-weight: bold;
}

.textlist .box .y {
    font-size: 0.16rem;
    margin-top: 0.05rem;
}

.textlist .box .title {
    color: #3D3D3D;
    line-height: 0.25rem;
    height: 0.25rem;
}

.textlist .box .title span {
    color: #dd4b39;
}

.textlist .box .desc {
    color: #999999;
    line-height: 0.25rem;
    height: 0.5rem;
    margin-top: 0.07rem;
}

.textlist .box .dete2 {
    color: #999999;
    margin-top: 0.07rem;
}

.qnfc {
    background: url(../img/qnfc-bg.png) no-repeat center;
    background-size: cover;
    padding: 0.9rem 0 0.8rem;
    overflow: hidden;
}

.qnfc .content {
    position: relative;
}


.qnfc .center {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 0.3rem;
}

.qnfc .xxlogo {
    width: 5.25rem;
    height: 6.14rem;
}

.qnfc .xxlogo img {
    width: 100%;
    height: 100%;
}

.qnfc .tempbox {
    display: flex;
    justify-content: space-between;
    position: absolute;
    right: 0;
    top: 0;
}

.qnfclist {
    width: 6.24rem;
    position: relative;
}

.qnfclist .swiper-slide .videobtn {
    width: 0.6rem;
    height: 0.6rem;
    background: rgba(41, 5, 0, 0.4);
    box-sizing: border-box;
    border: 0.45px solid rgba(255, 255, 255, 0.4);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.qnfclist .swiper-slide:hover .videobtn {
    display: none;
}

.qnfclist .swiper-slide .videobtn img {
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.4;
}

.qnfclist .swiper-slide a {
    width: 100%;
}

.qnfclist .swiper-slide .img {
    width: 100%;
    height: 3.3rem;
    overflow: hidden;
}

.qnfclist .swiper-slide .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.qnfclist .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.qnfclist .swiper-slide .title {
    background: rgba(46, 83, 164, 0.85);
    backdrop-filter: blur(0.15rem);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 0.55rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.qnfclist .swiper-slide .title div {
    width: calc(100% - 1rem);
    padding: 0 0 0 0.2rem;
    line-height: 0.25rem;
    height: 0.25rem;
    text-align: justify;
    color: #FFFFFF;
}

.qnfclist .swiper-slide:hover .title div {
    font-weight: bold;
}

.qnfclist .swiper-pagination {
    padding-right: 0.2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.qnfclist .swiper-pagination-bullet {
    width: 0.09rem;
    height: 0.09rem;
    background: rgba(255, 255, 255, 0.4);
    opacity: 1;
}

.qnfclist .swiper-pagination-bullet-active {
    width: 0.25rem;
    height: 0.27rem;
    background: url(../img/shuye-yellow.png) no-repeat center;
    background-size: cover;
}

.qnfc .center .bottombox {
    width: 4.1rem;
    position: relative;
    margin-top: 0.3rem;
}

.qnfc .center .bottombox .img {
    width: 100%;
    height: 2.3rem;
    overflow: hidden;
}

.qnfc .center .bottombox .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.qnfc .center .bottombox:hover .img img {
    transform: scale(1.1);
}

.qnfc .center .bottombox .title {
    background: rgba(205, 81, 0, 0.85);
    backdrop-filter: blur(0.15rem);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.55rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.qnfc .center .bottombox .title div {
    color: #FFFFFF;
    line-height: 0.25rem;
    height: 0.25rem;
}

.qnfc .center .bottombox:hover .title div {
    font-weight: bold;
}

.qnfc .content .right {
    position: relative;
}

.qnfc .content .right .img {
    width: 4.15rem;
    height: 5.85rem;
    overflow: hidden;
}

.qnfc .content .right .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    /* aspect-ratio: 16 / 9;
    object-fit: cover; */
}

.qnfc .content .right:hover .img img {
    transform: scale(1.1);
}

.qnfc .content .right .title {
    background: rgba(59, 140, 90, 0.85);
    backdrop-filter: blur(0.15rem);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 0.55rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 0.2rem;
    box-sizing: border-box;
}

.qnfc .content .right .title div {
    line-height: 0.25rem;
    height: 0.25rem;
    color: #FFFFFF;
}

.qnfc .content .right:hover .title div {
    font-weight: bold;
}

footer {
    background: url(../img/footer-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding: 0.55rem 0 1.3rem;
}

footer .container {
    display: flex;
    justify-content: space-between;
}


footer .left {
    width: calc(100% - 1.1rem - 0.4rem);
}

footer .links {
    display: flex;
    justify-content: space-between;
}

footer .links .link1 ul {
    display: flex;
    align-items: center;
}

footer .links .link1 li {
    padding: 0.07rem 0.1rem;
    box-sizing: border-box;
    margin-right: 0.1rem;
    text-align: center;
}

footer .links .link1 li:last-of-type {
    margin-right: 0;
}

footer .links .link1 li a {
    line-height: 0.3rem;
    text-align: center;
    color: #CF3B49;
}

footer .links .link1 li {
    min-width: 1.45rem;
    border: 1px solid rgba(201, 36, 52, 0.2);
}

footer .links .link1 li:hover {
    background: #C92434;
    border: 1px solid transparent;
}


footer .links .link1:last-of-type li a {
    line-height: 0.3rem;
    text-align: center;
    color: #CF8C3B;
}

footer .links .link1 li:hover a {
    color: #FFFFFF;
}

footer .links .link1:last-of-type li {
    border: 1px solid rgba(207, 140, 59, 0.2);
}

footer .infos {
    display: flex;
    justify-content: space-between;
    margin-top: 0.55rem;
}

footer .infos .address {
    display: flex;
}

footer .infos .address .img {
    width: 0.15rem;
    height: 0.19rem;
    margin-right: 0.1rem;
}

footer .infos .address .img img {
    width: 100%;
    height: 100%;
}

footer .infos .address .info div {
    line-height: 0.26rem;
    color: #383838;
}


footer .right .ewm {
    border-radius: 5px;
    opacity: 1;
    background: #FFFFFF;
    padding: 0.1rem 0.1rem 0.13rem;
    box-sizing: border-box;
}

footer .right .ewm .img {
    width: 0.9rem;
    height: 0.9rem;
}

footer .right .ewm .img img {
    width: 100%;
    height: 100%;
}

footer .right .ewm .text {
    width: 0.9rem;
    height: 0.23rem;
    border-radius: 5px;
    opacity: 1;
    background: #C92434;
    line-height: 0.25rem;
    color: #FFFFFF;
    text-align: center;
    margin-top: 0.1rem;
}

.banq {
    background: #C92434;
    height: 0.6rem;
}

.banq .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banq .copyright,
.banq .copyright a {
    line-height: 35px;
    color: #FFFFFF;
}

.banq .fwl {
    height: 0.6rem;
    line-height: 35px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.nydt {
    position: relative;
}

.nydt .img img {
    width: 100%;
    height: 100%;
}

.nydt .curr {
    position: absolute;
    left: 0;
    bottom: 0.55rem;
    width: 100%;
}

.curr .position {
    margin-top: 0.05rem;
}

.curr .current {
    font-weight: bold;
    color: #FFFFFF;
}

.curr .position a,
.curr .position span {
    color: #FFFFFF;
}

.curr .position span:last-of-type {
    display: none;
}

.sanji li a {}

.sanji ul {
    display: flex;
    align-items: center;
}

.sanji li {
    height: 0.7rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    min-width: 1.4rem;
}

.nmain {
    margin: 0.4rem 0 0.5rem;
}


.detail {
    padding: 0.6rem 1.25rem 0.9rem 1.25rem;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0 0 0.3rem 0 rgba(0, 0, 0, 0.1);
}

.detail .title {
    /* font-size: 0.32rem; */
    font-weight: bold;
    /* line-height: 0.32rem; */
    color: #292929;
    text-align: center;
}

.detail .infoshare .info span {
    /* font-size: 0.14rem; */
    color: #9C9C9C;
    margin-right: 0.2rem;
}

.fontSize {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    white-space: nowrap;
}

.fontSize span {
    margin-right: 0.15rem;
    cursor: pointer;
}

.fontSize .on {
    color: #00ABC2;
    font-weight: bold;
}

.share {
    zoom: 1;
    display: flex;
    white-space: nowrap;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 0.26rem;
    height: 0.26rem;
    border-radius: 50%;
    margin-left: 0.13rem;
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    -webkit-transition: .4s all;
    -moz-transition: .4s all;
    -ms-transition: .4s all;
    transition: .4s all;
}

.share a:hover i {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.share #share-icon {
    width: 0.26rem;
    height: 0.26rem;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../images/shareqqzone.png") center center no-repeat;
    background-size: 80%;
}

.share .share-qqzone:hover {
    background-color: none;
}

.share .share-wechat {
    position: relative;
    background-color: none;
}

.share .share-wechat i {
    background: url("../images/sharewechat.png") center center no-repeat;
    background-size: 80%;
}

.share .share-wechat:hover {
    background-color: none;
}

.share .share-weibo {
    background: none;
}

.share .share-weibo i {
    background: url("../images/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -0.36rem;
    z-index: 10;
}

.share .qrcode {
    position: absolute;
    top: 0.36rem;
    border: 0.01rem solid #ccc;
    padding: 0.05rem;
    background: #fff;
    display: none;
    width: 1rem;
    left: -130%;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 0.12rem;
    z-index: 12;
    width: 0.12rem;
    height: 0.12rem;
    line-height: 0.12rem;
    text-align: center;
    right: -0.39rem;
    top: 0.5rem;
    display: none;
    cursor: pointer;
}

.detail .infoshare {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.35rem;
    border-bottom: 0.012rem solid #ECECEC;
    padding-bottom: 0.15rem;
}

.detail .infoshare .info {
    display: flex;
    flex-wrap: wrap;
}

.detail .right1 {
    display: flex;
    align-items: center;
    /* width: 22%; */
}

.detail .content .text p,
.detail .content .text p span {
    font-size: 0.18rem !important;
    line-height: 0.45rem !important;
    color: #404040;
    text-align: justify;
    overflow-wrap: break-word;
}

.detail .content .text p {
    margin-bottom: 0.3rem;
}

.detail .content .text.big p,
.detail .content .text.big p span {
    font-size: 0.28rem !important;
    line-height: 0.55rem !important;
}

.detail .content .text.large p,
.detail .content .text.large p span {
    font-size: 0.32rem !important;
    line-height: 0.6rem !important;
}


.detail .tempblue {
    background: #F1F6F0;
    padding: 0.22rem 0.25rem 0.22rem 0.3rem;
    box-sizing: border-box;
    position: relative;
}


.detail .content {
    margin-top: 0.4rem;
    box-sizing: border-box;
    position: relative;
}

.detail .hengline {
    width: 100%;
    border-top: 0.01rem solid #ECECEC;
    margin: 0.6rem 0 0.4rem;
}

.detail .tempbox {
    display: flex;
    justify-content: center;
    padding: 0 0 0.3rem 0;
    box-sizing: border-box;
}

.detail .return {
    width: 1.08rem;
    height: 1.08rem;
    border-radius: 50%;
    background: #ffeeee;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail .return .img {
    width: 0.36rem;
    height: 0.25rem;
    margin-top: 0.05rem;
}

.detail .return .img img {
    width: 100%;
    height: 100%;
}

.detail .return .text {
    line-height: 0.45rem;
    text-align: center;
    color: #717171;
}

.detail-page {
    margin-top: 0.2rem;
}

.detail-page .box {
    height: 0.7rem;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 0.01rem solid #EEEEEE;
    padding: 0 0.2rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}


.detail-page .box:last-of-type {
    margin-top: 0.2rem;
}

.detail-page .box a {
    /* font-size: 0.18rem; */
    line-height: 0.45rem;
    display: flex;
    align-items: center;
    color: #9E9E9E;
}




.detail-page ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-page li {
    position: relative;
    width: calc(50% - 0.1rem);
    border: 0.01rem solid #ECECEC;
    padding: 0.2rem 0.25rem;
    box-sizing: border-box;
    height: 1.24rem;
}

.detail-page li::before {
    content: "";
    position: absolute;
    top: -0.03rem;
    left: -0.01rem;
    right: -0.01rem;
    height: 0.03rem;
    background: #C92434;
    opacity: 0;
    transition: opacity 0.3s;
}

.detail-page li:hover::before {
    opacity: 1;
}

.detail-page li a {
    line-height: 0.4rem;
    color: #717171;
}

.searchText {
    margin-bottom: 0.4rem;
}

.detail-page li a div {
    height: 0.4rem;
}

.detail-page li:hover a div:last-of-type {
    font-weight: bold;
    color: #C92434;
}

.listbox li .title {}





.banq p br {
    display: none !important;
}

html {
    font-size: 5.20833333vw;
}

/* 平板竖屏（<768px） */
@media screen and (max-width: 768px) {
    html {
        font-size: 70px;
    }
}

/* 平板竖屏（768px ~ 1023px） */
@media screen and (min-width: 768px) and (max-width: 1140px) {
    html {
        font-size: 80px;
    }

    body {
        font-size: 16px;
    }
}

@media screen and (max-width: 1400px) {
    html {
        /* font-size: 80px; */
    }
}

/* 平板横屏 / 小屏笔记本（1024px ~ 1279px）仍使用 vw，无需覆盖 */
/* 常规笔记本 / 桌面（1280px ~ 1919px）仍使用 vw，无需覆盖 */

/* 超大屏（≥ 1920px）固定根字号 */
@media screen and (min-width: 1920px) {
    html {
        font-size: 100px;
    }

    body {
        font-size: 18px;
    }
}