﻿.link A
{
    font-size: 18px;
    color: black;
    font-family: 宋体;
    text-decoration: none;
    font-weight: bold;
}
.link A:active
{
    font-size: 18px;
    color: black;
    font-family: 宋体;
    text-decoration: none;
    font-weight: bold;
}
.link A:hover
{
    font-size: 18px;
    color: black;
    font-family: 宋体;
    text-decoration: none;
    font-weight: bold;
}
.link A:link
{
    font-size: 18px;
    color: black;
    font-family: 宋体;
    text-decoration: none;
    font-weight: bold;
}
.link A:visited
{
    font-size: 18px;
    color: black;
    font-family: 宋体;
    text-decoration: none;
    font-weight: bold;
}


.list
{
    list-style-position: inside;
    list-style-type: disc;
}
