﻿.infoLeft{
    width:74%;float:left;
    height:auto;overflow:hidden;
    background-color:#fff;
    padding:20px 3% 50px 3%;
}
.infoRight {
    width: 14%;
    float: left;
    height: auto;
    overflow: hidden;
    margin-left: 2%;
    padding: 20px 2% 50px 2%;
    background-color: #fff;
}
.infoRightCode {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    border-bottom:1px solid #eee;
    margin-bottom:20px;
}
.infoRightCode img{
    max-width:100%;
}
.infoRightCode h3{
    width:100%;
    text-align:center;
    font-size:15px;
    color:#666;
}
.infoRightTitle {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 20px;
    font-weight: bold;
    border-left: 4px solid #ff6a00;
    padding-left: 5%;
}
.infoRightList {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 30px auto;
}
.infoRightList li{
    width:100%;
    height:35px;line-height:35px;overflow:hidden;
    border-bottom:1px solid #eee;
    margin-bottom:10px;
    transition:all 0.5s;
}
.infoRightList li:hover{
    text-indent:10px;
}


.listText {
    width: 100%;
}
.listText li{
    width:92%;
    height:auto;overflow:hidden;
    border-bottom:1px solid #eee;
    padding-bottom:10px;
    margin-bottom:10px;
    transition:all 0.5s;
    margin:0 auto 20px auto;
    padding:20px 2%;
}
    .listText li:hover {
        box-shadow: 0 0 10px #ccc;
        padding: 20px 3% 20px 3%;
    }
     .listText li:hover span{
         background-color:#00155d;
         color:#fff;
     }
    .listText li h2 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 30px;
        font-size: 20px;
        font-weight: bold;
    }
    .listText li h3 {
        width: 100%;
        height: auto;
        overflow: hidden;
        line-height: 20px;
        font-size: 14px;
        color:#999;
        margin:10px auto;
    }
    .listText li div{
        width:100%;
        text-align:right;
    }
        .listText li div span {
            display: inline-block;
            border: 1px solid #00155d;
            border-radius:20px;
            padding:0px 20px;
            font-size:12px;
            transition:all 0.5s;
            color:#00155d;
        }

.infoShowContent{
    width:100%;
    height:auto;overflow:hidden;
    line-height:30px;
    font-size:16px;
}
.infoShowContent img{
    max-width:100%;
}