@charset "gb2312";
/* CSS Document */

/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p,
blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */

th, td, /* table elements 表格元素 */
img/* img elements 图片元素 */{
border:medium none;
margin: 0;
padding: 0;
}
/** 设置默认字体 **/
body{ font-family: Tahoma,"宋体",Arial,Helvetica,Arial,sans-serif;}
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
em{font-style:normal;}
/** 重置列表元素 **/
ul, ol { list-style: none;}
/** 重置超链接元素 **/
a:link {
  color: #666;
  text-decoration: none;
  font-family:Arial,"宋体", Helvetica, sans-serif;
}
a:visited {
  color: #666;
  text-decoration: none;

}
a:hover {
  color: #ff7300;
  text-decoration: none;
}
/** 重置图片元素 **/
img{ border:0px;}
/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/**/
iframe{ border:none; margin: 0; padding: 0;}

/* 清理浮动 */
.clearfix:before, .clearfix:after {
    content:"";
    display:table;
}
.clearfix:after{
    clear:both;
}
.clearfix{
    *zoom:1;/*ie6,7*/
}
.tInner{ padding:10px;}

.navbt a{ font-size:12px; color: #333;}


/** 精英竞拍会 **/
.btitle a.c_sblue{font-size:14px;color:#407bd5}
.btitle a.c_sblue:hover{color:#ff7300}

.clist .c label,.clist .c .p1 a{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.clist .c{padding:11px 20px 11px 22px;border-top:1px dotted #bababa}
.clist .c:first-child{border-top:0 none}
.clist .c .p1{position:relative;padding:0 110px 0 40px}
.clist .c label{position:absolute;max-width:100px;color:#ff831f;top:0;right:0}
.clist .c em{position:absolute;width:30px;height:30px;top:0;left:0;background:url(http://img01.51jobcdn.com/im/jobs/icon_jobs.png) no-repeat}
.clist .c .p1{line-height:30px}
.clist .c .p1 a{display:block;width:100%;font-weight:bold;color:#333}
.clist .c .p1 a:hover{color:#ff7300}
.clist .c .p2{line-height:18px;color:#5e5e5e}
.clist .c.c1 em{background-position:0 -30px}
.clist .c.c2 em{background-position:0 -60px}
.clist .c.c3 em{background-position:0 -90px}