@charset "utf-8";
/* CSS Document */
*{ padding:0px; margin:0px; font-family:"微软雅黑"}
body{ font-size:14px; color:#333;}
li{ list-style:none;}
.td_title{ height:30px; line-height:30px; background:#f7f9ff;color:#0071bd}
.td_xx{ height:40px; line-height:40px;}
.td_xx td{ border-bottom:1px dashed #cccccc;}
td.zt{white-space: nowrap;overflow: hidden;text-overflow: ellipsis; padding-left:10px;}
td.zt a:hover{color:#a10000;}
td.zx span{ text-align:center; background:#d8edf5;color:#329bc9; margin:0px auto; display:block; width:50px; height:25px; line-height:25px;}
td.colo1 span{ background:#f4f3d5;color:#698c00}

.zx_div{ width:695px;}
.clear{ clear:both;}
.zt_center{ text-align:left;}
.zx_div li.li_title{height: 30px;line-height: 30px;background: #f7f9ff;color: #0071bd;}
.zx_div li.li_title span{line-height: 30px; background:none; color:#0071bd; margin-top:0px;}
.zx_div span{ float:left; display:block; width: 50px; text-align:center;background: #d8edf5; height:25px; line-height:25px; margin-top:8px; margin-left:10px;color:#329bc9}
.zx_div li{ height:40px; border-bottom:1px dashed #ddd; line-height:40px;}
.zx_div li span.colo1{ background:#f4f3d5;color:#698c00}
.zx_div li a{display:block; text-align:center; float:left;font-style:normal; width:377px;}
.zx_div li strong{ float:left; display:block; width:60px; text-align:center; font-weight:normal;}
.zx_div li b{ font-weight:normal; width:90px; display:block; text-align:center; float:left;}
.zx_div li font{ display:block; width:108px; text-align:center; float:left;}

@media (max-width: 700px){
	.zx_div{ width:auto;}
	.zx_div li a{ white-space: nowrap;overflow: hidden; text-overflow: ellipsis; width:20%}
	.zx_div li b{ width:20%; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
	.zx_div li strong{ width:20%; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
	.zx_div li font{ width:20%; white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
}