body{
    background: url(../images/sub-bg.png) no-repeat center bottom;
}
.horizontal-gradient {
  background: linear-gradient(to right, #cc0100, #ffb422);
}
.aj-sys{
    background:url(../images/sys.jpg) no-repeat center;
  
    min-height:55px;
    width:100%
}
.aj-sys-1 {
    background: #0093c9;
    padding:5px;    
}
.aj-sys-2 {
    background: #ff9332;
    padding: 5px;
}
.aj-sys-3 {
    background: #3bc7c9;
    padding: 5px;
}
.aj-sys-a{
    margin:15px 0
}
.aj-sys-a a {
    display: block;
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
    padding: 15px 0;
    text-align: center;
   font-size:20px;
   font-weight:500;
}

.aj-new-title {
   border-bottom: 1px solid #0093c9;
   position:relative;
  
}
    .aj-new-title h2 {
             
        width: 120px;      
        padding:2px;
        padding-bottom:0;
        border: 1px solid #0093c9;
        border-bottom:none
    }

        .aj-new-title h2 span {
            background: #0093c9;
            display: block;
            color: #fff;
            padding: 8px 10px;
            text-align: center;
            font-size: 20px;
            font-weight:500;
        }
.aj-showmore{
    color:#666;
    position:absolute;
    right:10px;
    top:10px;
    font-size:14px;
    text-transform:uppercase
}
.aj-space {
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    padding-left:30px
}
.aj-status-dian {
    display:block;
    background: url(../images/dian.png) no-repeat 15px center;
}

.aj-li-style {
    background: url(../images/dian.png) no-repeat 0 10px;
    padding-left: 20px;
    margin: 25px 0;
}

.aj-xxx {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}