.gmlc_box{
    position: relative;
    height: 356px;
    background: url("../images/gmlc/gmlc_bj.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
    color: #fff;
}
.gmlc_box>div{
    padding-top: 76px;
    text-align: center;
}
.gmlc_box>div h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 10px;
}
.gmlc_box>div span{
    background: #d5b17d;
    font-size: 14px;
    overflow: hidden;
    display: inline-block;
    padding: 2px 8px;
}
.gmlc_box>div span i{
    height: 1px;
    background: #fff;
    width: 35px;
    margin: 10px 5px 5px 5px;
}
.gmlc_box>div span i.left{
    float: left;
    padding: 0;
}
.gmlc_box>div span i.right{
    float: right;
}

.con{
    background: url("../images/gmlc/db_banner.png") center bottom no-repeat;
    padding-bottom: 300px;
}

.left{
    overflow: hidden;
    padding: 20px;
}
.left>img{
    width: 48%;
    float: left;
}
.left>div{
    width: 50%;
    float: right;
    display: table;
    height: 360px;
}
.left>div>div{
    display: table-cell;
    vertical-align: middle;
}
.left>div h2{
    overflow: hidden;
    font-size: 22px;
    color: #323232;
    font-weight: bold;
    margin-bottom: 10px;
}
.left>div h2 div,
.left>div h2 img{
    float: left;
}
.left>div h2 div i{
    margin: 0 5px 0px 5px;
}
.left>div h2 img{
    width: 32px;
    margin-top: 10px;
}
.left>div h2 span{
    font-size: 32px;
}
.left>div h2 span.xiao{
    font-size: 16px;
}
.left>div p{
    font-size: 15px;
    color: #2F1D01;
    line-height: 28px;
    text-align: justify;
}
.con .left:nth-child(2n+2){
    background: #FEEACD;
}
.con .left:nth-child(2n+2)>img{
    float: right;
}

.con .left:nth-child(2n+2)>div{
    /*float: left;*/
}