﻿/*信息列表*/
.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: 18px;
        letter-spacing: 1px;
        margin-top: 10px;
    }

    .listTextContent h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 25px;
        max-height: 100px;
        font-size: 14px;
        color: #666;
        margin: 10px auto 20px auto;
    }

    .listTextContent div {
        width: 100%;
    }

        .listTextContent div span {
            display: inline-block;
            padding: 5px 20px;
            background-color: #c69644;
            border-radius: 30px;
            color: #fff;
            transition: all 0.5s;
        }

            .listTextContent div span:hover {
                background-color: #2c618b;
            }
/*信息列表*/

/*信息详情*/
.infoShowTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    font-size: 36px;
    font-weight: bold;
}

    .infoShowTitle span {
        font-size: 16px;
        color: #b99129;
    }

.infoDesc {
    width: 94%;
    height: auto;
    overflow: hidden;
    line-height: 25px;
    color: #999;
    margin:30px auto;
    background-color: #f1f1f1;
    padding:10px 3%;
}


.infoShowContent {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 50px auto;
}

    .infoShowContent img {
        max-width: 100%;
        margin: 5px 0;
    }

/*信息详情*/

@media(max-width:720px){

    .listTextPic {
        width: 100%;
        float: left;
        margin-right: 0;
    }

    .listTextContent {
        width: 100%;
        float: left;
    }

    /*信息详情*/
    .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;
    }
    /*信息详情*/
}