﻿.childclass_main
{
    margin-left: -5px;
}
* html .childclass_main
{
    margin-left: -10px;
}

.childclass_main_box
{
    float: left;
    border: 1px solid #ccc;
    width: 510px;
    margin: 5px 0px 0px 5px;
}
* html .childclass_main_box
{
    width: 510px;
}

.c_title,.class_title, .childclass_title
{
    font: normal normal bold 14px/30px Arial, "宋体" ,Helvetica,sans-serif;
	height:auto !important; height:36px;min-height:36px;
    background: url(images/columnTitleBg.gif) #dfebf9 left top no-repeat;
    text-align: left;
    color: #666;
}

.c_title strong{padding-left:24px;}

.class_title, .childclass_title, .childclass_title_border{    clear: none;}

.class_title a, .childclass_title a
{
    font: normal normal bold 14px/30px Arial, "宋体" ,Helvetica,sans-serif;
    padding-left: 30px;
    color: #0a4180;
}

.class_title .more, .childclass_title .more, .childclass_title_border .more
{
    float: right;
    line-height: 30px;
    margin: 0px 10px 0px 0px;
    display: block;
}

.class_title .more a, .childclass_title .more a, .childclass_title_border .more a
{
    text-decoration: none;
    color: #014390;
    font-size: 12px;
    font-weight: normal;
    background: none;
}
.class_title .more a:hover, .childclass_title .more a:hover, .childclass_title_border .more a:hover
{
    color: #c00;
    background: none;
}

.class_content, .childclass_content
{
    font: normal normal normal 12px/150% Arial, "宋体" ,Helvetica,sans-serif;
    text-align: left;
    padding: 5px;
    height: auto !important;
    height: 182px;
    min-height: 182px;
}
