/*通用公用样式*/
*{ margin: 0px; padding: 0px; }
img, input, button { border: none; outline: none; }
a { color: #333333; }
a:hover { color: #ad1616; cursor: pointer; text-decoration: none; }
ul li, ol li { list-style-type: none; }
body { background-color: #ffffff; font-family: "microsoft Yahei"; }
.fl { float: left; }
.fr { float: right; }
.clearfix { zoom: 1; }
.clearfix:after { content: "020"; height: 0px; display: block; overflow: hidden; clear: both; }
/*去除系统默认样式*/
body{background: url(2021121020205967624.jpg) center 0px no-repeat;}
.main{width: 1200px;margin: 400px auto 0;background: #FFFFFF;}
.main_top{
	width: 1200px;
	height: 60px;
	line-height: 60px;
	background: #0d93d6;
	color: #FFF;
    font-size: 24px;
    padding-left: 25px;
}
.main_list{
	width: 1200px;
}
.sjdlb li{
	line-height: 56px;
    height: 56px;
    float: left;
    width: 1200px;
    border-bottom: 1px #CCC dashed;
    background: url(dian.png) 10px center no-repeat;
    padding: 0px 25px;
    overflow: hidden;
}
.sjdlb li a{
	display: inline-block;
    float: left;
    width: 920px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
}
.sjdlb li span{
	float: right;
    color: #999;
    font-size: 18px;
}
