/* 手机端导航 */
.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%;
}

.zhezhao {
    width: 100%;
    height: 240px;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    z-index: 11;
}

header .logo-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    z-index: 99;
    position: relative;
}

header .logo {
    width: 488px;
}

header .logo a {
    width: 100%;
}

header .logo a img {
    width: 100%;
    height: 100%;
}

.search .search-input {
    width: 300px;
    height: 45px;
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    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: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background: url(../img/search.png) no-repeat center;
    background-size: cover;
    border: none;
}

.search input[type="search"] {
    padding-left: 10px;
    box-sizing: border-box;
}

.search .search-input:focus {
    border-color: #FFFFFF;
    outline: none;
}

input[type="search"]::-webkit-clear-button {
    display: none;
}

.search .search-input::placeholder {
    text-indent: 10px;
    font-size: 16px;
    color: #9E9E9E;
}

.xxsy-search {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xxsy-search a {
    font-size: 16px;
    color: #FFFFFF;
    margin-right: 25px;
}

/* 页面下滑导航效果 */
.header_active {
    background: #902224;
    box-shadow: 0px 10px 15px 0px rgba(80, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    transition: all 0.5s ease-in-out;
}

.header_active .zhezhao {
    display: none;
}

header:hover {
    background: #902224;
    box-shadow: 0px 10px 15px 0px rgba(80, 0, 0, 0.25);
    backdrop-filter: blur(10px);
    transition: all 0.5s ease-in-out;

}

header:hover .zhezhao {
    display: none;
}

.navigation {
    width: 100%;
    position: relative;
    z-index: 99;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.navigation ul li .navname {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
}

.navigation ul li .english {
    font-size: 12px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
}

.navigation ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navigation ul .nli {
    position: relative;
    white-space: nowrap;
    padding: 25px 0 25px 0;
    box-sizing: border-box;

}

/* .navigation ul .nli.on,
.navigation ul .nli:hover {
    background: #458FEA;
} */

.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;
    /* font-family: Times New Roman; */
    padding: 25px 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 .video-slide {
    width: 100%;
    height: 100%;
}

.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;
}


.banlist .ban {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 75px;
    z-index: 9;
    width: 50px;
    height: 50px;
    border-radius: 50% 50%;
    border: 1.35px solid #D8D8D8;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}


.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 a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-left,
.banlist .swiper-right {
    width: 60px;
    height: 60px;
    background: rgba(57, 78, 126, 0.7);
    position: absolute;
    z-index: 9;
    margin: 0;
    cursor: pointer;
    background: rgba(198, 83, 29, 0.6);
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
    border-radius: 50%;
}

.banlist .swiper-left:hover,
.banlist .swiper-right:hover {
    background: rgba(146, 35, 37, 0.4);
}

.banlist .swiper-left {
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.banlist .swiper-right {
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.banlist .swiper-left .img,
.banlist .swiper-right .img {
    position: absolute;
    width: 34px;
    height: 7px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.banlist .swiper-left .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.banlist .swiper-right .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}




.banlist .swiper-pagination {
    width: auto;
    /* display: flex; */
    border-radius: 10000px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(20px);
    padding: 5px 10px;
    white-space: nowrap;
    /* 防止换行 */
    font-size: 0;
}

.banlist .container {
    position: relative;
}

.banner1 {
    padding: 0px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
}

.banner1 ul li {
    width: 100%;
    overflow: hidden;
}

.banlist .swiper-btn {
    width: auto;
    height: 29px;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    z-index: 99;
    bottom: 20px;
}

.banlist .swiper-pagination-bullet {
    border: 1px solid #FFFFFF;
    width: 11px;
    height: 11px;
    background: #FFFFFF;
    opacity: 1;
    margin: 0 5px;
    display: inline-block;
    /* 横向排列 */
    vertical-align: middle;
    /* 垂直居中 */
}

.banlist .swiper-pagination-bullet-active {
    background: #902224;
    border: 1px solid #902224;
}

.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;
}

.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 .title-icon .hengline {
    width: 77px;
    height: 3px;
    border-radius: 1000px;
    opacity: 1;
    background: linear-gradient(90deg, #922325 0%, #D46443 100%);
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    top: -15px;
}

.theme .showmore a {
    display: flex;
    align-items: center;
}

.theme .showmore .img {
    width: 40px;
    height: 17px;
}

.theme .showmore .img img {
    width: 100%;
    height: 100%;
}

.theme .showmore .text {
    font-size: 16px;
    line-height: 25px;
    color: #C89192;
    margin-left: 5px;
}

.theme .showmore:hover .text {
    color: #902224;
}

.xyxw {
    background: url(../img/xyxw-bg.png) no-repeat center;
    background-size: cover;
    padding: 125px 0 85px 0;
    box-sizing: border-box;
}

.newslist {
    width: 48.93%;
    position: relative;
    padding: 23px 23px 15px;
    box-sizing: border-box;
    background: #FFFFFF;
    position: relative;
    z-index: 99;
    border: 1px solid #922325;
}

.newslist .swiper-slide a {
    width: 100%;
}

.newslist .swiper-slide .img {
    width: 100%;
    height: 360px;
    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: #FFFFFF;
}


.newslist .swiper-slide .tt .text {
    font-size: 18px;
    font-weight: bold;
    color: #2C2C2C;
    height: 24px;
}

.newslist .swiper-slide:hover .tt .text {
    color: #922325;
}

.newslist .swiper-slide .tt .disc {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    text-align: justify;
    color: #9E9E9E;
    margin-top: 8px;
}

.newslist .swiper-slide .tt .time {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.newslist .swiper-slide .tt .time .timeimg {
    width: 12px;
    height: 12px;
    position: relative;
}

.newslist .swiper-slide .tt .time .timeimg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.newslist .swiper-slide .tt .time .date {
    font-size: 14px;
    line-height: 25px;
    color: #B9B9B9;
    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: 12px;
    height: 12px;
    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: 40px;
}

.xyxwlist .container {
    display: flex;
    justify-content: space-between;
}

.xyxwlist .container::before {
    content: '';
    width: 49.4%;
    height: 300px;
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #922325;
}

.newslist::after {
    content: '';
    width: 5px;
    height: 100%;
    background: #922325;
    position: absolute;
    right: -5px;
    bottom: -5px;
}

.rightlist {
    width: calc(100% - 48.93% - 30px);

}

.rightlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.rightlist li {
    width: calc((100% - 30px) / 2);
    padding: 24px 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #922325;
    box-shadow: 4px 4px 0px 0px #922325;
    margin-bottom: 30px;
    position: relative;
}

.rightlist li:nth-child(5),
.rightlist li:nth-child(6) {
    margin-bottom: 0;
}


.rightlist li:hover {
    background: #902224;
    border: 1px solid #D46443;
    box-shadow: 4px 4px 0px 0px #D46443;
}

.rightlist li .title {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    text-align: justify;
    color: #2C2C2C;
}

.rightlist li:hover .title {
    color: #FFFFFF;
}

.rightlist li .libg {
    width: 248px;
    height: 109px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.rightlist li .libg img {
    width: 100%;
    height: 100%;
}

.rightlist li .time {
    margin-top: 25px;
}

.rightlist li .time .img {
    width: 12px;
    height: 12px;
    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:hover .time .img {
    background: url(../img/clock-white.png) no-repeat center;
    background-size: cover;
}

.rightlist li .time img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.rightlist li:hover .time img {
    display: none;
}

.rightlist li .time .date {
    font-size: 14px;
    line-height: 25px;
    color: #B9B9B9;
    margin-left: 5px;
}

.rightlist li:hover .time .date {
    color: #FFFFFF;
}

.rightlist li .time {
    display: flex;
    align-items: center;
}

/* 横幅轮播 */
.bannerli {
    margin: 85px 0 0 0;
    position: relative;
    overflow: hidden;
}

.bannerli .swiper-slide a {
    width: 100%;
}

.bannerli .swiper-prev,
.bannerli .swiper-next {
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 51px;
}

.bannerli .swiper-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.bannerli .swiper-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.bannerli .swiper-prev img,
.bannerli .swiper-next img {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bannerli .swiper-slide img {
    width: 100%;
}

.bannerli .swiper-pagination {
    text-align: right;
    padding: 0 10px 2px 0;
    box-sizing: border-box;

}

.bannerli .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255);
    margin: 0 7px !important;
}

.bannerli .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.tzgg {
    background: url(../img/jxdt-bg.png) no-repeat center;
    background-size: cover;
    padding: 100px 0 80px;
}

.tzggtop {
    margin-top: 40px;
}

.tzggtop ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tzggtop li {
    width: calc((100% - 60px) / 3);
    padding: 10px 0 0 25px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
}

.tzggtop li:nth-child(2) {
    padding: 0 0 10px 25px;
    box-sizing: border-box;
}

.tzggtop li a::before {
    content: '';
    width: 429px;
    height: 234px;
    background: linear-gradient(180deg, #FFDCCD 52%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.tzggtop li a:hover::before {
    background: #922325;
    transition: all 1s ease-in-out;
}

.tzggtop li:nth-child(2) a {
    display: flex;
    flex-direction: column-reverse;
}

.tzggtop li:nth-child(2) a::before {
    display: none;
}

.tzggtop li:nth-child(2) a::after {
    content: '';
    width: 429px;
    height: 234px;
    background: linear-gradient(0deg, #FFDCCD 52%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.tzggtop li:nth-child(2):hover a::after {
    background: #922325;
    transition: all 1s ease-in-out;
}

.tzggtop li .title {
    width: calc(100% - 45px);
    font-size: 18px;
    line-height: 34.33px;
    height: 34.33px;
    text-transform: uppercase;
    color: #202020;
}

.tzggtop li:hover .title {
    color: #FFFFFF;
    font-weight: bold;
}

.tzggtop li .img {
    width: 100%;
    height: 100%;
    margin-top: 5px;
    overflow: hidden;
}

.tzggtop li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.tzggtop li:hover .img img {
    transform: scale(1.1);
}

.tzggbottom {
    margin-top: 45px;
}

.tzggbottom ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tzggbottom li {
    width: calc((100% - 60px) / 3);
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid rgba(146, 35, 37, 0.2);
    padding: 23px 27px 15px;
    box-sizing: border-box;
}

.tzggbottom li:hover {
    border: 1px solid #922325;
    box-shadow: 4px 4px 0px 0px #922325;
}

.tzggbottom li .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    padding-bottom: 28px;
    border-bottom: 1px solid #EDEDED;
    position: relative;
}

.tzggbottom li:hover .title {
    font-weight: bold;
    color: #922325;
}

.tzggbottom li .title::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 1px solid #922325;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tzggbottom li:hover .title::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}


.tzggbottom li .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.tzggbottom li .time .date {
    font-size: 14px;
    line-height: 30px;
    color: #B9B9B9;
    margin-left: 5px;
}

.tzggbottom li .time .imgclock {
    display: flex;
    align-items: center;
}

.tzggbottom li .time .imgclock img {
    width: 12px;
    height: 12px;
}

.tzggbottom li .time .arrow {
    width: 25px;
    height: 22px;
    display: none;
}

.tzggbottom li:hover .time .arrow {
    display: block;
}

.tzggbottom li .time .arrow img {
    width: 100%;
    height: 100%;
}

.jxdt {
    background: url(../img/tzgg-bg.png) no-repeat center;
    background-size: cover;
    padding: 108px 0 60px 0;
}

.jxdtlist {
    /* margin-top: 40px; */
}

.jxdtlist ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.jxdtlist li {
    width: calc((100% - 190px) / 3);
    padding: 40px 0 42px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(146, 35, 37, 0.15);
    position: relative;
}

.jxdtlist li::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 1px solid #922325;
    position: absolute;
    left: 0;
    bottom: 0;
}

.jxdtlist li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.jxdtlist li:nth-child(2),
.jxdtlist li:nth-child(3) {
    position: relative;
}

.jxdtlist li:nth-child(2)::after,
.jxdtlist li:nth-child(3)::after {
    content: '';
    height: 297px;
    width: 0;
    border-left: 1px solid rgba(146, 35, 37, 0.15);
    border-bottom: 1px solid #922325;
    position: absolute;
    left: -45px;
    top: 45px;
}

.jxdtlist li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.jxdtlist li .time {
    width: 90px;
    height: 77px;
    background: url(../img/jxdt-time-bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
}

.jxdtlist li:hover .time {
    background: url(../img/jxdt-time-bg-hover.png) no-repeat center;
    background-size: cover;
}

.jxdtlist li .time .day {
    font-size: 26px;
    color: #D46443;
    line-height: 30px;
    padding-top: 10px;
}

.jxdtlist li:hover .time .day {
    color: #922325;
}

.jxdtlist li .time .year {
    font-size: 16px;
    color: rgba(32, 32, 32, 0.6);
}

.jxdtlist li:hover .time .year {
    color: #922325;
}

.jxdtlist li .title {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    text-align: justify;
    color: #202020;
    width: calc(100% - 90px);
    padding-left: 20px;
    box-sizing: border-box;
}

.jxdtlist li:hover .title {
    color: #922325;
    font-weight: bold;
}

.xsgz-jyxx {
    position: relative;
    padding: 110px 0 40px 0;
}

.xsgz-jyxx::before {
    content: '';
    width: 48.9%;
    height: 100%;
    background: url(../img/xsgz-bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.xsgz-jyxx::after {
    content: '';
    width: 51.1%;
    height: 85%;
    background: url(../img/jyxx-bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.xsgz {
    width: calc((100% - 140px) / 2);
}

.xsgztop {
    margin-top: 40px;
}

.boxtoplist {
    position: relative;
}

.boxtoplist .swiper-slide {
    opacity: 0 !important;
}

.boxtoplist .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.boxtoplist .swiper-slide a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    margin: 0 0 10px 0;
    padding-right: 5px;
    box-sizing: border-box;
}

.boxtoplist .swiper-slide .img {
    width: 290px;
    height: 163px;
    overflow: hidden;
}

.boxtoplist .swiper-slide .img img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.boxtoplist .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.boxtoplist .swiper-slide .text {
    width: calc(100% - 290px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
    padding-left: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #922325;
    box-shadow: 4px 4px 0px 0px #922325;
}

.boxtoplist .swiper-slide .text .title {
    font-size: 18px;
    font-weight: bold;
    color: #1E1E1E;
    margin-top: 10px;
    height: 24px;
}

.boxtoplist .swiper-slide:hover .text .title {
    color: #922325;
}

.boxtoplist .swiper-slide .text .disc {
    font-size: 14px;
    line-height: 22px;
    color: #A1A1A1;
    margin-top: 5px;
    height: 44px;
}

.boxtoplist .swiper-slide .text .time {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.boxtoplist .swiper-slide .text .time .clock {
    width: 13px;
    height: 13px;
    position: relative;
}

.boxtoplist .swiper-slide .text .time .clock img {
    width: 100%;
    position: absolute;
}

.boxtoplist .swiper-slide .text .time .date {
    line-height: 30px;
    color: #B9B9B9;
    margin-left: 5px;
}

.boxtoplist .swiper-btn {
    /* width: 50%;
    border: 1px solid red;
    position: absolute;
    right: 0;
    bottom: 0; */
}

.boxtoplist .swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 30px;
}

.boxtoplist .swiper-pagination-bullet {
    margin: 0 5px;
    width: 13px;
    height: 13px;
    background: #D8D8D8;
    opacity: 1;
}

.boxtoplist .swiper-pagination-bullet-active {
    background: #D46443;
}

.xsgzbottom {
    margin-top: 14px;
}

.xsgzbottom li {
    background: #FFFFFF;
    padding: 25px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

.xsgzbottom li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xsgzbottom li .title {
    font-size: 18px;
    color: #333333;
    width: calc(100% - 100px);
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}

.xsgzbottom li .title::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #D46443;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.xsgzbottom li:hover .title {
    color: #922325;
    font-weight: bold;
}

.xsgzbottom li .time {
    display: flex;
    align-items: center;
}

.xsgzbottom li .img {
    width: 12px;
    height: 12px;
    position: relative;
}

.xsgzbottom li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.xsgzbottom li .time .date {
    font-size: 14px;
    color: #B9B9B9;
    margin-left: 5px;
}

.jyxx {
    width: calc(100% - (((100% - 140px) / 2)) - 49px);
    padding: 91px 50px 25px;
    box-sizing: border-box;
    background: linear-gradient(0deg, #FFFFFF 0%, #FFE6E6 100%);
    margin-top: -20px;
}

.xsgz-jyxx .container {
    display: flex;
    justify-content: space-between;
}

.jyxx ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}

.jyxx ul li {
    width: calc(100% / 2);
    padding-left: 15px;
    box-sizing: border-box;
    position: relative;
    border: 1px solid rgba(146, 35, 37, 0.15);
    border-left: none;
    border-top: none;
    padding-bottom: 30px;
    padding-top: 30px;
    padding-right: 30px;
    position: relative;
}

.jyxx ul li:nth-child(2n) {
    padding-left: 50px;
    padding-right: 20px;
    border-right: none;
}

.jyxx ul li:nth-child(1),
.jyxx ul li:nth-child(2) {
    padding-top: 0;
}

.jyxx ul li:nth-child(5),
.jyxx ul li:nth-child(6) {
    border-bottom: none;
    padding-bottom: 0;
}



.jyxx li .shortline {
    width: 10.5px;
    height: 0px;
    opacity: 1;
    border-bottom: 1px solid #D46443;
    position: absolute;
    left: 0px;
    top: 40px;
}

.jyxx li .longline {
    width: 21px;
    height: 0px;
    border-bottom: 1px solid #D46443;
    position: absolute;
    left: 0;
    top: 45px;
}

.jyxx li .shuline {
    width: 0px;
    height: 70.76px;
    border-left: 1px solid #D46443;
    position: absolute;
    left: 0;
    top: 45px;
}

.jyxx li:nth-child(2n) .shortline {
    left: 35px;
}

.jyxx li:nth-child(2n) .longline {

    left: 35px;
    top: 45px;
}

.jyxx li:nth-child(2n) .shuline {
    left: 35px;
    top: 45px;
}

.jyxx li:nth-child(1) .shortline {
    left: 5px;
    top: 10px;
}

.jyxx li:nth-child(2) .shortline {
    left: 35px;
    top: 10px;
}

.jyxx li:nth-child(1) .longline {
    left: 5px;
    top: 15px;
}

.jyxx li:nth-child(2) .longline {
    left: 35px;
    top: 15px;
}

.jyxx li:nth-child(1) .shuline {
    left: 5px;
    top: 15px;
}

.jyxx li:nth-child(2) .shuline {
    left: 35px;
    top: 15px;
}

.jyxx ul li .time {
    display: flex;
    align-items: center;
    padding-left: 15px;
    box-sizing: border-box;
}

.jyxx ul li .time .img {
    width: 12px;
    height: 12px;
    position: relative;
}

.jyxx ul li .time .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.jyxx li .time .date {
    font-size: 14px;
    line-height: 30px;
    color: #BEBEBE;
    margin-left: 5px;
}

.jyxx li:hover .time .date {
    color: #922325;
}

.jyxx li .title {
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    text-align: justify;
    color: #292929;
}

.jyxx li .hoverline {
    width: 0;
    height: 0;
    border-top: 1px solid #922325;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    /* 改为 opacity */
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.jyxx li:nth-child(2n) .hoverline {
    width: 0;
    height: 0;
    border-top: 1px solid #922325;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    /* 改为 opacity */
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.jyxx li .hoverline {
    width: 0;
    height: 0;
    border-top: 1px solid #922325;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    /* 改为 opacity */
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.jyxx li:hover .hoverline {
    opacity: 1;
    /* 淡入 */
    visibility: visible;
    /* 可见 */
    width: 290px;
    /* 宽度动画 */
    transition: all 0.5s ease-in-out;
}

.jyxx li:nth-child(2n) .hoverline {
    left: 40px;
}

.jyxx li:nth-child(2n):hover .hoverline {
    opacity: 1;
    /* 淡入 */
    visibility: visible;
    /* 可见 */
    width: 270px;
    /* 宽度动画 */
    transition: all 0.5s ease-in-out;
}

.jyxx li:hover:nth-child(5) .hoverline,
.jyxx li:hover:nth-child(6) .hoverline {
    opacity: 0;
    visibility: hidden;
}


.jyxx li:hover .title {
    font-weight: bold;
    color: #922325;
}

.wming1 {
    display: none;
}

.wming {
    background: url(../img/wmimg.png) no-repeat top left;
    background-size: 100% 78%;
    padding-top: 100px;
}

.wming .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sjjd {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.sjjdbox .img {
    width: 68px;
    height: 72px;
    transition: all 0.5s ease-in-out;
}

.sjjdbox:hover .img {
    animation: bounce 1s;
}

/* 定义弹跳动画 */
@keyframes bounce {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.sjjdbox {
    width: 312px;
    height: 322px;
    background: #922325;

}

.sjjdbox a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sjjdbox .img img {
    width: 100%;
    height: 100%;
}

.sjjdbox .text {
    font-size: 34px;
    line-height: 38px;
    color: #FFFFFF;
    margin-top: 35px;
}

.sjjd .sjjdimg {
    width: 100%;
    height: auto;
    margin-top: 105px;
    overflow: hidden;
}

.sjjd .sjjdimg img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}

.sjjd .sjjdimg:hover img {
    transform: scale(1.1);
}

.gjhz {
    width: 50%;
    padding: 0 0 0 50px;
    box-sizing: border-box;
}

.gjhz .gjhzimg {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.gjhz .gjhzimg img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}

.gjhz .gjhzimg:hover img {
    transform: scale(1.1);
}

.gjhzlist {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.gjhzlist .sjjdbox:first-of-type {
    background: #FFF4F4;
}

.gjhzlist .sjjdbox:first-of-type .text {
    color: #922325;
}

.gjhzlist .sjjdbox:last-of-type {
    background: #D46443;
    margin-top: 60px;
}

.gjhzlist .sjjdbox:last-of-type .text {
    color: #FFFFFF;
}

.yqlj {
    padding: 112px 0 75px 0;
    position: relative;
}

.yqlj .yqljbg {
    width: 50%;
    height: 100%;
    position: absolute;
    right: -24%;
    transform: translateX(-50%);
    top: 0;
}

.yqlj .yqljbg img {
    width: 100%;
    height: 100%;
}

.yqlj .container {
    position: relative;
}

.linklist {
    margin-top: 45px;
    overflow: hidden;
    /* position: relative; */
}

.linklist ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.linklist li {
    /* width: calc((100% - 80px) / 5); */
    width: 100%;
    padding: 25px 20px;
    box-sizing: border-box;
    border: 1px solid #E8E8E8;
    list-style: none;
}

.linklist li:hover {
    background: #FFFFFF;
    border: 1px solid #922325;
    box-shadow: 4px 4px 0px 0px #922325;
}

.linklist li .title {
    font-size: 18px;
    line-height: 38px;
    height: 38px;
    text-align: center;
    color: #202020;
}

/* 确保分页器容器有空间显示 */
.swiper {
    /* position: relative; */
    /* padding-top: 50px; */
    /* 为分页器留出空间 */
    /* padding-bottom: 30px;  */
}

.swiper .swiper-slide {
    padding-bottom: 5px !important;
}

/* 分页器样式 */
.swiper .swiper-pagination {
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    z-index: 10;
    margin-top: 20px;
    height: 40px;
}

/* 分页器小圆点样式 */
.swiper .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    background: #D8D8D8;
    opacity: 1;
    margin: 0 4px;
    cursor: pointer;
}

.swiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #D46443;
}

footer {
    background: url(../img/foot-bg.png) no-repeat center;
    background-size: cover;
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .left {
    width: 70%;
}

footer .left .logo {
    width: 490px;
    height: 62px;
}

footer .left .logo img {
    width: 100%;
    height: 100%;
}

footer .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}

footer .info .address {
    display: flex;
}

footer .info .address .img {
    width: 23px;
    height: 23px;
}

footer .info .address .img img {
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

footer .info .address .detailinfo {
    font-size: 16px;
    line-height: 25.7px;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 5px;
}

footer .right {
    display: flex;
    justify-content: space-between;
    width: 16.8%;
}

footer .right .erweima {
    width: 108px;
    height: auto;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #FFFFFF;
    margin: 55px 0 50px;
}

footer .right .erweima .img {
    width: 100%;
    height: 102px;
}

footer .right .erweima .img img {
    width: 100%;
    height: 100%;
}

footer .right .erweima .text {
    border-radius: 3px;
    opacity: 1;
    background: #922325;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    padding: 2px 5px;
    box-sizing: border-box;
    margin: 5px 0;
}

footer .banq {
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

footer .banq a {
    color: rgba(255, 255, 255, 0.5);
}

footer .banq span {
    width: 100%;
    font-size: 14px;
    line-height: 26.25px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 25px 0;
    box-sizing: border-box;
}

.curr {
    position: relative;
}

.current {
    width: auto;
    min-width: 300px;
    border-radius: 15px 15px 0px 0px;
    opacity: 1;
    display: inline-block;
    background: rgba(144, 34, 36, 0.7);
    padding: 30px 15px;
    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(10px);
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: -107px;
}

.twonav-pos {
    background: linear-gradient(0deg, #FFFFFF 0%, #FFE1E1 100%);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.twonav-pos .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.twonav ul {
    display: flex;
    align-items: center;
}

.twonav li {
    padding: 18px 50px 20px 0;
    box-sizing: border-box;
}

.twonav li:last-of-type {
    padding-right: 0;
}

.twonav li a {
    font-size: 18px;
    color: #2C2C2C;
}

.twonav li.on a,
.twonav li:hover a {
    font-size: 18px;
    font-weight: bold;
    color: #902224;
    padding-bottom: 15px;
}

.twonav li.on a,
.twonav li:hover a {
    border-bottom: 3px solid #902224;
}

.twonav-pos .position {
    display: flex;
    justify-content: flex-end;
    padding: 7px 0;
    box-sizing: border-box;
}

.twonav-pos .position a,
.twonav-pos .position span {
    color: #757575;
    font-size: 15px;
}

.twonav-pos .position span {
    margin: 0 5px;
}

.twonav-pos .position span:last-of-type {
    display: none;
}

.twonav-pos .position a:last-of-type {
    color: #902224
}

.nmain {
    background: url(../img/ny-bg.png) no-repeat center;
    background-size: cover;
}

.nmain .common {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
    padding: 40px;
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 80px;
}

.listbox li {
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #FFDCDC;
    padding: 25px 15px;
    margin-bottom: 30px;
    position: relative;
}

.listbox li .flybg {
    width: 204px;
    height: 90px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.listbox li:hover .flybg {
    display: block;
}

.listbox li .flybg img {
    width: 100%;
    height: 100%;
}


.listbox li:hover {
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #922325;
    box-shadow: 4px 4px 0px 0px #922325;
    transition: all 0.3s;
}

.listbox li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listbox li .time {
    width: 108px;
    height: 68px;
    background: url(../img/list-time-bg.png) no-repeat center;
    background-size: cover;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
    font-style: italic;
}

.listbox li .time .day {
    font-size: 24px;
    color: #902224;
}

.listbox li:hover .time .day {
    font-weight: bold;
}

.listbox li .time .year {
    font-size: 14px;
    color: #902224;
}

.listbox li .text {
    width: calc(100% - 108px);
    padding-left: 10px;
    box-sizing: border-box;
}

.listbox li .text .title {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #333333;
    height: 30px;
}

.listbox li:hover .text .title {
    font-weight: bold;
    color: #902224;
}

.listbox li .text .disc {
    font-size: 14px;
    line-height: 25px;
    height: 25px;
    text-align: justify;
    color: #9E9E9E;
}

.page-box {
    margin: 20px 0;
}

.picconbox li {
    background: #FFF6F3;
    margin-bottom: 30px;
    position: relative;
}

.picconbox li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.picconbox li .img {
    width: 290px;
    height: 163px;
    overflow: hidden;
}

.picconbox li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.picconbox li:hover .img img {
    transform: scale(1.1);
}

.picconbox li .text {
    width: calc(100% - 290px);
    height: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}

.picconbox li:hover .text {
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #922325;
    box-shadow: 4px 4px 0px 0px #922325;
    /* transition: all 0.5s ease-in-out; */
}

.picconbox li .text .title {
    font-size: 18px;
    font-weight: bold;
    color: #1E1E1E;
    margin-top: 2px;
    height: 24px;
}

.picconbox li:hover .text .title {
    color: #922325;
}

.picconbox li .text .disc {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #A1A1A1;
    height: 44px;
    margin-top: 10px;
}

.picconbox li .text .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
}

.picconbox li .text .time .temp {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.picconbox li .text .time .arrow {
    width: 29px;
    height: 25px;
    display: none;
}

.picconbox li:hover .text .time .arrow {
    display: block;
}

.picconbox li .text .time .arrow img {
    width: 100%;
    height: 100%;
}

.picconbox li .text .time .timeimg {
    width: 13px;
    height: 13px;
    position: relative;
}

.picconbox li .text .time .timeimg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.picconbox li .text .time .date {
    font-size: 14px;
    line-height: 30px;
    color: #B9B9B9;
    margin-left: 5px;
}

.picconbox li:hover .text .time .date {
    color: #D46443;
}

.picconbox li .flybg {
    width: 204px;
    height: 90px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
}

.picconbox li:hover .flybg {
    display: block;
}

.picconbox li .flybg img {
    width: 100%;
    height: 100%;
}

.detail {
    padding: 37px 160px 30px 160px;
    box-sizing: border-box;
}

.detail .title {
    font-size: 27px;
    font-weight: bold;
    line-height: 50.56px;
    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: #398156;
    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: space-between;
    margin-top: 13px;
    border-bottom: 1px solid #ECECEC;
    padding-bottom: 10px;
}

.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;
    -ms-writing-mode: tb-lr;
    /* IE */
    -webkit-writing-mode: vertical-lr;
    display: flex;

}

.detail .content .text p,
.detail .content .text p span {
    font-size: 18px !important;
    line-height: 40px !important;
    color: #404040;
    text-align: justify;
}

.detail .content .text p img {
    max-width: 100%;
}

.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 #ECECEC;
    border-right: 1px solid #ECECEC;
    position: relative;
    text-align: justify;
}

.detail .hengline {
    width: 100%;
    border-top: 1px solid #ECECEC;
    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: 108px;
    height: 108px;
    background: #FBF2F1;
    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 #E2E2E2;
    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 a div:last-of-type {
    height: 40px;
}

.detail-page li:hover a div:last-of-type {
    font-weight: bold;
    line-height: 45px;
    color: #902224;
}

.jjym {
    min-height: 500px;
    padding: 20px 30px;
    box-sizing: border-box;
}

.jjym .jjymimg {
    width: 570px;
    height: 405px;
    float: right;
    margin-left: 40px;
}

.jjym .jjymimg img {
    width: 100%;
    height: 100%;
}

.jjym .text p {
    font-size: 18px;
    font-weight: normal;
    line-height: 40px;
    text-align: justify;
    color: #343434;
    margin-bottom: 25px;
}


.picture ul {
    display: flex;
    flex-wrap: wrap;
}

.picture li {
    width: calc((100% - 50px) / 3);
    padding-left: 15px;
    box-sizing: border-box;
    margin-right: 25px;
    margin-bottom: 45px;
}

.picture li:nth-child(3n) {
    margin-right: 0;
}

.picture li .img {
    width: 100%;
    position: relative;
    z-index: 99;
    overflow: hidden;
}

.picture li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}

.picture li:hover .img img {
    transform: scale(1.1);
}

.picture li .text {
    margin-top: 30px;
}

.picture li .text .title {
    font-size: 18px;
    color: #1D1D1D;
    padding-bottom: 15px;
    border-bottom: 0.94px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.picture li .text .title span {
    height: 24px;
}


.picture li:hover .text .title {
    font-weight: bold;
    color: #902224;
}

.picture li .text .title::before {
    content: '';
    width: 0;
    height: 0;
    border-bottom: 0.94px solid #902224;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}

.picture li:hover .text .title::before {
    width: 100%;
}

.picture li .img-yy {
    position: relative;
}

.picture li .img-yy .yinying {
    width: 100%;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 0px 0px 28.22px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: -15px;
    bottom: -15px;
    z-index: 0;
}

.picture li:hover .img-yy .yinying {
    background: #902224;
    box-shadow: 0px 0px 28.22px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.5s ease-in-out;
}

.szdw {
    /* margin-bottom: 40px; */
}

.szdw ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.szdw li {
    width: calc((100% - 50px) / 3);
    background: url(../img/szdw-bg.png) no-repeat center;
    background-size: cover;
    margin-top: 105px;
    position: relative;
    padding: 25px 25px 30px;
    box-sizing: border-box;
}

.szdw li a {
    width: 47%;
    display: block;
}

.szdw li .title {
    font-size: 20px;
    font-weight: bold;
    color: #2C2C2C;
}

.szdw li .drivder {
    width: 190.76px;
    height: 0px;
    border-top: 0.98px solid rgba(181, 132, 73, 0.2);
    margin: 15px 0 13px 0;
}

.szdw li .job {
    background: rgba(255, 221, 179, 0.3);
    font-size: 14px;
    color: #B58449;
    display: inline-block;
    padding: 3px 10px;
    box-sizing: border-box;
}

.szdw li .disc {
    font-size: 14px;
    line-height: 24.46px;
    text-align: justify;
    color: #9E9E9E;
    margin-top: 10px;
}

.szdw li .img {
    width: 150px;
    height: 230px;
    position: absolute;
    right: 60px;
    bottom: 35px;
}

.szdw li .img img {
    width: 100%;
    height: 100%;
}

/* 搜索结果页 */
#newskeycode253426 {
    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;
}

.szlist {
    margin-top: 70px;
}

.szlist ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.szlist li {
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #EDCEC1;
    box-shadow: 4px 3px 0px 0px #EDCEC1;
    width: calc((100% - 180px) / 5);
    padding: 12px 10px 15px 0;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-right: 45px;
}

.szlist li:hover {
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #902224;

    box-shadow: 4px 3px 0px 0px #902224;
}

.szlist li:nth-child(5n) {
    margin-right: 0;
}

.szlist li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.szlist li .name {
    font-size: 20px;
    color: #2C2C2C;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #EDCEC1;
    box-shadow: 4px -3px 0px 0px #EDCEC1;
    padding: 15px 34px;
    box-sizing: border-box;
    margin-top: -35px;
    margin-left: -1px;
}

.szlist li:hover .name {
    color: #B58449;
    font-weight: bold;
    box-shadow: 4px -3px 0px 0px #902224;
    border: 1px solid #902224;
}

.szlist li .job {
    font-size: 14px;
    color: #B58449;
    background: #FFF5E9;
    padding: 3px 5px;
    box-sizing: border-box;
}

.szlist li:hover .job {
    color: #902224;
    background: #FFE9E9;
}

.xrldbox {
    padding: 50px 300px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.xrldbox ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.xrldbox li {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 30.81px 0px rgba(27, 27, 27, 0.16);
}

.xrldbox li:nth-child(3n) {
    margin-right: 0;
}

.xrldbox li .img {
    width: 100%;
    height: 323px;
    overflow: hidden;
}

.xrldbox li .img img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.xrldbox li:hover .img img {
    transform: scale(1.1);
}

.xrldbox li .text {
    background: #FFECEC;
    padding: 11px 15px;
    box-sizing: border-box;
}

.xrldbox li:hover .text {
    background: #922325;
}

.xrldbox li .text .name {
    font-weight: 400;
    font-size: 20px;
    color: #313131;
    text-align: center;
}

.xrldbox li:hover .text .name {
    color: #FFFFFF;
}

.xrldbox li .text .job {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #313131;
    margin-top: 5px;
}

.xrldbox li:hover .text .job {
    color: #FFFFFF;
}