.content{
    margin-top: 1rem;
    padding-bottom: 1rem;
}
.content .left{
    height: 7.94rem;
    position: relative;
    overflow: hidden;
}

.content .left .bg p{
    font-size: 1rem;
    font-family:"Î¢ÈíÑÅºÚ";
    display:none;
    padding-top: 2rem;
    transition: all 1s;
    font-weight:bolder;
    /*color:#fff;*/
}
.content li{
    list-style: yes;
}
.content .left .bg{
    width: 100%;
    height: 100%;
}
.content .left img{
    width: 100%;
    height: 100%
}
.floli{
    overflow: hidden;
    position: relative;
    margin-top: 1rem;
}
.content p{
    font-size: 0.4rem;
    font-weight: 600;
}
.content .right h2{
    color: #040404;
}
@media (min-width:1200px) {

    .content .left:hover .bg{
        transform: translateY(60px);
        display:block;
        opacity:1;
    }
    .content .left:hover img{
        opacity:.5;
    }
    .content .left:hover p{
        color:#000;
        display:block;
    }
    .content .right ul{
        margin-left: 0.5rem;
    }
    .content .right ul li{
        margin-top: 0.2rem;
        /*list-style: armenian;*/
    }
    .content .right a{
        width: 3.5rem;
        height: 0.8rem;
        border: 1px solid rgb(147, 35, 33);
        text-align: center;
        display: inline-block;
        line-height: 0.8rem;
        color: rgb(147, 35, 33);
        margin-top: 0.3rem;
    }
    .content .right h2{
        margin-top: 0;
        font-weight: 600;
        font-size: 0.8rem;
    }
    .content .left .bg{
        width: 100%;
        height: 100%;
        text-align: center;
        position:absolute;
        top:0;
        left:0
    opacity:0.5;
        transition: all 1s;
        color:#fff;
    }

}
@media (max-width:1200px){
    .content .right h2{
        margin-top: 0;
        font-weight: 600;
        font-size: 0.7rem;
    }
    .content .right a{
        width: 3.5rem;
        height: 0.8rem;
        border: 1px solid rgb(147, 35, 33);
        text-align: center;
        display: inline-block;
        line-height: 0.8rem;
        color: rgb(147, 35, 33);
        margin-top: 0.3rem;
    }
    .content .right ul{
        margin-left: 0.5rem;
    }
}

@media (max-width:992px){
    .content .left{
        width: 100%;
        height: 7rem;
    }
    .content .right ul{
        display: none;
    }
    .content .right p{
        display: none;
    }
    .content .right{
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*text-align: right;*/
    }
    .content .right h2{
        margin-top: 1.5rem;
        font-weight: 600;
        color: rgba(169,68,66,1);
        position: absolute;
        right: 3rem;
    }
    .content .right a{
        margin-top: 0.5rem;
        position: absolute;
        right: 3rem;
        top: 3rem;
    }

    /*.content .left .bg {*/
        /*width: 100%;*/
        /*height: 100%;*/
        /*position: absolute;*/
        /*top: 0;*/
        /*left: 0;*/
        /*opacity:0.2;*/
        /*background: #000;*/
        /*transition: all 1s;*/
        /*color: #fff;*/
    /*}*/
}
@media (max-width:565px){
    .content .right{
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .content .right h2{
        margin-top: 1.5rem;
        font-weight: 600;
        color: #000;
        font-size: 0.5rem;
        /*position: absolute;*/
        /*right: 3rem;*/
    }
    .content .right a{
        margin-top: 0.5rem;
        /*position: absolute;*/
        /*right: 3rem;*/
        /*top: 3rem;*/
    }
    .content .left{
        width: 100%;
        min-width: 5rem;
        height: 5rem;
    }
}