@charset "utf-8";
.v {
    width: 1200px;
    margin: auto;
}


.top-header{
    height: 30px;
    line-height: 30px;
    background: #e2e2e2;
    color: #999;
    font-size: 12px;
}

body {
   /*background: url(http://10.10.5.249:9000/test/vlab_files/2023/212/0993/6c8nf.png) no-repeat center;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    height: 100%;
}

.banner{
     min-width: 1200px;
    width: 100%;
    height:400px;
    background:url("https://559.test.owvlab.com/vlab_files/2025/335/0862/26uk2.png")  center bottom no-repeat;
}

.header{
   
    min-width: 1200px;
}
.contentBox{
    width:1200px;
    margin:auto;
}
.head{
    position: relative;
}
.header .logo-box{
    width:100%;
    height:105px;
    background:url("https://559.test.owvlab.com/vlab_files/2025/335/0864/2fcbf.png") center no-repeat;
}

.header .logo-box .logo{
    display: block;
    height: 105px;
    background:url("https://559.test.owvlab.com/vlab_files/2025/335/0862/2bmo7.png") left center no-repeat;
    font-weight: bold;
    color: #6510ac;
    font-size:30px;
    line-height: 105px;
    text-indent: 290px;
}


.index-header {
  background:url(https://559.test.owvlab.com/vlab_files/2025/335/0865/2ighb.png) bottom center repeat-x;
}


.nav ul{
   
}
.nav ul li{
    float: left;
    margin-right:180px;
   
}
.nav ul li a{
    display:block;
    text-decoration:none;
    font-size:20px;
    text-align: center;
    color: #fff;
    /*font-family: SimHei;*/
    padding:10px 0;
}

.nav ul li:last-child{
    margin-right: 0;
}

/*.head .form{width:308px;background:url("../img/inputBg.png");height: 40px;margin-top:20px;margin-right:40px;}*/
/*.head .form input[type='text']{font-family: "Microsoft YaHei";width:250px;height:40px;padding-left:5px;line-height:40px;font-size:14px;text-indent:10px;border:none;outline: none;background:none;color: #fff;}*/
/*.head .form input[type='submit']{width:45px;height:40px;background: url(../img/sousuo.png) no-repeat center;border:none;outline: none;}*/
/*.head .form input::-webkit-input-placeholder{*/
/*    color:#fff;*/
/*}*/

.loginBtn{
    width:130px;
    height:45px;
    background:#fff;
    border-radius:48px;
    margin-top:24px;
}
.loginBtn a{
    display:block;
    line-height:45px;
    font-family:"Microsoft Yahei";
    font-size:18px;
    letter-spacing:2px;
    color:#0552d1;
    text-align: center;
    text-decoration:none;
}

.indexTip{
    letter-spacing: 3px;
}
.indexTip h1 {
    font-size: 34px;
    font-family: "Microsoft Yahei";
    color: #fff;
    font-weight: bold;
    padding-top: 100px;
    padding-bottom: 25px;
}
.indexTip span {
    font-size: 20px;
    font-family: "Microsoft Yahei";
    color: #fff;
}

.commonTit{
    font-size: 24px;
    color: #333;
    font-family: "Microsoft Yahei";
    font-weight: bold;
    padding:25px 0;
}

.back-to {
    right: 285px !important;
}


/*.tit{*/
/*    text-align: center;*/
/*    position:relative;*/
/*    margin-bottom:40px;*/
/*}*/

/*.tit span {*/
/*    width: 162px;*/
/*    height: 64px;*/
/*    background: url(http://10.10.5.249:9000/test/vlab_files/2023/212/0874/cdrd.png) center no-repeat;*/
/*    display: inline-block;*/
/*    font-size:36px;*/
/*    color: #333;*/
/*    font-family: "Microsoft Yahei";*/
/*    font-weight: bold;*/
/*    line-height: 75px;*/
/*    padding-left: 70px;*/
/*    margin-left: -70px;*/
/*    letter-spacing: 4px;*/
    
/*}*/
#slideBox1 {
    position: relative;
}
#slideBox1 ul li{
    min-width: 1200px;
    width: 100%;
    height: 400px;
}
#slideBox1 .hd{
	position: absolute;
	top: 375px;
	text-align: center;
	width: 100%;
	z-index: 9;
} 
#slideBox1 .hd li{
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin: 0 6px;
	background: #fff;
	border-radius: 50%;
}
#slideBox1 .hd li.on{
   background: #6510ac;
}

.contentA {
    width: 1200px;margin:auto;
    margin-top: 30px;
}

.contentD-box{
    background:url(http://www.xjjtxy.cn:65077/vlab_files/2023/213/0577/1n6o5.png) center no-repeat #fff;
}


.sort .list{
    padding-left:90px;
}

.sort .title
{
    float: left;
    color: #4a535c;
    padding:7px 0;
    font-size:18px;
    font-family: "Microsoft Yahei";
}

.contentD {
    padding-top: 30px;
    padding-bottom:40px;
}

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

.img-link ul li .imgBox img{
    width: 100%;
    height: 145px;
    transition: 0.3s;
}

.img-link ul li{
    width: calc(23% - 15.5px);
    transition: 0.3s;
    float:left;
    border-radius:5px;
    overflow:hidden;
    box-shadow:1px 3px 17px 8px rgb(124 124 124 / 18%);
    margin:15px;
    border-bottom:3px solid #fff;
    padding-bottom: 8px;
    height:175px;
    background: #fff;
}

.img-link ul li:hover img{
    transform:scale(1.1);
  
}

.img-link ul li span{
   font-size: 14px;
    float: left;
    display: inline-block;
    margin: 0px 5px;
    /* padding: 3px; */
    /* height: 25px; */
    cursor: pointer;
    border-radius: 2px;
    color: #999;
    /*background: #ff9600;*/
    line-height: 25px;
    padding: 0 5px;
}




.img-link{
    margin-top: 10px;
}

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

.img-link ul li p{
    font-size:18px;
    color:#333;
    font-family:"Microsoft Yahei";
    padding:5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
    margin: 0 5px;
}

.sort ul li {
    background: #fff;
    font-size:18px;
    float: left;
    display: inline-block;
   margin: 5px 10px;
    padding: 5px 0px;
    cursor: pointer;
    border-bottom:4px solid #fff;
    margin-top: 2px;
}

.sort li.active {
      border-bottom:4px solid #327cf7;
}



.noticBox {
    width:750px;
    position: relative;
    height: 504px;
    background: url(http://www.xjjtxy.cn:65077/vlab_files/2023/213/0606/33qcd.png) center no-repeat;
        z-index: 99;
    
}

/*.noticBox ul{*/
/*    padding:0 50px;*/
/*    padding-top: 30px;*/
/*}*/

/*.noticBox li{*/
/*    border-bottom: 1px solid #dcdcdc;*/
/*    padding: 25px 0;*/
/*    font-size: 14px;*/
/*    color: #333333;*/
/*    padding-left:35px;*/
/*    background: url(http://www.xjjtxy.cn:65077/vlab_files/2023/213/0611/37ia0.png) 7px center no-repeat;*/

/*}*/

/*.noticBox li:hover{*/
/*        background: url(http://www.xjjtxy.cn:65077/vlab_files/2023/213/0612/391do.png) left center no-repeat;*/

/*}*/


/*.noticBox li p{*/
/*    font-size: 16px;*/
/*    float: left;*/
/*    width: calc( 100% - 90px );*/
/*}*/
/*.noticBox li em{*/
/*    float: right;*/
/*    font-style: normal;*/
/*    color:#999;*/
/*}*/


.login-form ,.loginBox{
    width: 325px;
    height: 290px;
    padding: 20px;
    margin-top:20px;
    background: #fff;
    /*background: url(http://www.xjjtxy.cn:65077/vlab_files/2023/213/0606/35qh7.png) center bottom no-repeat; */
border: 8px solid rgb(23 0 43 / 46%);
}
.login-form .tit span{
   
        background: none;
    font-size: 28px;
    padding-top: 40px;
}

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


.login-tit{
    font-size: 26px;
    text-align: center;
    padding: 25px 0;
    color: #333;
    font-weight: bold;
    padding-bottom: 5px;
}
.input-box {
    margin-top:20px;
}
.input-box a{
    font-size: 12px;
    color: #c7c7c7;
    margin: 5px 0;
}
.input-box:first-child{
    margin-bottom: 25px;
}
.input-box input {
    outline: none;
    border: 0;
    /*border-bottom: 1px solid #c1d7eb;*/
    font-size: 16px;
    width: 100%;
    height: 48px;
    /* border-radius: 4px; */
    background: url(https://559.test.owvlab.com/vlab_files/2025/335/0870/2viqd.png) no-repeat 16px 16px #f7f7f7;
    padding-left: 50px;
}

.input-box input[name="password"]{
    background: url(https://559.test.owvlab.com/vlab_files/2025/335/0871/30bps.png) no-repeat 16px 16px #f7f7f7;
}

.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;
    padding-top:10px;
}

.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: #0088fc;
}

.input-btn-box button,
.input-btn-box a{
    display: block;
    width:100%;
    height:45px;
    text-align: center;
    line-height: 45px;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 18px;
    /*border-radius: 45px;*/
    /*margin-top: 20px;*/
}
.input-btn-box button{
   background: #6510ac;
}
.input-btn-box a{
    background: #6510ac;
}


.input-btn-box a{
    width: 150px;
}

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

.tip{
     margin-top: 20px;
    text-align: center;
}

.tip p{
    font-size: 14px;
    color: #999;
    padding-bottom: 0;
}

coententA{height:350px;background:#fff;}
/*.contentBox{width:980px;margin:auto;padding-bottom:45px;}*/

.coententA .contentBox{padding:55px 0;}
.coententA .left{background:#fff;padding:10px;-moz-box-shadow:0 1px 30px rgba(70, 70, 70, 0.36);-webkit-box-shadow: 0px 1px 30px rgba(70, 70, 70, 0.36);box-shadow: 0px 1px 30px rgba(70, 70, 70, 0.36);}

.centerBox{width:665px;}
.tit{height:40px;overflow:hidden;line-height:42px;margin-bottom:20px;}
.tit span{color:#666;font-family:"Microsoft Yahei";font-size:26px;font-weight:bold;display:block;float:left;}
.tit label{color:#999;font-family:Arial;font-size:14px;display:block;float:left;margin-left:15px;line-height:50px;}
.tit a{font-size:16px;color:#666;font-family:"Microsoft Yahei";float:right;}

.centerBox p{
    font-size: 16px;
    font-family: "Microsoft Yahei";
    line-height: 32px;
    text-align: justify;
    color: #666;
}
.centerBox a{display:block;width:110px;height:40px;background:#6510ac;color:#fff;border-radius:3px;text-align:center;text-decoration:none;line-height:40px;font-size:16px;margin-top:20px;}





.list-box ul li{
    width:360px;
    height:380px;
    float:left;
    margin:50px 17px;
    
}



.list-box ul li b{
    display: block;
    width: 100%;
    padding-top:175px;
    font-size: 26px;
    text-align: center;
    color: #333;
}

.list-box ul li p{
   font-size: 18px;
    padding: 0 20px;
    line-height: 30px;
    text-align: center;
    color: #666;
    margin-top: 35px;
}

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

.titBox span{
  
    color: #666;
    font-family: "Microsoft Yahei";
    font-size: 26px;
    font-weight: bold;
    display: block;
    text-align: center;
}
.titBox label{
    font-family: "Microsoft Yahei";
    font-size: 14px;
    display: block;
    text-align: center;
    color: #aaaaaa;
    padding-top: 15px;
}


.douban{width:1200px;overflow:hidden;margin:auto;position:relative;}
.douban .hd{   
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 42px;
    z-index: 999;
    
}
.douban .hd .next,
.douban .hd .prev{float:right; display:block; width:18px; height:18px; background: url(https://559.test.owvlab.com/vlab_files/2025/335/0874/353nr.png) no-repeat -6px -7px; overflow:hidden; margin-right:6px; cursor:pointer; }
.douban .hd .next{background-position:-34px -7px;}
.douban .hd .prevStop{ background-position:-6px -40px; cursor:default;}
.douban .hd .nextStop{ background-position:-34px -40px; cursor:default;}
.douban .bd{padding:12px 0 0 0;  }

.contentD{padding:40px 0;height:400px;background: #f2f2ff;}
.contentD .douban .bd ul{overflow:hidden;zoom:1;}
.contentD .douban .bd ul li{
    float:left;width:360px;
    height: 290px;
    margin: 32px;
    margin-right:20px;
    margin-left:20px;
    border-radius: 5px;
    box-shadow: 1px 3px 17px 8px rgb(124 124 124 / 18%)}
    
    
    
.contentD .douban .bd ul li img{width:360px;height:215px;border-radius:5px;overflow:hidden;}
.contentD .douban .bd ul li .hjPic{display:block;width:360px;margin:auto;position:relative;}
.contentD .douban .bd ul li .hjImg{position:absolute;left:0;top:0;display:none;}
.contentD .douban .bd ulcontentBox li:hover .hjPic{color:#8fba3d;}
.contentD .douban .bd ul li:hover .hjImg{display:block;}
.contentD .douban .bd ul li .hjTit{
   display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
        font-weight: bold;
    font-family: "Microsoft Yahei";
    line-height: 25px;
    /* height: 35px; */
    padding: 10px;
    }
.contentD .douban .bd ul li:hover .hjTit{color:#133789;}
.contentD .douban .bd ul li p{font-size14px;color:#999;padding:0 10px;}
.contentD .douban .bd ul li .visitNum{
    float: right;
    display: block;
    padding-left: 22px;
    background: url(https://559.test.owvlab.com/vlab_files/2025/335/0875/38ftt.png) left 2px no-repeat;
}


.breadcrumb {height:35px;border-bottom:1px dashed #eee;overflow: hidden;margin-bottom:25px;padding-left:22px;}
.breadcrumb span{line-height: 35px;font-family:"Microsoft YaHei";font-size: 28px;color:#fff;display: block;padding: 0 20px;float: left;background: #3591e0;}
.breadcrumb ul {float:left;}
.breadcrumb ul li a, .breadcrumb ul li {color:#666; font-size:16px; line-height:35px;font-family: serif;}
.breadcrumb ul li a:hover {text-decoration:none;color:#3591e0;}
.breadcrumb b{float:left;padding:0 15px;height:35px;line-height:35px;font-size: 18px;color: #3591e0;border-bottom: 2px #3591e0 solid;font-weight: normal;}

.contentCategory {width:1170px;padding:15px;min-height:860px;margin:30px auto 20px;background: #fff;border-radius:5px;-moz-box-shadow: 0 1px 30px rgba(70, 70, 70, 0.36);-webkit-box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);}

.aside {width:240px;position:relative;}
.aside h2 {background:#0f2862;height:50px;line-height:50px; color:#fff; font-weight:normal;font-size:22px;font-family:"Microsoft YaHei";text-align:center;margin-bottom:10px;}
.aside h2 a{display:block;text-decoration:none;color:#fff;}
.aside ul li {background:#0f2862;margin-top:5px;}
.aside ul li a{display:block; height:40px;line-height:40px;color:#666;font-size:14px;font-family:"Microsoft YaHei"; font-weight: normal; text-decoration: none;padding-left:40px; background: #f9f9f9;}
.aside ul li a:hover {color:#fff ;-moz-box-shadow: 0 0 5px #a9a9a9; -webkit-box-shadow: 0px 0px 5px #a9a9a9;
    box-shadow: 0px 0px 5px #0f2862;background: #0f2862;}
.level3 {display: block !important;}
.level3 > li > a {font-size: 14px !important;padding-left: 60px !important;background-position-x: 35px !important;}
.level4 {display: none;}
.level4 > li > a {padding-left:10px;background: #0f2862;}
.level2 > li > a.arrow:hover,
.level3 > li > a.arrow:hover,
.level4 > li > a.arrow:hover,
.level2 > li > a.current,
.level3 > li > a.current,
.level4 > li > a.current {color: #fff;
    -moz-box-shadow: 0 0 5px #a9a9a9;
    -webkit-box-shadow: 0px 0px 5px #a9a9a9;
    box-shadow: 0px 0px 5px #a9a9a9;
    background: #0f2862;
    
}

.level3 li a:hover{ color: #333 !important;}
.arrow{background:#3591e0 !important;color: #fff !important;}


.contentLi {width:900px;}

.articleLi {margin-top:5px;min-height:550px;}
.articleLi ul {margin: 10px;}
.articleLi ul li {height:45px;line-height: 45px;border-bottom: 1px dashed #bfbfbf;padding-left:20px;}
.articleLi ul li a {display:block;font-size:16px;color:#787878;text-decoration: none;cursor: pointer;}
.articleLi ul li a h3 {font-size: 16px;font-weight: normal;}
.articleLi ul li a:hover {color: #023fe6;}


.contentArt {width:1170px;padding:15px;min-height:600px;margin:30px auto 20px;background:#fff;border-radius:5px;-moz-box-shadow: 0 1px 30px rgba(70, 70, 70, 0.36);-webkit-box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);box-shadow: 0px 0px 10px rgba(70, 70, 70, 0.36);}
.title_info {font-family:serif;width:100%;color:#666;text-align: center;padding: 20px 0;font-size: 15px;border-bottom:2px solid #ededed;}
.secondContent{width:1100px;}

.articlePage {margin-top:30px;min-height:450px;}
.articlePage h2 {text-align: center;
    font-size: 30px;
    color: #333;
    font-weight: normal;
    line-height: 35px;
}
.article-detail {padding:0 15px;}
.article-detail > p img {display:block;margin: 10px auto;}
.article-detail > p {font-family: serif;line-height: 30px;padding-top:10px;text-align: justify;color: #666;text-indent: 2em;font-size:16px;}
.article-detail table {margin:0 auto;}
.article-detail table td {text-align:left;font-size:14px;color:#666;padding:10px;line-height:22px;}
.article-detail table td p{text-indent:0;font-size:14px;text-align:left;font-family:"Microsoft YaHei";color:#666;line-height:25px;}
.article-detail object{margin-left: -2em;}





.commonPic{margin-bottom:15px;}
.picBox .boxTit{margin-bottom: 15px;}
.picBox ul li {float:left;margin:7px 14px;}
.picBox ul li img{display: block;padding:5px;background:#e9e9e9; WIDTH: 235PX;
    height:142px;}
.picBox ul li .categoryPic{position:relative;display:block;text-decoration:none;}
.picBox ul li .categoryPic .greenBg{display:none;background:url("https://559.test.owvlab.com/vlab_files/2025/335/0843/13ntj.png") repeat;width: 180px;height: 95px;padding: 25px 20px;position: absolute;left: 0;top: 0;}
.picBox ul li .categoryPic .greenBg p{font-size:14px;color:#fff;font-family: "Microsoft Yahei";line-height:22px;}
.picBox ul li .categoryPicTit{text-align:center;display:block;line-height:30px;font-size:14px;font-family: "Microsoft Yahei";color: #666;text-decoration: none;padding-left:5px;}
.picBox ul li p{text-align:center;}
.picBox ul li:hover .categoryPic .greenBg{display:block;transition:0.3s;}
.picBox ul li:hover .categoryPicTit{color:#8fba3d;}


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


.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: 20px;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    background:url("http://www.smykzy.cn:89/vlab_files/2023/209/0586/o9a3.png") #8029c9  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: #0f2862;
}


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


.x_title h2{
    background: #f2f2f2;
    padding: 0;
    margin: 0;
    height: 50px;
    line-height:50px;
    font-size:18px;
    font-family: MicrosoftYaHei;
    color: rgba(17,26,44,1);
    padding-left:20px;
    margin-bottom: 15px;
}
.footer{
    background:#6510ac;
    height: auto !important;
    margin: auto;
   
    min-width: 1200px;
    width: 100%;

}

.footer .contentBox{
   width: 1200px;
    margin: auto;
    background: url(https://559.test.owvlab.com/vlab_files/2025/335/0885/3sqg9.png) center no-repeat;
   padding:30px;
}

.footer p ,.footer p a{
    text-decoration: none;
   
    margin: 0 auto;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size:14px;
    color: #fff;
}

.footer ul {
    height: 45px;
    overflow: hidden;
    text-align: center;
}
.footer ul li{
    display: inline-block;
    color: #fff;
    padding: 0 25px;
    font-family:"Microsoft Yahei";
    font-size:14px;
}
.footer ul li a{
    font-size:14px;
    color:#fff;
    font-family:"Microsoft Yahei";
    text-decoration:none;
}
.back-to{
    display: none !important;
}