
/*---reset---*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin:0;padding:0;}
* focus {outline: none;margin: 0;padding: 0;}
a:focus { outline: none;}
/*table {border-collapse:collapse;border-spacing:0;}*/
fieldset, img {border:0;}
address, caption, cite, code, dfn, em, strong, th, var {font-style:normal;}
li {list-style:none;}
caption, th {text-align:left;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
input, textarea, select {font-family:inherit;font-size:inherit;font-weight:inherit;}
legend {color:#000;}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix{display:inline-block;}
.clearfix {display:block;}
.clean {clear:both;}
a{ outline:none;text-decoration:none;}
a{ color:#333435; }
a:hover { color:#e23a0a;}
.fl {float:left;}
.fr {float:right;}
/*---layout---*/
body {margin:0 auto;font:12px/22px 'Microsoft Yahei','\5b8b\4f53',微软雅黑, Arial, Lucida Grande, Tahoma, sans-serif;color:#131313; background-color:#fafafa;}
#navmenu{font-size:14px;position:relative;z-index:10; width:800px; margin:0 auto; height:35px; border-radius:5px;}
#navmenu ul {float:left;padding:0 2px 0 0;}
#navmenu ul li {float:left;height:35px;line-height:30px;position:relative;padding:2px 0 0 2px;/*一级背景条竖向高度*/}
#navmenu ul li a {padding:0 15px 0 15px;color:#ffffff;float:left;
    height: 30px;
}
#navmenu ul li a:hover{color:#fff; text-shadow: 1px 1px 1px #000000; background-color:#092d3b; border-radius:3px;/*一级背景色块颜色*/}
#navmenu ul li ul{position:absolute;top:33px;left:0;width:150px;background:#006d96;filter:alpha(opacity=90);opacity:.9;-moz-opacity:.9;display:none;/*二级深色背景色*/}
#navmenu ul li ul li {background:none;float:left;border-bottom:1px #ffffff solid;padding: 4px;display:block;width:144px;margin-left:0px;/*白线的长度*/}
#navmenu ul li ul li a{float:none;border-radius:5px;color:#ffffff;display: block;font-size: 14px;line-height:25px;padding:4px 10px;width:124px;/*二级浅色色块*/}
#navmenu ul li ul li a:hover{background:#08a5e0;}
/*#navmenu ul li ul li ul{position:absolute;top:0;left:415px;width:50px;background:#3a3a3a;filter:alpha(opacity=90);opacity:.9;-moz-opacity:.9;display:none;}
#navmenu ul li ul li ul li{background:none;float:left;border-bottom:1px #535252 solid;padding: 4px;display:block;width:100px;margin-left:2px;}
#navmenu ul li ul li ul li a{float:none;border-radius:5px;color: #CFC5AC;display: block;font-size: 14px;line-height:30px;padding:3px 10px;width:90px;}
#navmenu ul li ul li ul li a:hover{background:#1A1A1A;}*/




/*院校分类*/
/* selectNumberScreen */
.selectNumberScreen{width:1005px;height:240px;margin:20px auto;}/*最外面宽度*/
.screenBox dl{border-bottom:#e6e6e6 1px dashed;width:1005px;overflow:hidden}/*虚线宽度*/
.screenBox dl.noborder{border-bottom:0px;border-left:0px;border-top:0px;border-right:0px}
.screenBox dl.goodstype{border-bottom:#e6e6e6 1px dashed}
.screenBox dl dt{float:left;height:30px}
.screenBox dl dt{text-align:right;width:80px;height:35px;font-weight:600;padding-top:12px}
.screenBox dl dd{position:relative;padding-bottom:5px;padding-left:0px;width:925px;padding-right:0px;float:left;height:65px;overflow:hidden;padding-top:7px}
.screenBox dl dd a{line-height:14px;margin:9px 12px 0px 0px;display:inline-block;color:#36c;overflow:hidden;text-decoration:none}
.screenBox dl dd a:hover{background:#39c;color:#fff}
.screenBox dl dd a.selected{background:#39c;color:#fff}
.screenBox dl dd span.more{position:absolute;width:39px;display:block;height:14px;top:6px;cursor:pointer;right:1px}
.screenBox dl dd span.more label{display:inline-block;cursor:pointer}
.hasBeenSelected{border:#b2d1ff 1px solid;padding:2px;width:1000px;margin-top:10px;overflow:hidden;}/*篩選后顯示框*/
.hasBeenSelected dl{width:1005px;background:#f6f8fd;overflow:hidden}
.hasBeenSelected dl dt{float:left}
.hasBeenSelected dl dd{float:left}
.hasBeenSelected dl dt{text-align:right;line-height:36px;width:80px;height:36px;font-weight:600}
.hasBeenSelected dl dd{padding-bottom:4px;padding-left:0px;width:920px;padding-right:0px;padding-top:0px}
.selectedInfor{border-bottom:#f60 1px solid;position:relative;border-left:#f60 1px solid;padding-bottom:1px;margin:5px 10px 0px 0px;padding-left:5px;padding-right:20px;display:block;white-space:nowrap;background:#fff;float:left;height:23px;border-top:#f60 1px solid;border-right:#f60 1px solid;padding-top:1px}
.selectedInfor label{color:#f60}
.eliminateCriteria{line-height:21px;margin-top:7px;width:125px;float:left;color:#f60;cursor:pointer;font-weight:600}/*清除筛选条件*/
.selectedInfor em{background:url("../images/close.gif") no-repeat;cursor:pointer;display:block;height:13px;overflow:hidden;position:absolute;right:2px;top:6px;width:13px;}/*关闭按钮*/