* {
    box-sizing: border-box
}

.header {
    min-width: 100%;
    height: 170px;
    padding-top: 120px;
    background: url(/vlab_files/static/img/header.jpg) top center no-repeat;
}

.nav {
    height: 50px;
    position: relative;
    margin: 0 auto;
    line-height: 50px;
    background: url(/vlab_files/static/img/nav.png) repeat-x;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.nav ul {
    display: flex;
}

.nav li {
    display: block;
    width: 170px;
    height: 50px;
    background: url("/vlab_files/static/img/nav-line.jpg") left center no-repeat;
}

.nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.nav li:last-child a {
    background: url("/vlab_files/static/img/nav-line.jpg") right center no-repeat;
}

.fullSlide {
    width: 100%;
    min-width: 1250px;
    position: relative;
    height:350px;
}

.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: 350px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 350px;
}

.fullSlide .hd {
    position: relative;
    z-index: 99;
    bottom: 35px;
    overflow: hidden;
    margin: auto;
}

.fullSlide .hd ul {
    text-align: center;
}

.fullSlide .hd ul li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    background: #c5c5c5;
}

.fullSlide .hd ul li img {
    width: 75px;
    height: 75px;
    margin: 5px;
    display: block;
    border-radius: 50px;
}

.fullSlide .hd ul li.on {
    background: #fff;
}

.content {
    width: 100%;
    background: url("/vlab_files/static/img/bg.png") no-repeat bottom right #F6F7FB;
}

.contentbg {
    width: 1160px;
    background: #fff url("/vlab_files/static/img/contentbg.png") no-repeat left top;
    margin: auto;
    /* margin-top: -40px; */
    position: relative;
    z-index: 90;
    -moz-box-shadow: 1px 1px 9px -1px #b2b2b2;
    -webkit-box-shadow: 1px 1px 9px -1px #b2b2b2;
    box-shadow: 1px 1px 9px -1px #b2b2b2;
    padding-bottom: 40px;
}

.contentA {
    display: flex;
    height: 420px;
    padding-top: 40px ;
    justify-content: space-between;
}

.contentA .news {
    width: 875px;
    height: 290px;
}

.contentA .login {
    width: 300px;
}

.title {
    width: 100%;
    position: relative;
    line-height: 30px;
    padding-left: 10px;
    padding-right: 20px;
}

.title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 12px;
    background: #138fe0;
}

.title h2 {
    font-size: 24px;
    color: #333333;
    display: inline-block;
}

.title p {
    display: inline-block;
    font-size: 15px;
    color: #aaaaaa;
}

.title a {
    font-size: 14px;
    color: #999999;
}

.news-list {
    width: 450px;
}

.news-list a {
    padding-right: 5px;
    padding-left: 5px;
    display: block;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    color: #666666;
    line-height: 65px;
    border-bottom: 1px solid #f0f0f0;
}
.loginBox{
    display: none;
}

 .loginBox p {
     padding-bottom:30px;
 }
.loginBox span{
    display: block;
    font-size: 20px;
    padding: 15px 0;
    text-align: center;
}
.loginBox a{
    display: block;
        text-align: center;
    width: 240px;
    height: 40px;
    line-height: 40px;
    background: #138fe0;
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    
    outline: unset;
    border: 0;
}
.news-list a span {
    display: block;
}

.news-list a:hover {
    color: #138FE0;
    border-color: #138FE0;
}

.login-content,.loginBox {
    width: 300px;
    height: 310px;
    background: #f5f5f5;
    margin-top: 10px;
    padding: 10px 30px;
}

.login-content input {
    width: 240px;
    height: 48px;
    background: #ffffff;
    margin-top: 15px;
    font-size: 15px;
    padding-left: 15px;
    outline: unset;
    border: 0;
}

.login-content button ,.login-content a{
   display: block;
    text-align: center;
    width: 240px;
    height: 36px;
    line-height: 36px;
    background: #138fe0;
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    
    outline: unset;
    border: 0;
}

.spanBox {
    display: flex;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 25px;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}

.spanBox span,.spanBox a {
    display: block;
    padding: 12px 8px;
    background: #dfeaf5;
    font-size: 14px;
    margin: 0 2px 15px;
    cursor: pointer;
    line-height: 1;
    white-space: nowrap;
    margin-right: 10px;
}

.spanBox span.on,.spanBox a:hover {
    background: #138fe0;
    border-color: #138fe0;
    color: #fff;
}

.contextB {
    /*height: 510px;*/
    padding: 35px 0;
    background: #f5f5f5;
    margin-bottom: 40px;
}

.unregular ul {
    /*display: flex;*/
        max-height: 660px;
    overflow-y: auto;
}

.unregular ul li {
    margin-right:30px;
    margin-bottom: 20px;
    float: left;
    display: block;
    width: 368px;
    height: 270px;
    background: #ffffff;
    padding: 18px;
}
.unregular ul li:nth-child(3n+3){
    margin-right: 0;
}



.unregular ul li h3 {
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 30px;
    margin-top: 15px;
    background: url(/vlab_files/static/img/arrow.png) right center no-repeat;
}

.anli-list {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    flex-wrap: wrap;
    max-height: 680px;
    overflow-y: auto;
    margin-bottom: 50px;
}

.anli-list li {
    width: 368px;
    height: 325px;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 25px;
    margin-bottom: 30px;
    margin-right: 5px;
}
.anli-list li.placeholder{
    width: 368px;
    height: 0;
    padding: 0;
    border: 0;
}
.anli-list li h2 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    margin-bottom: 20px;
}

.anli-list li p {
    font-size: 14px;
    height: 95px;
    color: #999999;
    padding: 10px 0;
    line-height: 25px;
}

.contentC {
    height: 450px;
    margin-top: 40px;
    padding: 40px 0;
    background: url(/vlab_files/static/img/section.jpg) center no-repeat;
}

.result-list {
    display: flex;
    margin-top: 25px;
    justify-content: space-between
}

.result-list li {
    display: block;
    background: #fff;
    width: 280px;
    height: 320px;
    padding: 12px;
}

.result-list li:hover {
    background: #138fe0
}

.result-list li a {
}

.result-list li p {
    font-size: 16px;
    text-align: center;
    color: #333333;
    text-align: center;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 20px;
}

.result-list li:hover p {
    color: #fff
}

.staticus {
    margin-top: 40px;
}

.weekFree ul {
    display: flex;
    justify-content: space-between;
}

.weekFree{
    padding-bottom:30px;
}

.weekFree ul li {
    width: 30%;
    font-size: 16px;
    text-align: center;
    color: #333;
}

.tit {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
}

.circle {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
}

.zhuanquan {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("/css/nx/img/nx_index/1-7f54aae40bfa4b0d16ceafc54fe42dc2.png") no-repeat center;
    -webkit-transform: rotate(360deg);
    -moz-animation: rotation 3s linear infinite;
    -webkit-animation: rotation 3s linear infinite;
    -o-animation: rotation 3s linear infinite;
    animation: rotation 3s linear infinite;
}

.dingwei {
    width: 150px;
    height: 150px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 10px;
    background: url(/vlab_files/static/img/2.png);
    background-size: 100%;
}

.douhao {
    position: absolute;
    right: 35px;
    top: 36px;
    width: 15px;
    height: 9px;
    background: url("/css/nx/img/nx_index/douhao-a71a860c730208e9bbfe8c55109d8ba4.png") no-repeat center;
}

.dingwei .number {
    width: 150px;
    height: 150px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 60px;
    color: #fff;
    line-height: 150px;
    font-size: 48px;
    text-align: center;
    font-weight: normal;
}

.circle::after {
    content: "";
    display: block;
    width: 240px;
    height: 240px;
    position: absolute;
    left: 0;
    margin-left: -130px;
    bottom: -8px;
    border-radius: 120px;
    border: 44px solid #2b9ae3;
    /*background: #fff;*/
    animation-name: rotate1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.circle::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -160px;
    bottom: 0px;
    width: 260px;
    height: 260px;
    border-radius: 130px;
    border: 46px solid #2b9ae3;
    animation-name: rotate1;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    /*background: #fff;*/
}

@keyframes rotate1 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(180deg);
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

.content2 {
    margin-bottom: 20px;
    padding: 40px 40px 0 40px;
    min-width: 1102px;
}

.aside {
    width: 240px;
    overflow: hidden;
}

.aside h2 {
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    background: #138fe0;
    text-align: center;
    margin-bottom: 10px;
}

.aside ul li {
    background: #f0f0f0;
    margin-top: 1px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.aside ul li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
    text-decoration: none;
    padding-left: 68px;
    background: #eee;
}

.aside ul li a:hover {
    color: #ffffff;
    background: #138fe0 ;
}

.level3 {
    display: none;
}

.level3 > li > a {
    font-size: 14px !important;
    padding-left: 75px !important;
}

.aside .level2 li a.current {
    background: #138fe0;
    color: #fff
}

.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;
}

.contentLi {
    width: 850px;
    margin-left: 10px;
    padding: 10px 20px;
    background: #fff;
}

.breadcrumb {
    height: 38px;
    border-bottom: 3px solid #eee;
    overflow: hidden;
}

.breadcrumb ul {
    float: left;
}

.breadcrumb ul li a, .breadcrumb ul li {
    color: #666;
    font-size: 12px;
    line-height: 38px;
    font-family: serif;
}

.breadcrumb ul li a:hover {
    text-decoration: none;
    color: #2d82e0;
}

.breadcrumb b {
    float: left;
    padding: 0 15px;
    height: 47px;
    line-height: 55px;
    font-size: 18px;
    color: #2d82e0;
    border-bottom: 2px #2d82e0 solid;
    font-weight: normal;
}

.title_info {
    font-family: serif;
    width: 100%;
    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;
    position: relative;
}

.articleLi ul {
    margin: 10px;
    min-height: 400px;
}

.articleLi ul li {
    height: 35px;
    background: url(/vlab_files/default/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: #2d82e0;
}

.page {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    color: #666666;
}

.page a {
    border: 1px solid #ccc;
    color: #727272;
    padding: 5px 10px;
    background: #f1f1f1;
    cursor: pointer;
}

.page a:hover {
    color: #2d82e0;
    text-decoration: none;
}

.content3 {
    margin-bottom: 20px;
        padding: 40px 40px 0 40px;
}

.contentArt {
    width: 815px;
    margin-left: 10px;
    background: #fff;
    padding: 10px 20px;
}

.articlePage {
    min-height: 450px;
}

.article-title {
    margin-top: 30px;
    text-align: center;
    font-size: 28px;
    color: #138fe0;
    font-weight: normal;
}

.articlePage > p img {
    display: block;
    margin: 10px auto;
}

.articlePage > p {
    font-family: serif;
    line-height: 35px;
    margin: 0 2em;
    text-align: justify;
    text-indent: 2em;
    font-size: 14px;
}

.articlePage table {
    margin: 20px auto;
}

.articlePage table td {
    text-align: center ;
    font-size: 14px;
    color: #666;
    padding: 3px;
    background: #fff ;
}

.articlePage table td p {
    text-indent: 0;
}

.articleLi table {
    margin: 20px auto;
}

.articleLi table td {
    text-align: center ;
    font-size: 14px;
    color: #666;
    padding: 3px;
    background-color: #fff ;
    line-height: 22px;
}

.articleLi table td p {
    text-indent: 0;
}

.footer {
    height: 200px;
    padding-top: 25px;
    background: url(/vlab_files/static/img/foor.jpg);
}

.foot_top {
    /*width: 400px;*/
    padding-top: 20px;
    /*background: url(/vlab_files/static/img/logo.png) no-repeat  top center;*/
    /*text-align: center;*/
}

.foot_top p {
    color: #fff;
    line-height: 40px;
    font-size: 14px;
}

.foot_box {
    width: 1130px;
    height: 70px;
    margin: 0 auto;
    padding-top: 28px;
}

.foot_nr {
    width: 1130px;
    height: 25px;
    line-height: 22px
}

.foot_nr span {
    float: right;
    display: block;
    color: #fff;
    margin-left: 20px;
    font-size: 12px;
    font-family: serif;
}

.foot_nr a {
    text-decoration: none;
    line-height: 22px;
    font-size: 12px;
    display: block;
    color: #fff;
    font-family: serif;
}

.hb-1 {
    float: left;
}

.hb-2 {
    float: right;
}


.slidercaptcha {
    margin: 0 auto;
    width: 314px;
    height: 286px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
   
}

.slidercaptcha .card-body {
    padding: 1rem;
}

.slidercaptcha canvas:first-child {
    border-radius: 4px;
    border: 1px solid #e6e8eb;
}

.slidercaptcha.card .card-header {
     padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.refreshIcon {
    top: -54px;
}

.file-item {
    display: flex;
    justify-content: space-between;
    height: 168px;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #d7d7d7;
    border-radius: 7px;
    overflow: hidden;
    align-items: center;
}

.file-text {
    width: calc(100% - 440px);
    height: 140px;
}

.file-text h1 {
    font-size: 20px;
    line-height: 30px;
}

.file-text p {
    line-height: 25px;
    font-size: 14px;
    color: #5;
}

.file-item a {
    display: block;
    width: 100px;
    height: 36px;
    background: inherit;
    background-color: #299eeb;
    border: none;
    border-radius: 18px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    text-align: center;
    line-height: 36px;
    margin-right: 15px;
}