﻿body {
}


.left_list
{
    width:230px;
    height:485px;
}

.left_list_ul
{
    width:140px;
    position:relative;
    list-style:none;
    margin:0;
    padding:0;
}
.left_list_ul li
{
    
}
.left_list_ul a
{
    text-decoration:none;
    font-weight:lighter;
    font-size:14px;
    /*
    font-family:"微软雅黑";
    */
    color:#444;
}
.left_list_ul a:hover
{
    text-decoration:underline;
}