<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---*/
body {margin: 0px;padding: 0px; font-size:17px; line-height:20px; color:#1e1e1e; min-width: 1200px;}
.fl { float:left}
.fr { float:right}
ul,.li { list-style-type:none; margin:0px; padding:0px;}
a {color:#1d1d1d;text-decoration: none;}
a:hover { color:#0076c8;text-decoration: none; transition: 0.3s ease-in;}
.index { width: 1300px; margin: auto; overflow: hidden;}




 
 /* 分页css---*/
.table_paging { width: 100%;height: 60px; float: left; text-align: center; margin-top: 60px; }
.table_paging a { display: inline-block;margin: 19px 3px; height: 32px; padding: 0 6px; box-sizing: border-box; 
border: solid 1px #cfcfcf;cursor: pointer;text-align: center;line-height: 32px; transition: 0.3s ease-in;}
.table_paging a.xuanze {background: #0071bf; border: solid 1px #0071bf;color: #fff;}
.table_paging a:hover { background: #0071bf;border: solid 1px #0071bf;color: #fff;}
.table_paging a.tiaozhuan{background:none;border:none;}
.table_paging a.tiaozhuan:hover{background:none;border:none;color:#333;cursor:inherit;}
.table_paging a input{width: 32px; height: 22px; line-height: 22px; border: 1px solid #ccc;box-sizing:border-box;margin:0 5px;position:relative;top:-1px;color:#000;outline:0;}
</pre></body></html>