body{
    background-color:#fff;
}
.top{
    width: 960px;margin: 0 auto 0 auto;
}
.bread-crumb{
    /*margin-top: -10px;
    margin-left: 102px;*/
    font-family: "simsun";
    font-size: 12px;
    color: #666666;
    line-height: 40px;
    height: 40px;   
}
.title{
    margin: auto auto 5px 10px;
    font-size: 16px;
}
.top-btn{
    height: 30px;
    margin-left: 65px;
    display: inline-block;
    border: none;
    border-radius: 10px;
}
.myapps{
    margin: 5px auto auto 20px;
}
.myapps hr{
    margin: 10px auto 10px auto;
    border: 1px solid #dcdcdc;
}
.myapps .num{
    font-weight:bold;
    font-style:normal;
    font-size: 18px;
    color:#CC0000;
}
/**应用管理、专区管理**/
.manager{
    width: 960px;
    margin: 0 auto 30px auto;
    background-color: #ffffff;
}
.app-list{
    width: 920px;
}
.app-list:after{
    content: '';
    clear: both;
    visibility: hidden;
    opacity: 0;
    display: block;
}
.app-item{
    width: 163px;
    height: 225px;
    margin: 0 21px 30px 0px;
    float: left;
}
.app-item .img-box{
    width: 163px;
    height: 128px;
    /*border: 1px solid #dcdcdc;*/
    border-radius: 0px;
}
.app-item .img-box img{
    width: 100%;
    height: 100%;
}
.app-item .app-name{
    height: 28px;
    text-align: center;
    /*padding: 10px 10px 0px 10px;*/
    line-height: 28px;
    word-wrap: break-word;
    word-break: break-all;
}
.app-item .app-name>span{
    font-size: 14px;
    height:40px;
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #333333;
}
/*在线使用a标签*/
.online-employ a.online-employ-href{
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 177px;
    height: 37px;
    line-height: 37px;
    /*background-color: #3dac69;*/
    color:#52B678;
    border:1px solid #52B678;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;

}
.online-employ a.online-employ-href:active,.online-employ a.online-employ-href:focus{
    outline: none;
    text-decoration: none;
}
.online-employ a.online-employ-href:hover{
    background-color:#52B678;
    color: white;
    text-decoration: none;
}
