﻿.listTitle {
    width: 184px;
    height: 30px;
    background-color: #595959;
    text-align: center;
    margin: auto;
}

.titlespan {
    display: block;
    color: #ffffff;
    font-size: 14px;
    padding-top: 8px;
}

.listnav {
    width: 184px;
    margin: auto;
}

    .listnav ul {
        list-style: none;
        float: left;
        padding: 0px;
        margin: 0px;
    }

        .listnav ul li {
            width: 184px;
            background-image: url('../img/xwbg.jpg');
            text-align: center;
        }

            .listnav ul li a {
                display: block;
                height: 29px;
                width: 184px;
                text-decoration: none;
                color: #7f7f7f;
                line-height: 29px;
            }

                .listnav ul li a:hover {
                    background-color: red;
                    color: #ffffff;
                }

    .listnav .pType1 {
        display: none;
    }

.locationDiv {
    width: 500px;
    margin: auto;
    margin-top: 10px;
}

    .locationDiv a {
        color: #3f3f3f;
        text-decoration: none;
    }

        .locationDiv a:hover {
            color: #e40011;
        }

.lineDiv {
    width: 500px;
    height: 2px;
    overflow: hidden;
    background-color: #3f3f3f;
    margin: auto;
    margin-top: 5px;
}

.newsDiv {
    width: 480px;
    margin: auto;
    padding: 20px 10px 10px 10px;
    height: auto;
}

.news li {
    list-style: none;
    margin-bottom: 20px;
}

.news a {
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: black;
    margin-bottom: 3px;
}

.news span {
    line-height: 18px;
    color: #7f7f7f;
}

#dcontent {
    margin-bottom: 8px;
    line-height: 18px;
}

.products li {
    list-style: none;
    margin-bottom: 20px;
    min-height: 90px;
}

    .products li img {
        border: 0;
        height: 90px;
        width: 90px;
        margin-right: 20px;
    }

.products a {
    text-decoration: none;
    font-weight: bold;
    color: black;
    margin-bottom: 3px;
    float: left;
}

.products .title {
    width: 328px;
}

.products span {
    line-height: 18px;
    color: #7f7f7f;
}

.downs {
    margin-top: 20px;
}

.downs img {
    width: 71px;
    height: 98px;
    border: 0;
}

.downs li {
    list-style: none;
    margin-bottom: 20px;
    float: left;
}

.downs .img {
    float: left;
    margin-right: 5px;
}

.downs .title {
    width: 360px;
    float: left;
}

.downs a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    margin-bottom: 20px;
}

.page {
    float: right;
}

.page a {
    text-decoration: none;
    color: black;
}

.message {
    width: 500px;
    padding-top: 10px;
    text-align: left;
}
