﻿
#main-container {
    min-height: calc(100vh - 160px);
    background-color: transparent;
}
.container-background {
    background-image: none;
}
    #main-container .header {
        padding: 20px;
        font-size: 16px;
        color: #707070;
    }

        #main-container .header .select {
            width: 120px;
            margin-left: 20px;
            padding-left: 10px;
            color: #268396;
        }



#divList {
    text-align: left;
    width: 97%;
    height: 1950px;
}

    #divList .item {
        width: 250px;
        height: 380px;
        float: left;
        margin: 8px;
        background-color: #FFF;
        box-shadow: -1px 5px 12px 2px #888888;
        position: relative;
    }

        #divList .item .img {
            width: 200px;
            height: 250px;
            margin: 10px auto;
            text-align: center;
        }

        #divList .item .title {
            color: #18A8C6;
            font-size: 14px;
            font-weight: bolder;
            padding-top: 6px;
            padding-left: 5px;
        }

        #divList .item .detail {
            padding-left: 15px;
            color: #484848;
            font-size: 14px;
            padding-top: 10px;
            cursor: pointer;
        }

        #divList .item .department {
            color: #484848;
            font-size: 14px;
            padding-left: 5px;
            cursor: pointer;
        }

        #divList .item .directions {
            color: #4A4732;
            font-weight: 800;
            font-size: 14px;
            padding-top: 10px;
            padding-left: 5px;
            cursor: pointer;
        }

        #divList .item .data {
            padding-left: 15px;
            position: absolute;
            bottom: 10px;
        }

    #divList a img {
        height: 250px;
    }