﻿/*列表*/
.listLawer {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.listLawer li {
    width: 47%;
    display: inline-block;
    height: auto;
    overflow: hidden;
    margin: 20px 1%;
    transition: all 0.5s;
}

.listLawer li:hover {
    box-shadow: 0 0 10px #eee;
    margin: 10px 1% 30px 1%;
}
.listLawer li:hover a {
    color: #666;
}
.listLawer li .pic {
    width: 42%;
    float: left;
    height: auto;
    overflow: hidden;
    margin-right: 3%;
}

.listLawer li .pic img {
    width: 100%;
    height: 240px;
}
.listLawer li .word {
    width: 55%;
    float: left;
    height: auto;
    overflow: hidden;
}

.listLawer li .word h2 {
    width: 100%;
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    overflow: hidden;
    color: #000;
    font-size: 18px;
}
.listLawer li .word h3 {
    width: 100%;
    height: 100px;
    line-height: 25px;
    overflow: hidden;
    margin: 10px auto;
}

.listText {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .listText li {
        width: 92%;
        height: auto;
        overflow: hidden;
        margin: 10px auto 10px auto;
        border-bottom: 1px dotted #ccc;
        transition: all 0.5s;
        padding-bottom: 10px;
        padding: 0px 0 0px 0;
    }

        .listText li:hover {
            box-shadow: 0 0 10px #ccc;
            padding: 0px 3% 0px 3%;
        }
        .listText li h2{
            width:70%;float:left;
            line-height:40px;
            height:40px;overflow:hidden;
        }
        .listText li span {
            width: 30%;
            float: left;
            color: #666;
            text-align: right;
            line-height: 40px;
        }

.listPic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .listPic li {
        width: 30%;
        display: inline-block;
        height: auto;
        overflow: hidden;
        margin: 20px 1%;
        transition: all 0.5s;
        border:1px solid #eee;
    }

        .listPic li:hover {
            box-shadow: 0 0 10px #eee;
            margin: 10px 1% 30px 1%;
        }

            .listPic li:hover a {
                color: #666;
            }

        .listPic li div {
            width: 100%;
            height: auto;
            overflow: hidden;
        }

        .listPic li div img {
            width: 100%;
            height: 220px;
        }
        .listPic li h2 {
            width: 100%;
            height: 50px;
            overflow: hidden;
            line-height: 50px;
            overflow: hidden;
            color: #000;
            font-size: 18px;
            text-align:center;
        }




      
/*信息列表*/
.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;
    }


/*信息列表*/

/*信息详情*/
.infoShowTitle {
    width: 90%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    text-align:center;
    margin:20px auto;
}

.infoShowDate {
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    line-height: 30px;
    color: #999;
    text-align:center;
    margin:30px auto;
}

.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){
   
    
/*列表*/
.listLawer li {
    width: 96%;
    display: inline-block;
    height: auto;
    overflow: hidden;
    margin: 20px 1%;
    transition: all 0.5s;
}
.listLawer li .pic img {
    width: 100%;
    height: 200px;
}

    .listPic li {
        width: 46%;
    }
        .listPic li div img {
            width: 100%;
            height: 140px;
        }
        .listPic li h2{
            font-size: 14px;
        }

}