/* 手机端导航 */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #e9ebf1;
    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: #000;
    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 #00509F !important;
    background-color: #00509F !important;
}

/* 页头 */
header {
    position: relative;
    background: #FFFFFF;
}

.logo-search {
    display: flex;
    justify-content: space-between;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 0 30px;
}

.logo h3 img {
    height: 92px;
}

.search-btn .collect {
    margin-top: 20px;
    margin-bottom: 13px;
}

.search-btn .collect a {
    font-size: 14px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 28px;
    color: #999999;
}

.search-btn .collect span {
    color: #999999;
    margin: 0 5px 0 5px;
}

.search {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 40px;
    position: relative;
}

.search .search-input {
    width: 240px;
    height: 40px;
    border-radius: 5px;
    z-index: 1;
    position: absolute;
    right: 0;
    background-position: 10px;

    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #1269CA;
}

.search input[type="search"] {
    padding-left: 10px;
}

.search .search-input:focus {
    border-color: #1269CA;
    outline: none;
}

input[type="text"]::-webkit-clear-button {
    display: none;
}

.search .search-input::placeholder {
    text-indent: 10px;
    font-size: 16px;
    color: #999999;
}

.search .search-btn {
    width: 80px;
    height: 40px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    position: absolute;
    right: 0;
    z-index: 9;
    border-radius: 5px;
    background: #1269CA;
    font-size: 18px;
    line-height: 22.4px;
    color: #FFFFFF;
}

.navigation {
    width: 100%;
    position: relative;
    background: #1269CA;
    height: 60px;
}

.navigation ul {
    display: flex;
    justify-content: space-between;
    height: 60px;
}

.navigation ul .nli {
    position: relative;
    white-space: nowrap;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
}

.navigation ul .nli.on {
    background: #0055B5;
}

.navigation ul .nli:hover {
    background: #0055B5;
}

.navigation ul li a {
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;

}

.navigation .drivder {
    width: 100%;
    height: 1px;
    background: rgba(187, 60, 60, 0.14);
    position: absolute;
    bottom: -2px;
    left: 0;
}

.navigation ul .sub {
    position: absolute;
    min-width: 140px;
    width: auto;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #D9EBFF 0%, #FFFBF1 100%);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    flex-direction: column;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    /* border-top: 3px solid #0B4A93; */
    padding: 10px 0;
}

.navigation ul .nli:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.navigation ul .sub li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
}


.navigation ul .sub li a {
    color: #6F6F6F;
    font-size: 16px;
}

.navigation ul .sub li:hover a {
    color: #1269CA;
    font-weight: bold;
}

.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;
}

.nmain {
    background: linear-gradient(180deg, #F5F5F7 0%, #E5EFFF 89%);
}

.nmain-bg1 {
    background: url(../img/nymain-bg2.png) no-repeat center;
    background-size: cover;
}

.nmain-bg2 {
    background: url(../img/nymain-bg1.png) no-repeat center;
    background-size: cover;
}


/* theme */
.theme {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0 23px;
}

.theme .title a {
    display: flex;
    align-items: center;
}

.theme .title .blackfont {
    color: #292929;
    font-size: 36px;
    font-weight: bold;
}

.theme .title .bluefont {
    color: #1269CA;
    font-size: 36px;
    font-weight: bold;
}

.theme .title .english {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: rgba(41, 41, 41, 0.3);
    margin-top: 5px;
}

.theme .showmore .img {
    width: 92px;
    height: 45px;
}

.theme .showmore:hover .img {
    background: url(../img/showmore-hover.png) no-repeat center;
    background-size: cover;
}

.theme .showmore .img img {
    width: 100%;
    height: 100%;
}

.theme .showmore:hover .img img {
    display: none;
}

.commbox {
    padding-bottom: 40px;
}

.news {
    display: flex;
    justify-content: space-between;
}

.newslist {
    width: 51.4%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.newslist .swiper-slide {
    position: relative;
    box-sizing: border-box;
}

.newslist .swiper-slide a {
    width: 100%;
    display: inline-block;
}

.newslist .swiper-slide .img {
    height: 405px;
    overflow: hidden;
}

.newslist .swiper-slide img {
    width: 100%;
    height: 100%;
    z-index: 99;
    transition: transform 0.5s ease-in-out;
}

.newslist .swiper-slide:hover img {
    transform: scale(1.1);
}

.newslist .swiper-prev,
.newslist .swiper-next {
    background: rgba(18, 105, 202, 0.8);
    width: 34px;
    height: 58px;

}

.newslist .swiper-prev {
    position: absolute;
    left: 0;
    top: 43%;
    transform: translateY(-50%);
    z-index: 1;
}

.newslist .swiper-next {
    position: absolute;
    right: 0;
    top: 43%;
    transform: translateY(-50%);
    z-index: 1;
}

.newslist .swiper-prev img,
.newslist .swiper-next img {
    width: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.newslist .swiper-pagination {
    position: absolute;
    bottom: 18px;
    right: 60px;
    text-align: right;
    box-sizing: border-box;
    padding-right: 20px;
}

.newslist .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    width: 11px;
    height: 11px;
    border-radius: 50%;
    z-index: 9;
    margin-left: 7px !important;
}

.newslist .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.newslist .swiper-slide .tt {
    z-index: 999;
    width: 100%;
    min-height: 57px;
    padding: 15px 100px 15px 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.newslist .swiper-slide .tt a {}

.newslist .swiper-slide .tt .time {
    width: 75px;
    height: 80px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/newlist-timebg.png) no-repeat center;
    background-size: cover;
}

.newslist .swiper-slide .tt .day {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    line-height: 34.08px;
    color: #FFFFFF;
}

.newslist .swiper-slide .tt .year {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 34.08px;
    color: #FFFFFF;
}

.newslist .swiper-slide .text {
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    line-height: 34.08px;
    color: #202020;
}

.newslist .swiper-slide .tt .disc {
    font-size: 14px;
    line-height: 23px;
    color: rgba(32, 32, 32, 0.5);
    margin-top: 2px;
    height: 46px;
}

.xgdt {
    background: url(../img/xgdt-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 110px;
    overflow: hidden;
}

.xgdtbox {
    width: 46.4%;
}

.xgdtbox li {
    width: 100%;
    height: 70px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 13px;
}

.xgdtbox li:hover {
    background: #1269CA;
}

.xgdtbox li::before {
    content: '';
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    border: 0.7px solid #1269CA;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.xgdtbox li:hover::before {
    border: 1px solid #FFFFFF;
}

.xgdtbox li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
}

.xgdtbox li .time {
    display: none;
}

.xgdtbox li .title {
    font-size: 18px;
    color: #333333;
    height: 24px;
    width: calc(100% - 120px);
    padding-left: 20px;
}

.xgdtbox li:hover .title {
    color: #FFFFFF;
}

.xgdtbox li .time2 .img {
    width: 13px;
    height: 13px;
    position: relative;
}

.xgdtbox li:hover .time2 .img {
    background: url(../img/clock-white.png) no-repeat center;
    background-size: cover;
}

.xgdtbox li .time2 .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.xgdtbox li .time2 .date {
    font-size: 14px;
    line-height: 30px;
    color: #BEBEBE;
    white-space: nowrap;
    margin-left: 5px;
}

.xgdtbox li:hover .time2 .date {
    color: rgba(255, 255, 255, 0.9);
}

.xgdtbox li .time2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* 给第一个设 */
.xgdtbox li:first-of-type {
    height: 100px;
    background: #1269CA;
}

.xgdtbox li:first-of-type a {
    height: 100px;
}

.xgdtbox li:first-of-type .title {
    -webkit-line-clamp: 2;
    height: 70px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    text-align: justify;
    color: #FFFFFF;
    width: calc(100% - 63px);
}

.xgdtbox li:first-of-type .time2 {
    display: none;
}

.xgdtbox li:first-of-type .time {
    display: block;
    width: 63px;
    height: 62px;
    border-radius: 5px;
    opacity: 1;

    box-sizing: border-box;
    border: 1px solid #FFFFFF;
    text-align: center;
}

.xgdtbox li:first-of-type .time .day {
    font-size: 26px;
    font-weight: bold;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.xgdtbox li:first-of-type .time .year {
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
    color: #1269CA;
    background: #FFFFFF;

}

.xgdtbox li:first-of-type::before {
    display: none;
}

/* 横幅轮播 */
.bannerli {
    margin: 40px 0 0 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.bannerli .swiper-slide a {
    width: 100%;
}

.bannerli .swiper-prev,
.bannerli .swiper-next {
    background: rgba(0, 0, 0, 0.2);
    width: 35px;
    height: 58px;
}

.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: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bannerli .swiper-slide img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.bannerli .swiper-slide:hover img {
    transform: scale(1.1);
}

.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 5px !important;
}

.bannerli .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

/* 学风建设 */
.xfjs-tzgg {
    background: url(../img/xfjs-tzgg-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 95px;
}

.xfjs-tzgg .container {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}

.xfjs,
.tzgg {
    width: 47.14%;
}

.xfjs .temp {
    border-radius: 0px 0px 0px 50px;
    padding: 0 46px 35px;
    box-sizing: border-box;
    width: 100%;
    margin-top: -110px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.tzgg .temp {
    width: 100%;
    margin-top: -110px;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    backdrop-filter: blur(10px);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 50px 0;
    padding: 0 46px 35px;
    box-sizing: border-box;
}

.xfjs {
    position: relative;
    z-index: 99;
}

.xfjs::before {
    content: '';
    width: 100%;
    height: 102%;
    position: absolute;
    bottom: -15px;
    /* 改为底部 */
    right: -20px;
    /* 保持右侧偏移 */
    background: rgba(0, 59, 124, 0.3);
    z-index: -1;
    border-radius: 0px 0px 0px 50px;
}

.tzgg {
    position: relative;
    z-index: 99;
}

.tzgg::before {
    content: '';
    width: 100%;
    height: 102%;
    position: absolute;
    bottom: -15px;
    /* 改为底部 */
    left: -20px;
    /* 保持右侧偏移 */
    background: rgba(0, 59, 124, 0.3);
    z-index: -1;
    border-radius: 0px 0px 50px 0;
}


.xfjsbox {
    margin-top: 15px;
}

.xfjsbox li {
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    padding: 11px;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.xfjsbox li:hover {
    background: #1269CA;
    backdrop-filter: blur(10px);
}

.xfjsbox li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.xfjsbox li .time {
    width: 63px;
    height: 62px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #1269CA;
    text-align: center;
}

.xfjsbox li:hover .time {
    border: 1px solid #FFFFFF;
}

.xfjs .theme .title .english {
    margin-top: -2px;
}

.xfjsbox li .time .day {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    color: #1269CA;
}

.xfjsbox li:hover .time .day {
    color: #FFFFFF;
}

.xfjsbox li .time .year {
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    background: #1269CA;
}

.xfjsbox li:hover .time .year {
    color: #1269CA;
    background: #FFFFFF;
}

.xfjsbox li .text {
    width: calc(100% - 63px);
    padding-left: 15px;
}

.xfjsbox li .text .title {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #333333;
    height: 30px;
}

.xfjsbox li:hover .text .title {
    font-weight: bold;
    color: #FFFFFF;
}

.xfjsbox li .text .disc {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    color: #333333;
    height: 30px;
}

.xfjsbox li:hover .text .disc {
    color: rgba(255, 255, 255, 0.5);
}

.tzgg .theme .title .english {
    margin-top: -2px;
}

.tzggbox ul {
    margin-top: -5px;
}

.tzggbox li {
    margin-top: 0;
}

.tzggbox li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #E8E8E8;
    position: relative;

}

/* .tzggbox li:hover a{
    border-bottom: 1px solid #1269CA;
} */
.tzggbox li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid #1269CA;
    transition: width 0.5s ease-in-out;
}

.tzggbox li:hover a::after {
    width: 100%;
}

.tzggbox li:last-of-type a {
    border-bottom: none;
}

.tzggbox li .title {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    text-align: justify;
    color: #202020;
    width: calc(100% - 100px);
}

.tzggbox li:hover .title {
    color: #1269CA;
    font-weight: bold;
}

.tzggbox li .time {
    display: flex;
    align-items: center;
}

.tzggbox li .time .img {
    width: 13px;
    height: 13px;
    position: relative;
}

.tzggbox li .time .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.tzggbox li .time .date {
    font-size: 14px;
    line-height: 30px;
    color: #BEBEBE;
    margin-left: 5px;
}

/* 榜样的力量 */
.xyfclist {
    position: relative;
    padding: 15px 0 40px;
    /* border: 3px solid #922325; */
    /* margin: 8px; */
}

.xyfclist .swiper-pagination1 {
    width: 100%;
    text-align: center;
    margin: 50px 0 10px 0;
}

.xyfclist .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: rgba(72, 119, 191, 0.42);
    margin: 0 4px;
    opacity: 1;
}

.xyfclist .swiper-pagination-bullet-active {
    background: #4877BF;
}

.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-container {
    width: 87.7%;
}

.xyfclist .swiper-slide .img {
    width: 577px;
    height: 350px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.xyfclist .swiper-slide a {
    position: relative;
}

.xyfclist .swiper-slide .img img {
    width: 100%;
    height: 100%;
}

.xyfclist .swiper-slide .text {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    /* border-radius: 0px 0px 10px 10px; */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.xyfclist .swiper-slide .text span {
    font-size: 18px;
    line-height: 35px;
    color: #FFFFFF;
    height: 35px;
}

.xyfclist .swiper-prev {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 9;
    transform: translateY(-50%);
}

.xyfclist .swiper-next {
    position: absolute;
    top: 40%;
    right: 0;
    z-index: 9;
    transform: translateY(-50%);
}

.xyfclist .swiper-prev .img,
.xyfclist .swiper-next .img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(64, 64, 64, 0.6);
    box-sizing: border-box;
    border: 1.48px solid #FFFFFF;
    position: relative;
}

.xyfclist .swiper-prev:hover .img,
.xyfclist .swiper-next:hover .img {
    background: rgba(18, 105, 202, 0.67);
}

.xyfclist .swiper-prev img,
.xyfclist .swiper-next img {
    width: 8px;
    height: 17px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.xyfclist .swiper-slide .text {
    display: none;
}

.xyfclist .swiper-slide-active .text {
    display: flex;
}

.bydll {
    background: url(../img/bydll-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 50px;
    overflow: hidden;
}

.bydll .theme .title .english {
    margin-top: 0;
}

.wtlj ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wtlj li a {
    display: flex;
    align-items: center;
}

.wtlj li .cycle {
    width: 93.5px;
    height: 93.5px;
    background: #1269CA;
    border-radius: 50%;
    position: relative;
}

.wtlj li .cycle .cycle1 {
    width: 80.3px;
    height: 80.3px;
    opacity: 1;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.wtlj .cycle .cycle2 {
    width: 70px;
    height: 70px;
    border: 0.82px solid #1269CA;
    border-right: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    animation: rotategz linear 15s infinite;
}



.wtlj .cycle .cycle2 .cycle3 {
    width: 60px;
    height: 60px;
    border: 0.82px solid #1269CA;
    border-right: 1px solid transparent;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    animation: rotategn linear 8s infinite;
}

.wtlj .cycle1 .img {
    width: 38px;
    height: 38px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    animation: rotateReverse linear 8s infinite;
}

.wtlj .cycle1 .img img {
    width: 100%;
    height: 100%;
}

.wtlj ul li:hover .cycle1 .img img {
    transform: rotateY(360deg);
    transition: transform 0.5s ease-in-out;
}

@keyframes rotategz {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes rotategn {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}


.wtlj li .square {
    border-radius: 110000px;
    background: #1269CA;
    width: 210px;
    height: 70px;
    margin-left: -45px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 25px;
    box-sizing: border-box;
}

.wtlj li .square span {
    font-size: 22px;
    font-weight: bold;
    line-height: 20.9px;
    color: #FFFFFF;
}

.wtlj li:nth-child(2) .cycle {
    background: #009CBB;
}

.wtlj li:nth-child(2) .square {
    background: #009CBB;
}

.wtlj li:nth-child(3) .cycle {
    background: #00BBA8;
}

.wtlj li:nth-child(3) .square {
    background: #00BBA8;
    padding-right: 45px;
}

.wtlj li:nth-child(4) .cycle {
    background: #00BB79;
}

.wtlj li:nth-child(4) .square {
    background: #00BB79;
    padding-right: 65px;
}

.wtlj li:nth-child(5) .cycle {
    background: #EDB038;
}

.wtlj li:nth-child(5) .square {
    background: #EDB038;
    padding-right: 45px;
}

.wtlj li:nth-child(2) .cycle .cycle2 {
    border: 0.82px solid #009CBB;
}

.wtlj li:nth-child(2) .cycle .cycle2 .cycle3 {
    border: 0.82px solid #009CBB;
}

.wtlj li:nth-child(3) .cycle .cycle2 {
    border: 0.82px solid #00BBA8;
}

.wtlj li:nth-child(3) .cycle .cycle2 .cycle3 {
    border: 0.82px solid #00BBA8;
}

.wtlj li:nth-child(4) .cycle .cycle2 {
    border: 0.82px solid #00BB79;
}

.wtlj li:nth-child(4) .cycle .cycle2 .cycle3 {
    border: 0.82px solid #00BB79;
}

.wtlj li:nth-child(5) .cycle .cycle2 {
    border: 0.82px solid #EDB038;
}

.wtlj li:nth-child(5) .cycle .cycle2 .cycle3 {
    border: 0.82px solid #EDB038;
}

.links {
    background: #005BC1;
    backdrop-filter: blur(10px);
    height: 80px;
    display: flex;
    align-items: center;
}

.links .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.links ul {
    width: 74%;
    display: flex;
    justify-content: space-between;
}

.links ul li {
    width: calc((100% - 75px) / 3);
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.links ul li a div {
    font-size: 16px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    padding: 7.5px 20px;
    box-sizing: border-box;
}

.yq .box {
    width: 320px;
    height: 45px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 5px;
}

.yq .box h3 {
    width: 100%;
    height: 45px;
    box-sizing: border-box;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.yq .box h3 .disc {
    line-height: 45px;
    font-size: 16px;
    /* color: #fff; */
    opacity: 0.8;
    color: rgba(255, 255, 255, 0.5);
}

.yq .box h3 img {
    width: 12.5px;
    height: 7px;
}

.yq .box h3::before {
    content: '';
    width: 15px;
    height: 9px;
    background: url(../img/arrow.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 22px;
}

.yq .box ul {
    display: none;
    height: auto;
    overflow-y: scroll;
    max-height: 200px;
    position: relative;
    z-index: 999;
    background: #FFFFFF;
}

.yq .box:hover ul {
    display: block;
    z-index: 99;
}

.yq .box ul li {
    width: 100%;
    height: auto;
    line-height: 20px;
    text-align: left;
    color: #000;
    background: #FFFFFF;
    padding: 20px 0 20px 20px;
    border-bottom: 0.5px dashed #D8D8D8;
    box-sizing: border-box;
}

.yq .box ul li:last-of-type {
    border-bottom: none;
}

.yq .box ul li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.yq .box ul a {
    color: #333333;
    font-size: 15px;
}

.yq .box ul li:hover a {
    color: #1269CA;
    font-weight: bold;
}

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: calc(100% - 210px);
    padding: 10px 0;
    box-sizing: border-box;
}

footer .logo img {
    height: 66.35px;
}

.contact {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 35px;
}

.contact .box {
    display: flex;
    align-items: center;
}

.contact .box .img {
    width: 23px;
    height: 23px;
}

.contact .box:last-of-type .img {
    width: 20px;
    height: 20px;
}

.contact .box .img img {
    width: 100%;
    height: 100%;
}

.contact .box .text {
    font-size: 16px;
    line-height: 25.7px;
    color: rgba(255, 255, 255, 0.7);
    margin-left: 5px;
}

.contact .box:nth-child(2) {
    margin-left: 61px;
}

.contact .box:nth-child(3) {
    margin-left: 61px;
}

footer .right {
    width: 110px;
}

footer .right .erweima {
    width: 100%;
    height: 145px;
    border-radius: 5px;
    opacity: 1;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px 0;
    box-sizing: border-box;
}

footer .erweima .img {
    width: 98px;
    height: 102px;
}

footer .erweima .img img {
    width: 100%;
    height: 100%;
}

footer .erweima .text {
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    background: #1269CA;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-top: 3px;
}

footer .banq {
    font-size: 14px;
    line-height: 26.25px;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

footer .banq p a {
    color: rgba(255, 255, 255, 0.6);
}

.nydt {
    position: relative;
}

.nydt img {
    width: 100%;
    height: 100%;
}

.nydt .container {
    position: relative;
}

.curr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    bottom: 45px;
}

.curr .current {
    font-size: 35px;
    font-weight: bold;
    color: #FFFFFF;
}

.curr .position {
    position: absolute;
    bottom: -18px;
    right: 0;
}


.curr .position a,
.curr .position span {
    font-size: 16px;
    color: #FFFFFF;
}

.curr .position span {
    margin: 5px;
}

.curr .position span:last-of-type {
    display: none;
}

.sjcurrent {
    padding: 40px 0;
}

.xgdtcurr {
    border-radius: 5px;
    opacity: 1;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    display: flex;
    overflow: auto;
}


.xgdtcurr .title {
    width: auto;
    min-width: 120px;
    height: 65px;
    border-radius: 5px;
    opacity: 1;
    /* background: #1269CA; */
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    margin-right: 10px;
    padding: 20px 10px 0 10px;
}

.xgdtcurr .title.on {
    width: auto;
    min-width: 120px;
    height: 65px;
    border-radius: 5px;
    opacity: 1;
    background: #1269CA;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    box-sizing: border-box;
    margin-right: 10px;
}


.xgdtcurr .title a {
    font-size: 18px;
    color: #343434;
}

.xgdtcurr .title.on a {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
}

.listbox li {
    background: #FFFFFF;
    padding: 12px 14px;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
    margin-bottom: 25px;
}

.listbox li:hover {
    background: #1269CA;
}

.listbox li .time {
    width: 63px;
    height: 62px;
    border-radius: 5px;
    opacity: 1;
    box-sizing: border-box;
    border: 1px solid #1269CA;
}

.listbox li:hover .time {
    border: 1px solid #FFFFFF;
}

.listbox li .time .day {
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    color: #1269CA;
    height: 34px;
}

.listbox li:hover .time .day {
    color: #FFFFFF;
}

.listbox li .time .year {
    width: 63px;
    height: 28px;
    border-radius: 5px;
    opacity: 1;
    background: #1269CA;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
}

.listbox li:hover .time .year {
    background: #FFFFFF;
    color: #1269CA;
}

.listbox .text {
    width: calc(100% - 63px - 15px);
}

.listbox .text .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    height: 30px;
}

.listbox li:hover .text .title {
    font-weight: bold;
    color: #FFFFFF;
}

.listbox .text .disc {
    font-size: 14px;
    line-height: 30px;
    text-align: justify;
    color: rgba(51, 51, 51, 0.5);
    height: 30px;
}

.listbox li:hover .text .disc {
    color: rgba(255, 255, 255, 0.5);
}



.listbox li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.picconbox li {
    margin-bottom: 25px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #EEEEEE;
}

.picconbox li:hover {
    background: #1269CA;
}

.picconbox li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.picconbox li .img {
    width: 325px;
    height: 183px;
    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% - 325px);
    height: 100%;
    padding: 0 25px;
    box-sizing: border-box;
}

.picconbox li .text .title {
    font-size: 18px;
    line-height: 30px;
    text-align: justify;
    color: #333333;
}

.picconbox li:hover .text .title {
    font-weight: bold;
    color: #FFFFFF;
}

.picconbox li .text .disc {
    font-size: 14px;
    line-height: 25px;
    text-align: justify;
    color: rgba(51, 51, 51, 0.5);
    margin-top: 10px;
    height: 50px;
}

.picconbox li:hover .text .disc {
    color: rgba(255, 255, 255, 0.5);
}

.picconbox li .text .time {
    display: flex;
    align-items: center;
    margin-top: 15px;
}


.picconbox li .text .time .clockimg {
    width: 13px;
    height: 13px;
    position: relative;
}

.picconbox li:hover .text .time .clockimg {
    background: url(../img/clock-white.png) no-repeat center;
    background-size: cover;
}


.picconbox li .text .time .clockimg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.picconbox li:hover .text .time .clockimg img {
    display: none;
}

.picconbox li .time .date {
    font-size: 14px;
    line-height: 30px;
    color: #BEBEBE;
    margin-left: 5px;
}

.picconbox li:hover .time .date {
    color: #FFFFFF;
}

.picturebox ul {
    display: flex;
    flex-wrap: wrap;
}

.picturebox li {
    width: calc((100% - 61px) / 3);
    height: 270px;
    position: relative;
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
}

.picturebox li:nth-child(3n) {
    margin-right: 0;
}

.picturebox li .img img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.picturebox li:hover .img img {
    transform: scale(1.1);
}

.picturebox li .yinying {
    width: 100%;
    height: 55px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.picturebox li:hover .yinying {
    background: linear-gradient(180deg, rgba(18, 105, 202, 0) 0%, rgba(18, 105, 202, 0.81) 100%);
}

.picturebox li .text {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #FFFFFF;
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 0 20px;
    box-sizing: border-box;
}


/* detail页面 */
.detail {
    /* background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(124, 124, 124, 0.13); */
    padding: 0 0 70px;
    box-sizing: border-box;
}

.detail1 {
    padding: 0 0 70px;
    box-sizing: border-box;
}

.detail1 .content .text {
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    color: #333333;
}

.detail1 .content .text p {
    margin: 14px 0 20px !important;
    background: none !important;
}


.detail .titletop .title {
    font-size: 30px;
    line-height: 80px;
    text-align: center;
    color: #333333;
}

.detail .titletop .detail-share {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 15px;
}

.detail .titletop .detail-share .detail-size {
    display: flex;
    align-items: center;
}

.detail .titletop .detail-share .info {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.detail .titletop .detail-share .info div {
    margin-left: 50px;
    color: #999;
    font-size: 18px;
}

.detail .titletop .detail-share .info div:first-of-type {
    margin-left: 0;
}


.detail .content .text {
    font-size: 18px;
    line-height: 35px;
    text-align: justify;
    color: #333333;
    margin-top: 45px;
}

.detail .content .text p,
.detail .content .text span {
    font-size: 20px !important;
    line-height: 150% !important;
    color: #333333 !important;
}

.detail .content .text p {
    margin: 14px 0 20px !important;
    background: none !important;
}

.detail-page .box {
    padding: 12px 0;
    box-sizing: border-box;
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden;
    /* background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1); */
}

.detail .laiyuan {
    display: flex;
    justify-content: flex-end;
    margin: 14px 0 20px;
}

/* .detail-page .box:hover {
    background: #1269CA;
} */

.detail-page .box a {
    font-size: 20px;
    text-align: justify;
    color: #8C8C8C;
}

.detail-page .box:hover a {
    color: rgba(0, 104, 183);
}

.detail-page {
    margin-top: 40px;
}

/* 搜索结果页 */
#newskeycode253343 {
    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;
}
.leaderbox li{
    margin-bottom: 35px;
}
.leaderbox li a{
    display: flex;
}
.leaderbox li .img {
    width: 160px;
    height: 220px;
}

.leaderbox li .img img {
    width: 100%;
    height: 100%;
}
.leaderbox li .text{
    box-sizing: border-box;
    width: 100%;
}
.leaderbox li .text .name {
    padding: 0 22px;
    font-size: 21px;
    line-height: 50px;
    color: #000;
    background: #f2eeed;
}

.leaderbox li .text .name span {
    vertical-align: top;
    margin: 0 0 0 22px;
    font-size: 17px;
    font-weight: 400;
    color: #b01517;
}

.leaderbox li .text .infos div {
    padding: 15px 22px 0;
    font-size: 16px;
    line-height: 34px;
    color: #000;
}
.leaderbox li .text .infos .disc{
    max-height: 83px;
}