.headtop {
    width: 100%;
    height: 40px;
    background: linear-gradient(270deg, #088DB9 0%, #0868B9 100%);
    display: flex;
}

.headtop .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.headtop .welcome {
    font-size: 14px;
    color: #FFFFFF;
}

.toplink {
    display: flex;
    align-items: center;
}

.toplink ul {
    display: flex;
}

.toplink li a {
    font-size: 14px;
    color: #FFFFFF;
}

.toplink span {
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 15px;
}

.toplink .search {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #FFFFFF;
    position: relative;
    margin-left: 20px;
}

.toplink .search img {
    width: 10px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 手机端导航 */
.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;
}

/* pc端导航 */
.logo-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    position: relative;
    z-index: 99;
}

.logo img {
    height: 87px;
}

header {
    transition: all 0.5s ease-in-out;
    width: 100%;
    position: fixed;
    z-index: 99;
}

header .logo .logo-blue {
    display: none;
}

/* 页面下滑反白 */
.header_active {
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 5px rgba(0, 0, 0, 0.1);
    top: 0;
    transition: all 0.5s ease-in-out;
    z-index: 999;
}

.header_active .zhezhao {
    display: none;
}

.header_active .logo-navigation {
    padding: 20px 0;
}

.header_active .logo .logo-white {
    display: none;
}

.header_active .logo .logo-blue {
    display: block;
}

.header_active .navigation ul li h3 a {
    color: #0A4387;
}

.header_active .navigation ul .nli.on h3 a {
    color: #0A4387;
    font-weight: bold;
    border-bottom: 2px solid #0A4387;
}

.header_active .navigation ul li:hover h3 a {
    border-bottom: 2px solid #0A4387;
}

header .zhezhao {
    width: 100%;
    height: 320px;
    background: url(../img/header-zhezhao.png) no-repeat center;
    background-size: cover;
    position: absolute;
    z-index: -1;
}

.navigation {
    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-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    height: 38px;
}

.navigation ul li:hover h3 a {
    border-bottom: 2px solid #FFFFFF;
}

header .head_box:hover .navigation ul li h3 a {
    color: #181818;
}

.navigation ul .nli.on h3 a {
    border-bottom: 2px solid #FFFFFF;
    color: #FFFFFF;
    font-weight: 700;
    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;
}

.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: 15px;
}

.navigation ul .sub li:hover a {
    color: #014591;
    font-weight: 700;
}

.banlist {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.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: 24px;
    height: 46px;
    position: absolute;
    z-index: 9;
    margin: 0;
    cursor: pointer;
}

.banlist .swiper-left {
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.banlist .swiper-right {
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
}

.banlist .swiper-left .img,
.banlist .swiper-right .img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banlist .swiper-left:hover .img {
    background: url(../img/banner-right-arrow-hover.png) no-repeat center;
    background-size: cover;
}

.banlist .swiper-right:hover .img {
    background: url(../img/banner-left-arrow-hover.png) no-repeat center;
    background-size: cover;
}

.banlist .swiper-left .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.banlist .swiper-right .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.banlist .swiper-right:hover .img img {
    display: none;
}

.banlist .swiper-left:hover .img img {
    display: none;
}

.banlist .swiper-btn {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.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: 10px;
    height: 10px;
    background: #0868B9;
    background-size: cover;
}

/* 最新捐赠 */
.banlist-donate {
    position: relative;
}

.new_donate {
    width: 100%;
    height: 184px;
    margin-top: 35px;
    /* position: absolute;
    bottom: 20px; */
    /* z-index: 9; */
}

.new_donate .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new_donate .zxjz {
    width: 250px;
    height: 230px;
}

.new_donate .zxjz img {
    width: 100%;
    height: 100%;
}

.new_donate .zxjzcontext {
    background: url(../img/zxjzcontext-bg.png) no-repeat center;
    background-size: 100% 100%;
    width: calc(100% - 235px);
    height: 230px;
    /* position: absolute;
    right: 0; */
}

.zxjzcontext {
    display: flex;
    justify-content: space-between;
    padding: 25px 50px;
    box-sizing: border-box;
}

.zxjzcontext .boxlist1 {
    width: calc(100% - 70px - 20px);
    margin-top: 5px;
}

.zxjzcontext .boxlist1 .swiper-container {
    height: 140px;
}

.zxjzcontext .boxlist1 .swiper-slide {
    width: 100% !important;
    justify-content: space-between;
}

.zxjzcontext .boxlist1 .swiper-slide .box {
    width: 100%;
    margin: 10px 0;
}

.zxjzcontext .box .title {
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
    line-height: 30px;
    padding-left: 20px;
    position: relative;
}

.zxjzcontext .box .title::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #0053AD;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.zxjzcontext .box .time {
    display: flex;
    align-items: center;
}

.zxjzcontext .box .time .img {
    width: 14px;
    height: 14px;
    position: relative;
}

.zxjzcontext .box .time .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.zxjzcontext .boxlist1 .box .dashed {
    border-top: 0.5px dashed rgba(37, 98, 162, 0.6);
    margin: 0 10px !important;
    flex: 1;
    margin: 0 30px;
}

.zxjzcontext .box .time .date {
    font-size: 14px;
    line-height: 30px;
    color: #3D3D3D;
    margin-left: 5px;
}

.zxjzcontext .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zxjzcontext .showmore {
    width: 70px;
    height: 70px;
    margin-top: 35px;
}
.zxjzcontext .showmore:hover{
    background: url(../img/zxjzmore-hover.png) no-repeat center;
    background-size: cover;
}
.zxjzcontext .showmore img {
    width: 100%;
    height: 100%;
}
.zxjzcontext .showmore:hover img{
    display: none;
}

/* 校友动态 */
.xydt {
    padding: 95px 0 105px 0;
    background: url(../img/xydt-bg.png) no-repeat center;
    background-size: cover;
}

.xydt .context {
    display: flex;
    justify-content: space-between;
    margin-top: 35px;
}

.xydt .context .rightlist .xydtrightbg {
    width: 108px;
    height: 90%;
    background: url(../img/xydt-right-bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 0;
}

.theme {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.theme .img {
    width: 160px;
    height: 75px;
}

.theme .img img {
    width: 100%;
    height: 100%;
}

.theme .showmore a {
    display: flex;
    align-items: center;
}

.theme .showmore span {
    font-size: 14px;
    line-height: 42px;
    color: #0669D1;
}
.theme .showmore:hover span{
    font-weight: bold;
}

.theme .showmore img {
    width: 24px;
    height: 14px;
    margin-left: 5px;
}

.xydtlist {
    width: 50%;
}

.xydtlist .swiper-slide {
    opacity: 0;
}

.xydtlist .swiper-slide-active {
    opacity: 1;

}

.xydtlist .swiper-slide img {
    width: 100%;
    height: 100%;
}

.xydtlist .zhezhao {
    width: 100%;
    height: 186px;
    background: linear-gradient(180deg, rgba(0, 83, 173, 0) 0%, #0053AD 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.xydtlist .swiper-slide a {
    width: 100%;
}

.xydtlist .swiper-slide .text .bit-drivder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 15px 0;
}

.xydtlist .swiper-slide .text .cycle {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgba(230, 41, 3, 0.5);
}

.xydtlist .swiper-slide .text .drivder {
    width: calc(100% - 15px);
    height: 1px;
    border-top: 1px dashed rgba(230, 41, 3, 0.5);
}


.xydtlist .swiper-slide .img {
    width: 100%;
    height: 410px;
    overflow: hidden;
}

.xydtlist .swiper-slide .img img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.xydtlist .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.xydtlist .swiper-slide .time .timeimg {
    width: 13px;
    height: 13px;
    position: relative;
}

.xydtlist .swiper-slide .time .timeimg img {
    width: 13px;
    height: 13px;
    position: absolute;
}

.xydtlist .swiper-slide .time {
    display: flex;
    align-items: center;
}

.xydtlist .swiper-slide .time .date {
    font-size: 14px;
    color: #999999;
    margin-left: 10px;
}

.xydtlist .swiper-slide {
    opacity: 0 !important;
}

.xydtlist .swiper-slide-active {
    opacity: 1 !important;
}

.xydtlist .swiper-slide .text {
    padding: 15px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.titledisc .title {
    font-size: 18px;
    font-weight: bold;
    /* margin: 15px 0; */
    height: 25px;
    line-height: 25px;
    color: #333333;
    width: calc(100%);
}

.titledisc .disc {
    font-size: 14px;
    line-height: 30px;
    height: 60px;
    color: #FFFFFF;
    padding-right: 30px;
    margin-top: 5px;
}

.xydtlist .swiper-btn {
    position: absolute;
    right: 0;
    bottom: 92px;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.xydtlist .swiper-pagination {
    width: auto;
    height: 50px;
    right: 40px;
}

.xydtlist .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border: 1px solid rgba(255, 255, 255, 1) !important;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    margin: 0 5px;
}

.xydtlist .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

.rightlist {
    width: calc(100% - 50% - 20px);
    padding: 30px 30px 25px 30px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
    position: relative;
}

.rightlist .box {
    margin-bottom: 20px;
    position: relative;
    z-index: 9;
}

.rightlist .box:last-of-type {
    margin-bottom: 0;
}

.rightlist .box .time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

.rightlist .box .time .img {
    width: 21px;
    height: 21px;
}

.rightlist .box .time .img img {
    width: 100%;
    height: 100%;
}

.rightlist .box .time span {
    font-size: 14px;
    line-height: 25px;
    color: #999999;
    margin-left: 5px;
}

.rightlist .box:hover .time span {
    font-size: 14px;
    line-height: 25px;
    color: #0053AD;
}

.rightlist .box .title {
    font-size: 16px;
    line-height: 30px;
    color: #333333;
    height: 30px;
}

.rightlist .box:hover .title {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    color: #0053AD;
}

.rightlist .box .showdetail {
    margin-top: 6px;
}

.rightlist .box .showdetail span {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.rightlist .box:hover .showdetail span {
    color: #F99C55;
}

.threeimg {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.threeimg .box {
    width: calc((100% - 80px) / 3);
    height: 240px;
    position: relative;
}

.threeimg .box .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.threeimg .box .img img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.threeimg .box:hover .img img {
    transform: scale(1.1);
}

.threeimg .box .text {
    width: 130px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
}

.threeimg .box:nth-child(3) .text {
    display: none;
}

.threeimg .box .text span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.threeimg .box .text::before {
    content: '';
    position: absolute;
    left: -11px;
    top: 0;
    width: 155px;
    height: 66px;
    background: url(../img/threeimg-bg.png) no-repeat center;
    background-size: cover;
}

.threeimg .box:nth-child(3) .yinying {
    width: 100%;
    height: 62px;
    background: linear-gradient(180deg, rgba(249, 156, 85, 0) 3%, rgba(249, 156, 85, 0.82) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.threeimg .box .disc {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #FFFFFF;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    white-space: nowrap;
}

.threeimg .box:nth-child(3) .disc {
    display: block;
}

/* 通知公告 */
.tzgg {
    background: url(../img/tzgg-bg.png) no-repeat center;
    background-size: cover;
    padding: 100px 0 95px 0;
    box-sizing: border-box;
}

.tzgg .theme .showmore span {
    color: #FFFFFF;
}

.tzgglist {
    margin-top: 100px;
    position: relative;
}

.tzgglist .swiper-container {
    width: 100%;
    height: auto;
    padding: 90px 0 150px 0;
    margin-left: auto;
    margin-right: auto;

}

.tzgglist .swiper-slide-active {
    z-index: 1 !important;
}

.tzgglist .huxing {
    width: 82%;
    height: 180px;
    background: url(../img/huxing.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 9%;
    top: 24.5%;
    z-index: 1;
}


.tzgglist .swiper-slide .cycle1 {
    width: 264px;
    height: 264px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    position: relative;
}

.tzgglist .swiper-slide-active .cycle1 {
    width: 264px;
    height: 264px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    position: relative;
}

.tzgglist .swiper-slide-prev,
.tzgglist .swiper-slide-next {
    margin-top: 20px;
}

.tzgglist .swiper-slide .cycle2 {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tzgglist .swiper-slide-active .cycle2 {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.tzgglist .swiper-slide:hover .cycle2 {
    background: #FFFFFF;
}

.tzgglist .swiper-slide .cycle3 {
    width: 236px;
    height: 236px;
    border-radius: 50%;
    border: 1px dashed #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
}

.tzgglist .swiper-slide:hover .cycle3 {
    border: 1px dashed #115BAA;
}

.tzgglist .swiper-slide .cycle3 .time .day {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    padding-top: 10px;
}

.tzgglist .swiper-slide:hover .cycle3 .time .day {
    font-weight: bold;
    color: #115BAA;
}

.tzgglist .swiper-slide .cycle3 .time .year {
    font-size: 14px;
    line-height: 22.4px;
    color: #FFFFFF;
}

.tzgglist .swiper-slide:hover .cycle3 .time .year {
    color: #115BAA;
}

.tzgglist .swiper-slide .cycle3 .title {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.tzgglist .swiper-slide:hover .cycle3 .title {
    font-weight: bold;
    color: #115BAA;
}

.tzgglist .swiper-slide .cycle3 .bitter {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}

.tzgglist .swiper-slide:hover .cycle3 .bitter {
    background: #F99C55;
}

.tzgglist .swiper-pagination-bullet {
    width: 17px;
    height: 17px;
    background: none;
    border: 1px solid #FFFFFF;
    opacity: 1;
    margin: 0 7px !important;
}

.tzgglist .swiper-pagination-bullet-active {
    background: #FFFFFF;
}

/* 校友风采 */
.xyfc {
    padding: 76px 0;
    background: url(../img/xyfc-bg.png) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.xyfclist {
    padding: 100px 0 20px 0;
}

.xyfclist .swiper-slide {
    transition: transform 0.3s ease;
}

.xyfclist .swiper-slide a {
    width: 100%;
    display: block;
}

.xyfclist .swiper-slide .box {
    width: 100%;
}

.xyfclist .swiper-slide:hover {
    transform: translateY(-30px);
}

.xyfclist .swiper-container {
    padding-top: 30px;
    padding-bottom: 64px;
}

.xyfclist .swiper-slide .box img {
    width: 100%;
    height: 247px;
}

.xyfclist .swiper-slide .box .text {
    width: 100%;
    height: 108px;
    text-align: center;
    padding: 20px 10px;
    box-sizing: border-box;
    background: #FFFFFF;
}

.xyfclist .swiper-slide .box .text .name {
    font-size: 20px;
    color: #3D3D3D;
}

.xyfclist .swiper-slide .box .text .job {
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.xyfclist .swiper-slide:hover .box .text .name {
    font-weight: bold;
    color: #2562A2;
}

.xyfclist .swiper-slide:hover .box .text .job {
    color: #666666;
}

.xyfclist .swiper-slide .showdetail {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #FFFFFF;
    position: relative;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
}

.xyfclist .swiper-slide .showdetail .cycle {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    border: 1px dashed rgba(17, 91, 170, 0.4706);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: relative;
}

.xyfclist .swiper-slide:hover .showdetail .cycle {
    background: #2562A2;
}

.xyfclist .swiper-slide .showdetail .cycle .img {
    width: 19px;
    height: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.xyfclist .swiper-slide .showdetail .cycle .img img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.xyfclist .swiper-slide:hover .showdetail .cycle .img {
    background: url(../img/xyfc-arrow-white.png) no-repeat center;
    background-size: cover;
}

.xyfclist .swiper-slide:hover .showdetail .cycle img {
    display: none;
}

.xyfclist .swiper-pagination {
    position: absolute;
    bottom: -4px !important;
    top: unset !important;
}

.xyfclist .swiper-pagination-bullet {
    width: 30px;
    height: 1px;
    border-radius: 9px;
}

.xyfclist .swiper-pagination-bullet-active {
    height: 7px;
    background: #2562A2;
}

/* 图说兰理工 */
.tsllg-xyfw {
    background: url(../img/tsllg-bg.png) no-repeat center;
    background-size: cover;
    padding: 80px 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
}

.tsllg-xyfw .content1 {
    display: flex;
    justify-content: space-between;
}

.tsllg {
    width: 53.92%;
}

.tsllg .context {
    margin-top: 30px;
}

.tsllg .context .topimg {
    width: 100%;
    height: 405px;
    position: relative;
    overflow: hidden;
}

.tsllg .context .topimg .img {
    width: 100%;
    height: 405px;
    overflow: hidden;
}

.tsllg .context .topimg img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: transform 0.5s ease-in-out;
}

.tsllg .context .topimg:hover img {
    transform: scale(1.1);
}

.tsllg .context .text {
    width: 100%;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    padding: 0 20px;
    box-sizing: border-box;
}

.tsllg .context .topimg .yinying {
    width: 100%;
    height: 110px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.tsllg .context .bottomimg {
    position: relative;
    margin-top: 30px;
}

.tsllg .context .bottomimg .imgleft {
    width: 61.59%;
    position: relative;
}

.tsllg .context .bottomimg .imgleft .img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.tsllg .context .bottomimg .imgleft img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.tsllg .context .bottomimg .imgleft:hover img {
    transform: scale(1.1);
}

.tsllg .context .bottomimg .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #FFFFFF;
    padding: 0 20px;
    box-sizing: border-box;
}

.tsllg .context .bottomimg .yinying {
    width: 100%;
    height: 75px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

.tsllg .context .bottomimg .imgright {
    width: 43.7%;
    position: relative;
    right: -70px;
    top: -250px;
    float: right;
}

.tsllg .context .bottomimg .imgright .img {
    width: 100%;
    height: 175px;
    overflow: hidden;
}

.tsllg .context .bottomimg .imgright .img img {
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
}

.tsllg .context .bottomimg .imgright:hover .img img {
    transform: scale(1.1);
}

.tsllg .context .bottomimg .imgright .text {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.tsllg .context .bottomimg .imgright .yinying {
    width: 100%;
    height: 68px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
}

/* 校友服务 */
.xyfw {
    width: calc(100% - 53.92% - 110px);
}

.xyfw .context {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.xyfw .context .leftbox .box {
    width: 240px;
    height: 287px;
    position: relative;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.xyfw .context .leftbox .box:hover {
    transform: translateY(-20px);
}

.xyfw .context .leftbox .box:last-of-type {
    margin-top: 50px;
}

.xyfw .context .leftbox .box img {
    width: 100%;
    height: 100%;
}

.xyfw .context .leftbox .box span {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.xyfw .context .rightbox {
    margin-top: 100px;
}

.xyfw .context .rightbox .box {
    width: 240px;
    height: 287px;
    position: relative;
    display: block;
    transition: transform 0.3s ease-in-out;
}

.xyfw .context .rightbox .box:hover {
    transform: translateY(-20px);
}

.xyfw .context .rightbox .box:last-of-type {
    margin-top: 50px;
}

.xyfw .context .rightbox .box img {
    width: 100%;
    height: 100%;
}

.xyfw .context .rightbox .box span {
    font-size: 22px;
    line-height: 30px;
    color: #333333;
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translateX(-50%);
    white-space: nowrap;
}

/* 页脚 */
footer {
    background: linear-gradient(179deg, #1D9AD4 12%, #09357F 97%);
    width: 100%;
    height: 300px;
    border-radius: 80px 80px 0px 0px;
    box-shadow: 0px -8px 20px 0px rgba(16, 115, 58, 0.1);
}

footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .logo {
    padding-top: 20px;
    height: 87px;
}

footer .footinfo {
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
}

footer .footinfo .info {
    display: flex;
    align-items: center;
    margin-right: 140px;
}

footer .footinfo .info:last-of-type {
    margin-right: 0;
}

footer .footinfo .info .text {
    margin-left: 10px;
}

.footinfo .square {
    width: 37px;
    height: 37px;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    border-radius: 3px;
    position: relative;
}

.footinfo .square img {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.footinfo .info:first-child .square img {
    width: 14px;
    height: 21px;
}

.footinfo .info .text .prod,
.footinfo .info .text .prodetail {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

/* 微信分享 */
.fenxiang {
    display: flex;
    align-items: center;
    color: #9C9C9C;
    margin-left: 30px;
}

.share {
    zoom: 1;
}

.share:after {
    content: "";
    display: block;
    clear: both;
}

.share a {
    float: left;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    /* margin-left: 13px; */
    cursor: pointer;
    display: block;
}

.share a i {
    display: block;
    width: 43px;
    height: 43px;
    -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: 100%;
}

.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: -35px;
    border: 1px solid #ccc;
    padding: 5px;
    background: #fff;
    display: none;
    width: 100px;
    left: -300%;
    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;
}

.right .cycle {
    width: 43px;
    height: 43px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.27);
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3);
    position: relative;
}

.right a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.right .cycle {
    margin-left: 20px;
}

.right .cycle .wechatimg {
    width: 20px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.right .img {
    width: 100px;
    height: 100px;
}

.right .img.on {
    display: flex;
}

.right .img.on img {
    margin-left: 10px;
}

.right .img img {
    width: 100%;
    height: 100%;
}

.right .erweima {
    display: none;
}

.right .erweima.on {
    display: flex;
}

.right .erweima .box {
    width: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.right .erweima .box:first-of-type {
    margin-right: 10px;
}

.right .erweima .text {
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 5px;
}

.right .cycle .wechatimg img {
    width: 100%;
    height: 100%;
    position: absolute;
}

footer .container .drivder {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.29);
    position: absolute;
    bottom: 50px;
}

footer .copyright {
    border-top: 1px solid rgba(255, 255, 255, 0.29);
    margin-top: 40px;
}

.banq {
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banq a {
    color: rgba(255, 255, 255, 0.6);
}

footer .copyright span {
    font-size: 16px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
}

/* list页面 */
.nydt {
    position: relative;
}

.nydt .img {
    width: 100%;
}

.nydt .img img {
    width: 100%;
}

.curr .container {
    position: relative;
}

.currpos {
    position: absolute;
    bottom: 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.curr .current {
    padding-left: 20px;
    position: relative;
}

.curr .current::before {
    content: '';
    width: 4px;
    height: 53px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 10px;
}

.curr .current .currname {
    font-size: 36px;
    font-weight: bold;
    color: #FFFFFF;
}

.curr .current .english {
    font-size: 18px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.position {
    width: auto;
    height: auto;
    margin-top: 60px;
}

.position a,
.position span {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
}

.position span {
    margin: 0 3px;
}

.position span:last-of-type {
    display: none;
}

.content {
    position: relative;
}

.content .fjqs {
    width: 143px;
    height: 370px;
    position: absolute;
    left: 3%;
    top: 50px;
    z-index: 9;
}

.content .fjqs img {
    width: 100%;
    height: 100%;
}

.content .yinxing {
    width: 166px;
    height: 273px;
    position: absolute;
    right: 2%;
    top: 296px;
}

.content .yinxing img {
    width: 100%;
    height: 100%;
}

.content .content-bg {
    width: 100%;
    height: 850px;
    background: url(../img/content-bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.twonav ul {
    display: flex;
    padding: 25px 0 12px 0;
    border-bottom: 1px solid #D8D8D8;
}

.twonav ul li {
    margin-right: 60px;
}

.twonav ul li:last-of-type {
    margin-right: 0;
}

.twonav ul li a {
    font-size: 18px;
    color: #232323;
    white-space: nowrap;
}

.twonav ul li a.on,
.twonav ul li:hover a {
    font-weight: bold;
    color: #0053AD;
    padding-bottom: 11px;
    border-bottom: 3px solid #006EE4;
}

.boxlist {
    margin-top: 35px;
    min-height: 470px;
}

.boxlist .box {
    width: 99%;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 83, 173, 0.19);
    padding: 32px 30px 28px;
    box-sizing: border-box;
    margin-bottom: 35px;
    position: relative;
}

.boxlist .box::after {
    content: '';
    width: 95%;
    height: 100%;
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: -1;
    background: linear-gradient(270deg, rgba(161, 161, 161, 0.19) 0%, rgba(176, 176, 176, 0) 100%);
}

.boxlist .box:hover::after {
    background: linear-gradient(270deg, rgba(0, 83, 173, 0.16) 0%, rgba(0, 83, 173, 0) 100%);
}

.boxlist .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boxlist .box .time {
    width: 108px;
    height: 68px;
    background: url(../img/time-ny.png) no-repeat center;
    background-size: cover;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}

.boxlist .box:hover .time {
    background: url(../img/time-ny-hover.png) no-repeat center;
    background-size: cover;
}

.boxlist .box .time .day {
    font-size: 24px;
    font-weight: bold;
    color: #00509F;
}

.boxlist .box:hover .time .day {
    color: #FFFFFF;
}

.boxlist .box .time .year {
    color: #00509F;
}

.boxlist .box:hover .time .year {
    color: #FFFFFF;
}

.boxlist .box .text {
    width: calc(100% - 108px - 40px);
}

.boxlist .box .text .title {
    font-size: 18px;
    line-height: 35px;
    color: #555555;
}

.boxlist .box:hover .text .title {
    color: #00509F;
    font-weight: bold;
}

.boxlist .box .text .disc {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    letter-spacing: -0.04em;
    color: #999999;
    margin-top: 5px;
}

.boxlist .box:hover .text .disc {
    color: #666666;
}

.boxlist .box .readmore {
    margin-top: 18px;
}

.boxlist .box .readmore span {
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    color: rgba(3, 83, 161, 0.8706);
}

.boxlist .box .readmore .img {
    width: 32px;
    height: 6px;
    margin-left: 50px;
}

.boxlist .box .readmore .img img {
    width: 100%;
    height: 100%;
}

.boxlist .box .readmore {
    display: flex;
    justify-content: flex-start;
}

.page-box {
    margin: 50px 0;
    display: flex;
    justify-content: center;
}

/* piccontent页面 */
.picconbox {
    margin-top: 35px;
}

.picconbox .box {
    width: 99%;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 83, 173, 0.19);
    position: relative;
    margin-bottom: 35px;
}

.picconbox .box::after {
    content: '';
    width: 85%;
    height: 100%;
    position: absolute;
    bottom: -15px;
    right: -15px;
    z-index: -1;
    background: linear-gradient(270deg, rgba(161, 161, 161, 0.19) 0%, rgba(176, 176, 176, 0) 100%);
}

.picconbox .box:hover::after {
    background: linear-gradient(270deg, rgba(0, 83, 173, 0.16) 0%, rgba(0, 83, 173, 0) 100%);
}

.picconbox .box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.picconbox .box .img {
    width: 360px;
    height: 200px;
    overflow: hidden;
}

.picconbox .box .img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.picconbox .box:hover .img img {
    transform: scale(1.1);
}

.picconbox .box .text {
    width: calc(100% - 360px);
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.picconbox .box .text .title {
    font-size: 18px;
    line-height: 35px;
    color: #555555;
    height: 35px;
    margin-top: 5px;
}

.picconbox .box:hover .text .title {
    color: #00509F;
    font-weight: bold;
}

.picconbox .box .text .disc {
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    letter-spacing: -0.04em;
    color: #999999;
    margin-top: 6px;
}

.picconbox .box:hover .text .disc {
    color: #666666;
}

.picconbox .box .text .time {
    font-size: 14px;
    line-height: 30px;
    color: rgba(3, 83, 161, 0.8706);
    margin-top: 20px;
}


/* picture页面 */
.picturebox {
    margin-top: 35px;
    min-height: 400px;
}

.picturebox .lefttop {
    width: 65.86%;
}

.picturebox .top {
    display: flex;
    justify-content: space-between;
}

.picturebox .lefttop .box {
    position: relative;
}

.picturebox .lefttop .box .img {
    width: 100%;
    height: 510px;
    overflow: hidden;
}

.picturebox .lefttop .box .img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.picturebox .lefttop .box:hover .img img {
    transform: scale(1.1);
}

.picturebox .lefttop .box .text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 25px;
    padding: 0 30px;
    box-sizing: border-box;
    z-index: 9;
}

.picturebox .lefttop .box .text .time {
    width: 54px;
    height: 56px;
    text-align: center;
}

.picturebox .lefttop .box .text .time .day {
    font-weight: 700;
    font-size: 30px;
    color: #FFFFFF;
    font-family: Times New Roman;
}

.picturebox .lefttop .box .text .context {
    width: calc(100% - 54px - 20px);
}

.picturebox .lefttop .box .text .time .year {
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    font-family: Times New Roman;
}

.picturebox .lefttop .box .text .title {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}

.picturebox .lefttop .box .text .disc {
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    margin-top: 10px;
}

.picturebox .lefttop .box .yinying {
    width: 100%;
    height: 186px;
    background: linear-gradient(180deg, rgba(0, 83, 173, 0) 0%, #0053AD 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.picturebox .righttop {
    width: calc(100% - 65.86% - 43px);
}

.picturebox .righttop .box {
    width: 100%;
    position: relative;
}

.picturebox .righttop .box:nth-child(2) {
    margin-top: 35px;
}

.picturebox .righttop .box .img {
    width: 100%;
    height: 238px;
    overflow: hidden;
}

.picturebox .righttop .box .img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.picturebox .righttop .box:hover .img img {
    transform: scale(1.1);
}

.picturebox .righttop .box .text {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 下面的 */
.picturebox .down {
    width: 100%;
    margin: 50px 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

.picturebox .down .box {
    width: calc((100% - 100px) / 3);
    position: relative;
    margin: 0 50px 50px 0;
}

.picturebox .down .box:nth-child(3n) {
    margin-right: 0;
}

.picturebox .down .box .img {
    width: 100%;
    height: 238px;
    overflow: hidden;
}

.picturebox .down .box .img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.picturebox .down .box:hover .img img {
    transform: scale(1.1);
}

.picturebox .down .box .text {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #FFFFFF;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 9;
    padding: 0 20px;
    box-sizing: border-box;
}

.picturebox .down .box .yinying {
    width: 100%;
    height: 73px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 3%, rgba(0, 0, 0, 0.82) 100%);
}

/* detail 页面 */
.detailbox {
    padding: 70px 140px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px 0px rgba(0, 87, 243, 0.13);
    margin-top: 35px;
    margin-bottom: 30px;
    min-height: 450px;
}

.detailbox p {
    font-size: 18px !important;
    line-height: 35px !important;
    color: #333333;
    margin-bottom: 15px;
}

.detailbox .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 45px;
    color: #373737;
    text-align: center;
}

.detailbox .detailinfo ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 9px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E2E2E2;
}

.detailbox .detailinfo ul li {
    font-size: 14px;
    line-height: 45px;
    color: #9E9E9E;
    margin-right: 100px;
}

.detailbox .text {
    font-size: 18px;
    line-height: 35px;
    color: #333333;
    margin-top: 35px;
}

.detail-page {
    margin-top: 55px;
}

.detail-page ul li {
    background: #FFFFFF;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 20px;
    box-sizing: border-box;
    height: 50px;
    overflow: hidden;
}

.detail-page ul li:hover {
    background: linear-gradient(270deg, #1190AA 0%, #146BC7 100%);

}

.detail-page ul li:last-of-type {
    margin-top: 25px;
}

.detail-page ul li a {
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    color: #8C8C8C;
}

.detail-page ul li:hover a {
    color: #FFFFFF;
}

/* 领导页面 */
.leaderbox {
    margin-top: 35px;
}

.leaderbox .leader {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.leaderbox .box {
    width: calc((100% - 50px) / 2);
    padding: 32px 25px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 45.31px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
    border: 1px solid transparent;
}

.leaderbox .box:hover {
    background: #FFFFFF;
    border: 1px solid #0053AD;
    box-shadow: inset 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

.leaderbox .box a {
    display: flex;
    justify-content: space-between;
}

.leaderbox .box .img {
    width: 160px;
    height: 212px;
}

.leaderbox .box .img img {
    width: 100%;
    height: 100%;
}

.leaderbox .box .text {
    width: calc(100% - 160px - 30px);
}

.leaderbox .box .text .name {
    font-size: 24px;
    font-weight: bold;
    line-height: 35px;
    color: #1E1E1E;
}

.leaderbox .box .text .info {
    font-size: 14px;
    line-height: 25px;
    height: 75px;
    color: #9E9E9E;
    margin-top: 20px;
}

.threenav {
    margin: 30px 0;
}

.threenav ul {
    display: flex;
    flex-wrap: wrap;
}

.threenav ul li {
    padding: 15px 20px;
    box-sizing: border-box;
    background: #DEEDFA;
    margin-right: 10px;
    min-width: 140px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.threenav ul li:last-of-type {
    margin-right: 0;
}

.threenav ul li a {
    font-size: 14px;
    color: #232323;
    text-align: center;

}

.threenav ul li.on,
.threenav ul li:hover {
    background: linear-gradient(180deg, #146BC7 0%, #1190AA 100%);
}

.threenav ul li.on a,
.threenav ul li:hover a {
    color: #FFFFFF;
}

.contact .topbox {
    display: flex;
    justify-content: space-between;
}

.contact .box {
    width: 24.28%;
    padding: 60px 40px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);
}

.contact .box:first-of-type {
    width: 47%;
    padding: 47px 70px;
    box-sizing: border-box;
}

.contact .box a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
}

.contact .box .cycle {
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: linear-gradient(180deg, #146BC7 0%, #1190AA 100%);
    position: relative;
}

.contact .box .text {
    padding-left: 24px;
    box-sizing: border-box;
}

.contact .box:first-of-type .cycle {
    width: 87px;
    height: 87px;
}

.contact .box:first-of-type .cycle .img {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contact .box .cycle .img {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contact .box:first-of-type .cycle .img img {
    width: 100%;
    height: 100%;
}

.contact .box .cycle .img img {
    width: 100%;
    height: 100%;
}

.contact .box .text .coninfo {
    font-weight: 400;
    font-size: 20px;
    color: #1E1E1E;
}

.contact .box:hover .text .coninfo {
    color: #0053AD;
}

.contact .box .text .detailinfo {
    font-weight: 400;
    font-size: 24px;
    color: #1E1E1E;
    margin-top: 5px;
}

.contact .bottomimg {
    width: 100%;
    height: 640px;
    margin-top: 25px;
    margin-bottom: 40px;
}

.contact .bottomimg img {
    width: 100%;
    height: 100%;
}

/* 搜索结果页 */
#newskeycode250092 {
    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;
}

/* 最新捐赠页 */
.donatelist {
    margin: 40px 0;
}

.jzy table {
    border-collapse: collapse;
    background: #FFFFFF;
}

.jzy table tr th {
    line-height: 46px;
    border-collapse: collapse;
    border: 1px #e6e6e6 solid;
    font-size: 16px;
    text-align: center;
}

.jzy table tr td {
    line-height: 46px;
    border-collapse: collapse;
    border: 1px #e6e6e6 solid;
    font-size: 16px;
    text-align: center;
}