﻿/*����*/
body
{
    color:#000; background: #f2f2f2;

}
/*Ĭ�ϳ�����CSS*/
a{ color:#3b3b3b; text-decoration:none}
a:hover{ color:#AF0000; text-decoration: dashed}
/*������ɫ*/
.bgWhite{ background-color: white}
.bgC01{ background-color: #292a2c} /*17%灰色*/
.bgC02{ background-color: #3f3f3f} /*25%灰色*/
.bgC03{ background-color: #333333}/*20%灰色*/
.bgC04{ background-color: #111111}/*7%灰色*/



/*��������ɫ*/
.txtWhite{ color: white}
.txtC01 { color: #c2c1c1;}/*76%灰色*/
.txtC2{ color: #868686}/*53%灰色*/
.txtC3{ color: #F6FF00}



/*��߿���ɫ*/
.borWhite{ border-color: white}
.borC{ border-color: #dddddd}


.server .sosoTxt{ border: none; border-left: 1px solid #E7E7E7}
/*��Ӱ*/
.shadow-in{
    -webkit-box-shadow:inset 0 0 10px #d0265c;
    -moz-box-shadow:inset 0 0 10px #d0265c;
    box-shadow:inset 0 0 10px #d0265c;
}

.shadow{
    -webkit-box-shadow:0 0 5px #CAD1BE;
    -moz-box-shadow:0 0 5px #CAD1BE;
    box-shadow:0 0 5px #CAD1BE;
}

/*透明度*/
.opacity{filter:alpha(opacity=70); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7;  } 

/*table����*/


/*��ҳ*/
.fenyeBox{padding: 0 0 20px 0;}
.fenyeBox a{background:#DEDEDE; border-radius: 3px; padding: 3px 8px; margin: 0 3px;}
.fenyeBox a:hover{background:#ec6c00; color: white}
.fenyeBox .back,.fenyeBox .next{ background:#DEDEDE;}
.fenyeBox .back:hover,.fenyeBox .next:hover{ background:#FF7D66}
.fenyeBox span{background:#f86b3e; color:white; border-radius: 3px; padding: 3px 8px; margin: 0 3px;}
.fenyeBox label{color:#777777; }

/*˽������*/


.szhzy-tit a{ color: white}

.lmdh_list ul li{ color: white}
.lmdh_list ul li a{ color: white}
.lmdh_list ul li ul li ul li{ color: #8a290e; line-height: 23px;}
.lmdh_list ul li ul li ul li a{ color: #8a290e}