/* CSS Document */
/* 栏目页 */
/* ==通用定义== */
ul,li{ list-style-type:none;}
.clearbox, .clearbox2
{
    border-top: 1px solid transparent !important;
    margin-top: -1px !important;
    border-top: 0px;
    margin-top: 0px;
    height: 0px;
    clear: both;
    background: none;
    font-size: 0px;
    visibility: hidden;
}
.clearbox2
{
    margin-right: 205px;
    clear: left;
}
/* 栏目页 */
.childclass_main
{
    margin-left: -5px;
}
* html .childclass_main
{
    margin-left: -10px;
}
/* 父栏目二列式左右循环 */
.childclass_main_box
{
    float: left;
    border: 1px solid #F78CBC;
    width: 346px;
    margin: 5px 10px 5px 0px;
}
* html .childclass_main_box
{
    width: 345px;
}
/* 父栏目一列式上下循环 */
.childclass_main_box2
{
    margin: 0px 205px 0px 5px;
}
* html .childclass_main_box2
{
    margin: 0px 205px 0px 10px;
}
/* 父栏目一列式列表(显示父栏目名) */
.childclass_main_box3
{
    border: 0px;
}
.class_title, .childclass_title, .childclass_title_border
{
    font: normal normal bold 14px/30px Arial, "宋体" ,Helvetica,sans-serif;
    height: 30px;
    background: url(images/nav_bbg2.gif) repeat-x top;
    text-align: left;
    color: #E91C78;
    clear: none;
}
.childclass_title_border
{
    border-top: 1px solid #F78CBC;;
    border-left: 1px solid #F78CBC;;
    border-right: 1px solid #F78CBC;;
}
.class_title a, .childclass_title a, .childclass_title_border a
{
    font: normal normal bold 14px/30px Arial, "宋体" ,Helvetica,sans-serif;
    padding-left: 30px;
    color: #E91C78;
}
.class_title a, .childclass_title a, .childclass_title_border a
{
    background: url(images/c_title.gif) no-repeat 10px 2px;
}
.class_title a:hover, .childclass_title a:hover, .childclass_title_border a:hover
{
    background: url(images/c_title_hover.gif) no-repeat 10px 2px;
}
.class_title .more, .childclass_title .more, .childclass_title_border .more
{
    float: right;
    line-height: 24px;
    margin: 0px 10px 0px 0px;
    display: block;
}
.childclass_pic
{
    float: left;
    width: 30px;
    height: 30px;
    background: url(images/c_title_hover.gif) no-repeat center;
}
.class_title .more a, .childclass_title .more a, .childclass_title_border .more a
{
    text-decoration: none;
    color: #E91C78;
    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:226px
    height: 182px;
    min-height: 182px;
}
.childclass_content{ height:230px;}
.class_content li, .childclass_content li
{
    
	width:50%;
	float:left;
	height:18px;
	padding-top:5px;
}
.childclass_content li.tjone{ width:auto;border-bottom: 1px dashed #F78CBC; padding-top:0px; height:105px;}
.childclass_content li.tjone .litable{ float:left;margin-bottom:5px;}
.childclass_content li.tjone .litable td.imgpic img{ width:90px; height:90px; margin-right:10px; padding:3px; border:solid 1px #CECECE }
.childclass_content li.tjone .litable td.lititle{ height:24px;}
.childclass_content li.tjone .litable td.lititle a{ font-weight:bold;}
.childclass_content li.tjone .litable td.txt{ line-height:22px;}
.class_bot, .childclass_bot
{
    height: 5px;
    background: #FFF4FE;
}