body {
    font-family: "Microsoft YaHei Regular";
}
*{box-sizing: border-box;}
.contentBox {
    width: 1200px;
    margin: auto;
}

.loginBox{
    display: none;
}

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


.header {
    background: #21438b;
}

.header .logo {
    height: 100px;
    background: url("/vlab_files/2022/343/0639/8u3t.png") left center no-repeat;
    background-size: 320px;
}

.header .logo span {
    /* font-weight: bold;  */
    font-size: 26px;
    color: #fff;
    display: block;
    text-indent: 335px;
    letter-spacing: 1px;
    line-height: 100px;
    letter-spacing: 3px;
}

.header .nav {
    height: 50px;
    background: #0a48cb;
}

.header .nav ul li {
    float: left;
    margin-left: 26px;
}

.header .nav ul li:hover {
    background: url("https://xnfzpt.fjmu.edu.cn/vlab_files/2022/201/1047/8fs8.png") center 40px no-repeat;
}

.header .nav ul li:first-child {
    margin-left: 0;
}

.header .nav ul li a {
    display: block;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    padding: 0 10px;
}

.slider {
    width: 100%;
    min-width: 1200px;
    height: 335px;
    position: relative;
    overflow: hidden;
    background: #fff;
    text-align: center;
}

.slider .bd {
    width: 1200px;
    position: absolute;
    left: 50%;
    margin-left: -600px
}

.slider .bd li {
    width: 1200px;
    overflow: hidden;
}

.slider .bd li img {
    display: block;
    width: 1200px;
    height: 335px;
}

.slider .tempWrap {
    overflow: visible !important
}

.slider .tempWrap ul {
    margin-left: -1200px !important; /*强制位置*/
}

.slider .hd {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    height: 8px;
    bottom: 20px;
    text-align: center;
}

.slider .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 8px;
    height: 8px;
    line-height: 99px;
    overflow: hidden;
    background: url(https://xnfzpt.fjmu.edu.cn/vlab_files/2022/201/1051/ieii.png) 0 -10px no-repeat;
    margin: 0 5px;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.slider .hd li.on {
    background-position: 0 0;
    filter: alpha(opacity=100);
    opacity: 1;
}

.slider .pnBtn {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    height: 335px;
    cursor: pointer;
}

.slider .prev {
    left: -50%;
    margin-left: -600px;
}

.slider .next {
    left: 50%;
    margin-left: 600px;
}

.slider .pnBtn .blackBg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 335px;
    background: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slider .pnBtn .arrow {
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 60px;
    height: 335px;
}

.slider .pnBtn .arrow:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.slider .prev .arrow {
    right:0;
    background:url(https://xnfzpt.fjmu.edu.cn/vlab_files/2022/201/1049/dkgg.png) -120px 0 no-repeat;
}

.slider .next .arrow {
    left:0;
    background:url(https://xnfzpt.fjmu.edu.cn/vlab_files/2022/201/1049/dkgg.png) 0 0 no-repeat;
}

.contentA{
    padding-top:35px;
}
.introduction{
    width:876px;
    height:265px;
}

.tit{
    margin-bottom: 15px;
    position:relative;
    height: 42px;
}
.tit span{
    font-size:18px;
    font-weight:bold;
    color:#333;
    color:#000;
}
.tit input{
    position: absolute;
    right: 65px;
    top: 5px;
    height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    outline: unset;
    padding: 0 10px;
    font-size: 13px;
}
.tit span label{
    color:#ffb400;
    color:#f07700;
}

.tit a{
    font-size: 13px;
    color: #ffb400;
    text-decoration: none;
    position:absolute;
    right:0;
    top:25px;
    top: 0;
}
.tit p{
    color:#999;
    font-size:14px;
    margin-top: 4px;
}
.tit a p{
    color: #ffa200;
}
.introductionContent img{
    width: 310px !important;
    height: 208px !important;
}
.introductionContent div.fr{
    float: left;
    margin-left: 20px;
}


.introductionContent p{
    width: 515px;
    text-align: justify;
    font-size: 14px;
    text-indent: 2em;
    color: #333;
    line-height: 25px;
}

.view-btn{
    font-size:14px;
    color:#ffa800 !important;
    line-height: 45px;
}

.videoBox{
    width:285px;
    height:265px;
}

.notic{
    width:568px;
    height:290px;
}
.contentB{
    margin-top: 30px;
}
/* 
.noticBox li {
    margin-bottom: 18px;
}
.noticBox li .date {
    width: 65px;
    height: 65px;
    border-radius: 4px;
    overflow: hidden;
}

.noticBox li .date span.yy{
    display: block;
    height: 33px;
    background: #154cc0;
    color: #fff;
    text-align: center;
    line-height: 33px;
}
.noticBox li .date span.mm{
    display: block;
    height: 32px;
    background: #e5e5e5;
    color: #333;
    text-align: center;
    line-height: 32px;
}

.noticBox li .newBox {
    width: 320px;
}

.noticBox li .newBox .newTit{
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #000;
    font-size: 14px;
    line-height: 25px;
}
.noticBox li .newBox .newP{
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 20px;
} */

.noticBox li{
    border-bottom:1px dashed #dcdcdc;
    padding: 8px 0;
    font-size: 14px;
    color:#333333;
}
.noticBox li p{
    float: left;
    width: calc( 100% - 90px );
}
.noticBox li em{
    float: right;
    font-style: normal;
}
.noticBox li:hover p,
.noticBox li:hover em{
    color:#ffa200 !important;
}

.materials {
    width: 300px;
    height: 285px;
    margin-left: 45px;
}
.materials-content {
    width: 300px;
    height: 230px;
    text-align: center;
    box-shadow: 0 0 5px #ccc;
    padding-top: 20px;
}

.materials-content a{
    display: inline-block;
    width: 130px;
    height: 190px;
    margin: 0 8px;
    color: #fff;
    padding-top: 145px;
    text-align: center;
}
.materials-content a.materials-1{
    background: url(https://xnfzpt.fjmu.edu.cn/vlab_files/2022/202/0600/tcrr.png) center no-repeat;
}
.materials-content a.materials-2{
    background: url(https://xnfzpt.fjmu.edu.cn/vlab_files/2022/202/0600/vdr1.png) center no-repeat;
}

.login {
    width: 250px;
}

.footer{
    padding-top: 90px;
    height: 185px;
    background: #224184 url(/vlab_files/2022/343/0639/8u3t.png) center 25px no-repeat;
    background-size: 180px;
}

.footer p{
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    color: #d9e3ee;
    padding:0;

}


.login-form ,.loginBox{
    width: 250px;
    height: 230px;
    padding: 10px 20px 0;
    box-shadow: 0 0 5px #ccc;
    background: url(https://xnfzpt.fjmu.edu.cn/vlab_files/2022/202/0600/11e7u.png) center bottom no-repeat; 
    padding-top: 30px;
}

.login-tit{
    font-size: 18px;
    text-align: center;
    padding: 25px 0;
    color:#336699;
}
.input-box {
    margin-top: 5px;
}
.input-box a{
    font-size: 12px;
    color: #c7c7c7;
    margin: 5px 0;
}
.input-box:first-child{
    margin-bottom: 25px;
}
.input-box input {
    outline: none;
    border: 1px solid #c1d7eb;
    font-size: 12px;
    width: 100%;
    height: 30px;
    border-radius: 4px;
    background: url(https://xnfzpt.fjmu.edu.cn/vlab_files/2022/202/0600/15f2o.png) no-repeat 8px 5px;
    padding-left: 50px;
}

.input-box input[name="password"]{
    background: url(https://xnfzpt.fjmu.edu.cn/vlab_files/2022/202/0600/15f2o.png) no-repeat 8px -49px;
}

.input-box label{
    display: block;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
}
.input-btn-box {
    /* width: 190px; */
    margin: 0 auto;
}

.loginBox p{
    text-align: center;
    padding-bottom: 10px;
}
.loginBox span{
    display: block;
    font-size:20px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}

.loginBox a{
     display: block;
    width:105px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
     background: #1346b3;
}

.input-btn-box button,
.input-btn-box a{
    display: block;
    width:100px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-top: 10px;
}
.input-btn-box button{
   background: #1346b3;
}
.input-btn-box a{
    background: #1346b3;
}
button.submit {
    display: block;
    outline: none;
    letter-spacing:1px;
    border: none;
    width:295px;
    color: #fff;
    height:40px;
    font-size:14px;
    margin: 25px auto 0;
    background: #217ede;
}
.input-btn-box button.stuBtn{
    width: 96px;
    height: 30px;
    background: #1346b3;
        
}
.input-btn-box button.teaBtn{
    width: 96px;
    height: 30px;
    padding-right: 16px;
 background: #1346b3;}


.contentC{
    margin-top: 30px;
    height: 290px;
}

.plats {
    /* width: 320px; */
    width: 250px;
}

.plats-list {
    width: 250px;
    height: 213px;
    padding-top: 15px;
    /* box-shadow: 0 0 5px #ccc; */

    width: 250px;
    height: 214px;
    padding-top: 18px;
    background: #e6eaf3
}

.plats-list a{
    display: block;
    width: 228px;
    height: 50px;
    background: linear-gradient(360deg, #1b4398, #345cb1);
    line-height: 50px;
    color: #fff;
    margin: 0 auto 15px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    padding-left: 15px;
    text-align: left;

}
.plats-list a:hover{
    background: linear-gradient(360deg, #ff972e, #ffb00e);

}
.plats-list a i{
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
}
.plats-list a p{
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 50px );
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
}

.plats-list a:first-child i{background: url(https://xnfzpt.fjmu.edu.cn/vlab_files/2022/202/0669/1u82m.png) no-repeat 0 0;}
.plats-list a:nth-child(2) i{background: url(https://xnfzpt.fjmu.edu.cn/vlab_files/2022/202/0669/1u82m.png) no-repeat 0 -67px;}
.plats-list a:last-child i{background: url(https://xnfzpt.fjmu.edu.cn/vlab_files/2022/202/0669/1u82m.png) no-repeat 0 -134px;}

.typical {
    /* width: 840px; */
    width: 924px;
}

.typical li{
    float: left;
    width: 300px;
    height: 213px;
    border: 1px solid transparent;
    margin-left: 12px;
    /*background: #1c47a4 url(../img/cicle.png) center 235px no-repeat;*/

    position: relative;
}

.typical li:first-child{
    margin-left: 0;
}

.typical li a{
    display: block;
    width: 300px;
    height: 213px;
}

.typical li img{
    display: block;
    width: 100%;
    height: 100%;
}

.typical li a p{
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;

    position: absolute;
    bottom: -2px;
    background: rgb(94 119 167);
    color:#fff;
    padding: 0 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    width: 300px;
}
/*
.typical li:hover{
    background-color: #ffa800;
    border-color: #dedede;
}
*/
.slideTxtBox {
    width: 1200px;
    margin: 10px auto 15px;
}
.slideTxtBox .tit{
    text-align: center;
}


.main-cell{
    padding-bottom: 10px;
    overflow: hidden;
}
.main-cell ul li {
    position: relative;
    margin-right: 5px;
    float: left;
    /* width: 366px; */
    /* height: 320px; */
    width: 296px;
    height: 279px;
}
.main-cell ul li:last-child{
    margin-right: 0;
}

.main-cell ul li a{
    display: block;
    background: #fff;
}
.main-cell ul li a span{
    display: block;
    width: 30px;
    height: 40px;
    background: #ffa800;
    color: #fff;
    font-size: 18px;
    text-align: center;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: 99;
    line-height: 40px;
}
.main-cell ul li img{
    display: block;
	/* width: 366px;
    height:254px; */
    width: 296px;
    height: 194px;
	object-fit: cover;
}

.main-cell ul li h2{
    /* font-weight: normal; */
    font-size: 13px;
    color: #444;
    line-height: 30px;
    padding-left: 5px;
}
.main-cell ul li p{
    /* width: 366px; */
    width: 296px;
    height: 46px;
    text-align: center;
    line-height: 44px;
    border: 1px solid #7d7d7d;
    font-size: 15px;
    color: #444;
    margin-top: 18px;

    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 15px;
}


.title-cell {
    width: 100%;
    position: relative;
    text-align: center;
}
.title-cell a{
    display: inline-block;
    width: 30px;
    height: 18px;
    margin: 0 5px;
    background-image: url(https://xnfzpt.fjmu.edu.cn/vlab_files/2022/202/0902/221nn.png);
}
.title-cell a.next{
    background-position: top right;
    
}

.title-cell a.prev{
    background-position: top left;
}
.title-cell a:hover{
    background-position-y: bottom;
}


.content_box{
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 20px;
}

/*浜岀骇*/
.categoryContent ul li{
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    width: 545px;
}


.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

.categoryContent ul li a {
    width: 420px;
    height:65px;
    color: inherit;
    display: block;
    padding: 12px 30px 10px 100px;
    position: relative;
    text-decoration: none;
}

.date {
    width:60px;
    text-align: center;
    position: absolute;
    left: 13px;
    top: 5px;
}
.day{
    display: inline-block;
    font-size: 30px;
    color: #4976e8;
    width: 100%;
    position: relative;
    padding-bottom: 4px;
    margin-bottom:7px;
}
.year {
    font-size: 13px;
    color: #101010;
}
.day:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #4976e8;
    position: absolute;
    bottom: 0;
    left: 0;
}
.infoTitle{
    font-size: 16px;
}
.infoBrief{
    font-size: 12px;
    line-height: 20px;
    color: #777;
    padding-top: 5px;
}

.content_left {
    width:220px;
    float:left;
    background-color: #fff;
}

.left_title {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    background:url("https://xnfzpt.fjmu.edu.cn/vlab_files/2022/202/0939/3cqmk.png") #0a48cb 190px center no-repeat;
    margin-bottom: 15px;
}

.monitor_list {
    color: #5b5b5b;
}


.monitor_list>li {
    height: 50px;
    line-height:50px;
    
    border-bottom: 1px solid #eee;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}
.monitor_list>li a{
    display: block;
    cursor: pointer;
    color: #5b5b5b;
    padding: 0 24px;
    text-decoration: none;
}
.monitor_list>li a.current{
    color: #fff !important;
    background: #2e4a94;
}


.monitor_list>li a:hover{
    color:#333;
}

.content_right {
    width: 940px;
    min-height:415px;
    float:right;
    background-color:#fff;
    padding-bottom:30px;
    margin-bottom:30px;
}
.sub-title {
    height: 80px;
    line-height: 80px;
    text-align: right;
    padding: 0 5px;
    color: #999;
    border-bottom: #ececec 1px solid;
    position: relative;
    margin-bottom: 10px;

}

.sub-title>span {
    position: absolute;
    left:12px;
    font-size: 18px;
    color: #333;
    border-bottom: #444 2px solid;
}

.sub-title a {
    text-align: right;
    color:#999;
    text-decoration: none;
}

.sub-title a:hover {
    color:#0b3b9d;
}
.elList {
    margin-top: -1px;
    padding: 0 10px;
    min-height:250px;
}
.sub-list li {
    height: 80px;
    line-height: 80px;
}
.elList>li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    padding: 0 10px;
}
.elList>li>a {
    color: #3e3e3e;
    display: block;
    overflow: hidden;
  
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration:none;
}
.sub-list li span {
    float: right;
    color: #c5c5c5;
}
.elList>li:hover{
    background: #f5f5f5;
}
.elList>li:hover a{
    color: #333;
}


.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;cursor: pointer;}
.page a:hover {color: #fff;text-decoration: none;background: #4976e8;border: 1px solid #4976e8;}
.title_info {
    width: 100%;
    color: #888;
    text-align: center;
    padding: 5px 0;
    font-size: 16px;
}
.articlePage {    color: #555;
    font-size: 16px;
    padding: 20px 40px;
    line-height: 2;
}
.articlePage h2 {    text-align: center;
    font-size: 27px;
    color: #333;
    font-weight: normal;}
.articlePage > p img {display: block;margin:10px auto;cursor:pointer;}
.articlePage > p {font-family:"Microsoft YaHei"; padding-top: 10px;
    text-align: justify;
    color: #666;
    text-indent: 2em;
    }
.articlePage table {margin:0 auto;}
.articlePage table td {text-align: left; color:#666;padding: 10px;}
.articlePage table td p{text-indent: 0;text-align:left;font-family: "Microsoft YaHei";color: #666;}
.articlePage object{margin-left: -2em;}


.download-pic{
    display: block;
    width: 135px;
    height: 135px;
    background: url("../img/download.png") no-repeat center;
    position: absolute;
    top:30px;
    right:-155px;
}

.article-detail{
    padding-top:30px;
}