.col-right li{float:right;padding-left: 1em;text-align: center;}
#myContent{margin:1em 11%;}
.input-file{position: relative; width: 120px; height: 30px; background: #eee; border: 1px solid #ccc; text-align: center; cursor: pointer;left: 244px; }
.input-file span{display: inline-block; margin-top: 0px; color: #666; font-family: "黑体"; font-size: 18px;}


#file { 
display: block; 
position: absolute; 
top: 0; 
left: 0; 
width: 120px; /* 宽高和外围元素保持一致 */ 
height: 30px; 
opacity: 0; 
-moz-opacity: 0; /* 兼容老式浏览器 */ 
filter: alpha(opacity=0); /* 兼容IE */ 
} 



.upfile {}
.upload {background: #00aadd;margin-top: 1em;color: #fff;font-size: 1.2em;height: 2.5em;text-align: center;width: 50%;margin-left: 25%;border: none;}
.fore{overflow: hidden;border-bottom:1px solid #DDDDDD;padding-top: 20px;padding-bottom: 10px;}
.fore a{width:100%;color:#A3A3A3;display:block;font-size:1.6em;text-decoration: none;}
.fore a{color:#A3A3A3;height: 2em;line-height: 2em;}
.fore i{float:right;padding-right:15px;font: 400 18px/18px consolas;margin-top: 8px;color:#A3A3A3;}