﻿/*大标题*/
.re_bg_title
{
    width: 800px;
    height: 50px;
    background-image: url(../images/Recruitment.gif);
    background-repeat: no-repeat;
}
/*内容*/
.re_content
{
      width: 758px;
    height:auto;
    
}
.re_content h3
{
margin-top:20px;
}
.re_content ul
{ list-style-type:none;padding-left: 56px; }
.re_content ul li
{ height:25px; line-height:25px;background-image: url(../images/left_menu_li_back.png);background-position: left;
background-repeat: no-repeat;padding-left: 12px; }
.re_content a
{ text-decoration:none; color:Black;}
.re_content a:hover
{
    color:Red;
}
 .re_content span
{
    float:right;
}