<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 {
   box-shadow: 0px 0px 25px 0px rgba(4, 0, 0, 0.07);
   background: #FFFFFF;
   padding:30px 30px 30px;
   margin-bottom: 30px;
}

/*娣诲姞鑳屾櫙*/
body{background-image:url('banner.png');/*鑳屾櫙鍥剧墖*/
	background-repeat: no-repeat;/*璁剧疆涓嶉噸澶嶅笘鍥�*/
	background-color: #FFFFFF;/*璁剧疆鑳屾櫙棰滆壊涓庡浘鐗囪儗鏅壊涓€鑷�*/ 
	background-position: bottom center;/*璁剧疆鍥剧墖灞呬腑闃叉灞忓箷澶у皬涓嶅悓鑰岃窇鍋�*/
}


/*褰撳墠浣嶇疆*/
.dqwz {
    width: 1140px;
    height: 16px;
    line-height: 16px;
    margin: auto;
    margin-bottom: 20px;
    color: #999999;
}
/*渚ц竟瀵艰埅*/
.sidenav{
    width: 260px;
    min-height: 828px;
    background-color: #f8f8f8;
	position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.cont{
    width: 850px;
    min-height: 828px;
}
.sidenav .swld{
    width: 260px;
    height: 50px;
    background: url("swld.png");
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 15px;
}
.sidenav ul li a.navactive{
    color: #0187e6;
    background: url("jt_active.png") no-repeat right center;
}
.sidenav ul li{
   /*height: 45px;*/
    padding: 0 20px;
}
.sidenav ul li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 45px;
    border-bottom: 1px solid #d6d6d6;
    padding-right: 20px;
    background: url("jt.png") no-repeat right center;
}
.sidenav ul li a:hover{
    color: #0187e6;
    background: url("jt_active.png") no-repeat right center;
}

/*鏍忕洰*/
.cont .title{
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #dcdcdc;
    color: #0187e6;
    font-size: 21px;
    margin-bottom: 20px;
    position: relative;
}
.cont .title span{
    display: inline-block;
    float: left;
    padding:0 0 10px;
    border-bottom: 3px solid #0187e6;
    position: absolute;
    top: 0;
    left: 0;
}

.cont dd{
	display: block;
    width: 100%;
    height: 1px;
    border-top: 1px dotted #e6e6e6;
    padding: 0;
    margin: 10px 0;
}

.cont ul{
    padding: 10px 0;
}
.cont ul li{
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.cont ul li a{
    padding-left: 15px;
    background: url("dian.png") no-repeat left center;
}
.cont ul li a:hover{
    background: url("dian_active.png") no-repeat left center;
}

.cont ul li span{
    display: inline-block;
    float: right;
    color: #999999;
}

.cont br{
	display:none  !important;
}</pre></body></html>