.record {
}

    .record .tab {
        padding: 0px 80px;
        width: 100%;
        height: 80px;
    }

    .record ul li {
        float: left;
        width: 95px;
        height: 30px;
        line-height: 30px;
        border: 1px #e5e5e5 solid;
        text-align: center;
        margin: 25px 20px;
        cursor: pointer;
    }

        .record ul li.act, .record ul li:hover {
            border-color: #eb5e23;
            color: #eb5e23;
        }

    .record .tabCont {
        height: 460px;
    }

        .record .tabCont table {
            width: 100%;
            font-size: 14px;
        }

        .record .tabCont th {
            text-align: center;
            height: 45px;
            line-height: 45px;
            border-bottom: 1px #e5e5e5 solid;
            border-top: 1px #e5e5e5 solid;
        }

        .record .tabCont td {
            text-align: center;
            height: 40px;
            line-height: 40px;
        }
