/* 
* @Author: Marte
* @Date:   2017-03-01 09:37:56
* @Last Modified by:   Marte
* @Last Modified time: 2017-03-01 18:04:52
*/

/*.banner {*/
    /*width: 100%;*/
    /*margin-top: 1.568rem;         /!* position: absolute;*!/*/

    /*/!*top: 51px;*!/*/
    /*height: 10rem;*/
/*}*/
/*.pml {*/
    /*border-bottom: 1px solid black;*/
    /*margin-top: 0.5rem;*/
    /*text-align: right;*/
/*}*/
/*.pml span{*/
    /*font-size: 0.5rem;*/
/*}*/
/*.hml {*/
    /*margin-top: 0.8rem;*/
    /*/!*text-align: center;*!/*/
/*}*/
/*.hml h2{*/
    /*margin: 1rem auto;*/
/*}*/
/*.hml p{*/
    /*margin: 1rem auto;*/
    /*width: 100%;*/
    /*font-size: 0.45rem;*/
/*}*/
.content{
    /*width: 37.866667rem;*/
    /*height: 500px;*/
    margin:1.8rem auto;
    /*border:1px solid black;*/
    width: 98%;
}
.content div{
     /*width: 37.866667rem;*/
    list-style: none;
    height: 9.42222rem;
   /* border:1px solid black;*/
    margin-top: 0.8rem;
    position:relative;
}
.content div img{
    width: 100%;
    height: 100%;
}
.content div h2{
    position: absolute;
    top: 1rem;
    right:1rem;
    color:#fff;
    font-size: 1rem;
     font-family: "微软雅黑";
     z-index: 99;
}
.content div a{
    display: inline-block;
    width: 4rem;
    height: 1rem;
    border:1px solid #fff;
    text-align: center;
    line-height: 1rem;
    position:absolute;
    bottom:2rem;
    right:1rem;
    color:#fff;
    z-index: 99;
}
.content div .bg{
    width: 100%;
    height: 100%;
    background:#000;
    position: absolute;
    top: -0.8rem;
    left:0;
    opacity: 0.3;
}
.content div:hover .bg{
    opacity:0.5;
}
/*.content li img{
    width: 100%;
    height: 100%;
}*/
/*媒体查询*/
@media (min-width:1200px) {
   
}
@media (max-width:992px) {
    .content div{
        height: 5rem;
    }
    .content div h2{
        font-size: 0.8rem;
    }
    /*.hml h2{*/
       /*font-size: 0.7rem;*/
    /*}*/
    /*.banner{*/
        /*height: 8rem;*/
    /*}*/
}
@media (max-width:766px) {
     .content div{
        height: 4rem;
        text-align: center;
    }
    .content div h2{
        /*text-align: center;*/
        margin:0rem auto;
        font-size: 0.6rem;
    }
    .content div a{
        /*text-align: center;*/
        bottom:0.5rem;
        width: 3rem;
    }
    /*.banner{*/
        /*height: 5rem;*/
    /*}*/
    
}