﻿.home .logo
{
    height: 79px;
}
.home .homeContent
{
    background-position:0 -75px!important;
}
.homeParty, .homeEvent, .homeCourse, .homeProduct
{
    background:url(images/homeLine.png) no-repeat top right;
    float: left;
    font-size: 75%;
    height:420px;
    padding-top: 60px;
    position: relative;
}
/****************/
.homeParty
{
    margin-left:13px;
    padding-right:10px;
    width: 200px;
}
.homeParty li
{
    border-top: 1px solid #333;
    padding: 15px 0 10px 0;
    position: relative;
}
.homeParty li.first
{
    border: none;
    padding-top: 0;
}
.homeParty .title
{
    color: #fff;
    font-size: 150%;
    font-weight:normal;
}
.homeParty .desc
{
    font-size:90%;
    float:left;
    line-height:130%;
    padding-top:1px;
    margin: 5px 0; 
    width:115px;
    overflow:hidden;
}
.homeParty .score
{
    color:#fff;
    font-family: 微软雅黑, 宋体;
    float:right;
    line-height:115%;
    margin: 5px 0; 
    text-align:right;
    width:85px;
}
.homeParty .score span
{
    color:#e51d87;
}
.homeParty .info
{
    clear:both;
    color: #ccc;
    font-size: 80%;
}
/****************/
.homeEvent
{
    width: 230px;
    margin-left: 15px;
    padding-right:15px;
}
.homeEvent h1
{
    color: #fff;
    font-weight: normal;
    margin-bottom: 5px;
}
.homeEvent h1 em
{
    display: block;
    font-size: 80%;
}
.homeEvent .recent
{
    float: left;
    width: 107px;
}
.homeEvent .past
{
    float: right;
    width: 107px;
}
.homeEvent li .pic
{
    border: 1px solid #333;
    height: 56px;
    width: 107px;
    overflow: hidden;
}
.homeEvent li .desc
{
    color:#565656;
    display: block;
    font-size:90%;
    height: 35px;
    width: 107px;
    padding-top: 2px;
    line-height:120%;
}
.homeEvent .findMore
{
    background: url(images/homepage_button_findmore.gif);
    color: #fff;
    font-size: 80%;
    float: right;
    line-height:20px;
    padding-left:20px;
    height:20px;
    width:70px;
}
/****************/
.homeCourse
{
    width: 259px;
}
.homeCourse ul
{
    margin-bottom: 40px;
}
.homeCourse li
{
    padding: 10px 20px 10px 20px;
}
.homeCourse li:hover
{	
	background: url(images/bg/homepage_academy_hover.gif) repeat-y;
}
.homeCourse li:hover em
{
	border-bottom: 1px solid transparent;
}
.homeCourse li.homeCourseExpert
{
    background: url(images/bg/homepage_academy.gif) no-repeat;
    font-family: 微软雅黑, 宋体;
    height: 47px;
    padding: 0 10px 0 20px;
    margin-top: -10px;
}
.homeCourse li.homeCourseExpert a
{
    color: #fff;
    font-size: 160%;
    line-height: 47px;
}
.homeCourse li a, .homeProduct li a
{
    color: #bebec0;
    line-height: 120%;
}
.homeCourse li em, .homeProduct li em
{
    border-bottom: 1px solid #333;
    color: #636363;
    display: block;
    line-height: 200%;
}
.homeCourse li.last em, .homeProduct li.last em
{
    border: none;
}
/****************/
.homeProduct
{
    background:none;
    width: 169px;
    margin-left: 10px;
}
.homeProduct .pic
{
    border-bottom: 1px solid #333;
    padding-bottom:10px;
}
.homeProduct .pic, .homeProduct .pic img
{
    height: 154px;
    width: 170px;
    overflow: hidden;
}
.homeProduct .findMore
{
    background: url(images/icon/icon_0.png) no-repeat 0 -131px;
    font-size: 90%;
    float:right;
    margin-top: 10px;
    padding-left: 15px;
}
.homeProduct ul
{
    position:absolute;
    top:295px;
}
.homeProduct li
{
    margin-bottom: 10px;
}
/****************/
.home .action
{
    background: url(images/homepage_button_bg.gif) no-repeat;
    display: block;
    line-height: 22px;
    text-align: center;
    height: 20px;
    width: 87px;
    position: absolute;
}
.home .action:hover
{
    color:#fff;
}
.homeParty .action, .homeEvent .action
{
    top: 23px;
    right: 10px;
}
.homeCourse .action
{
    right: 25px;
}
