﻿/**********Link*/
a.a
{
    font-size: 12px;
    font-weight: bold;
    color: #FF6805;
    text-decoration: none;
}
.orangeContent a
{
    font-size: 12px;
    color: #FF6805;
    text-decoration: none;
}

a.a:hover,.orangeContent a:hover
{
    color: #FF6805;
    text-decoration: underline;
}
a.b, .bContent a
{
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

a.b:hover, .bContent a:hover
{
    text-decoration: underline;
}

a.c, .cContent a
{
    font-size: 12px;
    color: #333333;
    text-decoration: none;
}

a.c:hover, .cContent a:hover
{
    color: #FF6805;
    text-decoration: underline;
}

a.cur
{
    color: #FF6805;
}

a.d:link
{
    font-size: 12px;
    color: #333333;
    display: block;
    text-decoration: none;
    padding: 5px 0 5px 5px;
}

a.d:visited
{
    color: #FF6805;
    display: block;
    text-decoration: none;
}

a.d:hover
{
    display: block;
    color: #FF6805;
    text-decoration: underline;
}

.cpfl
{
    font-size: 12px;
    font-weight: bold;
    color: #FF6805 !important;
    text-decoration: none;
}

.cpfl:hover
{
    text-decoration: underline;
}

.dahui
{
    font-size: 14px;
    font-weight: bolder;
    color: #999999;
}

/**********Line*/
.line1
{
    background-color: #8E8A8A;
    width: 1px;
}
.lineyellow
{
    background-color: #FF6805;
}
.linegray
{
    background-color: #CDCDCD;
}

.linelightgray
{
    background-color: #E7E7E7;
}
/**********Other*/
img
{
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
}

