@charset "utf-8";
/* selectNumberScreen */
.selectNumberScreen{width:720px;height:240px;margin:20px auto;}
.screenBox dl{width:720px;overflow:hidden; height:auto; margin-top:10px;}

.screenBox dl dt{float:left;height:55px}
.screenBox dl dt{text-align:center;width:100px;height:55px;font-weight:600; line-height:55px; background:#0a1f7c; color:#FFF; font-size:14px;}

.screenBox dl dd{position:relative;width:600px;float:left;overflow:hidden; height:53px; border:1px solid #CCC; border-left:none; padding-left:10px; line-height:14px; font-size:14px;}
.screenBox dl dd a{ line-height:14px; margin:7px 25px 0px 0px;display:inline-block;color:#666;overflow:hidden;text-decoration:none}
.screenBox dl dd a:hover{background:#39c;color:#fff}
.screenBox dl dd a.selected{background:#39c;color:#fff}

