﻿.grid_list {
    width: 100%;
}

    .grid_list .thead {
        border-top: 2px solid #999;
        border-bottom: 1px solid #333;
    }

        .grid_list .thead th {
            padding: 15px 0 14px;
            font-size: 14px;
            line-height: 25px;
            color: #000;
        }

    .grid_list tbody td {
        text-align: center;
        font-size: 12px;
        line-height: 20px;
        color: #666;
        border-bottom: 1px solid #d7d7d7;
        padding: 8px 0 8px;
    }

        .grid_list tbody td.left {
            padding-left: 3px;
            text-align: left;
        }

        .grid_list tbody td .blue {
            display: inline-block;
            width: 80px;
            height: 35px;
            text-align: center;
            color: #fff;
            font-size: 12px;
            background: #00a1de;
            border: none;
            cursor: pointer;
        }

        .grid_list tbody td > .list_bluebtn {
            display: inline-block;
            width: 60px;
            height: 30px;
            text-align: center;
            color: #fff;
            font-size: 12px;
            background: #00a1de;
            border: none;
            cursor: pointer;
        }

        .grid_list tbody td > .list_blackbtn {
            display: inline-block;
            width: 60px;
            height: 30px;
            text-align: center;
            color: #fff;
            font-size: 12px;
            background: #666;
            border: none;
            cursor: pointer;
        }

        .grid_list tbody td > .list_redbtn {
            display: inline-block;
            width: 60px;
            height: 30px;
            text-align: center;
            color: #fff;
            font-size: 12px;
            background: #eb531f;
            border: none;
            cursor: pointer;
        }
        /*ea4335*/
        .grid_list tbody td .blue_a {
            display: inline-block;
            width: 80px;
            height: 35px;
            text-align: center;
            color: #fff;
            font-size: 12px;
            background: #00a1de;
            border: none;
            cursor: pointer;
            vertical-align: middle;
            line-height: 35px;
        }

        .grid_list tbody td .black {
            display: inline-block;
            width: 80px;
            height: 35px;
            text-align: center;
            vertical-align: middle;
            color: #fff;
            font-size: 12px;
            background: #666;
            border: none;
            cursor: pointer;
        }

.grid_page {
    text-align: center;
    margin-top: 46px;
}

    .grid_page tbody td {
        display: inline-block;
        width: 26px;
        height: 26px;
        color: #000;
        border-bottom: 0px solid #ffffff;
        font-size: 15px;
        margin-left: 4px;
    }

        .grid_page tbody td a {
            display: block;
            color: #aaa;
        }

a.a_black {
    margin-left: 5px;
    display: inline-block;
    width: 118px;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
    font-size: 13px;
    background: #333;
    text-decoration: none;
}

p.btn_bring2 {
    text-align: center;
    background: #12aabe;
    width: 200px;
}

    p.btn_bring2 a {
        display: block;
        font-size: 14px;
        color: #fff;
        text-decoration: none !important;
        height: 30px;
        line-height: 30px;
    }

    p.btn_bring2 i {
        padding-top: 4px;
        margin-right: 5px;
    }

@media screen and (max-width: 768px) {
    #div_awards, #div_investment, #div_branch {
        display: none;
    }
}