litian
2025-03-07 315e8453904a6c86bd957ea39068b8b493ba2089
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
.policiesAndRegulations{
    width: 100%;
    height: 100%;
 
    // 自定义内容
    .page-box {
        box-sizing: border-box;
        min-height: 980px;
        margin-bottom: 20px;
        box-shadow: 0 3px 6px 1px #00000029;
        background-color: #fff;
        position: relative;
    }
 
    p {
        font-family: "宋体";
        margin-top: 0.2em;
        margin-bottom: 0.2em !important;
        text-indent: 2em;
        line-height: 30px;
        text-align: justify;
    }
 
    .fz-13 {
        font-size: 13px !important;
    }
 
    .fz-15 {
        font-size: 15px !important;
    }
 
    .img-0 {
        width: 100%;
    }
    .fl {
        display: flex;
    }
 
    .al-c {
        align-items: center;
    }
 
    .ju-cn {
        justify-content: center;
    }
 
    .td-0 {
        text-indent: 0em !important;
    }
 
    .block {
        font-size: 16px;
        font-family: "KAITI";
    }
 
    .block1 {
        font-size: 16px;
        font-family: "FangSong";
    }
 
    ul {
        list-style-type: none;
        padding:0 !important;
        font-size:13px;
    }
 
    li {
        list-style-type: none;
        padding: 0 5px;
    }
 
    .center {
        text-align: center;
        margin-left: 0%;
        margin-right: 0%;
        text-indent: 0em;
    }
    .right {
        text-align: right;
        margin-left: 0%;
        margin-right: 0%;
    }
 
 
}