.footer {
    margin-top: 0;
}

/*------大轮播 banner-----[开始]*/
.banner {
    width: 100%;
    position: relative;
}

.banner .swiper-container {
    width: 100%;
    /* 大屏端按视口宽度同步增高，避免超宽屏下图片被过度裁切 */
    height: clamp(520px, 29vw, 780px);
    overflow: hidden;
}

.banner .swiper-slide {
    position: relative;
    width: 100%;
    height: clamp(520px, 29vw, 780px);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.banner .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
}

.banner-title {
    position: absolute;
     /* left: clamp(50px, 3.6vw, 72px); */
    bottom: clamp(40px, 3.2vw, 64px);

    left: 50%;
    margin-left: -790px;

    font-size: 30px;
    line-height: 44px;
    color: #fff;
    background-image: linear-gradient(90deg, rgba(0, 70, 168, 0.9) 70%, rgba(0, 70, 168, 0.01) 100%);
    padding: clamp(24px, 1.8vw, 36px) clamp(100px, 7vw, 140px) clamp(24px, 1.8vw, 36px) clamp(35px, 2vw, 48px);
    min-width: 800px;
    max-width: 990px;
}
@media screen and (max-width: 1620px) {
    .banner-title {
        left: 50px;
        margin-left: 0;
    }
}

@media screen and (min-width: 1800px) {
    /* 超宽屏先抬高一档，避免 1800px 左右开始变扁 */
    .banner .swiper-container,
    .banner .swiper-slide {
        height: clamp(530px, 29.5vw, 840px);
    }
}

@media screen and (min-width: 2560px) {
    /* 2K 屏继续增加可视高度，避免被上一档 max-height 卡住 */
    .banner .swiper-container,
    .banner .swiper-slide {
        height: clamp(760px, 32vw, 1060px);
    }
}

@media screen and (min-width: 3840px) {
    /* 4K 屏单独再抬高一档，保证超高分辨率下仍然不显扁 */
    .banner .swiper-container,
    .banner .swiper-slide {
        height: clamp(920px, 30vw, 1280px);
    }
}

.swiper-button-prev,
.swiper-button-next {
    width: 38px;
    height: 38px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-prev {
    background-image: url('../images/banner-pre.png');
    left: 40px;
}

.swiper-button-prev:hover {
    background-image: url('../images/banner-pre-hover.png');
}

.swiper-button-next {
    background-image: url('../images/banner-next.png');
    right: 40px;
}

.swiper-button-next:hover {
    background-image: url('../images/banner-next-hover.png');
}

.swiper-button-prev::after,
.swiper-button-next::after {
    display: none;
}

.banner .swiper-pagination {
    bottom: 20px;
    display: none;
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.7;
}

.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0046a8;
}
/*------大轮播 banner-----[结束]*/

/*------公告头部 title-----[开始]*/
.section {
    padding: 50px 0;
}

.title {
    font-size: 28px;
    text-align: center;
    color: #0046a8;
    font-weight: bold;
    letter-spacing: 2px;
}

.more {
    text-align: right;
    margin-bottom: 35px;
}

.more a {
    font-weight: bold;
    color: #0046a8;
}
/*------公告头部 title-----[结束]*/

/*------新闻热点 news-----[开始]*/
.news {
    background: #f0f3f9 url('../images/news-bg.png') no-repeat bottom center;
    background-size: cover;
}

.news .ct {
    display: flex;
    justify-content: space-between;
}

.news .ct .news-banner {
    width: 610px;
}

/*新闻热点--轮播 ---[开始]*/
.focus2 {
    position: relative;
    width: 610px;
}

.focus2 .fPic2 {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus2 .fcon2 {
    position: relative;
    width: 100%;
    float: left;
    display: none;
    background: #000;
    background: #b6c6dc;
    background-color: rgba(0,0,0,.5);
}

.focus2 .fcon2 a.pic {
    display: block;
    display:flex;
    align-items: center;
    width: 610px;
    height: 380px;
    overflow: hidden;
}
.focus2 .fcon2 a.pic img {
    width: 100%;
    height: auto;
}
.focus2 .fcon2 img {
    display: block;
    transition: all 0.7s ease 0s;
}

.focus2 .shadow2 {
    width: 610px;
    height: 160px;
    position: absolute;
    left: 0px;
    padding: 22px 25px 0;
    background-color: #fff;
    background-image: -moz-linear-gradient(90deg, rgb(255, 255, 255) 56%, rgb(227, 237, 251) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(255, 255, 255) 56%, rgb(227, 237, 251) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(255, 255, 255) 56%, rgb(227, 237, 251) 100%);
    box-shadow: 0px 2px 10px 0px rgba(58, 94, 144, 0.1);
}

.focus2 .shadow2 .tit a {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 8px;
}

.focus2 .shadow2 .tit a:hover {
    color: #0046a8;
}

/* .focus2 .shadow2 .date {
    color: #93caee;
    margin: 2px 0 0 0;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    letter-spacing: 1px;
} */

.focus2 .shadow2 .summary {
    font-size: 15px;
    color: #7d7d7d;
    line-height: 26px;
}

.focus2 .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}

.focus2 .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus2 .btn2 a:hover,
.focus2 .btn2 a.current {
    cursor: pointer;
    background: #fc114a;
}

.focus2 .fbg2 {
    right: 20px;
    top: 355px;
    position: absolute;
    text-align: center;
    z-index: 200;
}

.focus2 .fbg2 .D1fBt2 {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus2 .D1fBt2 a {
    position: relative;
    display: inline;
    width: 10px;
    height: 10px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus2 .D1fBt2 .current,
.focus2 .D1fBt2 a:hover {
    background: #0046a8;
}

.focus2 .D1fBt2 img {
    display: none;
}

.focus2 .D1fBt2 i {
    display: none;
    font-style: normal;
}

.focus2 a.pic:hover img {
    transform: scale(1.12);
}
/* 新闻热点--轮播 ---[结束]*/

.news .ct .news-list {
    width: 610px;
}

.news .ct .news-list .list-item {
    display: inline-block;
    width: 610px;
    height: 120px;
    padding: 16px 35px 0 30px;
    margin-bottom: 20px;
    border-left: 3px solid #0046a8;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 10px 0px rgba(58, 94, 144, 0.1);
    transition: transform 0.3s;
}

.news .ct .news-list .list-item:nth-last-child(1) {
    margin-bottom: 0px;
}

.news .ct .news-list .list-item:hover {
    transform: translateX(-10px);
}

.news .ct .news-list .list-item .tit {
    height: 56px;
    line-height: 28px;
    color: #333;
    margin-bottom: 12px;
}

.news .ct .news-list .list-item:hover .tit {
    color: #0046a8;
}

.news .ct .news-list .list-item .date {
    font-size: 14px;
    font-weight: bold;
    color: #2a61af;
}
/*------新闻热点 news-----[结束]*/

/*------通知公告 notice-----[开始]*/
.notice {
    background: #f0f3f9 url('../images/notice-bg.png') no-repeat bottom center;
    background-size: cover;
}
.notice .list{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 60px;
}
.notice .list a{
	display: flex;
	align-items: center;
	background: rgba(255, 255, 255, 0.8);
	padding: 0 20px;
	height: 90px;
	position: relative;
	gap: 20px;
    clip-path: polygon(0 0, 100% 0, 100% 65%, 95% 100%, 0 100%);
	transition: transform 0.3s;
    box-shadow: 0px 2px 15px 0px rgba(76, 101, 136, 0.2);
}
.notice .list a:hover{
    background-color: #fff;
	transform: translateY(-5px);
	box-shadow: 0px 4px 14px 0px rgba(148, 165, 182, 0.3);
}
.notice .list a .time{
	width: 80px;
	color: #0f5bc4;
	line-height: 26px;
	text-align: center;
	padding-right:20px;
	border-right:1px solid #a8d5ec;
}
.notice .list a .time .date{
	font-size:22px;
	font-weight: bold;
}
.notice .list a .time .year{
	font-size:15px;
}
.notice .list a .tit{
	width: 460px;
	color: #333;
	line-height:30px;
}
.notice .list a:hover .tit {
	color: #0046a8;
}
/*------通知公告 notice-----[结束]*/

/*------学术活动 activity-----[开始]*/
.activity {
    background: #fafbfc;
}
.activity .ct{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 60px;
}
.activity .pic-item{
    display: flex;
    /* justify-content: space-between; */
    /* gap: 0; */
    width: 610px;
    height: 250px;
    margin-bottom: 5px;
}
.activity .pic-item .pic{
    width: 260px;
    height: 250px;
    overflow: hidden;
    background: #0046a8 url(../images/yuanhui.png) no-repeat center;   
}
.activity .pic-item .pic img{
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}
.activity .pic-item:hover .pic img{
    transform: scale(1.1);
}
.activity .pic-item .txt{
    width: 350px;
    height: 250px;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 15px 0px rgba(76, 101, 136, 0.2);
}
.activity .pic-item .txt .tit{
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #333;
    margin-bottom: 24px;
}
.activity .pic-item:hover .txt .tit{
    color: #0046a8;
}
.activity .pic-item .txt .info{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.activity .list-item{
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 88px;
    /* padding:0 10px 0 0; */
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.activity .list-item .time{
	width: 76px;
	line-height: 30px;
	text-align: center;
    color: #1d569e;
}
.activity .list-item .time .date{
	font-size:28px;
}
.activity .list-item .time .year{
	font-size:15px;
}
.activity .list-item .tit{
	width: 490px;
	color: #333;
	line-height: 28px;
}
.activity .list-item:hover{
	border-bottom: 1px solid #1d569e;
    padding-left: 6px;
}
.activity .list-item:hover .tit{
	color: #0046a8;
}
/*------学术活动 activity-----[结束]*/

/*------成果直击 achievement-----[开始]*/
.achievement{
    background: #f5f7f9 url('../images/achievement-bg.png') no-repeat top -70px center;
    background-size: cover;
}
.achievement .list{
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.achievement .list .pic-item,.achievement .list .list-item{
    width: 296px;
    height: 330px;
    background-color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(148, 165, 182, 0.3);
}
.achievement .list .pic-item .pic{
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
    border-bottom:3px solid #0046a8;
}
.achievement .list .pic-item .pic img{
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}
.achievement .list .pic-item:hover .pic img{
    transform: scale(1.1);
}
.achievement .list .date{
    width: 92px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #0046a8;
    border-radius:0 15px 0 0;
}
.achievement .list .pic-item .pic .date{
    position: absolute;
    bottom: 0;
    left: 0;
}
.achievement .list .pic-item .tit{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin: 16px 15px 0;
}
.achievement .list .pic-item:hover .tit{
    color: #0046a8;
}

.achievement .list .list-item{
    padding: 22px 20px 20px;
    border-top: 3px solid #0046a8;
}
.achievement .list .list-item .tit{
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin: 18px 0 16px;
}
.achievement .list .list-item .summary{
    font-size: 14px;
    color: #7d7d7d;
    line-height: 24px;
}
.achievement .list .list-item:hover .tit{
    color: #0046a8;
}
.achievement .list .list-item:hover .summary{
    color: #909dae;
}
/*------成果直击 achievement-----[结束]*/

/*------国家级人才 talent-----[开始]*/
.talent{
    padding-bottom: 36px;
    background: url('../images/talent-bg.png') no-repeat center;
    background-size: cover;
}

.als-container {
	position: relative;
	width: 1280px;
    margin: 0 auto;
}

.als-viewport {
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}

.als-wrapper {
	position: relative;
	list-style: none;
}

.als-item {
	position: relative;
	display: block;
	text-align: center;
	cursor: pointer;
	float: left;  
}

.als-item>a{
	display: inline-block;
    width: 195px;
    height: 270px;
    margin: 0 22px;
}
.als-item>a .bg{
    position: relative;
    width: 170px;
    height:234px;
    border-radius: 4px;
    padding:5px 0 0 5px;
    background-color: #0046a8;
}
.als-item>a .bg .pic{
    width: 190px;
	height: 224px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 80px 4px 4px 4px;
    box-shadow: 2px 0px 10px 0px rgba(96, 134, 172, 0.2);
}

.als-item>a .bg .pic img{
    width: 100%;
    height: auto;
    transition: transform 0.3s;
}
.als-item>a .bg .tit{
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 140px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #1b1b1b;
    text-align: center;
    border-radius: 20px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 10px 0px rgba(0, 64, 140, 0.08);
}
.als-item>a:hover .bg .pic img{
    transform: scale(1.1);
}
.als-item a:hover .bg .tit{
	color: #0046a8;
}

.als-prev, .als-next {
    position: absolute;
	cursor: pointer;
	clear: both;
	display: inline-block;
	top: 100px;
	/* height: 40px; */
}
/* .als-prev img, .als-next img{
	vertical-align: middle;
} */
.als-prev {
	left: 0;
}
.als-next {
	right: 0;
}
/*------国家级人才 talent-----[结束]*/

/*------图标链接 icon-link-----[开始]*/
.icon-link{
    height: 274px;
    /* padding:60px 0;*/
    padding-top:60px;
    background:#fff url('../images/icon-link-bg.png') no-repeat bottom center;
}
.icon-link .wrap{
    display: flex;
    justify-content: space-between;
    /* gap: 60px; */
}
.icon-link .link-item{
    width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.3s;
}
.icon-link .link-item:hover{
    transform: translateY(-5px);
}
.icon-link .link-item .icon{
    width: 112px;
    height: 112px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s;
    background-color: rgba(255, 255, 255, 0.3);
    position: relative;
}
.icon-link .link-item:hover .icon{
    transform: translateZ(0);
}
.icon-link .link-item .icon::before{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 50%;
    border: 1px dashed #0f5bc4;
    transition: transform 0.3s linear;
}
.icon-link .link-item:hover .icon::before{
    animation: rotateBorder 14s linear infinite;
}
@keyframes rotateBorder{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.icon-link .link-item .icon img{
    width: 60px;
    height: 60px;
    position: relative;
    z-index: 1;
}
.icon-link .link-item:hover .icon img{
    animation: shake 0.5s ease-in-out;
}
@keyframes shake{
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-5px); }
    75% { transform: translateX(5px); }
}
.icon-link .link-item .text{
    font-size: 18px;
    color: #333;
    text-align: center;
}
.icon-link .link-item:hover .text{
    color: #0046a8;
}
/*------图标链接 icon-link-----[结束]*/

/*------首页移动端响应式覆盖，不影响 PC 端样式-----[开始]*/
@media screen and (max-width: 1279px) and (min-width: 992px) {
    .banner .swiper-container,
    .banner .swiper-slide,
    .banner .swiper-slide img {
        height: 42vw;
        min-height: 360px;
        max-height: 520px;
    }

    .banner-title {
        left: 32px;
        right: 32px;
        bottom: 32px;
        min-width: 0;
        max-width: none;
        padding: 24px 90px 24px 24px;
        font-size: 26px;
        line-height: 38px;
    }

    .news .ct {
        gap: 24px;
    }

    .news .ct .news-banner,
    .news .ct .news-list {
        width: calc((100% - 24px) / 2);
    }

    .focus2,
    .focus2 .fcon2 a.pic,
    .focus2 .shadow2 {
        width: 100%;
    }

    .focus2 {
        min-height: 480px;
    }

    .focus2 .fPic2 {
        width: 100%;
    }

    .focus2 .fcon2 a.pic {
        height: 300px;
    }

    .focus2 .fcon2 a.pic img,
    .achievement .list .pic-item .pic img {
        height: 100%;
        object-fit: cover;
    }

    .focus2 .fbg2{
        top: 275px;
    }

    .focus2 .shadow2 {
        height: auto;
        min-height: 160px;
        padding: 20px 18px 18px;
        box-sizing: border-box;
    }

    .news .ct .news-list .list-item {
        width: 100%;
        height: auto;
        min-height: 110px;
        padding: 12px 16px 14px;
    }

    .news .ct .news-list .list-item .tit {
        height: auto;
        /* min-height: 56px; */
        font-size: 16px;
        margin-bottom: 8px;
    }

    .notice .list {
        gap: 18px 24px;
    }

    .notice .list a .tit,
    .activity .list-item .tit {
        width: auto;
        flex: 1;
    }

    .activity .ct {
        gap: 0 24px;
    }

    .activity .pic-item {
        width: 100%;
        height: auto;
    }

    .activity .pic-item .pic {
        width: 42%;
        height: 250px;
    }

    .activity .pic-item .pic img {
        height: 100%;
        object-fit: cover;
    }

    .activity .pic-item .txt {
        width: 58%;
        height: 250px;
        padding: 15px 18px;
    }

    .activity .pic-item .txt .tit {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .activity .pic-item .txt .info{
        line-height: 26px;
    }

    .achievement .list {
        gap: 16px;
    }

    .achievement .list .pic-item,
    .achievement .list .list-item {
        width: calc((100% - 48px) / 4);
        height: auto;
    }

    .achievement .list .pic-item .pic {
        height: 190px;
    }

    .talent {
        padding-bottom: 30px;
    }

    .als-container {
        width: 100%;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .als-item > a {
        width: 134px;
        height: 222px;
        margin: 0 25px;
    }

    .als-item > a .bg {
        width: 126px;
        height: 192px;
    }

    .als-item > a .bg .pic {
        width: 142px;
        height: 182px;
    }

    .als-item > a .bg .tit {
        left: 12px;
        width: 110px;
        font-size: 14px;
    }

    .als-prev,
    .als-next {
        top: 72px;
    }

    .als-prev {
        left: 10px;
    }

    .als-next {
        right: 10px;
    }

    .als-prev img,
    .als-next img {
        width: 16px;
        height: auto;
    }
}

@media screen and (max-width: 991px) {
    .section {
        padding: 34px 0;
    }

    .title {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .more {
        margin-bottom: 22px;
    }

    .banner .swiper-container,
    .banner .swiper-slide,
    .banner .swiper-slide img {
        height: 240px;
    }

    .banner-title {
        left: 16px;
        right: 16px;
        bottom: 16px;
        min-width: 0;
        max-width: none;
        padding: 14px 52px 14px 16px;
        font-size: 18px;
        line-height: 28px;
        background-image: linear-gradient(90deg, rgba(0, 70, 168, 0.92) 68%, rgba(0, 70, 168, 0.25) 100%);
    }

    .swiper-button-prev,
    .swiper-button-next {
        width: 26px;
        height: 26px;
    }

    .swiper-button-prev {
        left: 14px;
    }

    .swiper-button-next {
        right: 14px;
    }

    .news .ct {
        display: flex;
        gap: 20px;
        align-items: flex-start;
    }

    .news .ct .news-banner,
    .news .ct .news-list,
    .focus2,
    .focus2 .fcon2 a.pic,
    .focus2 .shadow2 {
        width: 100%;
    }

    .news .ct .news-banner {
        width: calc((100% - 20px) / 2);
        margin-bottom: 0;
    }

    .news .ct .news-list {
        width: calc((100% - 20px) / 2);
    }

    .focus2 {
        min-height: 430px;
    }

    .focus2 .fPic2 {
        width: 100%;
    }

    .focus2 .fcon2 a.pic {
        height: 240px;
    }

    .focus2 .fcon2 a.pic img {
        height: 100%;
        object-fit: cover;
    }

    .focus2 .shadow2 {
        /* height: 190px;
        padding: 18px 16px 0; */
        min-height: 190px;
        height: auto;
        padding: 18px 16px 18px;
    }

    .focus2 .shadow2 .tit a {
        white-space: normal;
        font-size: 17px;
        line-height: 28px;
    }

    .focus2 .shadow2 .summary {
        font-size: 14px;
        line-height: 24px;
    }

    .focus2 .fbg2 {
        right: 10px;
        top: 222px;
    }

    .news .ct .news-list .list-item {
        width: 100%;
        height: auto;
        padding: 16px 18px;
        margin-bottom: 14px;
    }

    .news .ct .news-list .list-item .tit {
        height: auto;
        margin-bottom: 10px;
    }

    .notice .list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .notice .list a {
        height: auto;
        min-height: 90px;
        padding: 16px;
        gap: 14px;
        clip-path: none;
    }

    .notice .list a .time {
        width: 72px;
        padding-right: 14px;
    }

    .notice .list a .time .date {
        font-size: 20px;
    }

    .notice .list a .tit {
        width: auto;
        flex: 1;
        line-height: 26px;
    }

    .activity .ct {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px 24px;
    }

    .activity .pic-item {
        display: block;
        width: 100%;
        height: auto;
        margin-bottom: 0;
    }

    .activity .pic-item .pic,
    .activity .pic-item .txt {
        width: 100%;
    }

    .activity .pic-item .pic {
        height: 220px;
    }

    .activity .pic-item .pic img {
        height: 100%;
        object-fit: cover;
    }

    .activity .pic-item .txt {
        height: auto;
        padding: 18px 16px;
    }

    .activity .pic-item .txt .tit {
        margin-bottom: 14px;
        font-size: 17px;
        line-height: 28px;
    }

    .activity .pic-item .txt .info {
        line-height: 28px;
    }

    .activity .list-item {
        gap: 14px;
        height: auto;
        min-height: 82px;
        padding: 14px 0;
    }

    .activity .list-item .time {
        width: 68px;
    }

    .activity .list-item .time .date {
        font-size: 24px;
        line-height: 1.2;
    }

    .activity .list-item .tit {
        width: auto;
        flex: 1;
        line-height: 26px;
    }

    .achievement .list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
    }

    .achievement .list .pic-item,
    .achievement .list .list-item {
        width: auto;
        height: auto;
    }

    .achievement .list .pic-item .pic {
        height: 220px;
    }

    .achievement .list .pic-item .pic img {
        height: 100%;
        object-fit: cover;
    }

    .achievement .list .pic-item .tit {
        margin: 14px 14px 18px;
        line-height: 26px;
    }

    .achievement .list .list-item {
        padding: 18px 16px;
    }

    .achievement .list .list-item .tit {
        margin: 16px 0 12px;
        line-height: 26px;
    }

    .talent {
        padding-bottom: 26px;
    }

    .als-container {
        width: 100%;
        padding: 0 28px;
        box-sizing: border-box;
    }

    .als-item > a {
        width: 150px;
        height: 225px;
        margin: 0 8px;
        margin: 0 25px;
    }

    .als-item > a .bg {
        width: 134px;
        height: 194px;
    }

    .als-item > a .bg .pic {
        width: 150px;
        height: 184px;
    }

    .als-item > a .bg .tit {
        left: 16px;
        width: 118px;
        bottom: -13px;
    }

    .als-prev,
    .als-next {
        top: 74px;
    }

    .als-prev img,
    .als-next img {
        width: 22px;
        width: 16px;
        height: auto;
    }

    .icon-link {
        height: auto;
        padding: 36px 0;
    }

    .icon-link .wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 22px 0;
    }

    .icon-link .link-item {
        width: 33.3333%;
    }

    .icon-link .link-item .icon {
        width: 92px;
        height: 92px;
        margin-bottom: 12px;
    }

    .icon-link .link-item .icon img {
        width: 48px;
        height: 48px;
    }

    .icon-link .link-item .text {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .banner .swiper-container,
    .banner .swiper-slide,
    .banner .swiper-slide img {
        height: 210px;
    }

    .banner-title {
        font-size: 16px;
        line-height: 24px;
        padding: 12px 42px 12px 14px;
    }

    .focus2 {
        min-height: 400px;
    }

    .focus2 .fcon2 a.pic {
        height: 220px;
    }

    .focus2 .shadow2 {
        height: 180px;
    }

    .focus2 .fbg2 {
        top: 204px;
    }

    .icon-link .link-item {
        width: 50%;
    }
}

@media screen and (max-width: 575px) {
    .section {
        padding: 20px 0;
    }

    .more {
        margin-bottom: 15px;
    }

    .banner .swiper-container,
    .banner .swiper-slide,
    .banner .swiper-slide img {
        /* height: 190px; */
        height: 140px;
    }

    .title {
        font-size: 22px;
    }

    .banner-title {
        position: absolute;
        left: 0;
        bottom: 0;
        /* font-size: 15px;
        height: 36px;
        line-height: 36px; */
        font-size: 14px;
        height: 34px;
        line-height: 34px;
        color: #fff;
        background-image: none;
        background-color: rgba(0, 70, 168, 0.7);
        padding: 0 10px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .focus2 {
        /* 手机端改为顺序流布局，让外层高度随图片与标题内容总高度自适应 */
        min-height: 0;
        height: auto;
    }

    .focus2 .fPic2 {
        position: static;
    }

    .focus2 .fcon2 {
        overflow: hidden;
        float: none;
    }

    .focus2 .fcon2 a.pic {
        height: 200px;
    }

    .focus2 .shadow2 {
        position: static;
        height: auto;
        padding: 16px;
        min-height: 88px;
        box-sizing: border-box;
    }

    /* 手机端新闻轮播摘要文字过长，隐藏 summary 避免换行过多 */
    .focus2 .shadow2 .summary {
        display: none;
    }
    
    /* 手机端隐藏摘要后，标题区域去掉下边距，并按两行标题高度保持稳定卡片高度 */
    .focus2 .shadow2 .tit a {
        margin-bottom: 0;
        min-height: 56px;
    }

    .focus2 .fbg2 {
        top: 184px;
    }

    .news .ct {
        display: block;
    }

    .news .ct .news-banner,
    .news .ct .news-list {
        width: 100%;
    }

    .news .ct .news-banner {
        margin-bottom: 20px;
    }

    .notice .list a {
        padding: 12px 12px;
    }

    .notice .list {
        grid-template-columns: 1fr;
    }

    .activity .ct {
        grid-template-columns: 1fr;
        gap: 0;
    }

    /* 手机端学术活动图片卡片单列显示时，为第一个 pic-item 增加底部间距 */
    .activity .pic-item:nth-of-type(1) {
        margin-bottom: 20px;
    }

    .activity .pic-item .pic {
        height: 200px;
    }

    .achievement .list {
        grid-template-columns: 1fr;
    }

    .achievement .list .pic-item .pic {
        height: 200px;
    }

    .als-container {
        padding: 0 24px;
    }

    .als-item > a {
        width: 132px;
        margin: 0 6px;
    }

    .als-item > a .bg {
        width: 118px;
        height: 184px;
    }

    .als-item > a .bg .pic {
        width: 132px;
        height: 174px;
    }

    .als-item > a .bg .tit {
        left: 10px;
        width: 112px;
        font-size: 15px;
    }

    .news .ct .news-list .list-item {
        padding: 12px 18px 15px;
    }
}
/*------首页移动端响应式覆盖，不影响 PC 端样式-----[结束]*/