﻿.nav_list {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 35px;
    background-image: url(/IMAGES/SLIDE_SHOW_BG1.jpg);
    background-position: center -157px;
    background-repeat: repeat-x;
}

    .nav_list .text {
        color: #FFFFFF;
        letter-spacing: 0px;
        line-height: 32px;
        margin-left: 20px;
        font-size: 12px;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
    }

        .nav_list .text h2 {
            margin: 0px;
            padding: 0px;
            font-size: 12px;
            font-weight: bold;
        }

            .nav_list .text h2 a {
                text-decoration: none;
                color: #FFFFFF;
            }

                .nav_list .text h2 a:hover {
                    text-decoration: none;
                    color: #FF0;
                }

.content {
    float: left;
    display: block;
    overflow: hidden;
    width: 980px;
    margin-top: 10px;
}

    .content ul {
        list-style-type: none;
        padding: 0px;
        margin: 0px;
    }

        .content ul li {
            display: block;
            overflow: hidden;
            float: left;
            width: 230px;
            height: 255px;
            margin-left: 12px;
            margin-bottom: 10px;
            background-color: #EFEFEF;
        }

            .content ul li a {
                display: block;
                overflow: hidden;
                text-decoration: none;
                color: #222222;
            }

                .content ul li a .photo {
                    width: 220px;
                    height: 176px;
                    overflow: hidden;
                    display: block;
                    margin: 0px auto;
                    border: 5px solid #CFCFCF;
                    background-color: #EFEFEF;
                    background-image: url(/IMAGES/loading2.gif);
                    background-repeat: no-repeat;
                    background-position: center center;
                }

                .content ul li a .title {
                    height: 60px;
                    display: block;
                    overflow: hidden;
                    margin: 5px;
                    font-size: 14px;
                    line-height: 20px;
                    font-weight: bold;
                    letter-spacing: 0px;
                }

                .content ul li a:hover {
                    background-color: #b9ced1;
                }

                    .content ul li a:hover .photo {
                        border: 5px solid #5a878d;
                    }

                    .content ul li a:hover .title {
                        color: #000000;
                    }

@media screen and (min-width: 0px) and (max-width: 1000px) {
    .content {
        width: 98%;
        margin: 5px 1%;
    }

        .content ul li {
            float: none;
            width: 100%;
            height: auto;
            margin: 5px 0;
        }

            .content ul li a .photo {
                width: 100%;
                height: auto;
                box-sizing: border-box;
            }

                .content ul li a .photo img {
                    width: 100%;
                    height: auto;
                }
}