/* 右侧二级下拉 */
.menuBox {
    width: 100%;
    height: 0;
    position: fixed;
    top: -100vh;
    left: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility .5s ease;
    top: 0;
    transition: all 0.5s ease-in-out;
    /* background: rgba(0, 0, 0, .8); */
    background: url(../img/erji-bg.png) no-repeat center;
    background-size: cover;
}

.menuBox.on {
    z-index: 9999;
    opacity: 1;
    visibility: visible;
    top: 0;
    height: 100vh;
}

.menuBox.on .shousuoyy {
    width: 100%;
    height: 318px;
    opacity: 0.6;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 19%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.menuBox.on .btntop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 100px 30px 50px;
}

.menuBox.on .btntop::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 7px;
    background: #014591;
}

.menuBox.on .right {
    display: flex;
    justify-content: space-between;
}

.menuBox.on .left .logo {
    width: 390px;
    height: 80px;
}

.menuBox.on .left .logo img {
    width: 100%;
    height: 100%;
}

.menuBox.on .right .erjibtn {
    width: 83px;
    position: absolute;
    right: 0;
    z-index: 999;
}

.menuBox.on .right .erjibtn .close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: -20px;
}

.menuBox.on .right .erjibtn .close img {
    width: 100%;
    height: 100%;
}

.menuBox.on .right .erjibtn .extra {
    position: absolute;
    top: -44px;
}

.menuBox.on .right .erjibtn .extra img {
    width: 100%;
}

.menuBox.on .right .search {
    width: auto;
    height: 25px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 10px;
    position: relative;
}

.menuBox.on .search .search-input {
    width: 240px;
    height: 40px;
    border-radius: 10000px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    background-position: 10px;
    margin-right: 10px;
}


.menuBox.on .search .search-btn {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 20px;
    bottom: -5px;
    z-index: 9;
    background: url(../img/search.png) no-repeat center;
    opacity: 0.7;
    background-size: cover;
    border: none;
}

.menuBox.on .search input[type="text"] {
    color: #FFFFFF;
    padding: 0 15px;
}

input[type="text"]::-webkit-clear-button {
    display: none;
}

.menuBox.on .search .search-input::placeholder {
    text-indent: 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
}

.menuBox.on .right .toplinks {
    display: flex;
}

.menuBox.on .right .toplinks a {
    border-radius: 1000px;
    box-sizing: border-box;
    border: 0.5px solid rgba(255, 255, 255, 0.4);
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
}

.menuBox.on .right .toplinks a {
    margin-right: 10px;
}

header .menuboxbtn {
    cursor: pointer;
}

.navigation2 {
    padding: 20px 5% 0;
}

.navigation2>ul {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    text-align: center;
    flex-wrap: wrap;
}

.navigation2>ul>li>h3 a {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    position: relative;
}

.navigation2>ul>li {
    position: relative;
    width: 420px;
    margin-bottom: 30px;
}

.navigation2>ul>li ul {
    padding-top: 20px;
}

.navigation2>ul>li li a {
    font-size: 18px;
    line-height: 50px;
    color: #FFFFFF;
    display: flex;
    margin-left: 160px;
}

.navigation2>ul>li li:hover a {
    font-weight: bold;
    color: #FFFFFF;
}

.navigation2 ul li h3 a .drivder {
    width: 43px;
    height: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    top: 50px;
}


/* 右侧二级下拉结束 */
.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 {
    width: 180px;
    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;
}

/* 页头 */
header {
    width: 100%;
    height: 122px;
    position: fixed;
    z-index: 999;
}

header .yinying {
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

header .menuboxbtn {
    width: 83px;
    position: absolute;
    right: 0;
    z-index: 999;
}

header:hover .menuboxbtn .threegang {
    width: 42px;
    height: 29px;
    position: absolute;
    left: 15px;
    top: 20px;
}

header .menuboxbtn .threegang {
    width: 42px;
    height: 29px;
    position: absolute;
    left: 20px;
    top: 30px;
}

header .menuboxbtn .threegang img {
    width: 100%;
    height: 100%;
}

header .menuboxbtn img {
    width: 100%;
}

.head_box {
    width: 100%;
    position: absolute;
    z-index: 99;
    padding: 15px 85px 15px 65px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.head_box::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -0.05rem;
    right: 0;
    height: 7px;
    background: #014591;
}

header .head_box:hover::before {
    display: none;
}

.head_box .left {
    padding-top: 10px;
    /* display: inline-block; */
    flex: 1;
}

.head_box .logo img {
    width: 390px;
    height: 82px;
}

.head_box .logo .logo-blue {
    display: none;
}

header .head_box:hover .logo .logo-blue {
    display: block;
}

.head_box .right .righttop {
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}

.head_box .right .righttop .search {
    width: 36px;
    height: 25px;
    box-sizing: border-box;
    text-align: center;
    margin-left: 10px;
}


.righttop .search img {
    width: 20px;
    height: 20px;
}

.righttop .search img.search-block {
    display: none;
}

.righttop .toplinks a,
.righttop .toplinks span {
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}

header .head_box:hover .righttop .toplinks a,
header .head_box:hover .righttop .toplinks span {
    color: #181818;
}

.righttop .toplinks span {
    margin: 0 15px;
}

.navigation {
    width: 100%;
    position: relative;
}

.navigation ul {
    display: flex;
}

.navigation ul .nli {
    padding: 10px 22px 0 22px;
    margin-right: 2px;
    position: relative;
    white-space: nowrap;
    height: 38px;
}

.navigation ul .nli h3 {
    display: flex;
    text-align: right;
}

.navigation ul .nli:last-of-type {
    margin-right: 0;
}

.navigation ul li h3 a {
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    height: 38px;
}

header .head_box:hover .navigation ul li h3 a {
    color: #181818;
}

.navigation ul .nli.on h3 a {
    border-bottom: 3px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: bold;
    height: 38px;
}

header .head_box:hover .navigation ul .nli.on h3 a {
    color: #014591;
}

.navigation ul .nli:hover h3 a {
    color: #FFE7B7;
    font-weight: bold;
}

.navigation ul .sub {
    position: absolute;
    width: auto;
    min-width: 100px;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #E9F5FF 51%, #FFFCF6 84%);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    z-index: 999;
    padding: 10px 10px;
    border-top: 3px solid #FFAF0F;
}

.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: 18px;
}

.navigation ul .sub li:hover a {
    color: #014591;
    font-weight: 700;
}

/* 处理页面下滑之后出现反白 */
.header_active .navigation ul li h3 a {
    color: #181818;
}

.header_active .navigation ul .nli.on h3 a {
    color: #014591;
}

.header_active .righttop .toplinks a,
.header_active .righttop .toplinks span {
    color: #181818;
}

.header_active .head_box {
    background: #FFFFFF;
    padding: 15px 85px 15px 65px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
}

header .head_box:hover {
    background: #FFFFFF;
    padding: 15px 85px 15px 65px;
}

.header_active .head_box::before {
    display: none;
}

header.header_active .menuboxbtn {
    width: 70px;
    height: 70px;
    top: 20px;
}

header.header_active .menuboxbtn .threegang {
    top: 20px;
    left: 15px;
}

.header_active .head_box .logo .logo-white {
    display: none;
}

header .head_box:hover .logo .logo-white {
    display: none;
}

.header_active .head_box .logo .logo-blue {
    display: block;
}

.header_active .righttop .search img.search-block {
    display: block;
}

.header_active .righttop .search img.search-white {
    display: none;
}

header .head_box:hover .righttop .search img.search-white {
    display: none;
}

header .head_box:hover .righttop .search img.search-block {
    display: block;
}

.header_active .navigation ul .nli:hover h3 a {
    color: #014591;
    font-weight: bold;
}

header.header_active .menuboxbtn {
    background: #014591;
}

header.header_active .menuboxbtn .img1 {
    display: none;
}

header:hover .menuboxbtn .img1 {
    display: none;
}

header:hover .menuboxbtn {
    width: 70px;
    height: 70px;
    top: 20px;
    background: #014591;
}

.banlist {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.banlist .ban {
    position: absolute;
    left: 49%;
    bottom: 100px;
    z-index: 9;
    width: 50px;
    height: 50px;
    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: 60px;
    /* border-radius: 50%; */
    position: absolute;
    background: rgba(1, 69, 145, 0.5);
    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: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.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: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    opacity: 1;
    margin: 5px;
    display: block;

}

.banlist .swiper-pagination-bullet-active {
    width: 30px;
    height: 30px;
    background: url(../img/banlist-pagination.png) no-repeat center;
    background-size: cover;
}

.swiper-btn .number {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin-right: 20px;
}

/* 校园动态 */
.theme {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 40px 0;
}

.theme .left {
    position: relative;
}

.theme .left::before {
    content: '';
    width: 3px;
    height: 50px;
    background: #014591;
    position: absolute;
    left: 0;
    top: 0;
}


.theme .left .title {
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
    color: #1E1E1E;
    padding-left: 20px;
}

.theme .left .english {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: rgba(30, 30, 30, 0.2);
    padding-left: 20px;
}

.theme .right a {
    display: flex;
    align-items: center;
}

.theme .right .cycle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px dashed rgba(1, 73, 145, 0.5);
    position: relative;
}

.theme .right:hover .cycle {
    border: 1px dashed #014591;
}

.theme .right .littlecycle {
    width: 15px;
    height: 15px;
    background: rgba(1, 73, 145, 0.5);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.theme .right:hover .littlecycle {
    background: #014591;
}

.theme .right .underline {
    width: 45px;
    height: 0;
    border: 1px solid rgba(1, 73, 145, 0.5);
}

.theme .right:hover .underline {
    border: 1px solid #014591;
}

.theme .right .showmore .text {
    font-size: 16px;
    line-height: 30px;
    color: rgba(1, 73, 145, 0.5);
    margin-left: 10px;
}

.theme .right:hover .showmore .text {
    color: #014591;
}

.dynamic .boxlist {
    display: flex;
    justify-content: space-between;

}

.dynamic .boxlist .box {
    background: linear-gradient(270deg, #FFFCF8 0%, rgba(255, 255, 255, 0.55) 100%);
    backdrop-filter: blur(60px);
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 30px 25px 30px 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
}

.dynamic .boxlist .box:hover {
    background: linear-gradient(0deg, #FFFFFF 1%, #DAF4FF 100%);
    box-shadow: 0px 0px 14.89px 0px rgba(0, 0, 0, 0.1);
    /* border-top: 1px solid #014591; */
}

.dynamic .boxlist .box::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-top: 1px solid #0054B0;
    transition: width .5s ease-in-out;
}

.dynamic .boxlist .box:hover::before {
    width: 100%;
}

.dynamic .boxlist .box .xiaohui {
    display: none;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    height: 110px;
}

.dynamic .boxlist .box:hover .xiaohui {
    display: block;
}

.dynamic .boxlist .box .xiaohui img {
    width: 100%;
}


/* .dynamic .boxlist .box:nth-child(3) {
    margin-bottom: 0;
} */

.dynamic .boxlist .box .time {
    display: flex;
    align-items: center;
}

.dynamic .boxlist .box .time .img {
    width: 13px;
    height: 13px;
    position: relative;
}

.dynamic .boxlist .box:hover .time .img {
    background: url(../img/clock-blue.png) no-repeat center;
    background-size: cover;
}

.dynamic .boxlist .box .time .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.dynamic .boxlist .box:hover .time .img img {
    display: none;
}

.dynamic .boxlist .box .time .date {
    font-size: 14px;
    line-height: 24.82px;
    color: #B9B9B9;
    margin-left: 5px;
}

.dynamic .boxlist .box:hover .time .date {
    color: #014591;
}

.dynamic .boxlist .box .title {
    font-size: 18px;
    line-height: 29.78px;
    color: #323232;
    margin-top: 10px;
    height: 60px;
}

.dynamic .boxlist .box:hover .title {
    color: #014591;
    font-weight: bold;
}

.dynamic .boxlist .right,
.dynamic .boxlist .left {
    width: 24.6%;
}

.dynamic .boxlist .center {
    width: calc(50.8% - 70px);
}

.dynamic .center {
    padding: 0 20px;
    box-sizing: border-box;
}

.dynamiclist {
    position: relative;
}

.dynamiclist .swiper-slide .img {
    width: 600px;
    height: 335px;
    overflow: hidden;
}

.dynamiclist .swiper-slide img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease-in-out;
}

.dynamiclist .swiper-slide:hover img {
    transform: scale(1.1);
}

.dynamiclist .swiper-slide .tt {
    padding: 0 20px;
    box-sizing: border-box;
    /* display: flex;
    justify-content: center;
    flex-direction: column; */
    padding-top: 55px;
    position: relative;
    width: 100%;
    height: 170px;
}

.dynamiclist .swiper-slide {
    opacity: 0 !important;
}

.dynamiclist .swiper-slide-active {
    opacity: 1 !important;
}

.dynamiclist::before {
    content: '';
    width: 107%;
    height: 360px;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0;
    left: -20px;
    z-index: 0;
}

.dynamiclist .swiper-slide .tt .text {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #323232;
}

.dynamiclist .swiper-slide .tt .disc {
    font-size: 14px;
    line-height: 30px;
    color: #989898;
    height: 30px;
}

.dynamiclist .swiper-slide .tt .time {
    width: 80px;
    height: 70px;
    position: absolute;
    left: 15px;
    top: -35px;
    background: #FFAF0F;
}

.dynamiclist .swiper-slide .tt .time .day {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
    margin-top: 5px;
}

.dynamiclist .swiper-slide .tt .time .year {
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    text-align: center;
}

.dynamiclist .swiper-pagination {
    bottom: 20px !important;
}

.dynamiclist .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}

.dynamiclist .swiper-pagination-bullet-active {
    background: #FFAF0F;
}

.dynamiclist .swiper-prev {
    position: absolute;
    left: 20px;
    bottom: 25px;
}

.dynamiclist .swiper-next {
    position: absolute;
    right: 20px;
    bottom: 25px;
}

.dynamiclist .swiper-prev,
.dynamiclist .swiper-next {
    width: 45px;
    height: 10px;
    z-index: 99;
}

.dynamiclist .swiper-prev:hover .cycle {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
    bottom: -10px;
    border-radius: 50%;
    background: rgba(255, 175, 15, 0.3);
}

.dynamiclist .swiper-next:hover .cycle {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0;
    bottom: -10px;
    border-radius: 50%;
    background: rgba(255, 175, 15, 0.3);
}

.dynamiclist .swiper-prev img,
.dynamiclist .swiper-next img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.dynamiclist .swiper-prev:hover img,
.dynamiclist .swiper-next:hover img {
    display: none;
}

.dynamiclist .swiper-prev:hover {
    background: url(../img/dynamiclist-left-arrow-hover.png) no-repeat center;
    background-size: cover;
}

.dynamiclist .swiper-next:hover {
    background: url(../img/dynamiclist-right-arrow-hover.png) no-repeat center;
    background-size: cover;
}

/* 横幅轮播 */
.bannerli {
    margin: 35px 0 0 0;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}

.bannerli .swiper-prev,
.bannerli .swiper-next {
    background: rgba(0, 0, 0, 0.5);
    width: 30px;
    height: 50px;
}

.bannerli .swiper-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.bannerli .swiper-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
}

.bannerli .swiper-prev img,
.bannerli .swiper-next img {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bannerli .swiper-slide img {
    width: 100%;
}

.bannerli .swiper-pagination {
    text-align: right;
    padding: 0 10px 2px 0;
    box-sizing: border-box;

}

.bannerli .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    background: rgba(255, 255, 255);
    margin: 0 7px !important;
}

.bannerli .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.dynamic-bannerli-bg {
    background: url(../img/dynamic-banner-bg.png) no-repeat bottom;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.xuefeng {
    position: absolute;
    top: 18%;
    left: 50px;
    width: 90px;
    height: 350px;
}

.xuefeng img {
    width: 100%;
    height: 100%;
}

.xiaoxun {
    position: absolute;
    top: 18%;
    right: 50px;
    width: 90px;
    height: 350px;
}

.xiaoxun img {
    width: 100%;
    height: 100%;
}

/* 五育并举 */
.wybj {
    width: calc(50% - 20px);
}

.wybj .boxlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wybj .boxlist .box {
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    width: calc(50% - 12px);
    padding: 25px 25px 30px 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    /* border-bottom: 1px solid transparent; */
    position: relative;
}

.wybj .boxlist .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #0054B0;
    transition: width .5s ease-in-out;
}

.wybj .boxlist .box:hover::before {
    width: 100%;
}

.wybj .boxlist .box a {
    display: flex;
    flex-direction: column-reverse;
}

.wybj .boxlist .box:hover {
    background: linear-gradient(0deg, #FFFFFF 1%, #DAF4FF 100%);
    box-shadow: 0px 0px 14.89px 0px rgba(0, 0, 0, 0.1);
    /* border-bottom: 1px solid #014591; */
}

.wybj .boxlist .box .xiaohui {
    display: none;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 110px;
    height: 110px;
}

.wybj .boxlist .box:hover .xiaohui {
    display: block;
}

.wybj .boxlist .box .xiaohui img {
    width: 100%;
}


/* .wybj .boxlist .box:nth-child(3) {
    margin-bottom: 0;
} */

.wybj .boxlist .box .time {
    display: flex;
    margin-top: 15px;
}

.wybj .boxlist .box .time .img {
    width: 13px;
    height: 13px;
}

.wybj .boxlist .box .time .img img {
    width: 100%;
    height: 100%;
}

.wybj .boxlist .box .time .date {
    font-size: 14px;
    line-height: 24.82px;
    color: #B9B9B9;
    margin-left: 5px;
}

.wybj .boxlist .box .title {
    font-size: 18px;
    line-height: 29.78px;
    color: #323232;
    margin-top: 10px;
    height: 60px;
}

.wybj .boxlist .box:hover .title {
    color: #014591;
    font-weight: bold;
}

.djgz {
    width: calc(50% - 20px);
}

.wybj-djgz {
    position: relative;
    padding-bottom: 65px;
}

.wybj-djgz .left-yinxing {
    position: absolute;
    left: 50px;
    top: 10%;
    width: 140px;
    height: 230px;
}

.wybj-djgz .right-yinxing img,
.wybj-djgz .left-yinxing img {
    width: 100%;
}

.wybj-djgz .right-yinxing {
    position: absolute;
    right: 50px;
    bottom: 10%;
    width: 140px;
    height: 230px;
}

.wybj-djgz .container {
    display: flex;
    justify-content: space-between;
}

.djgz .boxlist {
    margin-top: 20px;
}

.djgz .boxlist .box {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 26px;
    position: relative;
}

.djgz .boxlist .box:hover {
    /* border-bottom: 1px solid #014591; */
}

.searchText {
    margin-bottom: 30px;
}

.djgz .boxlist .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #0054B0;
    transition: width .5s ease-in-out;
}

.djgz .boxlist .box:hover::before {
    width: 100%;
}

.djgz .boxlist .box a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.djgz .boxlist .box .title {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 20px;
    height: 22px;
}

.djgz .boxlist .box:hover .title {
    color: #014591;
}

.djgz .boxlist .box .title::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0.7px solid #FFAF0F;
    border-radius: 50%;
}

.djgz .boxlist .box:hover .title::before {
    border: 0.7px solid #014591;
}

.djgz .boxlist .box .time {
    display: flex;
    align-items: center;
}

.djgz .boxlist .box .time .clock {
    width: 13px;
    height: 13px;
    position: relative;
}

.djgz .boxlist .box:hover .time .clock {
    background: url(../img/clock-blue.png) no-repeat center;
    background-size: cover;
}

.djgz .boxlist .box .time .clock img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.djgz .boxlist .box:hover .time .clock img {
    display: none;
}

.djgz .boxlist .box .time .date {
    color: #B9B9B9;
    margin-left: 5px;
    white-space: nowrap;
}

.djgz .boxlist .box:hover .time .date {
    color: #014591;
}

.boxtoplist {
    position: relative;
}

.boxtoplist .swiper-slide {
    opacity: 0 !important;
}

.boxtoplist .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

.boxtoplist .swiper-slide a {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    margin: 0 10px 10px 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.boxtoplist .swiper-slide .img {
    width: 290px;
    height: 160px;
    overflow: hidden;
}

.boxtoplist .swiper-slide .img img {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.boxtoplist .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.boxtoplist .swiper-slide .text {
    width: calc(100% - 290px - 20px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
    box-sizing: border-box;
}

.boxtoplist .swiper-slide .text .title {
    font-size: 18px;
    font-weight: bold;
    color: #1E1E1E;
    margin-top: 10px;
}

.boxtoplist .swiper-slide:hover .text .title {
    color: #014591;
}

.boxtoplist .swiper-slide .text .disc {
    font-size: 14px;
    line-height: 22px;
    color: #A1A1A1;
    margin-top: 5px;
    height: 44px;
}

.boxtoplist .swiper-slide .text .time {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.boxtoplist .swiper-slide .text .time .clock {
    width: 13px;
    height: 13px;
    position: relative;
}

.boxtoplist .swiper-slide .text .time .clock img {
    width: 100%;
    position: absolute;
}

.boxtoplist .swiper-slide .text .time .date {
    line-height: 30px;
    color: #B9B9B9;
    margin-left: 5px;
}

.boxtoplist .swiper-btn {
    /* width: 50%;
    border: 1px solid red;
    position: absolute;
    right: 0;
    bottom: 0; */
}

.boxtoplist .swiper-pagination {
    position: absolute;
    bottom: 20px;
    right: 10px;
}

.boxtoplist .swiper-pagination-bullet {
    margin: 0 5px;
    width: 13px;
    height: 13px;
    background: #D8D8D8;
}

.boxtoplist .swiper-pagination-bullet-active {
    background: #FFAF0F;
}

/* 教学教研-家庭共育 */
.jxjy-jxgy {
    background: url(../img/jxjy-jxgy-bg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 80px;
}

.jxjy-jxgy .container {
    display: flex;
    justify-content: space-between;
}

.jxjy {
    width: calc(50% - 20px);
}

.jxgy {
    width: calc(50% - 20px);
}

.jxjy .boxcontent {
    padding: 30px 30px 20px 30px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.55) 100%);
    backdrop-filter: blur(60px);
    box-sizing: border-box;
}

.jxjy .boxlist {
    margin-top: 20px;
}

.jxjy .boxlist .box {
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
    height: 71px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 15px;
    border: 1px solid rgba(1, 69, 145, 0.1);
    position: relative;
}

.jxjy .boxlist .box:hover {
    border: unset;
    /* border-bottom: 1px solid #014591; */
}

.jxjy .boxlist .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #0054B0;
    transition: width .5s ease-in-out;
}

.jxjy .boxlist .box:hover::before {
    width: 100%;
}

.jxjy .boxlist .box a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.jxjy .boxlist .box .title {
    font-size: 18px;
    color: #333333;
    position: relative;
    padding-left: 20px;
    height: 22px;
    width: calc(100% - 125px);
}

.jxjy .boxlist .box:hover .title {
    color: #014591;
}

.jxjy .boxlist .box .title::before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 0.7px solid #FFAF0F;
    border-radius: 50%;
}

.jxjy .boxlist .box:hover .title::before {
    border: 0.7px solid #014591;
}

.jxjy .boxlist .box .time {
    display: flex;
    align-items: center;
}

.jxjy .boxlist .box .time .clock {
    width: 13px;
    height: 13px;
    position: relative;
}

.jxjy .boxlist .box:hover .time .clock {
    background: url(../img/clock-blue.png) no-repeat center;
    background-size: cover;
}

.jxjy .boxlist .box .time .clock img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.jxjy .boxlist .box:hover .time .clock img {
    display: none;
}

.jxjy .boxlist .box .time .date {
    color: #B9B9B9;
    margin-left: 5px;
    white-space: nowrap;
}

.jxjy .boxlist .box:hover .time .date {
    color: #014591;
}

/* 家校共育 */
.jxgy .boxlist {
    padding: 35px 30px 20px 30px;
    background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0.55) 100%);
    backdrop-filter: blur(60px);
}

.jxgy .boxlist .box {
    padding: 15px 20px;
    border: 0.5px solid #D4D4D4;
    margin-bottom: 20px;
    position: relative;
}

.jxgy .boxlist .box:hover {
    border: 0.5px solid #014591;
}

.jxgy .boxlist .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jxgy .boxlist .box .time {
    width: 64px;
    height: 60px;
}

.jxgy .boxlist .box .time .day {
    font-size: 28px;
    line-height: 28px;
    color: #244584;
    text-align: center;
}

.jxgy .boxlist .box .time .year {
    font-size: 16px;
    line-height: 28px;
    color: #A7A7A7;
    text-align: center;
}

.jxgy .boxlist .box:hover .time .year {
    color: #014591;
}

.jxgy .boxlist .box .text {
    width: calc(100% - 64px - 40px);
}

.jxgy .boxlist .box .text .title {
    font-size: 18px;
    line-height: 28px;
    color: #2C2C2C;
}

.jxgy .boxlist .box:hover .text .title {
    color: #014591;
}

.jxgy .boxlist .box .text .disc {
    line-height: 25px;
    color: #999999;
    height: 50px;
}

.jxgy .boxlist .box .drivder {
    width: 0;
    height: 72px;
    border-left: 1px solid #E5E5E5;
}

.jxgy .boxlist .box .square {
    width: 18px;
    height: 18px;
    border: 3px solid #C5C5C5;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    left: -3px;
    top: -3px;
}

.jxgy .boxlist .box:hover .square {
    border: 3px solid #014591;
    border-right: 0;
    border-bottom: 0;
}

.jxgy .boxlist .box .square2 {
    width: 18px;
    height: 18px;
    border: 3px solid #C5C5C5;
    border-top: 0;
    border-left: 0;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.jxgy .boxlist .box:hover .square2 {
    border: 3px solid #014591;
    border-top: 0;
    border-left: 0;
}

/* 师资队伍 */
.szdw {
    background: url(../img/szdw-bg.png) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 60px !important;
}

/* .szdw .swiper-wrapper {
    left: 42%;
} */

.content2 {
    padding: 55px 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 40px;
}

.content2 p {
    margin-bottom: 10px;
}


/* 页脚 */
.foot {
    background: url(../img/footer-logo.png) no-repeat center;
    background-size: 100% 100%;
    padding-top: 25px;
}

.foot .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.foot .left .logo {
    margin-top: 30px;
    display: flex;
}

.foot .left .logo .img .footlogo-phone {
    display: none;
}

.foot .left .logo .img img {
    width: 340px;
    height: 66px;
    margin-right: 35px;
}

.foot .left .footinfo {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin-top: 50px;
}

.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: rgba(255, 255, 255, 0.7);
    /* 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 {
    width: 108px;
    height: auto;
    background: #FFFFFF;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
}

.foot .right .erweima .box:first-of-type {
    margin-right: 10px;
}

.foot .right .erweima .img {
    width: 108px;
    height: 108px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot .right .erweima .img img {
    width: 90px;
    height: 90px;
}

.foot .right .erweima .text {
    width: 90px;
    height: 23px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    background: #014591;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

footer .banq {
    width: 100%;
    text-align: center;
    height: 55px;
    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: 42px;
}

.banq p a {
    color: rgba(255, 255, 255, 0.6);
}

.foot .left .yq {
    margin-left: 45px;
}

.yq .box {
    width: 260px;
    height: 45px;
    position: relative;
    z-index: 99;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.7);
}

.yq .box:hover {
    background: #FFFFFF;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px -2px 20px 0px rgba(0, 0, 0, 0.15);
}

.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 li a .arrow {
    width: 6px;
    height: 13px;
    position: relative;
    display: none;
    margin-right: 10px;
}

.yq .box li:hover a .arrow {
    display: block;
}

.yq .box li a .arrow img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.yq .box h3 .disc {
    line-height: 45px;
    font-size: 16px;
    /* color: #fff; */
    opacity: 0.8;
    color: rgba(255, 255, 255, 0.8);
}

.yq .box:hover h3 .disc {
    color: #014591;
}

.yq .box h3 .himg {
    width: 16px;
    height: 7px;
    position: relative;
}

.yq .box h3 .himg {
    background: url(../img/yq-arrow-box-hover.png) no-repeat center;
    background-size: cover;
}

.yq .box h3 .himg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.yq .box:hover h3 .himg img {
    display: none;
}

/* .yq .box h3::before {
    content: '';
    width: 15px;
    height: 9px;
    position: absolute;
    right: 20px;
    top: 22px;
} */

.yq .box ul {
    display: none;
    height: auto;
    /* overflow-y: scroll; */
    max-height: 200px;
    position: absolute;
    bottom: 100%;
    left: -1px;
    width: 101%;
}

.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 solid rgba(216, 216, 216, 0.3);
    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: space-between;
}


.yq .box ul a {
    color: #1E1E1E;
    font-size: 15px;
}

.yq .box ul li:hover a {
    color: #014591;
    /* font-weight: bold; */
}

/* 内页大图 */
.nydt {
    width: 100%;
    position: relative;
}

.nydt .nyyy {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.nydt img {
    width: 100%;
    display: inline-block;
}

.nydt .crumb {
    position: absolute;
    right: 0;
    bottom: 25px;
}

.nydt .crumb .path {
    height: 100%;
    box-sizing: border-box;
    display: flex;
}

.nydt .crumb .path span:last-of-type {
    display: none;
}

.nydt .curcrumb .container {

    position: relative;
}

.curcrumb .position {
    width: 100%;
    display: flex;
    /* justify-content: space-between; */
    position: absolute;
    bottom: 0;
}

.curcrumb .position .drivder {
    width: 78.5%;
    height: 0;
    border-top: 0.8px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    bottom: 60px;
}

.curcrumb .current {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
    position: relative;
    width: auto;
    min-width: 260px;
    height: 115px;
    background: rgba(1, 69, 145, 0.5);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px 15px 0px 0px;
}


.curcrumb .crumb .path a,
.curcrumb .crumb .path span {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.5);
}

.curcrumb .crumb .path span {
    margin: 0 5px;
}

.curr {
    width: 100%;
    height: 60px;
    background: #FFFFFF;
    padding: 40px 0;
}

.curr .container {
    /* display: flex; */
    height: 100%;
}

.curr .currlist {
    width: 100%;
    height: 100%;
    display: flex;
}

.curr .text.on {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 100%;
    background: #014591;
    font-size: 18px;
    color: #FFFFFF;
    margin-right: 10px;
}

.curr .text {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 150px;
    height: 100%;
    background: #F1F1F1;
    font-size: 18px;
    text-align: right;
    color: #2C2C2C;
    margin-right: 10px;
}

.curr .text:hover {
    background: #014591;
    color: #FFFFFF;
}

.listbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.listbox .box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 0.5px solid #D4D4D4;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
}

.listbox .box:hover {
    border: 0.5px solid #014591;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.listbox .box a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listbox .box .time {
    box-sizing: border-box;
    text-align: center;
    width: 72px;
    height: 66px;
}

.listbox .box .time .day {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    line-height: 28px;
    color: #014591;
    height: 35px;
}

.listbox .box .time .year {
    font-size: 16px;
    line-height: 28px;
    color: #A7A7A7;
}

.listbox .box:hover .time .year {
    color: #014591;
}

.listbox .box .text {
    width: calc(100% - 72px - 15px);
}

.listbox .box .text .title {
    font-size: 18px;
    line-height: 28px;
    color: #2C2C2C;

}

.listbox .box:hover .text .title {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #0054B0;
}

.listbox .box .text .disc {
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    height: 50px;
}

.listbox .box .drivder {
    width: 0;
    height: 72px;
    border-left: 1px solid #E5E5E5;
    margin: 0 20px 0 15px;
}

.listbox .box .square {
    position: absolute;
    left: -3px;
    top: -3px;
    border: 3px solid #C5C5C5;
    width: 17px;
    height: 17px;
    border-right: 0;
    border-bottom: 0;
}

.listbox .box:hover .square {
    border: 3px solid #014591;
    border-right: 0;
    border-bottom: 0;
}

.listbox .box .square2 {
    position: absolute;
    right: -3px;
    bottom: -3px;
    border: 3px solid #C5C5C5;
    width: 17px;
    height: 17px;
    border-top: 0;
    border-left: 0;
}

.listbox .box:hover .square2 {
    border: 3px solid #014591;
    border-top: 0;
    border-left: 0;
}

.content {
    position: relative;
    min-height: 300px;
}

.content .left-yinxing {
    position: absolute;
    left: 50px;
    top: 10%;
    width: 140px;
    height: 230px;
}

.content .right-yinxing {
    position: absolute;
    right: 50px;
    bottom: 10%;
    width: 140px;
    height: 230px;
}

.content .left-yinxing img,
.content .right-yinxing img {
    width: 100%;
}

.page-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0;
}

.picconbox .box {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 30px;
    position: relative;
}

.picconbox .box:hover {
    /* border-bottom: 1px solid #014591; */
}

.picconbox .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #014591;
    transition: width .5s ease-in-out;
}

.picconbox .box:hover::before {
    width: 100%;
}


.picconbox .box a {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.picconbox .box .img {
    width: 400px;
    height: 215px;
    overflow: hidden;
}

.picconbox .box .img img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease-in-out;
}

.picconbox .box:hover .img img {
    transform: scale(1.1);
}

.picconbox .box .text {
    width: calc(100% - 400px - 115px - 30px);
    box-sizing: border-box;
    margin-left: 30px;
    position: relative;
}

.picconbox .box .text .xiaohui {
    display: none;
}

.picconbox .box:hover .text .xiaohui {
    width: 121px;
    height: 127px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.picconbox .box:hover .text .xiaohui img {
    width: 100%;
    height: 100%;
}

.picconbox .box .text .title {
    font-size: 18px;
    font-weight: bold;
    color: #353535;
}

.picconbox .box:hover .text .title {
    color: #0054B0;
    font-weight: bold;
}

.picconbox .box .text .disc {
    font-size: 14px;
    font-weight: normal;
    line-height: 25px;
    color: #A4A4A4;
    height: 50px;
    margin-top: 10px;
}

.picconbox .box .text .time {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.picconbox .box .text .time .timeimg {
    width: 12px;
    height: 12px;
    position: relative;
}

.picconbox .box:hover .text .time .timeimg {
    background: url(../img/clock-blue.svg) no-repeat center;
    background-size: cover;
}

.picconbox .box .text .time img {
    width: 100%;
    position: absolute;
}

.picconbox .box:hover .text .time img {
    display: none;
}

.picconbox .box .text .time .date {
    line-height: 30px;
    color: #BEBEBE;
    margin-left: 7px;
}

.picconbox .box:hover .text .time .date {
    color: #0054B0;
}

.picconbox .box .drivder {
    width: 0;
    height: 150px;
    border-left: 1px solid rgba(192, 192, 192, 0.2);
    margin: 0 25px;
}

.picconbox .box .cycle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    margin: 0 20px 0 0;
}

.picconbox .box:hover .cycle {
    background: #FFAF0F;
    box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.picconbox .box .cycle .arrow {
    width: 17px;
    height: 12px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.picconbox .box .cycle .arrow {
    background: url(../img/piccontent-arrow-white.png) no-repeat center;
    background-size: cover;
}

.picconbox .box .cycle .arrow img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.picconbox .box:hover .cycle .arrow img {
    display: none;
}

.picturebox {
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    box-sizing: border-box;
}

.picturebox .box {
    width: calc((100% - 80px - 5px) / 3);
    margin-right: 40px;
    margin-bottom: 40px;
}

.picturebox .box:nth-child(3n) {
    margin-right: 0;
}

.picturebox .box .img {
    width: 435px;
    height: 245px;
    position: relative;
    /* overflow: hidden; */
}

.picturebox .box .img::before {
    content: '';
    width: 435px;
    height: 164px;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -15px;
    left: -15px;
    z-index: -1;
}

.picturebox .box:hover .img::before {
    background: #014591;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -15px;
    left: -15px;
    z-index: -1;
}

.picturebox .box .img img {
    width: 100%;
    height: 100%;
    /* transition: transform .5s ease-in-out; */
}

/* .picturebox .box:hover .img img {
    transform: scale(1.1);
} */

.picturebox .box .text {
    font-size: 18px;
    color: #353535;
    margin-top: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    height: 55px;
    display: flex;
    align-items: center;
}

.picturebox .box:hover .text {
    color: #014591;
    font-weight: bold;
    border-bottom: 1px solid #014591;
}

/* detail */
.detail {
    padding: 55px 160px;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 80px;
}

.detail .right1 {
    display: flex;

}

.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 .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;
}

.detail .title {
    font-size: 32px;
    font-weight: bold;
    color: #2C2C2C;
    text-align: center;
}

.detail .futitle {
    font-size: 25px;
    font-weight: bold;
    color: #2C2C2C;
    text-align: center;
    margin-top: 15px;
}

.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;
    margin-bottom: 12px;
}

.detail-page {
    display: flex;
}

.detail .drivder {
    margin: 5px 0 30px 0;
}

.detail-page .box {
    padding: 0 20px 0 0;
    /* border-bottom: 1px solid #D8D8D8; */
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.detail-page .box:hover {
    /* border-bottom: 1px solid #0B4C95; */
}

.detail-page .box a {
    font-size: 16px;
    line-height: 30px;
    color: #3D3D3D;
}

.detail-page .box:hover a {
    font-weight: bold;
    color: #0B4C95;
}

.detail .content .drivder {
    width: 100%;
    height: 0;
    border-top: 1px solid #D8D8D8;
    margin: 45px 0 20px 0;
}

/* 领导成员 */
.leaderbox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.leaderbox .box {
    width: calc((100% - 40px) / 2);
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.06);
    padding: 40px 30px;
    position: relative;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.leaderbox .box::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #0054B0;
    transition: width .5s ease-in-out;
}

.leaderbox .box .square {
    width: 18px;
    height: 18px;
    border: 3px solid #C5C5C5;
    border-right: 0;
    border-bottom: 0;
    position: absolute;
    left: -3px;
    top: -3px;
    display: none;
}

.leaderbox .box:hover .square {
    border: 3px solid #014591;
    border-right: 0;
    border-bottom: 0;
    display: block;
}

.leaderbox .box .square2 {
    width: 18px;
    height: 18px;
    border: 3px solid #C5C5C5;
    border-bottom: 0;
    border-left: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    display: none;
}

.leaderbox .box:hover .square2 {
    border: 3px solid #014591;
    border-bottom: 0;
    border-left: 0;
    display: block;
}

.leaderbox .box:hover::before {
    width: 100%;
}

.leaderbox .box a {
    display: flex;
}

.leaderbox .box .text {
    width: calc(100% - 82px);
}

.leaderbox .box .cardinfo {
    display: flex;
    align-items: center;
}

.leaderbox .box .cardinfo .name {
    font-size: 28px;
    font-weight: bold;
    text-align: right;
    color: #2C2C2C;
}

.leaderbox .box:hover .cardinfo .name {
    color: #014591;
}

.leaderbox .box .cardinfo .job {
    font-size: 16px;
    color: #014591;
    margin-left: 10px;
}

.leaderbox .box .disc {
    font-size: 16px;
    line-height: 25px;
    color: #9E9E9E;
    margin-top: 10px;
}

.leaderbox .box .xiaohui {
    width: 82px;
    height: 82px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.leaderbox .box:hover .xiaohui {
    background: url(../img/xiaohui-deep.png) center no-repeat;
    background-size: cover;
}

.leaderbox .box .xiaohui img {
    width: 100%;
    height: 100%;
}

.leaderbox .box:hover .xiaohui img {
    display: none;
}

/* 师资队伍 */
.teabox {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.teabox .box {
    width: 205px;
    height: auto;
    position: relative;
    margin-bottom: 60px;
    margin-right: 33px;
}

.teabox .box:nth-child(6n) {
    margin-right: 0;
}

.teabox .box .img {
    width: 205px;
    height: 268px;
    overflow: hidden;
}

.teabox .box .img img {
    width: 100%;
    height: 100%;
    transition: transform .5s ease-in-out;
}

.teabox .box:hover .img img {
    transform: scale(1.1);
}

.teabox .box .name {
    width: 130px;
    height: 45px;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    color: #2C2C2C;
    background: #F1F1F1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.teabox .box:hover .name {
    background: #014591;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    color: #FFFFFF;
}

.threenav .container {
    /* display: flex;
    flex-wrap: wrap; */
}

.threenav .container .three {
    display: flex;
    flex-wrap: wrap;
}

.threenav a {
    width: 145px;
    height: 60px;
    border: 1px solid #F1F1F1;
    border-radius: 10000px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #2C2C2C;
    margin-right: 10px;
    margin-bottom: 20px;
}

.threenav a.on {
    background: #014591;
    color: #FFFFFF;
    font-weight: bold;
}

.threenav a:hover {
    background: #014591;
    color: #FFFFFF;
    font-weight: bold;
}

/* 搜索结果页 */
#newskeycode249814 {
    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;
}

.listFrame {
    margin-bottom: 80px;
}

.listFrame.sousuotable {
    margin-bottom: 20px;
    margin-top: 50px;
}