<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*顶部*/
	.top{height:32px;line-height:32px;background:#303030;color:#fefefe}
	.top .box{text-align:right}
	.top a{color:#fefefe}
	
	@media screen and (max-width:768px){
		.top .box{padding:0 2%}
	}
	
/*LOGO*/
	.logo{padding:9px 0;height:102px;background:#379cf6}
	.logo .logoimg{width:513px;height:101px}
	
	.search{float:right;padding:33px 0;width:240px}
	.search .form{height:36px;padding:0 22px;background:#97cbfa;border-radius:18px}
	.search .form div{float:left;width:160px}
	.search .form div input{width:100%;height:36px;line-height:36px;border:none;background:0 0}
	.search .form input[type=submit]{float:right;width:36px;height:36px;background:url(../images/ico1.png) no-repeat center center;background-size:36px 36px;border:none;cursor:pointer}
	
	@media screen and (max-width:768px){
		.logo{padding:0;height:auto}
		.logo .box{padding:10px 2%}
		.logo .logoimg{width:203px;height:40px}
		
		.logo i{position:absolute;right:46px;top:10px;display:block;width:40px;height:40px;background:url(../images/ico1.png) no-repeat center center;background-size:30px 30px}
		.logo em{position:absolute;right:0;top:10px;display:block;width:40px;height:40px;background:url(../images/menu.png) no-repeat center center}
		
		.search{display:none;float:none;padding:0;width:100%;height:60px;position:absolute;z-index:1;left:0;top:0}
		.search .form{height:60px;padding:0;border-radius:0;background:#379cf6}
		.search .form span{position:absolute;left:0;top:0;display:block;width:60px;height:60px;background:url(../images/close.png) no-repeat center center;background-size:22px 22px}
		.search .form div{float:none;width:auto;padding:12px 0;margin:0 60px}
		.search .form div input{padding-left:2%;width:98%;background:#fff;border-radius:10px}
		.search .form input[type=submit]{position:absolute;right:0;top:0;float:none;width:60px;height:60px;background-size:36px 36px}
	}

	
/*导航*/
	.nav{height:48px;line-height:48px;background:#0083f5}
	.nav ul li{float:left;width:150px;text-align:center;background-image:url(../images/nav.png);background-position:right center;background-repeat:no-repeat;font-size:18px;color:#fff;-webkit-transition:background-color .6s;-moz-transition:background-color .6s;-ms-transition:background-color .6s;-o-transition:background-color .6s;transition:background-color .6s}
	.nav ul li a{display:block;color:#fff}
	.nav ul .on,.nav ul li:hover{background-color:#379cf6;background-image:none}
	
	@media screen and (max-width:768px){
		.nav{display:none;position:absolute;z-index:10;right:0;top:92px;height:auto;line-height:46px;background:rgba(0,0,0,.7)}
		.nav ul li{float:none;background:0 0;font-size:16px;border-bottom:1px solid #fff}
	}
	
/*banner*/
	.banner{position:relative;height:400px;overflow:hidden}
	.banner .big{width: 10000%;}
	.banner p{float:left;width:1%;height:400px;background-position:center center;background-repeat:no-repeat}
	
	.banner h2{position:absolute;z-index:1;width:100%;bottom:12px;text-align:center}
	.banner h2 a{display:inline-block;width:36px;height:5px;background:#a1a1a1;margin-right:6px;cursor:pointer}
	.banner h2 .on{background:#0083f5}
	
	@media screen and (max-width:768px){
		.banner{height:150px}
		.banner p{height:150px;background-size:cover}
	}
	
/*首页*/
	/*新闻*/
	.news{margin-top:22px}
	
	@media screen and (max-width:768px){
		.news{margin-top:12px;padding: 0 2%;}
	}
	
	/*图片新闻*/
		.tpxw{position:relative;float:left;width:480px;height:320px;overflow:hidden}
		.tpxw i{position:absolute;z-index:1;top:50%;margin-top:-25px;display:block;width:33px;height:50px;border-radius:4px;cursor:pointer}
		.tpxw .leftbar{left:10px;background:rgba(0,0,0,.6) url(../images/leftbar.png) no-repeat center center;background-size:20px 30px}
		.tpxw .rightbar{right:10px;background:rgba(0,0,0,.6) url(../images/rightbar.png) no-repeat center center;background-size:20px 30px}
		.tpxw .big{width:10000%}
		.tpxw li{position:relative;float:left;width:1%;height:320px}
		.tpxw li img{width:480px;height:320px;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s}
		.tpxw li h2{position:absolute;left:0;bottom:0;padding:0 2%;width:96%;height:40px;line-height:40px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background:rgba(0,0,0,.6);font-size:16px;color:#fff}
		.tpxw li:hover img{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}

		@media screen and (max-width:768px){
			.tpxw{float:none;width:100%;height:auto}
			.tpxw li{height:auto}
			.tpxw li img{width:100%;height:auto;vertical-align:middle}
		}
		
	/*文字新闻*/
		.wzxw{float:right;width:692px}
		.wzxw dl{height:38px;border-bottom:2px solid #0083f5}
		.wzxw dl dd{position:relative;float:left;width:120px;height:38px;text-align:center;line-height:38px;font-size:18px;font-weight:700}
		.wzxw dl .on{background:#08f;color:#fff}
		.wzxw dl .on i{position:absolute;right:-12px;bottom:0;display:block;width:12px;height:12px;background:url(../images/ico2.png) no-repeat}
		
		.wzxw ul{position:relative;margin-top:4px;font-size:16px}
		.wzxw ul .more{position:absolute;right:10px;top:-34px;font-size:14px}
		.wzxw ul li{height:45px;line-height:45px;border-bottom:1px dashed #ccc;background:url(../images/ico3.png) no-repeat left center;padding-left:12px;}
		.wzxw ul li p{float:left;width:630px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#3d3d3d}
		.wzxw ul li p a{color:#3d3d3d}
		.wzxw ul li span{float:right;color:#b8b8b8}
		
		@media screen and (max-width:768px){
			.wzxw{float:none;width:auto;margin-top:12px}
			.wzxw dl{height:38px;border-bottom:2px solid #0083f5}
			.wzxw dl dd{width:100px;font-size:16px}
			
			.wzxw ul li{height:auto;line-height:24px;padding:6px 0 6px 12px;background:url(../images/ico3.png) no-repeat left 13px}
			.wzxw ul li p{float:none;width:auto;white-space:normal}
			.wzxw ul li span{float:none;display:block}
		}
		
	/*中心简介*/
		.zxjj{margin-top:28px;padding:20px 0;height:200px;background:url(../images/zxjj.jpg) no-repeat center top}
		.zxjj h2{text-align:center;font-size:20px;font-weight:700;color:#fff}
		.zxjj .line{margin-top:6px;text-align:center}
		.zxjj .line span{display:inline-block;width:40px;height:3px;background:#f59c36}
		.zxjj .intro{width:740px;margin:0 auto;margin-top:18px;text-indent:2em;height:90px;overflow:hidden;line-height:30px;font-size:15px;color:#fff}
		.zxjj .more{margin-top:17px;text-align:center}
		.zxjj .more a{display:inline-block;width:160px;height:40px;border-radius:18px;text-align:center;line-height:40px;background:#f59c36;font-size:16px;color:#fff}
		
		@media screen and (max-width:768px){
			.zxjj{margin-top:16px;padding:20px 0;height:auto;background-size:cover}
			.zxjj h2{font-size:18px}
			.zxjj .line{margin-top:6px;text-align:center}
			.zxjj .intro{width:auto;padding:0 4%;height:auto;line-height:30px}
			.zxjj .more a{width:140px}
		}
		
	/*三大栏目*/
		.three{margin-top:20px;overflow:hidden}
		.three .big{width:1275px}
		.three li{position:relative;float:left;margin-right:75px;width:350px;height:430px;overflow:hidden}
		.three li img{width:350px;height:430px;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s}
		.three li:hover img{-webkit-transform:scale(1.2);-moz-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);transform:scale(1.2)}
		
		.three li em{position:absolute;left:50%;top:50%;margin:-199px 0 0 -154px;display:block;width:308px;height:398px;border:1px solid #edf3f9;-webkit-transition:all .6s;-moz-transition:all .6s;-ms-transition:all .6s;-o-transition:all .6s;transition:all .6s}
		.three li:hover em{-webkit-transform:skew(180deg) scale(.6);-moz-transform:skew(180deg) scale(.6);-ms-transform:skew(180deg) scale(.6);-o-transform:skew(180deg) scale(.6);transform:skew(180deg) scale(.6)}
		
		.three li div{position:absolute;top:50%;margin-top:-45px;width:100%;height:90px;text-align:center;color:#fff}
		.three li div h2{font-size:22px;font-weight:700}
		.three li div span{margin-top:20px;display:inline-block;width:120px;height:40px;border-radius:8px;background:#379cf6;line-height:40px;font-size:16px}
		
		@media screen and (max-width:768px){
			.three{margin-top:18px;padding:0 2%}
			.three .big{width:auto;margin-right:-1.33333333%}
			.three li{margin-right:1.33333333%;width:32%;height:auto}
			.three li img{width:100%;height:auto;vertical-align:middle}
			
			.three li em{position:absolute;left:0;top:0;margin:5% 0 0 5%;width:90%;height:90%}
			.three li:hover em{-webkit-transform:skew(180deg) scale(.8);-moz-transform:skew(180deg) scale(.8);-ms-transform:skew(180deg) scale(.8);-o-transform:skew(180deg) scale(.8);transform:skew(180deg) scale(.8)}
			
			.three li div{margin-top:-26px;height:52px}
			.three li div h2{font-size:16px}
			.three li div span{margin-top:8px;width:70px;height:22px;line-height:22px;font-size:14px}
		}
	
	/*友情链接*/
		.link{margin-top:20px}
		.link dt{display:inline-block;width:100px;height:22px;text-align:center;line-height:22px;background:#0083f5;font-weight:700;color:#fcfcfc}
		.link dd{display:inline-block;padding:0 0 0 12px;color:#666}
		.link dd a{color:#666}
		
		@media screen and (max-width:768px){
			.link{padding:0 2%;margin-top:18px}
			.link dt{width:90px}
			.link dd{padding:0 0 0 6px}
		}

/*底部*/
	.foot{margin-top:20px;padding:15px 0;background:#303030}
	.foot .nju_logo{text-align:center;padding-bottom:17px;background:url(../images/fline.png) repeat-x left bottom}
	.foot .nju_logo img{width:67px;height:77px}
	.foot .copyright{margin-top:15px}
	.foot .copyright span{float:left}
	.foot .copyright span img{width:189px;height:101px}
	.foot .copyright ul{float:right;width:224px;overflow:hidden}
	.foot .copyright ul .big{width:248px}
	.foot .copyright ul li{float:left;margin-right:24px;width:100px;text-align:center}
	.foot .copyright ul li img{width:91px;height:91px}
	.foot .copyright ul li h2{line-height:30px;font-size:14px;color:#666}
	.foot .copyright .text{float:left;margin-top:10px;width:787px;text-align:center;line-height:30px;color:#fff}
	.foot .copyright .text a{color:#fff}
	.foot .copyright .text br{display:none}
	
	@media screen and (max-width:768px){
		.foot{margin-top:18px;padding:15px 2%}
		.foot .copyright span{display:none}
		.foot .copyright ul{float:none;padding:0 15%;width:70%}
		.foot .copyright ul .big{width:auto;margin-right:-2%}
		.foot .copyright ul li{margin-right:2%;width:48%}
		.foot .copyright .text{float:none;margin-top:12px;width:100%}
		.foot .copyright .text br{display:inline-block}
	}
	
/*内页*/
	/*当前位置*/
		.position{height:42px;line-height:42px;background:#f5f5f5}
		.position div{height:42px;background:url(../images/ico4.png) no-repeat left center;padding-left:38px;color:grey}
		.position div a{color:grey}
		
		@media screen and (max-width:768px){
			.position{padding:0 2%}
			.position div{padding-left:32px;background-size:22px 20px}
		}
		
	/*二级栏目*/
		.category{margin-top:20px; text-align:center}
		.category a{border:1px solid grey;height:38px;line-height:38px;display:inline-block; margin: 0 12px 0 0; padding:0 45px; font-size: 16px;}
		.category .on,.category a:hover{background:#0083f5;color:#fff;border:1px solid #0083f5}
		
		@media screen and (max-width:768px){
			.category{margin-top:16px;}
			.category a{height:32px;line-height:32px;margin: 0 6px 12px 0; padding:0 25px;}
		}
	
	/*内页容器*/
		.npage{margin-top:20px}
		
		@media screen and (max-width:768px){
			.npage{margin-top:16px}
		}
		
	/*当前栏目*/
		.labelname{text-align:center}
		.labelname h2{font-size:24px;font-weight:700;color:#0083f5}
		.labelname .line{margin-top:10px}
		.labelname .line span{display:inline-block;width:50px;height:3px;background:#f56936}
		@media screen and (max-width:768px){
			.labelname h2{font-size:20px}
			.labelname .line{margin-top:6px}
			.labelname .line span{width:30px}
		}
		
	/*列表*/
		.list{margin-top:12px}
		.list li{height:49px;line-height:49px;border-bottom:1px dashed #ccc;background:url(../images/ico3.png) no-repeat left center;padding-left:12px;font-size:16px;color:#3d3d3d}
		.list li p{float:left;width:1088px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
		.list li p a{color:#3d3d3d}
		.list li span{float:right}
		
		@media screen and (max-width:768px){
			.list{padding:0 2%;margin-top:8px}
			.list li{height:auto;line-height:24px;background:url(../images/ico3.png) no-repeat left 13px;padding:6px 0 6px 12px}
			.list li p{float:none;width:auto;white-space:normal}
			.list li span{float:none;display:block}
		}

	/*详情*/
		.detail .title{text-align:center;font-size:20px;font-weight:700;color:#0083f5}
		.detail .time{text-align:center;color:#b2b2b2;padding:14px 0;border-bottom:1px solid #d9d9d9}
		.detail .content{margin-top:12px;font-size:16px;line-height:30px;color:#666}
		
		@media screen and (max-width:768px){
			.detail{padding:0 2%}
			.detail .title{font-size:18px}
			.detail .time{padding:10px 0}
			.detail .content img{width:auto !important; height:auto !important}
		}



		
		


	
	
	
	

</pre></body></html>