/* 手机端导航 */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #922325;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    width: 90%;
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 100%;
    /* max-height: 45px; */
    /* height: 28px; */
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #FFFFFF;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9999;
    background: #eee;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px;
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #00509F
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #902224 !important;
    background-color: #902224 !important;
}


header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 103px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* header:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
} */
.header_active {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

header .right {
    width: calc(100% - 288px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .right .nav-search {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

header .logo {
    width: 288px;
    height: 61px;
    margin-left: 30px;
    box-sizing: border-box;
}

/* header:hover .logo {
    background: url(../img/logo-black.png) no-repeat center;
    background-size: cover;
} */
.header_active .logo {
    background: url(../img/logo-black.png) no-repeat center;
    background-size: cover;
}

header .logo a {
    width: 100%;
}

header .logo a img {
    width: 100%;
    height: 100%;
}

/* header:hover .logo a img {
    display: none;
} */
.header_active .logo a img {
    display: none;
}

header .search {
    margin: 0 40px;
    display: none;
}

header .search.on {
    display: block;
}

.search .img {
    width: 21px;
    height: 20px;
}

/* header:hover .search .img {
    background: url(../img/search-black.png) no-repeat center;
    background-size: cover;
} */
.header_active .search {
    display: block;
}

.header_active .search .img {
    background: url(../img/search-black.png) no-repeat center;
    background-size: cover;
}

.search .img img {
    width: 100%;
    height: 100%;
}

/* header:hover .search .img img {
    display: none;
} */
.header_active .search .img img {
    display: none;
}

.buttons {
    display: flex;
    align-items: center;
}

/* header:hover .buttons {
    display: none;
} */
.header_active .buttons {
    display: none;
}

/* header:hover .navigation ul li .navname {
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    color: #232323;
} */
.header_active .navigation ul li .navname {
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    color: #232323;
}

.buttons .dh {
    width: 109px;
    height: 103px;
    background: #B57147;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.buttons .dh .img {
    width: 34px;
    height: 25px;
}

.buttons .dh .img img {
    width: 100%;
    height: 100%;
}

.buttons .dh .text {
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 10px;
}

.buttons .xxgw {
    width: 109px;
    height: 103px;
    background: #981D21;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.buttons .xxgw .img {
    width: 29px;
    height: 29px;
}

.buttons .xxgw .img img {
    width: 100%;
    height: 100%;
}

.buttons .xxgw .text {
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 10px;
}

.header {
    background: #981D21;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    padding: 15px 30px 15px;
    box-sizing: border-box;
}

.header .logo {
    width: 288px;
    margin-top: 10px;
}

.header .logo img {
    width: 100%;
    height: 100%;
}

.header .nav-search {
    margin-top: 20px;
}

.header .search {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header .navigation ul .nli {
    padding: 15px 0;
}

.header .search a,
.header .search span {
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    color: #FFFFFF;
}

.header .search span {
    margin: 0 10px;
}

.header .search .img {
    width: 21px;
    height: 20px;
}

.header .search .img img {
    width: 100%;
    height: 100%;
}


.navigation {
    position: relative;
    z-index: 99;
    display: none;
}

.navigation.on {
    display: block;
}

.header_active .navigation {
    display: block;
}

.navigation .container {
    display: flex;
    justify-content: flex-end;
}

.navigation ul li .navname {
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.navigation ul li .english {
    font-size: 12px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
}

.navigation ul {
    width: 44.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation ul .nli {
    position: relative;
    white-space: nowrap;
    padding: 30px 0 30px 0;
    box-sizing: border-box;
}


.navigation ul .nli h3 {
    display: inline-block;
}


.navigation ul .nli:hover h3 a {
    border-top: 2px solid #FFFFFF;
}

.navigation ul li a {
    line-height: 28px;
    padding: 23px 0 9.5px 0;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.navigation .drivder {
    width: 100%;
    height: 1px;
    background: rgba(187, 60, 60, 0.14);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.navigation ul .nli.on h3 a {
    border-top: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
}

.navigation ul .sub {
    position: absolute;
    width: auto;
    max-width: 250px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    background: #FFF5F1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: column;
    top: 62px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    padding: 10px 34px;
}

.navigation ul .nli:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.navigation ul .sub li {
    width: 100%;
    line-height: 25px;
    text-align: center;
    padding: 6px 0;
}


.navigation ul .sub li a {
    font-weight: 400;
    font-size: 16px;
    color: #6F6F6F;
}

.navigation ul .sub li:hover a {
    font-weight: bold;
    /* border-bottom: 2px solid #FFFFFF; */
    color: #902224;
    border-bottom: 1px solid #902224;
}

.banlist {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banlist .ban {
    position: absolute;
    left: 49%;
    bottom: 75px;
    z-index: 9;
    width: 48px;
    height: 48px;
    border-radius: 50% 50%;
    border: 1px solid #FFFFFF;
    background: rgba(0, 0, 0, 0.4);
}


.banlist .ban img {
    width: 35%;
    height: 50%;
    position: absolute;
    left: 50%;
    top: 12px;
    transform: translateX(-50%);
    animation: downico 1.5s ease-out infinite;
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }

    35% {
        top: 50%;
        opacity: 0;
    }

    65% {
        top: -50%;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

.banlist .swiper-slide {
    width: 100% !important;
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
    /* border-radius: 0px 400px 0px 0; */
}

.banlist .swiper-left,
.banlist .swiper-right {
    width: 34px;
    height: 58px;
    /* border-radius: 50%; */
    position: absolute;
    background: rgba(18, 105, 202, 0.8);
    z-index: 9;
    margin: 0;
    cursor: pointer;
}

.banlist .swiper-left:hover,
.banlist .swiper-right:hover {
    background: rgba(1, 69, 145, 0.8);

    backdrop-filter: blur(8px);
}

.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: 8px;
    height: 16px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banlist .swiper-left .img img {
    width: 100%;
    height: 100%;
    position: absolute;

}

.banlist .swiper-right .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.banlist .swiper-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    border-radius: 10000px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
}

.banlist .swiper-pagination {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    bottom: auto;
    position: relative;
    margin: 0 20px;
}

.banlist .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    opacity: 1;
    margin: 7px 5px;
    display: block;

}

.banlist .swiper-pagination-bullet-active {
    background: #1269CA;
}

.nzxg {
    background: url(../img/nzxg.png) no-repeat center;
    background-size: cover;
    padding: 85px 0 20px;
}

.nzxgysz {
    text-align: center;
}

.nzxgysz .english {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    background: linear-gradient(180deg, #C81B21 29%, rgba(240, 240, 240, 0) 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.3;
}

.nzxgysz .title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #1E1E1E;
    margin-top: -35px;
}

.xyxw {
    background: url(../img/xyxw-bg.png) no-repeat center;
    background-size: cover;
    padding: 25px 0 85px 0;
    box-sizing: border-box;
}

.newslist {
    width: 48.93%;
    position: relative;
    padding: 23px 23px 15px;
    position: relative;
    z-index: 99;
    background: #FFF8F0;
    box-sizing: border-box;
    border: 1.15px solid #D1621F;
    box-shadow: 4.58px 4.58px 0px 0px #D1621F;
}

.newslist .swiper-slide a {
    width: 100%;
}

.newslist .swiper-slide .img {
    width: 100%;
    height: 412px;
    overflow: hidden;
}

.newslist .swiper-slide .img img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease-in-out;
}

.newslist .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.newslist .swiper-slide .tt {
    padding: 20px 0 0;
    background: #FFF8F0;
}


.newslist .swiper-slide .tt .text {
    font-size: 22px;
    font-weight: bold;
    color: #2C2C2C;
}

.newslist .swiper-slide:hover .tt .text {
    color: #922325;
}

.newslist .swiper-slide .tt .disc {
    margin-top: 8px;
    font-size: 16px;
    line-height: 28.65px;
    text-align: justify;
    color: #9E9E9E;
}

.newslist .swiper-slide .tt .time {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.newslist .swiper-slide .tt .time .timeimg {
    width: 14px;
    height: 14px;
    position: relative;
}

.newslist .swiper-slide .tt .time .timeimg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.newslist .swiper-slide .tt .time .date {
    font-size: 16px;
    line-height: 28.65px;
    color: #1269CA;
    margin-left: 10px;
}

.newslist .swiper-btn {
    width: calc(100% - 100px);
    height: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 2;
}

.newslist .swiper-pagination {
    position: absolute;
    right: 20px;
}

.newslist .swiper-pagination-bullet {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #D8D8D8;
    opacity: 1;
}

.newslist .swiper-pagination-bullet-active {
    background: #D46443;
}

.newslist .swiper-prev,
.newslist .swiper-next {
    width: 51px;
    height: 57px;
    background: #EE9640;
    position: absolute;
    z-index: 9;
}

.newslist .swiper-prev {
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}

.newslist .swiper-next {
    right: 0;
    top: 40%;
    transform: translateY(-50%);
}

.newslist .swiper-prev .img,
.newslist .swiper-next .img {
    width: 9px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.newslist .swiper-prev .img img,
.newslist .swiper-next .img img {
    width: 100%;
    height: 100%;
}

.xyxwlist {
    position: relative;
    margin-top: 65px;
}

.xyxwlist .container {
    display: flex;
    justify-content: space-between;
}


.newslist::after {
    content: '';
    width: 5px;
    height: 100%;
    background: rgba(173, 38, 38, 0.08);
    position: absolute;
    right: -5px;
    bottom: -5px;
}

.rightbox {
    width: calc(100% - 48.93% - 30px);
}

.toplist li {
    background: #FFF8F0;
    padding: 25px 30px;
    box-sizing: border-box;
    border: 1.15px solid #225DA7;
    box-shadow: 4.58px 4.58px 0px 0px #225DA7;
    margin-bottom: 35px;
}

.toplist li:first-of-type:hover {
    border: 1.15px solid #981D21;
    box-shadow: 4.58px 4.58px 0px 0px #981D21;
}

.toplist li:last-of-type {
    background: #FFF8F0;
    box-sizing: border-box;
    border: 1.15px solid #981D21;
    box-shadow: -4.58px 4.58px 0px 0px #981D21;
}

.toplist li:last-of-type:hover {
    border: 1.15px solid #225DA7;
    box-shadow: -4.58px 4.58px 0px 0px #225DA7;
}

.toplist li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toplist li:first-of-type a {
    flex-direction: row-reverse;
}

.toplist li .img {
    width: 232px;
    height: 132px;
    overflow: hidden;
}

.toplist li .img img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease-in-out;
}

.toplist li:hover .img img {
    transform: scale(1.1);
}

.toplist li .text {
    width: calc(100% - 232px);
    position: relative;
    padding-left: 20px;
    box-sizing: border-box;
}

.toplist li:first-of-type .text {
    padding: 0 20px 0 0;
}

.toplist li .text .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 34.38px;
    text-align: justify;
    color: #981D21;
    position: relative;
    z-index: 9;
}

.toplist li:first-of-type:hover .text .title {
    color: #D1621F;
}

.toplist li:last-of-type .text .title {
    color: #D1621F;
}

.toplist li:last-of-type:hover .text .title {
    color: #981D21;
}

.toplist li .text .time {
    display: flex;
    align-items: center;
    margin-top: 28px;
}

.toplist li .text .time .timeimg {
    width: 14px;
    height: 14px;
    position: relative;
}

.toplist li .text .time .timeimg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.toplist li .text .time .date {
    font-size: 16px;
    line-height: 28.65px;
    color: #1269CA;
    margin-left: 5px;
}

.toplist li .text .textbg {
    width: 300px;
    height: 80px;
    position: absolute;
    bottom: -28px;
    right: 50%;
    z-index: 0;
}

.toplist li:first-of-type .text .textbg {
    left: 50%;
    transform: translate(-30%, 0);

}

.toplist li:last-of-type .text .textbg {
    right: 0%;
    /* transform: translate(-30%, 0); */
}

.toplist li .text .textbg img {
    width: 100%;
    height: 100%;
}

.rightlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.rightlist li {
    width: calc((100% - 30px) / 2);
    padding: 27px 30px;
    box-sizing: border-box;
    position: relative;

    background: #FFF8F0;
    box-sizing: border-box;
    border: 1.15px solid #D1621F;
    box-shadow: 4.58px 4.58px 0px 0px #D1621F;
}


.rightlist li:hover {
    background: #FFF8F0;
    box-sizing: border-box;
    border: 1.15px solid #981D21;
    box-shadow: 4.58px 4.58px 0px 0px #981D21;
}

.rightlist li .title {
    font-size: 20px;
    line-height: 34.38px;
    text-align: justify;
    color: #2C2C2C;
}

.rightlist li:hover .title {
    color: #981D21;
    font-weight: bold;
}

.rightlist li .libg {
    width: 221px;
    height: 51px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.rightlist li .libg img {
    width: 100%;
    height: 100%;
}



.rightlist li .time .img {
    width: 14px;
    height: 14px;
    position: relative;
}

.rightlist li .time-arrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rightlist li .time-arrow .arrow {
    width: 34px;
    height: 7px;
}

.rightlist li .time-arrow .arrow img {
    width: 100%;
    height: 100%;
}

.rightlist li .time img {
    width: 100%;
    height: 100%;
    position: absolute;
}


.rightlist li .time .date {
    margin-left: 5px;
    font-size: 16px;
    line-height: 28.65px;
    color: #1269CA;
}

.rightlist li .time {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.theme {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.theme .title-icon a {
    display: flex;
    align-items: center;
    position: relative;
}

.theme .title-icon .icon {
    width: 42px;
    height: 37px;
}

.theme .title-icon .icon img {
    width: 100%;
    height: 100%;
}

.theme .title-icon .title span {
    font-size: 36px;
    font-weight: bold;
    line-height: 38px;
}

.theme .title-icon .title span:first-child {
    color: #202020;
}

.theme .title-icon .title span:last-child {
    color: #922325;
    padding-bottom: 15px;
    border-bottom: 2px solid #981D21;
}

.theme .title-icon .english {
    font-size: 50px;
    font-weight: 900;
    line-height: 38px;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(270deg, rgba(182, 43, 45, 0.15) 0%, rgba(182, 43, 45, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: absolute;
    left: 0;
    top: -35px;
    color: #f6e7df;
}

.theme .showmore a {
    display: flex;
    align-items: center;
}

.theme .showmore .img {
    width: 100px;
    height: 30px;
}

.theme .showmore:hover .img {
    background: url(../img/showmore-icon-hover.png) no-repeat center;
    background-size: cover;
}

.theme .showmore .img img {
    width: 100%;
    height: 100%;
}

.theme .showmore:hover .img img {
    display: none;
}

.theme .showmore .text {
    font-size: 16px;
    line-height: 25px;
    color: #C89192;
    margin-left: 5px;
}

.theme .showmore:hover .text {
    color: #902224;
}

.mediadynamic .container {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.dynamiclist {
    width: 100%;
    padding-left: 215px;
    box-sizing: border-box;
}

.dynamiclist .swiper-slide {
    background: linear-gradient(180deg, #FFF7F5 0%, #FFFFFF 100%);
    box-shadow: 0px 5.71px 28.53px 0px rgba(106, 106, 106, 0.2);
    padding: 25px;
    box-sizing: border-box;
}

.dynamiclist .swiper-slide:hover {
    background: #981D21;
}

.dynamiclist .swiper-slide a {
    position: relative;
}

.dynamiclist .swiper-container {
    padding-bottom: 30px;
}

.dynamiclist .swiper-slide a .sanjiao {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 35px;
    height: 28px;
}

.dynamiclist .swiper-slide:hover a .sanjiao {
    background: url(../img/sanjiao-red.png) no-repeat center;
    background-size: cover;
}

.dynamiclist .swiper-slide a .sanjiao img {
    width: 100%;
    height: 100%;
}

.dynamiclist .swiper-slide:hover a .sanjiao img {
    display: none;
}

.dynamiclist .swiper-slide .title {
    font-size: 20.54px;
    line-height: 34.24px;
    text-align: justify;
    color: #333333;
}

.dynamiclist .swiper-slide:hover .title {
    color: #FFFFFF;
    font-weight: bold;
}

.dynamiclist .swiper-slide .time {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.dynamiclist .swiper-slide .time .img {
    width: 14px;
    height: 14px;
    position: relative;
}

.dynamiclist .swiper-slide:hover .time .img {
    background: url(../img/clock-white.png) no-repeat center;
    background-size: cover;
}

.dynamiclist .swiper-slide .time .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.dynamiclist .swiper-slide:hover .time .img img {
    display: none;
}

.dynamiclist .swiper-slide .time .date {
    font-size: 15.98px;
    line-height: 34.24px;
    color: #1269CA;
    margin-left: 5px;
}

.dynamiclist .swiper-slide:hover .time .date {
    color: #FFFFFF;
}

.dynamiclist .swiper-prev,
.dynamiclist .swiper-next {
    width: 57px;
    height: 57px;
    border: 1.14px solid #981D21;
    border-radius: 50%;
    position: relative;
}

.dynamiclist .swiper-prev:hover,
.dynamiclist .swiper-next:hover {
    background: #D1621F;
    border: 1.14px solid #D1621F;
}

.dynamiclist .swiper-prev {
    left: -210px;
}

.dynamiclist .swiper-next {
    left: -110px;
    top: -60px;
}

.dynamiclist .swiper-prev .img,
.dynamiclist .swiper-next .img {
    width: 39px;
    height: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.dynamiclist .swiper-prev:hover .img {
    background: url(../img/mtdt-arrow-left-hover.png) no-repeat center;
    background-size: 100% 100%;
}

.dynamiclist .swiper-next:hover .img {
    background: url(../img/mtdt-arrow-right-hover.png) no-repeat center;
    background-size: 100% 100%;
}

.dynamiclist .swiper-prev img,
.dynamiclist .swiper-next img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.dynamiclist .swiper-prev:hover img,
.dynamiclist .swiper-next:hover img {
    display: none;
}

.dynamiclist .hengline {
    width: calc(100% - 200px);
    height: 0;
    border-top: 1.14px solid rgba(213, 112, 51, 0.2);
    position: absolute;
    bottom: 90px;
}

.dynamiclist .cycle1,
.dynamiclist .cycle2,
.dynamiclist .cycle3 {
    width: 15px;
    height: 15px;
    background: #D57033;
    border-radius: 50%;
    position: absolute;
    bottom: 83px;
}

.dynamiclist .cycle1 {
    left: 26.6%;
}

.dynamiclist .cycle2 {
    left: 56.3%;
}

.dynamiclist .cycle3 {
    left: 85.8%;
}

/* theme1 */
.theme1 {
    position: absolute;
}

.theme1 .title-icon a {
    display: flex;
    align-items: center;
    position: relative;
}

.theme1 .title-icon .icon {
    width: 42px;
    height: 37px;
}

.theme1 .title-icon .icon img {
    width: 100%;
    height: 100%;
}

.theme1 .title-icon .title span {
    font-size: 36px;
    font-weight: bold;
    line-height: 38px;
}

.theme1 .title-icon .title span:first-child {
    color: #202020;
}

.theme1 .title-icon .title span:last-child {
    color: #922325;
    padding-bottom: 15px;
    border-bottom: 2px solid #981D21;
}

.theme1 .title-icon .english {
    font-size: 50px;
    font-weight: 900;
    line-height: 38px;
    text-transform: uppercase;
    background-image: -webkit-linear-gradient(270deg, rgba(182, 43, 45, 0.15) 0%, rgba(182, 43, 45, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: absolute;
    left: 0;
    top: -35px;
    color: #f6e7df;
}

.theme1 .showmore {
    margin-top: 55px;
}

.theme1 .showmore a {
    display: flex;
    align-items: center;
}

.theme1 .showmore .img {
    width: 100px;
    height: 30px;
}

.theme1 .showmore:hover .img {
    background: url(../img/showmore-icon-hover.png) no-repeat center;
    background-size: cover;
}

.theme1 .showmore .img img {
    width: 100%;
    height: 100%;
}

.theme1 .showmore:hover .img img {
    display: none;
}

.theme1 .showmore .text {
    font-size: 16px;
    line-height: 25px;
    color: #C89192;
    margin-left: 5px;
}

.theme1 .showmore:hover .text {
    color: #902224;
}

.tzggysz {
    text-align: center;
}

.tzggysz .english {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.75;
    background: linear-gradient(180deg, #FFFFFF 29%, rgba(255, 255, 255, 0) 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.tzggysz .title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    margin-top: -35px;
}

.tzggtop {
    background: url(../img/tzggtopbg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding: 90px 0 40px;
}

.tzggtopbox {
    margin: 85px 0 0 0;
}

.tzggtopbox li {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(11.43px);
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tzggtopbox li .time {
    width: 90px;
    text-align: right;
}

.tzggtopbox li .time .day {
    font-size: 32px;
    line-height: 50.81px;
    color: #981D21;
}

.tzggtopbox li .time .year {
    font-size: 16px;
    line-height: 34.29px;
    color: #9E9E9E;
    padding-top: 7px;
    margin-top: 8px;
    border-top: 2px solid #981D21;
    display: inline-block;
}

.tzggtopbox li::before .time .year {
    content: '';
}

.tzggtopbox li .text {
    width: calc(100% - 457px - 90px);
    padding: 0 20px;
    box-sizing: border-box;
}

.tzggtopbox li .text .title {
    font-size: 25.14px;
    font-weight: bold;
    color: #981D21;
}

.tzggtopbox li .text .disc {
    font-size: 16px;
    line-height: 22.86px;
    text-align: justify;
    color: #9E9E9E;
    margin-top: 5px;
}

.tzggtopbox li .text .showmore {
    width: 99px;
    height: 30px;
    margin-top: 30px;
}

.tzggtopbox li:hover .text .showmore {
    background: url(../img/showmore-icon-hover.png) no-repeat center;
    background-size: cover;
}

.tzggtopbox li .text .showmore img {
    width: 100%;
    height: 100%;
}

.tzggtopbox li:hover .text .showmore img {
    display: none;
}

.tzggtopbox li .img {
    width: 457px;
    height: 246px;
    margin-top: -90px;
}

.tzggtopbox li .img img {
    width: 100%;
    height: 100%;
}

.tzggbottom {
    background: url(../img/tzggbottom.png) no-repeat center;
    background-size: cover;
    padding: 30px 0;
    box-sizing: border-box;
}

.tzggbottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tzggbottom li {
    width: calc(100% / 4);
    padding: 20px 45px;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.tzggbottom li:first-of-type {
    border-left: none;
}

.tzggbottom li .time {
    width: 90px;
    text-align: right;
}

.tzggbottom li .time .day {
    font-size: 28px;
    line-height: 44.46px;
    color: #FFFFFF;
}

.tzggbottom li .time .year {
    font-size: 16px;
    line-height: 34.29px;
    color: #9E9E9E;
    padding-top: 7px;
    margin-top: 8px;
    border-top: 2px solid #FFFFFF;
    display: inline-block;
}

.tzggbottom li .text {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: justify;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 25px;
    border-bottom: 1px solid transparent;
    position: relative;
}

.tzggbottom li .text::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.tzggbottom li:hover .text::before {
    width: 100%;
}

.sgcy {
    background: url(../img/sgcybg.png) no-repeat center;
    background-size: cover;
    padding: 80px 0;
    box-sizing: border-box;
}

.sgcyysz {
    /* text-align: center; */
    display: flex;
    justify-content: space-between;
}

.sgcyysz .zwhd {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #FFF8F0;
    display: inline-block;
    border-radius: 10000px;
    opacity: 1;
    height: 56px;
    background: #D46F32;
    padding: 10px 20px;
    box-sizing: border-box;
}

.sgcyysz .english {
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.75;
    background: linear-gradient(180deg, #FFFFFF 29%, rgba(255, 255, 255, 0) 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.sgcyysz .title {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: -35px;
}

.sgcyysz .showmore {
    width: 99px;
    height: 30px;
    margin-top: 40px;
}

.sgcyysz .showmore img {
    width: 100%;
    height: 100%;
}


.xyfclist {
    position: relative;
    padding: 0 0 60px;
    /* border: 3px solid #922325; */
    /* margin: 8px; */
    margin-top: -80px;
}

.xyfclist .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin: 38px 0 10px 0;
}

.xyfclist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(29, 67, 135, 1);
    margin: 0 4px;
}

.xyfclist .swiper-pagination-bullet-active {
    background: #1D4387;
}

.xyfclist .leftredleft {
    position: absolute;
    left: -11px;
    bottom: -3px;
    width: 8px;
    height: 200px;
    background: #922325;
}

.xyfclist .leftredbottom {
    position: absolute;
    left: -11px;
    bottom: -11px;
    width: 200px;
    height: 8px;
    background: #922325;
}

.xyfclist .rightredtop {
    position: absolute;
    right: -11px;
    top: -11px;
    width: 200px;
    height: 8px;
    background: #922325;
}

.listFrame {
    margin-bottom: 40px;
}

.xyfclist .rightredright {
    position: absolute;
    right: -11px;
    top: -11px;
    width: 8px;
    height: 200px;
    background: #922325;
}

.xyfclist .swiper-slide .img {
    /* width: 643px;
    height: 347px; */
    aspect-ratio: 16/9;
    object-fit: cover;
    margin-top: 30px;
}

.xyfclist .swiper-slide a {
    position: relative;
}

.xyfclist .swiper-slide .img img {
    width: 100%;
    height: 100%;
    background: rgba(30, 83, 163, 0.2);
    box-sizing: border-box;
    border: 11.43px solid #FFFFFF;
    box-shadow: 0px 4.57px 34.29px 0px rgba(0, 0, 0, 0.5);
}

.xyfclist .swiper-slide .text {
    width: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
}

.xyfclist .swiper-slide .text span {
    font-size: 25.14px;
    font-weight: bold;
    line-height: 34.29px;
    color: #FFFFFF;
}

.xyfclist .swiper-slide-active .time {
    font-size: 34.29px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFFFFF;
}

.xyfclist .swiper-slide .time {
    display: none;
}

.xyfclist .swiper-slide-active .time {
    display: block;
}

.xyfclist .swiper-slide-prev,
.xyfclist .swiper-slide-next {
    display: flex;
    align-items: center;
    margin-top: 140px;
}

.xyfclist .swiper-slide-prev a,
.xyfclist .swiper-slide-next a {
    width: 380px;
    height: 210px;
}

.xyfclist .swiper-slide-prev .img img,
.xyfclist .swiper-slide-next .img img {
    background: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    border: 11.43px solid rgba(255, 255, 255, 0.1);
}

.xyfclist .swiper-slide-active .dxg {
    width: 51.43px;
    position: relative;
    left: -70px;
    top: 50px;
}

.xyfclist .swiper-slide-active .dxg .cycle1 {
    width: 51.43px;
    height: 51.43px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
}

.xyfclist .swiper-slide-active .dxg .cycle2 {
    width: 28.57px;
    height: 28.57px;
    opacity: 1;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.xyfclist .swiper-slide-active .dxg .shuline {
    width: 0;
    height: 376px;
    opacity: 1;
    border-left: 3.43px solid;
    border-image: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    border-image-slice: 1;
    /* 关键 */
    position: absolute;
    left: 50%;
    bottom: -376px;
}

.xyfclist .swiper-prev {
    position: absolute;
    bottom: 0;
    right: 150px;
    z-index: 9;
    transform: translateY(-100%);
}

.xyfclist .swiper-next {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    transform: translateY(-100%);
}

.xyfclist .swiper-prev .img,
.xyfclist .swiper-next .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1.48px solid #FFFFFF;
    position: relative;
}

.xyfclist .swiper-prev img,
.xyfclist .swiper-next img {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.xyfclist .swiper-slide .text {
    display: none;
}

.xyfclist .swiper-slide-active .text {
    display: flex;
}

.cyjy .container:first-of-type {
    display: flex;
    justify-content: flex-end;
}

.cyjy .sgcyysz {
    width: 65%;
}

.cyjy .sgcyysz .english {
    font-size: 45px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(180deg, #C81B21 29%, rgba(240, 240, 240, 0) 94%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.3;
}

.cyjy .sgcyysz .title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #1E1E1E;
}

.cyjy .sgcyysz .showmore {
    width: 90px;
    height: 30px;
    position: relative;
    z-index: 99;
}



.cyjy .sgcyysz .showmore .img {
    width: 90px;
    height: 30px;
}

.cyjy .sgcyysz .showmore:hover .img {
    background: url(../img/showmore-icon-hover.png) no-repeat center;
    background-size: 100% 100%;
}

.cyjy .sgcyysz .showmore img {
    width: 100%;
    height: 100%;
}

.cyjy .sgcyysz .showmore:hover img {
    display: none;
}

.tzgglist {
    position: relative;
    width: 100%;
    padding: 20px 0 106px;
    /* display: none; */
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 60px;
    position: relative;
}

.tzgglist .swiper-slide {
    border-radius: 70px 0px 70px 0px;
}

.tzgglist .swiper-slide:hover {
    background: rgba(0, 0, 0, 0.55);
    box-sizing: border-box;
    border: 1.15px solid #D46F32;
}

.tzgglist .swiper-slide a {
    position: relative;
}

.tzgglist .swiper-slide:nth-child(2n) {
    margin-top: 50px;
}

.tzgglist .swiper-slide .img {
    width: 100%;
    height: 583px;
}

.tzgglist .swiper-slide:nth-child(1) .img {
    box-sizing: border-box;
    border: 1.15px solid #981D21;
    box-shadow: -4px -4px 0px 0px #981D21;
    border-radius: 70px 0px 70px 0px;
}

.tzgglist .swiper-slide:nth-child(2) .img {
    box-sizing: border-box;
    border: 1.15px solid #225DA7;
    box-shadow: 4px 4px 0px 0px #225DA7;
    border-radius: 70px 0px 70px 0px;
}

.tzgglist .swiper-slide:nth-child(3) .img {
    box-sizing: border-box;
    border: 1.15px solid #981D21;
    border-radius: 70px 0px 70px 0px;
    box-shadow: -4px -4px 0px 0px #981D21;
}

.tzgglist .swiper-slide:nth-child(4) .img {
    box-sizing: border-box;
    border: 1.15px solid #D49831;
    border-radius: 70px 0px 70px 0px;
    box-shadow: 4px 4px 0px 0px #D49831;
}

.tzgglist .swiper-slide .img img {
    width: 100%;
    height: 100%;
    border-radius: 70px 0px 70px 0px;
}

.tzgglist .swiper-slide .text {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 50px;
    box-sizing: border-box;
    display: none;
}

.tzgglist .swiper-slide:hover .text {
    display: block;
}

.tzgglist .swiper-prev,
.tzgglist .swiper-next {
    width: 34px;
    height: 58px;
    background: rgba(152, 29, 33, 0.8);
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    z-index: 9;
}

.tzgglist .swiper-prev:hover,
.tzgglist .swiper-next:hover {
    background: rgba(18, 105, 202, 0.8);
}

.tzgglist .swiper-prev {
    left: -5px;
}

.tzgglist .swiper-next {
    right: -5px;
}

.tzgglist .swiper-prev .img,
.tzgglist .swiper-next .img {
    width: 8px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tzgglist .swiper-prev .img img,
.tzgglist .swiper-next .img img {
    width: 100%;
    height: 100%;
}

.tzgglist .swiper-next .img img {
    transform: rotate(180deg);
}

.tzgglist .swiper-btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;

}

.tzgglist .swiper-pagination {
    width: auto;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 10000px;
    height: 26px;
    display: flex;
    align-items: center;
}

.tzgglist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(30, 99, 171, 1);
    margin: 0 5px;
}

.tzgglist .swiper-pagination-bullet-active {
    background: #1E63AB;
}

.cyjy {
    background: url(../img/cyjybg.png) no-repeat center;
    background-size: cover;
    padding: 90px 0 100px;
    box-sizing: border-box;
}

.zfcy {
    background: url(../img/zfcybg.png) no-repeat center;
    background-size: cover;
}

.zfcy .container {
    padding: 250px 0;
    box-sizing: border-box;
}

.zfcy .box {
    background: linear-gradient(90deg, #255DA1E6 0%, #C66F38E6 48%, #981D21E6 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 60px;
    box-sizing: border-box;
}

.zfcy .imglogo {
    width: 170px;
    height: 170px;
}

.zfcy .imglogo img {
    width: 100%;
    height: 100%;
}

.zfcy .letter .img {
    width: 660px;
    height: 88px;
}

.zfcy .letter .img img {
    width: 100%;
    height: 100%;
}

.zfcy .zfcyan {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.3);
    box-sizing: border-box;
    border: 2.02px solid rgba(255, 255, 255, 0.5);
    border-radius: 20215.83px;
    padding: 12px 27px;
    box-sizing: border-box;
}

.zfcy span {
    font-size: 32px;
    font-weight: bold;
    line-height: 51.96px;
    text-align: center;
    color: #FFFFFF;
}

.zfcy .cycle {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    opacity: 1;
    background: #FFFFFF;
    position: relative;
    margin-left: 10px;
}

.zfcy .cycle .img {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.zfcy .cycle .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

footer {
    background: url(../img/foot-bg.png) no-repeat center;
    background-size: cover;
    padding: 50px 0 160px;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .address {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

footer .address .square {
    width: 37px;
    height: 37px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .address .square .img {
    width: 14px;
    height: 21px;
}

footer .address .square .img img {
    width: 100%;
    height: 100%;
}

footer .address .text {
    margin-left: 15px;
}

footer .address .text div {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

footer .center .logo {
    width: 230px;
    height: 49px;
}

footer .center .logo img {
    width: 100%;
    height: 100%;
}

footer .banq {
    margin-top: 50px;
}

footer .banq .container {
    display: flex;
    justify-content: center;
}

footer .banq span {
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
}

footer .banq a {
    color: rgba(255, 255, 255, 0.6);
}

.nydt img {
    width: 100%;
    height: 100%;
}

.curr {
    position: relative;
    margin-top: -150px;
}

.curr .container {
    display: flex;
    justify-content: center;

}

.curr .title {
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}

.curr .currbox1 {
    display: inline-block;
    border-radius: 30px 30px 0px 0px;
    background: rgba(152, 29, 33, 0.9);
    height: 150px;
    padding: 20px 70px 10px;
    box-sizing: border-box;
}

.curr .currbox a,
.curr .currbox span {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.curr .currbox span {
    margin: 0 10px;
}

.curr .currbox {
    margin-top: 10px;
}

.nmain {
    padding: 60px 0;
    box-sizing: border-box;
    background: url(../img/nzxg.png) no-repeat center;
    background-size: cover;
}

.picbox li {
    background: #FFF8F0;
    box-sizing: border-box;
    border: 1.15px solid #D1621F;
    box-shadow: 4.58px 4.58px 0px 0px #D1621F;
    padding: 25px 25px 20px;
    box-sizing: border-box;
    margin-bottom: 35px;
    position: relative;
}

.picbox li:hover {
    background: #FFF8F0;
    box-sizing: border-box;
    border: 1.15px solid #981D21;
    box-shadow: 4.58px 4.58px 0px 0px #981D21;
}

.picbox li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.picbox li .text {
    width: calc(100% - 232px);
    padding-right: 20px;
}

.picbox li .text .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 34.38px;
    text-align: justify;
    color: #2C2C2C;
}

.picbox li:hover .text .title {
    color: #981D21;
}

.picbox li .text .disc {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    color: rgba(44, 44, 44, 0.6);
    margin-top: 5px;
    position: relative;
    z-index: 9;
}

.picbox li .text .time .timeimg {
    width: 14px;
    height: 14px;
    position: relative;
}

.picbox li .text .time {
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.picbox li .text .time .timeimg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.picbox li .text .time .date {
    font-size: 16px;
    line-height: 28.65px;
    color: #1269CA;
    padding-left: 5px;
}

.picbox li .img {
    width: 232px;
    height: 132px;
    overflow: hidden;
}

.picbox li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.picbox li:hover .img img {
    transform: scale(1.1);
}

.picbox li .libg {
    width: 300px;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 12%;
}

.picbox li .libg img {
    width: 100%;
    height: 100%;
}

/* list */
.listbox li {
    background: #FFF8F0;
    box-sizing: border-box;
    border: 1.15px solid #D1621F;
    box-shadow: 4.58px 4.58px 0px 0px #D1621F;
    padding: 25px 25px 20px;
    box-sizing: border-box;
    margin-bottom: 35px;
    position: relative;
}

.listbox li:hover {
    background: #FFF8F0;
    box-sizing: border-box;
    border: 1.15px solid #981D21;
    box-shadow: 4.58px 4.58px 0px 0px #981D21;
}

.listbox li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.listbox li .text {
    width: calc(100%);
    padding-right: 20px;
}

.listbox li .text .title {
    font-size: 22px;
    font-weight: bold;
    line-height: 34.38px;
    text-align: justify;
    color: #2C2C2C;
}

.listbox li:hover .text .title {
    color: #981D21;
}

.listbox li .text .disc {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    color: rgba(44, 44, 44, 0.6);
    margin-top: 5px;
    position: relative;
    z-index: 9;
}

.listbox li .text .time .timeimg {
    width: 14px;
    height: 14px;
    position: relative;
}

.listbox li .text .time {
    display: flex;
    align-items: center;
    margin-top: 17px;
}

.listbox li .text .time .timeimg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.listbox li .text .time .date {
    font-size: 16px;
    line-height: 28.65px;
    color: #1269CA;
    padding-left: 5px;
}

.listbox li .img {
    width: 232px;
    height: 132px;
    overflow: hidden;
}

.listbox li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.listbox li:hover .img img {
    transform: scale(1.1);
}

.listbox li .libg {
    width: 300px;
    height: 80px;
    position: absolute;
    bottom: 0;
    right: 2%;
    z-index: 0;
}

.listbox li .libg img {
    width: 100%;
    height: 100%;
}


.detail {
    padding: 60px 170px 90px 170px;
    box-sizing: border-box;
    background: #FFF8F0;
    box-sizing: border-box;
    border: 1.15px solid #981D21;
    box-shadow: 4.58px 4.58px 0px 0px #981D21;
}

.detail .title {
    font-size: 38px;
    font-weight: bold;
    line-height: 38.4px;
    color: #292929;
    text-align: center;
}

.detail .infoshare .info span {
    font-size: 14px;
    color: #9C9C9C;
    margin-right: 30px;
}

.fontSize {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    white-space: nowrap;
}

.fontSize span {
    margin-right: 15px;
    cursor: pointer;
}

.fontSize .on {
    color: #902224;
    font-weight: bold;
}

.share {
    zoom: 1;
    display: flex;
    white-space: nowrap;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    margin-top: 10px;
}

.share a i {
    display: block;
    width: 26px;
    height: 26px;
    -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: 26px;
    height: 26px;
    float: left;
    display: none;
}

.share #share-icon img {
    width: 100%;
    height: 100%;
}

.share .share-qqzone {
    background: none
}

.share .share-qqzone i {
    background: url("../img/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("../img/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("../img/shareweibo.png") center center no-repeat;
    background-size: 80%;
}

.share .share-weibo:hover {
    background-color: none;
}

.share .bg-code {
    left: -36px;
    z-index: 10;
    width: 100%;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 90px;
    left: -130%;
    z-index: 11;
    text-align: center;
}

.share .close-btn {
    position: absolute;
    background: #fff;
    color: #000;
    font-size: 12px;
    z-index: 12;
    width: 12px;
    height: 12px;
    line-height: 12px;
    text-align: center;
    right: -39px;
    top: 50px;
    display: none;
    cursor: pointer;
}

.detail .infoshare {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    border-bottom: 1px solid rgba(152, 29, 33, 0.2);
    padding-bottom: 15px;
}

.detail .infoshare .info {
    display: flex;
    flex-wrap: wrap;
}

.detail .right1 {
    display: flex;
    align-items: center;
    /* width: 22%; */
}

.detail .content .text.big p,
.detail .content .text.big p span {
    font-size: 28px !important;
    line-height: 55px !important;
}

.detail .content .text.large p,
.detail .content .text.large p span {
    font-size: 32px !important;
    line-height: 60px !important;
}

.fenxiang {
    color: #9C9C9C;
    white-space: nowrap;
    position: absolute;
    left: -80px;
    top: 15px;
    writing-mode: vertical-lr;
    display: flex;

}

.detail .content .text p,
.detail .content .text p span {
    font-size: 21px !important;
    line-height: 54px !important;
    color: #404040;
    text-align: justify;
}

.detail .tempblue {
    background: #F1F6F0;
    padding: 22px 25px 22px 30px;
    box-sizing: border-box;
    position: relative;
}

.detail .tempblue::before {
    content: '';
    width: 4px;
    height: 100%;
    background: #398156;
    position: absolute;
    left: 0;
    top: 0;
}

.detail .content {
    margin-top: 40px;
    margin-left: 80px;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    border-left: 1px solid rgba(152, 29, 33, 0.2);
    border-right: 1px solid rgba(152, 29, 33, 0.2);
    position: relative;
}

.detail .hengline {
    width: 100%;
    border-top: 1px solid rgba(152, 29, 33, 0.2);
    margin: 60px 0 40px;
}

.detail-page {
    margin-top: 20px;
}

.detail-page .box {
    height: 70px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.detail-page .box:hover {
    background: #FFFFFF;
    border: 1px solid #398156;
}

.detail-page .box:last-of-type {
    margin-top: 20px;
}

.detail-page .box a {
    font-size: 18px;
    line-height: 45px;
    display: flex;
    align-items: center;
    color: #9E9E9E;
}

.detail-page .box:hover a {
    color: #398156;
}

.detail .return {
    width: 130px;
    height: 130px;
    background: #F2E7DA;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.detail .return .img {
    width: 36px;
    height: 25px;
}

.detail .return .img img {
    width: 100%;
    height: 100%;
}

.detail .return span {
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    color: #717171;
}

.detail .jieyong {
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-page ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.detail-page li {
    width: calc(50% - 10px);
    border: 1px solid #ECECEC;
    padding: 20px 25px;
    box-sizing: border-box;
    border-top: 3px solid #902224;
    height: 124px;
}

.detail-page li:hover {
    border-top: 3px solid #902224;
}

.detail-page li a {
    font-size: 18px;
    line-height: 40px;
    color: #717171;
}

.detail-page li:hover a div:last-of-type {
    font-weight: bold;
    line-height: 45px;
    color: #902224;
}

.picturebox ul {
    display: flex;
    flex-wrap: wrap;
}

.picturebox li {
    width: calc((100% - 50px) / 3);
    background: #FFFFFF;
    padding: 10px 10px 0;
    box-sizing: border-box;
    margin-right: 25px;
    margin-bottom: 25px;
}

.picturebox li:hover {
    background: #981D21;
}

.picturebox li:nth-child(3n) {
    margin-right: 0;
}

.picturebox li .img {
    width: 100%;
    height: 268px;
    overflow: hidden;
}

.picturebox li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.picturebox li:hover .img img {
    transform: scale(1.1);
}

.picturebox li .text span {
    font-size: 18px;
    line-height: 54px;
    color: #373737;
    text-align: center;
}

.picturebox li:hover .text span {
    color: #FFFFFF;
}

.zfy-dx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid rgba(152, 29, 33, 0.2);
    margin-bottom: 50px;
}

.zfy-dx .zfy {
    font-size: 36px;
    font-weight: bold;
    color: #981D21;
    padding-bottom: 20px;
    border-bottom: 2px solid #981D21;
}

.zfy-dx .dx {
    font-size: 16px;
    color: #D1621F;
}

.zfcybox li {
    background: #FFF8F0;
    box-sizing: border-box;
    border: 1.15px solid #CECECE;
    box-shadow: 4.58px 4.58px 0px 0px #CECECE;
    padding: 40px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.zfcybox li a {
    display: flex;
    justify-content: space-between;
}

.zfcybox li .xxtitle {
    display: flex;
    align-items: center;
}

.zfcybox li .section {
    background: #981D21;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zfcybox li .section span {
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.zfcybox li .title {
    font-size: 20px;
    line-height: 19px;
    color: #3D3D3D;
    margin-left: 10px;

}

.zfcybox li .xxbutton {
    width: 34px;
    height: 34px;
    border-radius: 19672.78px;
    opacity: 1;
    background: #CECECE;
    position: relative;
}

.zfcybox li .xxbutton input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    width: 21px;
    height: 17px;
    border: 2px solid #ccc;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    position: relative;
    vertical-align: middle;
    margin-right: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.zfcybox li .xxbutton input[type="checkbox"]:checked {
    background: url(../img/gou.png) no-repeat center;
    background-size: cover;
}

.zfcybox .submit {
    width: 100%;
    height: 99px;
    background: #D1621F;
    font-size: 24px;
    font-weight: bold;
    line-height: 19px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 55px;
}



/* 搜索结果页 */
#newskeycode1059233 {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #aaa;
    font-size: 14pt;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    background-repeat: no-repeat;
    padding-top: 3px;
    border: 1px solid #D3D3D3;
    outline-color: #3d5adb;
    margin-bottom: 30px;
}

.textlist .box .title {
    font-size: 18px;
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
    text-align: left;
}

.textlist .box {
    width: 100%;
    height: 136px;
    border-radius: 5px 10px 10px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 30px;
}

.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: 30px;
}

.textlist .box .tt {
    flex: 1;
}

.textlist .box .d {
    font-size: 24px;
    font-weight: bold;
}

.textlist .box .y {
    font-size: 16px;
    margin-top: 5px;
}

.textlist .box .title {
    font-size: 18px;
    color: #3D3D3D;
    line-height: 25px;
    height: 25px;
}

.textlist .box .title span {
    font-size: 18px;
    color: #dd4b39;
}

.textlist .box .desc {
    color: #999999;
    line-height: 25px;
    height: 50px;
    margin-top: 7px;
}

.textlist .box .dete2 {
    color: #999999;
    margin-top: 7px;
}