/*审计师终极列表页面*/

/*左侧标题列表*/
.leftbox {
width:688px;
float:left;
overflow:hidden;
border:1px #67A4D6 solid;
}
h2.lanmuh {
background:url(/images/template/bg_sortTit.jpg) no-repeat;
padding-left:15px;
color:#333;
height: 30px;
position: relative;
}
.sortName {
font-size: 14px;
color: #FFF;
font-weight: bold;
position: absolute;
left: 28px;
top: 4px;
}
#listTit { padding:18px 15px 20px; 
}
#listTit ul { padding:20px 0; margin:0 0 0 5px; border-bottom:1px #999 dashed;}
#listTit ul li{
padding-left:10px;
background: url(/images/template/li_dot.gif) no-repeat 0 8px;
line-height:25px;
overflow:hidden;
text-align:left;
font-size:14px;
position: relative;
}
#listTit ul li span {
line-height:25px;
margin-left:10px;
font-size:12px;
color:#666;
position: absolute;
right: 0px;
top: 3px;
}
/*考试动态*/
#dongtai { padding:18px 15px 20px;}
#dongtai .newsList { padding:20px 0; margin:0 0 0 5px; border-bottom:1px #999 dashed;}
#dongtai .newsList li{
padding-left:10px;
background: url(/images/template/li_dot.gif) no-repeat 0 8px;
line-height:25px;
overflow:hidden;
text-align:left;
font-size:14px;
position: relative;
}
#dongtai .newsList li span {
line-height:25px;
margin-left:10px;
font-size:12px;
color:#666;
position: absolute;
right: 0px;
top: 3px;
}

/*页码按钮*/
.showPage { display:block; position:static; 
margin: 30px 10px 20px;
padding-top: 12px;
text-align: center;
border-top:1px dotted #ccc;
font-size: 12px;
}
.showPage select { margin-bottom: -3px; }
.showPage a {
font-size: 12px;
border: 1px solid #ccc;
border-top-color:#FFF;
border-left-color:#FFF;
padding: 4px 4px 2px;
background-color: #F0F0F0;
margin:0 0 0 5px;
}
.showPage a:hover {
background-color: #ccc;
color: #FFF;
text-decoration: none;
border-color: #526426;
border-top-color:#FFF;
border-left-color:#FFF;
}

/*城市列表*/
.cities { margin:0 10px 0 20px}
.cities h3{ font-size:14px; margin-bottom:5px; text-align:center;}
.cities ul li{ display:block; float:left; width:6.2%; padding:2px 0; margin:0 0 5px; background:#e5e5ee5}
.cities font{ font-size:12px}

/*右栏背景*/
#contBox {
background:url(/images/template/bg_right.gif) repeat-y right 0;
width: 960px;
overflow: hidden; 
position: relative;
display: inline-block;
display: block;
}

/*左右两列div高度相等*/
#contBox:after {
content: '[DO NOT LEAVE IT IS NOT REAL]';
display: block;
height: 0px;
clear: both;
visibility: hidden;
} 
.leftbox , .right { 
padding-bottom: 32767px !important; 
margin-bottom: -32767px !important; 
} 
@media all and (min-width: 0px) { 
.leftbox , .right { 
padding-bottom: 0 !important; 
margin-bottom: 0 !important; 
} 
.leftbox :before, .right:before { 
content: '[DO NOT LEAVE IT IS NOT REAL]'; 
display: block; 
background: inherit; 
padding-top: 32767px !important; 
margin-bottom: -32767px !important; 
height: 0; 
} 
}
/*单线*/
.line1px {
height: 0px;
width: 690px;
position: absolute;
left: 0px;
bottom: 0px;
border-bottom: 1px solid #67A4D6;
}
/*网校名师列表*/
.teacherList{ margin:20px 0 0}
#listTit .teacherList li{ margin-top:10px; padding-bottom:10px; background:none; }
.teacherList .photo{ float:left; padding:5px; border:#ccc 1px solid; margin-right:10px}
.teacherList .photo img{ width:160px; height:130px}
.teacherList .info{ margin-top:0;_margin-top:-30px}
.teacherList .teacherName{ height:15px; font-weight:bold; margin-bottom:10px}
.teacherList p.teacherInfo{ line-height:160%}
.teacherList p.teacherInfo a{ font-size:12px}
