.info {
    font-size: 16px;
    /*color: #0c8ba0;*/
}

.button {
    margin-left: 30%;
}

.decode {
    margin-left: 30px;
}

a:link, a:visited {
    text-decoration: none;
}

.mock-jobs-item {
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    text-align: center;
    width: 220px;
    height: 170px;
    padding: 20px 10px;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.mock-jobs-list {
    /*font-size: 0;*/
    /*margin-right: -30px;*/
    width: 1000px;
    margin-left: 22%;
}

.clearfix {
    display: block;
    zoom: 1;
}

.resource-mod {
    width: 1000px;
    /*height: 1000px;*/
}

.resource-mod .resource-mod-hd {
    font-size: 18px;
    color: #25bb9b;
    margin-bottom: 15px;
    padding: 0 25px;
}

.resource-sub-mod .hd {
    font-size: 16px;
    margin-bottom: 10px;
}

.mock-jobs-img {
    margin-top: 15px;
}

.mock-jobs-img img {
    width: 80px;
    height: 80px;
}

.nk-container .nk-bar {
    width: 180px;
    margin-right: 20px;
    max-height: 500px;
    overflow-y: auto;
}

.sub-cont {
    font-size: 14px;
    display: block;
    color: #888;
}

.resource-nav .resource-sub-nav {
    /*display: none;*/
    line-height: 40px;
    text-align: center;
}

.resource-nav .resource-nav-cont {
    cursor: pointer;
    font-size: 18px;
    line-height: 50px;
    text-align: right;
    padding: 0 10px;
}

.nk-container .nk-bar {
    width: 180px;
    margin-right: 20px;
    max-height: 500px;
    overflow-y: auto;
}

.special_new {
    text-align: center;
    font-size: 20px;
    color: #353535;

    width: 75%;
    margin: 0 auto;
    animation: changeshadows 3s ease-in infinite;
    /* 其它浏览器兼容性前缀 */
    -webkit-animation: changeshadows 3s linear infinite;
    -moz-animation: changeshadows 3s linear infinite;
    -ms-animation: changeshadows 3s linear infinite;
    -o-animation: changeshadows 3s linear infinite;
}
.special_new .small-font{
    font-size: 15px;

}

@keyframes changeshadows {
    0% {
        text-shadow: 0 0 5px #c173b8
    }
    50% {
        text-shadow: 0 0 20px #c1b1b9
    }
    100% {
        text-shadow: 0 0 5px #c18abc
    }
}

.content-container{
    width: 400px;
    height: 100%;
    margin: 100px auto;

}
.cs-inline-group{
    display: flex;
}
.cs-inline-group *{
    flex: 1;
}

