header{
    height: 117px;
    border-bottom: 1px solid #3778a1;
    background: #25506b;
}
header div{
    width: 950px;
    margin: 0 auto;
    height: 117px;
    line-height: 117px;
    padding-left: 250px;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    position: relative;
    background: url(https://szh.lzu.edu.cn/vlab_files/2023/334/0694/v1vg.png) no-repeat left center;
    background-size: 220px;
}
header div a{
    display: block;
    position: absolute;
    width: 225px;
    height: 60px;
    left: 0;
    top: 30px;
}
form input[type="submit"],form input[type="button"]{
	height:29px;
	margin:5px 5px 0
}
form p{
	margin-top:12px;
}

.navBar{  position:relative; z-index:1; padding-left:10px;   height:46px; line-height:46px; background:#25506b; color:#fff;     border-radius: 0 !important;
    border-radius: 0 !important; margin-bottom:0!important; }
.nav{ position:relative; width:1200px; margin:0 auto;  font-family:"Microsoft YaHei"; }
.nav a{ color:#fff;  }
.nav h3{ font-weight:normal;  font-size:17px;  }
.nav .m{ float:left;  width:100px;padding:0 12px;position:relative; z-index:1; }
.nav .s{ float:left; width:3px; text-align:center; color:#D4D4D4; font-size:12px; }
.nav h3 a{ display:block; width:100px; text-align:center; line-height:46px;}
.nav h3 a{
    color:#fff !important;
}
.nav .sub{ display:none; /*默认隐藏*/  position:absolute;    box-shadow: 0px 3px 8px #cc8b85;background: #921a1d; left:12px; top:40px; z-index:1; width:100px;  border-top:0;  }
.nav .sub li{ text-align:center; height:29px;line-height:29px;margin:0 10px;font-size:12px;
     }
.nav .sub li a{ display:block; border-top: 2px groove #bd292c; height:29px; line-height:29px; color:#fff;   }
.nav .m:hover{

}
/* 本例子css */
.focusBox { position: relative; width:100%;margin:0 auto;height:350px; overflow: hidden; }
.focusBox .pic img { width:1200px;margin:0 auto; height:350px; display: block; }
.focusBox .hd {overflow:hidden;zoom:1;position:absolute;bottom:5px;left: 0;width: 100%;margin-left: 0;z-index:3;text-align: center;}
.focusBox .hd li{/* float:left; */line-height:15px;text-align:center;font-size:12px;width:20px;height:9px;cursor:pointer;overflow:hidden;background:#919191;margin-left:9px;background: #444;display: inline-block;}
.focusBox .hd .on{ background:#921a1d; filter:alpha(opacity=100);opacity:1;   }

.contentA{
    width: 1200px;
    margin: 18px auto 30px;
    /*height: 210px;*/
}
.contentA li.form{
    float: right;
    width: 280px;
    height: 222px;
    position: relative;
    margin-right: 25px;
    background: #25506b;
}
.contentA li.notice{
    width: 900px;
    /*margin-right: 20px;*/
    float: left;
    box-shadow: 0 0 5px #ccc;
    /* padding: 10px 20px 28px; */
    padding-bottom: 5px;
    height:250px;
    background: #fff;
}
.contentA li.notice ul{
    padding:15px 20px 0;
}
.contentA li.notice li{
    margin-bottom: 9px;
    float: left;
    width: 48%;
}


.contentA li.notice li:hover .notice-coner h2{
    color: #921a1d;
    font-weight: bold;
}

.contentA li.notice li .notice-coner{
    width: auto;
}
.contentA li.notice .top {
     margin-bottom: 0px; 
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    background: #25506b;
    color: #fff;
    padding-left: 20px;
}
/*.contentA li.notice li{
    float: left;
    width: 45%;
    line-height: 30px;
    font-size: 14px;
    color: #666;
    font-family: "微软雅黑"
}
.contentA li.notice .top {
     margin-bottom: 0px; 
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    background: #921a1d;
    color: #fff;
    padding-left: 20px;
}
.contentA li.notice li a{
    color: #666;
}
.contentA li.notice li span{
    float: right;
}*/
.contentA li.form div{
    position: absolute;
    left: 10px;
    top:10px;
    width: 226px;
    padding:0 27px;
    height: 202px;
    background: #fff;
    /*box-shadow: 1px 4px 5px #e4e4e4;*/
}
.contentA li.form div span{
    display: block;
    text-align: center;
    padding-top: 65px;
    background: url(../img/contentA.png) no-repeat center top;
}
.contentA li.form div h3{
    font-size: 17px;
    margin-top: 17px;
    font-weight: normal;
    color: #333;
    text-align: center;
}
.contentA li.form div>p{
    margin-top: 6px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    height: 53px;
}
.contentA li.form div a{
    color: #999;
    font-size: 14px;
    float: right;
}
form input[type="text"],form input[type="password"]{
    width: 100%;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #999;
    text-indent: 20px;
    margin-top: 7px;
    border:none;
    outline:none;
    border-bottom: 1px solid #989898;
}
form p{
    position: relative;
}
form p b{
    position: absolute;
    left: 0;
    /* bottom: -6px; */
    bottom: 3px;
}
form input[type="submit"],form input[type="button"]{
    width: 90%;
    height: 30px;
    border-radius:15px;
    color: #FFF;
    font-size: 14px;
    background: #921A1D;
    border: none;
    outline: none;
    margin: 15px 5px 0;
}
form input[type="button"]{
    border: 1px solid #25506b;
    background: #fff;
    color: #999;
}
#loginForm a{
        border: 1px solid #25506b !important;
}
#loginForm a.registeruser{
    display: inline-block;
    width: 90%;
    height: 30px;
    border-radius: 15px;
    font-size: 14px;
    margin: 2px 5px 0;
    background: #fff;
    color: #999;
    margin-bottom: 15px;
    position:relative;
    z-index: 999;
}
}
.contentB{
    padding-bottom: 65px;
    background: #fff;
}
.tit{
    padding: 25px 170px 15px;
    height: 33px;
    line-height: 33px;
    font-size: 19px;
    color: #666;
    text-align: center;
}
.tit p{
    display: inline-block;
    padding: 0 170px;
    position: relative;
}
.tit-text,.tit i{
    padding: 0 3px;
}
.line-left,.line-right{
    position: absolute;
    top: 16px;
    width: 140px;
    height: 1px;
    background: #a5a5a5;
    left: 0;
}
.line-right{
    left: auto;
    right:0;
}
.tit-text{
    cursor: pointer;
}
.tit .on{
    color: #921A1D;
}

.contentB ul li{
    width: 570px;
    height: 295px;
    float: left;
    margin: 10px 10px 20px;
    box-shadow: 0 0 5px #ccc;
    background: #fff;
}


.contentB ul{
    width: 1200px;
    margin: 0 auto;
}
.contentB ul li img{
    width: 570px;
    height: 132px;
    /*padding: 4px;*/
    margin-bottom: 20px;
    background: #fff;
}
.text-box{
    /*float: right;*/
    margin: 0 10px;
    font-size: 14px;
    line-height: 17px;
    color: #666;
    position: relative;
    /*height: 240px;*/
}
.text-box p{
    height: 34px;
}
.text-box p span{
    float: left;
    font-size: 15px;
    color: #333;
    height: 34px;
}
.text-box p.detail{
    height: 68px;
    line-height: 22px;
    padding-bottom: 15px;
}
.text-box p.detail span{
    float: none;
}
.text-box a{
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 20px;
    padding-right: 28px;
    color: #666;
}
.spanBox{
    text-align: center;
    margin-bottom: 19px;
}
.spanBox span,.spanBox a{
    display: inline-block;
    padding: 12px;
    border: 1px solid #8c8c8c;
    font-size: 14px;
    margin: 0 2px;
    cursor: pointer;
    line-height: 1;
}
.spanBox span.on,.spanBox a:hover{
    background: #921A1D;
    border-color: #921A1D;
    color: #fff;
}
/* 本例子css */
.unregularBox{
	width:1217px; 
	/*height:553px;*/
	
}
.unregular { position: relative; width:1217px; 
/*height:560px;*/
overflow: hidden; }
.unregular .pic{
    position: relative;
    z-index: 0;
    height: 578px;
    overflow-y: auto;
}
.unregular .pic::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.unregular .pic::-webkit-scrollbar-thumb {
    border: 0;
}

.unregular .pic::-webkit-scrollbar-track {
    border: 0;
}
.unregular .pic li{
    position: relative;
}
.unregular .pic li div{ 
    margin: 10px;
    width:380px; 
    height:228px; 
    height: 268px;
    /*padding:59px;*/
    display: block;
    position: relative; 
    float: left;
                /*transform:rotate(45deg);
            -ms-transform:rotate(45deg);   
           -moz-transform:rotate(45deg);    
        -webkit-transform:rotate(45deg); 
             -o-transform:rotate(45deg); */
    position: relative;
}

.unregular .pic li div .tag{
    position: absolute;
    left: 7px;
    top: 7px;
    background: #F44336;
    width: 60px;
    height: 30px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}
    
    
    
/*.unregular .pic li div:nth-of-type(1){*/
/*    left:0;*/
/*    top: 0;*/
/*}*/
/*.unregular .pic li div:nth-of-type(2){*/
/*    left:410px;*/
/*    top: 0;*/
/*}*/
/*.unregular .pic li div:nth-of-type(3){*/
/*    left:820px;*/
/*    top: 0;*/
/*}*/
/*.unregular .pic li div:nth-of-type(4){*/
/*    left:203px;*/
/*    top: 200px;*/
/*}*/
/*.unregular .pic li div:nth-of-type(5){*/
/*    left:607px;*/
/*    top: 200px;*/
/*}*/
    
.unregular .pic li img {
   /* width:380px; 
    height:228px; 
    display:block;*/
    /*transform:rotate(270deg);*/
    width: 96%;
    height: 214px;
    display: block;
    margin: auto;
    border: 2px solid #ddd;
    padding: 1.5%;
    background: #f3eeee;
}
.unregular .pic li div span{
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    z-index:100
}
.unregular .pic li div h3,
.unregular .pic li div p{
              display: none;
            /*transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);   
       -moz-transform:rotate(-45deg);   
    -webkit-transform:rotate(-45deg); 
         -o-transform:rotate(-45deg); */
         z-index:100
}
.unregular .pic li div h3{
    /*position: absolute;*/
    /*top: 49px;*/
    /*left: -39px;*/
    /*left: 50%;*/
    /*margin-left: -42.5%;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*font-size: 15px;*/
    /*width: 85%;*/
    /*text-align: center;*/
    
    display: block;
    font-size: 15px;
    padding: 10px 0;
    text-align: center;
    
}
.unregular .pic li div p{
    position: absolute;
    top: 93px;
    left: 11px;
    line-height: 20px;
    color: #fff;
    width: 85%;
    left: 50%;
    margin-left: -42.5%;
    text-align: center;
    font-size: 12px;
}

.unregular .pic li div:hover span,.unregular .pic li div:hover p,.unregular .pic li div:hover h3{
    display: block;
}
.unregular .prev,
.unregular .next { width: 24px; height: 38px;  background: #f00; position: absolute;z-index: 10; cursor: pointer; text-indent: -9999px;  }
.unregular .prev { left: 14px; background: url(http://120.95.241.103:80/vlab_files/2021/328/0627/15npv.png) no-repeat center center;}
.unregular .next { right: 14px; background: url(http://120.95.241.103:80/vlab_files/2021/328/0627/tmg1.png) no-repeat center center;}
.unregular .prev:hover{background-image: url(http://120.95.241.103:80/vlab_files/2021/328/0627/13npv.png);}
.unregular .next:hover {background-image: url(http://120.95.241.103:80/vlab_files/2021/328/0627/11n73.png);  }
.unregular .aBox{
    position: absolute;
    left: 50%;
    bottom: 17px;
    width:130px;
    height: 38px;
    margin-left: -65px;
    box-shadow: 0 0 5px #666;
    border-radius: 16px;
    background: url(http://120.95.241.103:80/vlab_files/2021/328/0627/vmsc.png) no-repeat center center;
}
.contentD{
    width: 1215px;
    margin: 40px auto;
}
.contentD .left{
    width: 795px;
    float: left;
    height: 362px;
    padding: 0 20px;
    box-shadow: 0 0 7px #999;
}
.contentD  .title{
    position: relative;
    height: 45px;
    line-height: 50px;
    font-size: 19px;
    border-bottom: 1px solid #a7a7a7;
    margin-bottom: 10px;
}
.contentD .left .title p{
    position: absolute;
    right: 40px;
    top: 0;
    font-size: 12px;
    height: 45px;
    line-height: 55px;
}
.contentD .left .title p span{
    float: left;
    height: 45px;
    margin-right: 10px;
    cursor: pointer;
}
.contentD .left .title p span.on{
    border-bottom: 1px solid #921A1D;
}
.contentD  .title a{
    font-size: 12px;
    float: right;
    height: 45px;
    line-height: 55px;
    color: #666;
}
.contentD .left .bottom div>img{
    width: 386px;
    height: 285px;
}
.contentD .left .bottom div ul{
    width: 408px;
}
.contentD .left .bottom div ul li{
    width: 183px;
    margin-left: 21px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    margin-bottom: 21px;
    float: left;
}
.contentD .left .bottom div ul li img{
    width: 183px;
    height: 112px;
}
.contentD .left .bottom div b{
    font-size: 16px;
    color: #999;
}
.contentD .right{
    width: 333px;
    height: 362px;
    padding: 0 10px;
    box-shadow: 0 0 7px #999;
    float: right;
}
.ware-list li{
    padding: 10px;
    height: 34px;
    position: relative;
    margin-bottom: 5px;
}
.ware-list li p {
    width: 300px;
    float: left;
    font-size: 12px;
    line-height: 17px;
    color: #333;
    margin-bottom: 3px;
}

.ware-list li span {
    clear: both;
    display: block;
    float: left;
    color: #999;
    padding-left: 20px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    background: url("../img/persons-2.png") left center no-repeat;
}

.ware-list li a{
    position: absolute;
    right: 10px;
    top: 12px;
    width: 34px;
    height: 26px;
    font-size: 12px;
    padding-left: 24px;
    line-height: 26px;
    background: url(../img/red-dowload.png) no-repeat 6px center;
    color: #921A1D;
    cursor: pointer;
}

.ware-list li:hover {
    background: #f1f1f1;
}

.ware-list li:hover a{
    color: #fff;
    background-color: #e8a416;

}

.ware-list li:hover a{
    background: #921a1d url("../img/download.png") 6px -1px no-repeat;
    color: #fff;
    border-radius: 6px;
}

.contentE{
    padding-top: 45px;
    height: 250px;
    margin-top: 120px;
    background: #25506b;
    color:#fff;
    font-size: 14px;
}
.contentE>div{
    width: 1200px;
    margin: 0 auto;
}
.contentE>div .left{
    width: 620px;
    color: #fff;
    font-size: 14px;
}
.contentE>div .left span{
    display: block;
    line-height: 26px;
}


.contentE  .top{
    margin-bottom: 18px;
    font-size: 18px;
}
.contentE .top a{
    color:#cdcdcd !important;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.contentE  p{
    margin-bottom: 10px;
}
.lianjie{
	height:128px
	
}
.lianjie a{
    float: left;
    width: 137px;
    height: 50px;
    border: 2px solid #c98d8e;
    border-radius: 2px;
    margin: 0 10px 10px 0 ;
    line-height: 50px;
    text-align: center;
    color: #666;
    font-size: 14px;
    background: #fff;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    text-wrap: nowrap;
}
.contentE .right{
    width: 429px;
    /*background: #fff;
    height: 264px;
    position: relative;
    top: -70px;
    box-shadow: 0 0 10px #775c5c;*/
}



.noticeList {
    width: 403px;
    float: left;
    margin-left: 20px;
    margin-top: 16px;
}
.noticeList li {
    display: block;
    margin-bottom: 9px;
}
.date {
    width: 47px;
    height: 38px;
    color: #666;
    float: left;
    text-align: center;
    border: 1px solid #979797;
}
.date b {
    height: 23px;
    line-height: 23px;
    display: block;
    background: #25506b;
    color: #fff;
    font-size: 14px;
    font-family: 'SimHei';
}
.date i {
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-family: 'simsun';
    font-style: normal;
   
}
.notice-coner {
    width: 332px;
    float: left;
    margin-left: 7px;
    padding-left:9px;
    border-left:1px solid #7f7f7f;
     height:40px;
}
.notice-coner h2 {
    font-size: 16px;
    /*font-family: 'SimHei';*/
    line-height: 35px;
    color: #666;
     font-weight: normal;
}
.notice-coner p {
    font-size: 12px;
    font-family: 'simsun';
    line-height: 18px;
    color: #999;
}
.contentE .right .top{
   /* height: 47px;
    line-height: 47px;
    text-indent: 13px;
    font-size: 20px;*/
    color: #FFF;
    /*background: #921A1D;
    margin-bottom: 0;*/
}
.contentE .right p{
    line-height: 30px;
    color: #fff;
    font-size: 14px
}







.breadcrumb {
    height: 35px;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
    margin-bottom: 25px;
    padding-left: 22px;
    background: url("../img/house.png") left center no-repeat;
}

.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: 12px;
    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;
}




.contentLi {
    width: 725px;
}

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

.articleLi ul {
    margin: 10px;
}

.articleLi ul li {
    height: 35px;
    line-height: 35px;
    border-bottom: 1px dashed #bfbfbf;
    background: url(../img/label.png) 5px center no-repeat;
    padding-left: 20px;
}

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

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

.articleLi ul li a:hover {
    color: #9c7558;
}

.articleLi ul li:hover {
    background: url("../img/label2.png") #fafafa 5px center no-repeat;
}


.contentArt {
    width: 950px;
    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: 750px;
}

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

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

.article-detail {
    padding: 15px 0;
    font-size: 14px;
    line-height: 25px;
}

.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: 14px;
}

.article-detail table {
    margin:20px 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;
}

.ellipsis {
    padding: 0px 8px;
}

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

.pagelist .jump.disabled {
    pointer-events: none;
    background: #ddd;
}



.contentCatetory{
	width: 1000px;
	position:relative;
	min-height: 600px;
	margin: 36px auto ;
}
.contentCatetory h2{
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	border-bottom: 2px solid #d7d7d5;
	position: relative;
	margin-bottom: 20px;
}
.contentCatetory h2 span{
	position: absolute;
	left: 0;
	top: 0px;
	border-bottom: 2px solid #2FB7A1;
	color: #323335;
	font-weight: normal;
}
.contentCatetory .details{
	padding: 35px 30px 80px;
	background: #fff;
    box-shadow: 0 0 10px #ddd;
    min-height: 400px;
}
.contentCatetory .details h1{
	line-height: 40px;
	font-size:16px;
	margin:0;
	text-align:center;
}
.left-content {
	width:700px;
	float:left;
}

.left-content table{
	margin:0 auto;
}

.right-side{
	width:200px;
	margin-left:30px;
	float:left;
}
.contentCatetory .details h1{
	font-size: 16px;
	color: #333333;
}
.contentCatetory .details p{
	text-indent: 2em;
	line-height: 24px;
	color: #666;
	font-size:14px;
	margin-bottom: 10px;
}

.contentCatetory .details table{
	margin:25px auto;

}
.contentCatetory .details table p{
	text-indent: 0;
}

.contentCatetory .details h2{
	line-height:20px
}
.contentC {
    margin-bottom: 30px;
}
.aside {
	position:absolute;
	left:-100px;
	top: 70px;
	width:80px;	
	border-radius:4px;
	overflow: hidden;
	box-shadow: 0 0 5px #ddd;
}

.aside li{
	font-size:14px;
	line-height: 20px;
	border-bottom:3px solid #228575;
	text-align:center;
	background:#2fb7a1;
}

.aside li a{
	display:block;
	width: inherit;
	height: inherit;
	color:#fff;
	padding:10px;
}
.aside li a:hover {
	color:#3b7722;	
	background:#98d87d;
}
.aside li a.active{
	color:#3b7722;	
	background:#98d87d;
}

.contentCatetory .imgList{
	margin-top: 30px;
}
.contentCatetory .imgList li{
	width: 210px;
	box-shadow: 0 0 5px #ccc;
	margin-right: 53px;
	margin-bottom: 30px;
}
.contentCatetory .imgList li img{
	width: 210px;
	height:210px;
	margin-bottom: 10px;
}
.contentCatetory .imgList li p{
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	color: #999;
	margin-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.teacher-detail p{
	width:190px;
	float:left;
}
.contentCatetory .imgList li .first{
	font-size: 12px;
	color: #999;
}
.contentCatetory .imgList li .first b{
	font-size: 18px;
	color: #333;
}


.side-catalog {
    width: 200px;
    height: 390px;
    position: fixed;
    top:350px;
    font-size: 14px;
    font-family: "simsun";
    line-height: 19px;
}

.side-catalog .side-bar {
    position:absolute;
    top:0;
    width:0;
    min-height:50px;
    background-color:#eaeaea;
    border:1px solid #eaeaea;
    border-top:0;
    border-bottom:0;
    left:5px
}
.side-catalog .side-bar .circle.start, .side-catalog .side-bar .circle.end {
    position:absolute;
    left:-5px;
    width:10px;
    height:10px;
    background:transparent url(https://bkssl.bdimg.com/static/wiki-lemma/widget/lemma_content/mainContent/sideCatalog/img/sideCatalog_a278e02.gif) 0 -199px no-repeat;
    zoom:1;
    overflow:hidden
}
.side-catalog .side-bar .circle.start {
    top:0
}
.side-catalog .side-bar .circle.end {
    margin:0;
    bottom:0
}
.side-catalog .catalog-scroller {
    padding-top:15px;
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    width:210px;
    overflow:hidden
}
.side-catalog .catalog-scroller .catalog-list {
    width:228px;
    height:auto;
    position:relative
}
.side-catalog .catalog-scroller .catalog-list .arrow {
    left:0;
    z-index:2;
    top:3px;
    position:absolute;
    height:13px;
    width:18px;
    cursor:pointer;
    background:transparent url(https://bkssl.bdimg.com/static/wiki-lemma/widget/lemma_content/mainContent/sideCatalog/img/sideCatalog_a278e02.gif) -271px -38px no-repeat
}
.side-catalog .catalog-scroller .catalog-list .catalog-title {
    position:relative;
    margin-bottom:7px;
    padding-left:20px
}
.side-catalog .catalog-scroller .catalog-list .catalog-title .text {
    line-height:19px;
    display:block
}
.side-catalog .catalog-scroller .catalog-list .catalog-title .pointer {
    position:absolute;
    display:block;
    width:10px;
    height:10px;
    cursor:pointer;
    margin-top:4px;
    left:0;
    background:transparent url(https://bkssl.bdimg.com/static/wiki-lemma/widget/lemma_content/mainContent/sideCatalog/img/sideCatalog_a278e02.gif) 3px -222px no-repeat
}
.side-catalog .catalog-scroller .catalog-list .catalog-title .pointer:hover {
    background-position:3px -245px
}
.side-catalog .catalog-scroller .catalog-list .catalog-title:hover .text {
    background:#f5f5f5;
    border-radius:2px;
    box-shadow:0 1px 0 #eaeaea
}
.side-catalog .catalog-scroller .catalog-list .catalog-title:hover .pointer {
    background-position:3px -245px
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level1 .text {
    padding-left:10px
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level1 .title-index {
    color:#999;
    font-weight:700;
    font-family:Arial;
    font-size:14px;
    padding-right:5px
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level1 .title-link {
    color:#555;
    font-weight:700;
    text-decoration:none;
    font-size: 12px;
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level2 .text {
    padding-left:22px
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level2 .title-index {
    color:#999;
    font-family:Arail;
    font-size:14px;
    padding-right:5px
}
.side-catalog .catalog-scroller .catalog-list .catalog-title.level2 .title-link {
    color:#666;
    text-decoration:none
}
.side-catalog.collapse {
    height:96px;
    overflow:hidden
}
.side-catalog.collapse .toggle-button {
    background-position:-104px 0
}
.side-catalog.collapse .toggle-button:hover {
    background-position:-154px 0
}
.side-catalog.collapse .side-bar {
    display:none
}
.side-catalog.collapse .catalog-scroller {
    display:none
}

.side-catalog .bottom-wrap {
    position:absolute;
    height:45px
}
.side-catalog .bottom-wrap .toggle-button, .side-catalog .bottom-wrap .gotop-button {
    display:block;
    width:45px;
    height:45px;
    cursor:pointer
}
.side-catalog .bottom-wrap .toggle-button {
    background:transparent url(https://bkssl.bdimg.com/static/wiki-lemma/widget/lemma_content/mainContent/sideCatalog/img/sideCatalog_a278e02.gif) no-repeat 0 0
}
.side-catalog .bottom-wrap .toggle-button:hover {
    background-position:-53px 0
}
.side-catalog .bottom-wrap .gotop-button {
    margin-top:6px;
    background:transparent url(https://bkssl.bdimg.com/static/wiki-lemma/widget/lemma_content/mainContent/sideCatalog/img/sideCatalog_a278e02.gif) no-repeat -1px -62px
}
.side-catalog .bottom-wrap .gotop-button:hover {
    background-position:-74px -62px
}




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

.aside h2 {
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 22px;
    font-family: "Microsoft YaHei";
    background: #0076dc;
    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: #0076dc;
}

.level3 {
    display: none;
}

.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: #0076dc;
}

.contentLi {
    width: 100%;
    margin-left: 10px;
    padding: 10px 20px;
    background: #fff;
    border: 1px solid #e2e2e2;
}

.breadcrumb {
    height: 38px;
    overflow: hidden;
    border-bottom: 3px solid #921a1d;
    margin-bottom: 15px;
}

.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: #921a1d;
    border-bottom: 2px #921a1d 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;
}
.contentCategory {
    width: 1000px;
    margin: 0 auto;
}

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

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

.articleLi ul li {
    height: 35px;
    background: url(../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 {
   
}

.contentArt {
     width: 1000px;
    margin: 20px auto;
    background: #fff;
    padding: 10px 20px;
    border: 1px solid #e2e2e2;
}

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

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

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

.articlePage p {
    font-family: serif;
    line-height: 25px;
    margin: 0 2em;
    text-align: justify;
    text-indent: 2em;
    font-size: 13px;
    color: #666;
}

.articlePage table {
    margin: 20px auto;
}

.articlePage table td {
    font-size: 14px;
    color: #666;
    padding: 3px;
    background: #fff !important;
}

.articlePage table td p {
    text-indent: 0;
    line-height: 22px;
}

.articleLi table {
    margin: 20px auto;
}

.articleLi table td {
    font-size: 14px;
    color: #666;
    padding: 3px;
    background-color: #fff !important;
    line-height: 22px;
}

.articleLi table td p {
    text-indent: 0;
    line-height: 22px;
}

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


.loginBox {
    display: none;
    /*width: 265px;*/
    /*height: 270px;*/
    /*background: url(http://oss.rainier.com.cn/tumu_ncwu/2020/245/0586/fduh.png) no-repeat center -20px;*/
}

.loginBox span {
    font-size: 14px;
    color: #333;
    font-family: serif;
    display: block;
    text-align: center;
    line-height: 30px;
    font-weight: bold;
    padding-top:30px;
    letter-spacing: 2px;
}

.loginBox p {
    padding-bottom: 5px;
    text-align: center;
    line-height:20px;
    color: #999;
    font-family: serif;
}
.loginBox a {
    border-radius: 4px;
    display: block;
    text-align: center;
    width: 100%;
    border: none;
    text-decoration: none;
    background: #921a1d;
    background: #25506b;
    height: 35px;
    margin: auto;
    margin-bottom: 20px;
    line-height: 35px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
    outline: none;
    color: #fff!important;
}

.msg{
    position: relative;
    top: 5px;
    height: 0;
    font-size: 12px;
    color: #f00;
    margin: 0;
}

.project-list{
    margin: 30px auto;
    width: 1200px;
}

.project-list ul.list{
        display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.project-list {
    margin: 30px auto;
    width: 1200px;
}

.project-list ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.project-list ul.list li {
    width: 23%;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 8px #bfbfbf;
    margin: 0 12px 25px;
}

.project-list ul.list li img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.project-list ul.list li p {
    line-height: 22px;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 5px;
    padding: 5px 10px;
}
.sub-sort .title {
    float: left;
    color: #333;
    padding: 5px 0;
    margin: 5px 0;
}
.sub-sort .list {
        width: calc(100% - 60px);
    float: left;
    position: relative;
}
.sub-sort {
    padding: 10px 20px;
    background: #fff;
    margin-bottom: 20px;
}
.sub-sort li {
    float: left;
    display: inline-block;
    margin:5px 10px;
    padding: 5px 0;
    cursor: pointer;
}


.sub-sort li.active {
    color: #fff;
    background: #830b17;
    border-radius: 3px;
    padding: 5px 20px;
}

a.more{
    text-align: center;
        display: block;
    color: #999;
    font-size: 14px;
    width: 90px;
    margin: 0 auto;
}

a.develop {
color: #0363f4;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 13px;
    
}
a.packup {
        display: block;
    width: 60px;
    text-align: center;
    font-size: 14px;
    margin: 5px auto;
    color: #999;
    font-weight: bold;
}
.filter-box{
    padding: 0 22px;
    margin-bottom: 30px;
}
.filter-item{
    display: flex;
    margin-bottom: 15px;
}
.filter-label{
    width: 75px;
    flex-shrink: 0;
    line-height: 32px;
    font-size: 15px;
}
.filter-content{
    flex:1;
        position: relative;
}
.filter-content.collContent{
    height: 80px;
    overflow: hidden;
    position: relative;
}
.filter-content.noOver{
    height: auto;
}


.filter-item .more{
    /*position: absolute;*/
    bottom: 12px;
    right: 60px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
        align-self: end;
    padding-bottom: 12px
}

.filter-content span{
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 8px 14px;
    line-height: 1;
    cursor: pointer;
    margin-bottom: 8px;
    margin-right: 8px;
    display: inline-block;
}
.filter-content span.active{
    background: #25506b;
    color: #fff;
}
.filter-content input{
    width: 200px;
    border-radius: 4px;
    border: 1px solid #ddd;
    height: 34px;
    line-height: 34px;
    color: #666;
    outline: none;
    padding: 0 10px;
    font-size: 14px;
}
.noData{
    text-align: center;
    padding: 90px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #666;
    margin: 0 10px;
}

.filter-content .btn{
        display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    width: 72px;
    height: 34px;
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    background: #25506b;
    color: #fff;
    padding: 0;
        border: 0;
}
.contentE{
    height: auto;
    padding: 30px 0 20px;
}
.contentE  .foot_left{
    float: left;
}
.contentE  .foot_right{
    float: right;
    text-align: right;
}
.contentE  .foot_left p,
.contentE  .foot_right p{
    font-size: 14px;
    margin-bottom: 10px;
}
.back-to{
    right: 10px !important;
}

.h1, .h2, .h3, h1, h2, h3{
    margin: 0 !important;
}
* {

    box-sizing: content-box !important;
}

#loginModal * {

    box-sizing: border-box !important;
}

.login_popup{
    padding: 0px 40px !important;
}
.login_popup .form_input{
    margin-top: 0 !important;
}


.footerContent{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footerContent .leftFooter,
.footerContent .centerFooter,
.footerContent .rightFooter{
    width: 33.3%;
}
.footerContent .leftFooter{
    text-align: left;
}
.footerContent .centerFooter{
    text-align: center;
}
.footerContent .rightFooter{
    text-align: right;
}

.footerContent .leftFooter a,
.footerContent .centerFooter a,
.footerContent .rightFooter a{
    display: block;
    color: #fff;
    margin-bottom: 8px;
}