@charset "utf-8";
/* Menu style */
#timeline{width:100%;margin:40px auto 0 auto;position:relative;}
#dates{width:100%;overflow:hidden;margin-bottom: 30px;}
#dates>li{float:left;width:70px;font-size:16px;text-align:center;}
#dates a{color:#CACACA;width:70px;display:block;padding-top: 5px;position: relative}
#dates a:after{
    content: "";
    position: absolute;
    width:30px;
    height:1px;
    background:url("../images/icons/sjztimeline.png") repeat;
    right:-13px;
    top:15px;
}
#dates a.selected{color:#F3BB03;background:url(../images/icons/sjzdoton.png) no-repeat center top;}
#issues{width:100%;overflow:hidden;}
#issues>li{width:525px;list-style:none;float:left;}
.xshdtit{font-size: 16px;color:#F0F0F0;display: block;margin-bottom: 15px;overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;background: url("../images/icons/xsbs.png") no-repeat left 10px;padding-left: 20px;}
p.zjr{font-size: 13px;color:#B9C3D6;padding-left: 33px;position: relative;}
.xstime{font-size: 13px;color:#B9C3D6;padding-left: 33px;position: relative;padding-top: 13px;}
p.zjr i{position: absolute;top:0;left:0;width:16px;height:18px;background: url("../images/icons/zjricon.png") no-repeat;}
p.xstime i{position: absolute;top:13px;left:0;width:16px;height:18px;background: url("../images/icons/timeicon.png") no-repeat;}

span.zjr{font-size: 13px;color:#B9C3D6;padding-left: 20px;position: relative;margin: 0px 15px 0px 0px;}
.xstime{font-size: 13px;color:#B9C3D6;padding-left: 20px;position: relative;padding-top: 13px;margin-right: 15px;}
span.zjr i{position: absolute;top:0;left:0;width:16px;height:18px;background: url("../images/icons/zjricon.png") no-repeat;}
span.xstime i{position: absolute;top:13px;left:0;width:16px;height:18px;background: url("../images/icons/timeicon.png") no-repeat;}

span.xsdd{font-size: 13px;color:#B9C3D6;padding-left: 20px;position: relative;margin:0px 10px 0px 0px;}
span.xsdd i{position: absolute;top:0;left:0;width:16px;height:18px;background: url("../images/icons/hdddicon.png") no-repeat;}



#issues ul{margin-top: -30px;}
#issues ul li{margin-top: 30px;}