body {
    background: url("/vlab_files/static/img/contentF.png") bottom center no-repeat;
}

.logo {
    border-top: 10px solid #1260df;
    height: 85px;
    background: url("/vlab_files/static/img/logo.png") no-repeat center #3b85fe;
}

.nav {
    height: 40px;
    background: #1260df;
}

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

.nav ul li {
    float: left;
    line-height: 40px;
    margin: 0 53px;
    position: relative;
}

.nav ul li a {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    display: block;
    height: 40px;
}

.nav ul li span {
    display: block;
    position: absolute;
    width: 0px;
    height: 0px;
    background: #fff;
    top: 37px;
    left: 0%;
}

.nav .down {
    width: 88px;
    height: 32px;
    background: url("/vlab_files/static/img/down.png") no-repeat;
    display: block;
    position: absolute;
    left: 433px;
    top: 40px;
    z-index: 999;
}

.navBox {
    width: 1000px;
    margin: auto;
}

.login-tit {
    text-align: center;
    font-size: 24px;
    color: #333;
    font-weight: bold;
    /* padding-bottom: 20px; */
}

.loginBox {
    width: 358px;
    height: 175px;
    margin: auto;
    padding: 20px 30px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.button-box {
    display: block;
    margin-top: 5px;
}

.button-box a {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #1755c4;
    text-align: center;
    font-size: 18px;
    width: 100%;
    color: #fff;
}

.button-box a.zc {
    margin-top: 15px;
    background: #e5e5e5;
    color: #666;
}

.fullSlide {
    width: 100%;
    position: relative;
    height: 450px;
}

.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 450px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 450px;
}

.fullSlide .prev, .fullSlide .next {
    width: 45px;
    height: 90px;
    margin: -60px 0 0;
    display: none;
    background: url(/vlab_files/static/img/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}

.fullSlide .prev {
    left: 115px;
}

.fullSlide .next {
    background-position: -10px -90px;
    right: 115px;
}

.fullSlide .prev:hover, .fullSlide .next:hover {
    filter: alpha(opacity=50) !important;
    opacity: 0.5 !important;
}

.contentB {
    max-width: 1400px;
    margin: 0 auto;
    height: 280px;
    padding: 20px 0;
}

.contentB .video {
    width: 510px;
    margin-left: 25px;
}

.contentB .left {
    width: 420px;
    height: 280px;
    background: url("/vlab_files/static/img/yinying.png") no-repeat bottom center;
}

.contentB .right {
    width: 420px;
    height: 275px;
}

.all_project {
    height: 200px;
    background: url(/vlab_files/2025/156/0600/fc04.jpg) center no-repeat;
}

.all_project ul {
    width: 1200px;
    height: 200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.all_project ul li {
    display: block;
    width: 220px;
    height: 120px;
    text-align: center;
    background: rgba(0,60,175,.3);
}

.all_project ul li p {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    padding-top: 20px;
}

.all_project ul li span {
    display: block;
    font-size: 18px;
    padding-top: 10px;
    color: #fff;
}

.tit {
    height: 45px;
    border-bottom: 2px solid #1755c4;
}

.tit span {
    float: left;
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    font-family: "Microsoft Yahei";
    color: #333;
}

.tit a {
    color: #999;
    font-size: 14px;
    float: right;
    display: block;
    line-height: 45px;
}

.newsTop {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.newsTop .fl {
    width: 65px;
    height: 65px;
    border-right: 1px solid #115d8a;
}

.newsTop .fr {
    width: calc(100% - 80px);
    height: 65px;
}

.newsTop .fl .mm {
    font-size: 48px;
    color: #115d8a;
    display: block;
    height: 50px;
    line-height: 45px;
    text-align: center;
}

.newsTop .fl .yy {
    font-size: 12px;
    color: #115d8a;
    display: block;
    text-align: center;
    line-height: 15px;
    height: 15px;
}

.newsTit {
    display: block;
    font-size: 12px;
    font-family: Serif;
    color: #333;
    text-decoration: none;
    height: 25px;
    line-height: 22px;
}

.newsP {
    display: block;
    font-size: 12px;
    font-family: Serif;
    color: #666;
    text-decoration: none;
    line-height: 20px;
}

.newsTop:hover .newsTit {
    color: #1755c4;
}

.newsBottom {
    padding-top: 15px;
}

.newsBottom ul li {
    line-height: 25px;
    padding-left: 5px;
}

.newsBottom ul li a {
    display: block;
    font-size: 12px;
    font-family: Serif;
    color: #666;
    line-height: 27px;
}

.newsBottom ul li:hover a {
    color: #1755c4;
}

.loginTit {
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    font-family: "Microsoft Yahei";
    height: 55px;
    line-height: 55px;
    background: #1755c4;
}

.dl_nr {
    width: 358px;
    height: 175px;
    margin: auto;
    padding: 20px 30px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.dl_nr input {
    height: 40px;
    outline: none;
    border: none;
    float: right;
    line-height: 40px;
    font-size: 12px;
    width: 295px;
}

.usernameBox {
    width: 355px;
    height: 40px;
    border: 1px solid #1755c4;
    background: url("/vlab_files/static/img/icon-1.png") left no-repeat;
}

.passwordBox {
    width: 355px;
    height: 40px;
    border: 1px solid #1755c4;
    background: url("/vlab_files/static/img/icon-2.png") left no-repeat;
    margin-top: 20px;
}

.border {
    border: 1px solid #ba1f13;
}

.button {
    display: block;
    height: 42px;
    margin: auto;
    margin-top: 20px;
}

.button button {
    outline: none;
    letter-spacing: 3px;
    border: none;
    width: 100%;
    color: #fff;
    height: 42px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    background: url("/vlab_files/static/img/dl.png") repeat-x;
}

.zc {
    float: right;
    color: #666;
    font-size: 12px;
    display: block;
    line-height: 35px;
}

.contentC {
    height: 405px;
    background: #f4f6fa;
    padding: 35px 0;
    overflow: hidden;
}

.contentC .smallTit {
    padding-bottom: 30px;
}

.contentC .smallTit span {
    font-size: 22px;
    color: #115d8a;
    font-family: "Microsoft Yahei";
    display: block;
    text-align: center;
}

.contentC .smallTit label {
    font-size: 16px;
    color: #115d8a;
    font-family: "Microsoft Yahei";
    display: block;
    text-align: center;
    line-height: 25px;
}

.virtualBox ul li {
    width: 285px;
    height: 265px;
    background: #fff;
    padding: 15px;
    float: left;
    margin-left: 22px;
    position: relative;
    margin-top: 20px;
}

.virtualPic img {
    width: 280px;
    height: 145px;
    background: #fff;
    padding: 5px;
    position: absolute;
    left: 12px;
    top: -20px;
}

.virtualPic {
    display: block;
    height: 120px;
}

.virtualTit {
    display: block;
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #333;
    line-height: 22px;
    display: block;
    padding-top: 5px;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.virtualBox ul li:hover .virtualTit {
    color: #115d8a;
}

.virtualP {
    font-size: 12px;
    color: #333;
    line-height: 22px;
    display: block;
    padding: 5px 0;
}

.virtualMore {
    font-size: 12px;
    color: #333;
    display: block;
    text-align: right;
    line-height: 22px;
    text-decoration: none;
}

.virtualBox ul li:hover .virtualMore {
    color: #ee4942;
}

.contentD {
    height: 375px;
    width: 100%;
    background: url("/vlab_files/static/img/contentD.png") #2974e1 no-repeat center;
}

.syTit {
    width: 275px;
    height: 75px;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 10px;
}

.syTit span {
    font-family: "Microsoft Yahei";
    font-size: 22px;
    color: #fff;
    display: block;
    text-align: center;
    padding-bottom: 5px;
}

.syTit label {
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.syTit .hd {
    margin-left: 33px;
}

.syTit .hd ul li {
    font-size: 16px;
    color: #fff;
    font-family: "Microsoft Yahei";
    float: left;
    margin-left: 20px;
    cursor: pointer;
}

.syTit .hd ul li.on {
    font-weight: bold;
}

.slideTxtBox .bd ul {
    width: 100%;
    display: flex;
}

.slideTxtBox .bd ul li {
    width: calc((100% - 80px) / 5);
    height: 220px;
    float: left;
    margin-left: 20px;
    /* margin: 10px; */
    /* border-bottom: 1px solid #fff; */
}

.slideTxtBox .bd ul li img {
    width: 100%;
    height: 200px;
}

.slideTxtBox .bd ul li p {
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.slideTxtBox .bd ul li:first-child {
    margin-left: 0
}

.syImg {
    display: block;
    width: 148px;
    height: 88px;
    padding: 2px;
    background: #f6f6f6;
}

.syImg img {
    width: 148px;
    height: 88px;
}

.syBox {
    width: 305px;
}

.syBox a {
    font-size: 12px;
    color: #fff;
    font-family: Serif;
    text-decoration: none;
    display: block;
    line-height: 23px;
}

.contentE {
    height: 380px;
    padding: 50px 0;
}

.zygx {
    width: 1000px;
    height: 378px;
    background: #fff;
    -moz-box-shadow: 0 4px 13px rgba(70, 70, 70, 0.36);
    -webkit-box-shadow: 0px 4px 13px rgba(70, 70, 70, 0.36);
    box-shadow: 0px 4px 13px rgba(70, 70, 70, 0.36);
}

.zygx .left {
    width: 500px;
    height: 378px;
}

.zygx .right {
    width: 500px;
    height: 378px;
    background: url("/vlab_files/static/img/right.png") #2776e2 no-repeat;
    position: relative;
}

.zygx .left img {
    height: 250px;
    width: 500px;
}

.zygx .left p {
    padding: 18px 35px;
    font-size: 12px;
    line-height: 22px;
}

.zygx .left p a {
    color: #666;
    font-size: 12px;
    font-family: Serif;
}

.zygxTit {
    height: 54px;
    background: url("/vlab_files/static/img/gxzy.png") no-repeat left center;
    padding-left: 80px;
    position: absolute;
    left: -28px;
    top: 25px;
}

.zygxTit span {
    font-family: "Microsoft Yahei";
    font-size: 22px;
    color: #fff;
    display: block;
    line-height: 30px;
}

.zygxTit label {
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #fff;
    display: block;
}

.zygxContent {
    padding-top: 110px;
}

.zygxContent li {
    margin: auto;
    margin-bottom: 20px;
    height: 43px;
    width: 435px;
    background: url("/vlab_files/static/img/opWhite.png") repeat;
    padding: 10px 0;
    position: relative;
}

.zygxContent li .num {
    width: 40px;
    height: 40px;
    font-family: "Microsoft Yahei";
    background: url("/vlab_files/static/img/num.png") center no-repeat;
    color: #2875e2;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: -20px;
    top: 10px;
}

.zygxContent li a {
    display: block;
    height: 40px;
    background: url("/vlab_files/static/img/downLoad.png") no-repeat 390px center;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 55px;
    text-decoration: none;
}

.zygxContent li:hover a {
    display: block;
    height: 40px;
    background: url("/vlab_files/static/img/downLoadH.png") no-repeat 390px center;
}

.contentF {
    height: 450px;
    width: 1100px;
    margin: auto;
    z-index: 999;
}

.slideGroup .syTit {
    width: 191px;
    height: 75px;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 10px;
}

.slideGroup .syTit span {
    font-family: "Microsoft Yahei";
    font-size: 22px;
    color: #333;
    display: block;
    text-align: center;
}

.slideGroup .syTit label {
    font-size: 16px;
    font-family: "Microsoft Yahei";
    color: #333;
    display: block;
    text-align: center;
    margin-bottom: 5px;
}

.slideGroup .parHd {
    margin-left: 33px;
}

.slideGroup .parHd ul li {
    font-size: 16px;
    color: #333;
    font-family: "Microsoft Yahei";
    float: left;
    margin-left: 20px;
    cursor: pointer;
}

.slideGroup .parHd ul li.on {
    font-weight: bold;
}

.slideGroup .parBd {
    width: 988px;
    padding: 20px;
    margin: auto;
    background: #ffff;
    -moz-box-shadow: 0 4px 13px rgba(70, 70, 70, 0.36);
    -webkit-box-shadow: 0px 4px 13px rgba(70, 70, 70, 0.36);
    box-shadow: 0px 4px 13px rgba(70, 70, 70, 0.36);
}

.slideBox ul li {
    width: 320px;
    float: left;
    margin-right: 13px;
}

.slideBox ul li img {
    width: 320px;
    height: 210px;
}

.slideGroup .sPrev,.slideGroup .sNext {
    position: absolute;
    left: -7px;
    top: 200px;
    display: block;
    width: 42px;
    height: 94px;
    background: url(/vlab_files/static/img/icoLeft.png) center center no-repeat ;
}

.slideGroup .sNext {
    left: auto;
    right: -7px;
    background: url(/vlab_files/static/img/icoRight.png) center center no-repeat ;
}

.slideGroup .sPrev:hover,.slideGroup .sNext:hover {
    border-color: #f60;
}

.slideBox ul li .title {
    margin-top: 10px;
}

.slideBox ul li .title a {
    font-size: 12px;
    font-family: Serif;
    color: #333;
    line-height: 22px;
    display: block;
}

.slideBox ul li .title .sbDate {
    color: #666;
}

.slideBox ul li .title .sbTitle {
    color: #333;
    font-size: 14px;
}

.slideBox ul li .title .sbNr {
    color: #666;
}

.footer {
    height: 90px;
    border-bottom: 15px solid #1260df;
}

.footer .left {
    height: 90px;
    width: 490px;
    background: url("/vlab_files/static/img/logo.png") left center no-repeat;
}

.footer .right {
    height: 90px;
    width: 490px;
    background: url("/vlab_files/static/img/line.png") left center no-repeat;
}

.footer .right ul {
    width: 225px;
    margin-top: 25px;
}

.footer .right ul li {
    float: left;
    margin-left: 15px;
}

.footer .right ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: Serif;
}

.content2 {
    padding: 20px;
    background: #fff;
    -moz-box-shadow: 0 4px 13px rgba(70, 70, 70, 0.36);
    -webkit-box-shadow: 0px 4px 13px rgba(70, 70, 70, 0.36);
    box-shadow: 0px 4px 13px rgba(70, 70, 70, 0.36);
}

.aside {
    width: 220px;
    overflow: hidden;
}

.aside h2 {
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    background: #3b85fe;
    padding-left: 40px;
    margin-bottom: 10px;
}

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

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

.aside ul li a:hover {
    color: #ffffff;
    background: #3b85fe;
}

.level3 {
    display: block !important;
}

.level3 > li > a {
    font-size: 14px !important;
    padding-left: 75px !important;
}

.level4 {
    display: none;
}

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

.level2 > li > .arrow:hover,.level3 > li > .arrow:hover,.level4 > li > .arrow:hover,.level2 > li > .current,.level3 > li > .current,.level4 > li > .current {
    color: #DDDBDB;
    background: url(/vlab_files/static/img/bg-btn2.png) top center no-repeat;
}

.level3 li a:hover {
    background: url(/vlab_files/static/img/bg-btn3.png) #eee no-repeat !important;
    color: #333 !important;
}

.arroww {
    background: #3b85fe !important;
    color: #fff !important;
}

.contentLi {
    width: calc(100% - 250px);
    margin-left: 30px;
}

.breadcrumb {
    height: 47px;
    border-bottom: 3px solid #eee;
    overflow: hidden;
}

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

.breadcrumb ul {
    float: right;
}

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

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

.breadcrumb b {
    float: left;
    padding: 0 15px;
    height: 47px;
    line-height: 55px;
    font-size: 18px;
    color: #3b85fe;
    border-bottom: 2px #3b85fe solid;
    font-weight: normal;
}

.title_info {
    font-family: serif;
    width: 100%;
    float: left;
    color: #666;
    text-align: center;
    padding: 20px 0;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 1px #ccc dashed;
}

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

.articleLi ul {
    margin: 10px;
    min-height: 400px;
}

.articleLi ul li {
    height: 35px;
    background: url(/vlab_files/static/img/b1.png) left center no-repeat;
    padding-left: 15px;
}

.articleLi ul li a {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    text-decoration: none;
    cursor: pointer;
}

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

.articleLi ul li a:hover {
    color: #3b85fe;
}

.page {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #666666;
}

.page a {
    border: 1px solid #ccc;
    color: #727272;
    padding: 5px;
    background: #f1f1f1;
    cursor: pointer;
}

.page a:hover {
    color: #3b85fe;
    text-decoration: none;
}

.content3 {
    padding: 20px;
    background: #fff;
    -moz-box-shadow: 0 4px 13px rgba(70, 70, 70, 0.36);
    -webkit-box-shadow: 0px 4px 13px rgba(70, 70, 70, 0.36);
    box-shadow: 0px 4px 13px rgba(70, 70, 70, 0.36);
}

.contentArt {
    width: 750px;
    margin-left: 30px;
}

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

.articlePage h2 {
    text-align: center;
    height: 50px;
    font-size: 27px;
    color: #3b85fe;
    font-weight: normal;
}

.articlePage > p img {
    display: block;
    margin: 10px auto;
}

.articlePage > p {
    font-family: "Microsoft YaHei";
    line-height: 25px;
    padding-top: 10px;
    text-align: justify;
    color: #666;
    text-indent: 2em;
    font-size: 14px;
}

.articlePage table {
    margin: 0 auto;
}

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

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

.articlePage object {
    margin-left: -2em;
}

.contentC {
    height: auto;
    background: #f6f7f8;
}

.img-link ul li .imgBox {
    height: 175px;
    overflow: hidden;
}

.img-link ul li .imgBox img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    transition: 0.3s;
}

.img-link ul li:nth-child(4n+1) {
    margin-left: 0;
}

.img-link ul li {
    width: calc((100% - 60px) / 4);
    transition: 0.3s;
    float: left;
    overflow: hidden;
    box-shadow: 1px 3px 17px 8px rgb(193 193 193 / 18%);
    margin-left: 20px;
    margin-top: 20px;
    background: #fff;
}

.img-link ul li:hover img {
    transform: scale(1.1);
    /*box-shadow:1px 3px 32px 8px rgba(193, 193, 193, 0.18);*/
    /*font-size:16px;*/
    /*font-weight: bold;*/
    /*border-bottom:3px solid #007bff;*/
}

/*.img-link ul li:nth-child(3),.img-link ul li:nth-child(6){*/
/*    margin-right:0;*/
/*}*/
/*.img-link ul li:nth-child(1),.img-link ul li:nth-child(4){*/
/*    margin-left:0;*/
/*}*/
/*.img-link ul li:nth-child(odd){*/
/*}*/
.img-link {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.img-link ul li a {
    display: block;
    /*padding-bottom: 15px;*/
    text-decoration: none;
}

.img-link ul li p {
    font-size: 14px;
    color: #333;
    font-family: "Microsoft Yahei";
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 35px;
    margin-top: 2px;
}

.img-link ul li span {
    display: block;
    margin-right: 10px;
    color: #fff;
    border-radius: 4px;
    line-height: 20px;
    padding: 0 6px;
    font-size: 12px;
    float: left;
}

.img-link ul li label {
    display: block;
    float: right;
    color: #999999;
    line-height: 20px;
    padding-left: 20px;
    font-size: 13px;
    background: url(https://oss.rainier.com.cn/a_lend/2022/221/0576/9jhgr.png) left center no-repeat;
    background-size: 16px;
}

.sort {
    background: #fff;
    padding: 10px 0 15px;
    font-size: 15px;
}

.sort .list {
    width: 1200px;
    margin: 8px auto;
    display: flex;
}

.sort .list label {
    display: block;
    width: 80px;
    text-align: right;
    line-height: 30px;
    margin-top: 5px;
    padding-right: 10px;
}

.sort .list ul {
    flex: 1;
}

.sort ul li {
    font-size: 14px;
    float: left;
    display: block;
    margin-left: 10px;
    margin-top: 5px;
    padding: 0 20px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 5px;
    /* border: 0; */
}

.sort li.active {
    color: #fff;
    background: #1b69ff;
    /* border: 1px solid #007bff; */
    /* line-height: 30px; */
}

.resource-share {
    height: 450px;
    padding-top: 35px;
    /* margin: 60px auto 0; */
    position: relative;
    background: url(/vlab_files/2025/156/0622/1c781.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(/vlab_files/2025/156/0622/185v5.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);
    box-sizing: border-box;
}

.exp-rank {
    padding-top: 56px;
    background: url(/vlab_files/2025/156/0622/1a6l2.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%;
}

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

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

.layui-layer-dialog{
    top:50% !important;
}
