﻿/*通用部分*/
#pcAd{display:block;}
#wapAd{display:none;}

.whiteColor {
    color: #fff;
}

.indexTwoLeft {
    width:49%;float:left;
    margin-right:1%;
}
.indexTwoRight {
    width: 49%;
    float: left;
    margin-left: 1%;
}

.indexList {
    width: 94%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    padding: 30px 3%;
}
.indexListTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #225aa7;
    padding-bottom:5px;
    margin-bottom:20px;
}
.indexListTitle h2{
    width:70%;float:left;
    line-height:40px;
    font-size:20px;
    font-weight:bold;
}
.indexListTitle h2 img{
    width:25px;
    vertical-align:middle;
}
.indexListTitle a{
    display:inline-block;
    float:right;
    color:#999;
    line-height:40px;
    transition:all 0.5s;
}
.indexListTitle a:hover{
    color:#225aa7;
}

.indexTableTitle{
    width:100%;
    height:50px;overflow:hidden;
    border-bottom:1px solid #eee;
    margin-bottom:10px;
}
    .indexTableTitle li {
        width: 25%;
        float: left;
        line-height: 50px;
        font-size:16px;
        color:#000;
    }
        .indexTableTitle li:nth-child(2) {
            width: 50%;
            float: left;
            line-height: 50px;
        }
.indexTableList {
    width: 100%;
    height: auto;
    overflow: hidden;
}
    .indexTableList li {
        width: 100%;
        line-height: 50px;
        color: #666;
        transition:all 0.5s;
    }
    .indexTableList li:nth-child(2n+1){
        background-color:#f8f8f8;
    }
    .indexTableList li:hover{
        background-color:#225aa7;
        color:#fff;
    }
     .indexTableList li:hover a{color:#fff;}

    .indexTableList li .list {
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    .indexTableList li .list dd {
        width: 25%;
        float: left;
        line-height: 50px;
        height:50px;overflow:hidden;
    }
        .indexTableList li .list dt {
            width: 50%;
            float: left;
            line-height: 50px;
            height: 50px;
            overflow: hidden;
        }


@media(max-width:720px){
    #pcAd{display:none;}
    #wapAd{display:block;}
    /*通用部分*/
    .indexTwoLeft {
        width: 100%;
        margin-right: 0;
    }

    .indexTwoRight {
        width: 100%;
        margin-left: 0;
    }

    .indexList {
        width: 90%;
        padding: 30px 5%;
    }

        .indexListTitle h2 {
            font-size: 18px;
        }

        .indexListTitle a {
            font-size:12px;
        }

        .indexTableTitle li {
            font-size: 15px;
        }
    .indexTableList li .list{font-size:13px;}


}