﻿.indexTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #3487c2;
    margin:30px auto;
}
    .indexTitle h2 {
        display:inline-block;
        height: 50px;
        line-height: 50px;
        background-color: #3258bb;
        color:#fff;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        font-size:20px;
        text-align:center;
        padding:0 30px;
    }
        .indexTitle h2 span {
            margin-right: 10px;
        }

    .indexTitle div {
        float: right;
        line-height:50px;
    }

.indexListTitle {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
}
.indexListTitle li{
    width:20%;float:left;
    line-height:50px;
    font-size:20px;
    color:#000;
}
    .indexListTitle li:nth-child(2) {
        width: 60%;
    }


.indexList{
    width:100%;
    height:auto;overflow:hidden;
}
    .indexList ul{
        width:100%;
        height:auto;overflow:hidden;
        transition:all 0.5s;
    }
    .indexList ul:hover{
        background-color:#eee;
    }

    .indexList li {
        width: 20%;
        float: left;
        line-height: 50px;
        color: #555;
    }

        .indexList li:nth-child(2) {
            width: 60%;
        }
    .indexList li a{color:#555;}

/*底部浮动*/
.floatButton{
    width:60px;
    height:auto;overflow:hidden;
    background-color:#fff;
    padding:20px 10px;
    position:fixed;
    top:30%;
    right:0;
    border-top-left-radius:5px;
    border-bottom-left-radius:5px;
}
.floatLink{
    width:100%;
}
.floatLink li{
    width:100%;
    height:auto;overflow:hidden;
    text-align:center;
    line-height:20px;
    font-size:12px;
    padding-bottom:5px;
    margin-bottom:10px;
    transition:all 0.5s;
}
    .floatLink li:hover{
        background-color:#f1f1f1;
    }
    .floatLink li img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
    }
    .floatLink li span{font-size:11px;color:#999;}
    .floatLink li div{
        width:100%;
        line-height:15px;
        margin-top:5px;
    }
    .floatLink .borderBottom {
        border-bottom: 1px solid #eee;
    }


@media(max-width:720px){

    .indexTitle {
        width: 100%;
        height: auto;
        overflow: hidden;
        border-bottom: 1px solid #3487c2;
        margin: 30px auto;
    }

        .indexTitle h2 {
            display: inline-block;
            height: 40px;
            line-height: 40px;
            background-color: #3258bb;
            color: #fff;
            border-top-left-radius: 5px;
            border-top-right-radius: 5px;
            font-size: 16px;
            text-align: center;
            padding: 0 20px;
        }
        .indexTitle div {
            float: right;
            line-height: 40px;
        }
        .indexTitle img {
            width:20px;
        }


        .indexListTitle li {
            width: 25%;
            float: left;
            height:40px;overflow:hidden;
            line-height: 40px;
            font-size: 16px;
            color: #000;
        }

            .indexListTitle li:nth-child(2) {
                width: 50%;
            }


    .indexList li {
        width: 25%;
        float: left;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        color: #555;
        font-size: 13px;
    }

            .indexList li:nth-child(2) {
                width: 50%;
            }

    /*底部浮动*/
    .floatButton {display:none;}
}