﻿/*信息列表*/
.infoClassTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

    .infoClassTitle h1 {
        width: 100%;
        height: 40px;
        line-height: 40px;
        overflow: hidden;
        font-size: 30px;
        font-weight: bold;
    }

    .infoClassTitle h3 {
        width: 100%;
        height: 30px;
        line-height: 30px;
        overflow: hidden;
        font-size: 18px;
        color: #333;
        text-transform: uppercase;
    }

.infoClassNavList {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

    .infoClassNavList li {
        display: inline-block;
        padding: 5px 20px;
        background-color: #153554;
        margin: 10px 10px;
        transition: all 0.5s;
        color: #fff;
    }

        .infoClassNavList li a {
            color: #fff;
            font-weight: bold;
        }

        .infoClassNavList li:hover {
            background-color: #b99129;
        }

    .infoClassNavList .active {
        background-color: #bd2c3b;
    }

.listText {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .listText li {
        width: 90%;
        height: auto;
        overflow: hidden;
        margin: 10px auto 10px auto;
        border-bottom: 1px solid #eee;
        transition: all 0.5s;
        padding-bottom: 10px;
        padding: 30px 0 40px 0;
    }

        .listText li:hover {
            box-shadow: 0 0 10px #ccc;
            padding: 30px 3% 40px 3%;
        }

.listTextPic {
    width: 33%;
    float: left;
    margin-right: 2%;
}

    .listTextPic img {
        width: 100%;
        min-height: 200px;
        max-height: 300px;
    }

.listTextContent {
    width: 65%;
    float: left;
}

    .listTextContent h2 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 40px;
        font-size: 16px;
        letter-spacing: 1px;
        margin-top: 40px;
    }

    .listTextContent h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 25px;
        max-height: 100px;
        font-size: 14px;
        color: #666;
        margin: 20px auto 30px auto;
    }

    .listTextContent div {
        width: 100%;
    }

        .listTextContent div span {
            display: inline-block;
            padding: 5px 20px;
            background-color: #183b57;
            border-radius: 5px;
            color: #fff;
            transition: all 0.5s;
        }

            .listTextContent div span:hover {
                background-color: #2c618b;
            }

.listPic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .listPic li {
        width: 21%;
        display: inline-block;
        height: auto;
        overflow: hidden;
        margin: 20px 1%;
        border: 1px #c7c7c7 solid;
        transition: all 0.5s;
    }

        .listPic li:hover {
            box-shadow: 0 0 10px #eee;
            margin: 10px 1% 30px 1%;
        }

        .listPic li div {
            width: 100%;
            height: 240px;
            overflow: hidden;
            position: relative;
        }

            .listPic li div img {
                width: 100%;
                height: 240px;
                position: absolute;
                top: 0;
                left: 0;
            }

        .listPic li h2 {
            width: 100%;
            height: 40px;
            line-height: 40px;
            overflow: hidden;
            text-align: center;
        }
/*信息列表*/

/*信息详情*/
.infoShowTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    font-size: 36px;
    font-weight: bold;
}

    .infoShowTitle span {
        font-size: 16px;
        color: #b99129;
    }

.infoShowDate {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    line-height: 30px;
    color: #999;
}

.infoShowAd {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #eee;
    margin-top: 20px;
}

    .infoShowAd img {
        max-width: 100%;
    }

.infoShowContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 50px auto;
}

    .infoShowContent img {
        max-width: 100%;
        margin: 5px 0;
    }

.infoShowTag {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 40px auto;
    text-align: center;
}

    .infoShowTag img {
        max-width: 100%;
    }

.infoShowLeft {
    width: 26%;
    float: left;
    padding: 20px 2%;
    box-shadow: 0 0 10px #eee;
    margin: 10px 4% 10px 1%;
    transition: all 0.5s;
}

    .infoShowLeft:hover {
        box-shadow: 0 0 10px #ccc;
    }

.infoShowPhoto {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
}

    .infoShowPhoto img {
        max-width: 100%;
    }

.infoShowContact {
    width: 100%;
    margin-top: 10px;
}

    .infoShowContact li {
        width: 100%;
        height: 30px;
        line-height: 30px;
        font-size: 15px;
        text-indent: 40px;
    }

.infoShowRight {
    width: 65%;
    float: left;
}

.infoShowSubTitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #b99129;
    font-weight: bold;
}
/*信息详情*/

@media(max-width:720px){
    /*信息列表*/
    .infoClassTitle {
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
    }

        .infoClassTitle h1 {
            width: 100%;
            height: 40px;
            line-height: 40px;
            overflow: hidden;
            font-size: 30px;
            font-weight: bold;
        }

        .infoClassTitle h3 {
            width: 100%;
            height: 30px;
            line-height: 30px;
            overflow: hidden;
            font-size: 18px;
            color: #333;
            text-transform: uppercase;
        }

    .infoClassNavList {
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
    }

        .infoClassNavList li {
            display: inline-block;
            padding: 5px 20px;
            background-color: #153554;
            margin: 10px 10px;
            transition: all 0.5s;
            color: #fff;
        }

            .infoClassNavList li a {
                color: #fff;
                font-weight: bold;
            }

            .infoClassNavList li:hover {
                background-color: #b99129;
            }

        .infoClassNavList .active {
            background-color: #bd2c3b;
        }

    .listText {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .listText li {
            width: 90%;
            height: auto;
            overflow: hidden;
            margin: 10px auto 10px auto;
            border-bottom: 1px solid #eee;
            transition: all 0.5s;
            padding-bottom: 10px;
            padding: 30px 0 40px 0;
        }

            .listText li:hover {
                box-shadow: 0 0 10px #ccc;
                padding: 30px 3% 40px 3%;
            }

    .listTextPic {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .listTextContent {
        width: 100%;
        float: left;
    }

        .listTextContent h2 {
            width: 100%;
            height: auto;
            overflow: hidden;
            line-height: 40px;
            font-size: 16px;
            letter-spacing: 1px;
            margin-top: 40px;
        }

        .listTextContent h3 {
            width: 100%;
            height: auto;
            overflow: hidden;
            line-height: 25px;
            max-height: 100px;
            font-size: 14px;
            color: #666;
            margin: 20px auto 30px auto;
        }

        .listTextContent div {
            width: 100%;
        }

            .listTextContent div span {
                display: inline-block;
                padding: 5px 20px;
                background-color: #183b57;
                border-radius: 5px;
                color: #fff;
                transition: all 0.5s;
            }

                .listTextContent div span:hover {
                    background-color: #2c618b;
                }

    .listPic {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

        .listPic li {
            width: 47.5%;
            float: left;
            margin: 20px 1%;
            border: 1px #c7c7c7 solid;
            transition: all 0.5s;
        }

            .listPic li div {
                width: 100%;
                height: 160px;
            }

                .listPic li div img {
                    width: 100%;
                    height: 160px;
                }
    /*信息列表*/


    /*信息详情*/
    .infoShowTitle {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 40px;
        font-size: 36px;
        font-weight: bold;
    }

        .infoShowTitle span {
            font-size: 16px;
            color: #b99129;
        }

    .infoShowDate {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 40px;
        line-height: 30px;
        color: #999;
    }

    .infoShowAd {
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
        border-top: 1px solid #eee;
        margin-top: 20px;
    }

    .infoShowContent {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 30px;
        font-size: 16px;
        margin: 50px auto;
    }

        .infoShowContent img {
            max-width: 100%;
            margin: 5px 0;
        }

    .infoShowTag {
        width: 100%;
        height: auto;
        overflow: hidden;
        margin: 40px auto;
        text-align: center;
    }

        .infoShowTag img {
            max-width: 100%;
        }

    .infoShowLeft {
        width: 26%;
        float: left;
        padding: 20px 2%;
        box-shadow: 0 0 10px #eee;
        margin: 10px 4% 10px 1%;
        transition: all 0.5s;
    }

        .infoShowLeft:hover {
            box-shadow: 0 0 10px #ccc;
        }

    .infoShowPhoto {
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
    }

        .infoShowPhoto img {
            max-width: 100%;
        }

    .infoShowContact {
        width: 100%;
        margin-top: 10px;
    }

        .infoShowContact li {
            width: 100%;
            height: 30px;
            line-height: 30px;
            font-size: 15px;
            text-indent: 40px;
        }

    .infoShowRight {
        width: 65%;
        float: left;
    }

    .infoShowSubTitle {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
        color: #b99129;
        font-weight: bold;
    }
    /*信息详情*/
}