.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #00509F;
    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 {
    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: #fff;
    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;
}

.head-bg {
    width: 100%;
    height: 216px;
    background: url(../img/head-bg.png), linear-gradient(90deg, #0B4C95 19%, #32B7AF 100%) no-repeat center;
    background-size: 100% 100%;
    /* position: fixed;
    top: 0;
    left: 0;
    z-index: 99; */
}

.logo1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-top: 40px;
}

.logo1 h1 img {
    width: 610px;
}

.logo1 .search-btn {
    width: 350px;
    height: 40px;
    display: flex;
    justify-content: space-between;
}

.logo1 .search-btn .collect {
    width: 85px;
    height: 32px;
    background: rgba(11, 76, 149, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 100000px;
}

.logo1 .search-btn .collect a {
    width: 100%;
    height: 100%;
    font-size: 14px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 40px;
    position: relative;
}

.search .search-input {
    width: 240px;
    height: 40px;
    border-radius: 256000px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    background: rgba(255, 255, 255, 0.2);
    z-index: 1;
    position: absolute;
    right: 0;
    background-position: 10px;
}

.search input[type="search"] {
    color: #FFFFFF;
    padding-left: 10px;
}

.search .search-input:focus {
    border-color: #FFFFFF;
    outline: none;
}

input[type="text"]::-webkit-clear-button {
    display: none;
}

.search .search-input::placeholder {
    text-indent: 10px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.3);
}

.head-bg .drivder {
    width: 100%;
    height: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 35px;

}

.search .search-btn {
    width: 50px;
    height: 38px;
    background: url(../img/search.png) no-repeat center #105A98;
    background-size: 40%;
    color: #FFFFFF;
    border: 1px solid #105A98;
    border-radius: 100000px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 9;
}

.navigation {
    width: 100%;
    position: relative;
}

.navigation ul {
    display: flex;
}

.navigation ul .nli {
    padding: 16px 32px;
    flex: 1;
    position: relative;
    white-space: nowrap;
}

.navigation ul .nli h3 {
    text-align: right;
}

.navigation ul .nli:nth-child(1) h3 {
    text-align: left;
}

.navigation ul .nli:first-of-type {
    padding: 15px 0 10px 0;
}

.navigation ul .nli:last-of-type {
    padding: 15px 0 10px 60px;
}

.navigation ul li a {
    font-size: 17px;
    line-height: 28px;
    font-weight: bold;
    color: #FFFFFF;
    padding: 17px 0 15px 0;

}

.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 .nli:hover h3 a {
    border-top: 2px solid #FFFFFF;
}

.navigation ul .sub {
    position: absolute;
    width: 100%;
    height: auto;
    left: -0;
    background: #fff;
    display: none;
    flex-direction: column;
    top: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    padding: 10px 0;
}

.navigation ul:hover li .sub {
    display: inline-block;
}

.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: #2E2E2E;
    font-size: 16px;
}

.navigation ul .sub li:hover a {
    color: #B63434;
    font-weight: bold;
}

.nav_cc {
    position: relative;
    z-index: 9999;
    background: #FFFFFF;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.2);
}

.nav_cc .erjinav {
    width: 11.87%;
    position: absolute;
    left: 6%;
    top: 50%;
    transform: translateY(-80%);
}

.nav_cc .erjinav img {
    width: 100%;
    height: 100%;
}

.nav_ccc {
    z-index: 99999;
}

.nav_c {
    margin: 0px auto;
    padding: 0;
    display: flex;
    z-index: 99999;
}

.nav_c .box {
    width: 100px;
    z-index: 99999;
    position: relative;
    margin-right: 30px;
    margin-top: 15px;
}

.nav_c .box ul {
    width: 100%;
    padding: 0 0 15px;
    display: inline-block;
}

.nav_c .box li {
    height: auto;
    line-height: 2rem;
    text-align: left;
    font-size: 1.1rem;
    padding: 1px 0;
}

.nav_c .box li a {
    color: #333333;
}

.nav_c .box li:hover a {
    color: #0B4C95;
}

.nav_c a {
    font-size: 1rem;
    color: #333333;
}

.nav_c .li_1 {
    margin-right: 27px;
}

.nav_c .li_2 {
    margin-right: 45px;
}

.nav_c .li_3 {
    margin-right: 35px;
}

.nav_c .li_4 {
    margin-right: 47px;
}

.nav_c .li_5 {
    margin-right: 65px;
}

.nav_c .li_6 {
    margin-right: 46px;
}

.nav_c .li_7 {
    margin-right: 47px;
}

.nav_c .li_8 {
    margin-right: 45px;
}

.nav_c .li_9 {
    margin-right: 73px;
}

.nav_c .li_10 {
    margin-right: 0;
    width: 70px;
}

header .nav_cc {
    display: none;
    transform: translateY(0);
    transition: transform 0.5s ease-in-out;
    /* background: #eaeaea; */
    background: url(../img/erji-nav-bg.png) no-repeat center;
    background-size: 100% 100%;
}

/* 轮播图 */
.banlist {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-left,
.banlist .swiper-right {
    width: 35px;
    height: 60px;
    background: rgba(11, 76, 149, 0.5);
    position: absolute;
    z-index: 99;
    border: 1px solid rgba(11, 76, 149, 0.5);
    transform: translateY(-50%);
}

.banlist .swiper-left:hover,
.banlist .swiper-right:hover {
    background: #32B7AF;
    border: 1px solid #32B7AF;
}

.banlist .swiper-left {
    right: 0;
    top: 50%;
}

.banlist .swiper-right {
    left: 0;
    top: 50%;
}

.banlist .swiper-left .img,
.banlist .swiper-right .img {
    position: absolute;
    width: 8px;
    height: 16px;
    left: 50%;
    transform: translateX(-50%);
}

.banlist .swiper-left .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 100%);
}

.banlist .swiper-right .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, 100%);
}


.theme {
    display: flex;
    justify-content: space-between;
    padding: 50px 0 10px 0;
    margin-bottom: 40px;
    border-bottom: 0.5px solid rgba(212, 212, 212, 0.5);
    position: relative;
}


.theme .drivder {
    width: 120px;
    height: 0;
    border-top: 0.5px solid #D4D4D4;
    position: absolute;
    right: 0;
    top: 55px;
}

.theme .leftdri {
    width: 6px;
    height: 0;
    border-top: 2px solid #18478F;
    position: absolute;
    right: 114px;
    top: 55px;
    transition: transform 0.5s ease;
}

.theme .underline:hover .leftdri {
    transform: translateX(114px);
}

.theme .titledri {
    width: 159px;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: -2px;
    border: 2px solid;
    border-image: linear-gradient(90deg, #0B4C95 0%, #31B4AE 100%) 1 round;
}

.theme .title {
    flex: 1;
}

.theme .title a {
    display: flex;
    align-items: center;
    height: 100%;
}

.theme .title a .text {
    font-size: 30px;
    background-image: -webkit-linear-gradient(360deg, #0B4C95 19%, #32B7AF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B4C95;
    font-weight: bolder;
}

.theme .title .text {
    margin-left: 10px;
}

.theme .title img {
    width: 30px;
    height: 30px;
    margin-left: 5px;
}

.theme .more {
    width: 80px;
    overflow: hidden;
}

.theme .more a {
    font-size: 16px;
    color: #CACACA;
    line-height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    transition: transform .5s ease-in-out;
}

.theme .more:hover a {
    transform: scale(1.1);
    color: #0B4C95;
}

.theme .more img {
    width: 5px;
    height: 8px;
    margin-left: 10px;
}

.xyxw {
    background: url(../img/xyxw-bg.png) no-repeat center;
    background-size: cover;
    padding-bottom: 50px;
    overflow: hidden;
}

.newslist {
    width: 680px;
    height: auto;
    position: relative;
    overflow: hidden;
}

.newslist .swiper-slide {
    position: relative;
    box-sizing: border-box;
}

.newslist .swiper-slide a {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.newslist .swiper-slide .img {
    height: 382px;
    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(0, 0, 0, 0.4);
    width: 50px;
    height: 50px;

}

.newslist .swiper-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.newslist .swiper-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

.newslist .swiper-prev img,
.newslist .swiper-next img {
    width: 14px;
    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 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    z-index: 999;
    width: 100%;
    min-height: 57px;
    background: linear-gradient(90deg, #0B4C95 19%, #32B7AF 100%);
    padding: 0 100px 0px 20px;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    position: relative;
}

.newslist .swiper-slide .tt .time {
    width: 72px;
    display: inline-block;
    position: absolute;
    left: 20px;
    top: -65px;
}

.newslist .swiper-slide .tt .day {
    background: #0B4C95;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}

.newslist .swiper-slide .tt .year {
    background: #32B7AF;
    font-size: 14px;
    height: 28px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newslist .swiper-slide .text {
    box-sizing: border-box;
    line-height: 60px;
    height: 60px;
}

.xyxw .templist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xyxw .rightlist {
    width: calc(100% - 680px - 30px);
}

.rightlist .onebox a {
    display: flex;
    align-items: center;
}

.rightlist .onebox .time {
    width: 72px;
    display: inline-block;
}

.rightlist .onebox .day {
    background: #0B4C95;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #FFFFFF;
}

.rightlist .onebox .year {
    background: #32B7AF;
    font-size: 14px;
    color: #FFFFFF;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rightlist .onebox .text {
    flex: 1;
    margin-left: 15px;
}

.rightlist .onebox .text .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    height: 32px;
    color: #0B4C95;
}

.rightlist .onebox .text .disc {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    color: #A1A1A1;
}

.twobox ul li a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.twobox ul li a .title {
    font-size: 18px;
    color: #333333;
    height: 22px;
    padding-left: 20px;
    position: relative;
}

.twobox ul li:hover a .title {
    color: #0B4C95;
}

.twobox ul li a .title::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    border: 1px solid #0B4C95;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.twobox ul li a .time {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.twobox ul li {
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #E8E8E8;
    position: relative;
}

.twobox ul li::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #0B4C95;
    transition: width .5s ease-in-out;
}

.twobox ul li:hover::before {
    width: 100%;
}

.twobox ul li a .time .img {
    width: 13px;
    height: 13px;
    margin-bottom: 10px;
}

.twobox ul li a .time .img img {
    width: 100%;
    height: 100%;
}

.twobox ul li a .time .date {
    font-size: 14px;
    line-height: 30px;
    color: #BEBEBE;
    white-space: nowrap;
    margin-left: 5px;
}

/* 通知公告等栏目 */
.notice {
    background: url(../img/notice-bg.png) no-repeat center;
    background-size: cover;
    padding: 50px 0;
    overflow: hidden;
}

.notice .container {
    display: flex;
    justify-content: space-between;
}

.theme1 {
    display: flex;
    justify-content: space-between;
    height: 40px;
    border-bottom: 1.2px solid rgba(11, 76, 149, 0.15);
    padding-bottom: 10px;
}

.theme1 .titles .title.on .text {
    font-size: 27px;
    background-image: -webkit-linear-gradient(360deg, #0B4C95 19%, #32B7AF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B4C95;
    font-weight: bolder;
}

.theme1 .title {
    position: relative;
}

.theme1 .title .img {
    display: none;
}

.theme1 .title.on .img {
    display: inline;
}

.theme1 .title.on .titledri {
    width: 145px;
    height: 0px;
    position: absolute;
    left: 0;
    bottom: -14px;
    border: 2px solid;
    border-image: linear-gradient(90deg, #0B4C95 0%, #31B4AE 100%) 1 round;
}

.theme1 .title .img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.theme1 .title .img img {
    width: 100%;
    height: 100%;
}

.theme1 .title .text {
    font-size: 27px;
    color: #757575;
}

.theme1 .titles {
    display: flex;
    align-items: center;
}

.theme1 .titles .title {
    display: flex;
    align-items: center;
}

.theme1 .titles .title:last-of-type {
    margin-left: 33px;
}

.theme1 .more a {
    font-size: 16px;
    color: #CACACA;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.theme1 .more a.on {
    display: inline-block;
    font-size: 16px;
    color: #CACACA;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform .5s ease-in-out;
}

.theme1 .more:hover a.on {
    color: #0B4C95;
    transform: scale(1.1);
}

.theme1 .titles .title .text.on {}

.tzgg-dwgg,
.kxyj-xsjl,
.xsgg-jydt {
    width: calc((100% - 60px) / 3);
}

.tzgglist {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(30px);
    padding: 30px;
    border-bottom: 3px solid #0B4C95;
    margin-top: 25px;
    display: none;
}

.tzgglist.on {
    display: block;
}

.tzgglist .box a {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #EAEAEA;
    position: relative;
}

.tzgglist .box a::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #0B4C95;
    transition: width .5s ease-in-out;
}

.tzgglist .box a:hover::before {
    width: 100%;
}

.tzgglist .box:first-of-type a {
    padding: 0 0 12px 0;

}

.tzgglist .box:last-of-type a {
    border-bottom: none;
    padding: 12px 0 0 0;
}

.tzgglist .box .time {
    width: 72px;
    box-sizing: border-box;
    border: 1px solid #32B7AF;
}

.tzgglist .box .time .day {
    height: 38px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(30px);
    font-size: 28px;
    font-weight: bold;
    line-height: 30px;
    color: #32B7AF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tzgglist .box:hover .time .day {
    background: #0B4C95;
    color: #FFFFFF;
}

.tzgglist .box .time .year {
    height: 28px;
    background: #32B7AF;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.tzgglist .box .title {
    flex: 1;
    margin-left: 15px;
    font-size: 18px;
    line-height: 30px;
    height: 60px;
    color: #2E2E2E;
}

.tzgglist .box:hover .title {
    color: #0B4C95;
    font-weight: bold;
}

.kxyjlist {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(30px);
    padding: 30px;
    border-bottom: 3px solid #32B7AF;
    margin-top: 25px;
    display: none;
}

.kxyjlist.on {
    display: block;
}

.kxyjlist .imgbox .box {
    background: #EEFDFC;
}

.kxyjlist .imgbox .img {
    overflow: hidden;
}

.kxyjlist .imgbox .img img {
    width: 385px;
    height: 216px;
    transition: transform .5s ease-in-out;
}

.kxyjlist .imgbox .box:hover .img img {
    transform: scale(1.1);
}

.kxyjlist .imgbox .text {
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.kxyjlist .imgbox .text a {
    line-height: 32px;
    height: 25px;
    font-size: 18px;
    color: #2C2C2C;
}

.kxyjlist .imgbox .box:hover .text a {
    color: #0B4C95;
}

.kxyjlist .imgbox .boxlist {
    padding: 17px 0 5px 0;
    border-bottom: 1px solid #E8E8E8;
    position: relative;
}

.kxyjlist .imgbox .boxlist::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #0B4C95;
    transition: width .5s ease-in-out;
}

.kxyjlist .imgbox .boxlist:hover::before {
    width: 100%;
}

.kxyjlist .imgbox .boxlist .title {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 20px;
    height: 24px;
}

.kxyjlist .imgbox .boxlist .title::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    border: 1px solid #0B4C95;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.kxyjlist .imgbox .boxlist:hover .title {
    color: #0B4C95;
}

.kxyjlist .imgbox .boxlist .time .img {
    display: flex;
    align-items: center;
}

.kxyjlist .imgbox .boxlist .time img {
    width: 13px;
    height: 13px;
}

.kxyjlist .imgbox .boxlist .time .date {
    font-size: 14px;
    line-height: 30px;
    color: #AFAFAF;
    margin: 5px 0 5px 5px;
}

.kxyjlist .imgbox .boxlist:hover .time .date {
    color: #0B4C95;
}

/* 学生工作 */
.xsgglist {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(30px);
    padding: 30px;
    border-bottom: 3px solid #EEC051;
    margin-top: 25px;
    display: none;
    min-height: 442px;
}

.xsgglist.on {
    display: block;
}

.xsgglist .imgbox .box {
    background: #FFFAEF;
}

.xsgglist .imgbox .img {
    overflow: hidden;
}

.xsgglist .imgbox .img img {
    width: 385px;
    height: 216px;
    transition: transform 0.5s ease-in-out;
}

.xsgglist .imgbox:hover .img img {
    transform: scale(1.1);
}

.xsgglist .imgbox .text {
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.xsgglist .imgbox .text a {
    line-height: 32px;
    font-size: 18px;
    color: #2C2C2C;
    height: 25px;
}

.xsgglist .imgbox .box:hover .text a {
    color: #0B4C95;
}

.xsgglist .imgbox .boxlist {
    padding: 17px 0 5px 0;
    border-bottom: 1px solid #E8E8E8;
    position: relative;
}

.xsgglist .imgbox .boxlist::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #0B4C95;
    transition: width .5s ease-in-out;
}

.xsgglist .imgbox .boxlist:hover::before {
    width: 100%;
}

.xsgglist .imgbox .boxlist .title {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 20px;
    height: 24px;
}

.xsgglist .imgbox .boxlist .title::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    border: 1px solid #0B4C95;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.xsgglist .imgbox .boxlist:hover .title {
    color: #0B4C95;
}

.xsgglist .imgbox .boxlist .time .img {
    display: flex;
    align-items: center;
}

.xsgglist .imgbox .boxlist .time img {
    width: 13px;
    height: 13px;
}

.xsgglist .imgbox .boxlist .time .date {
    font-size: 14px;
    line-height: 30px;
    color: #AFAFAF;
    margin: 5px 0 5px 5px;
}

.xsgglist .imgbox .boxlist:hover .time .date {
    color: #0B4C95;
}

.xyfc {
    padding-bottom: 50px;
    overflow: hidden;
    background: url(../img/xyfc-bg.png) no-repeat center;
    background-size: cover;
}

.xyfclist {
    display: flex;
    justify-content: space-between;
}

.xyfclist .box {
    width: calc((100% - 90px) / 4);
}

.xyfclist .box .img {
    overflow: hidden;
}

.xyfclist .box img {
    width: 328px;
    height: 184px;
    transition: transform .5s ease-in-out;
}

.xyfclist .box:hover img {
    transform: scale(1.1);
}

.xyfclist .box .text {
    font-size: 18px;
    line-height: 30px;
    color: #2C2C2C;
    background: #FFFFFF;
    padding: 10px 15px;
    height: 55px;
}

.xyfclist .box:hover .text {
    background: linear-gradient(90deg, #0B4C95 19%, #32B7AF 100%);
    color: #FFFFFF;
}

/* 教师名录 */
.teacher {
    overflow: hidden;
    margin-bottom: 50px;
    position: relative;
}

.jsmlbox {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.jsmlbox .left .extrabox {
    width: 337px;
    height: 432px;
    background: linear-gradient(180deg, #EEF6F9 0%, #FFFFFF 100%);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
}

.jsmlbox .left .img {
    width: 305px;
    height: 400px;

    overflow: hidden;
}

.jsmlbox .left .img img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease-in-out;
}

.jsmlbox .left .img:hover img {
    transform: scale(1.1);
}

.jsmlbox .right {
    margin-left: 30px;
    box-sizing: border-box;
}

.jsmlbox .right .name-job {
    display: flex;
    align-items: center;
}

.jsmlbox .right .name-job .name {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    letter-spacing: 0.05em;
    color: #333333;
}

.jsmlbox .right .name-job .job {
    display: flex;
    background: linear-gradient(90deg, #0B4C95 19%, #32B7AF 100%);
    border-radius: 100000px;
    padding: 0 10px;
    height: 25px;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    margin-left: 20px;
}

.jsmlbox .right .disc {
    font-size: 16px;
    line-height: 30px;
    color: #999999;
    margin-top: 18px;
    height: 60px;
}

.jsmlbox .right .liaojie {
    width: 125px;
    height: 30px;
    border-radius: 10000px;
    opacity: 1;
    background: linear-gradient(90deg, #0B4C95 19%, #32B7AF 100%);
    text-align: right;
}

.jsmlbox .right .liaojie a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.jsmlbox .right .liaojie a .img {
    margin-left: 5px;
}

.jsmlbox .right .liaojie a img {
    width: 22px;
    height: 7px;
}

.jsmlbox .right .righttop {
    position: relative;
}

.jsmlbox .right .liaojie {
    position: absolute;
    right: 10px;
    top: 10px;
    /* margin-top: -10px; */
}

.jsmlbox .right .liaojie .text {
    height: 100%;
    font-size: 14px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
}

.jsmlbox .right .rightbottom {
    width: 100%;
}

.jsmlbox .right .rightbottom {
    height: 100%;
    position: relative;
}

.jsmllist {
    width: 100%;
    height: 70%;
    position: absolute;
    bottom: 100px;
}

.jsmllist .swiper-slide a {
    width: 100%;
}

.jsmllist .swiper-slide a div {
    font-size: 20px;
    line-height: 26.25px;
    color: #333333;
    text-align: center;
}

.jsmllist .swiper-slide a .tempimg {
    width: 100%;
    /* height: 196px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5px;
    /* transition: transform .5s ease-in-out; */
}

.jsmlbox .swiper-slide {
    /* width: 15.4% !important; */
    /* margin-right: 15px !important; */
}

.jsmllist .swiper-slide:hover a .tempimg {
    background: #0B4C95;
    box-sizing: border-box;
    /* transition: transform .5s ease-in-out; */
}

.jsmllist .swiper-slide a .img {
    width: 150px;
    height: 187px;
    /* height: 100%; */
}

.jsmllist .swiper-slide:hover a div {
    color: #0B4C95;
    font-weight: bold;
}

.jsmllist .swiper-left,
.jsmllist .swiper-right {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}

.jsmllist .swiper-left:hover,
.jsmllist .swiper-right:hover {
    background: #32B7AF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.jsmllist .swiper-left .img,
.jsmllist .swiper-right .img {
    width: 40px;
    height: 40px;
}

.jsmllist .swiper-left img,
.jsmllist .swiper-right img {
    width: 24px;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.jsmllist .swiper-left:hover img,
.jsmllist .swiper-right:hover img {
    display: none;
}

.jsmllist .swiper-right:hover .img {
    background: url(../img/jsml-arrow-right-white.png) no-repeat center;
    background-size: 60% 15%;
    z-index: 9;
}

.jsmllist .swiper-left:hover .img {
    background: url(../img/jsml-arrow-left-white.png) no-repeat center;
    background-size: 60% 15%;
}

.jsmllist .swiper-btn {
    width: 100%;
    height: 40px;
    display: flex;
    margin-bottom: 20px;
}

.jsmllist .swiper-btn .swipers {
    margin-top: 5px;
    width: 10%;
    position: relative;
}

.jsmllist .swiper-left {
    position: absolute;
    left: 0;
    top: 0;
}

.jsmllist .swiper-right {
    position: absolute;
    right: 0;
    top: 0;
}

.jsmllist .swiper-container {
    position: relative;
    height: 100%;
    /* padding: 0 15px; */
}

.jsmllist .swiper-slide a {
    height: 100%;
}

.jsmllist .swiper-slide a img {
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

.jsmllist .swiper-slide:hover a img {
    transform: scale(1.1);
}

/* 页脚 */
.foot {
    height: 220px;
    background: url(../img/footer-bg.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 15px;
}

.foot .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot .left .logo {
    margin-top: 30px;
}

.foot .left .logo img {
    width: 535px;
    height: 60px;
}

.foot .left .footinfo {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin-top: 5px;
}

.foot .left .footinfo .square {
    width: 43px;
    height: 43px;
    display: flex;
    border-radius: 5px;
}

.foot .left .footinfo .box .info {
    margin-left: 0;
    font-size: 16px;
    line-height: 25.7px;
    color: #FFFFFF;
    /* flex: 1; */
    margin-right: 24px;
}

.footinfo .box {
    display: flex;
    align-items: center;
}

.footinfo .square .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footinfo .square img {
    width: 50%;
}

.footinfo .box:nth-child(3) .square img {
    width: 54%;
}

.footinfo .box:nth-child(4) .square img {
    width: 54%;
}

.foot .right {
    display: flex;
    margin-top: 25px;
}

.foot .right .erweima {
    display: flex;
}

.foot .right .erweima .box {
    height: auto;
    background: #FFFFFF;
}

.foot .right .erweima .box:first-of-type {
    margin-right: 10px;
}

.foot .right .erweima .img {
    width: 109px;
    height: 109px;
    background: linear-gradient(0deg, #FFFFFF, #FFFFFF), url(20201112161957_280972.jpg);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot .right .erweima .img img {
    width: 102px;
    height: 102px;
}

.foot .right .erweima .text {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #0B4C95;
    /* margin-top: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px 0; */
}

footer .banq {
    width: 100%;
    text-align: center;
    height: 50px;
    font-weight: 400;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
}

.foot .right .yq {
    margin-right: 45px;
}

/* 友情链接 */
.links {
    background: linear-gradient(90deg, #EDFFFA 0%, #F1F8FF 86%);
}

.links .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.leftlink {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.leftlink img {
    width: 24px;
    height: 24px;
}

.leftlink .text {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-left: 10px;
}

.linklist {
    flex: 1;
}

.linklist ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 25px 90px;
}

.linklist ul li a {
    font-size: 18px;
    color: #333333;
}

.linklist ul li:hover a {
    color: #0B4C95;
}

/* 内页大图 */
.nydt {
    width: 100%;
    position: relative;
}

.nydt img {
    width: 100%;
    display: inline-block;
}

.nydt .crumb .container {
    position: relative;
}

.nydt .crumb {
    width: 100%;
    height: 50px;
    /* position: absolute; */
    /* bottom: 0px; */
    display: flex;
    z-index: 9;
    background: #F1F1F1;
}

.nydt .crumb .path {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    position: absolute;
    right: 0;
    align-items: center;
    justify-content: flex-end;
}

.nydt .crumb .path a {
    font-size: 18px;
    color: #9B9B9B;

}

.nydt .crumb .path span {
    font-size: 18px;
    text-align: right;
    color: #9B9B9B;
    padding: 0 5px;
}

.nydt .crumb .path span:last-of-type {
    display: none;
}

.content {
    margin-top: 50px;
    position: relative;
}

.content .left {
    width: 18.04%;
    background: url(../img/ny-nav-icon.png) no-repeat top;
    background-size: cover;
    height: auto;
    margin-bottom: 40px;
    position: sticky;
    top: 250px;
}

.navigation1 .title {
    padding: 30px 35px;
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    color: #FFFFFF;
}

.navigation1 .title a {
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
    color: #FFFFFF;
}

.navigation1 .listbox {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 60px;
}

.navigation1 .list {
    width: 90%;
    height: auto;
    background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
    margin-bottom: 65px;
}

.navigation1 .list .navbar h3 {
    border-bottom: 1px solid #E7E7E7;
    padding: 8px 0px;
}

.navigation1 .list .navbar h3 .tempbtn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 10px;
    margin: 0 10px;
}

.navigation1 .list .navbar h3.on .tempbtn {
    background: #0B4C94;
}

.navigation1 .list .navbar h3:hover .tempbtn {
    background: #0B4C94;
}

.navigation1 .list .navbar h3.on .tempbtn a {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF
}

.navigation1 .list .navbar h3.on ul {
    display: inline;
}

.navigation1 .list .navbar h3:hover .tempbtn a {
    font-weight: 700;
    font-size: 18px;
    color: #FFFFFF
}

.navigation1 .list .navbar h3 .btn {
    color: #B6B6B6;
}

.navigation1 .list .navbar h3.on .btn {
    color: #B6B6B6;
}

.navigation1 .list .navbar h3:hover .btn {
    color: #B6B6B6;
}

.navigation1 .list .navbar h3 a {
    color: #2C2C2C;
    font-weight: 400;
    font-size: 18px;
}

.navigation1 .list .navbar h3 {
    box-sizing: border-box;
}

.navigation1 .list ul {
    width: 100%;
    display: none;
    box-sizing: border-box;
}

.navigation1 .list h3 ul li {
    margin: 0 10px;
    padding: 15px 0 5px 0;
    display: flex;
    justify-content: space-between;
    padding-right: 10px;
}

.navigation1 .list h3 ul li:last-of-type {
    padding: 15px 10px 15px 0;
}

.navigation1 .list h3 ul li a {
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.navigation1 .list h3:hover ul li {
    /* background: #0B4C94; */
    color: #005BBF;
}

.navigation1 .list .navbar h3 ul li.on a {
    color: #005BBF;
}

/* list页面 */
.listye {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.listye .listbox {
    margin-bottom: 30px;
}

.listye .right {
    flex: 1;
    margin-left: 40px;
}

.listye .right .box {
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);

    height: 65px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.listye .right .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.listye .right .box:hover {
    background: linear-gradient(90deg, #0B4C95 19%, #32B7AF 100%);
}

.listye .right .box:hover .title {
    color: #FFFFFF;
}

.listye .right .box .title {
    font-size: 20px;
    color: #2A2A2A;
}

.listye .right .box .time {
    display: flex;
    align-items: center;
}

.listye .right .box .time .img {
    display: flex;
    align-items: center;
    width: 12px;
    height: 12px;
}

.listye .right .box:hover .time .img {
    background: url(../img/clock-white.png) no-repeat center;
    background-size: cover;
}

.listye .right .box .time img {
    width: 12px;
    height: 12px;
}

.listye .right .box:hover .time img {
    display: none;
}

.listye .right .box .time .date {
    font-size: 14px;
    line-height: 30px;
    color: #AFAFAF;
    margin-left: 5px;
}

.listye .right .box:hover .time .date {
    color: #FFFFFF;
}

.right .currentbox .current {
    margin-bottom: 40px;
    border-bottom: 1.2px solid rgba(11, 76, 149, 0.15);
    padding-bottom: 10px;
}

.currentbox .current .title {
    font-size: 30px;
    background-image: -webkit-linear-gradient(360deg, #0B4C95 19%, #32B7AF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B4C95;
    font-weight: bolder;
    display: inline-block;
    position: relative;
}

.right .currentbox .current .title .drivder {
    width: 100%;
    height: 0;
    border: 2px solid;
    border-image: linear-gradient(90deg, #0B4C95 0%, #31B4AE 100%) 1 round;
    position: absolute;
    bottom: -10px;
}

/* picture页面 */
.pictureye {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pictureye .right {
    flex: 1;
    margin-left: 40px;
}

.pictureye .right .listbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.pictureye .right .box {
    width: calc((100% - 80px) / 3);
    margin-left: 40px;
    margin-bottom: 35px;
}

.pictureye .right .box:nth-child(3n+1) {
    margin-left: 0;
}

.pictureye .right .box .img {
    overflow: hidden;
}

.pictureye .right .box img {
    width: 100%;
    height: 196px;
    transition: transform .5s ease-in-out;
}

.pictureye .right .box:hover img {
    transform: scale(1.1);
}

.pictureye .right .box .text {
    font-size: 18px;
    height: 24px;
    color: #2C2C2C;
    margin: 15px 0;
}

.pictureye .right .box:hover .text {
    font-size: 18px;
    color: #0B4C95;
}

.pictureye .right .box .drivder {
    width: 100%;
    height: 0;
    border-top: 1px solid #D8D8D8;
    position: relative;
}

.pictureye .right .box .drivder::before {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 0;
    height: 1px;
    background: #0B4C95;
    transition: width .5s ease-in-out;
}

.pictureye .right .box:hover .drivder::before {
    width: 100%;
}

/* .pictureye .right .box:hover .drivder {
    border-top: 0.8px solid #0B4C95;
} */

/* picContent页面 */
.picContentye {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.picContentye .right {
    flex: 1;
    margin-left: 40px;
}

.picContentye .right .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.picContentye .right .box .img1 {

    overflow: hidden;
}

.picContentye .right .box .img1 img {
    width: 350px;
    height: 196px;
    transition: transform .5s ease-in-out;
}

.picContentye .right .box:hover .img1 img {
    transform: scale(1.1);
}

.picContentye .right .box .text {
    padding-left: 30px;
    flex: 1;
    padding: 35px 0 30px 30px;
    position: relative;
}

.picContentye .right .box:hover .text {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}

.picContentye .right .box .text::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #0B4C95;
    transition: width .5s ease-in-out;
}

.picContentye .right .box .text:hover::before {
    width: 100%;
}

.picContentye .right .box .text .title {
    font-size: 20px;
    color: #0B0B0B;
    height: 24px;
}

.picContentye .right .box:hover .text .title {
    font-weight: bold;
    color: #0B4C94;
}

.picContentye .right .box .text .disc {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    color: #9E9E9E;
    margin-top: 10px;
}

.picContentye .right .box .text .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    height: 25px;
}

.picContentye .right .box .text .time .temptime {
    display: flex;
    align-items: center;
}

.picContentye .right .box:hover .text .time .piclogo {
    width: 256px;
    height: 30px;
    margin-right: 40px;
    background: url(../img/piccontet-logo.png) no-repeat center;
    background-size: 100% 100%;
}

.picContentye .right .box .text .time img {
    width: 14px;
    height: 14px;
}

.picContentye .right .box .text .time .date {
    font-size: 14px;
    line-height: 25px;
    color: #AFAFAF;
    margin-left: 5px;
}

/* detail页面 */
.detailye {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.detailye .right {
    flex: 1;
    margin-left: 30px;
    background: #FFFFFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
    padding: 50px;
    margin-bottom: 50px;
}

.detailye .right div p {
    line-height: 40px !important;
}

.fontSize {
    display: flex;
    align-items: center;
    color: #9C9C9C;
}

.fontSize span {
    margin-right: 15px;
    cursor: pointer;
}

.fontSize .on {
    color: #0073C3;
    font-weight: bold;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    margin-left: 13px;
    cursor: pointer;
    display: block;
}

.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;
}

.share .qrcode {
    position: absolute;
    top: 36px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    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 .timer .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 {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 30px;
}

.news-container .detail .title {
    font-size: 32px;
    font-weight: bold;
    color: #2C2C2C;
    text-align: center;
}

.detail .timer {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    border-bottom: 1px solid #D8D8D8;
    padding-bottom: 10px;
}

.detail .timer .info {
    display: flex;
    flex-wrap: wrap;
}

.detail .timer .info div {
    font-size: 14px;
    color: #9C9C9C;
    margin-right: 20px;
}

.content .text p {
    font-size: 18px;
    line-height: 40px !important;
    color: #0A0A0A;
    text-indent: 2em;
}

.detail-page .box {
    padding: 25px 0 15px 0;
    border-bottom: 1px solid #D8D8D8;
    position: relative;
}

/* .detail-page .box::before{
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #0B4C95;
    transition: width .5s ease-in-out;
}
.detail-page .box:hover::before{
    width: 100%;
} */

.detail-page .box:hover {
    border-bottom: 1px solid #0B4C95;
}

.detail-page .box a {
    font-size: 16px;
    color: #878787;
}

.detail-page .box:hover a {
    font-weight: bold;
    color: #0B4C95;
}

/* 师资队伍页面 */
.teaye {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.teaye .right {
    flex: 1;
    margin-left: 40px;
}

.teaye .right .listbox {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
}

.teaye .right .box {
    width: 138px;
    transition: transform 0.3s ease;
    margin-left: 20px;
    margin-bottom: 25px;
}

/* .teaye .right .box:nth-child(7n+1) {
    margin-left: 0;
} */

.teaye .right .box:hover {
    transform: translateY(-10px);
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); */
}

.teaye .right .box .img {
    width: 138px;
    height: 180px;
}

.teaye .right .box .img img {
    width: 100%;
    height: 100%;
}

.teaye .right .box .text .name {
    font-size: 18px;
    height: 50px;
    line-height: 45px;
    color: #000000;
    border-bottom: 1px solid #E7E7E7;
    text-align: center;
}

.teaye .right .box .text .job {
    height: 50px;
    line-height: 45px;
    color: #005BBF;
    font-size: 14px;
    text-align: center;
}



.leaderye {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.leaderye .right {
    flex: 1;
    margin-left: 40px;
}

.leaderye .right .listbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.leaderye .right .box {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
    width: 100%;
}

.leaderye .right .box .text {
    margin-left: 40px;
    flex: 1;
}

.leaderye .right .box .img {
    width: 125px;
    height: 170px;
}

.leaderye .right .box .img img {
    width: 100%;
    height: 100%;
}

.leaderye .right .box .name {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 15px;
}

.leaderye .right .box .text .zhiwu,
.leaderye .right .box .text .job,
.leaderye .right .box .text .address {
    margin-bottom: 15px;
    color: #333333;
    font-size: 16px;
}

.pb_sys_style1 .p_no_d {
    border: 1px solid #0B4C95 !important;
    background-color: #0B4C95 !important;
    margin: 0 10px !important;
}

.pb_sys_common a {
    margin: 0 5px !important;
}

.attachment {
    margin-top: 20px;
}

.page-box {
    margin: 20px 0 40px 0;
}

/* 搜索结果页 */
#newskeycode249680 {
    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 {
    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;
    box-sizing: border-box;
    padding: 0 30px;
}

.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 !important;
    color: #3D3D3D !important;
    line-height: 25px !important;
    height: 25px !important;
}

.textlist .box .desc {
    color: #999999;
    line-height: 25px;
    height: 50px;
    margin-top: 7px;
}

.textlist .box .dete2 {
    color: #999999;
    margin-top: 7px;
}

.textlist .box:hover .dete2 {
    color: rgba(255, 255, 255, 0.7);
}

.textlist .box:hover {
    background: #8eaeee;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.textlist .box:hover .title,
.textlist .box:hover .dete {
    color: #fff;
    font-weight: bold;
}

.textlist .box:hover .desc {
    color: rgba(255, 255, 255, 0.7);
}

#scrolltop {
    width: 64px;
    height: 64px;
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    cursor: pointer;
    display: inline-block;
    align-items: center;
    justify-content: center;
}

#scrolltop .iconfont {
    width: 38px;
    height: 29px;
    display: inline-block;
    background: url(../img/totop.png) center no-repeat;
    background-size: cover;
}

#scrolltop div {
    font-size: 20px;
    font-weight: bold;
    color: #30AFAE;
}

.mbheader {
    display: none;
}

/* 师资详情页面 */
.teadetail .title {
    font-size: 32px;
    font-weight: bold;
    color: #0B4C95;
    padding-bottom: 20px;
    border-bottom: 1px solid #0B4C95;
    text-align: center;
}

.teadetail .tealeft {
    width: 71%;
    flex: 1;
}

.teadetail .tealeft .erji .erjititle {
    font-family: Microsoft YaHei;
    font-weight: 700;
    font-size: 18px;
    color: #0B4C95;
    margin: 20px 0;
}

.teadetail .tealeft .erji {
    display: flex;
    flex-direction: column;
}

.teadetail .tealeft .erji span {
    color: #474747;
    font-weight: 400;
    font-size: 18px;
    line-height: 35px;
    margin-top: 5px;
}

.teadetail .tealeft .erji span:last-of-type {
    margin-bottom: 5px;
}

.teadetail .tearight {
    width: 29%;
}

.teadetail .detailtop {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.teadetail .tearight .img {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.teadetail .tearight .img img {
    width: 148px;
    height: 200px;
}

.detailbottom {
    width: 100%;
}

.detailbottom .erjititle {
    font-weight: 700;
    font-size: 18px;
    color: #0B4C95;
    margin: 20px 0;
}

.detailbottom p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 18px !important;
    line-height: 35px;
    font-variation-settings: "opsz" auto;
    color: #474747;
}

.yinxing-left {
    width: 135px;
    height: 221px;
    position: absolute;
    left: 50px;
    top: 80px;
}

.yinxing-left img {
    width: 100%;
    height: 100%;
}

.yinxing-right {
    width: 135px;
    height: 221px;
    position: absolute;
    right: 50px;
    bottom: 100px;
}

.yinxing-right img {
    width: 100%;
    height: 100%;
}

.header_active .head-bg {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}

header.header_active .nav_cc {
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 216px;
    left: 0;
    background: #fff url(../img/erji-nav-bg.png) no-repeat left;
}

.paddingtop.on {
    padding-top: 216px;
}

.banq p a {
    color: rgba(255, 255, 255, 0.6);
}