@charset "utf-8";
 
#it_listtype {position:relative; width:100%;  text-align:left;}

#it_listtype ul {margin: 0;padding:0; list-style:none;overflow:hidden;}
#it_listtype li {margin: 0;padding: 0;display: block;border-bottom: 1px solid #e3e3e3;} 
#it_listtype li a {display: inline-block;color: #555;font-size: 16px;line-height: 70px;font-weight: normal;padding: 0 10px;}
#it_listtype li a:hover { color:#000; }
#it_listtype li a span {display: inline-block;background: #333;color: #fff;font-size: 13px;line-height: 20px;padding: 0 7px;font-weight: normal;margin-right: 7px;border-radius: 10px;}

.datetime {float: right;line-height: 70px;color: #999;font-size: 13px;}