.module {
    margin-bottom: 20px;
    background: url("/static/www/image/public/bd_bg.gif") center bottom repeat-y;
    background-size: contain;
}

.module:before {
    display: block;
    width: 100%;
    height: 14px;
    content: '';
    background: url("/static/www/image/public/hd_bg.gif") center top no-repeat;
    background-size: cover;
}

.module:after {
    display: block;
    width: 100%;
    height: 14px;
    content: '';
    background: url("/static/www/image/public/ft_bg.gif") center -2px no-repeat;
    background-size: cover;

}

.mod-list {
    color: #8a4626
}

.mod-list .hd {
    padding: 10px 0;
    line-height: 36px;
    text-align: center
}

.mod-list .hd h1 {
    font-weight: bold;
    font-size: 20px
}

.mod-list .hd span, .mod-list .hd img {
    vertical-align: middle
}

.mod-list .hd img {
    opacity: 0.7
}

.mod-list .bd {
    margin-bottom: 25px
}

.mod-list .bd ul {
    margin: 0 10px;
    overflow: hidden
}

.mod-list .bd li {
    float: left;
    width: 33.33%
}

.mod-list .bd .item {
    margin: 0 5px 10px;
    padding: 4px;
    background: #915234;
    overflow: hidden
}

.mod-list .bd .item .pic {
    float: left;
    width: 80px
}

.mod-list .bd .item .pic img {
    width: 80px;
    height: 120px
}

.mod-list .bd .item .info {
    height: 118px;
    padding: 0 15px;
    margin-left: 84px;
    border: 1px solid #d0ad9a
}

.mod-list .bd .item .info p {
    line-height: 20px;
    color: rgba(255, 255, 255, 0.8)
}

.mod-list .bd .item .info p.title {
    line-height: 36px;
    font-weight: bold;
    font-size: 18px;
    color: #fff
}

.mod-list .bd .item .info p.link {
    margin-top: 5px;
    text-align: right
}

.mod-list .bd .item .info p a {
    color: rgba(255, 255, 255, 0.8)
}

.mod-list .bd .item .info p a:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    position: relative;
    top: -1px;
    content: '';
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mod-list .ft {
    margin: 0 20px 25px
}

.mod-list .ft p {
    margin-bottom: 12px;
    line-height: 22px;
    text-indent: 2em
}

    @media screen and (max-width: 799px) {
        .mod-list .hd {
            padding: 5px 0
        }

        .mod-list .hd h1 {
            font-size: 16px
        }

        .mod-list .hd img {
            width: 16px;
            height: 16px
        }

        .mod-list .bd {
            margin-bottom: 15px
        }

        .mod-list .bd li {
            float: none;
            width: auto
        }

        .mod-list .bd .item {
            margin: 0 2px 4px
        }

        .mod-list .bd .item .info p.title {
            line-height: 32px;
            font-size: 16px
        }

        .mod-list .ft {
            margin: 0 15px 20px
        }

        .mod-list .ft p {
            line-height: 20px
        }
    }
