﻿#layout-app {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.layout-header .header-logo {
    height: 18px;
}

.layout-header .logo-box {
    margin-top: 22px;
}

.logo-desc {
    height: 29px;
}

.fixed-aside {
    width: 117px;
    height: 348px;
    font-size: 12px;
    background-color: #c81119;
    position: fixed;
    right: 3%;
    bottom: 87px;
    z-index: 999;
    padding: 30px 9px 9px 9px;
    box-sizing: border-box;
}

    .fixed-aside .qr-code img {
        width: 91px;
    }

    .fixed-aside .qr-code {
        color: #fff;
        text-align: center;
        line-height: 14px;
        margin-top: 11px;
        cursor: pointer;
    }

        .fixed-aside .qr-code p {
            margin-top: 8px;
            font-size: 12px;
            color: #fff;
        }

.aside-list li {
    padding-left: 14px;
    text-align: left;
    border-bottom: dotted 1px #000;
    line-height: 26px;
    height: 26px;
    margin-top: 4px;
    background: url(../images/list.png) no-repeat left 11px;
}

    .aside-list li a {
        color: #fff;
        font-size: 12px;
        line-height: 26px;
    }

.fixed-aside-inner {
    position: relative;
}

    .fixed-aside-inner .aside-icon {
        width: 116px;
        position: absolute;
        top: -115px;
        left: -9px;
    }

.main-box {
    width: 100%;
    background-color: #f9bf5d;
    position: relative;
    /* background-image: url(./images/honor_bg.png); */
    background-image: url(../images/honor_bg2.png);
    background-repeat: no-repeat;
    background-position: top center;
    height: auto;
    overflow: hidden;
}

    .main-box .banner-box {
        text-align: center;
        background-repeat: no-repeat;
        height: 623px;
        width: 100%;
        background-position: center center;
        margin: 0px auto;
    }

    .main-box .door-box {
        width: 1045px;
        background-repeat: no-repeat;
        height: auto;
        margin: 0px auto;
        margin-top: 120px;
        position: relative;
    }

.door-box .list-box {
    width: 1045px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    padding-bottom: 20px;
}

.list-box .items-box {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 15px;
    position: relative;
}

.items-box {
    margin-bottom: 10px;
}

    .items-box .title-box {
        width: 100%;
        margin: 0px auto;
        height: 40px;
        position: relative;
    }

.title-box .title-txt {
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #c3c3c3;
    color: #a10001;
}

.title-box .title-date {
    position: absolute;
    bottom: 0px;
    right: 10px;
    font-size: 14px;
}

.item-header {
    width: 100%;
    height: 40px;
    background-color: #f6a940;
}

    .item-header .item-col,
    .item-box .item .item-col {
        display: block;
        width: 20%;
        float: left;
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        color: #666;
    }

.item-header {
    margin-top: 20px;
}

    .item-header .item-col {
        color: #fff;
    }

.item-box {
    background-color: #fff;
    height: 360px;
}
#item-box3 .item-box {
    background-color: #fff;
    height: 480px;
}

    .item-box .item {
        height: 59px;
        line-height: 59px;
        border-bottom: 1px solid #c3c3c3;
    }

        .item-box .item .item-col {
            height: 59px;
            line-height: 59px;
        }

        .item-box .item:last-child {
            border-bottom: none;
        }

        .item-box .item .item-col .follow-btn {
            width: 70px;
            height: 30px;
            line-height: 30px;
            background-color: #a10001;
            display: inline-block;
            color: #fff;
            cursor: pointer;
        }

            .item-box .item .item-col .follow-btn:hover {
                background-color: #880202;
            }

            .item-box .item .item-col .follow-btn.followed {
                background-color: #999;
                color: #fff;
            }

.more-box {
    width: 100%;
    height: 30px;
}

    .more-box .more-btn {
        width: 80px;
        height: 30px;
        display: block;
        float: right;
        font-size: 14px;
        text-decoration: none;
        color: #337ab7;
        line-height: 30px;
        text-align: right;
    }

        .more-box .more-btn:hover {
            color: #666;
            text-decoration: underline;
        }

#item-box1 {
    height: 300px;
    overflow: hidden;
    position: relative;
}
#item-box2 {
    height: 360px;
    overflow: hidden;
    position: relative;
}
#item-box3 {
    height: 480px;
    overflow: hidden;
    position: relative;
}

.line-bg {
    display: block;
    height: 5px;
    background-color: #fff;
    width: 1005px;
    position: absolute;
    bottom: 30px;
    left: 20px;
    z-index: 9;
}


.door-floot-box {
    width: 100%;
    /*  background-color: rgba(248, 147, 129, .4); */
    height: 95px;
}

    .door-floot-box .copy-txt {
        display: block;
        height: 30px;
        text-align: left;
        font-size: 14px;
        color: #fff;
        line-height: 30px;
        box-sizing: border-box;
        padding-left: 22px;
        padding-top: 21px;
    }

.floot-bg-box {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-image: url('../images/honor_footer.png');
    background-repeat: repeat-x;
    height: 51px;
}
.item-activity {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}