<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.con1{width:1260px;height:auto;background:#fff;margin:27px auto; overflow:hidden;}
.con1&gt;img{ display:none;}
.con1 p{ display:block; padding:20px 0; clear:both;}
.con1 ul li{width:400px;height:auto;float:left; margin:1px; position:relative;overflow:hidden;cursor:pointer;}
.txt{width:400px;height:45px;background:rgba(0,0,0,0.6);/*透明背景色，不透明其文字内容*/position:absolute;left:0;bottom:0;color:#fff;font-family:"微软雅黑";}
.txt h3{font-size:20px;font-weight:100;height:45px;text-align:center;line-height:45px;}
.txt p{font-size:14px;text-align:center;}
input[type="submit"],button {
 -webkit-appearance: none;
 }
 .min-w{width:1200px;box-sizing:border-box;padding:20px;}
.s_banner{margin:0 auto;}
.s-pic{display:block}
.m-pic{display:none}
.s-pic &gt; img,.m-pic &gt; img{width:100%}
@media screen and (max-width: 640px) and (min-width: 320px){
.min-w{width:100%}	
.s-pic{display:none}
.m-pic{display:block}
.con1{width:92%;height:auto;background:#fff;margin:27px auto; overflow:hidden;}
.con1&gt;img{ display:block; width:100%; height:auto;}
.con1 p{ display:block; padding:20px 0; clear:both;}
.con1 ul li{width:100%;height:auto;float:left; position:relative;overflow:hidden;cursor:pointer; margin:10px 0;}
.con1 ul li img{ width:100%; height:auto;}
.txt{width:100%;height:45px;background:rgba(0,0,0,0.6);/*透明背景色，不透明其文字内容*/position:absolute;left:0;bottom:0;color:#fff;font-family:"微软雅黑";}
.txt h3{font-size:20px;font-weight:100;height:45px;text-align:center;line-height:45px;}
.txt p{font-size:14px;text-align:center;}
}

/***南京十周年庆典**/
.njtitle{
	border-bottom: 1px solid red;
    font-size: 25px;
    padding: 10px;
    margin: 0 auto;
    text-align: center;
    background: #ff8a00;
    color: #fff;
    margin: 8px;
font-weight:bold;
	}
</pre></body></html>