:root {
    --red3: #ab2b19;
    --red3-dark: #8e1e10;
    --ink3: #4f4742;
    --cream3: #fbf7f1;
    --page3: 1580px;
    --ease3: cubic-bezier(.2,.72,.24,1)
}
.qz{
position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 10;
		cursor: pointer;
		opacity: 0;
}
#news3-qz{
position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 10;
		cursor: pointer;
		opacity: 0;
}
#media3-qz{
position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 10;
		cursor: pointer;
		opacity: 0;
}
* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--ink3);
    background: #fff;
    font-family: "Microsoft YaHei","PingFang SC",Arial,sans-serif;
    -webkit-font-smoothing: antialiased
}
@font-face {
	font-family: 'gilroy_bold';
	src: url('assets3/AlimamaDongFangDaKai-Regular.ttf') format('truetype');
}
body.menu3-open {
    overflow: hidden
}

img {
    display: block;
    max-width: 100%
}

a {
    color: inherit;
    text-decoration: none
}

button,input {
    font: inherit
}
.media3-logo{
	display: flex;
	align-items: center;
	justify-content: center;
}
.media3-logo img{
	width: 70%;
	height: auto;
}
.page3-width {
    width: min(var(--page3),calc(100% - 72px));
    margin-inline:auto}

.skip3-link {
    position: fixed;
    z-index: 9999;
    left: 16px;
    top: -80px;
    padding: 10px 16px;
    color: #fff;
    background: #111;
    border-radius: 0 0 6px 6px;
    transition: top .2s
}

.skip3-link:focus {
    top: 0
}

/* 顶部导航与下拉菜单 */
.site3-header {
    position: absolute;
    z-index: 100;
    inset: 0 0 auto;
    height: 126px;
    color: #fff;
    background: transparent;
    box-shadow: none;
    transition: height .3s,box-shadow .3s,background .3s
}

.site3-header.scrolled {
    position: fixed;
    height: 108px;
    background: rgba(156,34,19,.85);
    box-shadow: 0 8px 28px #5d120d45;
    backdrop-filter: blur(10px)
}

.header3-inner {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 54px
}

.brand3 {
    position: relative;
    width: 425px;
    flex: 0 0 425px;
    align-self: center
}

.brand3 img {
    width: 100%;
    height: auto;
    transition: opacity .3s
}

.brand3-color {
    position: relative;
    z-index: 2
}

.brand3-white {
    position: absolute;
    z-index: 1;
    left: 1px;
    top: 1px;
    opacity: 1
}

.site3-header.scrolled .brand3-color {
    opacity: 0
}

.site3-header.scrolled .brand3-white {
    left: 0;
    top: 0;
    opacity: 1
}

.header3-right {
    min-width: 0;
    align-self: stretch;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-top: 12px
}

.utility3-nav {
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    color: #fff;
    font-size: 12px
}

.utility3-nav>a {
    transition: color .2s
}

.utility3-nav>a:hover,.utility3-nav>a:focus-visible {
    color: #f4d9d4
}

.utility3-nav>i {
    width: 1px;
    height: 11px;
    background: #e7b8af88
}

.search3-wrap {
    position: relative;
    width: 31px;
    height: 31px;
    flex: 0 0 auto;
    overflow: hidden;
    border: 1px solid #ffffffbf;
    border-radius: 18px;
    transition: width .42s var(--ease3),background .28s
}

.search3-wrap.open {
    width: 270px;
    background: #ffffff17
}

.search3-wrap input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0 44px 0 17px;
    border: 0;
    outline: 0;
    color: #fff;
    background: transparent;
    font-size: 12px;
    opacity: 0;
    pointer-events: none;
    transform: translateX(28px);
    transition: opacity .2s .08s,transform .35s var(--ease3)
}

.search3-wrap input::placeholder {
    color: #ffffffc4
}

.search3-wrap input::-webkit-search-cancel-button {
    display: none
}

.search3-wrap.open input {
    opacity: 1;
    pointer-events: auto;
    transform: none
}

.search3-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 29px;
    height: 29px;
    padding: 6px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: transparent;
    cursor: pointer;
    transition: background .25s,transform .35s var(--ease3)
}

.search3-wrap.open .search3-button {
    background: #ffffff18;
    transform: rotate(-8deg)
}

.search3-button svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7
}

.main3-nav {
    width: 100%;
    height: 53px
}

.nav3-list {
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: flex-end;
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none
}

.nav3-item {
    height: 100%;
    display: flex;
    align-items: center
}

.nav3-item>a {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
    text-shadow: 0 1px 4px #0007;
    transition: color .25s
}

.nav3-item>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 5px;
    width: 0;
    height: 2px;
    background: #fff;
    transition: left .25s,width .25s
}

.nav3-item:hover>a::after,.nav3-item:focus-within>a::after,.nav3-item.submenu-open>a::after {
    left: 20%;
    width: 60%
}

.submenu3-toggle {
    display: none
}

.submenu3 {
    position: absolute;
    z-index: 110;
    left: 50%;
    top: 100%;
    width: min(1575px,calc(100vw - 72px));
    min-height: 210px;
    display: grid;
    grid-template-columns: 300px minmax(0,1fr) 250px;
    gap: 54px;
    align-items: center;
    padding: 30px 64px;
    border: 1px solid rgba(255,255,255,.65);
    color: #000;
    background-color: rgba(255,255,255,.85);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75),0 18px 30px #3e241b20;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%,-12px);
    transition: opacity .24s,visibility .24s,transform .3s var(--ease3);
    -webkit-backdrop-filter: saturate(120%) blur(10px);
    backdrop-filter: saturate(120%) blur(10px)
}

.submenu3::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    height: 30px;
    background: transparent
}

.site3-header.scrolled .submenu3 {
    top: 100%;
    border-color: rgba(255,255,255,.65);
    background-color: rgba(255,255,255,.85);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.75),0 18px 35px #3e241b26;
    -webkit-backdrop-filter: saturate(120%) blur(10px);
    backdrop-filter: saturate(120%) blur(10px)
}

.nav3-item:hover>.submenu3,.nav3-item:focus-within>.submenu3,.nav3-item.submenu-open>.submenu3 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%,0)
}

.submenu3>img {
    width: 300px;
    height: 120px;
    object-fit: cover
}

.submenu3-links {
    display: grid;
    grid-template-columns: repeat(3,minmax(100px,1fr));
    gap: 20px 42px;
    align-content: center
}

.submenu3-links a {
    position: relative;
    padding-left: 10px;
    color: rgba(0,0,0,.85);
    font-size: 14px;
    line-height: 1.45;
    transition: color .2s,transform .2s
}

.submenu3-links a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #cdbdb6;
    transform: translateY(-50%)
}

.submenu3-links a:hover,.submenu3-links a:focus-visible {
    color: var(--red3);
    transform: translateX(3px)
}

.submenu3-title {
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-left: 1px solid #e4dcd7;
    color: #77706b;
    text-align: center
}

.submenu3-title b {
    margin-bottom: 11px;
    color: var(--red3);
    font-family: "STZhongsong","SimSun",serif;
    font-size: 30px;
    font-weight: 500
}

.submenu3-title span {
    color: #9d9792;
    font: 13px/1.2 Arial;
    letter-spacing: .05em
}

.mega3-links {
    grid-template-columns: 300px minmax(0,1fr) 250px
}

.mega3-links .submenu3-links {
    grid-template-columns: repeat(4,minmax(120px,1fr))
}

/* 机构设置与专业介绍：分组式大菜单 */
.mega3-grouped {
    grid-template-columns: 225px minmax(0,1fr) 190px;
    gap: 36px;
    align-items: stretch;
    padding: 32px 46px
}

.mega3-grouped>img {
    width: 225px;
    height: 100%;
    min-height: 260px;
    max-height: 330px;
    align-self: center;
    object-fit: cover
}

.mega3-grouped .submenu3-title {
    height: auto;
    min-height: 120px;
    align-self: center
}

.submenu3-groups {
    min-width: 0;
    display: grid;
    gap: 22px 28px;
    align-content: center
}

.submenu3-group {
    min-width: 0
}

.submenu3-group h3 {
    display: flex;
    align-items: baseline;
    gap: 9px;
    margin: 0 0 12px;
    padding: 0 0 9px;
    border-bottom: 1px solid #dfd4ce;
    color: var(--red3);
    font-family: "STZhongsong","SimSun",serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3
}

.submenu3-group h3 small {
    color: #a09994;
    font: 9px/1.2 Arial,sans-serif;
    letter-spacing: .08em
}

.submenu3-group-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px 18px
}

.submenu3-group-links a {
    position: relative;
    min-width: 0;
    padding-left: 13px;
    color: rgba(0,0,0,.82);
    font-size: 13px;
    line-height: 1.4;
    overflow-wrap: anywhere;
    transition: color .2s,transform .2s
}

.submenu3-group-links a::before {
    content: "";
    position: absolute;
    left: 0;
    top: .68em;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #c8b6ae
}

.submenu3-group-links a:hover,.submenu3-group-links a:focus-visible {
    color: var(--red3);
    transform: translateX(3px)
}

.majors3-menu {
    width: min(1700px,calc(100vw - 40px));
    min-height: 500px;
    max-height: calc(100vh - 130px);
    grid-template-columns: minmax(0,1fr);
    gap: 0;
    align-items: stretch;
    padding: 28px 36px;
    overflow-x: hidden;
    overflow-y: auto
}

.majors3-groups {
    grid-template-columns: repeat(6,minmax(0,1fr));
    gap: 20px;
    align-content: start
}

.majors3-groups .submenu3-group h3 {
    min-height: 56px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    gap: 4px;
    margin-bottom: 10px;
    font-size: 16px
}

.majors3-groups .submenu3-group-links {
    gap: 9px
}

.majors3-groups .submenu3-group-links a {
    padding-left: 12px;
    font-size: 14px;
    line-height: 1.45
}

.menu3-toggle {
    display: none
}

/* 首屏轮播 */
.hero3 {
    position: relative;
    height: clamp(700px,50vw,960px);
    min-height: 700px;
    overflow: hidden;
    background: #ffd4cf;
}

.hero3-slides,.hero3-slide {
    position: absolute;
    inset: 0
}

.hero3-slide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1.1s,visibility 1.1s
}

.hero3-slide.active {
    opacity: 1;
    visibility: visible
}

.hero3-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.hero3::before {
    content: "";
    position: absolute;
    z-index: 2;
    inset: 0 0 auto;
    height: 190px;
    background: linear-gradient(#0006,transparent);
    pointer-events: none
}

.hero3::after {
    content: "";
    position: absolute;
    z-index: 2;
    inset: auto 0 0;
    height: 170px;
    background: linear-gradient(transparent,#a52a1929);
    pointer-events: none
}

.hero3-dots {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 30px;
    display: flex;
    gap: 14px;
    align-items: center;
    transform: translateX(-50%)
}

.hero3-dots button {
    position: relative;
    width: 9px;
    height: 9px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 5px #0008;
    cursor: pointer
}

.hero3-dots button::before {
    content: "";
    position: absolute;
    inset: -6px;
    border: 1px solid transparent;
    border-radius: 50%
}

.hero3-dots button.active {
    background: var(--red3)
}

.hero3-dots button.active::before {
    border-color: #fff
}

/* 通用区块与标题 */
.section3 {
    padding: 70px 0;
}

.section3-heading {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 48px;
    color: var(--red3)
}

h2 {}

.section3-heading h2 {
    margin: 0;
    font-family: gilroy_bold;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.section3-heading.centered {
    position: relative;
    justify-content: center;
    margin-bottom: 58px
}

.section3-heading.centered h2 {
    font-size: 42px;
}

.section3-heading.centered::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 43px;
    height: 2px;
    background: var(--red3);
    transform: translateX(-50%)
}

.section3-heading.centered .more3 {
    position: absolute;
    right: 0;
    top: 12px
}

.section3-heading.inline h2 {
    display: flex;
    align-items: center;
    gap: 7px;
}

.heading3-icon {
    width: 38px;
    height: 38px;
    display: inline-block;
    flex: 0 0 auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.academic3-icon {
    background-image: url('assets3/png2.png')
}

.media3-icon {
    background-image: url('assets3/png3.png')
}

.gallery3-icon {
    background-image: url('assets3/png4.png')
}

.topic3-icon {
    background-image: url('assets3/png1.png')
}

.fusion3-icon {
    background-image: url('assets3/png5.png')
}
.tongzhi3-icon {
    background-image: url('assets3/png6.png')
}
.more3 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #817974;
    font-size: 12px;
    white-space: nowrap;
    transition: color .2s
}

.more3>span {
    position: relative;
    width: 36px;
    height: 36px;
    display: block;
    flex: 0 0 auto;
    overflow: hidden;
    border: 1px solid #b3291733;
    border-radius: 50%;
    background: #b3291712;
    transition: transform .35s var(--ease3)
}

.more3>span::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: var(--red3);
    transform: scale(.22);
    transition: transform .42s var(--ease3)
}

.more3>span::after {
    content: "→";
    position: absolute;
    z-index: 2;
    inset: 0;
    display: grid;
    place-items: center;
    color: #fff;
    font: 18px/1 Arial,sans-serif;
    opacity: 0;
    transform: translateX(-4px);
    transition: opacity .25s .08s,transform .3s var(--ease3)
}

.more3:hover,.more3:focus-visible {
    color: var(--red3)
}

.more3:hover>span,.more3:focus-visible>span {
    transform: scale(1.12)
}

.more3:hover>span::before,.more3:focus-visible>span::before {
    transform: scale(1)
}

.more3:hover>span::after,.more3:focus-visible>span::after {
    opacity: 1;
    transform: none
}

/* 学院要闻 */
.news3-section {
    position: relative;
    background: var(--cream3) url('assets3/12.png') center bottom/cover no-repeat
}

.news3-layout {
    display: grid;
    grid-template-columns: minmax(0,1.05fr) minmax(520px,.95fr);
    gap: 42px;
    align-items: stretch
}

.news3-feature {
    position: relative;
    height: 600px;
    overflow: hidden;
    background: #ddd;
    box-shadow: 0 18px 45px #7433201b;
    transition: opacity .25s
}

.news3-feature>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .25s,transform .7s var(--ease3)
}

.news3-feature:hover>img {
    transform: scale(1.03)
}

.news3-overlay {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 0;
    height: 95px;
    display: grid;
    grid-template-columns: 102px 1fr;
    color: #60534d;
    background: #fffffff0;
    box-shadow: 0 -8px 24px #4d25151c;
    backdrop-filter: blur(8px)
}

.news3-overlay time {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    background: var(--red3)
}

.news3-overlay time b {
    font: 29px/1 Georgia
}

.news3-overlay time span {
    margin-top: 7px;
    font: 12px Georgia
}

.news3-overlay>div {
    min-width: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 8px 20px
}

.news3-overlay h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 6px;
    color: var(--red3);
    font-size: 20px;
    line-height: 1.65;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.news3-overlay p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #817873;
    font-size: 13px;
    line-height: 1.45;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1
}

.news3-list {
    display: flex;
    min-width: 0;
    flex-direction: column
}

.news3-list button {
    width: 100%;
    height: 70px;
    min-height: 70px;
    display: grid;
    grid-template-columns: minmax(0,1fr) 88px;
    align-items: center;
    gap: 18px;
    padding: 13px 8px 13px 16px;
    border: 0;
    border-bottom: 1px solid #e3dcd6;
    color: #5a504a;
    background: transparent;
    text-align: left;
    cursor: pointer;
    transition: .28s;
position: relative;
}

.news3-list button>time {
    grid-column: 2;
    grid-row: 1;
    color: #9a8f88;
    font: 12px Georgia;
    text-align: right
}

.news3-list button>time::before {
    content: attr(data-short)
}

.news3-list button>time b,.news3-list button>time span {
    display: none
}

.news3-list button>span {
    grid-column: 1;
    grid-row: 1;
    min-width: 0
}

.news3-list strong {
    display: block;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.65;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news3-list small {
    display: none
}

.news3-list button:hover:not(.active),.news3-list button:focus-visible:not(.active) {
    padding-left: 20px;
    color: var(--red3);
    background: #ffffff8c
}

.news3-list button.active {
    height: 110px;
    min-height: 110px;
    grid-template-columns: 86px minmax(0,1fr);
    padding: 11px 20px 11px 0;
    border-bottom-color: #cf9086;
    background: #fff;
    box-shadow: 0 8px 22px #8a4c351c
}

.news3-list button.active>time {
    grid-column: 1;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: 1px solid #eadad4;
    color: var(--red3);
    text-align: center
}

.news3-list button.active>time::before {
    display: none
}

.news3-list button.active>time b,.news3-list button.active>time span {
    display: block
}

.news3-list button.active>time b {
    font: 24px Georgia
}

.news3-list button.active>time span {
    margin-top: 5px;
    font: 11px Georgia
}

.news3-list button.active>span {
    grid-column: 2
}

.news3-list button.active strong {
    display: -webkit-box;
    color: var(--red3);
    font-size: 16px;
    font-weight: 700;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.news3-list button.active small {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 7px;
    color: #8f837d;
    font-size: 13px;
    line-height: 1.45;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.news3-feature.changing>img,.news3-feature.changing .news3-overlay {
    opacity: .32
}

/* 学术动态 / 通知公告 */
.academic3-section {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    background-image: url('assets3/明 理 出 新.png');
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.academic3-layout {
    display: grid;
    grid-template-columns: minmax(320px,.7fr) minmax(0,1.45fr);
    gap: 72px
}

.academic3-column,.notice3-column {
    min-width: 0
}

.academic3-list {
    display: flex;
    flex-direction: column
}

.academic3-list a {
    min-height: 76px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 12px 10px 15px 0;
    border-bottom: 1px solid #e3ddd8;
    transition: .25s
}

.academic3-list strong {
    display: block;
    overflow: hidden;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap
}

.academic3-list time {
    display: block;
    margin-top: 7px;
    color: var(--red3);
    font: 13px Georgia
}

.academic3-list a:hover,.academic3-list a:focus-visible {
    padding-left: 14px;
    color: var(--red3);
    background: #ffffffa8;
    box-shadow: inset 3px 0 var(--red3)
}

.notice3-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    grid-auto-rows: 95px;
    gap: 14px
}

.notice3-feature {
    position: relative;
    grid-row: span 4;
    min-height: 422px;
    overflow: hidden;
    color: #fff;
    background: #777
}

.notice3-feature img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s var(--ease3)
}

.notice3-feature::after {
    content: "";
    position: absolute;
    inset: 35% 0 0;
    background: linear-gradient(transparent,#000d)
}

.notice3-feature span {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 24px;
    bottom: 57px;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.65;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notice3-feature p {
    position: absolute;
    z-index: 2;
    left: 24px;
    right: 118px;
    bottom: 24px;
    overflow: hidden;
    margin: 0;
    color: #ffffffdc;
    font-size: 13px;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap
}

.notice3-feature time {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 24px;
    color: #fff;
    font: 13px Georgia
}

.notice3-feature:hover img {
    transform: scale(1.05)
}

.notice3-card {
    position: relative;
    display: flex;
    min-height: 95px;
    overflow: hidden;
    flex-direction: column;
    justify-content: center;
    padding: 13px 24px;
    border: 1px solid #ddd7d2;
    background: #ffffffbd;
    transition: .25s
}

.notice3-card::after {
    content: "";
    position: absolute;
    z-index: 0;
    right: 0;
    bottom: -10px;
    width: 98px;
    height: 73px;
    background-image: url('assets3/l-bgpng.png'),url('assets3/l-bgpng.png'),url('assets3/l-bgpng.png'),url('assets3/l-bgpng.png'),url('assets3/l-bgpng.png'),url('assets3/l-bgpng.png'),url('assets3/l-bgpng.png'),url('assets3/l-bgpng.png');
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s
}

.notice3-card strong {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.notice3-card time {
    position: relative;
    z-index: 1;
    color: var(--red3);
    font: 12px Georgia
}

.notice3-card:hover,.notice3-card:focus-visible {
    color: #fff;
    border-color: var(--red3);
    background: var(--red3);
    transform: translateX(3px)
}

.notice3-card:hover::after,.notice3-card:focus-visible::after {
    opacity: .62
}

.notice3-card:hover time,.notice3-card:focus-visible time {
    color: #f2c8c0
}

/* 媒体学院 */
.media3-section {
    position: relative;
    overflow: hidden;
    color: #fff;
    background: #aa2817 url('assets3/red-bg.png') center/167px 140px repeat
}

.media3-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 70%,#ffffff0e,transparent 34%),linear-gradient(125deg,#7715083c,transparent 45%);
    pointer-events: none
}

.media3-section .page3-width {
    position: relative;
    z-index: 1
}

.section3-heading.light {
    color: #fff
}

.section3-heading.light .more3 {
    color: #fff
}

.section3-heading.light .more3>span {
    border-color: #ffffff66;
    background: #ffffff18
}

.section3-heading.light .more3>span::before {
    background: var(--red3-dark)
}

.media3-switcher {
    display: grid;
    grid-template-columns: 245px minmax(0,1fr);
    gap: 0
}

.media3-mobile-carousel {
    display: none
}

.media3-logos {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px
}

.media3-logos button {
    position: relative;
    width: 225px;
    height: 54px;
    display: flex;
    align-items: center;
    padding: 0 22px;
    border: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 7px 20px #6413093d;
    cursor: pointer;
    transition: width .4s var(--ease3),transform .25s,box-shadow .25s
}

.media3-logo {
    width: 150px;
    height:50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110px auto
}

.logo3-1 {
    background-image: url('assets3/m-1.png')
}

.logo3-2 {
    background-image: url('assets3/m-2.png')
}

.logo3-3 {
    background-image: url('assets3/m-3.png')
}

.logo3-4 {
    background-image: url('assets3/m-4.png')
}

.logo3-5 {
    background-image: url('assets3/m-5.png')
}

.logo3-6 {
    background-image: url('assets3/m-6.png')
}

.media3-logos button.active,.media3-logos button:hover,.media3-logos button:focus-visible {
    z-index: 4;
    width: 335px;
    transform: translateX(2px);
    box-shadow: 0 10px 28px #55100859
}

.media3-report {
    height: 500px;
    min-width: 0;
    display: grid;
    grid-template-columns: minmax(0,1.65fr) minmax(310px,.7fr);
    box-shadow: 0 20px 46px #67140a45;
    position: relative;
}

.media3-image {
    height: 500px;
    overflow: hidden;
    background: #71150d
}

.media3-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .25s,transform .7s var(--ease3)
}

.media3-report:hover .media3-image img {
    transform: scale(1.025)
}

.media3-copy {
    position: relative;
    height: 500px;
    overflow: hidden;
    padding: 46px 39px 70px;
    color: #5a504a;
    background: #fff;
    transition: opacity .25s
}

.media3-copy::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 180px;
    height: 134px;
    background: url('assets3/l-bgpng.png') right bottom/contain no-repeat;
    pointer-events: none
}

.media3-copy h3 {
    display: -webkit-box;
    overflow: hidden;
    margin: 0 0 24px;
    color: var(--red3);
    font-family: "STZhongsong","SimSun",serif;
    font-size: 22px;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4
}

.media3-copy p {
    display: -webkit-box;
    overflow: hidden;
    margin: 0;
    color: #786f69;
    font-size: 14px;
    line-height: 1.9;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6
}

.media3-copy time {
    position: absolute;
    z-index: 2;
    left: 39px;
    bottom: 31px;
    color: var(--red3);
    font: 13px Georgia
}

.media3-report.changing .media3-image img,.media3-report.changing .media3-copy {
    opacity: .32
}

/* 学院融媒图集 */
.gallery3-section {
    background: #fff
}

.gallery3-grid {
    display: grid;
    grid-template-columns: 1.08fr 1fr .78fr;
    grid-template-rows: repeat(2,350px);
    gap: 7px
}

.gallery3-grid a {
    position: relative;
    overflow: hidden;
    background: #ddd
}

.gallery3-grid .gallery3-c {
    grid-column: 3;
    grid-row: 1/3
}

.gallery3-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .75s var(--ease3),filter .4s
}

.gallery3-grid a:hover img,.gallery3-grid a:focus-visible img {
    transform: scale(1.075);
    filter: saturate(1.08)
}

/* 专题专栏 */
.topic3-section {
    position: relative;
    padding-block: 85px;
    background: #f6f8fb url('assets3/l-bg1.jpg') center bottom/cover no-repeat
}

.topic3-carousel {
    position: relative
}

.topic3-viewport {
    overflow: hidden
}

.topic3-track {
    display: flex;
    gap: 25px;
    transition: transform .55s var(--ease3);
    will-change: transform
}

.topic3-card {
    position: relative;
    flex: 0 0 calc((100% - 75px)/4);
    aspect-ratio: 1.84/1;
    overflow: hidden;
    background: #174473;
    box-shadow: 0 10px 26px #44352b17;
    transition: transform .3s,filter .3s
}

.topic3-card img {
    position: absolute;
    inset: -7px;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    max-width: none;
    object-fit: cover
}

.topic3-card:hover,.topic3-card:focus-visible {
    transform: translateY(-5px);
    filter: brightness(1.05)
}

.topic3-control {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 44px;
    height: 64px;
    border: 0;
    color: #fff;
    background: #a72a19de;
    font: 36px/1 Georgia;
    cursor: pointer;
    transform: translateY(-50%);
    transition: .2s
}

.topic3-control:hover {
    background: var(--red3-dark)
}

.topic3-control:disabled {
    opacity: .22;
    cursor: default
}

.topic3-control.prev {
    left: -22px
}

.topic3-control.next {
    right: -22px
}

/* 融媒学院 */
.fusion3-section {
    position: relative;
    min-height: 0;
    overflow: hidden;
    padding-bottom: 80px;
    background: #f6f8fb
}

.fusion3-content {
    position: relative;
    z-index: 2
}

.fusion3-links {
    width: min(1340px,94%);
    display: grid;
    grid-template-columns: repeat(5,1fr);
    gap: 18px;
    align-items: start;
    margin: 0 auto
}

.fusion3-card {
    position: relative;
    height: 512px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 18px 34px #25263525;
    transition: transform .38s var(--ease3),box-shadow .3s
}

.fusion3-card:nth-child(1),.fusion3-card:nth-child(5) {
    margin-top: 90px
}

.fusion3-card:nth-child(3) {
    margin-top: -18px
}

.fusion3-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .7s var(--ease3),filter .4s
}

.fusion3-card>span {
    position: absolute;
    z-index: 2;
    left: 25px;
    top: 39px;
    width: 38px;
    display: flex;
    align-items: center;
    font-family: "STZhongsong","SimSun",serif;
    font-size: 33px;
    line-height: 1.15;
    letter-spacing: .22em;
    text-align: center;
    writing-mode: vertical-rl
}

.fusion3-card>small {
    position: absolute;
    z-index: 2;
    right: 17px;
    top: 41px;
    font-size: 8px;
    letter-spacing: .18em;
    writing-mode: vertical-rl;
    opacity: .8
}

.fusion3-card::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 25px;
    top: 253px;
    width: 38px;
    height: 19px;
    background: url('assets3/sw.png') center/contain no-repeat
}

.fusion3-card:hover,.fusion3-card:focus-visible {
    transform: translateY(-9px);
    box-shadow: 0 26px 44px #25263535
}

.fusion3-card:hover img {
    transform: scale(1.035);
    filter: saturate(1.08)
}

.fusion3-building {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: none;
    height: auto;
    pointer-events: none
}

.fusion3-card1::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 26px;
    top: 235px;
    width: 40px;
    height: 40px;
    background: url('assets3/rm-wx.png') center/contain no-repeat
}
.fusion3-card2::after {
    content: "";
    position: absolute;
    z-index: 2;
    left: 24px;
    top: 235px;
    width: 40px;
    height: 40px;
    background: url('assets3/rm-dy.png') center/contain no-repeat
}
.fusion3-card5::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: linear-gradient(180deg,#a72432c9 0%,#8f1e31b8 58%,#6f172dd9 100%)
}

/* 页脚 */
.site3-footer {
    position: relative;
    z-index: 6;
    color: #fff;
    background: #a92918
}

.footer3-main {
    min-height: 205px;
    display: grid;
    grid-template-columns: 430px 1fr auto;
    gap: 62px;
    align-items: center
}

.footer3-brand {
    padding-right: 50px;
    border-right: 1px solid #ffffff4a
}

.footer3-brand img {
    width: 100%
}

.footer3-contact h2 {
    margin: 0 0 18px;
    font-size: 18px
}

.footer3-contact p {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 34px;
    margin: 8px 0;
    color: #ffffffdf;
    font-size: 13px;
    line-height: 1.8
}

.footer3-contact p span:first-child {
    min-width: 0
}

.footer3-social {
    display: flex;
    justify-content: flex-start;
    gap: 18px;
    padding-left: 48px;
    border-left: 1px solid #ffffff4a
}

.footer3-social a {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border: 5px solid #fff;
    border-radius: 50%;
    background: #fff;
    overflow: hidden;
    transition: transform .25s
}

.footer3-social img {
    width: 30px;
    height: 30px;
    object-fit: contain
}

.footer3-social a:hover,.footer3-social a:focus-visible {
    transform: translateY(-4px)
}

.footer3-social .footer3-wechat {
    position: relative;
    overflow: visible
}

.footer3-qr {
    position: absolute;
    z-index: 12;
    left: 50%;
    bottom: calc(100% + 17px);
    width: 174px;
    padding: 10px 10px 8px;
    border: 1px solid #eadbd5;
    border-radius: 8px;
    color: var(--red3-dark);
    background: #fff;
    box-shadow: 0 12px 30px #57140f42;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%,10px) scale(.96);
    transform-origin: center bottom;
    transition: opacity .22s,visibility .22s,transform .28s var(--ease3)
}

.footer3-qr::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    border: 8px solid transparent;
    border-top-color: #fff;
    transform: translateX(-50%)
}

.footer3-social .footer3-qr img {
    width: 152px;
    height: 152px;
    margin: 0 auto 5px;
    object-fit: cover
}

.footer3-wechat:hover .footer3-qr,.footer3-wechat:focus-visible .footer3-qr,.footer3-wechat:focus-within .footer3-qr {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,0) scale(1)
}

.footer3-bottom {
    padding: 18px 0;
    border-top: 1px solid #ffffff22;
    color: #ffffffc2;
    background: #921c10;
    text-align: center;
    font-size: 12px;
    line-height: 1.7
}

.footer3-bottom a {
    color: inherit;
    white-space: nowrap;
    transition: color .2s
}

.footer3-bottom a:hover,.footer3-bottom a:focus-visible {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px
}

.back3-top {
    position: fixed;
    z-index: 90;
    right: 26px;
    bottom: 28px;
    width: 46px;
    height: 46px;
    border: 1px solid var(--red3);
    border-radius: 50%;
    color: #fff;
    background: #a52918db;
    box-shadow: 0 7px 20px #5e160f48;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    transition: color .25s,background .25s,box-shadow .25s,opacity .25s,visibility .25s,transform .25s
}

.back3-top.show {
    opacity: 1;
    visibility: visible;
    transform: none
}

.back3-top:hover,.back3-top:focus-visible {
    color: var(--red3);
    background: #fff;
    box-shadow: 0 9px 24px #5e160f38
}

@media(max-width: 1600px) {
    :root {
        --page3:1400px
    }

    .brand3 {
        width: 365px;
        flex-basis: 365px
    }

    .header3-inner {
        gap: 30px
    }

    .nav3-item>a {
        padding-inline:13px;font-size: 14px
    }

    .submenu3 {
        width: min(1438.5px,calc(100vw - 72px))
    }

    .news3-layout {
        grid-template-columns: minmax(0,1.04fr) minmax(480px,.96fr)
    }

    .gallery3-grid {
        grid-template-rows: repeat(2,270px)
    }
}

@media(max-width: 1250px) {
    :root {
        --page3:1120px
    }

    .site3-header {
        height: 112px
    }

    .site3-header.scrolled {
        height: 96px
    }

    .brand3 {
        width: 300px;
        flex-basis: 300px
    }

    .header3-right {
        padding-top: 6px
    }

    .utility3-nav {
        height: 28px
    }

    .main3-nav {
        height: 48px
    }

    .nav3-item>a {
        padding-inline:9px;font-size: 13px
    }

    .submenu3-links a {
        font-size: 13px
    }

    .mega3-grouped {
        grid-template-columns: 160px minmax(0,1fr) 145px;
        gap: 20px;
        padding: 24px
    }

    .mega3-grouped>img {
        width: 160px;
        min-height: 280px
    }

    .majors3-menu {
        min-height: 560px;
        max-height: calc(100vh - 112px);
        grid-template-columns: minmax(0,1fr);
        overflow-y: auto
    }

    .majors3-groups {
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 26px 20px
    }

    .news3-layout {
        grid-template-columns: 1fr 1fr;
        gap: 28px
    }

    .news3-feature {
        height: 480px
    }

    .news3-list button {
        height: 72px;
        min-height: 72px
    }

    .news3-list button.active {
        height: 120px;
        min-height: 120px
    }

    .academic3-layout {
        grid-template-columns: minmax(285px,.62fr) minmax(0,1.38fr);
        gap: 42px
    }

    .notice3-card {
        padding: 17px 21px
    }

    .notice3-card strong {
        font-size: 15px
    }

    .media3-report {
        grid-template-columns: minmax(0,1.5fr) minmax(300px,.78fr)
    }

    .footer3-main {
        grid-template-columns: 370px 1fr auto;
        gap: 42px
    }

    .footer3-social {
        gap: 18px;
        padding-left: 30px
    }
}

@media(max-width: 1020px) {
    .page3-width {
        width:min(100% - 44px,880px)
    }

    body::after {
        content: "";
        position: fixed;
        z-index: 101;
        right: 14px;
        bottom: calc(14px + env(safe-area-inset-bottom));
        width: 150px;
        height: 112px;
        background: url('assets3/l-bgpng.png') right bottom/contain no-repeat;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate(10px,10px) scale(.94);
        transform-origin: right bottom;
        transition: opacity .28s,visibility .28s,transform .35s var(--ease3)
    }

    body.menu3-open::after {
        opacity: .13;
        visibility: visible;
        transform: none
    }

    .site3-header,.site3-header.scrolled {
        position: fixed;
        height: 76px;
        background: rgba(163,38,21,.85);
        box-shadow: 0 5px 20px #4f140d35;
        backdrop-filter: blur(10px)
    }

    .brand3-color {
        opacity: 0
    }

    .brand3-white {
        left: 0;
        top: 0;
        opacity: 1
    }

    .header3-inner {
        gap: 20px
    }

    .brand3 {
        width: 260px;
        flex: 0 0 260px
    }

    .header3-right {
        position: static;
        display: block;
        padding: 0
    }

    .utility3-nav {
        display: none
    }

    .menu3-toggle {
        position: relative;
        z-index: 130;
        width: 42px;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 6px;
        padding: 0;
        border: 0;
        border-radius: 50%;
        color: #fff;
        background: #851b0f;
        cursor: pointer
    }

    .menu3-toggle span {
        width: 20px;
        height: 2px;
        background: currentColor;
        transition: .25s
    }

    .menu3-toggle[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(8px) rotate(45deg)
    }

    .menu3-toggle[aria-expanded="true"] span:nth-child(2) {
        opacity: 0
    }

    .menu3-toggle[aria-expanded="true"] span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg)
    }

    .main3-nav {
        position: absolute;
        z-index: 120;
        left: 0;
        right: 0;
        top: 100%;
        width: 100vw;
        max-width: none;
        height: calc(100vh - 76px);
        height: calc(100dvh - 76px);
        overflow-x: hidden;
        overflow-y: auto;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
        padding: 18px 22px calc(44px + env(safe-area-inset-bottom));
        color: #292321;
        background: rgba(255,255,255,.85);
        box-shadow: inset 0 1px 0 #fff,0 18px 40px #52140f26;
        opacity: 0;
        visibility: hidden;
        transform: translateX(100%);
        transition: .3s var(--ease3);
        -webkit-backdrop-filter: saturate(125%) blur(16px);
        backdrop-filter: saturate(125%) blur(16px)
    }

    .main3-nav.open {
        opacity: 1;
        visibility: visible;
        transform: none
    }

    .nav3-list {
        height: auto;
        display: block
    }

    .nav3-item {
        height: auto;
        display: grid;
        grid-template-columns: 1fr 40px;
        border-bottom: 1px solid #33231d1c;
        cursor: pointer
    }

    .nav3-item>a {
        height: 58px;
        justify-content: flex-start;
        padding: 0 7px;
        color: rgba(0,0,0,.86);
        background: transparent!important;
        font-size: 16px;
        text-shadow: none
    }

    .nav3-item>a::after {
        display: none
    }

    .submenu3-toggle {
        position: relative;
        width: 34px;
        height: 34px;
        display: grid;
        place-items: center;
        margin: auto;
        padding: 0;
        border: 0;
        border-radius: 50%;
        color: #fff;
        background: var(--red3);
        box-shadow: 0 5px 14px #6e180f26;
        font-size: 0;
        line-height: 0;
        cursor: pointer;
        transition: transform .3s var(--ease3),background .25s
    }

    .submenu3-toggle::before,.submenu3-toggle::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 13px;
        height: 2px;
        border-radius: 2px;
        background: #fff;
        transform: translate(-50%,-50%)
    }

    .submenu3-toggle::after {
        transform: translate(-50%,-50%) rotate(90deg)
    }

    .nav3-item.submenu-open>.submenu3-toggle {
        background: var(--red3-dark);
        transform: rotate(45deg)
    }

    .submenu3,.site3-header.scrolled .submenu3 {
        position: static;
        grid-column: 1/3;
        justify-self: stretch;
        width: 100%;
        max-width: none;
        min-height: 0;
        max-height: 0;
        display: block;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 0;
        color: #292321;
        background: transparent;
        box-shadow: none;
        opacity: 0;
        visibility: hidden;
        overflow: hidden;
        pointer-events: none;
        transform: translateY(-8px);
        transition: max-height .42s var(--ease3),padding .35s,margin .35s,opacity .24s,visibility .42s,transform .32s var(--ease3);
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }

    .submenu3::before {
        display: none
    }

    .nav3-item.submenu-open>.submenu3 {
        width: 100%;
        max-height: 900px;
        margin: 0 0 12px;
        padding: 0 0 14px;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: none
    }

    .nav3-item.submenu-open>.mega3-grouped {
        max-height: min(72vh,900px);
        padding: 6px 4px 16px;
        overflow-x: hidden;
        overflow-y: auto
    }

    .submenu3-groups {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 8px 4px 0
    }

    .majors3-groups {
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 26px 18px
    }

    .submenu3-group h3,.majors3-groups .submenu3-group h3 {
        min-height: 0;
        margin: 0 0 4px;
        padding: 12px 6px 9px;
        font-size: 17px
    }

    .submenu3-group-links,.majors3-groups .submenu3-group-links {
        grid-template-columns: 1fr;
        gap: 0
    }

    .submenu3-group-links a,.majors3-groups .submenu3-group-links a {
        padding: 9px 8px 9px 17px;
        border-bottom: 1px solid #2f211b14;
        font-size: 14px;
        line-height: 1.4
    }

    .submenu3-group-links a::before {
        left: 5px;
        top: 1.25em;
        background: #bf8e82
    }

    .submenu3>img,.submenu3-title {
        display: none
    }

    .submenu3-links,.mega3-links .submenu3-links {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 0 18px
    }

    .submenu3-links a {
        padding: 11px 8px 11px 16px;
        color: rgba(0,0,0,.85);
        border-bottom: 1px solid #2f211b14;
        font-size: 14px
    }

    .submenu3-links a::before {
        background: #bf8e82
    }

    .hero3 {
        height: 620px;
        min-height: 620px;
        padding-top: 76px;
        touch-action: pan-y
    }

    .hero3-slide img {
        object-position: center
    }

    .section3 {
        padding: 64px 0
    }

    .section3-heading {
        margin-bottom: 38px
    }

    .section3-heading h2 {
        font-size: 32px
    }

    .heading3-icon {
        width: 34px;
        height: 34px
    }

    .news3-layout {
        grid-template-columns: 1fr
    }

    .news3-feature {
        height: 480px
    }

    .news3-list button {
        height: 73px;
        min-height: 73px
    }

    .news3-list button.active {
        height: 115px;
        min-height: 115px
    }

    .academic3-layout {
        grid-template-columns: 1fr
    }

    .notice3-grid {
        grid-auto-rows: minmax(105px,auto)
    }

    .media3-switcher {
        grid-template-columns: 1fr
    }

    .media3-logos {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 10px;
        margin-bottom: 20px
    }

    .media3-logos button,.media3-logos button.active,.media3-logos button:hover {
        width: 100%;
        height: 54px;
        justify-content: center;
        transform: none
    }

    .media3-report {
        height: auto;
        grid-template-columns: 1.4fr .8fr
    }

    .media3-image,.media3-copy {
        height: 390px
    }

    .gallery3-grid {
        grid-template-rows: repeat(2,220px)
    }

    .topic3-card {
        flex-basis: calc((100% - 25px)/2)
    }

    .fusion3-links {
        width: 100%;
        gap: 12px
    }

    .fusion3-card {
        height: 292px
    }

    .fusion3-card:nth-child(1),.fusion3-card:nth-child(5) {
        margin-top: 55px
    }

    .fusion3-card:nth-child(3) {
        margin-top: -12px
    }

    .fusion3-card>span {
        left: 17px;
        top: 25px;
        font-size: 25px
    }

    .fusion3-card::after {
        left: 17px;
        top: 180px
    }

    .footer3-main {
        grid-template-columns: 1fr 1fr;
        gap: 35px;
        padding-block:42px;text-align: left
    }

    .footer3-brand {
        padding-right: 0;
        border-right: 0
    }

    .footer3-brand img {
        width: 100%;
        margin: 0
    }

    .footer3-contact p {
        grid-template-columns: 1fr;
        gap: 2px
    }

    .footer3-social {
        grid-column: 1/-1;
        justify-content: flex-start;
        padding: 24px 0 0;
        border-top: 1px solid #ffffff33;
        border-left: 0
    }
}

@media(max-width: 700px) {
    .page3-width {
        width:calc(100% - 28px)
    }

    .brand3 {
        width: 225px;
        flex-basis: 225px
    }

    .menu3-toggle {
        width: 40px;
        height: 40px
    }

    .hero3 {
        height: 470px;
        min-height: 470px
    }

    .hero3-slide img {
        object-position: center
    }

    .hero3-dots {
        bottom: 20px
    }

    .section3 {
        padding: 50px 0
    }

    .section3-heading {
        min-height: 42px;
        margin-bottom: 28px
    }

    .section3-heading h2,.section3-heading.centered h2 {
        font-size: 29px
    }

    .section3-heading.centered {
        margin-bottom: 36px
    }

    .section3-heading.centered .more3 {
        top: 8px
    }

    .more3 {
        gap: 5px;
        font-size: 11px
    }

    .more3>span {
        width: 20px;
        height: 20px
    }

    .more3>span::after {
        font-size: 12px
    }

    .heading3-icon {
        width: 31px;
        height: 31px
    }

    .news3-feature {
        height: 342px
    }

    .news3-overlay {
        height: 112px;
        grid-template-columns: 72px 1fr
    }

    .news3-overlay time b {
        font-size: 21px
    }

    .news3-overlay>div {
        padding: 10px 13px
    }

    .news3-overlay h3 {
        display: block;
        overflow: visible;
        margin-bottom: 4px;
        font-size: 17px;
        line-height: 1.4;
        -webkit-line-clamp: unset
    }

    .news3-overlay p {
        font-size: 11px;
        line-height: 1.35;
        -webkit-line-clamp: 1
    }

    .news3-list button {
        height: 58px;
        min-height: 58px;
        grid-template-columns: minmax(0,1fr) 70px;
        gap: 10px;
        padding: 6px 4px
    }

    .news3-list strong {
        font-size: 13px;
        line-height: 1.35
    }

    .news3-list button:hover:not(.active),.news3-list button:focus-visible:not(.active) {
        padding-left: 10px
    }

    .news3-list button.active {
        height: 78px;
        min-height: 78px;
        grid-template-columns: 62px minmax(0,1fr);
        padding: 6px 8px 6px 0
    }

    .news3-list button.active>time {
        height: 58px
    }

    .news3-list button.active strong {
        font-size: 14px;
        line-height: 1.35
    }

    .news3-list small {
        display: none!important
    }

    .academic3-list strong,.notice3-card strong {
        font-size: 14px
    }

    .notice3-grid {
        grid-template-columns: 1fr;
        grid-auto-rows: auto;
        gap: 8px
    }

    .notice3-feature {
        grid-row: auto;
        min-height: 230px
    }

    .notice3-card {
        min-height: 64px;
        padding: 11px 14px
    }

    .notice3-card strong {
        margin-bottom: 4px;
        line-height: 1.45;
        -webkit-line-clamp: 1
    }

    .notice3-feature span {
        left: 16px;
        right: 16px;
        bottom: 48px;
        font-size: 17px
    }

    .notice3-feature p {
        left: 16px;
        right: 90px;
        bottom: 18px
    }

    .notice3-feature time {
        right: 16px;
        bottom: 18px
    }

    .media3-logos,.media3-report {
        display: none
    }

    .media3-mobile-carousel {
        display: block;
        width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        overscroll-behavior-inline: contain;
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x pan-y
    }

    .media3-mobile-carousel::-webkit-scrollbar {
        display: none
    }

    .media3-mobile-track {
        display: flex;
        gap: 12px;
        padding: 0 30% 10px 0
    }

    .media3-mobile-card {
        flex: 0 0 70%;
        overflow: hidden;
        background: #fff;
        box-shadow: 0 13px 28px #5e130b35;
        scroll-snap-align: start
    }

    .media3-mobile-image {
        height: 175px;
        overflow: hidden;
        background: #71150d
    }

    .media3-mobile-image img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .media3-mobile-copy {
        position: relative;
        height: 190px;
        overflow: hidden;
        padding: 16px 16px 32px;
        color: #5a504a;
        background: #fff
    }

    .media3-mobile-copy::after {
        content: "";
        position: absolute;
        z-index: 0;
        right: -5px;
        bottom: -8px;
        width: 118px;
        height: 88px;
        background: url('assets3/l-bgpng.png') right bottom/contain no-repeat;
        opacity: .78;
        pointer-events: none
    }

    .media3-mobile-source,.media3-mobile-copy h3,.media3-mobile-copy p,.media3-mobile-copy time {
        position: relative;
        z-index: 1
    }

    .media3-mobile-source {
        display: block;
        margin-bottom: 6px;
        color: var(--red3);
        font-size: 11px
    }

    .media3-mobile-copy h3 {
        display: -webkit-box;
        overflow: hidden;
        margin: 0 0 7px;
        color: var(--red3);
        font-family: "STZhongsong","SimSun",serif;
        font-size: 16px;
        line-height: 1.45;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }

    .media3-mobile-copy p {
        display: -webkit-box;
        overflow: hidden;
        margin: 0;
        color: #827872;
        font-size: 11px;
        line-height: 1.55;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3
    }

    .media3-mobile-copy time {
        position: absolute;
        left: 16px;
        bottom: 12px;
        color: var(--red3);
        font: 11px Georgia
    }

    .gallery3-grid {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: repeat(3,160px)
    }

    .gallery3-grid .gallery3-c {
        grid-column: 2;
        grid-row: 1/3
    }

    .gallery3-grid .gallery3-e {
        grid-column: auto;
        grid-row: auto
    }

    .topic3-viewport {
        overflow: visible
    }

    .topic3-track {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 12px;
        transform: none!important;
        will-change: auto
    }

    .topic3-card {
        width: auto;
        flex: none
    }

    .topic3-control {
        display: none
    }

    .fusion3-section {
        padding-bottom: 48px
    }

    .fusion3-links {
        grid-template-columns: repeat(2,1fr);
        gap: 10px;
        align-items: stretch
    }

    .fusion3-card {
        height: 240px
    }

    .fusion3-card:nth-child(n) {
        margin-top: 0
    }

    .fusion3-card>span {
        font-size: 23px
    }

    .fusion3-card::after {
        top: 164px
    }

    .fusion3-building {
        width: 130%;
        left: -15%
    }

    .footer3-main {
        grid-template-columns: 1fr;
        gap: 28px;
        text-align: left
    }

    .footer3-brand {
        width: min(340px,100%)
    }

    .footer3-contact p {
        display: block
    }

    .footer3-contact p span {
        display: block;
        margin: 7px 0
    }

    .footer3-social {
        grid-column: auto;
        justify-content: flex-start
    }

    .footer3-social a {
        width: 48px;
        height: 48px
    }

    .footer3-qr {
        left: 0;
        transform: translate(0,10px) scale(.96);
        transform-origin: left bottom
    }

    .footer3-qr::after {
        left: 24px
    }

    .footer3-wechat:hover .footer3-qr,.footer3-wechat:focus-visible .footer3-qr,.footer3-wechat:focus-within .footer3-qr {
        transform: translate(0,0) scale(1)
    }

    .footer3-bottom {
        padding-inline:18px;line-height: 1.7
    }

    .back3-top {
        right: 15px;
        bottom: 16px
    }
}

@media(max-width: 420px) {
    .brand3 {
        width:205px;
        flex-basis: 205px
    }

    .main3-nav {
        padding-inline:15px}

    .submenu3-links,.mega3-links .submenu3-links {
        grid-template-columns: 1fr
    }

    .majors3-groups {
        grid-template-columns: 1fr
    }

    .hero3 {
        height: 420px;
        min-height: 420px
    }

    .news3-feature {
        height: 310px
    }

    .news3-overlay p {
        display: none
    }

    .news3-list button {
        gap: 8px
    }

    .news3-list strong {
        font-size: 13px
    }

    .news3-list button.active>time {
        height: 58px
    }

    .fusion3-card {
        height: 214px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,*::before,*::after {
        animation: none!important;
        transition: none!important
    }
}