<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*全局样式*/
a
{
    text-decoration: none;
}
/*
    a:link
    {
        color: #000000;
        text-decoration: none;
    }

    a:visited
    {
        color: #000000;
        text-decoration: none;
    }

    a:hover
    {
        color: #ff6a00;
        text-decoration: none;
    }
*/
/*主要颜色样式*/
a.udl
{
    text-decoration: underline;
}
a.udl:link
{
    text-decoration: underline;
}
a.udl:visited
{
    text-decoration: underline;
}
a.udl:hover
{
    text-decoration: underline;
}
a.ywcz
{
    color: #ff6a00;
    text-decoration: underline;
}
a.ywcz:link
{
    color: #ff6a00;
    text-decoration: underline;
}
a.ywcz:visited
{
    color: #ff6a00;
    text-decoration: underline;
}
a.ywcz:hover
{
    color: #23527c;
    text-decoration: underline;
}
a.a_white:link
{
    color: white;
}

a.a_white:visited
{
    color: white;
}

a.a_white:hover
{
    color: #ff6a00;
}

a.myblue:link
{
    color: blue;
}

a.myblue:visited
{
    color: blue;
}

a.myblue:hover
{
    color: #ff6a00;
}

a.a-orange:link
{
    color: #e17f01;
    background: none;
}

a.a-orange:visited
{
    color: #e17f01;
    background: none;
}

a.a-orange:hover
{
    color: #ff6a00;
    background: none;
}

a.a-blue:link
{
    color: #1d417b;
}

a.a-blue:visited
{
    color: #1d417b;
}

a.a-blue:hover
{
    color: #ff6a00;
}

a.green:link
{
    font-size: 9pt;
    color: green;
}

a.green:visited
{
    font-size: 9pt;
    color: green;
}

a.green:hover
{
    font-size: 9pt;
    color: #ff6a00;
}

/***more样式****/
a.more:link
{
    font-size: 9pt;
    color: #1d417b;
}

a.more:visited
{
    font-size: 9pt;
    color: #1d417b;
}

a.more:hover
{
    font-size: 9pt;
    color: #ff6a00;
}

/*左侧菜单链接*/
a.tvmenu_0:link
{
    color:#000;
	text-decoration: none;
}
a.tvmenu_0:visited
{
    color:#000;
	text-decoration: none;
}
a.tvmenu_0:hover
{
    color:#ff9c00;
	text-decoration: none;
}

</pre></body></html>