* {
    box-sizing: border-box;
}

body {
    background: #fff;
    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;
}

.navBar {
    width: 100%;
    height: 90px;
    background: #1e67ac;
}

.navBar .nav {
    height: 90px;
    width: 1400px;
    margin: 0 auto;
    padding-top: 30px;
    display: flex;
    justify-content: flex-end;
    padding-left: 210px;
    background: url(https://xnfz.xauat.edu.cn/vlab_files/2024/288/0840/bhhh.png) left center no-repeat;
    background-size: 400px;
}

.navBar .nav li {
    margin-left: 60px;
}

.navBar .nav a {
    width: 64px;
    height: 16px;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #ffffff;
    line-height: 30px;
    position: relative;
}

.navBar .nav a:hover:after {
    content: "";
    display: block;
    width: 20px;
    height: 4px;
    background: #ffffff;
    border-radius: 2px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -10px;
}

.baner {
    height: 440px;
    background: url(https://xnfz.xauat.edu.cn/vlab_files/2024/288/0836/3i44.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 {
    width: 387px;
    height: 320px;
    background: url(https://xnfz.xauat.edu.cn/vlab_files/2024/239/1076/3tact.png) center no-repeat;
    padding: 30px 35px;
}

.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://xnfz.xauat.edu.cn/vlab_files/2024/239/1079/4616g.png);
}

.passwordBox {
    background-image: url(https://xnfz.xauat.edu.cn/vlab_files/2024/239/1079/4416g.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: 48%;
    height: 40px;
    background: #1e67ac;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    margin-top: 20px;
    cursor: pointer;
}
.layui-layer {
    top: 40% !important;
}
.button-box a.tydl {
    width: 100%;
}

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

.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 {
    width: 250px;
    padding-top: 18px;
    margin: 0 auto ;
    height: 65px;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    color: #323434;
    letter-spacing: 7.2px;
    background: url(https://xnfz.xauat.edu.cn/vlab_files/2024/239/1031/2jgpl.png) top left no-repeat;
}

.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: 188px; */
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
    line-height: 32px;
    background: #1e67ac;
}

.footer p {
    width: 1200px;
    line-height: 50px;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    display: flex;
    justify-content: space-between;
    /* background: url(/vlab_files/2023/138/0849/1tdd0.png) center 55px no-repeat; */
    /* background-size: 270px; */
}

.footer a {
    color: #fff;
}

.breadcrumb {
    height: 35px;
    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: 16px;
    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: 1170px;
    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.36);
}

.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://xnfz.xauat.edu.cn/vlab_files/2024/239/1004/20n8a.jpg) no-repeat top center;
	background-color: #f4f8ff;
	padding-bottom: 15px;
	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: 20px;
}
.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: 4px;
	cursor: pointer;
	margin-bottom: 10px;
	/* border: 1px solid #ddd; */
	margin-right: 15px;
}
.swjtu_couser .filter .filterItem .filterContent span.active{
	background: #005a99;
	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 .item{
	float: left;
	width: 335px;
	height: 258px;
	margin-right: 20px;
	margin-bottom: 30px;
	/* border-radius: 8px; */
	position: relative;
	/* overflow: hidden; */
}
.swjtu_couser .list .item:nth-child(4n){
	margin-right: 0;
}
.swjtu_couser .list .item img{
	width: 335px;
	height: 180px;
	border-radius: 8px 8px 0 0;
}
.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: 12px 20px;
}
.swjtu_couser .list .item .center .name{
	font-size: 16px;
	color:#333333;
	margin-bottom:16px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.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: 0;
	top: 0;
	padding: 7px 14px;
	background: #009df5;
	color:#fff;
	font-size: 16px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	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 .content .people{
	background: url(https://xnfz.xauat.edu.cn/vlab_files/2024/239/1018/2ev8k.png) no-repeat left center;
	padding-left: 22px;
}
.swjtu_couser .more{
	text-align: center;
	padding: 10px 0;
}
.swjtu_couser .more a{
	font-size: 15px;
	color: #a5a5a5;
}
.swjtu_statistics {
    width: 860px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.login-container  {
    height: 400px;
    padding-top: 40px;
    background: url(https://xnfz.xauat.edu.cn/vlab_files/2024/239/0997/1g3j4.jpg) center no-repeat;
}
 .swjtu_statistics .swjtu_statistics_item{
    
	width: 410px;
    height: 140px;
    padding-left: 150px;
    padding-top: 35px;
    margin-bottom: 40px;
}
 .swjtu_statistics .swjtu_statistics_item:first-child{
	background: url(https://xnfz.xauat.edu.cn/vlab_files/2024/239/0996/13bh2.png) no-repeat left center;
}
.swjtu_statistics .swjtu_statistics_item:nth-child(2){
	background: url(https://xnfz.xauat.edu.cn/vlab_files/2024/239/0996/11afb.png) no-repeat left center;
}
.swjtu_statistics .swjtu_statistics_item:nth-child(3){
	background: url(https://xnfz.xauat.edu.cn/vlab_files/2024/239/0996/15bqs.png) no-repeat left center;
}
.swjtu_statistics .swjtu_statistics_item:nth-child(4){
	background: url(https://xnfz.xauat.edu.cn/vlab_files/2024/239/0996/17c84.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: 48px;
	color:#1e67ac;
}
.swjtu_statistics .swjtu_statistics_item .vv span{
    font-size: 16px;
    color: #666666;
}
 .swjtu_statistics .swjtu_statistics_item .nn{
	font-size: 14px;
	color:#466b85;
}

.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;
}
