﻿body 
{
    text-align: center;
    font-family: Arial, SimSun, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
    background-color: #eaeaea;
}

div 
{
    margin:auto;
    overflow: hidden;
}

a
{
    text-decoration: none;
    color: #093d72;   
}

a.arctitle
{
    font-weight: normal;
    font-size: 13px;
} 

a:hover
{
    text-decoration: underline;    
}

a.arctitle:hover
{
    text-decoration: underline;      
    color: #e36b00;
}

ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}   

.hr_5
{
    font-size: 1px;
    line-height: 1px;
    clear: both;
    height: 5px;    
}

.hr_20
{
    font-size: 1px;
    line-height: 1px;
    clear: both;
    height: 20px;
}

.hr_10
{
    font-size: 1px;
    line-height: 1px;
    clear: both;
    height: 10px;
}  

.decora
{
    border-top: #b2d1d4 4px solid;
    text-align: left;
}

.itemdot
{
    font-family: SimSun;    
    font-size: 13px;
    color: #a4a4a4;
}

.seper
{
    color: #999999;
    font-weight: normal;
    font-size: 13px;
}

.container_margin
{
    background-color: #fff;
    width: 953px;
    margin: 0px 10px 0px 10px;
    text-align: left;
    clear: left;
}

/* 以下样式针对文章路径*/
#crumb
{
    color: #d4d4d4;
    font-size: 13px;
    height: 39px;
    padding: 0px 0px 0px 14px;
    text-align: left;
    line-height: 38px;

}


#crumb a
{
    color: #4b4b4b;
}

#backto
{
    line-height: 21px;
    color: #fff;
    float: right;
}

td.backto_l
{
    background: url(../img/back_l.png) no-repeat;
}

td.backto_r
{
    background: url(../img/back_r.png) no-repeat;
}

td.backto_m
{
    padding: 0px 9px 0px 13px;
    background: url(../img/back_bg.png) repeat-x;

}

table.backto_button
{
    height: 21px;
}

a.backto_location
{
    font-size: 13px;
    font-weight: bold;
    color: #fff;
} 