/*信息列表*/
.listText {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .listText li {
        width: 90%;
        height: auto;
        overflow: hidden;
        margin: 10px auto 20px auto;
        border-bottom: 1px solid #eee;
        transition: all 0.5s;
        padding-bottom: 10px;
        padding: 10px 0 10px 0;
    }

        .listText li:hover {
            box-shadow: 0 0 10px #ccc;
            padding: 10px 3% 10px 3%;
        }
        .listText li:hover .listTextPic img{
            width:110%;
            height: 110%;
            top:-5%;
            left: -5%;
        }
.listTextPic {
    width: 28%;
    float: left;
    margin-right: 2%;
    height: 200px;overflow: hidden;
    position: relative;
}

    .listTextPic img {
        width: 100%;
        height: 200px;
        position: absolute;
        top:0;
        left: 0;
        transition: all 0.5s;
    }

.listTextContent {
    width: 70%;
    float: left;
}

    .listTextContent h2 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 40px;
        font-size: 18px;
        font-weight: bold;
        margin-top: 40px;
    }

    .listTextContent h3 {
        width: 100%;
        height: 50px;
        overflow: hidden;
        line-height: 25px;
        font-size: 12px;
        color: #666;
        margin: 10px auto 10px auto;
    }

    .listTextContent div {
        width: 100%;
        height: auto;overflow: hidden;
        margin-top:20px;
    }

        .listTextContent div span {
            display: inline-block;
            padding: 0 20px;
            line-height: 30px;
            background-color: #018ad4;
            border-radius: 5px;
            color: #fff;
            transition: all 0.5s;
            font-size: 12px;
        }

            .listTextContent div span:hover {
                background-color: #005583;
            }

.listPic {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .listPic li {
        width: 21%;float: left;
        height: auto;
        overflow: hidden;
        margin: 20px 1%;
        transition: all 0.5s;
        border-radius: 10px;
        padding:10px 1%;
        background-color: #f8f8f8;
    }
        .listPic li:hover {
            box-shadow: 0 0 10px #ccc;
        }

        .listPic li:hover img{
            width:120%;
            height: 120%;
            top:-10%;
            left: -10%;
        }

        .listPic li div {
            width: 100%;
            height: 240px;
            overflow: hidden;
            position: relative;
            border-radius: 10px;
        }
            .listPic li div img {
                width: 100%;
                height: 240px;
                position: absolute;
                top: 0;
                left: 0;
                transition: all 0.5s;
            }

        .listPic li h2 {
            width: 100%;
            height: 50px;
            line-height: 60px;
            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;
    margin:10px 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;
    }

.infoShowRecommendList {
    width: 100%;
    height: auto;overflow: hidden;
    margin:30px auto;
}

    .infoShowRecommendList li {
        width: 19%;
        height: auto;overflow: hidden;
        float: left;
        margin: 10px 1%;
        padding:10px 2%;
        box-shadow: 0 0 10px #eee;
        transition: all 0.5s;
        border-radius: 5px;
    }
    .infoShowRecommendList li:hover{
        box-shadow: 0 0 10px #777777;
    }
    .infoShowRecommendList li h4{
        line-height: 40px;
        color:#c8c4c4;
    }
    .infoShowRecommendList li h4 span{
        font-weight: bold;
        color:#000;
        font-size: 30px;
    }
    .infoShowRecommendList li h2{
        width:100%;
        height: 60px;overflow: hidden;
        line-height: 30px;
        color:#000;
        font-size: 16px;
    }
    .infoShowRecommendList li h3{
        width:100%;
        height: 40px;overflow: hidden;
        line-height: 20px;
        color:#999;
        margin:10px auto;
        font-size: 12px;
    }
/*信息详情*/

@media(max-width:768px){
   
    
/*信息列表*/
.listTextPic {
    width: 100%;
    margin-right: 0;
    height: 200px;
}
    .listTextPic img {
        width: 100%;
        height: 200px;
        position: absolute;
        top:0;
        left: 0;
        transition: all 0.5s;
    }

.listTextContent {
    width: 100%;
}
    .listTextContent h2 {
        margin-top: 10px;
    }
    .listPic li {
        width: 96%;
    }
/*信息列表*/

/*信息详情*/
    .infoShowRecommendList li {
        width: 90%;
        margin: 10px 1% 20px 1%;
        padding:10px 4%;
    }
/*信息详情*/

}<!--0.00018787384033203-->