/* vip3mb00321 仿清华大学官网风格 - PC 样式 */
*{margin:0;padding:0;box-sizing:border-box}
html,body{font-family:"Microsoft YaHei","PingFang SC","Helvetica Neue",Arial,sans-serif;color:#333;background:#fff;line-height:1.7;font-size:14px}
a{color:#333;text-decoration:none;transition:color .2s}
a:hover{color:#660874}
ul,ol,li{list-style:none}
img{max-width:100%;vertical-align:middle;border:0}
.container{width:1200px;margin:0 auto}
.clearfix:after{content:"";display:block;clear:both}

/* 顶栏 */
.thu-topbar{background:#4b0664;color:#d8c6e0;font-size:12px;height:34px;line-height:34px}
.thu-topbar .container{display:flex;justify-content:space-between;align-items:center}
.thu-topbar .tb-left span{margin-right:18px}
.thu-topbar .tb-right a{color:#e3d3eb;margin-left:22px;position:relative}
.thu-topbar .tb-right a:hover{color:#fff}
.thu-topbar .tb-right a+a:before{content:"";position:absolute;left:-12px;top:50%;transform:translateY(-50%);width:1px;height:10px;background:#7b4d8f}

/* 搜索浮层 */
.thu-search{position:absolute;z-index:99;display:none;background:#fff;border:1px solid #ddd;border-top:3px solid #660874;padding:14px 18px;width:360px;box-shadow:0 4px 16px rgba(0,0,0,.08)}
.thu-search.on{display:block}
.thu-search form{display:flex}
.thu-search input[type=text]{flex:1;border:1px solid #dcdcdc;padding:8px 12px;font-size:14px;outline:none}
.thu-search button{border:0;background:#660874;color:#fff;padding:0 18px;cursor:pointer;font-size:14px}
.thu-search button:hover{background:#81219b}

/* 头部 */
.thu-header{background:#660874;color:#fff;padding:34px 0;border-bottom:4px solid #dbaa00}
.thu-header .container{display:flex;align-items:center;justify-content:space-between}
.thu-header .logo{display:flex;align-items:center;color:#fff}
.thu-header .logo img{height:76px;margin-right:18px}
.thu-header .brand h1{font-size:32px;font-weight:700;letter-spacing:6px;color:#fff;line-height:1.2}
.thu-header .brand p{font-size:16px;letter-spacing:2px;color:#e7d4ee;margin-top:6px;font-family:"Times New Roman",serif;text-transform:uppercase}
.thu-header .motto{text-align:right;color:#f0e4f5;font-size:22px;letter-spacing:6px;font-weight:500;line-height:1.3}
.thu-header .motto small{display:block;font-size:11px;letter-spacing:1px;color:#c6a6d1;margin-top:8px;font-family:"Times New Roman",serif}

/* 主导航 */
.thu-nav{background:#fff;border-bottom:1px solid #eee;box-shadow:0 2px 4px rgba(0,0,0,.04)}
.thu-nav ul{display:flex;justify-content:space-between}
.thu-nav li{flex:1;text-align:center;position:relative}
.thu-nav li a{display:block;line-height:56px;font-size:16px;color:#333;font-weight:500}
.thu-nav li:hover>a,.thu-nav li.active>a{color:#660874;background:#faf3ff}
.thu-nav li:after{content:"";position:absolute;left:50%;bottom:0;width:0;height:3px;background:#dbaa00;transition:all .3s;transform:translateX(-50%)}
.thu-nav li:hover:after,.thu-nav li.active:after{width:60%}

/* 轮播 */
.thu-slide{position:relative;background:#f3eaf7}
.thu-slide .swiper-container-index{width:100%;height:460px}
.thu-slide .swiper-slide{position:relative}
.thu-slide .swiper-slide img{width:100%;height:460px;object-fit:cover;display:block}
.thu-slide .swiper-slide .caption{position:absolute;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.7));color:#fff;padding:30px 50px;font-size:20px}
.thu-slide .swiper-pagination{bottom:16px}
.thu-slide .swiper-pagination-bullet{width:28px;height:4px;border-radius:0;background:#fff;opacity:.5}
.thu-slide .swiper-pagination-bullet-active{background:#dbaa00;opacity:1}

/* 区块通用 */
.section{padding:50px 0}
.section.cream{background:#faf6fb}
.section-title{display:flex;align-items:flex-end;justify-content:space-between;border-bottom:2px solid #eadaef;margin-bottom:30px;padding-bottom:10px}
.section-title h2{font-size:24px;color:#660874;font-weight:700;position:relative;padding-left:14px}
.section-title h2:before{content:"";position:absolute;left:0;top:6px;width:4px;height:22px;background:#dbaa00}
.section-title h2 em{font-style:normal;font-size:12px;color:#a67eb3;margin-left:10px;font-family:"Times New Roman",serif;letter-spacing:2px;text-transform:uppercase}
.section-title .more{font-size:13px;color:#888}
.section-title .more:hover{color:#660874}

/* 要闻区 */
.thu-news{display:flex;gap:30px}
.thu-news .headline{flex:1.2;display:block;background:#fff;border:1px solid #eee;transition:all .3s}
.thu-news .headline:hover{border-color:#660874;box-shadow:0 6px 16px rgba(102,8,116,.1);transform:translateY(-2px)}
.thu-news .headline .pic{height:280px;overflow:hidden}
.thu-news .headline .pic img{width:100%;height:100%;object-fit:cover;transition:all .5s}
.thu-news .headline:hover .pic img{transform:scale(1.05)}
.thu-news .headline h3{padding:18px 20px 6px;font-size:18px;color:#222;line-height:1.5}
.thu-news .headline p{padding:0 20px;color:#666;font-size:13px;line-height:1.7}
.thu-news .headline .date{display:block;padding:10px 20px 20px;color:#dbaa00;font-size:13px;font-family:"Times New Roman",serif}
.thu-news .list{flex:1.3;display:flex;flex-direction:column}
.thu-news .list li{display:flex;align-items:center;padding:14px 0;border-bottom:1px dashed #eadaef}
.thu-news .list li:last-child{border-bottom:0}
.thu-news .list .date{width:74px;text-align:center;padding-right:16px;border-right:2px solid #660874;color:#660874;flex-shrink:0}
.thu-news .list .date .d{display:block;font-size:24px;font-weight:700;line-height:1}
.thu-news .list .date .m{display:block;font-size:12px;color:#a67eb3;margin-top:4px;font-family:"Times New Roman",serif}
.thu-news .list h4{flex:1;padding-left:16px;font-size:15px;font-weight:400;color:#333;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.thu-news .list h4 a{color:#333}
.thu-news .list li:hover h4 a{color:#660874}

/* 四栏资讯墙 */
.thu-4col{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.thu-4col .col{background:#fff;border:1px solid #eadaef;border-top:3px solid #660874}
.thu-4col .col-head{display:flex;justify-content:space-between;align-items:center;padding:12px 16px;background:#faf3ff;border-bottom:1px solid #eadaef}
.thu-4col .col-head h3{font-size:16px;color:#660874}
.thu-4col .col-head a{font-size:12px;color:#888}
.thu-4col .col-head a:hover{color:#dbaa00}
.thu-4col ul{padding:14px 16px}
.thu-4col li{position:relative;padding:7px 0 7px 14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:13px}
.thu-4col li:before{content:"";position:absolute;left:0;top:16px;width:4px;height:4px;background:#dbaa00;border-radius:50%}

/* 专题墙 */
.thu-topics{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.thu-topics .card{position:relative;display:block;height:220px;overflow:hidden}
.thu-topics .card img{width:100%;height:100%;object-fit:cover;transition:all .5s}
.thu-topics .card:hover img{transform:scale(1.08)}
.thu-topics .card .mask{position:absolute;left:0;right:0;bottom:0;padding:20px;color:#fff;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(76,8,94,.85))}
.thu-topics .card .mask h3{font-size:17px;font-weight:500}
.thu-topics .card .mask p{font-size:12px;color:#dbaa00;margin-top:4px;font-family:"Times New Roman",serif}

/* 快速入口 */
.thu-quick{display:grid;grid-template-columns:repeat(6,1fr);gap:18px}
.thu-quick a{display:flex;flex-direction:column;align-items:center;justify-content:center;height:110px;background:linear-gradient(135deg,#660874,#81219b);color:#fff;font-size:15px;letter-spacing:1px;transition:all .3s;border-radius:2px}
.thu-quick a:hover{background:linear-gradient(135deg,#dbaa00,#f0c233);color:#fff;transform:translateY(-3px);box-shadow:0 8px 16px rgba(102,8,116,.25)}
.thu-quick a .ico{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.4);border-radius:50%;font-size:18px;margin-bottom:8px}

/* 页面横幅 */
.page-banner{background:linear-gradient(135deg,#4b0664,#660874 60%,#81219b);color:#fff;padding:70px 0;text-align:center;position:relative;overflow:hidden}
.page-banner:before{content:"";position:absolute;left:0;right:0;bottom:0;height:4px;background:#dbaa00}
.page-banner .inner h2{font-size:32px;font-weight:700;letter-spacing:4px}
.page-banner .inner .en{font-size:13px;color:#dbaa00;margin-top:8px;letter-spacing:3px;font-family:"Times New Roman",serif}

/* 面包屑 */
.breadcrumb{background:#f7f2f9;border-bottom:1px solid #eadaef;font-size:13px;color:#888}
.breadcrumb .container{line-height:44px}
.breadcrumb a{color:#660874}

/* 主体布局 */
.main-wrap{padding:40px 0}
.main-wrap .container{display:flex;gap:30px}
.main-wrap .content{flex:1;min-width:0}

/* 侧边栏 */
.sidebar{width:300px;flex-shrink:0}
.sidebar .panel{background:#fff;border:1px solid #eadaef;margin-bottom:22px}
.sidebar .panel-head{background:#660874;color:#fff;padding:12px 16px;font-size:15px;font-weight:500}
.sidebar .panel-head em{font-style:normal;font-size:11px;color:#dbaa00;margin-left:8px;letter-spacing:2px;font-family:"Times New Roman",serif}
.sidebar .panel-body{padding:14px 16px}
.sidebar .panel-body li{position:relative;padding:8px 0 8px 14px;border-bottom:1px dashed #f0e4f5;font-size:13px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.sidebar .panel-body li:last-child{border-bottom:0}
.sidebar .panel-body li:before{content:"";position:absolute;left:0;top:16px;width:4px;height:4px;background:#dbaa00;border-radius:50%}

/* 列表 */
.arc-list li{display:flex;align-items:center;padding:20px 0;border-bottom:1px dashed #eadaef}
.arc-list .date{width:74px;text-align:center;padding:10px 0;background:#faf3ff;color:#660874;flex-shrink:0}
.arc-list .date .d{display:block;font-size:26px;font-weight:700;line-height:1}
.arc-list .date .m{display:block;font-size:12px;color:#a67eb3;margin-top:4px;font-family:"Times New Roman",serif}
.arc-list .txt{flex:1;padding-left:22px;min-width:0}
.arc-list .txt h3{font-size:17px;margin-bottom:6px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
.arc-list .txt h3 a{color:#222}
.arc-list .txt h3 a:hover{color:#660874}
.arc-list .txt p{color:#888;font-size:13px;line-height:1.7;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}

/* 分页 */
.pagelist{text-align:center;margin:30px 0 10px;font-size:0}
.pagelist li{display:inline-block;margin:0 3px;font-size:14px}
.pagelist li a,.pagelist li span{display:inline-block;padding:6px 14px;border:1px solid #e0d0e8;color:#660874;background:#fff}
.pagelist li.thisclass span,.pagelist li a:hover{background:#660874;color:#fff;border-color:#660874}

/* 内容页 */
.arc-detail{background:#fff;padding:30px 36px;border:1px solid #eadaef}
.arc-detail .title{font-size:28px;color:#222;text-align:center;padding:10px 0 20px;border-bottom:1px dashed #eadaef}
.arc-detail .meta{text-align:center;padding:16px 0;color:#888;font-size:13px;border-bottom:1px solid #f0e4f5}
.arc-detail .meta span{margin:0 10px}
.arc-detail .body{padding:24px 0;font-size:15px;line-height:2;color:#333}
.arc-detail .body p{margin-bottom:14px}
.arc-detail .body img{max-width:100%;height:auto;display:block;margin:14px auto}
.arc-detail .tags{margin-top:24px;padding-top:18px;border-top:1px dashed #eadaef;font-size:13px}
.arc-detail .tags strong{color:#660874;margin-right:8px}
.arc-detail .tags a{display:inline-block;padding:2px 10px;background:#faf3ff;color:#660874;margin:3px 6px 3px 0;border:1px solid #e8d7ef;font-size:12px}
.arc-detail .tags a:hover{background:#660874;color:#fff}
.arc-detail .prev-next{margin-top:22px;padding-top:18px;border-top:1px dashed #eadaef;font-size:13px}
.arc-detail .prev-next div{padding:6px 0}

/* 标签云 */
.tag-cloud{padding:10px 0}
.tag-cloud li{display:inline-block;margin:5px 6px}
.tag-cloud li a{display:inline-block;padding:6px 14px;background:#faf3ff;color:#660874;border:1px solid #e8d7ef;font-size:13px}
.tag-cloud li a:hover{background:#660874;color:#fff;border-color:#660874}

/* 友情链接 */
.flinks{background:#4b0664;padding:16px 0;color:#d8c6e0}
.flinks .container{display:flex;align-items:center}
.flinks .label{flex-shrink:0;padding-right:16px;border-right:1px solid #7b4d8f;color:#dbaa00;font-size:14px;font-weight:500}
.flinks ul{padding-left:16px}
.flinks li{display:inline-block;margin-right:22px}
.flinks li a{color:#d8c6e0;font-size:13px}
.flinks li a:hover{color:#fff}

/* 页脚 */
.site-footer{background:#2e0440;color:#c4a5d0;padding:26px 0;text-align:center;font-size:13px}
.site-footer p{margin:4px 0}
.site-footer a{color:#c4a5d0}
.site-footer a:hover{color:#dbaa00}
.site-footer strong{color:#fff}
.site-footer .beian a{color:#a787b4}

/* ============ 响应式自匹配 ============ */
@media (max-width:1200px){
    .container{width:100%;padding:0 15px;box-sizing:border-box}
}
@media (max-width:768px){
    body{font-size:14px}
    .thu-topbar,.thu-search{display:none!important}
    .thu-header{padding:14px 0;border-bottom-width:2px}
    .thu-header .container{flex-direction:column;align-items:flex-start;gap:8px}
    .thu-header .logo{display:flex;align-items:center;gap:10px}
    .thu-header .logo img{height:42px}
    .thu-header .logo .brand h1{font-size:18px;letter-spacing:2px}
    .thu-header .logo .brand .en{font-size:11px;letter-spacing:1px}
    .thu-header .motto{display:none}
    .thu-nav{height:auto}
    .thu-nav ul{display:flex;flex-wrap:wrap}
    .thu-nav ul li{flex:1 0 25%}
    .thu-nav ul li a{padding:10px 0;font-size:13px;line-height:1.4;height:auto}
    .thu-slide,.swiper-container,.swiper-slide{height:220px!important}
    .thu-slide img,.swiper-slide img{height:220px!important;object-fit:cover}
    .thu-news{flex-direction:column}
    .thu-news .left,.thu-news .right{width:100%!important}
    .thu-4col,.thu-3col,.thu-2col{grid-template-columns:1fr!important;display:block}
    .thu-4col .col,.thu-3col .col{margin-bottom:16px}
    .thu-topics{flex-wrap:wrap}
    .thu-topics .card{width:calc(50% - 6px);margin-bottom:10px}
    .thu-quick{flex-wrap:wrap}
    .thu-quick a{width:33.33%;box-sizing:border-box;padding:14px 4px;font-size:12px}
    .page-banner{height:140px!important}
    .page-banner .inner h2,.page-banner h2{font-size:22px}
    .breadcrumb,.crumb{padding:8px 15px;font-size:12px}
    .main-wrap .container,.main-wrap{flex-direction:column;padding:16px 15px}
    .content,.arc-detail,.arc-list{width:100%!important}
    .arc-detail .title,.arc-detail h1.title{font-size:20px;line-height:1.4}
    .arc-detail .meta span{display:inline-block;margin-right:8px;font-size:12px}
    .right-bar,.sidebar{width:100%!important;margin:16px 0 0!important}
    .flinks ul{flex-wrap:wrap}
    .site-footer{padding:20px 0}
    .site-footer p{margin:4px 0}
    img{max-width:100%;height:auto}
    table{max-width:100%}
}

/* ============ THU 特色板块（仿 tsinghua.edu.cn） ============ */
/* 板块标题宋体覆盖（仅特色板块） */
.thu-people .section-title h2,.thu-twocol .section-title h2,.thu-pic-video .section-title h2,.thu-colleges .section-title h2{font-family:"Source Han Serif SC","Noto Serif SC",STSong,SimSun,serif;letter-spacing:2px}

/* 1. 清华人物 */
.thu-people{display:grid;grid-template-columns:1.4fr 1fr;gap:30px}
.thu-people .star{position:relative;display:block;height:380px;overflow:hidden;background:#2e0440}
.thu-people .star img{width:100%;height:100%;object-fit:cover;opacity:.85;transition:all .5s}
.thu-people .star:hover img{opacity:1;transform:scale(1.04)}
.thu-people .star .info{position:absolute;left:0;right:0;bottom:0;padding:24px 28px;color:#fff;background:linear-gradient(180deg,rgba(46,4,64,0),rgba(46,4,64,.92))}
.thu-people .star .info .name{font-size:24px;font-weight:700;letter-spacing:3px;font-family:"Source Han Serif SC",STSong,SimSun,serif}
.thu-people .star .info .role{font-size:13px;color:#dbaa00;margin:6px 0 8px;letter-spacing:2px}
.thu-people .star .info .quote{font-size:13px;color:#e7d4ee;line-height:1.7;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.thu-people .list{display:flex;flex-direction:column;gap:14px}
.thu-people .item{flex:1;display:flex;align-items:center;padding:18px 20px;background:#fff;border:1px solid #eadaef;border-left:4px solid #660874;transition:all .3s}
.thu-people .item:hover{border-left-color:#dbaa00;box-shadow:0 6px 16px rgba(102,8,116,.1);transform:translateX(2px)}
.thu-people .item .n{font-size:32px;font-weight:700;color:#dbaa00;font-family:"Times New Roman",serif;margin-right:18px;line-height:1;flex-shrink:0}
.thu-people .item .txt h3{font-size:15px;color:#222;line-height:1.5;margin-bottom:4px}
.thu-people .item .txt p{font-size:12px;color:#888;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}

/* 2. 学术研究 + 媒体清华双栏 */
.thu-twocol{display:grid;grid-template-columns:1.1fr 1fr;gap:30px}
.thu-twocol .col{background:#fff;border:1px solid #eadaef;padding:22px 24px}
.thu-twocol .col .col-title{display:flex;justify-content:space-between;align-items:center;padding-bottom:14px;border-bottom:2px solid #660874;margin-bottom:16px}
.thu-twocol .col .col-title h3{font-size:18px;color:#660874;font-family:"Source Han Serif SC",STSong,serif;letter-spacing:2px}
.thu-twocol .col .col-title em{font-style:normal;font-size:11px;color:#a67eb3;font-family:"Times New Roman",serif;letter-spacing:2px}
.thu-twocol .col .col-title a{font-size:12px;color:#888}
.thu-twocol .col .top{display:flex;gap:14px;padding-bottom:12px;margin-bottom:10px;border-bottom:1px dashed #eadaef}
.thu-twocol .col .top .pic{width:140px;height:90px;flex-shrink:0;overflow:hidden}
.thu-twocol .col .top .pic img{width:100%;height:100%;object-fit:cover}
.thu-twocol .col .top h4{font-size:15px;color:#222;line-height:1.5;margin-bottom:6px}
.thu-twocol .col .top p{font-size:12px;color:#888;line-height:1.7;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.thu-twocol .col ul li{position:relative;padding:8px 70px 8px 16px;font-size:14px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border-bottom:1px dashed #f4eaf7}
.thu-twocol .col ul li:last-child{border-bottom:0}
.thu-twocol .col ul li:before{content:"";position:absolute;left:0;top:16px;width:5px;height:5px;background:#dbaa00}
.thu-twocol .col ul li .d{position:absolute;right:0;top:8px;font-size:12px;color:#a67eb3;font-family:"Times New Roman",serif}

/* 3. 数字清华 */
.thu-stats{padding:60px 0;background:linear-gradient(135deg,#660874,#4D094F);color:#fff}
.thu-stats .container{position:relative}
.thu-stats .head{text-align:center;margin-bottom:36px}
.thu-stats .head h2{font-size:28px;letter-spacing:6px;font-family:"Source Han Serif SC",STSong,serif}
.thu-stats .head .en{font-size:13px;color:#dbaa00;margin-top:8px;letter-spacing:4px;font-family:"Times New Roman",serif;text-transform:uppercase}
.thu-stats .grid{display:grid;grid-template-columns:repeat(6,1fr);gap:0;border-left:1px solid rgba(255,255,255,.15)}
.thu-stats .stat{padding:18px 10px;text-align:center;border-right:1px solid rgba(255,255,255,.15)}
.thu-stats .stat .n{font-size:42px;font-weight:700;color:#dbaa00;font-family:"Times New Roman",serif;line-height:1.1}
.thu-stats .stat .u{font-size:14px;margin-left:4px;color:#dbaa00}
.thu-stats .stat .label{font-size:13px;color:#e7d4ee;margin-top:6px;letter-spacing:1px}

/* 4. 清华影音 + 校园视野 */
.thu-pic-video{display:grid;grid-template-columns:1.4fr 1fr;gap:24px}
.thu-pic-video .feature{position:relative;display:block;height:340px;overflow:hidden}
.thu-pic-video .feature img{width:100%;height:100%;object-fit:cover;transition:all .5s}
.thu-pic-video .feature:hover img{transform:scale(1.04)}
.thu-pic-video .feature .play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:64px;height:64px;border-radius:50%;background:rgba(102,8,116,.85);color:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;border:2px solid #dbaa00}
.thu-pic-video .feature .cap{position:absolute;left:0;right:0;bottom:0;padding:18px 22px;color:#fff;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(46,4,64,.85))}
.thu-pic-video .feature .cap h3{font-size:18px;font-weight:500;letter-spacing:1px}
.thu-pic-video .grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:14px}
.thu-pic-video .grid .item{position:relative;display:block;height:163px;overflow:hidden;transition:all .3s}
.thu-pic-video .grid .item img{width:100%;height:100%;object-fit:cover;transition:all .5s}
.thu-pic-video .grid .item:hover{box-shadow:0 4px 12px rgba(102,8,116,.2);outline:2px solid #dbaa00;outline-offset:-2px}
.thu-pic-video .grid .item:hover img{transform:scale(1.06)}
.thu-pic-video .grid .item .cap{position:absolute;left:0;right:0;bottom:0;padding:8px 12px;color:#fff;font-size:13px;background:linear-gradient(180deg,rgba(0,0,0,0),rgba(46,4,64,.8));overflow:hidden;white-space:nowrap;text-overflow:ellipsis}

/* 5. 院系直通 */
.thu-colleges{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}
.thu-colleges a{display:flex;align-items:center;justify-content:center;height:62px;padding:0 6px;background:#fff;border:1px solid #eadaef;color:#444;font-size:14px;letter-spacing:1px;text-align:center;transition:all .3s;font-family:"Source Han Serif SC",STSong,SimSun,serif;line-height:1.3}
.thu-colleges a:hover{background:#660874;color:#fff;border-color:#660874;transform:translateY(-2px);box-shadow:0 6px 14px rgba(102,8,116,.25)}
