/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-10-14, 12:12:26
    Author     : 闄堢繑
*/
.resume-type a{
    background: #EAF3F9 none repeat scroll 0% 0%;
    border:1px solid #DDD;
    margin-left:30px;
    font-size: 12px;
    white-space: nowrap;
    /*width: 90px;*/
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.resume-type a:hover{
    background: white none repeat scroll 0% 0% !important;
    color:#3567D8;
    border:1px solid #3567D8;
}
.resume-type a:nth-child(3n+1){
    margin-left:0px;
}
.h5-tip{
    border-top:1px solid #ccc;
    font-weight: bold;
}
#resumeList tr:nth-child(1){
    border-bottom: 2px solid #ddd;
}
#resumeList tr:nth-child(2) td{
    font-weight: bold;
}
#resumeList tr{
    border-bottom:1px dashed #aaa;
}
#resumeList tr:nth-child(1n+2) td:nth-child(1n+2){
    width:100px;
}
#resumeList tr:nth-child(1n+2) td:nth-child(1){
    width:30px;
    height:36px;
    /*background-image: url("http://static.54seaman.com/images/jt_person.gif");*/
    background-position: 10px center;
    background-repeat: no-repeat;
}
#resumeList td{
    height:36px;
}
#resumeList tr:nth-child(2n+4){
    background-color:#EAF3F9;
}
.resumeList-div{
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
#resumeList tr:nth-child(1n+3) a:hover{
    color:#3567D8;
}
#page{
    width:103%;
    position:relative;
    right:11px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #ccc;
}
.pagesize{
    padding: 20px 0 0 0;
    font-family: "Arial Black", Gadget, sans-serif;
    text-align: center;
}
.pagesize a{
    border: #dfdfdf 1px solid;
    border-left: none;
    text-decoration: none;
    background-color: #fff;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin: 0;
}
.pagesize a:first-child{
    border-left:1px solid #dfdfdf;
}
.pagesize a:not(:nth-child(1)){
    margin-left:-3px;
}
.pagesize input{
    border: 1px solid #dfdfdf;
    height: 34px;
    line-height: 34px;
    margin: 1px 5px 0;
    text-align: center;
    font-family: "Arial Black", Gadget, sans-serif;
}
.tab-content-active{
    background: #3567d8 !important;
    color: #fff;
}
#itemStuRank a:nth-child(2n+1){
    margin-left: 0px;
}
#itemStuRank a{
    margin-left: 30px;
}