﻿/*信息列表*/
.listText {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .listText li {
        width: 27.33%;float: left;
        height: auto;
        overflow: hidden;
        background-color: #fff;
        padding:40px 2%;
        transition:all 0.5s;
        border-radius: 10px;
        margin:20px 1%;
        box-shadow: 0 0 10px #eee;
    }
    .listTextDate{
        width:20%;float:left;
        margin-right:5%;
        text-align:center;
    }
    .listTextDate h3{
        width:100%;
        font-size:40px;
        color:#999;
        line-height:40px;
        margin-top:10px;
    }
    .listTextDate h4{
        width:100%;
        font-size:12px;
        color:#999;
    }
    .listTextContent{
        width:75%;float:left;
        text-align:left;
    }
    .listTextContent h2{
        width:100%;
        height:50px;line-height:50px;overflow:hidden;
        font-size:20px;
        font-weight:bold;
    }
        .listTextContent s {
            display: inline-block;
            width: 18px;
            height: 2px;
            background: #005bac;
            margin-bottom: 5px;
            transition: all 0.5s;
        }
        .listTextContent h3{
            width:100%;
            height:66px;
            line-height:22px;
            overflow:hidden;
            color:#666;
        }
        .listTextContent div{
            width:100%;
        }
            .listTextContent div span {
                display:inline-block;
                padding:0 40px;
                line-height: 30px;
                font-size: 12px;
                color: #666666;
                text-align: center;
                margin-top: 32px;
                box-shadow: 0 5px 5px #eee;
                border: 1px solid #eee;
                transition: all 0.5s;
                border-radius: 5px;
            }
    
    .listText li:hover {
        box-shadow: 0 0 10px #ccc;
        border-bottom: 1px solid #005bac;
    }
    .listText li:hover .listTextContent h2{
        color:#005bac;
    }
    .listText li:hover .listTextContent s{
        width:100%;
    }
    .listText li:hover .listTextContent div span{
        background-color: #005bac;
        color:#fff;
    }
    


.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;
        }
/*信息列表*/

/*信息详情*/
.infoLeft{
    width:72%;float: left;
    padding:50px 2%;
    box-shadow: 0 0px 10px #eee;
    margin: 20px 1%;
    border-radius: 10px;
}
.infoRight{ 
    width: 22%;float: left;
}
.infoRightJoin{
    width:100%;
    height: auto;overflow: hidden;
    position: relative;
    margin-top:20px;
}
.infoRightJoin img{
    width: 100%;
    border-radius: 10px;
}
.infoRightJoin h2{
    width:100%;
    height: 40px;line-height: 40px;
    position: absolute;
    top:40%;
    left: 0;
    text-align: center;
    color:#fff;
    font-size: 30px;
    font-weight: bold;
}
.infoRightList{
    width:94%;
    padding:20px 2%;
    box-shadow: 0 0px 10px #eee;
    margin: 20px 1%;
    border-radius: 10px;
}
.infoRightList li{
    width:90%;
    height: 40px;line-height: 40px;overflow: hidden;
    border-bottom: 1px solid #eee;
    border-radius: 10px;
    transition:all 0.5s;
    margin:10px auto;
}
.infoRightList li:hover{
    text-indent: 10px;
}

.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:20px 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;
    }

.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;
}
/*信息详情*/

@media(max-width:720px){
/*信息列表*/
.listText {
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .listText li {
        width: 90%;
        padding:30px 4%;
    }
/*信息列表*/

/*信息详情*/
.infoLeft{
    width:90%;
    padding:30px 4%;
}
.infoRight{ 
    width: 100%;float: left;
}
/*信息详情*/

}