﻿body
{
    margin:0 auto;
    }
.list_div
{
    float:left;
    width:600px;
    padding:5px 0;
    margin-left:72px;
    }
.list_div_title
{
    float:left;
    width:100%;
   font-family:"仿宋_GB2312";
    font-size:18px;
    color:#000;
    line-height:30px;
    }
.list_div_title span
{
    font-weight:bold;
    }
.list_div_title a
{
    font-family:"仿宋_GB2312";
    font-size:18px;
    color:#000;
    text-decoration:none;
    margin-left:15px;
    }
.list_div_title a:hover
{
    color:Red;
    }
.list_title
{
    float: left;
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    line-height: 50px;
     font-family:"仿宋_GB2312";
    font-size:18px;
    color:#000;
    font-weight:bold;
    background: url(../img/kygg_title_bg.png) bottom no-repeat;
    }