<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*鐗堝績鍖�*/
.inner {
    width: 1200px;
    margin: 0 auto;
}

/*娓呴櫎娴姩*/
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0;
    display: block;
    overflow: hidden;
    clear: both;
}

/*鍏ㄥ眬瀛椾綋*/
* {
    font-family: "寰蒋闆呴粦";
}

a {
    color: #333333;
}

a:hover {
    color: #0187e6;
}

.box {
    /*border: 1px solid #999999;*/
    padding:30px 30px 30px;
	box-sizing: border-box;
    background: #ffffff;
    min-height: 600px;
    /*box-shadow: 0px 0px 10px 5px rgb(247,247,247);*/
}

body {
	background-image: url('7_01.png');
	/*鑳屾櫙鍥剧墖*/
	background-repeat: no-repeat;
	/*璁剧疆涓嶉噸澶嶅笘鍥�*/
	background-color: #FFFFFF;
	/*璁剧疆鑳屾櫙棰滆壊涓庡浘鐗囪儗鏅壊涓€鑷�*/
	background-position: bottom 137px center;
	/*璁剧疆鍥剧墖灞呬腑闃叉灞忓箷澶у皬涓嶅悓鑰岃窇鍋�*/
}
/*褰撳墠浣嶇疆*/
.position{
    padding: 20px 0;
    color: #999999;
}
.position a{
    color: #999999;
}
.position a:hover{
    color: #0187e6;
}
/*鍐呭*/
.content{
	margin:0 auto;
    padding: 20px 0;
}
.content p{
	background-color: #fff !important;
}
.content .title{
    font-size: 28px;
    text-align: center;
}
.content .ly{
    /*width: 900px;*/
    height: 40px;
    background-color: #f5f5f5;
    text-align: center;
    line-height: 40px;
    margin-top: 30px;
}
.content .ly a{
    display: inline-block;
    /*float: right;*/
}
.content .article{
    margin-top: 35px;
}
.content .article p{
    /*text-indent: 2em;*/
    line-height: 35px;
}
/*鎵撳嵃*/
.content .dy{
   /* width: 900px;*/
    height: 40px;
    background-color: #f5f5f5;
    margin-top: 40px;
    line-height: 40px;
    padding-right: 30px;
}
.content .dy a{
    float: right;
}</pre></body></html>