@charset "utf-8";
/* go2 板块样式 - 仅招生信息 / 就业信息（快捷通道见 quick-access.css） */
@font-face {
    font-family: "SourceHanSerifCN-Heavy";
src: url(sourcehanserifcn-heavy.jpg) format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;}
.s2.go {
    --go2-u: 5.2083333vw;
    font-size: 16px;}
@media screen and (min-width: 1920px) {
    .s2.go { --go2-u: 100px; font-size: 16px;}
}
/* 与 zhaosheng set.js 一致：<=1024 时布局单位用 88px，文字字号单独用 px 控制 */
@media screen and (max-width: 1024px) {
    .s2.go { --go2-u: 88px; font-size: 16px;}
}
.s2.go a { text-decoration: none; color: inherit;}
.s2.go ul { margin: 0; padding: 0; list-style: none;}
.s2.go p { margin: 0;}
.s2.go *,
.s2.go *::before,
.s2.go *::after { box-sizing: border-box;}

/* 容器：与站点其他模块同宽 */
.s2.go .w1520 {
    width: 16rem;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;}

/* 标题区 */
.s2.go .itit-box {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;}
.s2.go .itit {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    cursor: pointer;
    position: relative;}
.s2.go .itit .itit-ico{
    display: block;
    height: calc(0.44 * var(--go2-u)); /* 与标题字号/行高协调 */
    width: auto;
    margin-right: calc(0.12 * var(--go2-u));
    align-self: flex-end;}
.s2.go .itit::before {
    content: "";
    position: absolute;
    left: calc(-0.1 * var(--go2-u));
    bottom: 0;
    background: url(../images/itit-bg.png) no-repeat;
    background-position: left center;
    background-size: 100% auto;
    width: calc(0.92 * var(--go2-u));
    height: calc(0.45 * var(--go2-u));}
.s2.go .itit.on {
    padding-left: calc(0.1 * var(--go2-u));}
.s2.go .itit.on::before {
    opacity: 1;}
.s2.go .itit span {
    font-size: calc(0.26 * var(--go2-u));
    font-weight: 500;
    line-height: calc(0.28 * var(--go2-u));
    color: #333333;}
.s2.go .itit.on span {
    font-weight: 600;
    color: #015198;
    font-size: calc(0.28 * var(--go2-u));
    line-height: calc(0.36 * var(--go2-u));}

@media screen and (max-width: 1024px) {
    .s2.go .itit .itit-ico{
        height: calc(0.32 * var(--go2-u));
        margin-right: calc(0.10 * var(--go2-u));
        align-self: flex-end;}
}
.s2.go .tit-more {
    position: absolute;
    right: 0;
    bottom: 0;}
.s2.go .tit-more a {
    position: relative;
    opacity: 1;
    z-index: 9;
    transition: all 0.5s;
    padding-left: calc(0.26 * var(--go2-u));
    background: url(../images/itit-more.png) no-repeat;
    background-position: left center;
    background-size: calc(0.2 * var(--go2-u)) auto;
    white-space: nowrap;
    font-size: calc(0.18 * var(--go2-u));
    font-weight: 500;
    line-height: calc(0.3 * var(--go2-u));
    color: #015198;
    display: block;}
.s2.go .tit-more a:hover {
    color: #015198;}
.s2.go .tit-more-w a {
    background: url(../images/itit-more2.png) no-repeat;
    background-position: left center;
    background-size: calc(0.2 * var(--go2-u)) auto;
    color: #015198;}
.s2.go .itit-w span {
    color: #015198;}
.s2.go .itit-w.on span {
    color: #015198;}
.s2.go .itit-w::before {
    background: url(../images/itit-bg2.png) no-repeat;
    background-position: center bottom;
    background-size: 100% auto;}

/* s2 主区块：独立隔离，背景不外溢到相邻板块 */
.s2.go {
    padding-top: calc(0.6 * var(--go2-u));
    padding-bottom: calc(0.6 * var(--go2-u));
    position: relative;
    z-index: 9;
    overflow: hidden;
    isolation: isolate;}
.s2.go::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/s2-bg.png) no-repeat;
    background-position: center top;
    background-size: cover;
    height: calc(10.5 * var(--go2-u));
    z-index: -8;
    pointer-events: none;}
.s2.go::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/s2-rbg.png) no-repeat;
    background-position: right bottom;
    background-size: auto 100%;
    height: calc(7.8 * var(--go2-u));
    z-index: -7;
    pointer-events: none;}
.s2.go .s2-c {
    display: flex;
    justify-content: flex-start;
    gap: 60px;}
.s2.go .s2-l {
    width: calc(50% - 30px);
    background: rgba(255, 255, 255, .85);
    padding: 30px 35px 40px;}
.s2.go .s2-r {
    width: calc(50% - 30px);
    background: rgba(255, 255, 255, .85);
    padding: 30px 35px 40px;}

/* 标题与党的建设 / 教学科研完全一致（招生 / 就业共用，避免浮层裁切） */
.s2.go .s2-l .tit,
.s2.go .s2-r .tit {
    position: relative;
    font-size: 16px;
    line-height: normal;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;}
.s2.go .s2-l .tit .titl,
.s2.go .s2-r .tit .titl {
    float: none;
    position: relative;
    flex: 1;
    min-width: 0;
    overflow: visible;}
.s2.go .s2-l .tit .eng,
.s2.go .s2-r .tit .eng {
    font-family: "SourceHanSerifCN-Heavy" !important;
    display: inline-block;
    font-size: 36px !important;
    color: #e1e1e1 !important;
    font-weight: normal !important;
    font-style: normal;
    letter-spacing: 0;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    white-space: nowrap;
    vertical-align: baseline;}
.s2.go .s2-l .tit .zh,
.s2.go .s2-r .tit .zh {
    display: inline-block;
    font-size: 28px !important;
    color: #333333 !important;
    font-weight: bold;
    margin-left: 14px;
    line-height: normal;
    white-space: nowrap;
    vertical-align: baseline;}
.s2.go .s2-l .tit .xian,
.s2.go .s2-r .tit .xian {
    position: absolute;
    left: 55px;
    right: 20%;
    top: 5px;
    height: 1px;
    background-color: #0054bc;}
.s2.go .s2-l .tit .xian::before,
.s2.go .s2-r .tit .xian::before {
    content: none;
    display: none;}
.s2.go .s2-l .tit .xian::after,
.s2.go .s2-r .tit .xian::after {
    position: absolute;
    right: -9px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    border: 1px solid #0054bc;
    border-radius: 50%;
    background: none;
    opacity: 1;}
.s2.go .s2-l .tit .titr,
.s2.go .s2-r .tit .titr {
    float: none;
    flex-shrink: 0;
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #dcdcdc;
    line-height: 40px;
    border-radius: 20px;
    background: #fff;}
.s2.go .s2-l .tit .titr a,
.s2.go .s2-r .tit .titr a {
    display: inline-block;
    font-size: 16px !important;
    line-height: 40px;
    color: #999999 !important;
    font-weight: normal;
    padding-left: 23px;
    background: url(../images/more.png) no-repeat left center !important;
    background-size: 12px 12px !important;
    text-decoration: none;}
.s2.go .s2-l .tit .clear,
.s2.go .s2-r .tit .clear {
    display: none;}
.s2.go .s2-l .tit .titr:hover,
.s2.go .s2-r .tit .titr:hover {
    border-color: #dcdcdc;}
.s2.go .s2-l .tit .titr:hover a,
.s2.go .s2-r .tit .titr:hover a {
    color: #0054bc !important;
    background: url(../images/more2.png) no-repeat left center !important;
    background-size: 12px 12px !important;}

@media screen and (max-width: 1200px) {
    .s2.go .s2-c {
        gap: 30px;}
    .s2.go .s2-l .tit .eng,
    .s2.go .s2-r .tit .eng {
        font-size: 24px !important;}
    .s2.go .s2-l .tit .zh,
    .s2.go .s2-r .tit .zh {
        font-size: 20px !important;
        margin-left: 10px;}
    .s2.go .s2-l .tit .titr,
    .s2.go .s2-r .tit .titr {
        padding-left: 15px;
        padding-right: 15px;
        line-height: 30px;
        margin-top: 10px;}
    .s2.go .s2-l .tit .titr a,
    .s2.go .s2-r .tit .titr a {
        font-size: 15px !important;
        line-height: 30px;}
}

/* 综合新闻列表 publist2 - 与教学科研信息内容字号一致 */
.s2.go .publist2 {
    margin-top: 40px;
    font-size: 16px;}
.s2.go .publist2 li a {
    display: flex;
    align-items: center;
    position: relative;
    height: auto;
    min-height: 72px;
    padding: 12px 0;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    font-size: 16px;}
.s2.go .publist2 li a::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(157, 157, 157, .5);
    z-index: 1;}
.s2.go .publist2 li:last-child a::before {
    content: none;}
.s2.go .publist2 li a::after {
    content: "";
    height: 1px;
    right: 0;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 0;
    background: #084fa6;
    transition: all .6s;}
.s2.go .publist2 li a span {
    min-width: 96px;
    border-right: 1px solid #9d9d9d;
    font-size: 15px !important;
    line-height: 22px;
    font-weight: normal;
    color: #084fa6;
    margin-right: 12px;
    flex-shrink: 0;
    white-space: nowrap;}
.s2.go .publist2 li a p {
    flex: 1;
    min-width: 0;
    font-size: 18px !important;
    line-height: 32px !important;
    font-weight: normal;
    letter-spacing: 0;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.s2.go .publist2 li a:hover::after {
    left: 0;
    width: 100%;}
.s2.go .publist2 li a:hover p {
    color: #084fa6;
    font-weight: 600;}

/* 招生信息：五个图标 + 标题 */
.s2.go .zs-grid{
    margin-top: calc(0.5 * var(--go2-u));
    display: grid;
    /* 6 列网格：第一行 3 个（各占 2 列），第二行 2 个（各占 3 列） */
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: calc(0.14 * var(--go2-u));
    align-items: stretch;}
.s2.go .zs-grid .zs-item{ grid-column: span 2;}
.s2.go .zs-grid .zs-item:nth-child(4),
.s2.go .zs-grid .zs-item:nth-child(5){ grid-column: span 3;}

.s2.go .zs-item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: calc(1.8 * var(--go2-u)); /* 增加垂直高度，更“铺满”内容区 */
    padding: calc(0.30 * var(--go2-u)) calc(0.20 * var(--go2-u)) calc(0.28 * var(--go2-u));
    border-radius: calc(0.16 * var(--go2-u));
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(1, 81, 152, .12);
    box-shadow: 0 calc(0.18 * var(--go2-u)) calc(0.45 * var(--go2-u)) rgba(1, 81, 152, .08);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, background .35s ease;
    overflow: hidden;}
.s2.go .zs-item::before{
    content: "";
    position: absolute;
    inset: -40%;
    background: radial-gradient(circle at 30% 30%, rgba(8, 79, 166, .18), rgba(8, 79, 166, 0) 55%);
    transform: translateY(10%);
    opacity: .0;
    transition: opacity .35s ease, transform .35s ease;
    pointer-events: none;}
.s2.go .zs-ico{
    width: calc(0.62 * var(--go2-u));
    height: calc(0.62 * var(--go2-u));
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, rgba(8, 79, 166, .14), rgba(1, 81, 152, .06));
    border: 1px solid rgba(8, 79, 166, .18);
    transition: transform .35s ease, background .35s ease, border-color .35s ease;
    animation: zsFloat 3.6s ease-in-out infinite;}
.s2.go .zs-ico svg{
    width: calc(0.32 * var(--go2-u));
    height: calc(0.32 * var(--go2-u));
    fill: #084fa6;}
.s2.go .zs-txt{
    margin-top: calc(0.14 * var(--go2-u));
    font-size: calc(0.2 * var(--go2-u));
    line-height: calc(0.26 * var(--go2-u));
    font-weight: 600;
    letter-spacing: calc(0.02 * var(--go2-u));
    color: #1f2a37;
    white-space: nowrap;}
.s2.go .zs-item:hover{
    transform: translateY(calc(-0.06 * var(--go2-u)));
    border-color: rgba(8, 79, 166, .28);
    box-shadow: 0 calc(0.28 * var(--go2-u)) calc(0.70 * var(--go2-u)) rgba(1, 81, 152, .14);
    background: rgba(255, 255, 255, 1);}
.s2.go .zs-item:hover::before{
    opacity: 1;
    transform: translateY(0);}
.s2.go .zs-item:hover .zs-ico{
    transform: translateY(calc(-0.02 * var(--go2-u))) rotate(-6deg) scale(1.02);
    background: linear-gradient(135deg, rgba(8, 79, 166, .18), rgba(1, 81, 152, .08));
    border-color: rgba(8, 79, 166, .28);}
.s2.go .zs-item:active{
    transform: translateY(calc(-0.03 * var(--go2-u)));}
@keyframes zsFloat{
    0%, 100% { transform: translateY(0);}
    50% { transform: translateY(calc(-0.04 * var(--go2-u)));}
}
@media (prefers-reduced-motion: reduce){
    .s2.go .zs-ico{ animation: none;}
    .s2.go .zs-item, .s2.go .zs-item::before, .s2.go .zs-ico{ transition: none;}
}

/* 响应式 */
@media screen and (max-width: 1200px){
    .s2.go .zs-grid{ grid-template-columns: repeat(3, minmax(0, 1fr));}
    .s2.go .zs-grid .zs-item{ grid-column: auto;}
}

@media screen and (max-width: 1024px) {
    .s2.go {
        margin-top: 24px;
        padding-top: 10px;
        padding-bottom: 30px;}
    .s2.go .w1520 {
        width: 16rem;
        max-width: 100%;
        padding: 0 12px;
        box-sizing: border-box;}
    .s2.go .s2-c {
        display: block;
        gap: 0;}
    .s2.go .s2-l,
    .s2.go .s2-r {
        width: 100%;
        padding: 20px 16px 24px;
        margin-bottom: 16px;}
    .s2.go .s2-r {
        margin-bottom: 0;}
    .s2.go::after {
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #084fa6 100%);
        height: 60%;}

    /* 标题移动端 */
    .s2.go .s2-l .tit,
    .s2.go .s2-r .tit {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        overflow: visible;}
    .s2.go .s2-l .tit .titl,
    .s2.go .s2-r .tit .titl {
        float: none;
        flex: 1;
        min-width: 0;
        padding-right: 10px;}
    .s2.go .s2-l .tit .eng,
    .s2.go .s2-r .tit .eng {
        font-size: 24px !important;}
    .s2.go .s2-l .tit .zh,
    .s2.go .s2-r .tit .zh {
        font-size: 20px !important;
        margin-left: 8px;}
    .s2.go .s2-l .tit .xian,
    .s2.go .s2-r .tit .xian {
        left: 40px;
        right: 40%;
        top: 4px;}
    .s2.go .s2-l .tit .titr,
    .s2.go .s2-r .tit .titr {
        float: none;
        flex-shrink: 0;
        margin-top: 0;
        padding-left: 14px;
        padding-right: 14px;
        line-height: 30px;}
    .s2.go .s2-l .tit .titr a,
    .s2.go .s2-r .tit .titr a {
        font-size: 14px !important;
        line-height: 30px;}
    .s2.go .s2-l .tit .clear,
    .s2.go .s2-r .tit .clear {
        display: none;}

    /* 列表移动端 */
    .s2.go .publist2 {
        margin-top: 20px;
        font-size: 14px;}
    .s2.go .publist2 li a {
        height: auto;
        min-height: 48px;
        padding: 12px 0;
        font-size: 14px;}
    .s2.go .publist2 li a span {
        min-width: 88px;
        font-size: 13px !important;
        line-height: 20px !important;
        margin-right: 10px;}
    .s2.go .publist2 li a p {
        font-size: 14px !important;
        line-height: 24px !important;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;}

    /* 快捷通道标题 */
    .s2.go .itit .itit-ico{
        height: 28px;
        margin-right: 8px;}
    .s2.go .itit span {
        font-size: 18px;
        line-height: 24px;}
    .s2.go .itit.on span {
        font-size: 18px;
        line-height: 24px;}
    .s2.go .itit::before {
        width: 48px;
        height: 24px;}
    .s2.go .tit-more a {
        font-size: 14px;
        line-height: 24px;
        padding-left: 20px;
        background-size: 14px auto;}
}

@media screen and (max-width: 768px){
    .s2.go {
        padding-bottom: 24px;}
    .s2.go .w1520 {
        padding: 0 10px;}
    .s2.go .s2-l,
    .s2.go .s2-r {
        padding: 16px 12px 20px;
        margin-bottom: 12px;}
    .s2.go .s2-l .tit .eng,
    .s2.go .s2-r .tit .eng {
        font-size: 20px !important;}
    .s2.go .s2-l .tit .zh,
    .s2.go .s2-r .tit .zh {
        font-size: 18px !important;
        margin-left: 6px;}
    .s2.go .s2-l .tit .titr,
    .s2.go .s2-r .tit .titr {
        padding-left: 12px;
        padding-right: 12px;
        line-height: 28px;}
    .s2.go .s2-l .tit .titr a,
    .s2.go .s2-r .tit .titr a {
        font-size: 13px !important;
        line-height: 28px;
        padding-left: 18px;
        background-size: 10px 10px !important;}
    .s2.go .publist2 li a p {
        font-size: 14px !important;
        line-height: 24px !important;}
    .s2.go .publist2 li a span {
        font-size: 12px !important;
        min-width: 82px;
        line-height: 18px !important;}

    .s2.go .itit .itit-ico{
        height: 26px;}
    .s2.go .itit.on span {
        font-size: 17px;
        line-height: 24px;}
}

@media screen and (max-width: 480px){
    .s2.go .s2-l .tit,
    .s2.go .s2-r .tit {
        gap: 8px 0;}
    .s2.go .s2-l .tit .titl,
    .s2.go .s2-r .tit .titl {
        width: 100%;
        padding-right: 0;}
    .s2.go .s2-l .tit .titr,
    .s2.go .s2-r .tit .titr {
        margin-left: auto;}
    .s2.go .s2-l .tit .eng,
    .s2.go .s2-r .tit .eng {
        font-size: 18px !important;}
    .s2.go .s2-l .tit .zh,
    .s2.go .s2-r .tit .zh {
        font-size: 18px !important;}
    .s2.go .s2-l .tit .xian,
    .s2.go .s2-r .tit .xian {
        left: 30px;
        right: 30%;}
}
