﻿/*信息列表*/
.list_text {
    width: 96%;
    height: auto;
    overflow: hidden;
    margin: 20px auto;
    background:#f8f8f8;
    border-radius:5px;
    transition: all 0.5s;
}
.list_text:hover{
    box-shadow: 0 0 10px #ccc;
    background-color: #fff;
}
.list_text_l {
    width: 80px;
    height:60px;
    float: left;
    margin: 0 20px 0 0;
    padding: 10px 0;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    font-family: "微软雅黑";
    color: #eee;
    background:#c0a283;
    border-radius:5px;
}
.list_text_l span{font-size:28px;font-family:"Arial";color:#fff;}
.list_text_r{width:800px;float:left;margin:0;padding:0;}
.list_title {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
}
.list_jj {
    width:100%;
    height:40px;
    color: #999;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
}
.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:768px){
  
}