* {
    box-sizing: border-box;
}

body {
    background: #fff url(/vlab_files/2025/203/0656/6a6jt.jpg) top center no-repeat;
    min-width: 1200px;
    font-family: "Microsoft YaHei Regular";
}

::-webkit-scrollbar-thumb {
    background-color: #dfdfdf;
    min-height: 25px;
    min-width: 25px;
    border: 0;
    border-radius: 2px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    overflow: auto;
}

::-webkit-scrollbar-track {
    background-color: unset;
    border: 0;
}

/* 适用于大多数现代浏览器 */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.header {
    height: 170px;
}

.logo {
    height: 110px;
    padding-left: 310px;
    background: url(/vlab_files/2025/203/0664/6j2qo.png) left center no-repeat;
}

.logo h2 {
    font-size: 32px;
    color: #fff;
    font-weight: normal;
}

a.register-btn {
    display: block;
    line-height: 38px;
    color: #fff;
    padding: 0 22px;
    font-size: 16px;
    border-radius: 20px;
    background: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.5);
}

a.login-btn {
    display: block;
    line-height: 38px;
    color: #0176b5;
    padding: 0 22px;
    font-size: 16px;
    margin-left: 20px;
    border-radius: 20px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(255,255,255,1);
}

.navBar {
    width: 100%;
    height: 60px;
    background: #0176b5;
    position: relative;
    z-index: 999;
}

.navBar .nav {
    height: 60px;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.navBar .nav li {
    flex: 1;
}

.navBar .nav a {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    max-width: 240px;
    line-height: 60px;
    position: relative;
}

.navBar .nav a:hover {
    background: #47a2d3 ;
}

.baner {
    /*height: 560px;*/
    /*margin-top: -90px;*/
    /*background: url(https://vlab.usst.edu.cn/vlab_files/2024/243/0549/142u3.jpg) center no-repeat;*/
}

.baner .login-container {
    width: 1200px;
    position: relative;
    margin: 0 auto;
    height: 500px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.loign-content {
    height: 440px;
    margin-top: 25px;
    background: url(https://vlab.usst.edu.cn/vlab_files/2024/243/0686/2j266.png) center no-repeat;
    padding: 30px 35px;
}

.loginBox {
    width: 330px;
    height: 380px;
    background: #fff;
    border-radius: 10px;
    padding: 90px 30px;
    box-shadow: 0 0 10px rgb(185 185 185 / 30%);
}

.login-form {
    width: 330px;
    height: 380px;
    background: #fff;
    border-radius: 10px;
    padding: 20px 25px;
    box-shadow: 0 0 10px rgb(185 185 185 / 30%);
}

.login-form p {
    color: #999999;
    font-size: 13px;
    line-height: 24px;
    margin-top: 15px;
}

.login-tit {
    text-align: center;
    color: #1357ac;
    font-size: 18px;
    font-weight: bold;
    /* padding-bottom: 4px; */
    /* border-bottom: 2px solid #1357ac; */
}

.usernameBox,.passwordBox {
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px;
    height: 50px;
    margin-top: 10px;
    border-bottom: 1px solid #d9d9d9;
}

.usernameBox {
    background-image: url(https://vlab.usst.edu.cn/vlab_files/2024/243/0695/3577a.png);
}

.passwordBox {
    background-image: url(https://vlab.usst.edu.cn/vlab_files/2024/243/0695/3377a.png);
}

.usernameBox input,.passwordBox input {
    outline: unset;
    border: 0;
    height: 49px;
    width: 100%;
    background: unset;
}

.button-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.button-box a {
    display: block;
    width: 100%;
    height: 40px;
    background: #0176b5;
    border-radius: 20px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
}

.button-box a.tydl {
    width: 100%;
}

.button-box a:last-child {
    /* background: #bad4ed; */
    /* color: #1357ac; */
}

.news-list {
    width: 760px;
}

.date_list {
    width: 760px;
    height: 440px;
    /* padding: 6px 0 0 0 !important; */
    position: relative;
    background: #fff;
    border-radius: 6px;
    margin-top: 25px;
    padding: 10px 30px;
}

.date_list li {
    width: 100%;
    height: 100px;
    display: block;
    border-bottom: #e1e1e1 1px solid;
    padding: 20px 0;
}

.date_list li a {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.date_list li a p {
    font-size: 15px;
    color: #666;
}

.date_list li a:hover {
    color: #cc3300;
}

.date_list li span {
    float: left;
    display: block;
    width: 100px;
    height: 60px;
    background: #0176b5;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    margin-right: 20px;
    padding-top: 5px;
    /* border: #f88915 1px solid; */
}

.date_list li span i {
    width: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    /* background: #f88915; */
    font-size: 20px;
    font-style: normal;
    line-height: 30px;
}

.content {
    /*padding-top: 5px;*/
    /*padding-bottom: 100px;*/
    /*background: url(/vlab_files/2023/139/0877/7b93u.jpg) top center no-repeat;*/
}

.resource-share {
    height: 450px;
    padding-top: 35px;
    /* margin: 60px auto 0; */
    position: relative;
    background: url(https://xnfz.xauat.edu.cn/vlab_files/2024/239/1033/2mnc1.jpg) center no-repeat;
}

.search {
    width: 300px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: 25px;
    overflow: hidden;
    display: flex;
    background: #f5f5f5 url(/vlab_files/2023/139/0930/7tf8a.png) 12px center no-repeat;
    background-size: 16px;
    padding-left: 34px;
}

.search input {
    flex: 1;
    height: 40px;
    border: 0;
    outline: unset;
    background: unset;
}

.search button {
    width: 64px;
    height: 40px;
    outline: unset;
    background: #1357ac;
    border-radius: 20px;
    border: 0;
    color: #fff;
}

.title {
    position: relative;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
}

.title h2 {
    font-size: 24px;
    color: #333333;
    padding-left: 10px;
    position: relative;
    float: left;
    display: flex;
    align-items: center;
}

.title h2:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    width: 4px;
    height: 12px;
    background: #0176b5;
}

.title span {
    float: left;
    font-size: 16px;
    color: #aaaaaa;
    font-family: "Arial";
    margin-left: 10px;
}

.title a {
    float: right;
    font-size: 15px;
    color: #999999;
}

.college-list {
    width: 240px;
    height: 490px;
    background: #fff;
    border-radius: 8px;
    overflow-y: auto;
    box-shadow: 0 0 50px rgba(0,24,73,0.12);
}

.college-list li {
    display: block;
    line-height: 40px;
    border-top: 1px solid #eaf5ff;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    cursor: pointer;
    color: #333333;
}

.college-list li.on {
    background: #125fc0;
    color: #fff;
}

.college-list li:first-child {
    border-top: 0;
}

.resource-list {
    margin-left: 30px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    height: 490px;
    /* background: #fff; */
    /* border-radius: 8px; */
    overflow-y: auto;
    box-shadow: 0 0 40px rgba(0,24,73,0.12);
}

.resource-list:after {
    content: "";
    display: block;
    width: 290px;
}

.resource-item {
    width: 290px;
    height: 235px;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 0 40px rgba(0,24,73,0.12);
    overflow: hidden;
    margin-bottom: 20px;
}

.resource-item img {
    display: block;
    width: 290px;
    height: 163px;
}

.resource-item h2 {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 26px;
    padding: 12px 15px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.resource-item p {
    font-size: 14px;
    color: #999999;
    line-height: 26px;
    padding: 0 15px;
}

.data-list {
    display: flex;
    justify-content: space-between;
}

.data-list>div {
    width: 440px;
    height: 300px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 40px rgba(0,24,73,0.12);
}

.exp-rank {
    padding-top: 56px;
    background: url(https://xnfz.xauat.edu.cn/vlab_files/2024/239/1040/36mo5.png) center no-repeat;
}

.exp-rank a {
    display: block;
    font-size: 15px;
    color: #333333;
    line-height: 50px;
    padding-left: 74px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 35px;
    margin-bottom: 0px;
}

.exp-rank a:nth-child(n+4) {
    line-height: 42px;
}

.recom-exp .tips {
    display: block;
    width: 56px;
    height: 56px;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 99;
    background: url(/vlab_files/2023/139/0842/65bns.png);
}

.recom-exp ul {
    padding: 0;
    margin: 0;
}

.recom-exp ul li {
    display: block;
    height: 300px;
}

.recom-exp ul li img {
    width: 100%;
    height: 100%;
}

.recom-exp p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
}

.opera-data h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    line-height: 20px;
    padding-top: 15px;
}

.opera-data p {
    background: url(/vlab_files/2023/139/0857/70s64.png) left center no-repeat;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #333333;
    line-height: 30px;
    margin: 0 18px;
    padding-left: 24px;
}

.footer {
    height: 80px;
    /* padding-bottom: 30px; */
    background: #0176b5;
}

.foot-logo {
    width: 308px;
    height: 80px;
    background: url(https://vlab.usst.edu.cn/vlab_files/2024/243/0549/16385.png) left center no-repeat;
    background-size: 240px;
}

.footer p {
    font-size: 15px;
    color: #ffffff;
}

.footer a {
    color: #fff;
}

.breadcrumb {
    height: 50px;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
    margin-bottom: 25px;
    padding-left: 22px;
}

.breadcrumb span {
    line-height: 35px;
    font-family: "Microsoft YaHei";
    font-size: 28px;
    color: #fff;
    display: block;
    padding: 0 20px;
    float: left;
    background: #3591e0;
}

.breadcrumb ul {
    float: left;
}

.breadcrumb ul li a, .breadcrumb ul li {
    color: #666;
    font-size: 15px;
    line-height: 35px;
    font-family: serif;
}

.breadcrumb ul li a:hover {
    text-decoration: none;
    color: #3591e0;
}

.breadcrumb b {
    float: left;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #3591e0;
    border-bottom: 2px #3591e0 solid;
    font-weight: normal;
}

.contentCategory {
    width: 1200px;
    padding: 15px;
    min-height: 860px;
    margin: 30px auto 20px;
    background: #fff;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 30px rgba(70, 70, 70, 0.36);
    -webkit-box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);
    box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.1);
}

.aside {
    width: 240px;
    position: relative;
}

.aside h2 {
    background: #1e67ac;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-weight: normal;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    text-align: center;
    margin-bottom: 10px;
}

.aside h2 a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.aside ul li {
    background: #1e67ac;
    margin-top: 5px;
}

.aside ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #666;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    font-weight: normal;
    text-decoration: none;
    padding-left: 40px;
    background: #f9f9f9;
}

.aside ul li a:hover {
    color: #fff ;
    -moz-box-shadow: 0 0 5px #a9a9a9;
    -webkit-box-shadow: 0px 0px 5px #a9a9a9;
    box-shadow: 0px 0px 5px #1e67ac;
    background: #1e67ac;
}

.level3 {
    display: block !important;
}

.level3 > li > a {
    font-size: 14px !important;
    padding-left: 60px !important;
    background-position-x: 35px !important;
}

.level4 {
    display: none;
}

.level4 > li > a {
    padding-left: 10px;
    background: #1e67ac;
}

.level2 > li > a.arrow:hover, .level3 > li > a.arrow:hover, .level4 > li > a.arrow:hover, .level2 > li > a.current, .level3 > li > a.current, .level4 > li > a.current {
    color: #fff;
    -moz-box-shadow: 0 0 5px #a9a9a9;
    -webkit-box-shadow: 0px 0px 5px #a9a9a9;
    box-shadow: 0px 0px 5px #a9a9a9;
    background: #1e67ac;
}

.level3 li a:hover {
    color: #333 !important;
}

.arrow {
    background: #3591e0 !important;
    color: #fff !important;
}

.contentLi {
    width: 900px;
}

.articleLi {
    margin-top: 5px;
    min-height: 550px;
}

.articleLi ul {
    margin: 10px;
}

.articleLi ul li {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #bfbfbf;
    padding-left: 20px;
}

.articleLi ul li a {
    display: block;
    font-size: 16px;
    color: #787878;
    text-decoration: none;
    cursor: pointer;
}

.articleLi ul li a h3 {
    font-size: 16px;
    font-weight: normal;
}

.articleLi ul li a:hover {
    color: #023fe6;
}

.contentArt {
    width: 1170px;
    padding: 15px;
    min-height: 600px;
    margin: 30px auto 20px;
    background: #fff;
    border-radius: 5px;
    -moz-box-shadow: 0 1px 30px rgba(70, 70, 70, 0.36);
    -webkit-box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);
    box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);
}

.title_info {
    font-family: serif;
    width: 100%;
    color: #666;
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    border-bottom: 2px solid #ededed;
}

.secondContent {
    width: 1100px;
}

.articlePage {
    margin-top: 30px;
    min-height: 450px;
}

.articlePage h2 {
    text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: normal;
    line-height: 35px;
}

.article-detail {
    padding: 15px;
    font-size: 14px;
    line-height: 26px;
    color: #666;
}

.article-detail > p img {
    display: block;
    margin: 10px auto;
}

.article-detail > p {
    font-family: serif;
    line-height: 30px;
    padding-top: 10px;
    text-align: justify;
    color: #666;
    text-indent: 2em;
    font-size: 16px;
}

.article-detail table {
    margin: 0 auto;
}

.article-detail table td {
    text-align: left;
    font-size: 14px;
    color: #666;
    padding: 10px;
    line-height: 22px;
}

.article-detail table td p {
    text-indent: 0;
    font-size: 14px;
    text-align: left;
    font-family: "Microsoft YaHei";
    color: #666;
    line-height: 25px;
}

.article-detail object {
    margin-left: -2em;
}

.page {
    height: 40px;
    text-align: center;
    color: #888;
    margin: 20px auto 0;
    background: #f2f2f2;
}

.pagelist {
    font-size: 0;
    background: #fff;
    height: 50px;
    line-height: 50px;
}

.pagelist span {
    font-size: 14px;
}

.pagelist .bgprimary {
    cursor: default;
    color: #fff;
    background: #337ab7;
    border-color: #337ab7;
}

.pagelist .jump {
    border: 1px solid #ccc;
    padding: 3px 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 5px;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
}

.swjtu_couser {
    min-height: 900px;
    /*background: url(https://vlab.usst.edu.cn/vlab_files/2024/243/0549/122lj.jpg) no-repeat top center;*/
    /*background-color: #f4f8ff;*/
    padding-bottom: 30px;
    /*padding-top: 35px;*/
}

.swjtu_couser .tit {
    text-align: center;
    font-size: 24px;
    height: 40px;
    color: #333333;
    /*background: url(https://xnfz.xauat.edu.cn/vlab_files/2024/239/0996/19n33.png) no-repeat center;*/
    margin-bottom: 27px;
}

.swjtu_couser .filter {
    margin-bottom: 30px;
    /* margin-top: 25px; */
    background: #fff;
    border-radius: 5px;
    padding: 30px 45px 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.swjtu_couser .filter .filterItem {
    display: flex;
    margin-bottom: 10px;
}

.swjtu_couser .filter .filterItem .filterLabel {
    color: #556782;
    font-size: 16px;
    width: 62px;
    padding-top: 6px;
    flex-shrink: 0;
}

.swjtu_couser .filter .filterItem .filterContent span {
    display: inline-block;
    vertical-align: middle;
    color: #0d2f62;
    font-size: 15px;
    padding: 6px 13px;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 10px;
    /* border: 1px solid #ddd; */
    margin-right: 15px;
}

.swjtu_couser .filter .filterItem .filterContent span.active {
    background: #0176b5;
    color: #fff;
}

.swjtu_couser .filter .filterItem .filterContent input {
    width: 260px;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    background: url(/vlab_files/2023/342/0924/8qns.png) no-repeat 10px center #fff;
    border: 0;
    outline: none;
    box-shadow: 0 0 25px #e7e7e7;
    border-radius: 4px;
    padding-left: 40px;
    font-size: 14px;
}

.swjtu_couser .filter .filterItem .filterContent button {
    display: inline-block;
    vertical-align: middle;
    background: #005a99;
    color: #fff;
    font-size: 16px;
    padding: 7px 17px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    border: none;
}

.swjtu_couser .list {
    gap: 30px;
    margin-bottom: 45px;
}

.swjtu_couser .list .item {
    display: flex;
    justify-content: space-between;
    width: 685px;
    height: 240px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.swjtu_couser .list .item img {
    width: 350px;
    height: 220px;
    border-radius: 5px;
}

.swjtu_couser .list .item .center {
    background: #fff;
    /* border-top:3px solid #e95513; */
    border-radius: 0 0 8px 8px;
    position: relative;
    /* top: -10px; */
    /* box-shadow: 0 5px 5px rgb(121 121 121 / 20%); */
    padding: 5px 0;
    width: 295px;
}

.swjtu_couser .list .item .center .name {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    font-weight: bold;
    line-height: 30px;
    height: 60px;
}

.swjtu_couser .list .item .center .content {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
    font-size: 14px;
    color: #999999;
}

.swjtu_couser .list .item .flag {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 7px 14px;
    background: #009df5;
    color: #fff;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-width: 76px;
    text-align: center;
}

.swjtu_couser .list .item .flag.green {
    background: #00c68c;
}

.swjtu_couser .list .item .flag.blue {
    background: #409eff;
}

.swjtu_couser .list .item .flag.gray {
    background: #ff6c00;
}

.swjtu_couser .list .item .center .people {
    background: url(https://xnfz.xauat.edu.cn/vlab_files/2024/239/1018/2ev8k.png) no-repeat left center;
    padding-left: 22px;
    margin-top: 15px;
}

.swjtu_couser .list .item .center p {
    color: #999;
    font-size: 15px;
    line-height: 30px;
    display: flex;
    align-items: center;
}

.swjtu_couser .list .item .center p span {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: block;
    /* width: 54px; */
    padding: 0 11px;
    background: #199ee6;
    border-radius: 2px;
}

.swjtu_couser .more {
    text-align: center;
    padding: 10px 0;
}

.swjtu_couser .more a {
    display: block;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    font-size: 15px;
    background: #0176b5;
    border-radius: 25px;
    margin: 0 auto;
}

.swjtu_statistics {
    /* width: 860px; */
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
}

.nav-title-box {
    height: 60px;
    background: #fff;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    margin: 25px 0;
    padding-left: 30px;
}

.nav-title-box .title {
    font-size: 18px;
    font-weight: bold;
    margin-right: 15px;
}

.nav-title-box .title:before {
    content: "";
    display: block;
    width: 5px;
    height: 16px;
    background: #0176b5;
    margin-right: 12px;
}

.nav-title-box .ul-item {
}

.nav-title-box .ul-item li {
    display: block;
    line-height: 30px;
    padding: 0 20px;
    cursor: pointer;
    border-radius: 4px;
    color: #333;
    font-size: 15px;
    border: 0;
}

.nav-title-box .ul-item li.active {
    color: #fff;
    background: #0176b5;
}

.swjtu_couser .nav-content-box {
    gap: 30px;
    margin-bottom: 45px;
    max-height: 650px;
    overflow: hidden;
}

.swjtu_couser .nav-content-box.open {
    max-height: unset;
        overflow: unset;
}

.swjtu_couser .nav-content-box .item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 300px;
    position: relative;
    background: #fff;
    border-radius: 5px;
    padding: 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}

.swjtu_couser .nav-content-box .item img {
    width: 460px;
    height: 270px;
    border-radius: 5px;
}

.swjtu_couser .nav-content-box .item .center {
    background: #fff;
    /* border-top:3px solid #e95513; */
    border-radius: 0 0 8px 8px;
    position: relative;
    /* top: -10px; */
    /* box-shadow: 0 5px 5px rgb(121 121 121 / 20%); */
    padding: 5px 0;
    width: calc(100% - 490px);
}

.swjtu_couser .nav-content-box .item .center .name {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    font-weight: bold;
    line-height: 30px;
    height: 30px;
}

.swjtu_couser .nav-content-box .item .center .content {
    padding: 15px 30px;
    margin-right: 15px;
    height: 180px;
    border-radius: 10px;
    background: #f8f9fb;
}

.swjtu_couser .nav-content-box .item .center .content-text {
    margin-top: 6px;
}
.swjtu_couser .nav-content-box .item .center .content-text p{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swjtu_couser .nav-content-box .item .flag {
    position: absolute;
    left: 15px;
    top: 15px;
    padding: 7px 14px;
    background: #009df5;
    color: #fff;
    font-size: 16px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    min-width: 76px;
    text-align: center;
}

.swjtu_couser .nav-content-box .item .flag.green {
    background: #00c68c;
}

.swjtu_couser .nav-content-box .item .flag.blue {
    background: #409eff;
}

.swjtu_couser .nav-content-box .item .flag.gray {
    background: #ff6c00;
}

.swjtu_couser .nav-content-box .item .center .people {
    background: url(https://xnfz.xauat.edu.cn/vlab_files/2024/239/1018/2ev8k.png) no-repeat left center;
    padding-left: 22px;
    margin-top: 15px;
    flex: inherit;
    margin-right: 15px;
}

.swjtu_couser .nav-content-box .item .center p {
    color: #999;
    font-size: 15px;
    line-height: 30px;
    display: flex;
    align-items: center;
    flex: 1;
}

.swjtu_couser .nav-content-box .item .center p span {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: block;
    /* width: 54px; */
    padding: 0 11px;
    background: #199ee6;
    border-radius: 2px;
}

.login {
    width: 400px;
}

.login-container {
    height: 600px;
    padding-top: 30px;
    background: #def3ff;
}

.swjtu_statistics .swjtu_statistics_item {
    /* width: 315px; */
    height: 60px;
    padding-left: 60px;
    /* padding-top: 0px; */
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.swjtu_statistics .swjtu_statistics_item:first-child {
    background: url(https://vlab.usst.edu.cn/vlab_files/2024/243/0729/4d19g.png) no-repeat left center;
}

.swjtu_statistics .swjtu_statistics_item:nth-child(2) {
    background: url(https://vlab.usst.edu.cn/vlab_files/2024/243/0729/4b0vl.png) no-repeat left center;
}

.swjtu_statistics .swjtu_statistics_item:nth-child(3) {
    background: url(https://vlab.usst.edu.cn/vlab_files/2024/243/0729/4f1lg.png) no-repeat left center;
}

.swjtu_statistics .swjtu_statistics_item:nth-child(4) {
    background: url(https://vlab.usst.edu.cn/vlab_files/2024/243/0729/490jk.png) no-repeat left center;
}

.swjtu_statistics .swjtu_statistics_item:nth-child(5) {
    background: url(/vlab_files/2023/342/0925/1ajh4.png) no-repeat left center;
}

.swjtu_statistics .swjtu_statistics_item .vv {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}

.swjtu_statistics .swjtu_statistics_item .vv span {
    font-size: 16px;
    color: #666666;
}

.swjtu_statistics .swjtu_statistics_item .nn {
    font-size: 15px;
    color: #333;
}

.links {
    padding-top: 35px;
    padding-bottom: 40px;
    background: #f1faff;
}

.links ul {
    gap: 40px;
    margin-top: 35px;
}

.links li {
}

.links li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 440px;
    height: 100px;
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    background: #fff;
}

.links li a img {
    max-width: 90%;
    max-height: 90%;
}

.pages {
}

.pages a {
    line-height: 30px;
    display: block;
    padding: 0 10px;
    border-radius: 3px;
    margin: 0 5px;
    min-width: 32px;
    text-align: center;
    border: 1px solid #d4d6d9;
}

.pages a.on {
    color: #fff;
    border-color: #0176b5;
    background: #0176b5;
}

.pages a.disabled {
    cursor: not-allowed;
    color: #999;
    background: #f1f1f1;
}

.pages span {
}

.pages input {
    line-height: 30px;
    display: block;
    padding: 0 10px;
    border-radius: 3px;
    margin: 0 5px;
    width: 50px;
    text-align: center;
    border: 1px solid #d4d6d9;
}

.statistics {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-evenly;
}

.statistics li {
    display: block;
    text-align: center;
    width: 225px;
}

.statistics li h2 {
    line-height: 60px;
    font-size: 16px;
    font-family: "Microsoft Yahei Regular";
    color: #000;
}

.statistics li p {
    height: 40px;
    font-size: 18px;
    color: #0053e3;
}

.rank_content table {
    width: 100%;
    border-collapse: collapse;
}

.rank_content table thead th {
    text-align: left;
    padding: 16px 10px;
    color: #333;
    background: #f7f8fa;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
}

.rank_content table tbody td {
    padding: 10px;
    color: #666;
    border: 1px solid #efefef;
    padding-left: 10px;
}

.rank_content table tbody td .titleBox img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 80px;
    height: 48px;
}

.rank_content table tbody td .titleBox a {
    display: inline-block;
    vertical-align: middle;
    width: 460px;
    color: #3f65c8;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fiter_box {
    height: 60px;
    line-height: 60px;
    margin-top: 10px;
    padding: 0;
    position: relative;
    border-bottom: 1px solid #efefef;
    margin-bottom: 20px;
}

.fiter_box .rank_tabs {
    float: left;
}

.fiter_box .rank_tabs span {
    display: inline-block;
    margin-right: 50px;
    line-height: 56px;
    cursor: pointer;
}

.fiter_box .rank_tabs span.active {
    color: #5377e0;
    border-bottom: 3px solid #5377e0;
}

.fiter_box .rank_Date {
    float: right;
}

.fiter_box .rank_Date span {
    display: inline-block;
    vertical-align: middle;
    padding: 4px 16px;
    border: 1px solid #5377e0;
    line-height: 1.6;
    font-size: 14px;
    cursor: pointer;
    color: #5377e0;
}

.fiter_box .rank_Date span.active {
    background: #5377e0;
    color: #fff;
}

.notice-list {
    /*padding: 20px 0 0*/
}

.notice-list ul li {
    width: 100%;
    height: 95px;
    padding: 15px 0;
    background: #f3f3f3;
    margin-bottom: 30px
}

.notice-list ul li .tz-date {
    float: left;
    width: 130px;
    height: 55px;
    text-align: center;
    margin-top: 5px;
    border-right: 1px solid #ccc
}

.notice-list ul li .tz-date .timeD {
    display: block;
    float: left;
    width: 100%;
    height: 35px;
    line-height: 30px;
    font-size: 30px;
    font-weight: 700;
    color: #1572e8
}

.notice-list ul li .tz-date .timeY {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: 400
}

.notice-list ul li .tz-txt {
    width: 960px;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    float: left;
    color: #333;
    margin: 0 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.notice-list ul li .tz-content {
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    float: left;
    color: #666;
    margin-top: 5px
}

.swjtu_couser_category {
    padding-top: 1px;
    background: url(/vlab_files/2025/203/1028/g5f5.jpg) top center no-repeat;
}

.project-more {
    margin-bottom: 80px;
}

.project-more:last-child {
    margin-bottom: 0px;
}

.project-more a {
    display: block;
    width: 160px;
    height: 48px;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    border-radius: 24px;
    text-align: center;
    background: #0176b5;
}

.h-full {
    height: 100%;
}

.h-screen {
    height: 100vh;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.static {
    position: static;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.sticky {
    position: sticky;
}

.flex-row {
    flex-direction: row;
}

.flex-row-reverse {
    flex-direction: row-reverse;
}

.flex-column {
    flex-direction: column;
}

.flex-column-reverse {
    flex-direction: column-reverse;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.align-center {
    align-items: center;
}

.align-baseline {
    align-items: baseline;
}

.align-stretch {
    align-items: stretch;
}

.content-start {
    align-content: flex-start;
}

.content-end {
    align-content: flex-end;
}

.content-center {
    align-content: center;
}

.content-between {
    align-content: space-between;
}

.content-around {
    align-content: space-around;
}

.content-stretch {
    align-content: stretch;
}

.flex-grow {
    flex-grow: 1;
}

.flex-grow-0 {
    flex-grow: 0;
}

.flex-shrink {
    flex-shrink: 1;
}

.flex-shrink-0 {
    flex-shrink: 0;
}

.flex-basis-auto {
    flex-basis: auto;
}

.flex-basis-0 {
    flex-basis: 0;
}

.flex-auto {
    flex: 1 1 auto;
}

.flex-initial {
    flex: 0 1 auto;
}

.flex-none {
    flex: none;
}

.flex-1 {
    flex: 1 1 0%;
}

.self-auto {
    align-self: auto;
}

.self-start {
    align-self: flex-start;
}

.self-end {
    align-self: flex-end;
}

.self-center {
    align-self: center;
}

.self-stretch {
    align-self: stretch;
}

.self-baseline {
    align-self: baseline;
}
