﻿.gbbanner {
    background-image: ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%; /* 兼容webkit内核浏览器如chrome和safari */
    -o-background-size: 100% 100%; /* 兼容opera */
    height: 300px;
    width: 100%;
}

.gbinfo {
    width: 100%;
    height: auto;
    font-size: 16px;
    text-align: left;
}

    .gbinfo p {
        line-height: 35px;
        padding-bottom: 25px;
        padding-left: 10px;
        padding-right: 10px;
        text-indent: 2em;
    }

.gblist {
    min-height: 600px;
    height: 600px;
    width: 100%;
    padding: 0px 5px 20px 5px;
}

    .gblist .gbleft {
        width: 27%;
        float: left;
        display: inline;
        border-right: 0.5px solid #cccccc;
    }

        .gblist .gbleft .fm {
            /*background-image: ;
            background-size: cover;
            filter: progid:dximagetransform.microsoft.alphaimageloader(src="/uploads/image/lgimg/fm.jpg", sizingmethod='scale');
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100% 100%;
            -webkit-background-size: 100% 100%;
            -o-background-size: 100% 100%;*/
            height: 300px;
            width: 230px;
            padding-left:10px;
        }
            .gblist .gbleft .fm img {
            max-width:230px;
            max-height:300px;
            }

    .gblist .gbright {
        width: 72%;
        display: inline;
        float: left;
    }

.gbinput {
    width: 160px;
    height: 28px;
    line-height: 28px;
    border: 1px #bcb9b9 solid;
    padding: 0px 8px;
    color: #71767d;
    outline: 0;
    border-radius: 3px;
    font-family: "黑体", microsoft yahei;
    vertical-align: middle;
}

.gbselect {
    padding-right: 28px;
    width: 88px;
    font-size: 16px;
    height: 28px;
    line-height: 28px;
    border: 1px #bcb9b9 solid;
    padding: 0px 8px;
    color: #71767d;
    outline: 0;
    border-radius: 3px;
    font-family: "黑体", microsoft yahei;
    vertical-align: middle;
}

.gbbutton {
    display: inline-block;
    width: 100px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: white;
    font-weight: 900;
    /*margin-left: 10px;*/
    background: #2496cc;
    border-radius: 3px;
}

    .gbbutton:hover {
        background: #2496cc;
    }

    .gbbutton:active {
        background: #0c71b4;
    }

.searchgb .searchli {
    margin: 5px 0 0 0;
    line-height: 36px;
}

.searchgb .searchbtn {
    text-align: left;
}

.searchgb .searchli .searchfl {
    padding: 3px;
}

.gblist .gbright .gbtop {
    line-height: 50px;
    height: 50px;
    border-bottom: 3px solid #0c71b4;
    width: 93%;
    margin: 0 30px 0 30px;
}

    .gblist .gbright .gbtop .gbtoplift {
        width: 70%;
        float: left;
    }

    .gblist .gbright .gbtop .gbtopright {
        width: 30%;
        float: right;
    }

        .gblist .gbright .gbtop .gbtopright .downloadqk {
            border: 1px solid black;
            padding: 8px;
            text-align: center;
            font-weight: 600;
            font-size: 16px;
            color: black;
        }

.font_weight {
    font-size: 16px;
    font-weight: bold;
}

.clear {
    clear: both;
}
