/* 本地特色样式 */
.app {
    width: 120px;
    height: 120px;
    background-color: #0f6bd9;
    display: inline-block;
    text-align: center;
    margin-right: 6px;
}

#main .box {
    width: 948px;
    overflow: hidden;
}

#main .content {
    white-space: nowrap;
}

.app:hover {
    background-color: #0f5ab4;
}

.app a {
    color: white;
}

.app .img {
    margin-top: 15px;
}

.app .img img {
    width: 56px;
    height: 56px;
}

.app .title {
    padding: 5px 10px;
    font-size: 13px;
    white-space: normal;
}

#main {
    width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    clear: both;
}

.left {
    float: left;
    background: url("/static/images/dfts/row_left_up.png") no-repeat;
    cursor: pointer;
    width: 23px;
    height: 120px;
}

.right {
    position: absolute;
    top: 0;
    right: 0;
    float: right;
    background: url("/static/images/dfts/row_right_up.png") no-repeat;
    cursor: pointer;
    width: 23px;
    height: 120px;
}